.border-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* 基础样式 */
body {
  min-width: 1220px;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.layer-form.layui-layer-page .layui-layer-content {
  padding: 30px 0;
  overflow: visible;
}
.layui-form {
  line-height: 38px;
}
.layui-form .layui-form-item .layui-form-label .sign {
  color: #f00;
  margin-right: 3px;
}
.layui-form .layui-form-item .layui-input-block {
  width: 350px;
}
.layui-laypage a,
.layui-laypage span {
  margin: 0 5px;
}
.layui-form-onswitch {
  border-color: #04BE02;
  background-color: #04BE02;
}
.layui-layer {
  box-shadow: none !important;
  border: 5px solid rgba(0, 0, 0, 0.1);
}
.layui-layer-msg {
  border-color: #f3f3f3 !important;
}
.layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #F32525;
}
.layui-form-checkbox[lay-skin=primary].layui-disabled i {
  background: #f4f4f4;
  color: #f4f4f4 !important;
}
.layui-form-checked[lay-skin=primary] i {
  border-color: #F32525;
  background-color: #F32525;
}
.layui-form-checked[lay-skin=primary]:hover i {
  border-color: #F32525;
}
.layui-form-radio > i:hover {
  color: #F32525;
}
.layui-form-radioed > i {
  color: #F32525;
}
.layui-form-select dl {
  border: none;
}
.layui-form-select .layui-edge {
  border-width: 5px;
}
.region_style {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.region_style .region_item {
  position: relative;
  height: 29px;
  line-height: 29px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.region_style .region_item > i {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  padding: 0 30px 0 20px;
  border: 1px solid #e4e4e4;
  background: #fff;
  cursor: pointer;
  min-width: 4em;
  border-radius: 4px;
}
.region_style .region_item > i b {
  position: absolute;
  right: 11px;
  top: 12px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
  border-bottom-width: 0;
}
.region_style .region_item .region_item_down {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 1;
  border: 1px solid #e4e4e4;
  width: 400px;
  background: #fff;
  padding: 10px 20px;
  display: none;
  white-space: normal;
  min-height: 80px;
  border-radius: 0 4px 4px 4px;
}
.region_style .region_item .region_item_down a {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-right: 30px;
  color: #666;
  cursor: pointer;
}
.region_style .region_item.on {
  z-index: 6;
}
.region_style .region_item.on > i {
  z-index: 4;
  border-bottom: none;
  height: 30px;
  border-radius: 4px 4px 0 0;
}
.region_style .region_item.on > i b {
  border-bottom-color: #7F7E80;
  border-bottom-width: 6px;
  border-top-width: 0;
}
.region_style .region_item.on .region_item_down {
  z-index: 3;
  display: block;
}
.region_style .region_item.hide {
  display: none;
}
.region_style .region_item.dis > i {
  background: #fafafa;
  cursor: default;
  color: #999;
}
.region_style .region_item.dis > i b {
  border-top-color: #ddd;
}
.search-head {
  height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
.search-head .item {
  float: left;
}
.search-head .item > a {
  line-height: 28px;
  display: inline-block;
  vertical-align: top;
}
.search-head .item > a .iconfont {
  font-size: 22px;
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
  color: #979797;
}
.search-head .item .arrow,
.search-head .item .content {
  float: left;
}
.search-head .item .arrow {
  margin: 6px 10px 0;
  color: #999;
  font-size: 12px;
}
.search-head .item .content {
  position: relative;
}
.search-head .item .content .title {
  position: relative;
  border: 1px solid #eaeaea;
  height: 28px;
  line-height: 28px;
  padding: 0 28px 0 15px;
  cursor: default;
  background: #fff;
}
.search-head .item .content .title i {
  position: absolute;
  right: 12px;
  top: 8px;
  width: 12px;
  height: 13px;
  line-height: 13px;
  transform: rotate(0);
  transition: transform .3s;
  font-size: 12px;
}
.search-head .item .content .list {
  position: absolute;
  left: 0;
  top: 28px;
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 20px 20px 10px;
  width: 220px;
  display: none;
}
.search-head .item .content:hover {
  z-index: 3;
}
.search-head .item .content:hover .title {
  border-color: #eaeaea;
  border-bottom: none;
  z-index: 5;
}
.search-head .item .content:hover .title i {
  transform: rotate(180deg);
}
.search-head .item .content:hover .list {
  display: block;
  z-index: 4;
}
.search-head .item .content:hover .list a {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  margin-right: 15px;
  margin-bottom: 10px;
  cursor: pointer;
}
.search-head .item .content:hover .list a:hover {
  color: #F32525;
}
.search-head .item .txt {
  float: left;
  line-height: 28px;
  color: #7c7c7c;
  max-width: 550px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-head .item.param a {
  display: inline-block;
  vertical-align: top;
  padding: 0 27px 0 10px;
  border: 1px solid #eee;
  height: 28px;
  line-height: 28px;
  position: relative;
  background: #f8f8f8;
  margin-right: 5px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.search-head .item.param a b {
  color: #F32525;
}
.search-head .item.param a em {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 5px;
  font-size: 14px;
  color: #999;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.search-head .item.param a:hover {
  border-color: #F32525;
  background: #fff;
}
.search-head .item.param a:hover em {
  background: #F32525;
  color: #fff;
}
.search-head .item.param a:first-child {
  margin-left: 0;
}
.MagicZoomBigImageCont {
  border: 1px solid #eaeaea;
}
.MagicZoomPup {
  z-index: 3;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #aaa;
  background-image: url(../../../images/common/zoom-point.png);
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: move;
}
.pagination {
  text-align: center;
  margin-top: 30px;
}
.pagination a,
.pagination span {
  display: inline-block;
  vertical-align: top;
  padding: 0 18px;
  height: 32px;
  line-height: 32px;
  margin: 0 5px;
  border-radius: 0;
}
.pagination span {
  color: #999;
  cursor: default;
}
.pagination a {
  background: #fdfdfd;
}
.pagination a:hover {
  box-shadow: 0 2px 2px rgba(0, 1, 1, 0.08);
}
.pagination .layui-laypage-curr {
  color: #F32525;
  font-weight: bold;
}
.pagination .layui-laypage-curr .layui-laypage-em {
  background: none !important;
}
.bdshare_dialog_bottom a {
  display: none;
}
.nodata .icon {
  width: 160px;
  height: 71px;
  margin: 30px auto 0;
  background-image: url(../../../images/common/nodata.png);
}
.nodata .txt {
  text-align: center;
  color: #999;
  margin-top: 20px;
}
.list-header {
  border: 1px solid #f3f3f3;
  margin-top: 20px;
  padding: 10px 15px;
}
.list-header .left {
  float: left;
  font-size: 0;
}
.list-header .left a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 26px;
  line-height: 26px;
  border: 1px solid #eaeaea;
  padding: 0 20px;
  font-size: 12px;
  margin-left: -1px;
  cursor: pointer;
}
.list-header .left a.on {
  color: #F32525;
  border-color: #F32525;
  z-index: 2;
}
.list-header .left a i {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.list-header .left a i.arrow {
  background: url(../../../images/common/arrow.png) no-repeat;
  width: 7px;
  height: 11px;
  background-position: 0 0;
  margin-top: 8px;
}
.list-header .left a i.price {
  position: relative;
  margin-top: 9px;
}
.list-header .left a i.price em {
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 4px;
  background: url(../../../images/common/arrow.png) no-repeat;
  background-position: -60px 0;
}
.list-header .left a i.price em.bottom {
  background-position: -80px 0;
  top: 6px;
}
.list-header .left a.on i.arrow {
  background-position: -20px 0;
}
.list-header .left a.on i.price.up em.top {
  background-position: -100px 0;
}
.list-header .left a.on i.price.down em.bottom {
  background-position: -120px 0;
}
.list-header .right {
  float: right;
}
.list-header .right .layui-laypage {
  margin: 0;
}
.list-header .right .layui-laypage a,
.list-header .right .layui-laypage span {
  margin: 0 -1px 0 0;
}
.list-header .right .layui-laypage .layui-laypage-count {
  margin-right: 10px;
}
.list-header .right #current {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 6px;
}
.list-header .right #current i,
.list-header .right #current em {
  display: inline-block;
  vertical-align: top;
}
.list-header .right #current i.curr,
.list-header .right #current em.curr {
  color: #F32525;
}
#header .top {
  height: 30px;
  line-height: 30px;
  background: #eee;
  position: relative;
  z-index: 50;
}
#header .top .left {
  float: left;
}
#header .top .left a {
  margin-right: 15px;
  color: #666;
  cursor: pointer;
}
#header .top .left .location {
  color: #666;
}
#header .top .left .location .layui-icon {
  font-size: 14px;
}
#header .top .left .location .change {
  display: inline-block;
  vertical-align: top;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  padding: 0 3px;
  border-radius: 3px;
  line-height: 16px;
  margin-top: 7px;
  font-size: 10px;
  margin-left: 2px;
  cursor: pointer;
}
#header .top .right {
  float: right;
}
#header .top .right ul li {
  position: relative;
  float: left;
}
#header .top .right ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background: #cdcdcd;
}
#header .top .right ul li:first-child::before {
  display: none;
}
#header .top .right ul li a {
  color: #666;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
}
#header .top .right ul li a.qrcode {
  position: relative;
  cursor: default;
}
#header .top .right ul li a.qrcode > span .layui-icon {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
#header .top .right ul li a.qrcode .down {
  position: absolute;
  left: -38px;
  background: #fff;
  padding: 10px 20px 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
#header .top .right ul li a.qrcode .down .title {
  font-size: 14px;
}
#header .top .right ul li a.qrcode .down .item {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
#header .top .right ul li a.qrcode .down .item .img {
  width: 100px;
  height: 100px;
  border: 1px solid #f3f3f3;
  padding: 5px;
}
#header .top .right ul li a.qrcode .down .item .img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
#header .top .right ul li a.qrcode .down .item .txt {
  text-align: center;
  line-height: 22px;
}
#header .top .right ul li a.qrcode:hover > span .layui-icon {
  transform: rotate(180deg);
}
#header .top .right ul li a.qrcode:hover .down {
  opacity: 1;
  visibility: visible;
}
#header .navbar {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.06);
  height: 42px;
}
#header .navbar .category,
#header .navbar .nav {
  float: left;
}
#header .navbar .container {
  position: relative;
}
#header .navbar .category {
  position: relative;
  width: 234px;
  z-index: 11;
}
#header .navbar .category .btn a {
  display: block;
  color: #fff;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
#header .navbar .category .down {
  display: none;
  position: absolute;
  left: 0;
  top: 42px;
}
#header .navbar .category .down .list {
  position: relative;
  height: 380px;
  background: #060606;
  background: rgba(87, 87, 87, 0.8);
  padding: 20px 0;
  width: 234px;
}
#header .navbar .category .down .list .item {
  font-size: 14px;
}
#header .navbar .category .down .list .item .parent a {
  display: block;
  height: 42px;
  line-height: 42px;
  color: #fff;
  opacity: 0.8;
  padding: 0 27px;
}
#header .navbar .category .down .list .item .parent a span {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 6px;
}
#header .navbar .category .down .list .item:hover .parent a {
  background: rgba(0, 0, 0, 0.8);
}
#header .navbar .category .down .list .item .child {
  position: absolute;
  left: 234px;
  top: 0;
  background: #fff;
  width: 948px;
  height: 380px;
  padding: 20px;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.05);
  display: none;
  white-space: normal;
  line-height: 22px;
  overflow-y: auto;
  font-size: 0;
}
#header .navbar .category .down .list .item .child a {
  display: inline-block;
  vertical-align: baseline;
  width: 152px;
  font-size: 12px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
#header .navbar .category .down .list .item .child a .icon {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  display: -webkit-box-flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-direction: row;
}
#header .navbar .category .down .list .item .child a .icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  height: auto;
}
#header .navbar .category .down .list .item .child a .txt {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#header .navbar .category .down .list .item .child .brand .letter {
  position: relative;
}
#header .navbar .category .down .list .item .child .brand .letter .input {
  float: left;
}
#header .navbar .category .down .list .item .child .brand .letter a {
  float: left;
  width: auto;
  padding: 0 15px;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 5px;
}
#header .navbar .category .down .list .item .child .brand .letter a.on {
  color: #fff;
}
#header .navbar .category .down .list .item .child .brand .letter .input {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  margin-left: 10px;
  margin-top: 3px;
  padding-right: 15px;
}
#header .navbar .category .down .list .item .child .brand .letter .input input {
  border-radius: 4px;
  width: 130px;
  height: 22px;
  font-size: 12px;
  padding: 0 10px;
  border: none;
}
#header .navbar .category .down .list .item .child .brand .letter .input .ico {
  position: absolute;
  right: 5px;
  top: 0;
  color: #ccc;
}
#header .navbar .category .down .list .item .child .brand .bottom {
  width: 923px;
  height: 305px;
  overflow-y: scroll;
  border: 1px solid #f3f3f3;
  margin-top: 10px;
}
#header .navbar .category .down .list .item .child .brand .bottom a {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  position: relative;
  width: 150px;
  height: 75px;
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  overflow: hidden;
  cursor: pointer;
}
#header .navbar .category .down .list .item .child .brand .bottom a .img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
#header .navbar .category .down .list .item .child .brand .bottom a .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: -76px;
  height: 75px;
  background: rgba(41, 13, 2, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#CC290d02", endColorstr="#CC290d02");
  text-align: center;
  color: #fff;
  line-height: 20px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
#header .navbar .category .down .list .item .child .brand .bottom a .mask .name {
  margin-top: 18px;
}
#header .navbar .category .down .list .item .child .brand .bottom a:hover .mask {
  top: 0;
}
#header .navbar .category .down .list .item:hover .child {
  display: block;
}
#header .navbar .category:hover .down {
  display: block;
}
#header .navbar .nav {
  font-size: 16px;
  max-width: 900px;
  overflow: hidden;
  height: 42px;
}
#header .navbar .nav a {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 30px;
  line-height: 42px;
}
#header .navbar .nav a:hover {
  opacity: .85;
}
#header .navbar .shop {
  position: absolute;
  right: 0;
  top: 42px;
  width: 234px;
  height: 420px;
  background: #fff;
  display: none;
}
#header .navbar .shop .current-head {
  padding: 10px;
  border-bottom: 1px solid #f3f3f3;
}
#header .navbar .shop .current-head .current-city,
#header .navbar .shop .current-head .current-selected {
  display: inline-block;
  vertical-align: top;
}
#header .navbar .shop .current-head .current-selected {
  position: relative;
}
#header .navbar .shop .current-head .current-selected > a {
  position: relative;
  display: block;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  line-height: 20px;
  padding: 0 7px;
  margin-left: 10px;
  cursor: default;
  z-index: 2;
  background: #fff;
}
#header .navbar .shop .current-head .current-selected > a i {
  font-size: 12px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  margin-left: 3px;
}
#header .navbar .shop .current-head .current-selected .down {
  position: absolute;
  right: 0;
  top: 22px;
  border-width: 1px;
  border-style: solid;
  padding: 30px;
  width: 200px;
  z-index: 1;
  background: #fff;
  display: none;
  border-radius: 5px 0 5px 5px;
}
#header .navbar .shop .current-head .current-selected .down .region_style .region_item {
  margin-bottom: 10px;
}
#header .navbar .shop .current-head .current-selected .down .region_style .region_item > i {
  min-width: 8em;
  width: 100%;
}
#header .navbar .shop .current-head .current-selected:hover .down,
#header .navbar .shop .current-head .current-selected.on .down {
  display: block;
}
#header .navbar .shop .current-head .current-selected:hover > a,
#header .navbar .shop .current-head .current-selected.on > a {
  border-radius: 5px 5px 0 0;
  border-bottom-color: #fff;
}
#header .navbar .shop .current-body {
  position: relative;
  overflow: hidden;
}
#header .navbar .shop .current-body .name {
  text-align: center;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
}
#header .navbar .shop .current-body .img {
  width: 200px;
  height: 150px;
  margin: 0 auto;
}
#header .navbar .shop .current-body .img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
#header .navbar .shop .current-body .txt {
  padding: 20px;
}
#header .navbar .shop .current-body .txt .itm {
  line-height: 20px;
  margin-bottom: 5px;
}
#header .navbar .shop .current-body .txt .itm .label,
#header .navbar .shop .current-body .txt .itm .value {
  display: inline-block;
  vertical-align: top;
}
#header .navbar .shop .current-body .txt .itm .label {
  width: 40px;
  color: #999;
}
#header .navbar .shop .current-body .txt .itm .value {
  width: 150px;
}
#header .navbar .shop .current-body .txt .itm .btn {
  margin-top: 10px;
}
#header .navbar .shop .current-body .txt .itm .btn a {
  display: block;
  border-radius: 5px;
  color: #fff;
  height: 33px;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
}
#header .navbar .shop .current-body .tag {
  position: absolute;
  right: -25px;
  top: 5px;
  color: #fff;
  transform: rotate(45deg);
  width: 80px;
  text-align: center;
  line-height: 22px;
}
#header #header-search .tab {
  padding-left: 10px;
  font-size: 12px;
}
#header #header-search .tab label {
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
  line-height: 23px;
  cursor: pointer;
  border-radius: 2px 2px 0 0;
  margin-left: 5px;
  text-align: center;
}
#header #header-search .tab label:hover {
  background: #f4f4f4;
}
#header #header-search .tab label.active {
  color: #fff;
  font-weight: bold;
}
.number-step {
  border-radius: 4px;
  font-size: 0;
}
.number-step i {
  display: inline-block;
  vertical-align: top;
  line-height: 28px;
  border: 1px solid #eaeaea;
  padding: 0 10px;
  cursor: pointer;
  font-size: 18px;
}
.number-step i.minus {
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.number-step i.plus {
  border-left: none;
  border-radius: 0 4px 4px 0;
}
.number-step i.dis {
  background: #fbfbfb;
  color: #ccc;
  cursor: not-allowed;
}
.number-step input {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  text-align: center;
  border: 1px solid #eaeaea;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 12px;
}
.number-step input:disabled {
  background: #fbfbfb;
  color: #ccc;
}
.number-step span {
  line-height: 30px;
  color: #999;
  margin-left: 10px;
  font-family: simsun;
}
.icp {
  color: #333;
  text-align: center;
  line-height: 40px;
  padding: 15px;
  border-top:1px solid #f3f3f3;
}
.icp iframe {
  height: 40px;
  margin-left: 10px;
  vertical-align: top;
}
