body,html{
    width: 100%;
    height: 100%;
}
.clear {
    clear: both;
}
ul ,li {
    list-style: none;
    margin: 0;
    padding: 0;
}
button{
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}
A:link {
    color: #3e3e3e;
    outline: none;
    text-decoration: none;
}
.header_1 {
    height: 9.216rem;
    display: none;
}
.ql_header {
    width: 100%;
    background-color: #fff;
}
.ql_header .logo {
    padding-top: 1.44rem;
    position: relative;
}
.ql_header .ql_header_logo {
    width: 6.24rem;
    height: 2.784rem;
    margin: 0 auto;
    display: block;
}
.clearfix::before, .clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both;
}
.clearfix::before, .clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both;
}
body .ql_header .head_search {
    width: auto;
    border: 0;
}
.ql_header .ql_header_search {
    margin-left: 5.76rem;
    z-index: 5;
    font-size: 0.768rem;
    float: left;
    margin-top: 1.248rem;
    height: 2.4rem;
}
.ql_header .ql_header_search input {
    font-size: 0.768rem;
    width: 19.776rem;
    height: 2.4rem;
    padding-left: 0.768rem;
    background-color: #fff;
    overflow: hidden;
    float: left;
    color: #ccc;
    outline:none;
    border: .01rem solid #efeeee;
}

.ql_header .ql_header_search i {
    width: 3.168rem;
    height: 2.4rem;
    float: left;
    cursor: pointer;
    background-color: #4fc2b8;
    position: relative;
    margin-right: -0.48rem;
}
.ql_header .ql_header_search i img {
    position: absolute;
    width: 1.008rem;
    height: 1.008rem;
    top: 0.72rem;
    left: 1.152rem;
}
.ql_header .ql_header_more1 {
    position: absolute;
    top: 5.856rem;
    right: 1.92rem;
    width: 1.488rem;
    height: 1.488rem;
    overflow: hidden;
}
.ql_header .ql_header_more1 > img{
    display: block;
}


#swiper1 {
    margin-left: 0 !important;
    width: 62.5%;
    height: 100%;
}


#swiper1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.box{
    width: 1440px;
    margin: 0 auto;

}
.foucs-info{
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
}

.foucs-info > .right-part{
    width: 36%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.lists{
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    margin-top: 33px;
    background-color: #f0f1f2;
}
.sorts{
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 20px;
    width: 100%;
}
.sorts > div{
    width: 33%;
    height: 70px;
    background-image: linear-gradient( #4fc2b8,#108391);
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.orange{
    background-image: linear-gradient( to right, #ff8800,#ffae00) !important;
}
.triangle{
    position: absolute;
    top: 70px;
    display: none;
}
.sorts > div > img{
    width: 32px;
    margin-right: 5px;
}
.lists > .content{
    background-color: #fff;
    margin-top: 38px;
    padding: 0 50px;
    padding-bottom: 70px;
}
.lists > .content .head{
    display: flex;
    height: 115px;
    justify-content: space-between;
    align-items: center;
}
.lists > .content .head .title{
    font-size: 32px;
}
.lists > .content .head .filter{
    width: auto;
}
.lists > .content .head .filter > img{
    margin-right: 18px;
}
.lists > .content .head .filter :nth-child(2){
    margin-right: 10px;
}
.lists > .content .head .filter > img{
    margin-right: 18px;
}
.lists > .content .items .item{
    display: flex;
    justify-content: space-between;
    color: #4c4c4c;
    margin-bottom: 62px;
}

.lists > .content .sort{
    display: none;
}
.lists > .content .items .left{
    position: relative;
}
.lists > .content .items .left .play{
    position: absolute;
    top: 71.07px;
    left: 174px;
    cursor: pointer;
}
.lists > .content .items .left > .thumb{
    width: 420px;
    height: auto;
}
.lists > .content .items .right{
    width: 880px;
    font-size: 16px;
    line-height: 30px;
    color: #595959;
}
.lists > .content .items .right > .title{
    font-size: 20px;
    color: #0e0e0e;
    line-height: 20px;
    margin-bottom: 10px;
}
.lists > .content .items .right i{
    color: #212121;
}
.lists > .content .items .right :nth-child(2){
    margin: 10px 0;
}
.lists > .content .items .right .description{
    width:100%;
    line-height: 22px;
    margin-top: 10px;
    height:20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.lists > .content .items .right .description span{
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}
.lists > .content .items .arrow{
    width: 14px;
    cursor: pointer;
    transform: rotate(180deg);
}
.lists > .content .items .watch{
    width: 140px;
    height: 40px;
    background-image: linear-gradient(#4fc2b8,#108391);
    border-radius: 5px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-top: 18px;
    cursor: pointer;
}
.industry-report{
    width: 100%;
    margin: 0 auto;
    background: #fff;
    margin-top: 53px;
    overflow: hidden;
    padding-bottom: 106px;
}
.industry-report > .title{
    font-size: 32px;
    margin: 40px 0 0 50px;
}
#swiper2 img{
}
#swiper2 {
    width:80%;
    margin: 0 auto;
    margin-top: 36px;
}
.swiper-button-prev{
    font-size: 53px;
    color: #4fc2b8 !important;
    left: 60px !important;
    top: 190px !important;
}
.swiper-button-next{
    font-size: 53px;
    color: #4fc2b8 !important;
    right: 60px !important;
    top: 190px !important;
}
/*包裹自定义分页器的div的位置等CSS样式*/
.swiper-pagination-custom {
    bottom: -80px !important;
    left: 0;
    width: 100%;
}
/*自定义分页器的样式，这个你自己想要什么样子自己写*/
.swiper-pagination-customs {
    width: 48px;
    height: 3px;
    display: inline-block;
    background: #4fc2b8;
    opacity: .3;
    margin: 0 2px;
}
/*自定义分页器激活时的样式表现*/
.swiper-pagination-customs-active {
    opacity: 1;
    background-color: #4fc2b8;
}


.report-info{
    opacity: 0;
    position: absolute;
    top: 0;
    height: 100%;
    background: #1d8f99;
    text-align: center;
    padding: 0 25px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    width:100%;
}
.report-info .text1{
    font-size: 20px;
    color: #fff;
}
.report-info .text2{
    font-size: 17px;
    color: #47ebe1;
}
.report-info .text3{
    font-size: 16px;
    color: #fff;
}
.report-info .text4{
    font-size: 14px;
    color: #fff;
}
.report-info .download{
    margin: 0 auto;
    font-size: 16px;
    line-height: 40px;
    width: 165px;
    height: 40px;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(#ffc444,#f9a039);;
    border-radius: 5px;
    cursor: pointer;
}



.Pharma{
    width: 100%;
    margin: 0 auto;
    background: #fff;
    margin-top: 53px;
    overflow: hidden;
    padding-bottom: 106px;
}
.Pharma .head{
    display: flex;
    justify-content: space-between;
}
.Pharma .title{
    font-size: 32px;
    margin: 40px 0 0 50px;
}
.Pharma > .head > a{
    font-size: 20px;
    margin: 40px 43px 0 0;
    color: #009db4;
}
.Pharma > .head > a > img{
    transform: rotate(90deg);
    position: relative;
    top: -1.5px;
    right: -5px;
}

.Pharma > .content {
    margin: 0 auto;
    margin-top: 35px;
    width: 95%;
    display: flex;
    justify-content: space-between;
}
.Pharma > .content > .item{
    width: 333px;
}
.Pharma > .content > .item img{
    margin-bottom: 20px;
}
.Pharma .text{
    color: #4d4d4d;
    text-align: center;
    font-size: 18px;
}
.Pharma .download{
    display: block;
    height: 40px;
    background-image: linear-gradient(#4fc2b8,#108391);
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin-top: 20px;
}
.pharmacy_header_Sourcing a {
    color: #fff;
}
.pharmacy_header_Sourcing a:nth-child(2) {
    width: 220px;
    margin-right: 20px;
}

.more-engaged{
    margin-top: 72px;
}
.more-engaged .title{
    font-size: 32px;
    text-align: center;
    color: #333333;
}
.more-engaged .content{
    width: 100%;
    height: 480px;
    background-image: url(../img/bg.png);
    margin: 0 auto;
    margin-top: 45px;
}
.more-engaged .content .item{
    width: 33.333%;
    height: 480px;
    border-right: 1px dashed #fff;
    float: left;
}
.more-engaged .content .item img{
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}
.more-engaged .content .item .text1{
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-top: 28px;
}
.more-engaged .content .item .text2{
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}
.more-engaged .content .item .button{
    display: block;
    width: 251px;
    height: 40px;
    background-image: linear-gradient(#ffc444,#f9a039);
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin: 0 auto;
    font-size: 17px;
    margin-top: 50px;
}

#index_header {
    width: 100%;
    background: #f0f1f2;
    margin: 0 auto;
    margin-top: 60px;
}
#index_header .index_header {
}
#index_header ul li.li1 {
    width: 360px;
}
#index_header ul li {
    list-style: none;
    color: #999;
    float: left;
}
#index_header ul li a {
    height: 24px;
    line-height: 24px;
    color: #999;
    display: block;
    font-size: 14px;
}
#index_header ul li.li2 {
    width: 320px;
}
#index_header ul li.li2>div {
    height: auto;
    margin-right: 26px;
    overflow: hidden;
}
#index_header ul li.li2>div>a {
    margin-right: 10px;
    float: left;
    display: inline;
}
#index_header ul li.li3 p {
    margin-bottom: 10px;
}
#index_header ul li.li3 a {
    margin-right: 13px;
    display: inline;
    float: left;
}
#index_header ul li.li4 {
    width: 180px;
    text-align: center;
    margin: 0 auto 0 20px;
}
#index_header ul li.li4 img {
    display: block;
    margin: 0 auto;
    width: 100px;
}
#swiper3{
    display: none;
}
div.v-more {
    display: none;
}
.swiper3-pagination{
    display: none !important;
}
.swiper3-button-prev{
    display: none !important;
}
.swiper3-button-next{
    display: none !important;
}
.aside{
    display: none;
}
.ql_footer{
    display: none;
}
.pharmacy_header_buyer span::before {
    background-image: url(../img/img_4_03.png);
}
.pharmacy_w, .pharmacy_w1 {
    width: 1440px;
}
@media screen and (max-width: 1480px){
    .box {
        width: 1200px;
        margin: 0 auto;
    }
    .lists > .content .items .left {
        width: 30%;
        height: 30%; /*其实设置成什么数字都可以。。*/
    }
    .lists > .content .items .right {
        width: 66%;
    }
    .lists > .content .items .left > .thumb {
        width: 100%;
        height: 100%;
    }
    .lists > .content .items .left .play {
        top: 0;bottom: 0;right: 0;left: 0;
        margin: auto;
    }
    .more-engaged .content .item {
        width: 33.333%;
        height: 100%;
    }

}
@media screen and (max-width: 1200px) {
    .box{
        width: 100%;
        max-width: 1200px;
        /*padding: 0 2.5%;*/
    }
    .industry-report > .title {
        font-size: 1rem;
        /* margin: 1rem 0 0 1.25rem; */
    }
    .Pharma .title {
        font-size: 1rem;
        margin: 1rem 0 0 1.25rem;
    }
    .Pharma .text {
        font-size: 18px;
    }
    .pharmacy_w, .pharmacy_w1 {
        width: 1200px;
    }
    .sorts > div{
        width: 32%;
        height: 1.75rem;
    }
    .triangle {
        bottom: -.4rem;
        top: auto;
    }
    .lists {
        margin-top: .825rem;
    }
    .lists > .content .head {
        height: 3.875rem;
    }
    .lists > .content .head .filter {
        width: auto;
    }
    .lists > .content .head .filter > img{
        width: .55rem;
    }
    .lists > .content .head .filter :nth-child(2) > img{
        width: 2.05rem;
    }
    .lists > .content .head .filter :nth-child(3) > img{
        width: 4.57rem;
    }
    .lists > .content {
        margin-top: .95rem;
        padding: 0 1.25rem;
        padding-bottom: 1.75rem;
    }
    .lists > .content .head .title {
        font-size: 1rem;
    }
    .lists > .content .items .item {
        margin-bottom: 1.55rem;
    }
    .lists > .content .items .left {
        width: 30%;
        height: 30%; /*其实设置成什么数字都可以。。*/
    }
    .lists > .content .items .right {
        width: 66%;
        font-size: .4rem;
        line-height: .75rem;
    }
    .lists > .content .items .left > .thumb {
        width: 100%;
        height: 100%;
    }
    .lists > .content .items .left .play {
        top: 0;bottom: 0;right: 0;left: 0;
        margin: auto;
    }
    .lists > .content .items .right > .title {
        font-size: .5rem;
        margin-bottom: .25rem;
    }
    .lists > .content .items .right :nth-child(2) {
        margin: .25rem 0;
        width: 2.25rem;
        margin: .25rem 0;
        /*width: 1.25rem;*/
        width:20%;
    }
    .lists > .content .items .right .description {
        line-height: .55rem;
        margin-top: .25rem;
    }
    .lists > .content .items .arrow {
        width: .35rem;
    }
    .lists > .content .items .watch {
        width: 30%;
        height: 1rem;
        border-radius: 3px;
        line-height: 1rem;
        margin-top: .45rem;
    }
    .industry-report {
        margin-top: 1.325rem;
    }
    .industry-report > .title {
        font-size: 1.5rem;
        margin: 1rem 0 0 1.25rem;
    }
    #swiper2 {
        margin-top: .9rem;
    }
    .swiper-button-prev {
        font-size: 1.35rem;
        left: 1.5rem !important;
        top: 4.25rem !important;
    }
    .swiper-button-next {
        font-size: 1.35rem;
        right: 1.5rem !important;
        top: 4.25rem !important;
    }
    .swiper-pagination-customs {
        width: 1.2rem;
        height: 0.075rem;
        margin: 0 0.05rem;
        bottom: 2rem !important;
    }
    .report-info{
        padding: 0 .8rem;
        width: 100%;
    }
    .report-info .text1 {
        font-size: .45rem;
    }
    .report-info .text2 {
        font-size: 0.4rem;
    }
    .report-info .text3 {
        font-size: 0.35rem;
    }
    .report-info .text4 {
        font-size: 0.35rem;
    }
    .report-info .download {
        font-size: 0.4rem;
        line-height: 1rem;
        width: 4.125rem;
        height: 1rem;
        border-radius: 0.125rem;
    }
    .Pharma {
        margin-top: 1.325rem;
        padding-bottom: 2.65rem;
    }
    .Pharma .title {
        font-size: 1.5rem;
        margin: 1rem 0 0 1.25rem;
    }
    .Pharma > .head > a {
        font-size: .5rem;
        margin: 1rem 1.075rem 0 0;
    }
    .Pharma > .head > a > img {
        top: -0.0375rem;
        right: -0.125rem;
    }
    .Pharma > .content {
        margin-top: 0.875rem;
    }
    .Pharma > .content > .item {
        width: 28%;
    }
    .Pharma > .content > .item img{
        margin-bottom: .5rem;
    }
    .Pharma .item :nth-child(2){
        margin-bottom: .6rem !important;
        width:100%;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;

    }
    .Pharma .text {
        font-size: 1rem;
    }
    .Pharma .download {
        height: 1rem;
        border-radius: .125rem;
        line-height: 1rem;
        font-size: .45px;
        margin-top: .5rem;
    }
    .more-engaged {
        margin-top: 1.8rem;
    }
    .more-engaged .title {
        font-size: .8rem;
    }
    .more-engaged .content {
        height: 12rem;
        margin-top: 1.125rem;
    }
    .more-engaged .content .item {
        width: 33.333%;
        height: 100%;
    }
    .more-engaged .content .item img {
        width: 3.4rem;
        margin-top: 1.25rem;
    }
    .more-engaged .content .item .text1 {
        font-size: .6rem;
        margin-top: .7rem;
    }
    .more-engaged .content .item .text2 {
        font-size: .45rem;
        margin-top: .5rem;
    }
    .more-engaged .content .item .button {
        width: 6.275rem;
        height: 1rem;
        border-radius: 0.125rem;
        line-height: 1rem;
        font-size: 0.425rem;
        margin-top: 1.25rem;
    }
    /* #index_header {
     margin-top: 1.5rem;
    }
    #index_header>ul {
      padding-bottom: 2.5rem !important;
    }
    #index_header ul li.li1 {
      width: 12rem;
    }
    #index_header ul li.li2 {
      width: 8rem;
    }
    #index_header ul li.li4 {
      width: 4.5rem;
      margin: 0 auto 0 .5rem;
    }
    #index_header ul li a {
      height: .6rem;
      line-height: .6rem;
      font-size: .35rem;
      margin-bottom: .7rem;
    }
    #index_header ul li.li3 p {
      margin-bottom: .25rem;
    }
    #index_header ul li.li3 a {
      margin-right: 0.325rem;
    }
    #index_header ul li.li4 img {
      width: 2.5rem;
    } */
    footer {
        display: none;
    }
}
@media screen and (max-width: 800px) {
    .pharmacy_header_search ul li {
        margin-right: 0.2rem;
        padding: 0 .1rem;
    }
    .report-info .text1{
        font-size: 14px;
        zoom: .7;
    }
    .report-info .text2{
        font-size: 12px;
        zoom: .7;
    }
    .report-info .text3{
        font-size: 12px;
        zoom: .7;
    }
    .report-info .text4{
        font-size: 12px;
        zoom: .7;
    }
    .report-info .download{
        font-size: 12px;
        line-height: 1rem;
        width: 4.125rem;
        height: 1rem;
        border-radius: 3px;
        zoom: .7;
    }
    .sorts > div{
        width: 33%;
        height: 2.4rem;
    }
    .sorts > div:nth-child(1){
        border-radius: 5px 0 0 0;
        width:29%;
    }
    .sorts > div:nth-child(2){
        border-radius: 0 0 0 0;
        width:30%;
    }
    .sorts > div:nth-child(3){
        border-radius: 0 5px 0 0;
        width:40%;
    }
    .triangle {
        bottom: -0.6rem;
    }
    .sorts > div > img {
        width: 15px;
    }
}
@media screen and (max-width: 750px) {
    header{
        display: none;
    }
    .header_1 {
        display: block;
    }
    .lists > .content .items .left .play{
        width: 1.8rem;
    }
    .box{
        padding: 0 2.5%;
    }
    .Pharma .text {
        font-size: 12px;
    }
}
@media screen and (max-width: 450px) {
    .foucs-info {
        margin-top: 10px;
        display: block;
    }
    #swiper1{
        width: 100%;
    }
    .foucs-info > .right-part {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 5px;
        display:flex;
    }

    .foucs-info > .right-part > a {
        width: 49%;
    }
  .sorts > div > span{
    font-size: 1.5rem;
    zoom: .7;
  }
  .sorts > div img{
    zoom: 1.2;
    display:none;
  }
  lists > .content .head .filter img{
    width: 1.2rem;
  }
  .lists > .content .items .right{
    font-size: 1.3rem;
    /*zoom: .5;*/
  }
  .lists > .content .items .right > div{
    line-height: 20px;
    zoom:0.9;
  }
  .lists > .content .items .right > .title{
    font-size: 1.3rem;
    line-height: 20px;
  }
  .lists > .content .items .right > div > b{
    font-size: 1.4rem;
    line-height: 20px;
  }
  .lists > .content .items .right > div > span{
    line-height: 20px;
  }
  .lists > .content .items .arrow{
    margin-top: 10px;
    /*width: .8rem;*/
    width: 1rem;
  }
  .lists > .content .items .watch {
    line-height: 35px !important;
    height: 35px;
    margin-top: 10px;
  }
  .swiper-button-next {
    transform: scale(.5);
    right: 0px !important;
    top: 40px !important;
  }
  .swiper-button-prev {
    transform: scale(.5);
    left: 0px !important;
    top: 40px !important;
  }
  .swiper-pagination-custom {
    bottom: -30px !important;
  }
  .industry-report{
    padding-bottom: 3rem;
  }
  .Pharma > .content > .item:last-child{
    display: none;
  }
  .Pharma > .content > .item {
    width: 48%;
  }
  .Pharma > .head > a {
    font-size: 1.4rem;
    margin: 1rem 1.075rem 0 0;
    transform: scale(.7);
  }
  .Pharma .download {
    /*height: 15px;*/
    height: 2.4rem;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Pharma .download > span{
    display: block;
    zoom: .6;
    text-align: center;
  }
    .more-engaged .title {
        font-size: 1.5rem;
    }
    .more-engaged .content{
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .more-engaged .content::after{
        content: '';
        clear: both;
        display: table;
        height: 10px;
    }
    .more-engaged .content .item{
        width: 100%;
        border-right: none;
        border-bottom: 1px dashed #fff;
    }
    .more-engaged .content .item:last-child{
        border-bottom:0px;
    }

    .more-engaged .content .item img{
        width: 8.2rem;
        margin-top: 2.75rem;
    }
    .more-engaged .content .item .text1 {
        zoom: 1;
        font-size: 1.5rem;
        margin-top: .7rem;
        margin-bottom: 1.5rem;
    }
    .more-engaged .content .item .text2 {
        /*font-size: .45rem;*/
        font-size: 1.3rem;
        margin-top: .5rem !important;
        zoom: 1;
    }
    .more-engaged .content .item .button {
        font-size: 1.3rem;
        zoom: 1;
        width: 50%;
        padding: 5px 0;
        border-radius: 3px;
        height: auto;
        margin: 2rem auto;
        line-height: normal;
    }
  #index_header {
    display: none;
  }
  footer {
    display: block;
    padding-bottom: 1.23rem;
  }
  .ql_footer {
    display: block;
    height: auto;
  }
  .ql_xx {
    text-align: center;
    font-size: 0.738rem;
    margin-top: 1.312rem;
    color: #999;
  }
  .li3-log {
    width: 50%;
    float: left;
  }
  .li4-log {
    width: 50%;
    float: right;
  }
  .li4-log img {
    width: 30%;
    margin: auto;
  }
  #swiper2{
    display: none;
  }
  #swiper3 {
    margin-top: 0.9rem;
    width: 93%;
    display: block;
  }
    .swiper-pagination{
        display: none !important;
    }
    .swiper-button-prev{
        display: none !important;
    }
    .swiper-button-next{
        display: none !important;
    }
  #swiper3 .swiper-slide{
    display: flex;
    justify-content: space-between;
    max-height: 250px;
  }
  #swiper3 .swiper-slide .report-img{
    width: 49%;
  }
  #swiper3 .swiper-slide .report-img img{
    height:100%;
  }
  .swiper3-report-info{
    width: 49%;
    background-color: rgba(29,143,153,.7);
    color: #fff;
    font-size: 1rem;
    padding: 0 1rem 1rem 1rem;
    text-align: center;
  }
  .swiper3-report-info .text1{
    zoom: 1;
    line-height: 20px;
    color: #fff;
    margin-top: 1rem;
  }
  .swiper3-report-info .text2{
    color: #47ebe1;
    /*zoom: .7;*/
    margin-top: 1rem;
  }
  .swiper3-report-info .text3{
    zoom: 1;
    font-weight: 800;
    line-height: 1rem;
    color: #fff;
    margin-top: 1rem;
  }
  .swiper3-report-info .text4{
    zoom: 1;
    line-height: 15px;
    color: #fff;
    margin-top: .5rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .swiper3-report-info .download{
    zoom: 1;
    margin: 0 auto;
    margin-top: 1rem;
    line-height: 3rem;
    width: 12rem;
    height: 3rem;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(#ffc444,#f9a039);;
    border-radius: 3px;
    cursor: pointer;
    font-size: 1.2rem;
  }
  .swiper3-pagination{
    display: flex !important;
    justify-content: center;
    margin-top: 2rem;
  }
  .swiper3-pagination .swiper-pagination-customs{
    width: 2rem !important;
    height: .2rem;
    margin: 0 0.05rem;
    bottom: 2rem !important;
  }
  .swiper3-pagination-customs-active{

  }
  .swiper3-button-prev{
    display: block !important;
  }
  .swiper3-button-next{
    display: block !important;
  }
  div.v-more {
    display: block;
    padding: 1.25rem;
    margin: 1.25rem;
    height: 2.375rem;
    text-align: center;
    font-size: 1.2rem;
    line-height: 2.375rem;
    background-color: #fff;
  }
  .v-more .view-more {
    width: 100%;
    height: 100%;
    display: block;
    color: #4fc2b8;
  }
  .aside {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
  }
  .aside_con1 {
    animation: asidecon 1s forwards;
  }
  .aside_con {
    position: fixed;
    top: 0;
    right: 0;
    width: 29.616rem;
    background-color: #fff;
    height: 100%;
    z-index: 500;
  }
  .menu {
    width: 100%;
    float: right;
    height: 100%;
  }
  .menu .top {
    background-image: url('https://m.pharmasources.com/static/m/img/dh_02.jpg');
    width: 100%;
    height: 6.336rem;
    font-size: 1.728rem;
    color: #fff;
    float: left;
    padding-left: 1.824rem;
    padding-top: 2.112rem;
  }
  .top a {
    color: #fff;
  }
  .top i {
    margin: 0 2.4rem;
  }
  .clearfix::before, .clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both;
  }
  .menu1 {
    width: 100%;
    background-color: #fff;
    padding-top: 1.872rem;
    padding-left: 1.824rem;
    border-bottom: 1px solid #b2b2b2;
}
  .menu1 li, .menu2 li {
    float: left;
    height: 2.16rem;
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .menu1 li a, .menu2 li a {
    float: left;
    display: block;
    width: 27.792rem;
    font-size: 1.152rem;
    line-height: 2.16rem;
  }
  .menu1 li img, .menu2 li img {
    float: left;
    display: inline-block;
    vertical-align: middle;
    max-height: 2.208rem;
    line-height: 216rem;
    width: 2.304rem;
  }
  .menu1 li a span, .menu2 li a span {
    padding-left: 2.4rem;
  }
  .menu2 {
    width: 100%;
    height: 43.2rem;
    background-color: #fff;
    padding-top: 1.872rem;
    padding-left: 1.824rem;
  }
  .menu1 li, .menu2 li {
    float: left;
    height: 2.16rem;
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .whatsapp_li {
    margin-top: .7rem;
  }
  @keyframes asidecon {
    0% {
        right: -6.19rem;
    }

    100% {
        right: 0rem;
    }
  }
}