
@charset "utf-8";

/*base*/
*,
*:before,
*:after {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}
.clearfix:after {content: " "; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
.fl{float: left}
.fr{float: right}
select,textarea,
input[type="text"],input[type="password"],input[type="datetime"],
input[type="datetime-local"],input[type="date"],input[type="month"],
input[type="time"],input[type="week"],input[type="number"],
input[type="email"],input[type="url"],input[type="search"],input[type="tel"],
input[type="color"],
.uneditable-input {
	font-size: 14px !important;
	padding: 2px 6px;
}

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,
ul,ol,li,p,blockquote,pre,hr,figure,table,
caption,th,td,form,fieldset,legend,input,
button,textarea,menu,a,span 
{
	margin: 0;
	text-decoration: none;
	padding: 0px;
	list-style: none;
	font-family: "微软雅黑";
}

a:link{	text-decoration: none;}
a:visited {
	text-decoration: none;
	/*指已经访问过的链接*/
}

a:hover {
	text-decoration: none;
	/*指鼠标在链接*/
}

a:active {
	text-decoration: none;
	/* 指正在点的链接*/
}

img{border: 0;}
input[type=button]:hover{
	cursor: pointer;
}

/*input[type='text'],input[type=password]{
	border-width:1;
　　border-color:white;
　　border-style:none;
　　background:none;
}
input[type='text']:focus,input[type=password]:focus{
	
	border:2px solid #E3391B;
}*/
.clear{
	clear: both;
}
.tl-fr{float: right;}

body{
	background: #F9F9F9;
}
a{color: #333333;}



.w1200 {width: 1200px;margin: 0 auto;}

/*================================================================*/
.toper-box {height: 34px;line-height: 34px;background: #F1F1F1;}

.toper p {/* width: 150px; */float: right;font-size: 14px;}
.toper a {color: #555;display: inline-block;margin: 0 10px;}
.toper a:hover {color: #555;}

.header-box {height: 120px;}
.header .logo {margin-top: 10px;}
.header .shop_cart {
	margin-top: 50px;
}
.header .myshopcar {
	
	height: 41px;
	line-height: 40px;
	width: 160px;
	background: #F9F9F9;
	border: 1px solid #7f7f7f;
	padding: 0 40px;

	position: relative;
	outline: none;}
.myshopcar img {position: absolute;left: 23px;top: 12px;}
.seacher {
	margin-top: 50px;
	margin-left: 280px;
	position: relative;
	
}
.seacher .seach-inp {
	width: 500px;
	height: 41px;
	padding-left: 30px;

	border: 3px solid #7F7F7F;
	outline: none;
}
.seacher .search-btn {
	border: none;
	width: 118px;
	height: 41px;
	color: #fff;
	background-color: #7f7f7f;
	outline: none;
	text-align: center;
}
.naver-box {
	background: #0B0B0B;
	/* height: 50px; */
	line-height: 44px;
}
.naver{
	/* position: relative; */
	text-align: center;
}
.naver .nav-ul{
	/* position: absolute; */
	/* display: inline-block; */
}
.naver > ul {
	width: 1100px;
	margin: 0 auto;
}
.naver>ul>li {
	float: left;
	width: 273px;
	text-align: center;
	position: relative;
}
.naver .menu-list {
	position: absolute;
	display: none;
	z-index: 10;
	width: 271px;
	background-color: rgba(150,150,150,.5); 
}
.naver > ul > li a {
	color: #FFFFFF;
}
.naver > ul > li {
	background: #F25810;
	margin: 0 1px;
	border-right: 1px solid rgba(250,70,16,.4);
	border-left: 1px solid rgba(250,70,16,.4);
}

.naver ul li.all:hover .menu-list {
	display: block;
}
.naver .menu-list li {
	line-height: 45px;
	float: none;
	text-align: center;
	padding: 0 15px;
	position: relative;
}
.naver .menu-list li:hover {
	/* background: #FFFFFF; */
}
.naver .menu-list li:hover a {
	/* color: #3c91ba; */
}
.naver .menu-list i {
	font-style: normal;
	font-size: 24px;
}
.naver .menu-list li:hover .sub-list {
	display: block;
}
.naver .menu-list .sub-list {
	position: absolute;
	background: #eee;
	top: 45px;
	left: -70px;
	z-index: 20;
	display: none;
	width: auto;
}
.naver .menu-list .sub-list li {
	width: 100px;
	float: left;
	padding: 0;
	border-left: 1px solid #333;
}

.naver .menu-list .sub-list li:last-child {
	border-right: 1px solid #333;
}
.naver .menu-list .sub-list li:hover {
	background: none;
}
.naver .menu-list .sub-list li a:hover {
	color: #3c91ba;
}
.naver .menu-list .sub-list li a {
	color: #555;
	display: block;
	padding: 0 6px;
	line-height: 30px;
}
.naver .menu-list .sub-list .sort {
	display: block;
	text-align: center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	color: #000;
	font-weight: bold;
	line-height: 30px;
}
/*================================================================*/
/*底部*/
.footer-box {
	background-color: #E7DFD4;
	padding: 25px 0;
}
.footer-box .footer p {
	text-align: center;
	line-height: 1.4em;
}
/*================================================================*/
/*首页*/
.banner-box {height: 450px;/* background: url(../images/banner.png) no-repeat; */position: relative;}
.banner {padding-top: 10px;}
#background_img{height: 450px; position: absolute; width: 100%; z-index: -1;}

.bulletin-wraper {
	width: 381px;
	/* height: 390px; */
	/* background: #FFFFFF; */
	padding: 10px;
	border: 5px solid rgba(151,151,151,.8);
	background-color: rgba(230,230,230,.8);
}
.bulletin-img {
	text-align: center;
	margin-bottom: 20px;
}
.bulletin-tip {
	height: 46px;
	line-height: 46px;
	border-top: 3px solid #fff;
	/* border-bottom: 1px dotted #ddd; */
}
.bulletin-tip p {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	font-family: serif;
}
.box_shaw {
	height: 3px;
	box-shadow: 0 2px 5px #555;
	background-color: #fff;
	margin: 4px 0 10px;
}
.bulletin-list {
	background-color: #fff;
}
.bulletin-list ul li {
	height: 32px;
	line-height: 32px;
	border-bottom: 1px dotted #ddd;
	white-space: nowrap;
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.category-box {
	height: 430px;
}
.category {
	padding-top: 85px;
}
.category .one-cate {
	width: 400px;
	float: left;
	text-align: center;
}
.exchange-box {
	width: 100%;
	padding: 90px 0;
	background-image: url('../images/zhudiao_bg.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 10px 0;
	text-align: center;
}
.exchange {
	display: inline-block;
}
.ex-left {
	width: 635px;
	padding-left: 148px;
	float: left;
	padding-top: 50px;
}
.ex-left p {
	padding-left: 45px;
	color: #5c7d9d;
	margin-bottom: 10px
}
.ex-top {
	padding-bottom: 15px;
	border-bottom: 1px dashed #999;
}
.ex-top .inp-p {

	margin-bottom: 15px;
}
.ex-top .inp-p input {
	padding: 0;
	border: 1px solid #e5e5e5;
	width: 313px;
	padding-left: 10px;
	height: 44px;
	line-height: 44px;
}
.ex-top .inp-p span {
	margin-right: 15px;
	color: #fff;
	font-size: 20px;
}
.ex-top .ex-btn {
	width: 174px;
	height: 174px;
	background-image: url('../images/ex-btn_bg.png');
	background-repeat: no-repeat;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	outline: none;
}
.header-box .seacher i.search_icon {
	position: absolute;
	top: 13px;
	left: 10px;
}
i.search_icon {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url('../images/haoli_sprice.fw.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}
.ex-bottom {
	padding-top: 10px;
	color: #fff;
	text-align: left;
}
.ex-bottom p {
	line-height: 1em;
}
.ex-left .ex-p1 {
	font-size: 26px;
}
.ex-left .ex-p2 {
	background: url(../images/gift.png) 45px no-repeat;
	padding-left: 70px;
}
.ex-left .ex-btn {
	width: 70px;
	height: 40px;
	border: 0;
	outline: 0;
	background: #97B6D5;
	color: #fff;
}
.recom-box .line {
	height: 1px;
	border-bottom: 2px dotted #C1DBF4;
	position: relative;
}
.recom-box .line p {
	position: absolute;
	top: 15px;
	left: 45%;
	z-index: 10;
	background: #fff url(../images/star_ico.png)15px 0 no-repeat;
	padding-left: 40px;
	width: 120px;
	height: 40px;
	text-align: center;
	background-position: 15px 8px;
    line-height: 40px;
}
.recom-special {
	margin-top: 50px;
	margin-bottom: 40px;
	overflow: hidden;
}
.recom-special .one-special {
	width: 239px;
	float: left;
	margin-top: 20px;
}
.one-special .sp-top {
	height: 25px;
	border-radius: 20px 20px 0 0;
}
.one-special .sp-bottom {
	height: 25px;
	border-radius: 0 0 20px 20px;
}
.sp-c1 {
	background: #EACA77;
}
.sp-c2 {
	background: #8BC0D2;
}
.sp-c3 {
	background: #E1D196;
}
.sp-c4 {
	background: #DAEBFD;
}
.sp-c5 {
	background: #DABDD9;
}
.one-special .good-detail {
	border-left: 1px dotted #ddd;
	height: 295px;
	text-align: center;
	padding: 20px;
	font-size: 14px;
}
.one-special .gd-5 {
	border-right: 1px dotted #ddd;
}
.one-special .good-detail img {
	width: 170px;
	height: 170px;
	margin-bottom: 15px;
}
.one-special .good-detail p {
	text-align: left;
	line-height: 25px;
}
.recom-box {
	margin-bottom: 20px;
}
.one-good {
	width: 290px;
	margin-right: 10px;
	height: 350px;
	float: left;
	margin-bottom: 5px;
	border: 1px solid transparent;
}
.one-good:hover{
	    border: 1px solid #3c91ba;
}
.one-good img {
	width: 288px;
	height: 278px;
	border: 1px solid #ddd;
}
.one-good p {
	padding:  5px;
}
.one-good .good-price {color: #ff0000;}

/*分页*/
.list-page-box {margin-top: 20px;margin-bottom: 20px;text-align: center;}
.list-page ul li {display: inline-block;border: 1px solid #999;width: 40px;height: 40px;margin-right: 10px;
					text-align: center;background: #F3F3F3;}
.list-page ul li a {position: relative;top: 8px;}
.list-page ul li.cur {background: none;border: none;}
.list-page ul li.cur a {color: #FF0000;}
.list-page .border-none {border: none;background: none;}
.list-page .go-p {width: 155px;background: none;}
.list-page .go-inp {width: 40px;height: 40px;position: relative;top: 8px;outline: 0;border: 1px solid #999;text-align: center;}
.list-page .prev,
.list-page .next {width: 80px;}
.list-page .sure-go {width: 80px;}
.ribbon {background: #6FAFDB;height: 34px;margin-bottom: 15px;}
/*================================================================*/
/*新品首发*/
.new-banner-box{/* background: url(../images/new_banner.png) no-repeat; */height: 450px;}
.new-recom-box{margin-top: 30px;margin-bottom: 30px;}
.new-recom-list .list-table{width: 100%;border: 1px solid #ddd;}
.list-table td{border: 1px solid #ddd;width: 33.333%;}
.one-recom .recom-name{border-top: 1px solid #ddd;padding: 10px 20px;height: 60px;}
.one-recom .recom-price{padding-left: 20px;color: #FF0000;padding-bottom: 10px;}
.new-good-page{background: #F9F9F9;border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;height: 38px;line-height: 38px;margin-bottom: 20px;padding-right: 25px;}
.new-good-page .page-btn{ display: inline-block; width: 40px; border: 1px solid #ddd; height: 25px; line-height: 20px; text-align: center; float: right; margin-top: 5px; background: #FFFFFF;font-size: 24px;}
.new-good-page .page-p{float: right;margin-right: 10px;}
.new-good-page .page-p span{ margin: 0 4px;}
.new-good-page .page-p .cur{color: #FF0000;}

/*详情*/
.good-detail-box{padding: 0 50px;}
.good-detail{margin-top: 30px;}
.picture-wraper{width: 400px;float: left;margin-right: 45px;}
.picture-wraper .show-area{width: 400px;height: 430px;border: 1px solid #ddd;position: relative;}
.picture-wraper .show-area img{width: 100%;}
.show-list{margin-top: 20px;width: 400px;}
.show-list .img-prev{display: inline-block;width: 18px; height: 68px;border: 1px solid #ddd;float: left;color: #ddd;}
.show-list .img-next{ display: inline-block; width: 18px;height: 68px;border: 1px solid #ddd; float: right; color: #ddd;}
.show-list ul li{float: left;margin-left: 10px;}
.show-list img{width: 68px;height: 68px;border: 1px solid #ddd;}
.show-list img.cur{border: 2px solid #75b0d8;}

.desc-wraper{    width: 650px;float: left;}
.desc-wraper .desc-good-name{font-size: 22px;font-weight: 200;border-bottom: 2px solid #000;color: #000;padding: 15px 0;}
.desc-wraper .desc-brief{padding: 10px;color: #555;}

.buy-oper .oper li {border-bottom: 1px dotted #ddd;line-height: 50px;}
.buy-oper .tip{margin-right: 50px;}
.buy-oper .price{ font-size: 26px;color: #ff0000;}
.buy-oper .addr{    height: 30px;margin-left: 10px;}
.buy-oper .g-sort{   cursor: pointer; margin-right: 15px;   position: relative;display: inline-block; width: 60px; height: 28px; border: 1px solid #ddd; line-height: 28px; padding-left: 10px;}
.buy-oper .g-color{width: 16px;height: 16px;display: inline-block; position: absolute;top: 6px;left: 65px;}
.buy-oper .c-blue{  background: #326bc1;}
.buy-oper .c-red{background: #FF0000;}
.buy-oper .num-wraper{display: inline-block; height: 30px;line-height: 30px;border: 1px solid #555;position: relative;}
.num-wraper .s-ico{ display: inline-block; width: 25px;text-align: center;font-size: 20px;height: 28px;line-height: 28px;}
.num-wraper .s-ico:hover{cursor:pointer;}
.num-wraper .num{ border: 0;border-left: 1px solid #555; border-right: 1px solid #555;width: 75px;text-align: center;height: 28px;line-height: 26px;
						display: inline-block; position: relative;top: -3px; outline: 0;}
						
.buy-oper .addshopcar{
	    margin-top: 40px;
    height: 40px;
    line-height: 40px;
    width: 155px;
    background: #DA4241;
    color: #fff;
    border: 1px solid #ddd;
    margin-right: 10px;
   
    position: relative;
    outline: 0;
        padding-left: 25px;
    font-size: 18px;
}
.addshopcar img{
	position: absolute;
      left: 20px;
    top: 10px;
}
.picture-text-box{padding: 50px;}
.picture-text{border: 1px solid #ddd;padding: 50px;}
.picture-text .line { height: 1px; border-bottom: 2px dotted #555; position: relative;}
.picture-text .line p { position: absolute;top: -18px;left: 45%;z-index: 10; background: #fff;width: 120px;height: 40px;text-align: center;font-size: 22px;}
.picture-text .pt-content{text-align: center;margin-top: 45px;}

/**
 * 选择地区样式开始
 */
.notice_oard{position: fixed;width:300px;height: 373px;right: 10px;top: 200px;z-index: 19999;;}
.notice_ul{margin-top: -300px;width: 230px;padding: 10px 35px;overflow: hidden;height: 250px;overflow-y:scroll;}
.notice_ul li{cursor: pointer;padding-bottom: 5px;display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.notice_ul li:hover{text-decoration: underline;}
.del_notice{display: block;height: 30px;width: 30px;float: right;background: red;top: 40px;position: relative;margin-right: 20px;opacity: 0;cursor: pointer;}
.top_left{display:inline-block;margin-left:50px;background:#F1F1F1;padding:0 10px;border-width:0 1px;border-left-style:solid;border-right-style:solid;border-left-color:#F1F1F1;border-right-color:#F1F1F1;}
.drop_show{padding:10px;margin-left:50px;width:300px;height:260px;background:#FFF;border:1px solid #CCC;border-top:none;position:absolute;z-index:999;display:none;}
.province_d,.province_other{padding:0px 10px;float:left;cursor:pointer;}
.province_other:hover{background:#CCC;color:#C81623;}
.backgroundred{background:#C81623;color:#F4F4F4;}
.distrbution_address{padding:2px;border:1px solid #CCC;}
.detail_area{margin-left:80px;width:400px;background:#FFF;border:1px solid #CCC;position:relative;display:none;bottom: 15px}
.area_detail_all{margin-top:5px;margin-left:10px;}
.area_detail_all li {float: left;}
.disadd_child{font-size:14px;margin:2px;padding:0 2px 0 10px;:left;border:1px solid #CCC;cursor:pointer;}
.curr_bord{border:1px solid #C81623;font-weight:700;}
.all_area_child{}
.area_child_in{display:inline-block;margin-left:10px;cursor:pointer;}
.area_child_in:hover{color:#FFF;background:#C81623;}
.buy-oper .area_detail_all li{border-bottom: 1px dotted #ddd; line-height: 25px;}
/*---结束---*/


/* 9-12 改版 */
.aozhou_niu,.changdao_shen,.malai_yan {
	background-image: url('../images/zhudiao_bg.png');
	background-size: cover;
	background-position: bottom left; 
	padding-bottom: 13px;
}
.malai_yan {
	padding-bottom: 33px;
}

.aozhou_niu img,.changdao_shen img,.malai_yan img,.aozhou_niu a,.changdao_shen a,.malai_yan a {
	display: block;
	width: 100%;
}