/* ----------------------------------------------------------------common-------------------------------------- */
main {
    min-height: 90vh;
}

.ml2 {
    margin-left: 0.2rem;
}

.mr2 {
    margin-right: 0.2rem;
}

.mt2 {
    margin-top: 0.2rem;
}

.mb2 {
    margin-bottom: 0.2rem;
}

.mt3 {
    margin-top: 0.3rem;
}

.mt06 {
    margin-top: 0.06rem;
}

.ml3 {
    margin-left: 0.3rem;
}

.mr3 {
    margin-right: 0.3rem;
}

.mt4 {
    margin-top: 0.4rem;
}

.pb2 {
    padding-bottom: 0.2rem;
}

.pt2 {
    padding-top: 0.2rem;
}

.pl_and_pr {
    padding: 0 0.2rem;
}

.bggay {
    background: #F2F3F7;
}

.ovh {
    overflow: hidden;
}

.bgwhite {
    background: white;
}

.brs10 {
    border-radius: 10px;
}

.bord-b {
    border-bottom: 0.2rem solid #f5f5f5;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.meds-logo {
    text-indent: -9999px;
    font-size: 0;
    overflow: hidden;
}

.no_data_icon {
    text-align: center;
    color: #999;
    margin-top: 1.2rem;
}

.no_data_icon .ttk {
    font-size: 1.3rem;
}

.no_data_icon p {
    font-size: 0.30rem;
}

.g9 {
    color: #999;
}

.g6 {
    color: #666;
}

.c6b6255 {
    color: #6b6255;
}

.img_cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.clearfix::after {
    display: block;
    content: "";
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* background: linear-gradient(to bottom, #94fbd1 5%, #f3fff9 100%,#88e7ae 10%,#ccfdaa 60%,#6fdd27 100%); */

/* ----------------------------------------------------------------med-index(首页)-------------------------------------- */
/* banner */
#drug_index_banner .swiper-slide a p {
    position: absolute;
    bottom: 0;
    left: 0;
}

#drug_index_banner .swiper-slide a {
    display: block;
    height: 2.6rem;
}

#drug_index_banner .swiper-slide a img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

#drug_index_banner .swiper-slide a p {
    font-size: 0.26rem;
    color: #fff;
    width: 100%;
    line-height: 0.8rem;
    padding: 0 0.1rem;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 导航 */
.drug_nav_ul li {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0.1rem;
    row-gap: 30px;
}

.drug_nav_ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.drug_nav_ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    font-size: .5rem;
    color: white;
}

.drug_nav_ul li .a:nth-child(1) i {
    background: linear-gradient(285deg, #55a6dd 20%, #469bd6 50%, #368dca 70%, #358cc8 100%);
    -moz-box-shadow: 2px 3px 5px 0px #74bef1;
    -webkit-box-shadow: 2px 3px 5px 0px #74bef1;
    box-shadow: 2px 3px 5px 0px #74bef1;
}

.drug_nav_ul li .a:nth-child(2) i {
    background: linear-gradient(285deg, #febd25 20%, #fdbd28 50%, #fbbd32 70%, #fbbd33 100%);
    -moz-box-shadow: 2px 3px 5px 0px #dfca9b;
    -webkit-box-shadow: 2px 3px 5px 0px #dfca9b;
    box-shadow: 2px 3px 5px 0px #dfca9b;
}

.drug_nav_ul li .a:nth-child(3) i {
    background: linear-gradient(285deg, #4ecfd8 20%, #49cbd4 50%, #45c7d0 70%, #3ebec7 100%);
    -moz-box-shadow: 2px 3px 5px 0px #93d1d5;
    -webkit-box-shadow: 2px 3px 5px 0px #93d1d5;
    box-shadow: 2px 3px 5px 0px #93d1d5;
}

.drug_nav_ul li .a:nth-child(4) i {
    background: linear-gradient(285deg, #f37b3a 20%, #f1793c 50%, #f27844 70%, #f47a43 100%);
    -moz-box-shadow: 2px 3px 5px 0px #cba28c;
    -webkit-box-shadow: 2px 3px 5px 0px #cba28c;
    box-shadow: 2px 3px 5px 0px #cba28c;
}

.drug_nav_ul li .a:nth-child(5) i {
    background: linear-gradient(285deg, #65c52c 20%, #6dc230 50%, #76c133 70%, #70c331 100%);
    -moz-box-shadow: 2px 3px 5px 0px #a4c58f;
    -webkit-box-shadow: 2px 3px 5px 0px #a4c58f;
    box-shadow: 2px 3px 5px 0px #a4c58f;
}


.drug_nav_ul li a .tit {
    text-align: center;
    margin-top: 0.12rem;
    font-size: .3rem;
    color: #666;
}

#drug_nav_ul+.drug_nav_page {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#drug_nav_ul+.drug_nav_page .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background-color: #babbbd;
    border-radius: 50%;
    opacity: 1;
    margin: 0 0.05rem;
}

#drug_nav_ul+.drug_nav_page .swiper-pagination-bullet-active {
    width: 20px;
    height: 0.1rem;
    background-color: #01a4b2;
    border-radius: 4px;
    opacity: 1;
}

/* 头条 */
.drug_hot-box {
    display: flex;
    height: 1.2rem;
    padding: 0.2rem;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 6px #ddd;
    box-shadow: 0 0 6px #ddd;
}

.drug_hot_tit {
    text-align: center;
    width: 20%;
    padding-right: 0.2rem;
    border-right: 1px solid #eee;
    font-size: 0.36rem;
    font-weight: 600;
    color: #ff6740;
}

.drug_hot_banner ul li a {
    font-size: 0.3rem;
}

.drug_hot_banner {
    flex: 1;
}

/* 每日资讯 */
.drug_side_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* line-height: 0.88rem; */
    padding: 0.3rem 0.2rem;
    font-size: 0.3rem;
    position: relative;
}

.drug_side_title h2 {
    position: relative;
    /* padding-left: 0.5rem; */
    font-size: 0.36rem;
    color: #40afab;
    /* font-style: italic; */
}

.drug_side_title a {
    margin-top: 0.04rem;
}

.drug_side_title h2::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.04rem;
    width: 100%;
    content: "";
    transform: skew(-17deg) translateY(0.1rem);
    background-image: linear-gradient(to right, #40afab, white);
}

.drug_eday_ul li a {
    display: flex;
    justify-content: space-between;
}

.drug_eday_ul li a i {
    display: block;
    margin-right: 0.2rem;
    width: 2.04rem;
    height: 1.36rem;
    -webkit-border-radius: 0.06rem;
    border-radius: 0.06rem;
    overflow: hidden;
}

.drug_show_time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.2rem;
}

.drug_eday_li {
    margin-top: 0.14rem;
}

.drug_eday_li a .tit p {
    font-size: 0.32rem;
    line-height: 0.45rem;
}

.drug_show_time em,
.drug_eday_li a .tit time {
    display: block;
    font-size: 0.26rem;
}

.drug_eday_li a .tit {
    flex: 1;
}

.drug_eday_li a>p {
    font-size: 0.32rem;
    line-height: 0.68rem;
    width: 70%;
}

.drug_eday_li a b {
    font-weight: 100;
    display: block;
    font-size: 0.26rem;
    line-height: 0.68rem;
    align-self: flex-end;
}


/* 品牌 */
.drug_comy_logo_ul {
    display: flex;
    flex-wrap: wrap;
}

.drug_comy_logo_ul li {
    width: 20%;
    margin-top: 0.08rem;
    padding-right: 0.08rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.drug_comy_logo_ul li a {
    display: block;
    padding: 0.2rem;
    width: 100%;
    height: 1.28rem;
    /* background: #fff; */
    -webkit-border-radius: 0.08rem;
    border-radius: 0.08rem;
    border: 1px solid #458fa5;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.drug_comy_logo_ul li a .not_img_show {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #92CEB7;
    color: white;
    font-size: 0.26rem;
}

.drug_comy_logo_ul li a img {
    object-fit: contain;
}

/* 精选视频 */
.drug_common_tab {
    display: flex;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    margin-top: 0.2rem;
    white-space: nowrap;
    white-space: -o-pre-wrap;
    overflow-x: auto;
    font-size: 0.28rem;
}

.drug_common_tab li {
    position: relative;
    margin-right: 0.68rem;
    font-size: 0.30rem;
}

.drug_common_tab .on {
    padding-bottom: 0.1rem;
    font-weight: bold;
    color: #21c48e;
}

.drug_common_tab li:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #21c48e;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transition: ease .5s;
}

.drug_common_tab li:last-child {
    margin-right: 0;
}

.drug_common_tab .on:after {
    width: 100%;
    left: 0;
}

.drug_common_tab::-webkit-scrollbar {
    display: none;
}


.drug_video_list {
    padding: 0.3rem 0;
}

.drug_video_list a {
    display: flex;
}

.drug_video_img {
    position: relative;
    width: 2.5rem;
    height: 1.4rem;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 0.2rem;
}

.drug_video_img em {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.54rem;
    height: 0.54rem;
    margin: -0.27rem 0 0 -0.27rem;
    line-height: .54rem;
    text-align: center;
    background: rgba(0, 0, 0, .35);
    border-radius: 100%;
    overflow: hidden;
}

.drug_video_img em i {
    color: #fff;
    font-size: .26rem;
}

.drug_video_img time {
    position: absolute;
    right: 0.05rem;
    bottom: 0.05rem;
    width: 0.8rem;
    height: 0.3rem;
    line-height: .3rem;
    font-size: .2rem;
    text-align: center;
    background: rgba(0, 0, 0, .35);
    border-radius: 30px;
    color: #fff;
    overflow: hidden;
}

.drug_video_info {
    position: relative;
    flex: 1;
}

.drug_video_info h3 {
    line-height: 0.4rem;
    font-size: 0.32rem;
    font-weight: 400;
}

.drug_video_info p {
    font-size: 0.28rem;
    margin-top: 0.1rem;
    color: #999;
}

.drug_time_l {
    margin-top: 0.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.24rem;
}


.drug_time_l time,
.drug_time_l em {
    font-size: 0.24rem;
}

.drug_t_ul {
    display: flex;
    padding: 0.2rem 0;
    flex-wrap: wrap;

}

.drug_t_list {
    display: inline-block;
    width: 33.3%;
    margin-bottom: 0.2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.drug_t_list a {
    display: block;
    padding-right: 0.2rem;
}

.drug_t_list p {
    font-size: 0.3rem;
    text-align: center;
}

.drug_t_img {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 5px;
    overflow: hidden;
}

/* 语音 */
.drug_audio_list {
    padding: 0.3rem 0;
    border-bottom: 0.02rem solid #eee;
}

.drug_audio_tit {
    display: flex;
    align-items: center;
}

.drug_audio_tit {
    font-size: 0.36rem;
}

.drug_audio_tit i {
    display: inline-block;
    height: 0.48rem;
    width: 0.48rem;
    border-radius: 0.16rem;
    text-align: center;
    line-height: 0.48rem;
    font-size: 0.32rem;
    color: white;
    margin-right: 0.2rem;
    background: #2dcf9f;
;
    transition: all .3s;
}

.audio_info {
    font-size: 0.28rem;
    margin: 0.2rem 0;
}

.audio_tags {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.audio_tags_left {
    color: #666;
}

.audio_tags_left span,
.audio_tags_left time {
    margin-right: 0.1rem;
}

.audio_tags_right {
    padding: 0 0.2rem;
    line-height: 0.48rem;
    color: #45c25c;
    background: #edf9e8;
    border-radius: 0.3rem;
}

.drug-audio_src {
    display: block;
    width: 100%;
    margin: .4rem 0;
}


/* 概述说明 */
.drug_info-sm dl {
    padding: 0.24rem 0;
    border-bottom: 1px dotted #ddd;
    line-height: 0.64rem;
}

.drug_info-sm dl dt {
    color: #048e9a;
    font-size: 0.36rem;
    font-weight: bold;

}

.drug_info-sm dl dd {
    font-size: 0.3rem;
    margin-top: 0.1rem;
}


/* 家庭常备 */
.drug_family_dl {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 0.3rem 0;
    border-bottom: 0.02rem solid #eee;
}

.drug_number {
    font-size: 0.32rem;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #bdbdbd;
    color: white;
    padding: 0 0.2rem;
    border-radius: 0 0 0.16rem 0;
    z-index: 2;
    transform: perspective(0.5em) rotateX(-2deg);
    transform-origin: top left;
}

.drug_family_a:nth-child(1) .drug_number {
    background-color: #ff8500;
}

.drug_family_a:nth-child(2) .drug_number {
    background-color: #ffbf00;
}

.drug_family_a:nth-child(3) .drug_number {
    background-color: #e8b94a;
}

.drug_family_dl dt {
    position: relative;
    width: 1.8rem;
    /* height:1.6rem; */
    margin-right: 0.3rem;
}

.drug_family_dl dt img {
    object-fit: contain;
}

.drug_family_dd {
    flex: 1;
}

.drug_family_dd h3 {
    font-size: 0.32rem;
    font-weight: 400;
    line-height: 0.32rem;
}

.drug_family_dd i {
    font-size: 0.28rem;
    color: #048e9a;
    margin-top: 0.1rem;
    margin-bottom: 0.08rem;
}

.drug_family_dd p b {
    color: #ef3a34;
}


/* 医药资讯 */
.drug_inform_li {
    padding: 0.3rem 0;
    border-bottom: 1px solid #eee;
}

.drug_inform_li a {
    display: flex;
}

.drug_inform_img {
    margin-right: 0.4rem;
    width: 2.08rem;
    height: 1.38rem;
    overflow: hidden;
    -webkit-border-radius: 0.08rem;
    border-radius: 0.08rem;
}

.drug_deils {
    flex: 1;
}

.drug_deils h3 {
    line-height: 0.46rem;
    height: 0.9rem;
    margin-bottom: 0.1rem;
    font-size: 0.32rem;
    font-weight: 400;
}

.drug_deils time {
    color: #999;
    font-size: 0.24rem;
}

/* 企业推荐 */
.drug_comy_recom_ul li a {
    display: flex;
    justify-content: space-between;
}

.drug_comy_recom_ul .dcra i {
    margin-right: 0.2rem;
    padding: 0.18rem;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 0.08rem;
    border: 1px solid #458fa5;
    overflow: hidden;
    font-style: normal;
}

.drug_comy_recom_ul .dcra i .not_img_show {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #92CEB7;
    color: white;
    font-size: 0.26rem;
}

.drug_comy_recom_ul li {
    padding: 0.3rem 0;
}

.drug_comy_recom_ul .infors {
    flex: 1;
}

.drug_comy_recom_ul .infors h3 {
    font-size: 0.32rem;
    font-weight: 400;
}

.drug_comy_recom_ul .infors p {
    color: #999;
    font-size: 0.26rem;
    margin-top: 0.1rem;
}

/* ----------------------------------------------------------------视频列表和详情-------------------------------------- */
.intro-doctor {
    padding: 0.2rem;
    border: 1px solid #eee;
    background: #f7f7f7;
    margin: 0.2rem 0;
}

.intro-doctor a {
    display: block;
}

.intro_doc_dl {
    display: flex;
    justify-content: space-between;
}

.intro_doc_dl dt {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    overflow: hidden;
}

.intro_doc_dl dd {
    flex: 1;
}

.intro_doc_dl dd strong {
    display: flex;
    align-items: center;
}

.intro_doc_dl dd strong {
    font-size: 0.32rem;
    color: #333;
}

.intro_doc_dl dd strong em {
    padding: 0.02rem 0.16rem;
    margin-right: 0.01rem;
    font-size: 0.22rem;
    border-radius: 0.06rem;
    color: #5a8fb2;
    border: 1px solid #5a8fb2;
    font-style: normal;
    margin-left: 0.2rem;
}

.intro_doc_dl dd p {
    margin-top: 0.1rem;
}

.durg_intro-video {
    display: block;
    width: 100%;
    /* height: 4.2rem; */
    -o-object-fit: cover;
    object-fit: cover;
}

/* ----------------------------------------------------------------药品详情-------------------------------------- */
.drug_deail_nav {
    display: flex;
    /* 	white-space: nowrap;
    overflow-x: scroll; */
    justify-content: space-between;
    padding: 0 0.2rem;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    white-space: -o-pre-wrap;
    overflow-x: auto;
    background: white;
}

.drug_deail_nav a {
    display: block;
    padding: 0.2rem 0;
    cursor: pointer;
    /* margin-right: 0.34rem; */
    font-size: 0.32rem;
    margin-right: 0.3rem;
    white-space: nowrap;
    white-space: -o-pre-wrap;
    overflow-x: auto;
}

.drug_deail_nav::-webkit-scrollbar {
    display: none;
}

.comon_drug-p {
    font-size: 0.32rem;
    line-height: 0.52rem;
}

.drug_deail_nav .on a {
    border-bottom: 0.04rem solid #40afab;
    color: #40afab;
}

.drug_summy {
    margin-top: 0.3rem;
    padding: 0.2rem;
    display: flex;
    justify-content: space-between;
}

.drug_summy_img {
    position: relative;
    display: block;
    width: 1.58rem;
    height: 1.58rem;
    border-radius: 0.08rem;
    /* border: 1px solid #458fa5; */
    overflow: hidden;
    margin-right: 0.3rem;
}

.drug_dot {
    position: absolute;
    right: 0;
    bottom: 0;
    color: white;
    /* background: #7f7d7dc7; */
    background: rgb(4 4 4 / 60%);
    padding: 0.01rem 0.12rem;
    font-size: 0.24rem;
    font-style: normal;
    border-radius: 0.16rem;
}

.drug_dot em {
    font-size: 0.24rem;
}

.drug_summy_info {
    flex: 1;
}

.drug_summy_info h1 {
    font-size: 0.32rem;
    line-height: 0.32rem;
}

.drug-tags {
    margin-top: 0.16rem;
    line-height: 0.36rem;
}

.drug-tags span {
    padding: 0.02rem 0.16rem;
    margin-right: 0.01rem;
    font-size: 0.22rem;
    border-radius: 0.06rem;
}

.tagnb1 {
    color: #ff8c58;
    border: 1px solid #ff8c58;
}

.tagnb2 {
    color: #5a8fb2;
    border: 1px solid #5a8fb2;
}

.tagnb3 {
    border: 1px solid #08C7A4;
    color: #62C4A6;
}

.drug_summy_info i {
    font-size: 0.28rem;
    color: #048e9a;
    margin-top: 0.16rem;
}

.drug_summy_info p em {
    margin-right: 0.1rem;
}

.drug_summy_ill a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.1rem;
    color: #0ba9c3;
    font-size: 0.28rem;
}

.drug_summy_ill a i {
    color: #0ba9c3;
    font-size: 0.28rem;
    margin-left: 0.1rem;
    /* transform: rotate(339deg); */
}

#drug_banner_big {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #000000;
    z-index: 999;
}

#drug_banner_big img {
    object-fit: contain;
}

.big_img_pagination {
    color: white;
}

/* 说明书 */
.drug_s_art p {
    margin-top: 0.3rem;
    font-size: 0.3rem;
}


/* 药品对比 */
.drug_seach_box {
    background: #fff;
    border-radius: 0.1rem;
    margin-top: 0.4rem;
    position: relative;
}

.drug_seach_box dl {
    padding: 0.16rem 0.4rem;
    border-bottom: 1px solid #F1F4F9;
}

.drug_seach_dt {
    float: left;
    margin-top: 0.24rem;
    font-size: 0.3rem;
    font-weight: 700;
    color: #999;
}

.drug_seach_dd {
    position: relative;
    margin-left: 1.4rem;
    font-size: 0.28rem;
    transition: all .1s;
}

.drug_seach_dd a {
    display: inline-block;
    margin: 0.16rem 0.06rem;
    padding: 0.1rem 0.2rem;
    border-radius: 0.1rem;
    color: #666;
    transition: all .1s;
}

.drug_seach_dd .on {
    background: #1ed686;
    color: #fff;
}

.drug_crast_uls {}

.drug_crast_lis {
    margin-top: 0.2rem;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.8rem;
    padding: 0.8rem 0.2rem 1.3rem 0.2rem;
    padding-bottom: 1.3rem;
    border: 0.04rem solid #40adb7;
}

.drug_crst_con {
    text-align: center;
}

.drug_crst_con .comy {
    color: #048e9a;
}

.drug_crst_con .name {
    font-size: 0.36rem;
    margin: 0.1rem 0;
}

.drug_crst_con i {
    overflow: hidden;
    display: block;
    margin: 0 auto;
    padding: 0.16rem;
    width: 2.2rem;
    height: 2.2rem;
}

.drug_crst_con i img {
    width: 100%;
    /* height: 100%; */
    -o-object-fit: contain;
    object-fit: contain;
    transition: transform 0.3s;
}

.drug_crst_vs {
    position: absolute;
    top: calc(45% - 0.5rem);
    left: calc(50% - 0.5rem);
    width: 1rem;
    height: 1rem;
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 1rem;
    text-align: center;
    border-radius: 50%;
    color: white;
    background-image: linear-gradient(233deg, #fe5e6f 50%, #eb0568 50%);
}

.drug_crast_view {
    position: absolute;
    bottom: 0.3rem;
    left: calc(50% - 1.2rem);
    display: block;
    padding: 0.1rem 0 0.12rem;
    width: 2.4rem;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    background: linear-gradient(to right, #40adb7, #4cb7c1);
    box-shadow: 1px 0px 2px 0px rgb(26 144 169 / 49%);
}



/* 药品对比表格 */
.drug_prod_table table {
    width: 100%;
    border-collapse: collapse;
}

.drug_prod_table table colgroup .tab_head {
    width: 10%;
    background-color: #53a5b6;
}

.drug_prod_table table colgroup .tab_cont {
    width: 38%;
    background-color: #f5f5f5;
}

.drug_prod_table table tr {
    border: 2px solid #fff;
}

.drug_prod_table table td:first-child {
    padding: 0.4rem 0.2rem;
    color: #fff;
    text-align: center;
    font-size: 0.4rem;
    font-weight: bold;
}

.drug_prod_table table td {
    padding: 0.4rem;
    border-right: 2px solid #fff;
}

.drug_prod_table table td p {
    font-size: 0.3rem;
    text-align: center;
}

.drug_prod_table table td dt {
    position: relative;
    margin: 0.2rem auto;
    padding: 0.1rem;
    width: 2rem;
    height: 1.8rem;
}

.drug_prod_table table td dt img {
    -o-object-fit: cover;
    object-fit: cover;
}

.drug_prod_table table td dd {
    font-size: 0.36rem;
    margin: 0.1rem 0;
    text-align: center;
}

.drug_prod_table table .drug_tab_s td {
    padding: 8px 0;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border: none;
}



/* ----------------------------------------------------------------药品列表-------------------------------------- */
.aside_ul {
    overflow-x: auto;
    white-space: nowrap;
    padding-top: 0.2rem;
    background: #fff;
}

.aside_ul li {
    display: inline-block;
    /* margin-right: 0.3rem; */
    padding-left: 0.24rem;
    font-size: .32rem;
    text-align: center;
    color: #999;
    cursor: pointer;
    transition: all .3s;
}

.aside_ul li .line {
    display: block;
    width: 0.36rem;
    height: 3px;
    margin: 0.1rem auto 0;
    background: #fff;
}

.aside_ul .on a span {
    font-weight: bold;
    color: #66d066;
}

.aside_ul .on .line {
    background: #66d066;
}

.aside_ul::-webkit-scrollbar {
    display: none;
}

.drug_list_nav {
    position: relative;
}

.med_dr_search {
    position: relative;
    padding: 0.2rem 0;
    background-color: #f7f7f7;
}

.med_dr_search form {
    background-color: #f7f7f7;
    border-radius: 0.2rem;
}

.med_dr_search .search_frame {
    width: 100%;
    height: 0.66rem;
    line-height: 0.66rem;
    padding: 0 1.3rem 0 1.1rem;
    border: none;
    border-radius: 0.2rem;
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
    font-size: 0.3rem;
    background: #f7f7f7;
    box-sizing: border-box;
}

.med_dr_search .button_s {
    position: absolute;
    left: 0.3rem;
    top: 0;
    text-align: center;
    width: 0.8rem;
    height: 0.66rem;
    line-height: 0.66rem;
    border: 0;
    cursor: pointer;
    color: #999999;
    background-color: #f7f7f7;
}

.med_dr_search .button_t {
    position: absolute;
    right: 0.3rem;
    top: 0.2rem;
    text-align: center;
    border: 0;
    font-size: 0.3rem;
    border-left: #ccc 1px solid;
    padding: 0rem 0.2rem;
    margin-top: 0.13rem;
    cursor: pointer;
    background-color: #f7f7f7;
}

.med_dr_search .button_s i {
    font-size: 20px;
}

.med_dr_search .search_frame:focus {
    outline: none;
    font-size: 0.3rem !important;
}

.drug_list_nav .search_ul {
    position: relative;
    display: flex;
    justify-content: space-around;
    padding: 0.2rem 0.2rem 0.2rem 0.2rem;
    margin-top: 0.2rem;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.drug_sx_tit {
    text-align: center;
    color: #048e9a;
}

.drug_sx_tit a {
    color: #048e9a;
}

.fd_cal_box {
    width: 100%;
    height: auto;
    /* overflow: hidden; */
}

.fd_cal_box {
    position: relative;
    display: flex;
}

.fd_cal_left {
    height: 100%;
    width: 35%;
    overflow-y: scroll;
    background: #f6f7f9;
}

.fd_cal-nav li {
    padding: .2rem 0;
    line-height: 0.8rem;
    font-size: .32rem;
    color: #767575;
    text-align: center;
    font-weight: bold;
}

.fd_cal-nav .on {
    background: #fff;
    color: #01B2B2;
}

.fd_cal_right {
    flex: 1;
    height: 100%;
    overflow-y: scroll;
}

.fd_cal_con_box {
    display: none;
    padding: 0.3rem 0.2rem 0.2rem 0.2rem;
}

.fd_cal_con .active {
    display: block;
}

.fd_cal_ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0.3rem;
    row-gap: 0.3rem;
}

.fd_cal_li a {
    padding: .1rem;
    background-color: #F5F8FA;
    border-radius: .1rem;
    overflow: hidden;
    font-size: .3rem;
    line-height: 2;
    color: #333;
    text-align: center;
}

.fd_cal_li a {
    padding: .1rem;
    background-color: #F5F8FA;
    border-radius: .1rem;
    overflow: hidden;
    font-size: .3rem;
    line-height: 2;
    color: #333;
    text-align: center;
}

.fd_cal_li a i {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.fd_cal_li a span {
    margin-top: 0.1rem;
}




.drug_sx_tit span {
    margin-left: 0.1rem;
}

.drug_list_nav .search_ul .on .click,
.drug_list_nav .search_ul .on .click i {
    color: #66d066;
}

.drug_list_nav .search_ul .click i {
    display: inline-block;
    transition: all 0.3s;
}

.drug_list_nav .search_ul .on .click i {
    transform: rotate(-180deg);
}

.drug_list_nav .click {
    display: block;
    font-size: .28rem;
    text-align: center;
    border-radius: 5px;
    color: #666;
}

.drug_list_nav .cont_display {
    position: absolute;
    display: flex;
    height: 7rem;
    top: 0.8rem;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 8;
    background: #fff;
    box-shadow: 1px 8px 6px -3px #ccc;
}

.drug_list_nav .cont_display .left_title {
    width: 1.9rem;
    height: 100%;
    overflow-y: scroll;
}

.drug_list_nav .cont_display .left_title .left_cont {
    padding: 0.2rem 0.1rem;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.drug_list_nav .cont_display .left_title .on {
    background-color: #f6f7f9;
}

.drug_list_nav .cont_display .right-colum {
    flex: 1;
}

.drug_list_nav .cont_display .right_title {
    height: 100%;
    overflow-y: scroll;
    background-color: #f6f7f9;
}

.drug_list_nav .cont_display .right_title {
    background-color: #f6f7f9;
}

.drug_list_nav .cont_display .right_title .right_cont {
    padding: 0.2rem 0.1rem;
    text-align: center;
}

.drug_list_nav .cont_display .right_title .on a {
    color: #0fb249;
}

.drug_list_con {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.38rem;
}

.drug_list_con dl {
    vertical-align: top;
    margin-right: 0.3rem;
    margin-top: 0.3rem;
    width: 45%;
    overflow: hidden;
}

.drug_list_z {
    border: 1px solid #eee;
    padding: 0.2rem;
    border-radius: 0.08rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.drug_list_z dt a {
    display: block;
    height: 2.4rem;
}

.drug_list_z dt a img {
    object-fit: contain;
}

.drug_list_z_con h3 a {
    display: block;
    text-align: center;
    color: #fc6704;
}

.drug_list_z_con p {
    text-align: center;
    margin-top: 0.1rem;
}

.drug_list_z_con p strong {
    color: #00CBA2;
}

.drug_list_z_con p i {
    font-size: 0.28rem;
    color: #048e9a;
    margin-top: 0.1rem;
    margin-bottom: 0.08rem;
}

.page_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.3rem;
    padding-top: 0.3rem;
    background: #fff;
    justify-content: center;
}

.page_box .page_li {
    background: #fff;
    border: #d9d9d9 1px solid;
    font-size: 0.3rem;
    padding: 0 0.18rem;
    margin: 0 0.1rem;
    border-radius: 3px;
}

.page_box .page_big {
    border: 1px solid #d2d4d5;
}

.page_box .on {
    background: #66d066;
}

.page_box .on a {
    color: white;
}

/* ----------------------------------------------------------------企业列表-------------------------------------- */
.drug_compy_nav {
    position: relative;
}

.drug_compy_nav .search_ul {
    position: relative;
    display: flex;
    justify-content: space-around;
    padding: 0.2rem 0.2rem 0.2rem 0.2rem;
    margin-top: 0.2rem;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.drug_compy_nav .search_ul .on .click,
.drug_compy_nav .search_ul .on .click i {
    color: #66d066;
}

.drug_compy_nav .search_ul .click i {
    display: inline-block;
    transition: all 0.3s;
    font-size: 0.3rem;
}

.drug_compy_nav .search_ul .on .click i {
    transform: rotate(-180deg);
}

.drug_compy_nav .click {
    display: block;
    /* margin: 0.3rem 0.28rem 0; */
    /* padding: 0.16rem 0; */
    font-size: .28rem;
    text-align: center;
    border-radius: 5px;
    color: #666;
}

.drug_compy_nav .cont_display {
    position: absolute;
    display: flex;
    height: 7rem;
    top: 0.8rem;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    box-shadow: 1px 8px 6px -3px #ccc;
}

.drug_compy_nav .cont_display .right-colum {
    flex: 1;
}

.drug_compy_nav .cont_display .right_title {
    height: 100%;
    overflow-y: scroll;
    background-color: #f6f7f9;
}

.drug_compy_nav .cont_display .right_title .right_cont {
    padding: 0.2rem 0.1rem;
    text-align: center;
}

.drug_compy_nav .cont_display .right_title .on a {
    color: #0fb249;
}

.drug_compy_nav .cont_display .left_title {
    width: 1.9rem;
    height: 100%;
    overflow-y: scroll;
}

.drug_compy_nav .cont_display .left_title .left_cont {
    padding: 0.2rem 0.1rem;
    text-align: center;
}

.drug_compy_nav .cont_display .left_title .on {
    background-color: #f6f7f9;
}

.drug_compy_nav .cont_display .left_title .on a {
    color: #0fb249;
}

.drug_compy_li {
    margin-bottom: 0.6rem;
}

.drug_compy_li:last-child {
    margin-bottom: 0;
}

.compy_list_header {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 0.16rem 0.2rem;
    background-color: #3994a1;
    border-radius: 0.14rem 0.14rem 0 0;
}

.compy_list_header dt a {
    display: block;
    width: 1.6rem;
    height: 1.42rem;
    border-radius: 0.1rem;
    background-color: #fff;
    overflow: hidden;
}

.compy_list_header .not_img_show {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #92CEB7;
    color: white;
    font-size: 0.28rem;
}

.compy_list_header dt a img {
    object-fit: contain;
}

.compy_list_header dd {
    flex: 1;
}

.compy_list_header dd h3 {
    color: #fff;
    font-weight: normal;
}

.compy_list_header dd h3 a {
    font-size: 0.36rem;
    color: #fff;
}

.compy_list_header dd p {
    font-size: 0.28rem;
    color: #fff;
    margin-top: 0.1rem;
}

.drug_compy_meds {
    display: flex;
    justify-content: space-between;
    border-right: 0.02rem solid #eee;
    border-left: 0.02rem solid #eee;
}

.drug_compy_meds a {
    display: block;
    width: 33.3%;
    padding: 0.2rem;
    border-right: 0.02rem solid #eee;
    text-align: center;
}

.drug_compy_meds a:last-child {
    border: 0;
}

.drug_compy_meds a i {
    margin: 0 auto;
    display: block;
    width: 1.56rem;
    height: 1.56rem;
}

.drug_compy_meds a p {
    text-align: center;
    margin-top: 0.1rem;
    font-size: 0.26rem;
}

.compy_list_foot {
    padding: 0.1rem 0.2rem;
    position: relative;
    background-color: #f2f1f1;
    border-radius: 0 0 0.14rem 0.14rem;
}

.compy_list_foot p {
    width: 80%;
    color: #999;
}

.compy_list_foot a {
    position: absolute;
    bottom: 0;
    right: -0.16rem;
    display: block;
    line-height: 0.5rem;
    padding: 0.1rem 0.3rem 0.13rem 0.24rem;
    background-color: #57bd9e;
    transform: skew(-20deg);
}

.compy_list_foot a em {
    display: block;
    color: #fff;
    font-size: 0.28rem;
    transform: skew(30deg);
}

/* ----------------------------------------------------------------资讯列表-------------------------------------- */

/* ----------------------------------------------------------------资讯内容-------------------------------------- */
.drug_content .drug_content-title {
    padding: 0.4rem 0;
    font-size: 0.44rem;
    line-height: 0.64rem;
    font-weight: 600;
}

.drug_content p {
    font-size: 0.32rem;
    line-height: 0.52rem;
    margin-top: 0.4rem;
}

.drug_content img,
.drug_content p img {
    display: block;
    margin: 0.4rem auto;
    width: 100%;
}

.drug_content time {
    font-size: .26rem;
    margin-right: 0.3rem;
    color: #999;
}

.drug_content i {
    font-size: .3rem;
    color: #999;
}

.drug-good-info-box {
    margin: 0.4rem 0.2rem;
}

.drug-good-info {
    display: flex;
    padding: 0.2rem;
    border: 0.02rem solid #eee;
}

.drug-good_img {
    display: block;
    margin-right: 0.32rem;
    width: 1.8rem;
    height: 1.8rem;
}

.drug_gs {
    flex: 1;
}

.drug_gs h4 {
    font-size: 0.3rem;
}

.drug_gs p {
    font-size: 0.28rem;
    margin-top: 0.1rem;
    color: #767676;
}

.drug_gs p a {
    color: #048e9a;
}

.drug_gs p a em {
    margin-right: 0.1rem;
}

.drug_gs b {
    color: #ef3a34;
}

.info_btm {
    position: relative;
    height: 0.5rem;
    background-color: #f3f3f3;
}

.info_btm a {
    position: absolute;
    bottom: 0;
    right: -0.16rem;
    display: block;
    padding: 0.1rem 0.3rem 0.13rem 0.24rem;
    background-color: #57bd9e;
    transform: skew(-20deg);
}

.info_btm a i {
    display: block;
    color: #fff;
    font-size: 0.28rem;
    transform: skew(31deg);
}

.drug_article_pre_next {
    margin-top: 0.2rem;
}

.drug_article_pre_next li {
    font-size: 0.32rem;
    line-height: 0.7rem;
}

.drug_article_pre_next li a {
    color: #2b86e1;
}

/* ----------------------------------------------------------------企业详情-------------------------------------- */
.drug_company_header {
    padding: 0.2rem;
}

.drug_company_conts i {
    margin-right: 0.2rem;
    padding: 0.18rem;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    background: #F4F5F8;
    -webkit-border-radius: 0.08rem;
    border-radius: 0.08rem;
    margin-right: 0.2rem;
}

.drug_company_header .drug_company_conts {
    display: flex;
    background: #57b9b5;
    padding: 0.2rem;
    border-radius: 8px;
}

.drug_company_name {
    flex: 1;
}

.drug_company_name h1 {
    color: white;
    line-height: 0.44rem;
    font-size: 0.38rem;
}

.drug_company_name p {
    position: relative;
    color: white;
    margin-top: 0.16rem;
    font-size: 0.26rem;
}

.drug_comy_detail {
    font-size: 0.28rem;
    line-height: 0.46rem;
}

.drug_comy_detail p {
    font-size: 0.3rem;
    line-height: 0.5rem;
}

.drug_cons_more {
    display: none;
}

#drug_contTab {
    display: none;
}

#drug_contTab:checked~.drug_comy-cont {
    max-height: 5rem;
    overflow: hidden;
}

#drug_contTab:checked~.drug_cons_more {
    position: relative;
    display: block;
    padding: 0 0 0.2rem 0;
    text-align: center;
}

#drug_contTab:checked~.drug_cons_more .read_more {
    /* padding-top: 0.2rem; */
    display: block;
    width: 100%;
    text-align: center;
    color: #63C5A3;
    font-size: 0.28rem;
    vertical-align: middle;
}

.drug_indus_li {
    padding: 0.25rem 0;
    font-size: 0.28rem;
    line-height: 0.44rem;
    border-bottom: 1px solid #eee;
}

.drug_indus_li p {
    margin-top: 0.1rem;
    font-size: 0.28rem;
}

.drug_indus_li .drug_indus_name {
    font-size: 0.3rem;
    font-weight: 600;
}

/*answer*/
.ask-ul-box {
    padding: 0.2rem 0.2rem 0 0.2rem;
}

.ask-li {
    padding: 0.2rem 0;
    border-bottom: 0.02rem solid #f0f0f0;
}

.ask-li_q,
.ask-li_a {
    display: flex;
}

.ask-li_q h3,
.ask-li_a p {
    flex: 1;
}

.ask-li_q h3 {
    font-size: 0.34rem;
}

.ask-li_a p {
    font-size: 0.3rem;
    color: #666;
    line-height: 0.46rem;
}

.ask-li_q span,
.ask-li_a span {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.24rem;
    border-radius: 0.08rem;
    text-align: center;
    overflow: hidden;
    color: white;
    margin-right: 0.2rem;
}

.ask-li_q {
    align-items: center;
}

.ask-li_q span {
    background: #ffbb44;
}

.ask-li_a {
    margin-top: 0.1rem;
}

.ask-li_a span {
    background: #8ac03b;
    margin-top: 0.06rem;
}

/*article*/
.article_lit_box {}

.article_lit_ul {
    padding: 0.3rem;
}

.article_lit_li {}

.article_lit_li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 0.7rem;
}

.article_lit_li a p {
    font-size: 0.3rem;
    width: 70%;
}

.article_lit_li a time {
    align-self: flex-end;
    font-size: 0.26rem;
    color: #666;
}

.article_lit_li a i {
    font-style: normal;
    font-size: 0.3rem;
    color: #999;
    margin-right: 0.1rem;
}

.article_lit_li:nth-child(1) a i {
    color: #ff0000;
}

.article_lit_li:nth-child(2) a i {
    color: #fc7039;
}

.article_lit_li:nth-child(3) a i {
    color: #fd8607;
}

@font-face {
    font-family: "ttk";
    /* Project id 4005981 */
    src: url('https://at.alicdn.com/t/c/font_4005981_skh4o0hfjvb.woff2?t=1724737965533') format('woff2'),
    url('https://at.alicdn.com/t/c/font_4005981_skh4o0hfjvb.woff?t=1724737965533') format('woff'),
    url('https://at.alicdn.com/t/c/font_4005981_skh4o0hfjvb.ttf?t=1724737965533') format('truetype');
}

.ttk {
    font-family: "ttk" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-yuyin1:before {
    content: "\e62f";
}

.icon-erji:before {
    content: "\e628";
}

.icon-tupian:before {
    content: "\e60a";
}

.icon-tupian1:before {
    content: "\e643";
}

.icon-gengduo:before {
    content: "\e63e";
}

.icon-tishi:before {
    content: "\e607";
}

.icon-gongsi:before {
    content: "\e67c";
}

.icon-liulan:before {
    content: "\e647";
}

.icon-shipin1:before {
    content: "\e622";
}

.icon-wenti:before {
    content: "\e605";
}

.icon-zixun:before {
    content: "\e649";
}

.icon-yaopin:before {
    content: "\e65b";
}

.icon-qiye:before {
    content: "\e637";
}

.icon-yaopin1:before {
    content: "\e722";
}


.icon-zanwushuju:before {
    content: "\e606";
}

.icon-xiala:before {
    content: "\e65c";
}

.icon-bingdu:before {
    content: "\e616";
}

.icon-bofang:before {
    content: "\e87c";
}