/*.banner-box{*/
/*    height: 570px;*/
/*    position: relative;*/
/*    background: transparent;*/
/*    background: url('./bszn_banner_r2024.png') center top;*/
/*    !*background: linear-gradient(to bottom,#E1F1FE,#F7FAFF,#ffffff);*!*/
/*    !*background: url('./bszn_bg2024.png') center center no-repeat;*!*/
/*    !*background-size: auto 100%;*!*/
/*}*/
/*打印样式*/
@media print {
    #bszn-content {
        transform: scale(0.8);
    }

    .noprint {
        display: none;
    }
}

.banner-ct {
    font-size: 16px;
}

.prevent-event {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.position a,
.position span,
.position {
    color: #505b67;
}

.bszn-part {
    box-shadow: 0 1px 14px 0 rgba(209, 224, 239, 0.6);
}

.bszn-t {
    margin-top: 0;
    background-color: #ffffff;
    position: relative;
    padding: 30px 40px;
}

.bszn-tit {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 35px;
}

.bszn-t-sj {
    padding-top: 5px;
}

.bszn-t-box {
    border-bottom: 1px solid #ebebeb;
}

.bszn-t-sj-box {
    padding-bottom: 35px;
}

.bszn-t-sj-item {
    font-size: 20px;
}

.bszn-t-sj-item:not(:last-of-type) {
    margin-right: 90px;
}

.bszn-t-sj-item p {
    margin-bottom: 12px;
    font-size: 18px;
}

.bszn-t-sj-item span {
    color: #2789ee;
    font-size: 32px;
}

.bszn-qrcode img,
.bszn-qrcode-canvas {
    width: 180px;
    height: 172px;
    border: 9px solid #d9ebfd;
    border-radius: 4px;
    display: block;
    margin: 10px auto 0;
}

.bszn-qrcode {
    color: #999999;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
}

.bszn-t-do {
    font-size: 16px;
}

.bszn-t-do a img {
    vertical-align: middle;
    margin-right: 2px;
}

.bszn-t-do a {
    margin-right: 34px;
    color: #666666;
}

.bszn-t-do .ljbl-btn {
    min-width: 140px;
    height: 55px;
    line-height: 55px;
    background: linear-gradient(90deg, rgba(67, 167, 246, 0.1) 0%, rgba(41, 138, 238, 0.1) 100%), linear-gradient(#2789ee, #2789ee);
    border-radius: 4px;
    color: #ffffff;
    white-space: nowrap;
    font-size: 18px;
    text-align: center;
    margin-right: 40px;
}

.bszn-t-do .ljbl-btn img:nth-of-type(2) {
    display: none;
}

.bszn-t-do .ljbl-btn.disabled img:first-of-type {
    display: none;
}

.bszn-t-do .ljbl-btn.disabled img:nth-of-type(2) {
    display: inline-block;
}

.ljbl-btn.disabled {
    background: rgb(239, 239, 239) !important;
    color: #3b4e62 !important;
    cursor: not-allowed;
}

.bszn-t-do .ljbl-btn img {
    margin-top: -4px;
}

.bszn-score {
    color: #666666;
    font-size: 18px;
    padding-top: 10px;
    line-height: 30px;
}

.bszn-sore-num {
    color: #f48022;
    font-weight: bold;
    margin: 0 55px 0 10px;
}

.bszn-sore-num img {
    vertical-align: middle;
    margin-top: -4px;
}

.bszn-sore-num img:last-of-type {
    margin-right: 2px;
}

.bszn-part {
    margin-top: 15px;
}

.bszn-jysm {
    padding-top: 50px;
}

.jysm-tit {
    color: #2789ee;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
}

.jysm-tit:before,
.tab-ct-tit:before {
    content: "";
    width: 3px;
    height: 21px;
    background-color: #0176ff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
}

.chain-flow-content {
    font-size: 18px;
}

.bszn-table {
    background: url("../images/bszn_table_bg.png") right bottom no-repeat;
}

.table {
    border: solid 1px #e0e5f0;
    font-size: 16px;
    border-bottom: none;
}

.table .tr {
    display: flex;
    border-bottom: 1px solid #e0e5f0;
}

.table .tr .td {
    padding: 25px 17px;
    line-height: 28px;
    border-right: 1px solid #e0e5f0;
    flex: 1;
}

.table.table-small .tr .td {
    padding: 10px 25px;
    font-size: 18px;
}

.table .tr .td:last-of-type {
    border-right: none;
}

.table .tr .td.label {
    background-color: #f7fafe;
    width: 180px;
    flex: none;
    color: #666666;
    font-weight: bold;
    font-size: 16px;
}

.ckclqd {
    font-size: 14px;
}

.bszn-bt {
    margin-top: 50px;
}

.bszn-tab {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    background-color: #f8f9fb;
    display: flex;
}

.bszn-tab-item {
    max-width: 201px;
    flex: 1;
    border: solid 1px #e2e3e5;
    padding: 18px 10px;
    border-radius: 4px 4px 0 0;
    text-align: center;
    position: relative;
    cursor: pointer;
    letter-spacing: 4px;
    font-size: 18px;
}

.bszn-tab-item:not(:first-of-type) {
    margin-left: -1px;
}

.bszn-tab-item.cur {
    background-color: #ffffff;
    color: #2789ee;
    border-color: #ffffff;
}

.bszn-tab-item:not(:first-of-type).cur {
    border-left-color: #e2e3e5;
}

.bszn-tab-item.cur:before {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #0176ff;
    position: absolute;
    top: -1px;
    left: 0;
}

.tab-ct {
    padding: 30px 40px;
    margin-bottom: 45px;
}

.tab-ct-item {
    font-size: 16px;
    position: relative;
    min-height: 100px;
}

.jbxx-box {
    margin-bottom: 30px;
}
.jbxx-box + .text-center .more {
    float: none;
}

.jbxx-table {
    display: flex;
    flex-wrap: wrap;
}

.jbxx-table .tr {
    width: 50%;
}

.jbxx-table .tr:not(:nth-of-type(2n+1)) {
    border-left: 1px solid #e0e5f0;
}

.tab-ct-tit {
    font-size: 22px;
    padding-left: 13px;
    position: relative;
    margin-bottom: 24px;
    color: #0176ff;
    font-weight: bold;
}

.tab-ct-item .table-small:not(:last-of-type) {
    margin-bottom: 30px;
}

.bszn-cjwt {
    font-size: 16px;
    border: solid 1px #e2e3e5;
}

.bszn-cjwt:not(:last-of-type) {
    margin-bottom: 30px;
}

.bszn-cjwt-Q {
    font-weight: bold;
    line-height: 22px;
    padding: 15px 17px;
    background-color: #f8f9fb;
    border-bottom: solid 1px #e2e3e5;
    font-size: 18px;
}

.bszn-cjwt-A {
    line-height: 22px;
    padding: 25px 17px;
}

.bszn-cjwt-Q .rt,
.bszn-cjwt-A .rt {
    width: 97%;
}

.bszn-cjwt-A .rt {
    font-size: 18px;
}

.bszn-cklct-btn {
    color: #2789ee;
    font-size: 16px;
    min-width: 142px;
    height: 34px;
    line-height: 32px;
    border-radius: 2px;
    border: solid 1px #2789ee;
    text-align: center;
    position: absolute;
    top: 14px;
    right: 37px;
    z-index: 9;
}

.bszn-cklct-btn img {
    margin-right: 2px;
    vertical-align: middle;
    margin-top: -2px;

}

.bszn-lc {
    border-left: 1px solid #e5e5e5;
}

.bszn-lc-item {
    position: relative;
    padding-left: 50px;
}

.bszn-lc-item:not(:last-of-type) .lc-box {
    border-bottom: 1px solid #e8f0f7;
    padding-bottom: 20px;
    margin-bottom: 28px;
}

.bszn-lc-item .NO {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #2789ee;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-50%);
}

.bszn-lc-item .tit {
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 8px;
}

.bszn-lc-item .ct {
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    background-color: #f8f9fb;
    padding: 10px 20px;
    margin-top: 10px;
}

.dzd-table {
    font-size: 16px;
    border: solid 1px #e0e5f0;
}

.dzd-table .thead {
    background-color: #f7fafe;
    text-align: center;
    display: flex;
    border-bottom: 1px solid #e0e5f0;
}

.dzd-table .thead td {
    text-align: center;
}

.dzd-table .tr {
    display: flex;
    border-bottom: 1px solid #edf2f5;

}

.gdpj-table .tr {
    padding: 20px 0;
}

.dzd-table .td {
    line-height: 24px;
    padding: 8px 15px;
    border-right: 1px solid #e0e5f0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.dzd-table .td.text-left {
    justify-content: left;
}

.dzd-table .tr .td {
    padding: 12px 15px;
}

.dzd-table .td:last-of-type {
    border-right: none;
}

.dzd-table .tr:last-of-type {
    border-bottom: none;
}

.dzd-table .user {
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
}

.dzd-table .user-head {
    margin-right: 12px;
    vertical-align: middle;
    margin-top: -2px;
}

.dzd-table .width-65 {
    width: 65px;
}

.dzd-table .width-100 {
    width: 100px;
}

.dzd-table .width-120 {
    width: 120px;
}

.dzd-table .width-140 {
    width: 140px;
}

.dzd-table .w-17 {
    width: 17%;
}

.table-dow1 {
    background: #e7f3ff;
    border-radius: 2px;
    font-size: 13px;
    color: #2789ee;
    padding: 0 10px;
    margin-bottom: 10px;
}

.table-dow2 {
    background: #2789ee;
    border-radius: 2px;
    font-size: 13px;
    color: #ffffff;
    padding: 0 10px;
}

#bsqx-iframe {
    border: none;
    margin-top: 10px;
    width: calc(100% + 100px) !important;
    margin-left: -60px;
}

@media screen and (max-width: 768px) {
    .bszn-part {
        margin-top: 0.4rem;
    }

    .bszn-t {
        padding: 0.3rem 0.25rem;
    }

    .bszn-tit {
        font-size: 0.4rem;
        margin-bottom: 0.4rem;
    }

    .bszn-t-box {
        padding-bottom: 0.35rem;
    }

    .bszn-t-sj {
        float: none;
    }

    .bszn-t-sj-box {
        padding-bottom: 0.3rem;
        display: flex;
        justify-content: space-between;
    }

    .bszn-t-sj-item {
        font-size: 0.3rem;
        line-height: 0.35rem;
    }

    .bszn-t-sj-item:not(:last-of-type) {
        margin-right: 0.5rem;
    }

    .bszn-t-sj-item p {
        margin-bottom: 0.2rem;
    }

    .bszn-t-sj-item span {
        font-size: 34rem;
    }

    .bszn-t-do {
        font-size: 18rem;
        line-height: 0.3rem;
    }

    .bszn-t-do .ljbl-btn {
        min-width: 2rem;
        height: 0.8rem;
        line-height: 0.8rem;
        border-radius: 0.08rem;
        font-size: 0.3rem;
        margin-right: 0.4rem;
        margin-bottom: 0.3rem;
    }

    .bszn-t-do a {
        margin-right: 0.4rem;
    }

    .dayingzn-btn {
        display: none;
    }

    .bszn-t-do a.pjzn-btn {
        margin-right: 0;
    }

    .bszn-qrcode {
        line-height: 0.35rem;
        font-size: 0.26rem;
        float: none;
        text-align: center;
        margin-top: 0.2rem;
    }

    .bszn-qrcode img,
    .bszn-qrcode-canvas {
        width: 2.8rem;
        height: 2.8rem;
        border: 0.16rem solid #d9ebfd;
        border-radius: 0.08rem;
        margin-bottom: .1rem;
    }

    .bszn-score {
        font-size: 0.3rem;
        line-height: 0.5rem;
        position: relative;
        padding-top: 0;
        margin-top: 0.35rem;
    }

    .bszn-sore-num {
        margin: 0 .2rem 0 0.2rem;
    }

    .bszn-score div.dis-inblock {
        display: block;
    }

    .bszn-score .more-list {
        margin-top: .2rem;
    }

    .more-list {
        font-size: 0.26rem;
        padding-right: 0.3rem;
        margin-left: 0;
    }

    .bszn-jysm {
        padding-top: 0.5rem;
    }

    .jysm-tit {
        font-size: 0.4rem;
        margin-bottom: 0.4rem;
    }

    .jysm-tit:before,
    .tab-ct-tit:before {
        height: .4rem;
    }

    .bszn-table {
        background-size: 3rem auto;
    }

    .table {
        font-size: 0.26rem;
    }

    .table .tr .td {
        padding: 0.2rem .1rem;
        line-height: 0.35rem;
        font-size: 18px;
    }

    .table .tr .td.label {
        width: 1.3rem;
    }

    .ckclqd {
        font-size: 0.26rem;
    }

    .bszn-tab {
        font-size: 0.3rem;
        line-height: 0.35rem;
        overflow: auto;
        width: 100%;
    }

    .bszn-tab-item {
        min-width: 2rem;
        padding: 0.25rem 0.1rem;
        border-radius: 0.08rem 0.08rem 0 0;
        flex: none;
        letter-spacing: 0;
    }

    .bszn-tab-item.cur:before {
        height: 0.08rem;
    }

    .tab-ct {
        padding: 0.25rem;
        margin-bottom: 0.5rem;
    }

    .jbxx-table .tr {
        width: 100%;
    }

    .jbxx-box {
        margin-bottom: 0.2rem;
    }

    .more {
        font-size: 0.28rem;
        padding-right: 0.3rem;
        line-height: 0.3rem;
    }

    .tab-ct-tit {
        padding-left: 0.2rem;
        margin-bottom: 0.3rem;
    }

    .tab-ct-item .table-small:not(:last-of-type) {
        margin-bottom: 0.3rem;
    }

    .table.table-small .tr .td {
        padding: 0.25rem;
    }

    .dzd-table {
        width: 18rem;
        font-size: 0.28rem;
    }

    .dzd-table .width-65 {
        width: 1.5rem;
    }

    .dzd-table .width-100 {
        width: 1.7rem;
    }

    .dzd-table .width-120 {
        width: 1.9rem;
    }

    .dzd-table .width-140 {
        width: 2rem;
    }

    .dzd-table .w-17 {
        width: 2rem;
    }

    .dzd-table .td {
        line-height: 0.35rem;
        padding: 0.25rem;
    }

    .dzd-table .tr .td {
        padding: 0.25rem;
    }

    .table-dow1,
    .table-dow2 {
        border-radius: 0.04rem;
        font-size: 0.26rem;
        padding: 0.15rem;
        margin-bottom: 0.2rem;
    }

    .bszn-cklct-btn {
        font-size: 0.26rem;
        min-width: 2rem;
        height: 0.6rem;
        line-height: 0.6rem;
        border-radius: 0.02rem;
        top: 0;
        right: 0;
        display: none;
    }

    .bszn-lc-item .tit {
        line-height: 0.3rem;
        margin-bottom: 0.16rem;
    }

    .bszn-lc-item .ct {
        font-size: 0.28rem;
        line-height: 0.35rem;
        letter-spacing: 0.02rem;
        padding: 0.1rem 0.2rem;
        margin-top: 0.2rem;
    }

    .bszn-lc-item {
        padding-left: 0.5rem;
    }

    .bszn-lc-item .NO {
        min-width: 0.5rem;
        height: 0.5rem;
        line-height: 0.5rem;
        font-size: 0.28rem;
    }

    .tab-ct-item {
        font-size: 0.28rem;
        min-height: 2rem;
    }

    .bszn-cjwt-Q {
        line-height: 0.35rem;
        padding: 0.2rem;
    }

    .bszn-cjwt-Q .rt,
    .bszn-cjwt-A .rt {
        width: 90%;
    }

    .bszn-cjwt-A {
        line-height: 0.35rem;
        padding: 0.2rem;
    }

    .bszn-cjwt {
        font-size: 0.28rem;
    }
}


.chain-window {
    display: flex;
  }

  .chain-window {
    height: 500px;
  }

  .chain-position-map {
    flex: 0 0 50%;
    height: 100%;
  }

  .chian-position-window {
    flex: 1 0 50%;
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px 0px rgba(51, 112, 232, 0.13);
    display: flex;
    flex-direction: column;
      margin-left: 20px;
      border-radius: 10px;
      background: linear-gradient(to right,#E2F0FF, #F6FBFF);
  }

.chian-position-window .card {
    padding: 14px;
    background: linear-gradient(45deg, #F0F8FF, #FBFDFF);
    border-radius: 10px;
}
.chian-position-window .card + .card{
    margin-top: 10px;
}

.chian-position-window .card .title {
    font-size: 18px;
    font-weight: bold;
    padding-top: 0;
}

.chian-position-window .card .title img{
    margin-right: 10px;
}
.chian-position-window .card .content {
    padding: 0;
    background: none;
    margin-top: 10px;
}
.chian-position-window .card .point-wrap {
    background: linear-gradient(to right, #E3F1FF, #E9F4FF);
    border-radius: 10px;
    padding: 14px;
    margin-top: 10px;
}

  .chain-windows {
    padding: 10px 10px 10px 0;
    overflow: auto;
    max-height: 215px;
  }

  .chian-position-window-total {
    font-weight: bold;
    color: #2789EE;
    padding: 0px 0 10px;
    border-bottom: 1px solid #DCDCDC;
  }

  .chain-window__item {
    /*background: #F6F6F6;*/
    /*border-radius: 4px;*/
    padding: 20px 10px 20px 40px;
    /*margin-bottom: 10px;*/
    cursor: pointer;
    position: relative;
  }

  .chain-window__item.active {
      background: linear-gradient(90deg, #b5d9ff, #e5f0fb);
      border-radius: 10px;
  }

  .chain-window__item h4 {
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
      font-size: 18px;
  }

  .chain-window__item>div {
    color: #333333;
    line-height: 1.2;
    margin-bottom: 6px;
      font-size: 14px;
  }

  .chain-window__item-index {
    position: absolute;
    left: 5px;
    top: 20px;
    background: url("../images/position.png") center no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    text-align: center;
    color: #FFF;
      font-size: 18px;
  }


.bszn-efficiency {
    width: 50%;
}
.chain-efficiency {
    border-top: 1px solid #D2E6FA;
    padding: 14px ;
    background: linear-gradient(0deg, #FFFFFF, #ecf3fb);
}
.chain-efficiency-title {
    height: 21px;
    font-size: 20px;
    font-weight: bold;
    color: #2789EE;
    transform: translateY(-8px);
}
.chain-efficiency-marker {
    display: inline-block;
    width: 12px;
    height: 12px;
}
.chain-efficiency-ago {
    font-size: 18px;
    color: #000;
}
.chain-efficiency-now {
    font-size: 18px;
    color: #3F9CFD;
}
.chain-efficiency-marker-ago {
    background: #D8DEED ;
}
.chain-efficiency-marker-now {
    background: #3F9CFD ;
    margin-left: 10px;
}
.chain-efficiency-left {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 14px;
}
.chain-efficiency-right {
}
.chain-efficiency-left .chain-efficiency-ago,
.chain-efficiency-left .chain-efficiency-now {
    display: inline-block;
}

.efficiency-list {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.compare-item {
    margin-bottom: 15px;
    padding: 0 10px 0 0;
}
.compare-item__name {
    padding: 0 10px 0 0 ;
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
}
.compare-item__name img {
    margin-right: 4px;
    margin-top: -6px;
}
.compare-item__bar-wrapper {
    width: 250px;
    flex: 1;
}
.compare-item__bar-wrapper > div {
    height: 12px;
    position: relative;
}
.compare-item__bar-ago {
    background: #D8DEED;
    margin-bottom: 6px;
    max-width: calc(100% - 30px);
}
.compare-item__bar-now {
    background: #3F9CFD;
    min-width: 1%;
    max-width: calc(100% - 30px);
}
.compare-item__bar-wrapper > div > span {
    position: absolute;
    right: 2px;
    font-size: 12px;
    line-height: 1;
    top: 0;
}
.compare-item__bar-wrapper > .compare-item__bar-now > span {
    right: -20px;
}
.compare-item__bar-wrapper > .compare-item__bar-ago > span {
    right: -20px;
}
.compare-item__result {
    padding-left: 15px;
    font-size: 16px;
    color: #000;
    float: right;
}
.compare-item__result span {
    color: #000;
}
.compare-items .compare-item {
    float: left;
    width: 50%;
}


.chain-material-table {
    border: 1px solid #E1E1E1;
    font-size: 14px;
    border-collapse: collapse;
}

.chain-material-table th {
    background: #F6F6F6;
    padding: 10px 0;
    font-size: 18px;
}
.chain-material-table td {
    border: 1px solid #e4e4e4;
    padding: 14px;
    font-size: 18px;
}

.chain-material-tag {
    margin-top: 4px;
}
.chain-material-tag .chain-tag {
    display: inline-block;
    padding: 2px 5px;
    font-size: 16px;
    border-radius: 14px;
}
.chain-material-tag .chain-tag:first-child {
    color: #2789EE;
    background: #E7F3FF;
}
.chain-material-tag .chain-tag:nth-child(2) {
    color:  #FF7011;
    background: #FDECE3;
}

.netdisk-files-download {
    color: #0176ff;
}

.alert {
    background-color: #e3f2fd;
    border-color: #e3f2fd;
    box-shadow: none;
    border-style: solid;
    font-size: 14px;
    padding: 12px;
}
.next-radio-wrapper {
    border: 1px solid #cbcbcb;
    display: inline-block;
    padding: 8px;
    margin-right: 12px;
    margin-bottom: 8px;
    border-radius: 4px;
    min-width: 135px;
    background: #fff;
    min-height: 36px;
    cursor: pointer;
}
.next-radio {
    vertical-align: sub;
}
.qust-l {
    padding: 14px 0;
}

.qust-c{
margin-bottom: 30px;
}
.qust-c button{
    width: 140px;
    padding: 10px 14px;
    background: linear-gradient(90deg, rgba(67, 167, 246, 0.1) 0%, rgba(41, 138, 238, 0.1) 100%), linear-gradient(#2789ee, #2789ee);
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
}

.qust-c button.plain {
    background: #fff;
    color:#0176ff;
    border: 1px solid #0176ff;
}

.chain-intro {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 14px;
    margin-bottom: 35px;
}

.netdisk-files-download{
    display: block;
    color: #2789EE;
    font-size: 14px;
}
.netdisk-files-download.disabled {
    opacity: .6;
    pointer-events: none;
}
.netdisk-files-download img {
    height: 14px;
    vertical-align: middle;
    margin-top: -4px;
}

.chain-desc {
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    margin-bottom: 28px;
}
.chain-matter-tip {
    font-size: 16px;
    font-weight: bold;
    color: #2789EE;
    margin-bottom: 28px;
}
.chain-guide-btn {
    background: #EDF5FC;
    border: 1px solid #9CCEF9;
    border-radius: 19px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.chain-matter-container {
    background: url("../images/bszn_matter_bg.png") right bottom no-repeat;
    background-size: 188px 153px;
    /*border: 2px solid rgba(6, 115, 223, .1);*/
    border-radius: 16px;
    margin-top: 36px;
}

.chain-matter-container .chain-matter-header {
    display: flex;
    justify-content: space-between;
    padding: 16px 32px;
    height: 56px;
    /*background: linear-gradient(354deg, #0673DF 0%, #7BBDFF 100%);*/
    border-radius: 16px 16px 0 0;
    opacity: 1;
}

.chain-matter-header .chain-matter-header-title {
    font-size: 20px;
    /*font-weight: 700;*/
    /*color: #fff;*/
    line-height: 24px;
}

.chain-matter-header .chain-matter-header-title .prompt {
    font-weight: 700;
    color: #0673DF;
}

.chain-matter-header .chain-matter-header-right {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
}
.chain-matter-header .chain-matter-header-right .number {
    font-weight: 700;
}
.chain-matter-container .chain-matter-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.chain-matter-list .chain-matter-item {
    display: flex;
    width: 44%;
    margin: 0 0 24px 30px;
    line-height: 22px;
    font-size: 17px;
}

.chain-matter-list .chain-matter-item img {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}

.chain-material-case-title .clqd-tit-box {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
}
.chain-material-case-title .clqd-tit-box .clqd-tit {
    line-height: 34px;
    font-size: 24px;
    color: #384155;
    flex: 1;
}

.chain-material-case-title .clqd-tit-box .clqd-tit-btn {
    border-radius: 2px;
    border: solid 1px #2789ee;
    line-height: 32px;
    width: 142px;
    text-align: center;
    letter-spacing: 2px;
    color: #0176ff;
    cursor: pointer;
}

.chain-material-case-title .clqd-tit-box .clqd-tit-btn img {
    margin-top: -3px;
}
.chain-material-case-list .sqcl-search .clqd-tip {
    background-color: #e3f2fd;
    border: 1px solid #e3f2fd;
    border-radius: 3px;
    padding: 12px;
    color: #666;
}
.chain-material-case-list .sqcl-search .clqd-tip img {
    margin-top: -3px;
}

.chain-material-case-list .sqcl-search .sel-item-tit{
    margin: 12px 0 8px;
}
.chain-material-case-list .sqcl-search .sel-item-r{
    border: 1px solid #cccfd7;
    margin-right: 12px;
    border-radius: 4px;
    min-width: 135px;
    background: #fff;
    line-height: 26px;
    cursor: pointer;
    color: #384155;
    padding: 5px 10px 5px 27px;
    position: relative;
    margin-bottom: 8px;
    height: auto;
}
.chain-material-case-list .sqcl-search .sel-item-r.cur{
    border-color: #255bda;
}
.chain-material-case-list .sqcl-search .sel-item-r:before{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #cccfd7;
    position: absolute;
    left: 9px;
    top: 13px;
    /* transform: translateY(-50%); */
    box-sizing: border-box;
}
.chain-material-case-list .sqcl-search .sel-item-r.cur:before{
    border: 4px solid #255bda;
}
.chain-material-case-list .sqcl-search .sel-btns{
    margin: 12px 0 25px;
}
.chain-material-case-list .sqcl-search .sel-btn{
    line-height: 34px;
    border: 1px solid #255bda;
    letter-spacing: 1px;
    border-radius: 18px;
    color: #255bda;
    padding: 0 15px;
    margin-right: 10px;
}
.chain-material-case-list .sqcl-search .sel-btn.cur{
    background-color: #255bda;
    color: #ffffff;
}
.chain-material-case-list .sqcl-search .sel-flex {
    display: flex;
    flex-wrap: wrap;
}

