@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
.checks{
	cursor:pointer;
}
html, button, input, select, option, textarea {
 	outline: none;
	vertical-align: middle;
}
html {
	overflow-y: scroll;
 	-webkit-overflow-scrolling: touch;
}
input[type="button"] , input[type="submit"] {
	-webkit-appearance: button;
	border: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	outline: none;
	font-family: "Microsoft Yahei",tahoma,arial;
}
input[type="text"] , input[type="password"] , input[type="number"] {
	padding: 0 0 0 5px !important;
	height: 26px !important;
	vertical-align: middle !important;
	font-size: 12px !important;
	border: 1px solid #e4e4e4 !important;
	outline: none !important;
	font-family: "Microsoft Yahei",tahoma,arial !important;
	margin-bottom:0 !important;
}
select {
	padding: 0;
	font-size: 12px;
	border: 1px solid #e4e4e4;
	font-family: "Microsoft Yahei",tahoma,arial;
	outline: none;
  cursor: pointer;
}
textarea {
  padding: 5px;
	border: 1px solid #e4e4e4;
	font-size: 12px;
	overflow-y: auto;
	outline: none;
	font-family: "Microsoft Yahei",tahoma,arial;
}
body {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	font-family: "Microsoft Yahei",tahoma,arial;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	font-size-adjust: none;
	font-stretch: normal;
}
img {
	border: 0;
	vertical-align: middle;
}
em , i {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	background: transparent;
	text-decoration: none;
	color: #333;
	border: 0;
}
p {
	margin: 0;
	padding: 0;
}
ul , ol , li {
	list-style:none;
	outline: none;
}
.clear {
	zoom: 1;
}
.clear:after {
	clear: both;
	content: '.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
/*通用*/

/* 顶部 */
.top {
  min-width: 1200px;
  height: 41px;
  border-bottom: solid 1px #e4e4e4;

  margin: auto;
}
.top-box {
  width: 1200px;
  height: 40px;
  margin: auto;
}
.top-box li {
  float: left;
  font-size: 14px;
  color: #787878;
  line-height: 40px;
}
.top-box .left {
  float: left;
}
.top-box .left li {
  margin-right: 10px;
}
.top-box .left .city {
  cursor: pointer;
  position: relative;
}
.top-box .left .choose-city {
  padding: 0 10px;
}
.top-box .left .city:hover .choose-city {
  background: #fff;
  border: 1px solid #eee;
  margin: -1px;
  box-shadow: 2px 2px 2px rgba(221,221,221,0.2);
}
.top-box .left .city:hover .choose-city i {
  transform: rotate(180deg);
}
.top-box .left .city:hover .city-box {
  display: block;
}
.top-box .left .choose-city span {
  float: left;
  display: inline;
  margin-right: 9px;
}
.top-box .left .choose-city span small {
  font-size: 14px;
  margin-left: 10px;
}
.top-box .left .choose-city i {
  float: left;
  display: inline;
  color: #6a6a6a;
  font-size: 0;
  height: 4px;
  width: 9px;
  background: url(../images/down-arrow.png) no-repeat;
  overflow: hidden;
  margin-top: 19px;
  -webkit-transition: transform 0.1s ease-in 0s;
  -moz-transition: transform 0.1s ease-in 0s;
  -o-transition: transform 0.1s ease-in 0s;
  transition: transform 0.1s ease-in 0s;
}
.top-box .left .city-box {
  position: absolute;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 2px 2px 2px rgba(221,221,221,0.2);
  border-top: 0;
  top: 38px;
  left: -1px;
  width: 378px;
  padding: 9px;
  z-index: 10;
  display: none;
}
.top-box .left .city-box .city-nav {
  width: 100%;
  margin: 3px auto;
  border-bottom: 1px solid #f3b652;
  box-sizing: border-box;
}
.top-box .left .city-box .city-nav li {
  float: left;
  padding: 5px 35px 5px 20px;
  border: 1px solid #e4e4e4;
  line-height: 1;
  margin-right: 5px;
  border-bottom: 0;
  cursor: pointer;
  position: relative;
}
.top-box .left .city-box .city-nav li:after {
  border: 5px solid transparent;
  border-top: 5px solid #666;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 2px;
  right: 15px;
  content: ' ';
}
.top-box .left .city-box .city-nav .on {
  border: 1px solid #f3b652;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  color: #f3b652;
}
.top-box .left .city-box .city-nav .on:after {
  border-top: 5px solid #f3b652;
}
.top-box .left .city-list a {
  float: left;
  display: block;
  text-align: center;
  line-height: 20px;
  border-radius: 3px;
  padding: 3px 9px;
  color: #787878;
}
.top-box .left .city-list {
  padding-top: 6px;
}
.top-box .left .city-list a:hover {
  background: #f3b652;
  color: #fff;
}
.top-box .left .login a , .top-box .left .register a {
  color: #ff9000;
  margin: 0 2px;
}
.top-box .left .login a:hover , .top-box .left .register a:hover {
  color: #ff9000;
}
.top-box .right {
  float: right;
}
.top-box .right li a {
  color: #787878;
  font-size: 14px;
}
.top-box .right li a:hover {
  color: #ff9000;
}
.top-box .right .top-menu-line {
  color: #bbb;
  font-size: 10px;
  padding: 0 10px;
}
/* end 顶部 */

/* 头部 */
.header {
  width: 1200px;
  margin: 0 auto;
  height: 101px;
  padding: 25px 0;
}
.header .logo {
  float: left;
  width: 300px;
}
.header .logo a {
  display: block;
  font-size: 0;
  height: 100px;
   background: url(../../../xiaowen/images/logo.png) no-repeat;
}
.header .search {
  float: left;
  width: 595px;
  margin-left: 105px;
  margin-top: 15px;
}
.header .search .sea-tab {
  height: 30px;
}
.header .search .sea-tab a {
  color: #f3b652;
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
}
.header .search .sea-tab a:hover {
  color: #f1a629;
}
.header .search .sea-tab .on {
  color: #fff;
  background: #f3b652;
}
.header .search .sea-tab .on:hover {
  color: #fff;
}
.header .search .sea-input {
  height: 36px;
  border: 2px solid #f3b652;
}
.header .search .sea-input input {
  height: 36px;
  border: 0;
  width: 500px;
  color: rgb(102, 102, 102);
}
.header .search .sea-input button {
  width: 86px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 0 none;
  overflow: hidden;
  cursor: pointer;
  font-size: 15px;
  background: #f3b652;
  color: #fff;
}
.header .search .sea-input button:hover {
  color: #eee;
}
.header .search .sea-hot {
  height: 30px;
  max-width: 510px;
  overflow: hidden;
}
.header .search .sea-hot a {
  display: inline-block;
  margin: 0 5px;
  line-height: 30px;
  color: #999;
}
.header .search .sea-hot a.on{
	color:#f3b652;
}
.header .cart {
	float: left;
    margin-top: 45px;
    margin-left: 50px;
}
.header .cart a {
    display: block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #fff;
    color: #888;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    padding: 3px 5px;
    font-size: 14px;
}
.header .cart a i {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin: 4px 5px 0 0;
  background: url(../images/cart.png) no-repeat;
}
.header .cart a span {
  display: inline-block;
  min-width: 20px;
  height: 18px;
  vertical-align: top;
      margin: 7px 5px 0 5px;
  text-align: center;
  line-height: 18px;
  padding: 0 5px;
  border-radius: 10px;
  background: #f3b652;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}
.header .cart:hover a {
  background: #f3b652;
  color: #fff;
  border: 1px solid #f3b652;
}
.header .cart:hover a i {
  background: url(../images/cart-w.png) no-repeat;
}
.header .cart:hover a span {
  background: #fff;
  color: #f3b652;
}
/* end 头部 */

/* 导航 */
.nav .main-nav {
  /* height: 38px; */
}
.nav .main-nav .nav-all {
  float: left;
  height: 38px;
  margin-right: 20px;
  position: relative;
}
.nav .main-nav .nav-all .all {
  position: relative;
  display: block;
  width: 200px;
  line-height: 38px;
  font-size: 15px;
  border-radius: 3px 3px 0 0;
  text-align: center;
  background: #f3b652;
  color: #fff;
  padding: 0 20px 0 10px;
  box-sizing: border-box;
  font-weight: 600;
}
.nav .main-nav .nav-all .all i {
  position: absolute;
  top: 11px;
  right: auto;
  bottom: auto;
  left: 26px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/menu.png) no-repeat;
}
.nav .main-nav .nav-all .all-list {
  top: 38px;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  width: 200px;
  height: 400px;
  background: #666;
  /* filter: alpha(opacity=70); */
  background: rgba(0,0,0,0.7);
  z-index: 10;
}
.nav .main-nav .nav-all .all-list .item {
  margin-top: 17px;
  position: relative;
}
.nav .main-nav .nav-all .all-list ul .item-li {
  width: 200px;
  vertical-align: top;
  cursor: pointer;
}
.nav .main-nav .nav-all .all-list ul .item-li:hover {
  background: #f3b652;
}
.nav .main-nav .nav-all .all-list ul .item-li:hover .item-list {
  display: block;
}
.nav .main-nav .nav-all .all-list ul li .item-nav {
  height: 53px;
  line-height: 53px;
  padding: 0 20px 0 10px;
  overflow: hidden;
}
.nav .main-nav .nav-all .all-list ul li .item-nav i {
  float: left;
  display: block;
  height: 18px;
  width: 18px;
  margin: 18px 20px 0 18px;
}
.nav .main-nav .nav-all .all-list ul li .item-nav i img {
  display: block;
}
.nav .main-nav .nav-all .all-list ul li .item-nav b {
  line-height: 53px;
  float: left;
  display: inline;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.nav .main-nav .nav-all .all-list ul li .item-nav span {
  float: right;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: 22px;
  background: url(../images/right-arrow.png) no-repeat;
}
.nav .main-nav .nav-all .all-list .item-list {
  position: absolute;
  top: -17px;
  width: 1000px;
  left: 200px;
  overflow: hidden;
  border: 1px solid #eee;
  background: #fff;
  padding-bottom: 10px;
  height: 388px;
  display: none;
}
.nav .main-nav .nav-all .all-list .item-list li {
  float: left;
  width: 33.33%;
  padding: 10px 20px 0;
  box-sizing: border-box;
}
.nav .main-nav .nav-all .all-list .item-list li h3 {
  font-size: 14px;
  color: #f3b652;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  line-height: 30px;
  cursor: pointer;
}
.nav .main-nav .nav-all .all-list .item-list li h3:hover {
  color: #f1a629;
}
.nav .main-nav .nav-all .all-list .item-list li p {
  padding-top: 5px;
}
.nav .main-nav .nav-all .all-list .item-list li p a {
  padding-right: 15px;
  white-space: nowrap;
  line-height: 24px;
  color: #666;
  float: left;
}
.nav .main-nav .nav-all .all-list .item-list li p a:hover {
  color: #f3b652;
}
.nav .main-nav .nav-li {
  float: left;
  height: 38px;
}
.nav .main-nav .nav-li a {
  padding: 0 27px;
  display: block;
  line-height: 38px;
  color: #333;
  font-size: 15px;
}
.nav .main-nav .on a {
  height: 36px;
  border-bottom: 2px solid #f3b652;
  color: #f3b652;
  font-weight: bold;
}
.nav .main-nav .nav-li:hover a {
  height: 36px;
  border-bottom: 2px solid #f3b652;
  color: #f3b652;
}
/* end 导航 */

.main {
    background: #f2f2f2;
    width: 100%;
    padding-bottom: 1px;
}

/*面包屑*/
.crumble {
  width: 1200px;
  margin: auto;
  padding: 20px 0;
}
.crumble a {
  color: #666;
}
.crumble a:hover {
  color: #333;
}
.crumble em {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../../images/small-arrow.png) no-repeat;
  background-position: -26px 1px;
  vertical-align: middle;
  margin: 0 5px;
}
/*end 面包屑*/

/*确定 取消按钮*/
.sav {
  display: inline-block;
  height: 26px;
  line-height:26px;
  text-align: center;
  background-color: #f3b652;
  color: #fff;
  border: 1px solid #f3b652;
  border-radius: 2px;
  padding: 0 13px;
  vertical-align: top;
  background-repeat: repeat-x;
}
.sav:hover {
  background-color: #f1a629;
  border: 1px solid #f1a629;
}
.can {
  display: inline-block;
  height: 26px;
  line-height:26px;
  text-align: center;
  margin-left: 7px;
  background-color: #f9f9f9;
  color: #333;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  padding: 0 13px;
  vertical-align: top;
  background-repeat: repeat-x;
}
.can:hover {
  background: #fff;
}
.dis {
  display: inline-block;
  height: 26px;
  line-height:26px;
  text-align: center;
  margin-left: 7px;
  background-color: #ddd;
  color: #999;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  padding: 6px 15px;
  vertical-align: top;
  background-repeat: repeat-x;
  cursor: text;
}
/*end 确定 取消按钮*/

/*页码*/
.pages {
    width: 978px;
    margin: 20px auto 20px auto;
    text-align: center;
}
.pages .page-panel {
    vertical-align: top;
    text-align: center;
    display: inline-block;
}
.pages .page-panel a {
  float: left;
  margin-left: 5px;
  display: block;
  padding: 6px 17px;
  box-sizing:border-box;
  min-width: 28px;
  /* height: 24px;
  line-height: 24px; */
  _width: 28px;
  word-break: keep-all;
  border: 1px solid #ededed;
}
.pages .page-panel a:hover , .pages .page-panel .on {
  background: #f3b652;
  color: #fff;
  border-color: #f3b652;
}
.pages .page-panel span {
  float: left;
  display: block;
  width: 30px;
  line-height: 24px;
}
.pages .page-panel input {
  float: left;
  display: block;
  width: 70px;
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
  text-align: center;
  padding-left: 0;
  border-color: #ededed;
}
.pages .page-panel .prev , .pages .page-panel .next {
  padding: 6px 17px;
}
/*end 页码*/

/*底部*/
/**.foot {
	border-top: 1px solid #ededed;
}*/
.foot .foot-middle {
	width: 1200px;
	margin: 20px auto 0;
}
.foot .foot-middle .left {
	float: left;
	width: 800px;
}
.foot .foot-middle .left ul {
	float: left;
	width: 25%;
}
.foot .foot-middle .left ul li {
	line-height: 22px;
	margin-left: 40px;
}
.foot .foot-middle .left ul li b {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	line-height: 40px;
}
.foot .foot-middle .left ul li a {
	color: #666;
}
.foot .foot-middle .left ul li a:hover {
	color: #333;
}
.foot .foot-middle .right {
	float: left;
	width: 400px;
}
.foot .foot-middle .right ul {
	float: left;
	width: 60%;
	margin-top: 13px;
}
.foot .foot-middle .right ul li {
	line-height: 22px;
	font-size: 12px;
	color: #666;
	margin-left: 10px;
	margin-bottom: 10px;
}
.foot .foot-middle .right ul li b {
	font-size: 16px;
	vertical-align: middle;
	color: #333;
}
.foot .foot-middle .right ul li em {
	color: #333;
	font-family: tahoma;
}
.foot .foot-middle .right ul li a {
	display: block;
	height: 25px;
	line-height: 23px;
	margin-left: 25px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 6px;
}
.foot .foot-middle .right ul li a i {
	display: block;
	float: left;
	width: 25px;
	height: 15px;
	background: url(../images/foot-img.png) no-repeat;
	background-position: -5px -55px;
	margin: 5px 10px 0 0;
}
.foot .foot-middle .right ul li a:hover {
	text-decoration: underline;
}
.foot .foot-middle .right dl {
	margin-top: 13px;
	float: left;
	text-align: center;
	width: 40%;
}
.foot .foot-middle .right dl dt img{
	width: 100px;
	height: 95px;
	margin: 0 auto;
}
.foot .foot-down {
	background: #25292e;
	margin-top: 20px;
	padding: 20px 0;
}
.foot .foot-down p {
	width: 1200px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
}
.foot .foot-down p a {
	color: #666;
}
.foot .foot-down p a:hover {
	color: #ccc;
}
.foot .foot-down p em {
	color: #666;
	margin: 0 15px;
}
.foot .foot-down p span {
	color: #666;
	margin: 10px;
}
.foot .copyright {
  text-align: center;
  background: #25292e;
  padding-bottom: 10px;
}
.foot .copyright a {
  display: inline-block;
  margin: 0 3px;
  width: 103px;
  height: 32px;
  line-height: 32px;
  background-image: url(../../images/copyright-icon.png);
}
.foot .copyright .cop01 {
  background-position: 0 0;
}
.foot .copyright .cop02 {
  background-position: 0 -33px;
}
.foot .copyright .cop03 {
  background-position: 0 -66px;
}
.foot .copyright .cop04 {
  background-position: -104px 0;
}
.foot .copyright .cop05 {
  background-position: -104px -33px;
}
.foot .copyright .cop06 {
  background-position: -104px -66px;
}
/*end 底部*/

.seller-cru {
  margin-top: 20px;
  font-size: 12px;
}
.seller-cru .on {
  color: #f3b652;
}

/** ajax异步加载样式 */
.loading-bg {
	background-color: #000;
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
	display: none;
}

.loading-img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	z-index: 10000000;
	display: none;
}
/** / ajax异步加载样式 */

/** 弹窗开始 */
.pop-up {
	border: 1px solid #e4e4e4;
	padding: 20px 20px 10px;
	width: 300px;
	margin: auto;
}
.pop-up ul li {
	margin-bottom: 10px;
}
.pop-up ul li span {
	margin-right: 20px;
	color: #666;
}
.pop-up ul li b {
	margin-right: 5px;
	color: #cc131d;
}
.pop-up ul li input[type="text"] {
	margin-right: 5px;
	height: 26px;
	width: 100px;
	line-height: 26px;
}
/*弹窗*/

/** 通用按钮 */
.btns-group{/* 用它来包裹按钮元素 */
	width: 100%;
	text-align: center;
}
.btn-gre{
  	display: inline-block;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background-color: #f3b652;
    margin-right: 10px;
    cursor: pointer;
}
.btn-whi{
	display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #e4e4e4;
    margin-right: 10px;
    cursor: pointer;
}
.btns-group .big{
	padding: 10px 20px;
}
.btns-group .middle{
	padding: 8px 15px;
}
.btns-group .samll{
	padding: 5px 10px;
}
.btns-group .long{
	padding: 5px 20px;
}
.btns-group .left{
	text-align: left;
}
.btns-group .center{
	text-align: center;
}
.btns-group .right{
	text-align: right;
}
/** /通用按钮*/

/*文件上传样式*/
.filebox{
        position:relative;
        width:400px;
        height: 60px;
        
    }
.filebox  input.uploadFile{
        position:absolute;
        right:121px;
        top:14px;
        opacity:0;
        filter:alpha(opacity=0);
        cursor:pointer;
        width:200px;
        height:32px;
        overflow: hidden;
    }
    
 .filebox input.textbox{
        padding:2px;
        color:#999;
        height:25px;
        line-height:24px;
        border:1px #e0e0e0 solid;
        margin-right:4px;
        margin-top:-3px;
        border-radius:3px;
    }
 .filebox  a.link{
        display:inline-block;
        padding:1px 14px;
        color:#fff;
        font:14px "Microsoft YaHei", Verdana, Geneva, sans-serif;
        cursor:pointer;
        background-color:#f3b652;
        line-height:28px;
        text-decoration:none;
        border-radius:3px;
    }
/*文件上传样式结束*/
.long-con{
  	display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 120px;
}

/** 提示浏览器版本过低 */
.compatible-contianer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-width: 800px;
    height: 30px;
    line-height: 30px;
    background: url(../images/iebg.gif) repeat-x;
    z-index: 999999;
}
.cpt-ct {
    color: #363636;
    font-size: 12px;
    text-align: center;
}
.cpt-ct i {
    width: 12px;
    height: 14px;
    vertical-align: -2px;
    margin-right: 5px;
    background: url(../images/iefixed-sprite.png) no-repeat;
}
.cpt-ct a {
    color: #39b94e;
}
.cpt-handle {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 12px;
    line-height: 27px;
}
.cpt-handle .cpt-agin {
    color: #656e73;
    margin-right: 5px;
}
.cpt-handle a {
    vertical-align: middle;
}
.btn, .cpt-close i, .cpt-ct i, .cpt-handle a {
    display: inline-block;
}
.cpt-close {
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    transition: .3s;
}
.cpt-close i {
    height: 8px;
    width: 8px;
    vertical-align: 1px;
    background: url(../images/iefixed-sprite.png) 0 -24px no-repeat;
}
.cpt-close:hover i {
    background-position: 0 -42px;
}
.cpt-close:hover {
    background-color: #fc8800;
}
/** 提示浏览器版本过低结束 */
.clear input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
     cursor: pointer;
    background-color: #fff;
}