@charset "UTF-8";

/* ----------------------------------------------------------------common-------------------------------------- */
.w320 {
    width: 320px;
}

.w870 {
    width: 870px;
}

.w296 {
    width: 296px;
}

.w880 {
    width: 880px;
}

.w300 {
    width: 300px;
}

.bggr {
    background: #f8f8f8;
    /* background: #F7F8FC; */
}

.df {
    display: flex;
}

.box_shadow {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}

.ggrgs {
    color: #636673;
}

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

.img_ctain {
    -o-object-fit: contain;
    object-fit: contain;
}

.img_c_t {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.g60 {
    color: #606370;
}

.grid-number1 {
    grid-template-columns: repeat(1, 1fr);
}

.grid-number2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-number3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-number4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-number5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid-number6 {
    grid-template-columns: repeat(6, 1fr);
}

.m_auto {
    margin: 0 auto;
}

.shadow {
    box-shadow: 0 0 4px #ccc;
    transition: box-shadow 0.24s;
}

/* ----------------------------------------------------------------首页-------------------------------------- */

/* 快捷导航 */

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

.med_left_box {
    width: 280px;
    background: #f7fbff;
}

.med_midd_box {
    width: 540px;
}

.med_right_box {
    width: 300px;
}


/* left */
.med_left_title {
    font-size: 22px;
    color: #333;
    text-align: center;
    line-height: 58px;
}

.med_left_title i {
    font-size: 22px;
}

.med_left_lis {
    padding: 0 15px;
    line-height: 47px;
}

.med_left_lis a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
}

.med_left_lis a i {
    font-size: 20px;
    margin-right: 5px;
}

.med_left_lis:hover {
    background: #01a4b2;
    color: #fff;
}

.med_left_lis:hover a {
    color: #fff;
}


/* middle */
.drug_new {
    border: 1px solid #F1F4F9;
}

.drug_new .drug_new_imgs {
    position: relative;
    display: flex;
    padding: 10px 0;

}

.drug_new .drug_new_imgs:hover {
    color: #333;
}

.drug_new .drug_new_imgs i {
    display: block;
    width: 270px;
    height: 260px;
}

.drug_new .drug_new_imgs h3 {
    font-size: 26px;
    font-weight: 400;
}

.new_drug_show {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 124px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #E8A73A;
    -webkit-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0;
}

.drug_new_info {
    flex: 1;
    margin-left: 35px;
    margin-right: 10px;
}

.meds-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background: #cbcbc9;
    border-radius: initial;
    opacity: 1;
}

.meds-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.meds-pagination .swiper-pagination-bullet-active {
    width: 30px;
    height: 8px;
    background-color: #01a4b2;
    border-radius: initial;
    opacity: 1;
}



.health_article-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 5px;
}

.health_article-list p {
    position: relative;
    padding-left: 14px;
    font-size: 16px;
    line-height: 38px;
}

.health_article-list .h_title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.health_article-list p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #D5D8E2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/* right */
.meds-enterp-title {
    height: 50px;
    padding: 0 20px;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #F1F4F9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.meds-enterp-title h2 {
    font-size: 24px;
}

.meds-enterp-title h2,
.meds-enterp-title a {
    line-height: 48px;
    color: #1b858f;
}

.meds-enterp-logo {
    display: flex;
    flex-wrap: wrap;
    border: #F1F4F9 solid;
    border-width: 0 1px 1px 1px;
}

.meds-enterp-logo .li {
    width: 50%;
    height: 115px;
    /* 	border: #bdf2f5 solid;
    border-width: 0 1px 1px 0px; */
    text-align: center;
    background-color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.infor-fr-hot .right-h3-title {
    font-size: 20px;
    color: #fe6e4f;
}

.meds-enterp-logo .li .a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.meds-enterp-logo .li .a img {
    display: block;
    width: 70px;
    height: 60px;
    border: 1px #f0f0f0 solid;
    object-fit: contain;
    margin-top: 8px;
    transition: transform 0.3s;
}

.meds-enterp-logo .li .a:hover img {
    transform: translateY(-4px);
}

.meds-enterp-logo .li .a p {
    margin-top: 2px;
    font-size: 16px;
    padding: 0 3px;
}




.med_dr_search form {
    display: flex;
}

.med_dr_search form .iputs {
    display: flex;
    align-items: center;
    width: 80%;
    height: 36px;
    line-height: 36px;
    border: 2px solid #62C4A6;
    border-right: 0;
    vertical-align: middle;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
}

.med_dr_search form input {
    width: 205px;
    height: 32px;
    border: none;
    line-height: 32px;
    padding: 0;
    font-size: 14px;
}

.med_dr_search form input:focus {
    outline: none;
    font-size: 14px !important;
}

.med_dr_search form .button_s {
    flex: 1;
    color: #fff;
    font-size: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#6BD388), to(#62C4A6));
    background: -webkit-linear-gradient(left, #6BD388, #62C4A6);
    background: linear-gradient(to right, #6BD388, #62C4A6);
    cursor: pointer;
}




.seach_nav_list {
    display: flex;
    justify-content: space-between;
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 5px; */
    margin-top: 10px;
}

.seach_nav_list .lis a {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.seach_nav_list .lis a i {
    display: inline-block;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    font-size: 30px;
    color: white;
}

.seach_nav_list .lis:nth-child(1) a i {
    background: #fa7a49;
}

.seach_nav_list .lis:nth-child(2) a i {
    background: #6bc8c7;
}

.seach_nav_list .lis:nth-child(3) a i {
    background: #af91c3;
}

.seach_nav_list .lis:hover i {
    opacity: .8;
}







/* 模块标题 */
.homes_title {
    border-bottom: 1px solid #E5E8F2;
    padding-bottom: 10px;
}

.homes_title h2 {
    font-size: 36px;
    color: #000;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.homes_title h2:after {
    background-color: #09ab6b;
    content: "";
    height: 3px;
    width: 2%;
    left: 50%;
    margin-left: -1%;
    bottom: -8px;
    position: absolute;
}

.homes_title p {
    padding: 0 10%;
    font-size: 16px;
    color: #666;
    text-align: center;
}


/* 医药资讯 */
.durg_inform-hom {
    display: flex;
    justify-content: space-between;
}

.durg_infor-left {
    width: 34%;
}

.durg_infor_middle {
    width: 34%;
}

.durg_infor_right {
    width: 26%;
}

.drug_zx_uls {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 10px;
    row-gap: 10px;
}

.drug_zx_lis {
    padding: 10px;
    background: #f0f9fc;
    border-radius: 5px;
    transition: all 0.3s;
}

.drug_zx_lis:hover {
    -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

.drug_zx_lis a dl dt {
    font-size: 20px;
    color: #333;
    margin-bottom: 2px;
    font-weight: 600;
}

.drug_zx_lis a dl dt dd {
    font-size: 12px;
    color: #888;
}

.drug_zx_lis a .tags {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.drug_zx_lis a .tags p {
    width: 245px;
    color: #048e9a;
}

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

.durg_infor_tit p,
.durg_infor_tit a {
    display: flex;
    align-items: center;
}

.durg_infor_tit p i {
    font-size: 24px;
    color: #66ccad;
    padding-top: 3px;
}

.durg_infor_tit p span {
    font-size: 22px;
}

.durg_infor_tit a {
    color: #7c6e6e;
}

.durg_infor_tit a span {
    line-height: 20px;
}

.durg_infor_ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 10px;
    row-gap: 30px;
}

.durg_infor_ul li {
    padding-bottom: 10px;
}

.durg_infor_ul li a h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.durg_infor_ul li a p {
    color: #999;
    line-height: 20px;
    font-size: 14px;
    margin-top: 12px;
}


.heth_med_li {
    position: relative;
    margin-left: 4px;
    border-left: 1px solid #e9e9e9;
    line-height: 24px;
    padding: 34px 0 20px 15px;
}

.heth_med_time {
    position: absolute;
    left: -10px;
    top: -10px;
    display: flex;
    align-items: center;
}

.heth_med_time i {
    display: inline-block;
    border: 4px solid #fff;
    background-color: #fff;
    line-height: 10px;
}

.heth_med_time i:before {
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    border: 3px solid #66ccad;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.heth_med_time h5 {
    font-size: 18px;
    padding-left: 6px;
}


/* 视频 */
.drug_video_box {
    display: flex;
    justify-content: space-between;
}

.drug_video_title {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    border-bottom: 3px solid #188fa5;
}

.drug_video_more {
    line-height: 40px;
    font-size: 18px;
    color: #999;
}

.drug_video_tab {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    margin-right: 45px;
    /* border-bottom: 3px solid #188fa5; */
    line-height: 40px;
    padding-bottom: 10px;
    overflow: hidden;
}

.drug_video_tab li {
    position: relative;
    font-size: 18px;
    cursor: pointer;
}

.drug_video_tab .on::after {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 14px;
    height: 14px;
    content: "";
    transform: translate(-50%, 0) rotate(45deg);
    background-color: #188fa5;
}

.drug_video_tab .on {
    color: #188fa5;
}

.drug_video_tab_con {
    margin-right: -21px;
}

.drug_video_tab_con li {
    float: left;
    background: white;
    vertical-align: top;
    margin-right: 14px;
    margin-top: 30px;
    width: 276px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.drug_video_tab_con li .pic {
    position: relative;
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.drug_video_tab_con .con {
    padding: 10px;
}

.drug_video_tab_con .tit {
    font-size: 18px;
    color: #1e222a;
}

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

.video_dc_info .ip {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.video_dc_info .it {
    flex: 1;
    overflow: hidden;
}

.video_dc_info .it span {
    font-size: 15px;
    color: #333;
}

.bast_drug_video {
    background: #F7F8FC;
}

.bast_drug_video_tit {
    text-align: center;
    padding: 0 45px;
}

.bast_drug_video_tit h2 {
    background: #fd634a;
    color: white;
    font-size: 18px;
    line-height: 35px;
    border-radius: 0px 0px 28px 28px;
}

.bast_dc_numb {
    display: block;
    position: relative;
    margin-right: 20px;
    line-height: 32px;
    font-style: normal;
    font-size: 32px;
    font-weight: bold;
    font-family: "Impact";
    color: #888;
}

.bast_dc_numb::after {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    bottom: -5px;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: linear-gradient(to right, #888 0%, #ffffff 100%);
}

.bast_drug_video_con li:nth-child(1) i {
    color: #fec5c5;
    background: linear-gradient(to right, #f53621, #fec5c5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.bast_drug_video_con li:nth-child(1) i::after {
    background: linear-gradient(to right, #f53621 0%, #ffffff 100%);
}

.bast_drug_video_con li:nth-child(2) i {
    color: #ffdebe;
    background: linear-gradient(to right, #fc7039, #ffdebe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.bast_drug_video_con li:nth-child(2) i::after {
    background: linear-gradient(to right, #fc7039 0%, #ffffff 100%);
}

.bast_drug_video_con li:nth-child(3) i {
    color: #efc879e8;
    background: linear-gradient(to right, #ff9554, #efc879e8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.bast_drug_video_con li:nth-child(3) i::after {
    background: linear-gradient(to right, #ff9554 0%, #ffffff 100%);
}

.bast_dc_v {
    flex: 1;
}

.bast_drug_video_con li a {
    position: relative;
    padding: 16px 16px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.bast_drug_video_con li a p {
    font-size: 16px;
    color: #1E2129;
}

.bast_drug_video_con li a::after {
    display: block;
    position: absolute;
    right: -26px;
    top: 45%;
    width: 14px;
    height: 14px;
    content: "";
    transform: translate(-50%, 0) rotate(45deg);
    background-color: #fc7039;
    opacity: 0;
    transition: all 0.4s;
}

.bast_drug_video_con li a:hover::after {
    opacity: 1;
    right: -13px;
}

/* 主页语音 */
.comm_audio_ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 15px;
}

.comm_audio_li {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.comm_audio_li a .play_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height: 48px;
    text-align: center;
    background: rgba(0, 0, 0, .35);
    border-radius: 100%;
    overflow: hidden;
}

.comm_audio_li a .a_pic {
    position: relative;
    width: 100%;
    height: 130px;
}

.comm_audio_li a .play_icon i {
    color: #fff;
    font-size: 22px;
}

.a_doc_con {
    padding: 10px;
}

.aud_title {
    font-size: 18px;
}

.aud_use .aud_img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.aud_ov {
    flex: 1;
}

.aud_use {
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #969AA9;
}

.cohos_more {
    display: block;
    margin: 0 auto;
    width: 150px;
    padding: 0 5px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    color: #16a085;
    border: 1px solid #16a085;
    margin-top: 50px;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.cohos_more:hover {
    color: #fff;
    background-color: #16a085;
    border-color: #16a085;
}


/* 品牌推荐 */
.drug_hot_ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #F1F4F9;
    border-left: 1px solid #F1F4F9;
}

.drug_hot_li {
    width: 20%;
    /* height: 200px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #F1F4F9;
    border-bottom: 1px solid #F1F4F9;
}

.drug_hot_li a {
    position: relative;
}

.drug_hot_li a i {
    overflow: hidden;
    display: block;
    margin: 0 auto;
    padding: 8px;
    width: 110px;
    height: 110px;
}

.drug_hot_li .med-comy-logo {
    width: 140px;
    height: 40px;
    margin-top: 20px;
}

.drug_hot_li .med-comy-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
}

.drug_name {
    padding: 0px 20px 15px;
    text-align: center;
}

.drug_name h4 {
    font-size: 18px;
    color: #000;
}

.drug_name .med-comy-del {
    padding-top: 5px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #606370;
}

.drug_name .med-comy-name {
    text-align: left;
    font-size: 12px;
    color: #969AA9;
}

.drug_name .med-comy-name em {
    margin-right: 5px;
}

.drug_hot_li:hover .med-comy-logo img {
    transform: translateY(-4px);
}

/* --------药品大全 --------*/
.drug_gre {
    background: #d7f2e4;
}

/* Top */

.drug_Top h3 {
    text-align: center;
    font-size: 26px;
    font-weight: 400;
}

.drug_Top h3 i {
    color: #68d0b0;
    font-size: 26px;
    vertical-align: middle;
}

.drug_Top span {
    vertical-align: middle;
}

.drug_Top_con {
    display: flex;
}

.drug_Top_left {
    position: relative;
    width: 20%;
    /* padding: 10px; */
    border: #00a5c3 solid;
    border-width: 1px 1px 1px 1px;
    box-sizing: border-box;
}

.drug_Top_right {
    width: 80%;
}

.drug_Top1_img {
    overflow: hidden;
    display: block;
    margin: 0 auto;
    padding: 8px;
    width: 150px;
    height: 150px;
    z-index: 10;
}

.drug_Top_number b {
    position: absolute;
    right: 0px;
    top: -13px;
    font-size: 44px;
    color: #c8cbd6;
    z-index: 10;
}

.drug_Top_number .color_red {
    color: #ff0000;
}

.drug_Top_number .color_or {
    color: #ff8500;
}

.drug_Top_number .color_gr {
    color: #ffc000;
}

.drug_Top_number b span {
    position: absolute;
    color: white;
    font-size: 22px;
    z-index: 1;
    right: 17px;
    top: 13px;
}

.drug_Top_info h4 {
    text-align: center;
    font-size: 20px;
    color: #019fc5;
    margin-top: 20px;
}

.drug_Top_info em {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-style: normal;
}

.drug_Top_info .drug_top_name {
    display: block;
    padding: 0 10px;
}

.drug_Top_left .bg_br1 {
    position: absolute;
    top: 230px;
    left: 0;
    width: 100%;
    height: 120px;
    --c: #2196F3;
    --w1: radial-gradient(79% 95% at top, #0000 100%, var(--c) 100.5%) no-repeat;
    --w2: radial-gradient(58% 48% at bottom, var(--c) 100%, #0000 102.5%) no-repeat;
    background: var(--w1), var(--w2), var(--w1), var(--w2);
    background-position-x: -224%, -190%, -60%, 110%;
    background-position-y: 100%;
    background-size: 63% 165%;
    opacity: 0.6;
}

.drug_Top_left .bg_br2 {
    position: absolute;
    top: 190px;
    left: 0;
    width: 100%;
    height: 160px;
    --c: #22cbf7;
    --w1: radial-gradient(100% 57% at top, #0000 100%, var(--c) 100.5%) no-repeat;
    --w2: radial-gradient(100% 57% at bottom, var(--c) 100%, #0000 100.5%) no-repeat;
    background: var(--w2), var(--w1), var(--w2), var(--w1);
    background-position-x: -200%, -100%, 0%, 100%;
    background-position-y: 100%;
    background-size: 50.5% 100%;
    opacity: 0.3;
}

.drug_tj_comy {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0px;
    row-gap: 0px;
    margin-top: 100px;
}

.drug_tj_comy li {
    border-bottom: 1px solid #eee;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
}

.drug_tj_comy li a {
    display: block;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    padding: 8px;
    width: 80px;
    height: 60px;
    box-sizing: border-box;
}

.drug_tj_comy li:nth-child(2n-1) {
    border-right: 1px solid #eee;
}

/* 人群健康 */
.d_bj_title {
    height: 50px;
    background-color: #fff;
    line-height: 48px;
    font-size: 24px;
    color: #048e9a;
    /* border:1px solid #baeef2; */
    border-top: 1px solid #F1F4F9;
    border-right: 1px solid #F1F4F9;
    border-left: 1px solid #F1F4F9;
}

.drug_health {
    display: flex;
    padding: 7px 22px;
    height: 76px;
    border: 1px solid #F1F4F9;
}

.drug_health_list {
    width: 33.3%;
    margin-right: 10px;
}

.drug_health_list a {
    display: flex;
}

.drug_health_tit h4 {
    font-weight: 600;
    font-size: 20px;
}

.drug_health_tit p {
    background: #d2f6db;
    color: #0fb249;
    font-size: 14px;
}

.drug_health_list i {
    display: block;
    width: 80px;
    height: 70px;
}

/* 分类 */
.drug_all_box {
    display: flex;
    justify-content: space-between;
}

.drug_all_info {
    width: 65%;
}

.drug_hot_info {
    width: 30%;
}

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

.drug_all_uls li {
    display: inline-block;
    padding: 0 16px;
    font-size: 16px;
    /* color: #606370; */
    line-height: 42px;
    cursor: pointer;
    vertical-align: top;
    border-radius: 20px;
}

.drug_all_uls .on {
    color: #fff;
    background: #62C4A6;
}

.drug_all_more {
    display: flex;
    align-items: center;
    color: #7c6e6e;
}

.meds-all_cont {
    margin-top: 30px;
}

.drug_cont_uls {
    display: grid;
    /* grid-template-columns: repeat(4, 1fr); */
    border-top: 1px solid #F1F4F9;
    border-left: 1px solid #F1F4F9;
    /* 	column-gap: 20px;
    row-gap: 8px; */
}

.drug_cont_lis {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-right: 1px solid #F1F4F9;
    border-bottom: 1px solid #F1F4F9;
}

.drug_cont_lis a {
    display: block;
}

.med-drug_img {
    overflow: hidden;
    display: block;
    margin: 0 auto;
    padding: 8px;
    width: 150px;
    height: 150px;
}

.med-drug_img img {
    transition: 0.5s;
}

.med_all_intor {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    transform: translateY(100%);
    opacity: 0;
    padding: 75px 20px 10px 20px;
    transition: all 0.5s;
    box-sizing: border-box;
}

.drug_name {
    transition: all 0.5s;
}

.drug_name p {
    font-size: 18px;
    color: #666;
}

.bg_w_nocont {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #ffffff;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s;
}

.med_all_intor b {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 26px;
    font-weight: 500;
}

.med_all_intor b span {
    font-size: 14px;
    color: #ff0000;
    font-weight: 600;
}

.med_all_intor b p {
    display: inline;
    font-size: 14px;
    color: #666;
}

.drug_cont_lis a:hover .med-drug_img img {
    transform: scale(0.4) translateY(-70%);
    border-radius: 50%;
    position: relative;
    border: 2px solid #62c4b7;
    z-index: 2;
}

.drug_cont_lis a:hover .drug_name {
    transform: translateY(100%);
}

.drug_cont_lis a:hover .bg_w_nocont {
    transform: translateY(0px);
    opacity: 1;
}

.drug_cont_lis a:hover .med_all_intor {
    transform: translateY(0px);
    opacity: 1;
}

.drug_zn-lis:nth-child(1) a .tit b {
    background: #ff0000;
}

.drug_zn-lis:nth-child(2) a .tit b {
    background: #fc7039;
}

.drug_zn-lis:nth-child(3) a .tit b {
    background: #fd8607;
}

.drug_zn-lis a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 46px;
}

.drug_zn-lis a .tit {
    width: 70%;
}

.drug_zn-lis a .tit b {
    display: inline-block;
    padding: 5px;
    width: 20px;
    height: 16px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    background: #BDC2CE;
    -webkit-border-radius: 37px 16px 8px 11px;
    border-radius: 37px 16px 8px 11px;
    margin-right: 5px;
    transition: all 0.5s;
}

.drug_zn-lis a .tit span {
    font-size: 16px;
}

.drug_zn-lis:hover a .tit b {
    border-radius: 2px 15px 2px 2px;
    /* height: 20px; */
    /* line-height: 20px; */
}


.drug_yy-info_list {
    padding: 7px 22px;
    height: 76px;
    /* border: 1px solid #F1F4F9; */
    background: #F7F8FC;
}

.drug_yy-info_uls {
    display: grid;
    column-gap: 10px;
    row-gap: 20px;
}

.drug_yy-lis {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
}

.drug_yy-lis::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background: #e8a73a;
}

/* ----------------------------------------------------------------drug_list-------------------------------------- */
.drug_seach_box {
    background: #fff;
    border-radius: 5px;
    margin-top: 20px;
    padding: 0 20px;
    position: relative;
}

.drug_seach_box dl {
    padding: 8px 20px;
    border-bottom: 1px solid #F1F4F9;
}

.drug_seach_dt {
    float: left;
    width: 82px;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 700;
    /* color: #999; */
}

.drug_seach_dd {
    position: relative;
    margin-left: 100px;
    max-height: 50px;
    font-size: 15px;
    padding-right: 70px;
    overflow: hidden;
    transition: all .1s;
}

.drug_seach_dd a {
    display: inline-block;
    margin: 8px 3px;
    padding: 5px 23px;
    border-radius: 5px;
    color: #666;
    transition: all .1s;
}

.drug_seach_dd .on {
    background: #6bc30d;
    color: #fff;
    border-radius: 20px;
}

.drug_seach_dd a:hover {
    background: #6bc30d;
    color: #fff;
    border-radius: 20px;
}

.drug_seach_dd .all {
    position: absolute;
    right: 0;
    top: 7px;
    line-height: 36px;
    padding-right: 15px;
    cursor: pointer;
    color: #2bbc80;
    font-size: 14px;
    font-style: normal;
}

.drug_seach_box dl .all_more {
    max-height: none;
}

.drug-ul {
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    column-gap: 10px;
    row-gap: 0px;
}

.drug-ul li {
    /* display: flex; */
    position: relative;
    padding: 20px 20px 20px 20px;
    margin-bottom: 16px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.drug—j {
    display: block;
    width: 124px;
    height: 34px;
    line-height: 34px;
    transform: skewY(0deg) rotate(43deg);
    font-style: normal;
    background-color: #E8A73A;
    position: absolute;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    right: -30px;
    top: 12px;
}

.drug—g {
    display: block;
    width: 124px;
    height: 34px;
    line-height: 34px;
    transform: skewY(0deg) rotate(43deg);
    font-style: normal;
    background-color: #4d8ea1;
    position: absolute;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    right: -30px;
    top: 12px;
}

.drug_list_a {
    display: block;
    /* margin-right: 30px; */
    width: 170px;
    height: 130px;
    /* margin: 0 auto; */
}

.drug_list_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: 34px;
}

.drug_list_a .not_img_show p {
    line-height: 38px;
}

.drug_list_a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .3s;
}

.drug-ul li:hover img {
    transform: translateY(-4px);
}

.drug-ul li:hover {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}

.drug_gs_name {
    font-size: 20px;
    vertical-align: middle;
    font-weight: 600;
}

.drug_gs {
    flex: 1;
}

.drug_gs b {
    color: #ef3a34;
}

.drug_gs .qcc span {
    margin-right: 20px;
}

.drug_gs .qcc {}

.drug_gs .qcc i {
    color: #5db1b1;
    font-style: normal;
}

.drug_gs p {
    color: #767676;
}

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

.drug_gs .qcc strong {
    color: #00CBA2;
}

.drug_gs .qcc em {
    font-style: normal;
    color: #4a7df6;
}

.drug_gs_tags span {
    display: inline-block;
    padding: 1px 10px;
    margin-left: 10px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    -webkit-border-radius: 2px;
    vertical-align: middle;
}

.drug_gs_name span {
    display: inline-block;
    padding: 1px 10px;
    margin-left: 10px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    -webkit-border-radius: 2px;
    vertical-align: middle;
}

.drug_gs_name a {
    vertical-align: middle;
}

.tag-sty1 {
    color: #ff9023;
    background: #ffe9d3;
    border: 1px solid #ff9023;
}

.tag-sty2 {
    background: #d2f6db;
    color: #0fb249;
    border: 1px solid #62C4A6;
}

.tag-sty3 {
    background: #ffd9d9;
    color: #FF5F58;
    border: 1px solid #FF5F58;
}

.drug_list_con {
    background: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.drug_list_con {
    --repeat2: repeat(2, 1fr);
    --repeat6: repeat(6, 1fr);
}

.docr_index_title h2 {
    color: white;
    padding: 1px 16px;
    display: inline-block;
    background: #3cbfae;
    border-radius: 0px 15px 15px 0px;
}

.drug_comys_uls {
    display: grid;
    grid-template-columns: var(--repeat2);
    column-gap: 10px;
    row-gap: 15px;
    padding: 0 10px;
    margin-top: 18px;
}

.drug_list_uls {
    display: grid;
    grid-template-columns: var(--repeat6);
    column-gap: 10px;
    row-gap: 15px;
    padding: 0 10px;
    margin-top: 18px;
}

.drug_list_lis {
    background: #F7FAFA;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    border-radius: 8px;
}

.sitenav {
    padding: 14px 10px;
    line-height: 20px;
    color: #868686;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
}

/* ----------------------------------------------------------------drug_detail-------------------------------------- */
.drug-sumy-box {
    display: flex;
    padding: 20px;
}

.drug-del {}

.drug-sumy-banner-box {
    width: 316px;
}

#drug_banner_big .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

#drug_banner_min .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

#drug_banner_min .swiper-slide-thumb-active {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
}

#drug_banner_min {
    padding-top: 10px;
    height: 81px;
    overflow: hidden;
}

.drug-tags {
    line-height: 30px;
}

.drug-tags span {
    padding: 2px 6px;
    margin-right: 10px;
    font-size: 14px;
    border-radius: 3px;
}

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

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

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

.drug-sumy-w {
    flex: 1;
}

.drug-sumy-w p a {
    color: #048e9a;
}

.drug-navs-ul {
    display: flex;
    /* padding: 0 20px; */
    border-top: 1px solid #eee;
}

.drug-navs-ul li a {
    display: block;
    text-align: center;
    color: #222222;
    position: relative;
    padding: 0px 24px;
    line-height: 54px;
    font-size: 18px;
    margin-right: 3px;
}

.drug-navs-ul .on a {
    color: white;
    background: #40adb7;
    /* border-bottom: 7px solid  #fda423; */
}

.drug-navs-ul .on a::before {
    position: absolute;
    bottom: 0;
    right: 50%;
    content: "";
    z-index: -1;
    transform: translate(50%, 50%) rotate(45deg);
    background: linear-gradient(23deg, #40adb7, #40adb7);
    width: 27px;
    height: 27px;
}

.drug-navs-ul li a:hover {
    color: white;
    background: #40adb7;
    /* border-bottom: 7px solid  #fda423; */
}

.drug-navs-ul li a:hover::before {
    position: absolute;
    bottom: 0;
    right: 50%;
    content: "";
    z-index: -1;
    transform: translate(50%, 50%) rotate(45deg);
    background: linear-gradient(23deg, #40adb7, #40adb7);
    width: 27px;
    height: 27px;
}

.drug_prod_box {
    position: relative;
    padding: 12px;
    /* border: 1px solid #40adb7; */
    margin-top: 20px;
    background: white;
}

.test {
    width: 102%;
    height: 40px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px 10px 10px 10px;
    background-color: #40adb7;
}

.drug-comm-tit {
    font-size: 16px;
    color: #333;
    line-height: 44px;
}

.drug-comm-tit h2 {
    font-size: 20px;
    /* border-bottom: 2px solid #378FD0; */
    border-bottom: 2px solid #3b9b81;
}

.info-con-de dl {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px dotted #ddd;
    font-size: 16px;
    line-height: 32px;
}

.info-con-dl dd a {
    color: #048e9a;
}

.info-con-dl dd a em {
    font-size: 16px;
}

.info-con-dl dd {
    flex: 1;
}


.drug_info-sm dl {
    padding: 12px 0;
    border-bottom: 1px dotted #ddd;
    line-height: 32px;
}

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

}

.drug_info-sm dl dd {
    font-size: 16px;
    margin-top: 5px;
}

.drug_prod_ques li {
    float: left;
    width: 45%;
    margin-top: 30px;
    padding: 24px 15px;
}

.drug_prod_ques li:nth-child(even) {
    float: right;
}

.drug_ans_box .qus {
    font-size: 16px;
    font-weight: 400;
}

.drug_ans_box .ico {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    line-height: 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
}

.drug_ans_box .qus .ico {
    margin-top: 2px;
    background: #ffbb44;
}

.drug_ans_box .auw {
    margin: 12px 0 15px;
}

.drug_ans_box .auw .ico {
    margin-top: 4px;
    background: #8ac03b;
}

.drug_ans_box .auw .txt {
    height: 52px;
    line-height: 26px;
    font-size: 15px;
    text-align: justify;
    color: #666;
    overflow: hidden;
}

.drug_ans_box .info {
    padding-top: 15px;
    border-top: #e6e9ed 1px solid;
    overflow: hidden;
}

.drug_ans_box .info .doc .pic {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 100%;
    overflow: hidden;
}

.drug_ans_box .info .doc .tit em:nth-child(1) {
    color: #333;
}

.drug_ans_box .info .doc .tit em:nth-child(2) {
    width: 12em;
    height: 18px;
    color: #999;
    overflow: hidden;
}

.drug_ans_box .info .time {
    margin-top: 15px;
    display: block;
    text-align: right;
    color: #999;
    max-height: 20px;
}

.drug_inform_tab {
    position: relative;
    display: flex;
    border-bottom: 1px solid #eee;
}

.drug_inform_tab_list {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    font-size: 18px;
    line-height: 60px;
}

.drug_inform_tab .on::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25%;
    width: 50%;
    height: 4px;
    background: #62C4A6;
    width: 100%;
    height: 2px;
    left: 0;
    margin-left: 0;
}

.drug_detal_h1 {
    position: relative;
    padding-left: 16px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}

.drug_detal_h1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #2ad89e;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.drug_inform_li {
    display: flex;
    border-bottom: 1px dashed #bbb;
}

.drug_inform_li .infor {
    display: flex;
    align-items: center;
}

.drug_inform_img {
    margin-right: 20px;
    width: 190px;
    height: 104px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.drug_inform_li .infor-box {
    flex: 1;
}

.drug_inform_li .infor h2 {
    width: 80%;
    font-weight: 400;
}

.drug_inform_li p {
    padding-top: 20px;
    font-size: 16px;
    /* height: 44px; */
    line-height: 27px;
    color: #606370;
}




/* 药品对比 */
.drug_crast_uls {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 30px;
}

.drug_crast_lis {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    padding: 40px 10px 70px 10px;
    padding-bottom: 70px;
    border: 3px solid #40adb7;
    /* border: 1px solid rgba(0, 0, 0, 0);
    border-image: linear-gradient(to right, #62C4A6 0 50%, #ff8c58 50% 100%) 100 100; */
}

.drug_crst_con {
    text-align: center;
}

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

.drug_crst_con .name {
    font-size: 18px;
    margin: 5px 0;
}

.drug_crst_con i {
    overflow: hidden;
    display: block;
    margin: 0 auto;
    padding: 8px;
    width: 110px;
    height: 110px;
}

.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% - 30px);
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: white;
    background-image: linear-gradient(233deg, #fe5e6f 50%, #eb0568 50%);
}



.drug_crast_view {
    position: absolute;
    bottom: 15px;
    left: calc(50% - 60px);
    display: block;
    padding: 5px 0 6px;
    width: 120px;
    -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_crast_view:hover {
    color: white;
    opacity: .8;
}

.drug_prod_table table {
    width: 100%;
    border-collapse: collapse;
}

.drug_prod_table table colgroup .tab_head {
    width: 150px;
    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: 20px 10px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

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

.drug_prod_table table td p {
    font-size: 18px;
    text-align: center;
}

.drug_prod_table table td dt {
    position: relative;
    margin: 10px auto;
    padding: 5px;
    width: 230px;
    height: 180px;
}

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

.drug_prod_table table td dd {
    font-size: 18px;
    margin: 5px 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;
}

/* 语音 */
.durg_audio_uls {
    margin-top: 30px;
    display: grid;
    column-gap: 20px;
    row-gap: 15px;
}

.durg_audio_uls .li {
    padding-bottom: 18px;
    background: white;
}

.durg_audio_uls .li .pic {
    position: relative;
    height: 158px;
    overflow: hidden;
}

.durg_audio_uls .li .pic .img {
    transition-duration: .5s;
}

.play_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height: 48px;
    text-align: center;
    background: rgba(0, 0, 0, .35);
    border-radius: 100%;
    overflow: hidden;
}

.play_icon .iconfont {
    color: #fff;
    font-size: 22px;
}

.play_icon .ttk {
    color: #fff;
    font-size: 22px;
}

.play_time {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 60px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: rgba(0, 0, 0, .35);
    border-radius: 30px;
    color: #fff;
    overflow: hidden;
}

.durg_audio_uls .li .tit {
    margin: 15px 12px 3px;
    font-size: 18px;
    font-weight: 400;
}

.durg_audio_uls .li .info {
    margin: 0 12px;
    color: #999;
}

.durg_audio_uls .li .ipit {
    margin: 15px 12px 0px;
    padding-top: 15px;
    border-top: #f0f0f0 1px solid;
}

.durg_audio_uls .li .ipit .ip {
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin-right: 10px;
    overflow: hidden;
}

.durg_audio_uls .li .ipit .it {
    height: 32px;
    line-height: 32px;
    color: #666;
    overflow: hidden;
}

.durg_audio_uls .li .ipit .it span {
    font-size: 15px;
    color: #333;
}

/* 资讯详情 */
.drug_article {
    padding: 10px;
}

.drug_article h2 {
    text-align: center;
    font-size: 26px;
    line-height: 44px;
}
.drug_article h1 {
    text-align: center;
    font-size: 26px;
    line-height: 44px;
}
.drug_article time {
    display: inline-block;
    margin-top: 20px;
}

.drug_article p {
    margin-top: 15px;
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
    color: #333;
}

.drug_article a {
    color: #048e9a;
}

.drug_article img,
.drug_article p img {
    display: block;
    margin: 20px auto;
    max-width: 73%;
}

/* ----------------------------------------------------------------drug_company_listt-------------------------------------- */
.drug_seach_box .nav_bgcolor {
    padding-left: 7px;
    background-color: #f5f5f5;
}

/* ----------------------------------------------------------------drug_company_detail-------------------------------------- */
.drug_comy_header {
    /* background: #3b9b81; */
    background: white;
    overflow: hidden;
    /* background: -o-linear-gradient(182deg, rgb(255, 153, 0) 0%, rgb(255, 117, 0) 100%);
    background: linear-gradient(268deg, rgb(255, 153, 0) 0%, rgb(255, 117, 0) 100%); */
}

.drug_comy_tit {
    display: flex;
}

.drug_comy_logo {
    display: block;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.drug_comy_logo img {
    object-fit: contain;
}

.drug_comy_nav {
    border-top: 1px solid #eee;
}

.drug_comy_nav_list li {
    float: left;
    margin-right: 10px;
}

.drug_comy_nav_list li a {
    position: relative;
    line-height: 36px;
    display: block;
    padding: 12px 20px 8px;
    font-size: 16px;
}

.drug_comy_nav_list .on a {
    color: #fff;
    background: #3b9b81;
}

/* .drug_comy_nav_list li:hover a::before,
.drug_comy_nav_list .on a::before {
	position: absolute;
	top: -8px;
	left: -1px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 13px;
	height: 20px;
	background-color: #3b9b81;
	content: "";
}

.drug_comy_nav_list li:hover a::after,
.drug_comy_nav_list .on a::after {
	position: absolute;
	top: -12px;
	right: -1px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 13px;
	height: 20px;
	background-color: #3b9b81;
	content: "";
} */

.drug_comy_nav_list li:hover a {
    color: #fff;
    background: #3b9b81;
}

/* ----------------------------------------------------------------资讯-------------------------------------- */
.drug-good-info {
    display: flex;
    padding: 10px;
    border: 1px solid #eee;
}

.drug-good_img {
    display: block;
    margin-right: 16px;
    width: 90px;
    height: 90px;
}

.info_btm {
    position: relative;
    height: 28px;
    background-color: #f3f3f3;
}

.info_btm a {
    position: absolute;
    bottom: 0;
    right: -8px;
    display: block;
    padding: 7px 15px 9px 12px;
    background-color: #57bd9e;
    transform: skew(-20deg);

}

.info_btm a i {
    display: block;
    color: #fff;
    transform: skew(31deg);
}

.drug_article_pre_next li {
    font-size: 16px;
    line-height: 40px;
}

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

.zx-fl-zxdat {
    position: relative;
    padding: 11px 20px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #F1F4F9;
}

.zx-fl-zxdat_list li {
    line-height: 32px;
    font-size: 16px;
}

.zx-fl-zxdat_list li a {
    color: #1E2129;
    font-size: 16px;
}

.zx-fl-zxdat_list li:first-child {
    margin-top: 25px;
}

.zx-fl-zxdat i {
    position: absolute;
    top: 0;
    left: 0;
    width: 124px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #3aa7e8;
    border-radius: 0 0 10px 0;
    font-style: normal;
    /*writing-mode: vertical-rl;*/
}


/* ----------------------------------------------------------------page-------------------------------------- */
/* ---------------------yiiPager CSS----------------------- */
.yiiPager {
    margin-top: 36px;
    text-align: center;
}

.yiiPager li {
    float: left;
    margin: 0 3px;
    padding: 6px 12px;
    background: #fff;
    border: #d9d9d9 1px solid;
}

.yiiPager li:hover a {
    color: #66d066;
}

.yiiPager .selected {
    background: #66d066;
}

.yiiPager .selected a,
.yiiPager .selected:hover a {
    color: #fff;
}

.yiiPager em {
    padding: 0 3px;
    font-family: Georgia;
    font-size: 15px;
    font-style: normal;
    color: #66d066;
}

/* ----------------------------------------------------------------通用侧边栏-------------------------------------- */
/* 标题 */
.drug_side {
    background: #fff;
    border-radius: 5px;
    padding: 0 15px 10px;
    position: relative;
}

.drug_side_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #333;
    line-height: 64px;
    border-bottom: #f0f0f0 1px solid;
    font-weight: normal;
}

.drug_side_title h3 {
    font-weight: normal;
    color: #4d8ea1;
}

.drug_side_title h3 i {
    font-size: 20px;
}

.drug_side_title a {
    display: flex;
    align-items: center;
    color: #4d8ea1;
}

/* 资讯 */
.drug_side_zx li a {
    position: relative;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 42px;
    border-bottom: solid;
    border-color: #f0f0f0;
    border-width: 0px;
    transition: all .6s;
}

.drug_side_zx li:hover a {
    left: 8px;
}

.drug_side_zx li a p {
    width: 70%;
    font-size: 16px;
}

.drug_side_zx li a i {
    font-size: 12px;
    color: #999;
}

/* 药品推荐 */

.drug_side_mde_list a {
    display: flex;
    justify-content: space-between;
    border-bottom: #f0f0f0 1px dashed;
    padding-bottom: 14px;
}

.drug_side_img {
    width: 74px;
    height: 74px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-style: normal;
    overflow: hidden;
    transition: all .3s;
}

.drug_side_img .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: 16px;
}

.drug_side_mde_list a:hover .drug_side_img {
    transform: translateX(-4px);
}

.drug_side_mde_list .info {
    flex: 1;
}

.drug_side_mde_list .info h4 {
    font-size: 16px;
}

/* 医生推荐 */
.drug_doctor_lis a {
    display: block;
    padding: 10px 0 15px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.drug_doctor_lis:hover dl dt strong {
    color: #49c066;
}

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

.drug_doctor_img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
}

.drug_doctor_info dl {
    flex: 1;
}



/* 医院推荐 */
.hosp_li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.hosp_li i {
    position: relative;
    display: block;
    width: 116px;
    height: 84px;
    margin-right: 12px;
    border-radius: 3px;
    overflow: hidden;
}

.hosp_text {
    flex: 1;
}

.hosp_text dt h3 a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.hosp_text dd p {
    margin-top: 8px;
    font-size: 13px;
    color: #999;
}

.hosp_text dd div {
    display: flex;
    margin-top: 8px;
}

.hosp_text dd div a {
    display: block;
    width: 45%;
    text-align: center;
    margin-right: 10px;
    border-radius: 10px;
    padding: 2px 7px;
    font-size: 12px;
    color: #fff;
    transition: all 0.2s;
}

/* ----------------------------------------------------------------药品搜索页-------------------------------------- */
.header_menu_box {
    /* height: 47px; */
    padding-top: 50px;
    background: white;
    border-bottom: 2px solid #49c3a8;
}

.header_menu li a {
    line-height: 42px;
    display: block;
    height: 42px;
    font-size: 18px;
    padding: 0 24px;
    margin-right: 5px;
}

.header_menu .on a {
    background-color: #49c3a8;
    color: #fff;
}

.header_menu li:hover a {
    background-color: #49c3a8;
    color: #fff;
}

.search_ms_p p {
    font-size: 16px;
    color: #666;
}

.search_ms_p p strong {
    padding: 0 5px;
    color: #62C4A6;
}

/*搜索医生列表 */
.disease_doctor .doc_con_deta {
    position: relative;
    box-sizing: border-box;
    display: flex;
    padding: 13px 22px;
    justify-content: space-between;
    border-bottom: 1px dashed #bbb;
}

.disease_doctor .doc_con_deta:last-child {
    border-bottom: 0;
}

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

.doc_con_img {
    width: 160px;
    height: 200px;
    margin-right: 15px;
}

.doc_content {
    flex: 1;
}

.doc_content strong {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #039da1;
    font-weight: 400;
}

.doc_content strong a {
    font-size: 22px;
    font-weight: 700;
    color: #f77700;
    margin-right: 15px;
}

.doctor_con_det {
    display: flex;
}

.doctor_con_det p {
    flex: 1;
}

.doc_content p {
    font-size: 14px;
    line-height: 26px;
    color: #666;

}

.doc_content p b {
    padding-top: 5px;
}

/* 语音详情 */
.drug_audio_article {}

.drug_va_article h1 {
    font-size: 26px;
    line-height: 44px;
}

.drug_va_article h2 {
    margin-top: 25px;
    font-size: 20px;
}

.drug_va_time {
    line-height: 24px;
    padding-bottom: 26px;
    border-bottom: 1px solid #F1F1F1;
}

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

.drug_va_tags .doc_tx {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
}

.drug_va_tags .doct_ms {
    margin-left: 15px;
}

.drug_va_tags .doct_ms .name strong {
    font-size: 16px;
    color: #222222;
    line-height: 24px;
}

.drug_va_tags .doct_ms .name span {
    margin-left: 10px;
    font-size: 14px;
    color: #333333;
    line-height: 21px;
}

.drug_va_tags .doct_ms .hospi span {
    margin-right: 10px;
}

.vbox {
    display: block;
    width: 100%;
    margin-top: 30px;
    outline: none;
}

.vidbox {
    display: block;
    visibility: visible;
    width: 508px;
    height: 288px;
    background-color: rgb(0, 0, 0);
    margin: 0 auto;
    margin-top: 30px;
    outline: none;
}

.drug_va_art p {
    text-indent: 2em;
    margin-top: 15px;
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
    color: #333;
}
.no_data_icon {
    margin-bottom: 100px;
    text-align: center;
    color: #999;
    margin-top: 100px;
}

.no_data_icon .ttk {
    font-size: 70px;
}

.no_data_icon p {
    font-size: 16px;
}
/* ----------------------------------------------------------------隐藏H1标签内容-------------------------------------- */
.h1_ds_one {
    font-size: 0;
    text-indent: -999px;
}
.med-Check_box{display:flex;align-items:center;padding:12px;background:#f0f9fc;border-radius:5px;}.med_check_img{display:inline-block;width:45px;height:45px;border-radius:5px;text-align:center;line-height:45px;font-size:30px;color:white;background:#4695ef;}.med_check_tags dt{font-size:18px;color:#1A1A1A;}.med_check_tags dd{font-size:14px;color:#969AA9;}.icon-hezuo:before{content:"\e60f";}



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

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

.icon-zaitu:before {
    content: "\e64b";
}

.icon-yiyuan2:before {
    content: "\e60d";
}

.icon-yishengguanli:before {
    content: "\e61a";
}

.icon-yaopincaigouruku:before {
    content: "\e618";
}

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

.icon-paihangbang:before {
    content: "\e66f";
}

.icon-paimingbiaoqian:before {
    content: "\e77e";
}

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

.icon-shijian:before {
    content: "\e8b8";
}

.icon-jianjie1:before {
    content: "\e625";
}

.icon-gengduo1:before {
    content: "\e63c";
}

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

.icon-toutiao:before {
    content: "\eadf";
}

.icon-zhongyao:before {
    content: "\e640";
}

.icon-sousuo:before {
    content: "\e694";
}

.icon-shenjingkangfu:before {
    content: "\e635";
}

.icon-wuguanke1:before {
    content: "\e638";
}

.icon-miniaowaike:before {
    content: "\e678";
}

.icon-nanke--:before {
    content: "\e6f2";
}

.icon-yingyangbaojian:before {
    content: "\e686";
}

.icon-yiliao_pifuke_pifubing:before {
    content: "\e84a";
}

.icon-huxixitong:before {
    content: "\e631";
}

.icon--fengshiguke:before {
    content: "\e633";
}

.icon-fuke2:before {
    content: "\e634";
}

.icon-xiugai-01:before {
    content: "\e6ac";
}

.icon-fenlei01:before {
    content: "\e654";
}

.icon-xiangyoujiantou:before {
    content: "\e65f";
}

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

.icon-gengduo11:before {
    content: "\e636";
}

.icon-keshijieshao:before {
    content: "\e67d";
}

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

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

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

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