/*------header-----------*/

.whiteb{
	background: #fff;
	border: 1px solid #ddd;
}
header {
	width: 100%;
	height: 91px;
	position: relative;
	z-index: 2;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
header .logo {
	width: auto;
	height: 90px;
	margin-left: 14px;
}
header nav a {
	float: left;
	display: block;
	padding: 0 28px;
	line-height: 90px;
	height: 90px;
	color: #333;
	font-size: 16px;
}
header nav .navul a:hover,header nav .navul a.on {
	color: #1fa154;
}
header nav .cjbtn a, header nav .hybtn a {
	width: 100%;
	padding-left: 56px;
	padding-right: 0;
	background: url(../images/cjbtn.png) no-repeat 20px 30px;
	background-color: #e3dfe0;
	color: #666;
}
header nav .hybtn a {
	background: url(../images/hybtn.png) no-repeat 26px 33px;
	background-color: #1fa154;
	color: #fff;
}
header nav .cjbtn a:hover {
	background-color: #f5f5f5;
}
header nav .hybtn a:hover {
	background-color: #dd1313;
}
@media(max-width:1600px){
	header nav .cjbtn a, header nav .hybtn a {
		padding-left: 42px;
		background-position: 10px 30px;
	}
	header nav .hybtn a {
		background-position: 15px 33px;
	}
	header nav a {
		padding: 0 18px;
	}
}
@media(max-width:1400px){
	header nav a {
		padding: 0 12px;
	}
}

/* 客服 */
.side { position:fixed; width:50px; height:253px; right:0; top:200px; z-index:5; }
.side ul li { width:50px; height:50px; float:left; position:relative; border-bottom:1px solid #444; }
.side ul li .sidebox { position:absolute; width:50px; height:50px; top:0; right:0; transition:all 0.3s; background:#4b4b4b; color:#fff; font:14px/54px "微软雅黑"; overflow:hidden; }
.side ul li .sidebox:hover { cursor:pointer; }
.side ul li .sidetop { width:50px; height:50px; line-height:50px; display:inline-block; background:#4b4b4b; transition:all 0.3s; }
.side ul li .sidetop:hover { background:#ff0000; cursor:pointer; }
.side ul li img { float:left; background:none }
.side uk li a {
 bblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none; }
#moquu_wxin { width:50px; height:50px; }
#moquu_wxin a { background:#4b4b4b; right:0; float:left; width:50px; height:50px; text-indent:-9999px }
#moquu_wxin a:hover { background:#ff0000; }
.moquu_wxin a:hover .moquu_wxinh, .moquu_wshare .moquu_wxinh:hover .moquu_wshareh { display:block }
.moquu_wxin .moquu_wxinh { position:absolute; display:none; left:-210px; top:-128px; width:204px; height:234px;background: url(../images/weixin.png) 2px 2px no-repeat; border: 1px solid #bbb;}


/*脚部*/
footer{
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	height: 50px;
}
footer a{
	padding: 0 10px;
	line-height: 50px;
}
footer a:hover{
	text-decoration: underline;
}
footer .follow{
	line-height: 34px;
	height: 34px;
	margin-top: 8px;
}
footer .follow span{
	width: auto;
	height: 34px;
	vertical-align: 11px;
}
footer .follow a{
	width: 34px;
	height: 34px;
	margin-left: 8px;
	background: #fff url(../images/follow.png) no-repeat;
	border-radius: 50%;
}
footer .follow a:hover{
	background-color: transparent;
}
footer .follow a.a1{ background-position: 0 0; }
footer .follow a.a2{ background-position: -34px 0; }
footer .follow a.a3{ background-position: -68px 0; }
footer .follow a.a4{ background-position: -102px 0; }
footer .follow a.a5{ background-position: -136px 0; }

footer .follow a.a1:hover{ background-position: 0 -34px; }
footer .follow a.a2:hover{ background-position: -34px -34px; }
footer .follow a.a3:hover{ background-position: -68px -34px; }
footer .follow a.a4:hover{ background-position: -102px -34px; }
footer .follow a.a5:hover{ background-position: -136px -34px; }
.bottom{
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #888;
	font-size: 12px;
}
/* 返回顶部 */
.gotop {
	display: none;
	z-index: 4;
	position: fixed;
	width: 40px;
	height: 40px;
	bottom: 0;
	right: 0;
	background: #ff0000;
	opacity: 1;
	filter: opacity(100);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	cursor: pointer;
}
.gotop:hover {
	opacity: .8;
	filter: opacity(80);
}
.gotop:before {
	position: absolute;
	top: 13px;
	left: 5px;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 15px solid #fff;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}
.gotop:after {
	position: absolute;
	top: 19px;
	left: 10px;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 10px solid #ff0000;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
/* 代购商品列表 */
.daigul{
	width: 100%;
	overflow: hidden;
}
.daigul ul{
	width: 1712.5px;
}
.daigul li{
	float: left;
	width: 230px;
	margin-right: 112.5px;
	padding: 1px;
	font-size: 12px;
	padding-bottom: 14px;
	margin-bottom: 30px;
}
@media(max-width:1600px) {	
	.daigul ul{
		width: 1613px;
	}
	.daigul li{
		margin-right: 12.5px;
	}
}
.daigul li .img{
	width: 227px;
	height: 227px;
	background-color: #fff;
	background-position: center center;
	background-size: 100% auto;
}
.daigul li .img:hover{
	background-size: 110% auto;
}
.daigul li .name{
	position: relative;
	width: 227px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	padding: 0 10px;
	margin: 10px 0 6px 0;
}
.daigul li .name:after{
	position: absolute;
	bottom: 0;
	right: 10px;
	content:'...';
	width: 28px;
	text-align: right;
	background: #fff;
}
.daigul li .info{
	position: relative;
	width: 227px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 10px;
	color: #777;
}
.daigul li .info i{
	font-size: 8px;
	color: #ff0000;
	padding: 1px 2px;
	border: 1px solid #ff0000;
}
.daigul li .daigbtn{
	position: relative;
	width: 170px;
	height: 32px;
	margin: 0 auto;
	line-height: 32px;
	overflow: hidden;
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	border-radius: 18px;
	margin-top: 6px;
}
.daigul li .daigbtn .bg1,.daigul li .daigbtn .b1,.daigul li .daigbtn .b2{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	border-radius: 18px;
	background: #ca2400;
	text-align: center;
}
.daigul li .daigbtn .b1,.daigul li .daigbtn .b2{
	background: transparent;
}
.daigul li .daigbtn .b2{
	left: auto;
	right: 0;
}
.daigul li .daigbtn:hover .bg1{
	width: 100%;
	background: #ff0000;
}

/* 块状分页样式 */
.page {
    text-align: center;
    font-size: 14px;
    display: block;
    clear: both;
    height: 30px;
    line-height: 30px;
    margin-top: 18px;
}
.page a {
    margin: 0 5px 0 0;
    padding: 8px 14px;
    background: #f1f1f1;
    color: #666;
    font-size: 14px;
}
.page a:hover{
	text-decoration:  underline;
}
.page a.active {
    background: #ff0000;
    border-color: #009bff !important;
    color: #fff !important;
}
.page a.number {
    border: 1px solid #ddd;
}
/*收费标准*/
.inrow p{line-height: 30px;}
.inrow-span{color: #1fa154;}
.inrow-p{text-align: center;font-size: 14px;color: #f00;}
