.w{
    width: 1100px;
    margin: 0 auto;
}
.iframe {
	overflow: hidden;
	height: 42px;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
.gray {
	background-color: #f5f5f5;
}
/* header */
.header {
	height: 42px;
	background: #f5f5f5;
	font-size: 13px;
}
.header .left {
	float: left;
}
.header .left p {
	line-height: 42px;
	float: left;
}
.header .left p a {
	color: #333;
}
.header .left p a:hover {
	color: #14a83b;
}

.header .left ul {
	float: left;
	margin-top: 13px;
}
.header ul li {
	float: left;
	padding: 0 4px;
}
.header .left ul li a {
	color: #666;
	line-height: 24px;
	display: inline-block;
	padding: 0 10px;
	margin-top: -4px;
}
.header .left ul li:first-child a {
	padding: 0 15px;
}
.header .left ul li a {
	padding: 0 10px;
}
.header .left ul li:first-child a {
	color: #14a83b;
}
.header .left ul li:nth-child(even) a,
.header .item ul li:nth-child(even) a:hover {
	color: #fff;
	background-color: #14a83b;
	border-radius: 2px;
}
.header .right {
	float: right;
	margin-right: 162px;
	margin-top: 15px;
}
.header .right li {
	padding: 0 7px;
	border-right: 1px solid #ddd;
}
.header .right li a {
	color: #666;
}
.header .right li a:hover {
	color: #14a83b;
}
/* header--drop  */
.header--drop {
	margin: 0 auto;
	position: relative;
	font-size: 13px;
}
.header--drop ul {
	position: absolute;
	right: 0;
	top: -42px;
}
.header--drop ul li {
	float: left;
	height: 42px;
	position: relative;
}
.header--drop ul li .weixin {
	height: 43px;
	position: relative;
}
.header--drop ul li .weixin::after {
	width: 1px;
	height: 13px;
	background-color: #ddd;
	content: '';
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 100;
}
.header--drop ul li .weixin.hover::before {
	background-color: #fff;
	content: '';
	position: absolute;
	left: 0px;
	top: -2px;
	right: 0px;
	bottom: 0;
	height: 45px;
	z-index: 101;
}
.header--drop ul li .weixin.hover {
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.header--drop ul li .weixin.hover::after,
.header--drop ul li:last-child .weixin::after {
	display: none;
}
.web-code {
	width: 130px;
	padding: 25px 25px 20px 25px;
	background-color: #fff;
	position: absolute;
	z-index: 99;
	top: 42px;
	right: 0;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	display: none;
	text-align: center;
	z-index: 9999;
}
.web-code1 {
	width: 300px;
	padding: 25px 12px 20px 12px;
}
.web-code .item {
	float: left;
	width: calc(50% - 20px);
	margin: 0 10px;
}
.web-code img {
	width: 100%;
	height: 100%;
}
.web-code b {
	display: block;
	font-size: 14px;
	padding: 18px 0 8px 0;
}
.web-code p {
	color: #999;
}
.header--drop ul li a {
	color: #666;
	line-height: 42px;
	display: block;
	padding: 0 8px;
	position: relative;
	z-index: 105;
}
.header--drop ul li a i {
	vertical-align: top;
	margin: 0px 7px 0 0;
	display: inline-block;
}
.header--drop ul li a:hover {
	color: #14a83b;
}
.headerNav {
	padding: 25px 0 20px;
	overflow: hidden;
	background-color: #fff;
}
.headerNav p {
	font-size: 14px;
	color: #999;
	width: 1560px;
	margin: 0 auto;
}
.headerNav p a {
	color: #999;
	margin: 0 4px;
}
.headerNav p a:hover {
	color: #14a83b;
}
/* top */
.top {
	padding: 20px 0 28px;
	background-color: #fff;
    box-shadow: 0px 7px 7px -7px rgba(100, 100, 100, 0.2);
}
.top .logo {
	float: left;
	width: 273px;
}
.top .page-name {
	margin-left: 28px;
	padding-left: 28px;
	border-left: 1px solid #ddd;
	line-height: 40px;
	float: left;
	font-size: 24px;
	margin-top: 5px;
    font-weight: 700;
    color: #14a83b;
}
.top .right {
	float: right;
}
.search {
	float: left;
}
.search .form {
	width: 430px;
	height: 40px;
	border: 1px solid #eee;
	margin-top: 5px;
	box-sizing: border-box;
	position: relative;
}
.search .form .select {
	width: 68px;
	height: 100%;
	position: relative;
	float: left;
}
.search .form .select .select-top {
	width: 100%;
	height: 100%;
	position: relative;
}
.search .form .select .select-top p {
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	text-indent: 13px;
	border-right: 1px solid #eee;
	margin-top: 10px;
}
.search .form .select .select-top i {
	position: absolute;
	right: 9px;
	top: 6px;
	font-size: 10px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	color: #666;
}
.search .form .select .select-top.focus i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.search .form .select .select-bot {
	width: 80px;
	position: absolute;
	background-color: #ffffff;
	top: 42px;
	left: -2px;
	z-index: 99;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	display: none;
}
.search .form .select .select-bot li {
	line-height: 30px;
	font-size: 14px;
	text-indent: 16px;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.search .form .select .select-bot li:hover {
	background-color: #14a83b;
	border-left: 2px solid #14a83b;
	border-right: 2px solid #14a83b;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.search .form input {
	border: none;
	height: calc(100% - 2px);
	width: calc(100% - 68px);
	font-size: 14px;
	color: #999;
	float: left;
	text-indent: 10px;
	margin-top: 2px;
	padding-right: 90px;
	box-sizing: border-box;
}
.search .form input:focus {
	color: #333;
}
.search .form button {
	width: 90px;
	height: calc(100% + 2px);
	border: none;
	background-color: #14a83b;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	outline: none;
	position: absolute;
	right: -1px;
	top: -1px;
	z-index: 9;
}
.top .right span {
	font-size: 14px;
	margin-left: 40px;
	margin-top: 24px;
	float: right;
}
.top .right span a {
	color: #f60;
}
.top .right span a:hover {
	color: #14a83b;
}
.content-top{
    padding: 20px 0 10px 0;
    text-align: center;
    position: relative;
}
.content-top::after{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 44px;
    width: 667px;
    background: url(../../../../images/caigou/version/2022/title-bg.png) no-repeat;
    z-index: 1;
}
.content-top b{
    font-size: 28px;
    color: #333;
    position: relative;
    z-index: 3;
}
.content li{
    margin-top: 14px;
    padding-top: 10px;
}
.content li:first-child{
    margin-top: 0;
}
.content li .item{
    padding: 15px 22px 15px 246px;
    background-color: #fff;
    position: relative;
    border: 1px solid #e5e5e5;
}
.content li .item:hover{
    box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
}
.content li .images{
    position: absolute;
    left: 10px;
    top: -10px;
    width: 220px;
    height: 130px;
    border:1px solid #e5e5e5;
}
.content li .images img{
    width: 100%;
    height: 100%;
}
.content li .title{
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
}
.content li .title a{
    color: #333;
}
.content li .title a:hover{
    color: #14a83b;
}
.content dl{
    line-height: 20px;
    font-size: 12px;
    overflow: hidden;
}
.content dt{
    float: left;
	height: 20px;
    width: 82px;
    color: #999;
}
.content dt i{
    font-size: 13px;
    margin-right: 5px;
}
.content dt i.iconzhuyingfanwei{
    font-size: 12px;
}
.content dd{
    overflow: hidden;
    color: #333;
}
.content .text_bot{
    margin-top: 11px;
    overflow: hidden;
}
.content .text_bot span{
    float: left;
    line-height: 20px;
    padding:0 25px;
    font-size: 12px;
    color: #999;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}
.content .text_bot span::after{
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    margin-top: -14px;
    height: 28px;
    width: 1px;
    background-color: #f4f4f4;
}
.content .text_bot span b{
    display: block;
    font-weight: normal;
    color: #333;
}
.content .text_bot span:nth-child(1){
    padding-left: 12px;
    text-align: left;
    width: 14%;
}
.content .text_bot span:nth-child(2){
    width: 20%;
}
.content .text_bot span:nth-child(3){
    width: 18%;
}
.content .text_bot span:nth-child(4){
    width: 18%;
}
.content .text_bot span:nth-child(5){
    width: 30%;
}
.content .text_bot span:nth-child(5)::after{
    display: none;
}
/* page */
.pages {
	margin: 0 auto;
	height: 30px;
	clear: both;
	padding: 30px 0 0;
	text-align: center;
	color: #333;
	font-size: 0;
}
.pages a {
	width: 28px;
	height: 28px;
	display: inline-block;
	border: 1px solid #e6e6e6;
    background-color: #fff;
	text-align: center;
	font: normal 12px/28px "Microsoft YaHei";
	color: #333;
	vertical-align: top;
	border-radius: 3px;
	margin-right: 8px;
}
.pages input {
	width: 28px;
	height: 28px;
	display: inline-block;
	text-align: center;
	border: 1px solid #e6e6e6;
	font: normal 12px/28px "Tahoma";
	margin: 0 10px;
	border-radius: 4px;
	vertical-align: top;
}
.pages .jump {
	font-size: 12px;
    line-height: 30px;
}
.pages button {
	width: 44px;
	height: 30px;
	display: inline-block;
	text-align: center;
	outline: none;
	border: 1px solid transparent;
	border-radius: 4px;
	font: normal 12px/28px "Tahoma";
	vertical-align: top;
	cursor: pointer;
	background: #14a83b;
	color: #fff;

}
.pages a.on,.pages a:hover {
	background-color: #14a83b;
	color: #fff;
	border-color: #14a83b;
}
.pages a.ft {
	background:#fff url(../../../../images/caigou/version/2022/page.png) no-repeat 9px 9px;
}
.pages a.prev {
	background:#fff url(../../../../images/caigou/version/2022/page.png) no-repeat -39px 9px;
}
.pages a.lt {
	background:#fff url(../../../../images/caigou/version/2022/page.png) no-repeat -327px 9px;
}
.pages a.next {
	background:#fff url(../../../../images/caigou/version/2022/page.png) no-repeat -375px 9px;
}
/* footer */
#footer {
	width: 100%;
	min-width: 1200px;
	margin: 45px auto 0;
	border-top: 1px solid #e8e8e8;
	background: #333333;
	padding: 12px 0;
}
.foot {
	text-align: center;
	line-height: 20px;
	font-size: 13px;
	color: #999;
}
.foot a {
	color: #999;
}
.foot a:hover {
	color: #00895c;
}
.footer-content {
	text-align: left;
	border-bottom: 1px solid #424241;
	padding-bottom: 22px;
	margin-bottom: 22px;
}
.guide{
	padding-left: 15px;
	width: 330px;
	float: left;
    position: relative;
}
.guide span{
    font-size: 18px;
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
	color: #fff;
}
.guide p{
	float: left;
    width: 155px;
	margin-right: 10px;
}
.guide p a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #999;
}
.guide.last {
	width: auto;
	overflow: hidden;
	float: none;
}
.zyAPP {
	width: 90px;
	text-align: center;
	margin: 3px;
	display: inline-block;
	vertical-align: top;
}
.zyAPP:first-of-type {
    margin-left: 0;
}
.zyAPP b{
	font-size: 14px;
	line-height: 30px;
	color: #999;
	font-weight: normal;
}
.WechatTop{
	font-size: 14px;
    line-height: 30px;
    color: #999;
}
.foot span {
	font-size: 15px;
	color: #fff;
	display: block;
	margin: 0 0 15px;
}
.foot i {
	font-style: normal;
	color: #00895c;
}
.foot ul {
	display: inline-block;
	margin-top: 10px;
}
.foot li {
	float: left;
  margin-right: 20px;
}
.foot li em{
  font-style: normal;
  
}
.foot li b{
  font-weight: normal;
 margin-bottom: 7px;
 display: block;
}
.foot li a {
	width: 24px;
	height: 24px;
	display: inline-block;
	border-radius: 50%;
	/* background: #cecece url(../../../images/index/QQ.png) no-repeat center; */
	margin-left: 8px;
	margin-right: 4px;
	vertical-align: top;
}
.bottom {
	padding-top: 20px;
	text-align: center;
	background-color: #333;
}
.bottom p a {
	margin-right: 12px;
}
.bottom p a.record6 {
	width: 86px;
	background: url(/images/index/ypxx.png) no-repeat;
	vertical-align: top;
	position: relative;
	height: 32px;
	display: inline-block;
	text-decoration: none;
	color: #424345;
	text-align: left;
	font: normal 12px/14px "microsoft yahei";
	margin: 0px 2px;
	border-radius: 3px;
	padding: 8px 0px 0 34px;
}
.bottom p a.record6::after {
	content: "互联网药品信息服务资格证书";
	position: absolute;
	right: 1px;
	top: 1px;
	width: 90px;
	background-color: #fff;
	bottom: 1px;
	border-radius: 2px;
	text-align: center;
	line-height: 14px;
	padding-top: 6px;
	padding-right: 6px;
	box-sizing: border-box;
}
.bottom span {
	margin-top: 15px;
	display: inline-block;
}
.bottom span img {
	margin-right: 5px;
}
.bottom span a {
	font-size: 12px;
	color: #999;
}
/* toTop */
.backHome{ width:54px; position: relative;}
.backHome a{ width:54px; height:19px; display:block; float:left; background:#5b7648; text-align:center; font:normal 11px "Microsoft Yahei","simhei"; color:#fff; padding:35px 0px 0 0px; margin:2px 0; opacity:0.7; filter:alpha(opacity=70); background:url(/images/index/rightBar.png) no-repeat 0 0; overflow: hidden; text-decoration: none; }
.backHome a:hover{ opacity:1; filter:alpha(opacity=100); }
.backHome a.guest,.backHome a.guest:hover{ background:url(/images/index/rightBar.png) no-repeat 0 -114px; opacity: 0.7; filter:alpha(opacity=70); }
.backHome a.price{ background:url(/images/index/rightBar.png) no-repeat 0px -57px; }
.backHome a.rightWx{ background:url(/images/index/rightBar.png) no-repeat 0px -228px; }
.backHome img{
    position: absolute;
    right: 65px;
    top: 130px;
    max-width: none;
    display: none;
}
.toTop{ width:54px; height:54px; position:fixed; _position:absolute; top:494px; _top:expression(eval(document.documentElement.scrollTop+321)); display:none;font:normal 11px "Microsoft Yahei","simhei"; }
.toTop a,.toTop a:hover{ display:block; width:54px; height: 19px; padding:35px 0px 0 0px; background:url(/images/index/rightBar.png) no-repeat 0px -171px; opacity: 0.6; filter:alpha(opacity=60); color: #fff; text-decoration: none; text-align: center; }
.toTop a:hover{ opacity:1; filter:alpha(opacity=100); }
#goTop { position:fixed; _position:absolute; top:260px; display:block; right:10px; z-index: 99999; }
*html, * html body { background-attachment:fixed; }
*html #goTop { position:absolute; right:expression(eval(document.documentElement.scrollLeft+10)); top:expression(eval(document.documentElement.scrollTop+145)); }
