@charset "utf-8";

html {color: #555;}
body {color: #555;font: 14px/1.5 "Microsoft Yahei",Helvetica,sans-serif;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, select, input, textarea, button, p, blockquote, th, td, img, iframe {margin: 0;padding: 0;}
select, input, button, textarea, option {font: 14px "Microsoft Yahei",Helvetica,sans-serif;outline: medium none;}
img, iframe {border:none;}
img{vertical-align: bottom;}
table {border-collapse: collapse;border-spacing: 0;}
textarea {resize: none;}
li {list-style-type: none;}
a{ text-decoration:none;color: #555;word-break: break-all;word-wrap: break-word;transition: all linear .1s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{color:#ff5700;}
em  , i{font-style: normal;}
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important;  }
.wBreak {word-break: break-all; word-wrap: break-word;}
.Arial{font-family:Arial;}
.L {float: left;}
.R {float: right !important;}
.hide{display: none;}
::-webkit-input-placeholder { /* WebKit browsers */ 
	color: #999; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	color: #999; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	color: #999; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	color: #999; 
}
.pb20{
	padding-bottom:20px;
}

/*h-09-25*/
.clearfix:after{
  clear: both;
  content: " ";
  display: block;
  height: 0;
}
.wrap{
	width:1190px;
	margin: 0 auto;
	padding: 0 30px;
}
body{
	min-width: 1250px;
}
.dirlog{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  display: none;
}
.dirlog-bg{
	width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  cursor: pointer;
}
.popup{
	position: absolute;
	left:50%;
	top:50%;
	background: #fff;
	border-radius: 3px;
	width:460px;
	margin-left: -260px;
}


/*顶部店铺搜索start*/

.shop-header {
	background: #f7f7f7;
	padding: 13px 0 5px 0;
	border-bottom: 1px solid #ff6700;
}

.shop-header-logobox {
	margin-right: 45px;
}

.shop-header-logobox img {
	width: 137px;
}

.shop-header-name {
	display: block;
	font-size: 14px;
	color: #111;
	margin-bottom: 10px;
}

.iden-item {
	position: relative;
	display: inline-block;
	background: url(../imgs/icon-shop.png) no-repeat;
	padding-left: 21px;
	line-height: 22px;
	margin-right: 17px;
}

.iden-hht {
	background:url("../imgs/icon-iden-hht.png") no-repeat;
	background-size: 18px 20px;
}

.iden-hht span{
	color: #ff6700;
	margin: 0 3px;
}

.iden-sj {
	background:url("../imgs/icon-iden-sj.png") no-repeat;
	background-size: 18px 20px;
}

.iden-mshop {
	background-position: -16px -63px;
	padding-left: 23px;
	cursor: pointer;
}

.mshop-box {
	width: 132px;
	border: 1px solid #eee;
	background: #fff;
	position: absolute;
	top: 36px;
	left: -30px;
	padding: 13px 8px 10px 8px;
	text-align: center;
	/*display: none;*/
	opacity: 0;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.iden-mshop:hover .mshop-box {
	z-index: 1;
	opacity: 1;
}

.mshop-box img {
	display: block;
	padding: 0 13px 10px 13px;
}

.shop-header-searchbox {
	border-radius: 3px;
	margin-top: 6px;
}

.shop-header-sdiv {
	display: inline-block;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}

.shop-header-keyword{
	font-size: 14px;
	color: #999;
	padding-left: 5px;
}

.shop-header-keyword-lists{
	display: inline-block;
}

.shop-header-keyword-lists li{
	display: inline-block;
	position: relative;
	margin-right: 12px;
}

.shop-header-keyword-lists li a{
	display: inline-block;
	color: #999;
	line-height:19px;
}

.shop-header-keyword-lists .shop-header-morekey {
	padding-right: 20px;
	background: url(../imgs/icon-more.png) 26px 6px no-repeat;
	background-size: 7px 7px;
}

.shop-header-morelist{
	display: none;
	width:550px;
	padding:6px;
	position: absolute;
	top: 18px;
	left: -280px;
	background: #fff;
	border: 1px solid #eee;
	z-index: 1000;
}

.shop-header-morelist li{
	float: left;
	margin-right: 35px;
	width: 100px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.shop-header-keyword-lists .shop-header-morekey:hover+.shop-header-morelist,
.shop-header-morelist:hover{
	display: block;
}

.input-shop-search {
	display: block;
	border: 1px solid #ff6700;
	width: 400px;
	height: 24px;
	line-height: 24px;
	padding: 4px 88px 4px 10px;
	border-radius: 3px;
}

.btn-shop-search {
	width: 80px;
	height: 34px;
	background: #ff6700;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	cursor: pointer;
}

/*顶部店铺搜索end*/

/*店招s*/

.head-ff{
	height:110px;
	padding-top: 40px;
	position: relative;
}
.com-box{
	position: relative;
}
.com-box .com-name{
	margin-bottom: 14px;
	position: relative;
	display: inline-block;
}
.com-box .com-name a{
	font-size:24px;
	color:#111;
	transition: all linear .1s;
}
.com-box .com-name a:hover{
	color:#ff5700;
}
.com-box .com-name .collect{
	position: absolute;
	height: 21px;
	line-height: 21px;
	text-align: center;
	width:68px;
	padding-left: 18px;
	border:1px solid #ff3333;
	color:#ff3333;
	font-size:14px;
	border-radius: 12px;
	top:50%;
	margin-top: -10.5px;
	right:-103px;
	cursor: pointer;
}
.com-box .com-name .collect .icon{
	display: inline-block;
	position: absolute;
	width:12px;
	height: 10px;
	background: url(../imgs/icon-collect.png) no-repeat center;
	left:11px;
	top:50%;
	margin-top: -4px;
}
.com-box .com-name .collect.act{
	color:#fff;
	background: #FF0020;
}
.com-box .com-name .collect.act .icon{
	background: url(../imgs/icon-collected.png) no-repeat center;
}
.com-box .main-pro{
	font-size:14px;
	max-width:900px;
	color:#555;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.com-box .main-pro a{
	margin-right: 5px;
	transition: all linear .1s;
}
.com-box .main-pro a:hover{
	color:#ff5700;
}
.com-box .phone{
	position: absolute;
	color:#e43333;
	font-size:30px;
	right: 0;
	top:50%;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	padding-left: 40px;
}
.com-box .phone .icon{
	position: absolute;
	left: 0;
	top:50%;
	margin-top: -15px;
	height: 30px;
	width:30px;
	background: url(../imgs/icon-phone.png) no-repeat center;
}

/*店招s*/

/*店铺导航s*/

.head-00{
	background: #000;
	height: 34px;
	line-height: 34px;
	color:#fff;
	text-align: center;
	position: relative;
}
.head-00 li{
	width:100px;
	float: left;
}
.head-00 li.act{
	background: #777;
}
.head-00 li a{
	color:#fff;
}

/*店铺导航e*/

/* 免费店铺 头部logo */
.topnav-img-cloes {
	width: 40px;
	height: 40px;
	background: url("../imgs/phonecall-close.png") no-repeat center;
	float: right;
	cursor: pointer;
}

.baidu-go{
    /* background: url(../imgs/left-ad-two.jpg) no-repeat center; */
    width: 190px;
    height: 120px;
    display: block;
    margin-bottom: 10px;
}
