.pharmacy_header_Sourcing a:last-child{
    color: white;
}

.pv_title{

    /*height: 40px;*/
    line-height: 30px;
    width: 1200px;
    margin: 30px auto;
    padding-left: 28px;
}

.pv_title a{
    color: initial;
}

.pv_conten {
    width: 1200px;
    margin: 30px auto 50px auto;
    /*padding: 0px 40px;*/
    /*border: 1px solid red;*/
}

.pv_content_top {
    width: 100%;
    height: 460px;
    background-color: white;
    margin-bottom: 20px;
}

.pv_content_top_two{
    height: 100%;
    margin: auto 5%;
}

.pv_content_top_left {
    width: 300px;
    height: 300px;
    /*border: 1px solid red;*/
    float: left;
    margin-top: 80px;
}


.pv_content_top_left img {
    width: 300px;
    height: 300px;
    border-radius: 15px;
}


.pv_content_top_right {
    width: 67.5%;
    height: 300px;
    /* border: 1px solid blue; */
    /*float: left;*/
    float: right;
    margin-top: 80px;
    /*margin-left: 50px;*/
}


.pv_content_top_right_title {
    height: 80px;
    font-size: 38px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}



.pv_content_top_right_bottom {
    height: 110px;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
}

.pv_content_top_right_bt1, .pv_content_top_right_bt2 {
    float: left;
    border: 1px solid;
    border-radius: 5px;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
}

.pv_content_top_right_bt1 {
    /*background: url(/static/web/image/pharmavibe/ci_play-circle-outline.png) no-repeat 36px center;*/
    background-size: 26px;
}

.pv_content_top_right_bt1 img{
    display: unset;
    width: 28px;
    height: 28px;
    margin-bottom: 3px;
}

.pv_content_top_right_bt2 {
    margin-right: 100px;
    background-color: #4FC2B8;
    color: white;
}

.pv_content_top_right_bt div {
    height: 70px;
    width: 280px;
}

.pv_content_top_right_bt1 {
    float: left;
}

.pv_content_top_right_bt2 {
    float: right;
    margin-right: 88px;
}


.pv_content_featured {
    width: 100%;
    /*height: 560px;*/
    height: 610px;
    background-color: white;
    margin-bottom: 20px;
}

.pv_content_featured_left_top{
    /*border: 1px solid;*/
    position: relative;
    height: 240px;
    /*max-width: 540px;*/
}


.pv_content_featured_content_detail .pv_content_featured_left_top{
    height: 187px;
}

.pv_content_featured_left_img_msg{
    /*border: 1px solid red;*/
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    color: white;
}


.pv_content_featured_left_img_msg_category{
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    /*border: 1px solid;*/
    margin-bottom: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.pv_content_featured_left_img_msg_title{
    /*border: 1px solid blue;*/
    min-height: 32px;
    margin-bottom: 10px;
    font-size: 24px;
    word-wrap: break-word;
    word-break: normal;
}

.pv_content_featured_left_img_msg_title a{
    color: white;
}

.pv_content_featured_title {
    /*border: 1px solid;*/
    width: 92%;
    margin: 50px 4% 30px 4%;
    font-size: 38px;
    height: 45px;
    font-weight: bold;
}

.pv_content_featured_content {
    width: 92%;
    margin-left: 4%;
    overflow: hidden;
    height: 435px;
}


.pv_content_featured_content_detail {
    width: 92%;
    margin-left: 4%;
    overflow: hidden;
    height: 435px;
}

.pv_content_featured_left {
    /*width: 43%;*/
    /*border: 1px solid;*/
    /*height: 240px;*/
    /*max-width: 540px;*/
}


.pv_content_featured_left img {
    width: 100%;
    height: 100%;
    /*height: 200px;*/
    border-radius: 15px;
}

.pv_content_featured_left_title {
    /*border: 1px solid;*/
    height: 40px;
    line-height: 40px;
    margin: 10px auto;
}

.pv_content_featured_left_content {
    font-size: 14px;
    min-height: 40px;
    word-wrap:break-word;
    /*word-break:break-all;*/
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pv_content_featured_left_title span {
    font-weight: bold;
    font-size: 18px;
}


.pv_content_featured_left_bt {
    border: 1px solid;
    margin-top: 20px;
    height: 45px;
    width: 200px;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    /*background: url(/static/web/image/pharmavibe/ci_play-circle-outline.png) no-repeat 50px center;*/
    background-size: 25px;
    cursor: pointer;
}

.pv_content_featured_left_bt img{
    display: unset;
    width: 25px;
    height: 25px;
    margin-bottom: 3px;
}

.pv_content_search {
    width: 100%;
    height: 250px;
    background-color: white;
    margin-bottom: 20px;
    padding-top: 50px;
}

.pv_content_search_title {
    font-size: 38px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
}


.pv_content_search_bt {
    height: 60px;
    width: 750px;
    border: 1px solid;
    margin: 30px auto;
    border-radius: 20px;
    border-color: #4FC2B8;
    position: relative;
}

.pv_content_search_bt input {
    height: 100%;
    width: 90%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0px 0px 0px 20px;

}

.pv_content_search_bt img {
    margin-top: 5px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    bottom: 11.5px;
    height: 35px;
}

.pv_cotent_le {
    width: 100%;
    /*max-height: 1300px;*/
    background-color: white;
    margin-bottom: 20px;
}


.pv_cotent_le_title {
    /*border: 1px solid;*/
    width: 92%;
    margin: 50px 4% 30px 4%;
    font-size: 38px;
    height: 45px;
    font-weight: bold;
}

.pv_cotent_le_tb {
    width: 92%;
    margin: auto;
    height: 45px;
    margin-bottom: 30px;
}

.pv_cotent_le_tb div {
    border: none;
    border-bottom: 1px solid #BEBEBE;
    height: 45px;
    width: 33.33%;
    float: left;
    font-size: 24px;
    text-align: center;
    line-height: 45px;
    color: #BEBEBE;
}

.pv_cotent_le_tb span{
    cursor: pointer;
}

.pv_cotent_le_tb .on{
    font-size: 24px;
    font-weight: bold;
    color: black;
    border-bottom: 2px solid;
}

.pv_cotent_le_tb_one_message {
    width: 92%;
    /*border: 1px solid;*/
    margin: 0px auto 5px auto;
    padding: 10px 0px;
    height: 220px;
}

.pv_cotent_le_tb_content_one span {
    /*font-size: 13px;*/
    font-weight: bold;
}

.pv_cotent_le_tb_content_img {
    width: 180px;
    height: 180px;
    margin-right: 30px;
    float: left;
}

.pv_cotent_le_tb_content_img img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}


.pv_cotent_le_tb_content_one, .pv_cotent_le_tb_content_two, .pv_cotent_le_tb_content_three, .pv_cotent_le_tb_content_four, .pv_cotent_le_tb_content_bt {
    /*border: 1px solid;*/
    width: 75%;
    float: left;
    margin-bottom: 5px;
    font-size: 14px;
}

.pv_cotent_le_tb_content_three {
    font-size: 20px;
    font-weight: bold;

    word-break: break-all;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}



.pv_cotent_le_tb_content_four {
    min-height: 37px;
    /*word-break: break-all;*/
    word-wrap: break-word;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pv_cotent_le_tb_content_bt {
    border: 1px solid;
    margin-top: 6px;
    height: 45px;
    width: 200px;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    /*background: url(/static/web/image/pharmavibe/ci_play-circle-outline.png) no-repeat 50px center;*/
    background-size: 25px;
    cursor: pointer;
}

.pv_cotent_le_tb_content_bt img{
    display: unset;
    width: 25px;
    height: 25px;
    margin-bottom: 3px;
}


.pv_content_tc {
    width: 100%;
    height: 700px;
    background-color: white;
    margin-bottom: 20px;
    /*padding: 40px 0px;*/
}

.pv_content_tc_title{
    width: 92%;
    margin: 50px 4% 30px 4%;
    font-size: 38px;
    height: 45px;
    font-weight: bold;
}

.pv_content_tc_img_content{
    width: 92%;
    /*width: 1084px;*/
    height: 480px;
    margin: auto;
    display: flex;
}

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

.pv_content_tc_left{
    width: 320px;
/*    margin-right: 1%;*/
    height: 100%;
/*    float: left;*/
    position: relative;
    margin-left: 12.5px;
}

.pv_content_tc_center{
    width: 424px;
/*    margin-right: 1%;*/
    height: 100%;
/*    float: left;*/
    flex: 1;
    margin: 0 10px;
}

.pv_content_tc_right{
    width: 315px;
    height: 100%;
/*    float: left;*/
    margin-right: 12.5px;
}

.pv_content_tc_center_top{
    width: 424px;
    height: 214px;
    margin-bottom: 12px;
    position: relative;
}

.pv_content_tc_center_bottom{
    width: 100%;
    height: 54%;
}

.pv_content_tc_center_bottom_left{
    width: 237px;
    height: 254px;
    margin-right: 9px;
    float: left;
    position: relative;
}

.pv_content_tc_center_bottom_right{
    width: 178px;
    height: 254px;
    float: left;
    position: relative;
}


.pv_content_tc_right_top{
    width: 100%;
    height: 373px;
    margin-bottom: 12px;
    position: relative;

}

.pv_content_tc_right_bottom{
    width: 100%;
    height: 95px;
    line-height: 95px;
    border: 1px solid;
    font-size: 20px;
    color: white;
    background-color: #4FC2B8;
    text-align: center;
    cursor: pointer;
}

.pv_content_tc_zg{
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0px;
    padding-left: 20px;
    background: rgba(200,194,178,0.5)
}

.pv_content_tc_zg_one{
    margin-top: 10px;
    color: black;
}

.pv_content_tc_zg_two{
    font-size: 13px;
    color: #696969;
}

.pv_content_gg {
    width: 1200px;
    /*height: 200px;*/
    height: auto;
    margin: auto auto 50px auto;
}

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


audio{
    border-radius: 40px;
}

audio::-webkit-media-controls {
    overflow: hidden !important
}
audio::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}

.pv_content_top_right_bt audio{
    height: 55px;
    margin-top: 7.5px;
}

.pv_content_featured_left audio{
    margin-top: 20px;
    height: 45px;
}

.pv_cotent_le_tb_one_message audio{
    margin-top: 6px;
    height: 45px;
}

.wap_pv_content_top_right audio{
    margin-bottom: 20px;
}

.pv_cotent_le_tb_one_content_not{
    height: 150px;
    width: 90%;
    margin: auto;
}

.pv_cotent_le_tb_one_content_not_top{
    height: 50px;
    margin: auto auto 20px auto;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    background: url(/static/web/image/pharmavibe/not_content.png) no-repeat 40% center;
    background-size: 30px;
}

.pv_cotent_le_tb_one_content_not_bottom{
    font-size: 18px;
    text-align: center;
}

.pv_cotent_le_tb_content_three a{
    color: initial;
}


.wap_btn{
    position: fixed;
    bottom: 50px;
    right: 30%;
    width: 40%;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #F79131;
    color: white;
    border-radius: 5px;
    z-index: 9;
}

.wap_btn a{
    color: white;
}



@media screen and (min-width: 1480px){

    .pv_content_gg {
        width: 1440px;
    }

    .pv_title{
        width: 1440px;
    }

    .pv_conten{
        width:1440px;
    }

    .pv_content_top_right{
        width: 72.9%;
    }

    .pv_content_top_right_bt2{
        margin-right: 302px;
    }

    .pv_content_featured_left_top{
        height: 288px;
    }

    .pv_content_featured{
        height: 658px;
    }

    .pv_content_featured_content{
        height: 483px;
    }

    .pv_content_tc_img_content{
        height: 576px;
    }

    .pv_content_tc_left{
        width: 384px;
        margin-left: 16.9px;
    }

    .pv_content_tc_center{
        width: 509px;
        /*margin: 0 23.9px;*/
    }

    .pv_content_tc_right{
        width: 378px;
        margin-right: 16.9px;
    }

    .pv_content_tc_center_top{
        width: 509px;
        height: 257px;
        margin-bottom: 14px;
    }

    .pv_content_tc_center_bottom_left{
        width: 284px;
        height: 305px;
        margin-right: 11px;
    }

    .pv_content_tc_center_bottom_right{
        width: 214px;
        height: 305px;
    }

    .pv_content_tc{
        height: 760px;
    }

    .pv_content_tc_right_top{
        height: 448px;
        margin-bottom: 14px;
    }

    .pv_content_tc_right_bottom{
        height: 114px;
        line-height: 114px;
    }

    .pv_content_featured_content_detail{
        height: 463px;
    }

    .pv_content_featured_content_detail .pv_content_featured_left_top{
        height: 215px;
    }

}

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

    audio{
        width: 100%;
    }

    .pv_title{
        width: 90%;
        height: auto;
        font-size: 14px;
        margin: 10px auto;
         line-height: 20px;
        padding-left: 0px;
    }

    .pv_content_top_right_bt1, .pv_content_top_right_bt2{
        font-size: 20px;
    }

    .pv_content_top_right_bt audio{
        margin-top: 0px;
    }

    .pv_content_featured_left{
        max-width: none;
    }

    .pv_content_featured_left_img_msg_category{
        margin-bottom: 6px;
        font-size: 12px;
        height: 32px;
        line-height: 32px;
    }

    .pv_content_featured_left_img_msg_title{
        font-size: 15px;
        margin-bottom: 0px;
        min-height: 20px;
    }

    .pv_content_featured_left_img_msg{
        padding-left: 20px;
        padding-right: 20px
    }

    .pv_content_featured_left_top,.pv_content_featured_content_detail .pv_content_featured_left_top{
        height: 138px;
    }

    .pv_cotent_le_tb .on{
        font-size: 15px;
    }

    .pv_cotent_le_tb_one_message{
        width: 90%;
        height: 250px;
    }

    .pv_cotent_le_tb_one_content_not{
        width: 100%;
    }

    .pv_cotent_le_tb_one_content_not_top{
        font-size: 20px;
        background: url(/static/web/image/pharmavibe/not_content.png) no-repeat 26% center;
        background-size: 22px;
        margin-bottom: 10px;
    }

    .pv_cotent_le_tb_one_content_not_bottom {
        font-size: 15px;
        padding: 0 20px;
    }

    .pv_conten {
        /*width: 98%;*/
        width: 6.9rem;
        height: auto;
        padding: 0px;
        margin: 10px auto 50px auto;
    }

    .wap_pv_content_top {
        width: 100%;
        /*height: 500px;*/
        background-color: white;
        text-align: center;
    }

    .wap_pv_content_top_right_title {
        font-size: 25px;
        text-align: left;
        padding: 20px 5%;
        line-height: 30px;
        font-weight: bold;
    }

    .wap_pv_content_top_left{
        padding: 0px 20px;
    }

    .wap_pv_content_top_left img {
        display: initial;
        border-radius: 15px;
    }

    .wap_pv_content_top_right {
        margin: 30px auto;
    }

    .pv_content_top_right_bottom {
        height: auto;
        padding: 20px 5%;
        text-align: left;
        font-size: 20px;
    }

    .pv_content_top_right_bt {
        height: 160px;
        /*padding: 0px 20px 0px 20px*/
        padding: 0px 5%;
    }

    .pv_content_top_right_bt div {
        width: 100%;
        float: initial;
        margin-bottom: 20px;
        height: 55px;
        line-height: 55px;
    }

    .pv_content_top_right_bt1 {
        /*background: url(/static/web/image/pharmavibe/ci_play-circle-outline.png) no-repeat 35% center;*/
    }


    .pv_content_featured {
        width: 100%;
        /*height: 500px;*/
        height: 410px;
    }


    .pv_content_featured_title {
        font-size: 25px;
        font-weight: bold;
        margin: 20px 5%;
        height: 40px;
        line-height: 40px;
    }


    .pv_content_featured_left_bt {
        width: 100%;
        /*background: url(/static/web/image/pharmavibe/ci_play-circle-outline.png) no-repeat 35% center;*/
    }


    .pv_content_search {
        padding-top: 20px;
        height: 200px;
        font-weight: bold;
    }


    .pv_content_search_title {
        height: 80px;
        line-height: 30px;
        padding: 0px 5%;
        font-size: 25px;
    }

    .pv_content_search_bt {
        width: 90%;
        margin: 10px auto;
        height: 45px;
        line-height: 45px;
    }


    .pv_content_search_bt img{
        height: 30px;
        bottom: 7.5px;
    }

    .pv_cotent_le_tb_content_img {
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }

    .pv_cotent_le_tb_content_one, .pv_cotent_le_tb_content_two, .pv_cotent_le_tb_content_three {
        /*border: 1px solid;*/
        /*width: 60%;*/
        width: 65%;
        float: left;
        margin-bottom: 2px;
    }

    .pv_cotent_le_tb_content_one{
        font-size: 14px;
    }

    .pv_cotent_le_tb_content_two{
        font-size: 12px;

        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .pv_cotent_le_tb_content_three{
        font-size: 14px;
        /*margin-top: 10px;*/
        margin-top: 3px;

        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }


    .pv_cotent_le_tb_content_four {
        /*border: 1px solid;*/
        width: 100%;
        margin-top: 10px;
    }

    .pv_cotent_le_tb_content_bt {
        width: 100%;
        /*background: url(/static/web/image/pharmavibe/ci_play-circle-outline.png) no-repeat 35% center;*/
    }

    .pv_cotent_le_title {
        font-size: 25px;
        font-weight: bold;
        margin: 20px 5% 20px 5%;
        height: 40px;
        line-height: 40px;
    }


    .pv_cotent_le_tb div {
        font-size: 15px;
        text-align: center;
        /*line-height: 30px;*/
        line-height: 14px;
        height: 30px;
    }


    .pv_cotent_le_tb {
        margin-bottom: 20px;
        height: 30px;
    }


    .pv_content_tc_wap {
        width: 100%;
        background-color: white;
    }

    .pv_content_tc_title_wap {
        font-size: 25px;
        font-weight: bold;
        margin: 20px 5%;
        height: 40px;
        line-height: 40px;
        width: 90%;
    }

    .pv_content_tc_img_content_wap {
        width: 90%;
        /*border: 1px solid;*/
        margin: auto;
    }

    .pv_content_tc_img_wap {
        width: 100%;
        height: 150px;
        margin-bottom: 20px;
        border-radius: 15px;
        overflow: hidden;
        position: relative;
    }

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

    .pv_content_tc_right_bottom_wap{
        height: 60px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #4FC2B8;
    }

    .pv_content_gg{
        width: 6.9rem;
        /*height: 2.42rem;*/
        height: auto;
    }

    .pv_content_featured_content{
        width: 90%;
        height: 330px;
        margin-left: 4.5%;
    }

    .pv_content_featured_content_detail{
        width: 90%;
        height: 330px;
        margin-left: 4.5%;
    }

    .pv_content_featured_left_content{
        min-height: 40px;
    }

    .pv_content_featured_left_title{
        height: 30px;
        line-height: 30px;
    }

    .pv_content_featured_left_title span{
        font-size: 15px;
    }


    ::-webkit-input-placeholder { /* WebKit browsers */
        font-size: 12px;
    }

    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        font-size: 12px;
    }

    :-ms-input-placeholder { /* Internet Explorer 10+ */
        font-size: 12px;
    }


    .pv_content_search_bt input {
        padding: 0px 0px 0px 4px;

    }

}


@media screen and (min-width: 320px) and (max-width: 374px) {
    .pv_content_top_right_bt1 {
        /*background: url(/static/web/image/pharmavibe/ci_play-circle-outline.png) no-repeat 18% center;*/
    }

    .pv_content_search_title{
        height: 116px;
    }

    .pv_cotent_le_tb_one_content_not_top{
        background: url(/static/web/image/pharmavibe/not_content.png) no-repeat 24% center;
        background-size: 18px;
        font-size: 18px;
    }

    .pv_cotent_le_tb_content_one, .pv_cotent_le_tb_content_two, .pv_cotent_le_tb_content_three{
        width: 60%;
        float: left;
        margin-bottom: 2px;
        line-height: 16px;
    }


}

@media screen and (min-width: 375px) and (max-width: 1220px) {
    .pv_content_top_right_bt1 {
        /*background: url(/static/web/image/pharmavibe/ci_play-circle-outline.png) no-repeat 23% center;*/
    }
}