body,html{
	width:100%;
}
body{
	position:relative;
    /* min-width: 1200px; */
}
img{
	border:none;
	}
a,span,label,li,button,dl,div,table{
	-webkit-tap-highlight-color:transparent;
	-webkit-appearance: none;
}
textarea,button,input{
	outline: none;
	border:none;
	background:none;
	padding: 0;
	margin: 0;
}




/* 顶部登录 */
.user_box {
    display: flex;
    align-items: center;
}

.xf_box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ECF1F3;
    margin-right: 20px;
    color: #188AAE;
    height: 40px;
    width: 100px;
    cursor: pointer;
    gap: 0 5px;
    border-radius: 40px;
    position: relative;
}
.not_num {
    position: absolute;
    top: 2px;
    left: 30px;
    z-index: 10;
    background-color: #f56c6c;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    height: 14px;
    line-height: 14px;
    padding: 0 4px;
    text-align: center;
    white-space: nowrap;
}

.user_item {
    position: relative;
}

.user_sele {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.head_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.user_sele b {
    width: 30px;
    height: 30px;
    background: url(/images/xl_img2.png) no-repeat center center;
    transition: transform 0.3s ease;
}

.open b {
    transform: rotate(180deg);
    /* 旋转180度，改变箭头方向 */
}

.user_list {
    position: absolute;
    width: 240px;
    padding: 20px 25px;
    z-index: 333333;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    right:0;
    border-radius: 10px;
}

.user_list ul li {
    display: flex;
    padding: 12px 0;
    color: #333;
    cursor: pointer;
    align-items: center;
    font-size: 16px;
    gap: 0 10px;
}

.user_list ul li a {
    display: contents;
    color: #333;
}

.p_tit {
    font-size: 14px;
    color: #333;
}

.user_list ul {
    padding-top: 10px;
}

.user_list ul li img {
    width: 22px;
}

.btn_box button {
    background: #188AAE;
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    outline: none;
    border: none;
    padding: 0;
    color: #fff;
    border-radius: 40px;
    cursor: pointer;
}
.btn_box button.reg_btn{
    background: #fff;
    color: #188AAE;
    border: 1px solid #188AAE;
}



.headercard_box{
    background: #fff;
}
.header_logo{
	width:1200px;
	margin: 0 auto;
}
.header_item{
    display: flex;
    gap:0 20px;
    padding: 10px 0;
    align-items: center;
    justify-content: space-between;
}
.logo{
    display: flex;
    align-items: center;
}

.nav_all_box{
    padding-bottom: 10px;
    
}
.nav_all_box ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav_all_box ul li{
    margin-right: 6px;
}
.nav_all_box ul li a{
    color: #333;
    padding: 8px 0;
    font-size: 18px;
    display: block;
    border-bottom: 4px solid #fff;
}
.nav_all_box ul li a.curr{
    color: #0E7892;
    font-weight: bold;
    border-bottom: 4px solid #0E7892;
}


.add_wxgzh {
    margin-right:20px;
    position: relative;
}

.add_wxgzh a {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    display: block;
    color: #333;
    background: url(/upload/images/2019/4/26113145707.png) no-repeat left center;
    padding-left: 32px;
    cursor: pointer;
}

.add_wxgzh img {
    position: absolute;
    left: -10px;
    top: 40px;
    z-index: 333;
    display: none;
}
.add_wxgzh:hover img{
    display: block;
}

.unload{
	position: relative;
}
.unload label{
	background: url(../img/phone_icon.png) no-repeat left center;
	padding-left: 25px;
    height: 40px;
    line-height: 40px;
	cursor: pointer;
    font-size: 16px;
    color: #333;
    display: block;
}
.unload img{
	position:absolute;
	left:-20px;
	top:40px;
	z-index: 333;
	display: none;
}
.unload:hover img{
    display: block;
}



/* 学科导航 */
.navtwoitem {
   width: 1200px;
   margin:0 auto;
}
.navtwoitem ul{
    display: grid;
    flex-wrap: wrap;
    gap: 5px;
    grid-template-columns: repeat(15, 1fr);
}
.navtwoitem ul li {
}

.navtwoitem ul li a {
    line-height: 36px;
    height: 36px;
    display: block;
    color: #fff;
    transition: .5s;
    text-align: center;
}

.navtwoitem ul li a:hover {
    color: #fff;
    background: #0B6278;
}


/* 主题内容 */
.containter{
    padding: 20px 0;
}
.main_box{
    width: 1200px;
    margin:0 auto;
    position: relative;
    
}
.banner_nav_cont{
    display: flex;
    justify-content: space-between;
    gap:0 20px;
    padding-bottom: 20px;
}


/* 侧边导航 */
.navcard_pst{
    background:#188aae;
    border-radius: 8px;
    width: 108px;
}
.navcard_pst ul{
    position:relative;
}
.navcard_pst ul li{
	font-size:14px;
    border-radius: 8px;
	cursor: pointer;
	transition: .5s;
}
.navcard_pst ul li a{
	color:#fff;
    display: block;
    padding: 10px 0;
    /* padding: 10.5px 0; */
    text-align: center;
    font-size: 14px;
    
}
.navcard_pst ul li:hover{
    background:#0B6278;
}
    

.navcard_pst ul li:hover .submenu{
	display: block;
}

.submenu{
	position: absolute; 
	left: 108px;
	top:0;
	z-index: 3333;
	width: 540px;
	height: 482px;
	display: none;
	border:1px solid #0E7892;
    border-radius: 8px;
	background:#fff;
	}
.subleft {
	width: 100%;
	}
.subleft dl{
	padding: 20px;
    display: flex;
    flex-wrap: wrap;
	}
.subleft dl dt{
	font-size: 14px;
    padding:10px;
	cursor: pointer;
	color: #333;
	text-align: center;
	}
.subleft dl dt a{
	color: #333;
}
.subleft dl dt a:hover{
    font-weight: bold;
}
.subleft dl dd{
    display: flex;
    flex-wrap: wrap;
}
.subleft dl dd a{
	margin:10px 0;
	border-left: 1px solid #ccc;
	padding: 0 12px;
	color: #707070;
	font-size: 14px;
}
.subleft dl dd a:hover{
    font-weight: bold;
}

/* banner图 */
.flexslider {
    width: 1072px;
    height: 344px;
    overflow: hidden;
    border-radius:8px;
    position: relative;
}

/* .slides {
    margin-left: 50%;
}

.slides li {
    margin-left: -960px;
} */

.slides li a img {
    width: 100%;
    height: 344px;
    display: block;

}

.slides li a {
    text-decoration: none;
}

.slides_focus {
    width: 146px;
    height: 12px;
    position: absolute;
    left: 50%;
    margin-left: -113px;
    bottom: 10px;
    text-align: center;
    border-radius: 10px;
    z-index: 334;
}

.slides_focus li {
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 14px;
    background: #188aae;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    cursor: pointer;
    margin: 0 4px;
}

.slides_focus li.selected {
    width: 38px;
    border: none;
    background: #fff;
    font-size: 14px;
}




.yixuebox ul{
    display: flex;
	padding-top: 20px;
}
.yixuebox ul li{
	width:198px;
	margin-left:20px;
	position: relative;
	cursor: pointer;
}
.yixuebox ul li img{
    width: 198px;
    height: 120px;
    display: block;
    border-radius: 8px;
}
.yixuebox ul li:first-child{
	margin-left:0;
}

.mainall_box{
    display: flex;
}
.main_left{
    flex:1;
    margin-right: 20px;
}
.main_right{
    width: 352px;
}


.zxcardall{
    display: flex;
    padding-bottom: 20px;
}
.zxcard{
    padding: 20px;
    background: #fff;
    flex: 1;
    border-radius: 8px;
    position: relative;
}
.zx_tit dl{
    display: flex;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.zx_tit dl dd{
    font-size: 18px;
    margin-right: 20px;
    color: #333;
    padding: 0 10px;
    cursor: pointer;
    padding-bottom: 10px;
}
.zx_tit dl dd.curent{
    font-weight: bold;
    border-bottom: 2px solid #0E7892;
}
.more_btn{
    position: absolute;
    right: 20px;
    top:24px;
    font-size: 14px;
    color: #999;
}
.zx_list ul{
    padding-top: 10px;
}
.zx_list ul li{
    padding:10px 0;
    color: #333;
    display: flex;
    align-items: center;
}
.zx_list ul li a{
    color: #333;
    font-size: 16px;
    width: 350px;
    white-space: nowrap;    
    overflow: hidden;       
    text-overflow: ellipsis;
}
.zx_list ul li i{
    background: #ddd;
    height: 4px;
    width: 4px;
    margin-right: 5px;
}
.zx_list ul li i.dians{
    background: #0E7892;
}


/* 继教课程 */
.live-pic{
	padding-top:20px;
    display: flex;
    justify-content: space-between;
}
.live-pic .pic{
	position: relative;
    margin-right: 20px;
	cursor: pointer;
    flex: 1;
}

.live-pic .pic:last-child{
	margin-right:0;
}
.pic dt{
	width:100%;
	height: 137px;
    border-radius: 4px;
	overflow: hidden;
	position:relative;
}
.pic dt img{
    width: 100%;
    height: 137px;
    display: block;
	transition: transform 0.5s ease-out;
}

.live-pic .pic:hover dt img{
	transform: scale(1.15);
}
.pic dd{
	margin-top:5px;
	width:100%;
	font-size:14px;
	color:#3c3d3d;
}
.pic dd p{
	line-height: 20px;
    height: 36px;
}
.pic dd p:nth-of-type(2){
	color:#999999;
	font-size:12px;
    margin-top:5px;
}
.pic dd span{
    color: #999;
    font-size: 14px;
    display: block;
    margin: 2px 0;
}


.jobcardall{
	padding-top:20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.jobcardall dl{
	position: relative;
	cursor: pointer;
    display: flex;
    
}
.jobcardall dl a{
    display: contents;
}
.jobcardall dl dt{
	width:182px;
	height: 137px;
    border-radius: 4px;
	overflow: hidden;
	position:relative;
}
.jobcardall dl dt img{
    width: 100%;
    height: 137px;
    display: block;
	transition: transform 0.5s ease-out;
}

.jobcardall dl:hover dt img{
	transform: scale(1.15);
}
.jobcardall dl dd{
	margin-left:12px;
    width: 190px;
	color:#3c3d3d;
}
.jobcardall dl dd p{
	line-height: 20px;
    padding: 8px 0;
    font-size:16px;
}
.jobcardall dl dd span{
	color:#999999;
	font-size:14px;
    display: block;
    margin-bottom:5px;
}

.per_box{
    color: #999;
    font-size: 12px;
}
.per_box img{
vertical-align: middle;
    margin-top: -2px;
}
.amount_text{
    color: #FC3C1A;
    font-size: 16px;
    padding-top: 10px;
}


/* 广告位 */
.adsense_box{
    flex: 1;
}
.adsense_box img{
    width: 100%;
    display: block;
    border-radius: 8px;
    height: 80px;
}

/* 主体右边内容 */
/* 药物文本搜索 */
.seartext_box{
    display: flex;
    padding-bottom: 20px;
}
.seartext_item{
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.seartext_item p{
    padding: 20px;
    background: #FAFAFA;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    color: #188AAE;
    margin-bottom: 10px;
    width: 270px;
    white-space: nowrap;    
    overflow: hidden;       
    text-overflow: ellipsis;
}
.seartext_item button{
    cursor: pointer;
    font-size: 14px;
    color: #999;
}
.seartext_item button img{
    vertical-align: middle;
    margin-top: -2px;
}

/* 指南药品搜索*/
.znypsear_item{
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
}
.znypsear_item input{
    flex: 1;
    padding: 12px;
    font-size: 14px;
    border-radius: 4px;
    background: #fafafa;
}
.znypsear_item button{
    height: 40px;
    width: 80px;
    border-radius: 4px;
    background: #188AAE;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 40px;
}


/* 专家之窗 */
.expertallbox{
	padding-top:20px;
    display: flex;
    gap:11px;
    flex-direction: column;
    
}
.expertallbox dl{
	position: relative;
	cursor: pointer;
    display: flex;
    padding: 10px;
    border-radius: 4px;
    background: #EFF8F9;
}
.expertallbox dl a{
    display: contents;
}
.expertallbox dl dt{
	width:52px;
	height: 52px;
    border-radius: 50%;
	overflow: hidden;
	position:relative;
}
.expertallbox dl dt img{
    width: 100%;
    height: 52px;
    display: block;
	transition: transform 0.5s ease-out;
}

.expertallbox dl:hover dt img{
	transform: scale(1.15);
}
.expertallbox dl dd{
	margin-left:12px;
	color:#3c3d3d;
    flex: 1;
}
.expertallbox dl dd p{
	line-height: 20px;
    padding: 8px 0;
    font-size:16px;
}
.expertallbox dl dd span{
	color:#999999;
	font-size:14px;
    display: block;
}


/* 专题活动 */
/* 广告位 */
.adsense_box2{
    display: flex;
    flex-direction: column;
    gap:18px;
    padding-top: 20px;
}
.adsense_box2 img{
    width: 100%;
    display: block;
    border-radius: 8px;
    height: 86px;
}











/* 底部 */
.footer{
	background:#fff;
    /* border-top: 7px solid #188aae; */
}
.footer-drugs{
	width:1200px;
	margin:0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_box{
	padding: 24px 0;
    display: flex;
    align-items: center;
}
.bottom_logo{
    border-right: 1px solid #ddd;
    padding-right: 20px;
}
.footer_box p {
    line-height: 28px;
    color: #555;
    font-size: 14px;
    padding-left: 20px;
}

.footer_box p a {
    color: #555;
}

.footer_box p img {
    margin-right: 10px;
    vertical-align: middle;
}



