.bg{
    background-color: #001450;
}

.pbd{
    position: absolute;
    /*left: 420px;*/
    left: 10%;
    top: 90px;
    width: 660px;
    height: 179px;
    opacity: 1;
    /*border: 1px solid red;*/
}

.banner{
    height: 360px;
    width: auto !important;
}


.logo{
    position: absolute;
    top: 26px;
    width: 260px !important;
    height: 68px;
}


.pbd_1{
    position: absolute;
    left: 4px;
    top: 0px;
    width: 101px;
    height: 117px;
    opacity: 1;

    /*border: 1px solid #FFD2A0;*/
}

.pbd_2 div:first-child{
    position: absolute;
    left: 115px;
    top: 7px;
    /*width: 400px;*/
    /*height: 70px;*/
    font-size: 54px;
    font-weight: 900;
    line-height: normal;
    color: #FFD2A4;
    letter-spacing: 0.1em;
}


.ddf{
    position: absolute;
    /*left: 466.61px;*/
    left: 486px;
    top: 31.52px;
    width: 35.69px !important;
    height: 36.46px;
    /*transform: rotate(97.12deg);*/
    opacity: 1;

    /*border: 5px solid #FFD2A0;*/
}


.dds{
    position: absolute;
    left: 112px;
    top: 84px;
    width: 538px !important;
    height: 0px;
    opacity: 1;

    border: 1px dashed #D8D8D8;
}


.pbd_2 div:last-child{
    position: absolute;
    left: 112px;
    top: 91px;
    /*width: 455px;*/
    /*height: 50px;*/
    font-size: 21px;
    font-weight: 900;
    line-height: normal;
    color: #FFD2A4;
    /*letter-spacing: 0.1em;*/
}

.pbd_3{
    position: absolute;
    left: 0px;
    top: 120px;
    /*width: 383px;*/
    /*height: 39px;*/

    font-size: 35px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.1em;

    color: #ffffff;

}

.pmec_banner .pbd_3{
    top: 280px;
    width: 1000px;
    left: calc(50% - 500px);
    text-align: center;
}


.content{
    width: 1200px;
    margin: auto;
}

.content_np{
    background-color: #0A3995;
    /*height: 300px;*/
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.cnf{
    position: relative;
    padding: 1px;
}

.cnf img{
    position: absolute;
    left: 35px;
    top: 16px;
    width: 56px;
    height: 32px;
    opacity: 1;
}
.cnf span{
    position: absolute;
    left: 95px;
    top: 12px;
    /*width: 100px;*/
    height: 34px;
    opacity: 1;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFD2A0;

    /*border: 1px solid red;*/
}

.cns{
    background-color: #FFFFFF;
    /*height: 860px;*/
    margin-top: 60px;
    border-radius: 12px;
    padding: 40px 35px;
}

.cns li{
    width: 210px;
    height: 342px;
    /*border: 1px solid red;*/
    float: left;
    margin-bottom: 35px;
    margin-right: 20px;
}

.cns_lh{
    display: none;
}

.cns li:nth-child(5n){
    margin-right: 0;
}

.cns_img{
    height: 210px;
    margin-bottom: 10px;
}

.cns_img img{
    width: 100%;
    height: 100%;
}

.content_np .cns_img img{
    border-radius: 16px;
}


.content_p .cns_img img{
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.content_s .cns li{
    border-radius: 8px;
}

.cns li div{
    float: left;
    /*padding: 0 5px;*/
}

.cns_title{
    width: 200px;
    height: 40px;
    color: #0A3995;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.cns_title a{
    color: #0A3995;
}

.cns_jg{
    width: 200px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #999999;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.cns_jg a{
    color: #999999;
}

/*.cns_jg span:first-child{*/
/*    font-size: 14px;*/
/*    font-weight: 500;*/
/*    color: #999999;*/
/*}*/

/*.cns_jg span:last-child{*/
/*    font-weight: 500;*/
/*    font-size: 20px;*/
/*    color: #FF9933;*/
/*    padding-left: 10px;*/
/*}*/


.cns_xl div:first-child{
    width: 200px;
    margin-left: 5px;
    /*width: 92px;*/
    height: 32px;
    border-radius: 16px;
    opacity: 1;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 14px;
    gap: 6px;
    color: white;
    background: #0A3995;
    float: left;
}

.content_s .cns_xl div:last-child{
    width: 110px;
    height: 32px;
    border-radius: 16px;
    opacity: 1;

    /* 自动布局 */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    gap: 6px;
    color: white;
    background: #FF9933;
    float: right;
    z-index: 0;
    margin-left: 8px;
}

.cns_more{
    width: 150px;
    height: 40px;
    /*border: 1px solid red;*/
    margin: 3px auto auto auto;
}

.cns_more span{
    width: 94px;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0em;
    text-decoration: underline;
    color: #0A3995;
    display: block;
    float: right;
    margin-top: 8px;
    cursor: pointer;
}

.content_np .cns_more span{
    margin-right: 8px;
}

.cns_more img{
    width: 24px;
    height: 24px;
    margin-top: 8px;
    cursor: pointer;
}

.content_np .cns_more img{
    margin-left: 8px;
    margin-right: 16px;
}

.content_p .cns_more img,.content_s .cns_more img{
    margin-left: 17px;
    margin-right: 6px;
}

.content_p{
    margin-top: 50px;
    /*border: 1px solid red;*/
}

.cpf{
    position: relative;
    left: 0;
    top: 0;
    /*width: 140px;*/
    height: 34px;
}

.cpf img{
    position: absolute;
    left: 0;
    top: 1px;
    width: 32px;
    height: 32px;
    opacity: 1;
}

.cpf span{
    position: absolute;
    left: 45px;
    top: 0;
    /*width: 96px;*/
    height: 34px;
    opacity: 1;

    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;

    color: #FFD2A0;
}

.cpc{
    background: white;
    height: 50px;
    line-height: 50px;
    margin-top: 16px;
    font-size: 16px;
    position: relative;
}

.cpc_d{
    width: 96%;
    overflow: hidden;
    margin: auto;
}

.cpc_d li{
    text-align: center;
    height: 50px;
    cursor: pointer;

    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.cpc_d .on{
    text-decoration: underline;
    color: #0A3995;
}

.button-prev,.cs-button-prev{
    position: absolute;
    top: 0;
    left: 0;
    width: 2%;
    height: 50px;
    background-color: #D8D8D8;
}

.button-prev img,.button-next img,.cs-button-prev img,.cs-button-next img{
    width: 6px;
    height: 11.67px;
    margin-left: 7px;
}

.button-next,.cs-button-next{
    position: absolute;
    top: 0;
    right: 0;
    width: 2%;
    height: 50px;
    background-color: #D8D8D8;
}

.content_p .cns{
    margin-top: 20px;
    padding: 0;
}

.cpc_p{
    display: block;
}

.cpc_w{
    display: none;
}

.content_p .cns{
    background-color: unset;
}

.content_p .cns li{
    width: 224px;
    height: 370px;
    border-radius: 8px;
    margin-bottom: 20px;
    background-color: white;
    /*border: 1px solid red;*/
}

.content_p .cns_img{
   height: 224px;
}


.content_p .cns_title, .content_p .cns_jg{
    width: 180px;
    margin: 0 20px;
}

.content_p .cns_title{
    margin-bottom: 10px;
}

.content_p .cns_jg{
    margin-bottom: 6px;
}

.content_p .cns_xl{
    width: 204px;
    margin: 0 10px;

}

.content_p .cns_more,.content_s .cns_more{
    width: 160px;
    height: 40px;
    /*border: 1px solid red;*/
}

.content_p .cns_more span,.content_s .cns_more span{
    width: 96px;
    color: white;
    margin-right: 17px;
}

.content_s{
    margin-top: 40px;
    margin-bottom: 30px;
}

.content_s .cns{
    background-color: unset;
}

.content_s .cns {
    margin-top: 26px;
    padding: 0;
}

.content_s .cpf{
    /*width: 140px;*/
    height: 35px;

}

.content_s .cns li{
    width: 380px;
    height: 340px;
    margin-right: 30px;
    margin-bottom: 20px;
    background-color: white;
    /*border: 1px solid red;*/
}

.content_s .cns li:nth-child(3n){
   margin-right: 0;
}


.yx_cm{
    width: 340px;
    height: 70px;
    line-height: 70px;
    /*border: 1px solid red;*/
    margin: 20px;
    position: relative;
}

.yx_cm img{
    width: 70px;
    /*height: 70px;*/
    max-height: 70px;
}

.yx_cm span{
    position: absolute;
    top: 0;
    left: 80px;
    width: 260px;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    /*letter-spacing: 0em;*/
    color: #0A3995;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}

.content_s hr{
    border-top: 1px dashed #0A3995;
}


.yx_data{
    margin: 20px 20px 15px 20px;
}

.yx_data li{
    width: 100px !important;
    height: 145px!important;
    margin-right: 20px !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

.yx_data li:last-child{
    margin-right: 0 !important;
}

.yx_data img{
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
}

.yx_data li div{
    width: 100px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #3D3D3D;
}

.yx_xl .yx_f{
    width: 140px;
    height: 32px;
    border-radius: 16px;
    opacity: 1;

    /* 自动布局 */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 16px;
    gap: 6px;
    color: white;
    background: #0A3995;
    margin-left: 20px;
}

.yx_xl .yx_t{
    width: 165px;
    height: 32px;
    border-radius: 16px;
    opacity: 1;

    /* 自动布局 */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 16px;
    gap: 6px;
    color: white;
    background: #FF9933;
    margin-left: 35px;
}


.nbom{
    height: 120px;
    background: #FFFFFF;
    text-align: center;
}

.nbomf {
    line-height: 33px;
    /*padding-top: 30px;*/
    padding-top: 50px;
    display: flex;
    justify-content: center;

}

.nboms{
    display: flex;
    justify-content: center;
}

.nboms div{
    margin: 0 30px;
}


.nboms span{
    display: block;
    float: right;
    margin-left: 10px;
}





.RFQ-top {
    display: flex;
    justify-content: center;
    background: #0A3995;
    box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 16%);
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 10;
}


.RFQ-top .c1200 {
    height: 48px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}
.c1200 {
    width: 1200px;
}


.RFQ-filter {
    display: flex;
    align-items: center;
}


.RFQ-filter-label {
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 7px;
}


.RFQ-filter input {
    width: 240px;
    height: 28px;
    background: #EEEEEE;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #D8D8D8;
    padding: 0 10px;
}

.RFQ-filter-btn {
    font-size: 16px;
    color: #FFFFFF;
    /*width: 136px;*/
    padding: 0 10px;
    height: 32px;
    background: #FF9933;
    border-radius: 16px 16px 16px 16px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}


.right-option {
    position: fixed;
    width: 85px;
    background: #68789A;
    border-radius: 8px 8px 8px 8px;
    padding: 20px 0 5px;
    z-index: 11;
    top: 50vh;
    /*right: calc(50% - 730px);*/
    right: 0;
    text-align: center;
}

.right-option-item {
    margin-bottom: 15px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.right-option-item .img {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 5px;
    padding: 9px;
}
.right-option-item div {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
}

.right-option-item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.kffa {
    background: url(/module/zt/pharmaexpress/img/7.png) no-repeat;
    width: 150px;
    height: 65px;
    position: absolute;
    margin-right: 35px;
    z-index: 999;
    left: -120px;
    padding: 13px 30px 13px 25px;
    display: none;
}


.kffa a {
    color: #666666;
    line-height: 14px;
    font-size: 14px;
}

.kffa a:hover {
    color: #006666;
    text-decoration: underline;
}


.right-option-item:hover .kffa{
    display: block;
}

.RFQ-top{
    display: block;
}

/*.jfsi_pc,.cns_p{*/
/*    display: block;*/
/*}*/

/*.jfsi_wap,.rlg,.cns_w{*/
/*    display: none;*/
/*}*/

.rlg{
    display: none;
}


.content_p .cns_c:not(:first-child),.content_s .cns_c:not(:first-child){
    display: none;
}


.ffd{
    width: 40%;
}

.ffd input{
    width: 100%;
}

@media only screen and (min-width: 1480px){
    .pbd{
        left: 18%;
    }

}


@media screen and (max-width: 1200px){

    .pmec_banners{
        height: 175px;
    }

    .banner{
        width: 100% !important;
    }

    .logo {
        top: 10px;
        width: 180px !important;
        height: 50px;
    }


    .pbd{
        width: 86%;
        left: 7%;
        top: 60px;
        height: 110px;
    }

    .pbd_1 {

        width: 50px;
        height: auto;
        top: 5px;
    }

    .pbd_2 div:first-child {

        left: 70px;
         top: 3px;
        /* width: 400px; */
        font-size: 25px;
        font-weight: bold;
        line-height: normal;
        color: #FFD2A4;
        letter-spacing: 0.1em;
    }


    .ddf {
        left: 225px;
        top: 11px;
        width: 23px !important;
        height: 20px;
    }


    .pbd_2 div:last-child {
        left: 70px;
        top: 46px;
        font-size: 15px;
    }

    .dds {

        left: 70px;
        top: 43px;
        width: 245px!important;

    }

    .pbd_3 {
        top: 135px;
        font-size: 17px;
        width: 96%;
        text-align: center;
        left: 2%;
        line-height: 21px;

    }

    .content{
        width: 95%;
    }

    .cns{
        padding: 20px 0;
        margin-top: 50px;
    }

    .cns li{
        width: 47%;
        height: 300px;
        /*border: 1px solid red;*/
        margin-left: 2%;
        margin-right: 0;
    }



    .cns_img{
        height: 168px;
    }

    /*.cns_img img{*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*}*/

    .cns_title,.cns_jg,.cns_xl{
        width: 100%;
    }

    .cns_xl div:first-child{
        width: 90%;
        margin-left: 5%;
    }

    .cpc_p{
        display: none;
    }

    .cpc_w{
        display: block;
    }

    .cpc_d{
        width: 100%;
    }


    .content_p .cns li{
        width: 49%;
        height: 300px;
        /*border: 1px solid red;*/
        margin-left: 0;
        margin-right: 1%;
    }

    .content_p .cns li:nth-child(2n){
        margin-left: 1%;
        margin-right: 0;
    }

    .content_p .cns_img{
        height: 168px;
        width: 100%;
    }

    .content_p .cns_title,.content_p .cns_jg{
        width: 96%;
        margin-right: 2%;
        margin-left: 2%;
    }

    .content_p .cns_xl{
        width: 100%;
        margin: 0;
    }

    .content_p .cns_title,.content_p .cns_jg{
        margin-bottom: 5px;
    }

    /*.cns_more{*/
    /*    width: 100px;*/
    /*}*/

    /*.content_p .cns_more{*/
    /*    width: 130px;*/
    /*}*/

    .content_s .cns li{
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-left: 0;
    }

    .yx_cm{
        /*border: 1px solid;*/
        width: 96%;
        margin: 5% 2%;
    }

    .yx_cm span{
        /*left: 22%;*/
        width: auto;
    }

    .yx_data{
        margin: 5% 2%;
    }

    .yx_data li{
        width: 30% !important;
        margin-right: 5% !important;
    }

    .yx_data li:last-child{
        margin-right: 0 !important;
    }

    .yx_xl .yx_t{
        width: 45%;
        margin-left: 5%;
    }

    .yx_xl{
        width: 96%;
        margin: 0 2% 5% 2%;
    }

    .yx_xl .yx_t{
        width: 43%;
        margin-left: 0;
        padding: 4px 8px;
    }

    .yx_xl .yx_t{
        width: 50%;
        float: right;
        padding: 4px 8px;
        margin-left: 0;

    }

    .yx_data img {
        /*width: auto;*/
        /*height: auto;*/
    }

    .yx_data li div{
        width: 100%;
    }

    .nbom {
     height: auto;
    }

    .nbomf{
        display: block;
        justify-content: unset;
        line-height: initial;
        padding: 30px 15px;
    }

    .nbomf span {
        display: block;
        width: 95%;
        margin: auto;
    }

    .nboms {
        display: block;
        justify-content: unset;
        margin-top: 10px;
    }

    .nboms div{
        display: flex;
        justify-content: center;
        padding-bottom: 5px;
    }

    .nboms img{
        width: 16px;
        height: 16px;
    }

    .nboms span {
        font-size: 12px;
    }

    .RFQ-top{
        display: none;
    }

    /*.right-option{*/
    /*    right: 2%;*/
    /*}*/

    .language{
        height: 40px !important;
        line-height: 40px !important;
    }

    .language a{
        font-size: 14px;
        height: 20px;
        padding: 10px 5px;
        top: 0;
    }


    .cnf span,.cpf span{
        font-size: 20px;
        line-height: 34px !important;
    }

    .cnf img{
        top: 11px;
    }

    .cnf span{
        top: 8px;
    }

    .nbomf span{
        font-size: 12px;
    }

    .right-option{
        width: 55px;
        padding: 10px 0 0;
    }

    .right-option-item{
        margin-bottom: 10px;
    }

    /*.jfsi_wap,.cns_w{*/
    /*    display: block;*/
    /*}*/

    /*.jfsi_pc,.rlg,.cns_p{*/
    /*    display: none;*/
    /*}*/


    .right-option-item div{
        line-height: 15px;
    }

    .yx_xl .yx_f{
        margin-left: 0;
    }
}