﻿@charset "utf-8";

/*通用样式*/

.clear{
	  clear:both;
	  }


.header .center{
	 width:1200px;
	 margin:0 auto;
	  height:112px;
	  position:relative;
	   }
.header .center .logo{
	 margin-top:19px;
	 margin-left:120px;
	 float:left;
	 }
#searchForm{
	position:absolute;
	top:30px;
	right:100px;
	width:350px;
	padding:3px;
	background:#9EFF3E;
}
#searchTxt{
	height:36px;
	width:200px;
	background:#FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;/*取消背景图片重复*/
	background-image:url("../images/search.png");
	margin:0px;
	background-position: 10px center;
	padding:0;
	padding-left:40px;
}
#search_btn{
	width:90px;
	height:36px;
	background-color:transparent;
	border:none;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;/*设置光标*/
}

/*商品详情部分*/
.shopdetails{
	width:1045px;
	border: 1px solid #FFF;
	/*min-height:350px;*/
	margin:0 auto;
	margin-top:20px;
	/*position:relative;*/
	float: left;
	margin-left: 130px;
}
/*放大镜*/
#leftbox{
	width:400px;
	float: left;
	/*z-index:999;*/
	/*position:absolute;*/
}
#leftbox img{
	z-index: 999;
}
.cation-content{
	width: 1180px;
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid #eee;
}
#showbox { background:#eee; margin: 0 auto;}

#showsum {
	left:25px;
	margin-top:10px;
	}
#showsum span {
	 border:1px solid #ddd;
}
#showsum span.sel {
	 border:1px solid #f60;
}

.showpage {
	 width:400px;
	 position:relative;
	 }
.showpage a {
	display:block; width:15px;
	border:1px solid #ddd;
	height:60px; line-height:60px;
	background:#eee;
	text-align:center;
	font-size:18px;
	position:absolute;
	left:0; top:-62px;
	text-decoration:none;
	color:#999;}
.showpage a#shownext {
	 left:auto; right:0;
	 }
.showpage a:hover {
	 background:#ccc;
	 color:#777;}

/*中间*/

.centerbox{
	width:530px;
	float: left;
	/*height:575px;*/
	/*position:absolute;*/
	/*top:0px;*/
	/*left:420px;*/
	/*z-index:-999;*/
}
.centerbox .imgname{
	padding-bottom: .2em;
	line-height: 1;
	font-size: 16px;
	font-weight: 700;
	color: #000;
}
.centerbox p,.centerbox samp{
	width:580px;
	height:33px;
	font-size:12px;
	line-height:33px;
	color:#666;
	font-family:"微软雅黑";
	padding-left:10px;
}
.title{
	color: #999;
	font-size: 12px;
	text-align: left;
	float: left;
	width: 69px;
	margin: 0 0 0 8px;
}
#price, .youhui{
	font-family: Arial;
	color: #FF0036;
	font-size: 24px;
	font-weight: bolder;
}
.content{
	color: #333;
	font-size: 12px;
	margin-right: -12px;
	padding-right: 12px;
	/*cursor: pointer;*/
	background: 0 0;
	border: none;
	position: relative;
	/*z-index: 2;*/
}
.centerbox .Aprice samp{
	font-size:14px;
	text-decoration:line-through;
	font-family:"华文仿宋";
}
.centerbox .price samp{
	color:#D00;
	font-size:20px;
	font-weight:bold;
}
.centerbox .youhui samp{
	color:#000;
	font-weight:100;
}
.centerbox .kefu{
	margin-top:10px;
	margin-left:10px;
	width:150px;
	background-image:url("../images/tell03.png");
	background-position:right;
	background-repeat:no-repeat;
}
.centerbox ul{
	/*margin-left:10px;*/
	margin-top:15px;
	}
.centerbox ul li{
	float:left;
	/*width:50px;*/
	font-size: 16px;
	height: auto;
	line-height: 25px;
	padding: 5px 10px;
}
.centerbox .kuanshi{
	color:#666;
	font-family:"微软雅黑";
	padding: 10px 0;
}

.centerbox .now{
	border: 1px solid #f40;
}
.centerbox .chima{
	width:110px;
	height:40px;
	background-image:url("../images/tell04.png");
	background-position:right;
	background-repeat:no-repeat;
	margin-left:10px;
	margin-top:10px;
}
.centerbox .buy{
		margin-left:30px;
		margin-top:25px;
	}
.centerbox .buy a{
	margin-right: 0;
	float: left;
	overflow: hidden;
	position: relative;
	width: 120px;
	background-color: #ffeded;
	border: 1px solid #FF0036;
	color: #FF0036;
	font-family: 'Microsoft Yahei';
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
}
.centerbox .buy a.buyNow{
	color: #E5511D;
	border-color: #F0CAB6;
	background: #FFE4D0;
}
.centerbox .buy a.addToCart {
	color: #FFF;
	border-color: #F40;
	background: #F40;
	margin-left: 10px;
	cursor: pointer;
}
.centerbox .buy a.showWXQRcode{
	margin-left: 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
	color: #000;
	position: relative;
}
#showWeixinQRcode{
	display: none;
	border: 1px solid #CCC;
	width: 500px;
	position: absolute;
	right: 0;
	top:35px;
}
.centerbox .zixun:hover #showWeixinQRcode{
	display: block;
}
.centerbox .fenx{
	width:200px;
	margin-left:50px;
	margin-top:20px;
}
.centerbox .fuwu{
	width:500px;
	height:35px;

	font-size: 16px;
	background-position:right;
	background-repeat:no-repeat;
	margin-top:10px;
}

#firstbuy{
	background-color:#f00;
		color:#fff;
}
/*右边*/
.rightbox{
	width:150px;
	/*height:632px;*/
	/*position:absolute;*/
	/*top:0;*/
	/*right:0;*/
	border-left:1px solid #ccc;
	float: left;
}
.rightbox .name{
	height:30px;width:150px;
	color:#666;
	font-size:16px;
	line-height:30px;
	text-align:left;
	font-family:"黑体";
}
.rightbox .hot-products{
	/*border: 1px solid #F00;*/
	text-align: center;
	padding: 10px 0;
	/*border: 1px solid #ccc;*/
}
.rightbox img{
	/*margin-left:20px;	*/
	/*height: auto;*/
}
.rightbox p{
	width:150px;
	height:20px;
	font-size:14px;
	text-align:center;
	line-height:20px;
}
/*下边商品评价及其他*/
.evaluate{
	clear: both;
	/*clear: both;*/
	width: 1100px;
	/*display: block;*/
	/*min-height: 200px;*/
	/*margin:0 auto;*/
	/*position:relative;*/
	float: left;
}
.evaluate img{
	max-width: 85.5%;
}
.classify{
	width:198px;
	height:1500px;
}
.classify .shopim {
	width:198px;
	height:210px;
	border:1px solid #ccc;
}
.classify .shopim .name{
	height:55px;width:198px;
	background:rgba(232,232,232,0.5);
	color:#000;
	font-size:14px;
	font-weight:bold;
	line-height:55px;
	text-align:center;

}
.classify .shopim .name img{
	margin-left:0;
	margin-bottom:-8px;
}
.classify .shopim img{
	margin-left:21px;
	margin-top:15px;
}
.classify .shopim .sc{
	float:left;
	width:67px;
	height:20px;
	border:1px solid #CCC;
	margin-left:20px;
	margin-top:10px;
	text-align:center;
	line-height:20px;

}
.classify .shopim .sc a{
	color:#666;
}
.classify .shopfl{
	width:198px;height:400px;
	border:1px solid #ccc;
	margin-top:30px;
}
.classify .shopfl ul li{
	width:198px;
	height:40px;
}
.classify .shopfl ul{
	margin-top:15px;
}
.classify .shopfl ul li a{
	width:150px;
	height:40px;
	font-size:12px;
	font-family:"黑体";
	margin-left:20px;
	color:#666;
	line-height:40px;
}
.classify .shopfl ul li a:hover{
	color:#9F3;
	font-size:16px;
}
.classify .shopfl .name{
	height:40px;width:198px;
	background:rgba(232,232,232,0.5);
	color:#000;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	text-align:center;

}
.classify .shopsee{
	width:198px;height:3330px;
	border:1px solid #ccc;
	margin-top:20px;
}
.classify .shopsee .name{
	height:40px;width:198px;
	background:rgba(232,232,232,0.5);
	color:#000;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	text-align:center;

}
.classify .shopsee a{
	width:170px;margin:0;
	margin-top:10px;
	margin-left:14px;
	border:0;

}
.classify .shopsee img{
	margin-top:10px;
}

.classify .shopsee .ex01 p{
	margin-top:0;
	width:170px;
	height:20px;
	margin-left:14px;
	line-height:20px;
	font-size:14px;
}

.search{
	width:168px;
	height:22px;
	margin:15px 15px;
	float:left;
	display:inline;
}
.search .left{
	width:92px;
	height:22px;
	line-height:31px;
	border:none;
	float:left;
}
.search .right{
	width:68px;
	height:22px;
	float:left;
	border:none;
}
/*tab部分*/
.tabbedPanels {
	/*position:absolute;*/
	/*top:0;*/
	/*right:0;*/
	width: 1100px;
	margin:10px auto;
	/*margin-left: 170px;*/
	/*border:1px solid #000;*/
}

.tabbedPanels .tabs{
	width:950px;
	height:50px;
	border-bottom:2px solid #ccc;
	margin-bottom:20px;
}
.tabbedPanels .tabs li{
	float:left;
}
.tabbedPanels .tabs li a{
	width:100px;
	height:40px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	/*margin-left:50px;*/
	text-decoration:none;
	color:#000;
	line-height:40px;
	text-align:center;
}

.tabs li a.active{
	border-bottom:3px solid #F30;
	}
.panelContainer{
	width:1080px;
	margin:0 auto;
	margin-top:10px;
}
.panel .sell{
	font-weight:bold;
	font-size:20px;
	color:#000;
	text-decoration:underline;}
.panel p{
	margin-bottom:20px;
}
.panel img{
	margin-left:10px;
}
.panel .judge{
	font-size:14px;
	font-weight:bold;
	color:#000;

}
.panel .judge span{
	font-size:14px;
	margin-left:15px;
}
.panel .judge01{
	height:200px;
	position:relative;
}
.panel .judge01 .idimg{
	width:80px;
	}
.panel .judge01 .write{
	position:absolute;
	top:20px;
	left:80px;
}
.panel .judge01 .write .which{
	color:#666;
	font-size:12px;
}

.panel .com{
	width:720px;
	 }
.panel .com .ex01{
	width:218px;
	margin-left:10px;
	margin-right:10px;
	margin-top:30px;
	border:solid 1px #c4c4c4;
	float:left;
	}
.panel .com figure{
		width:218px;
		margin-left:3px;
		margin-top:3px;
		position:relative;
	}
.panel .com img{
	margin:0;
}
.panel .com figcaption{
		position:absolute;
		bottom:3px;
		width:212px;
		height:40px;
		background:rgba(0,0,0,0.4);
		line-height:40px;
		text-align:center;
		font-size:12px;
		color:#fff;
	}
.panel .com a:hover figure figcaption{
		display:block;
		width:212px;
		height:193px;
		line-height:193px;
		text-align:center;
		font-size:12px;
		color:#fff;
	}

.panel .ex01 p{
	 height:40px;
	 line-height:40px;
	 text-align:center;
	font-size:13px;
	margin-bottom:0;
	text-decoration:none;
	color:#836e5d;
	}
.panel .ex01 .bottom{
	height:20px;
	line-height:20px;
	margin-bottom:5px;
	margin-top:0;
	}
.panel .ex01 .bottom samp{
	 width:146px;
	text-align:left;
	padding-left:10px;
	color:#5d9b1e;
	font-size:12px;
	float:left;
	}
.panel .ex01 .bottom input{
	 width:50px; height:20px;
	background:#78ab00;
	color:#fff;
	float:left;
	margin-left:0px;
	border:none;
	text-align:center;
	}



/* bottom_页脚部分*/
.backf{
	margin-top:20px;
	border-top:1px solid #ccc;
}
#footer{
	width:1200px;
	margin:0 auto;
}
#footer ul{
	float:left;
	margin-left:30px;

	width:200px;
	text-decoration:none;

}
#footer .sy{
	text-align:center;
	font-size:16px;
	color:#333;
	font-weight:bold;
}
#footer ul li{
	width:180px;
	padding:5px;
}
#footer ul li a,#footer ul li a:visited{
	font-size:12px;
	color:#000;
	margin-left:60px;
	text-decoration:none;

}
#footer ul li a:hover{
	color:#F36;
}
.foot{
	border-top:1px solid #333;
	background:#000;
	padding:10px;
}

.foot p{
	width: 1200px;
	color: #f0f0f0;
	margin:0 auto;
	line-height:1.5em;
	text-align:center;
}

#div_box-right-7 span{
	position: absolute;
 	left: 0;
 	color: #838383;
 	line-height: 43px;
 		font-size: 16px;
 	margin-left: 10px;
 	float: left;
}
#div_box-right-7-div-1{
	height: 35px;
	width: 45px;
	float: left;
	position: absolute;
	left: 0;
	top: 2.5px;
   	font-size: 16px;
   	border: 0.2px solid #e5e4e4;
    line-height: 40px;
    margin-left: 50px;
    color: #838383;
    text-align: center;
}

#div_box-right-7{
 	width: 500px;
 	height: 40px;
 	margin-top:5px;
 	position: relative;
}
#div_box-right-7-div-2{
	height: 35px;
	width: 20px;
	float: left;
	position: absolute;
	left: 0;
	top: 2.5px;
    line-height: 40px;
    margin-left: 100px;
    color: #838383;
}
#div_box-right-7  .kc{
	position: absolute;left: 0;color: #838383;line-height: 43px;font-size: 12px;margin-left: 130px;float: left;
}
#div_box-right-7-div-2-onck1,#div_box-right-7-div-2-onck2{
	width: 20px;
	height: 15px;
	border: 0.2px solid #e5e4e4;
	text-align: center;
	line-height: 15px;
	cursor: pointer;
}
#div_box-right-7-div-2-onck2{margin-top: 5px;}
.fuwu .active{
	border: 1px solid #F40;
}
.div_box-right-5-div{
	display: inline-block;
		/*height: 30px;*/
    /*float: left;*/
    /*width: 150px;*/
	margin-top: 5px;
	margin-right: 5px;
    padding: 0 10px;
   /*margin-left: 5px;*/
    font-size: 14px;
    border: 1px solid #e5e4e4;
	border-radius: 2px;
    text-align: center;
    /*line-height: 30px;*/
    cursor: pointer;
}
.div_box-right-5-div:first-child{
	/*margin-left: 0;*/
}
.div_box-right-5-div:hover{
	 border: 1px solid #F40;
}
	 /*.gg .active{
	 	border: 0.2px solid #F40;
	 	}*/
.fuwu div{
	float: left;
	padding-left: 10px;
}
.fuwu ul{
	float: left;
	/*border: 1px solid #F00;*/
	width: 400px;
	margin-top: -5px;
	margin-bottom: 20px;
}
.fuwu ul li{
	max-width: 100%;
	/*border: 1px solid #F00;*/
}
.div_box-right-5 .gg{
	display: inline-block;
	margin-left: 60px;
}
.div_box-right-5{
 	width: 500px;
 	height: 43px;
 	margin-top: 10px;
 	position: relative;
}
.div_box-right-5 span{
    color: #838383;
    line-height: 43px;
    font-size: 16px;
    margin-left: 10px;
    float: left;
}