@charset 'utf-8';
.lunbo .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.lunbo .swiper-pagination-bullet-active {
  background-color: #f8a008;
}
.lunbo .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.lunbo .swiper-container .swiper-button-prev,
.lunbo .swiper-container .swiper-button-next {
  width: 40px;
  height: 80px;
  margin-top: -40px;
  background-color: rgba(51, 51, 51, 0.3);
  background-size: 50% 50%;
}
.lunbo .swiper-container .swiper-button-prev {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.lunbo .swiper-container .swiper-button-next {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.lunbo .swiper-container .swiper-button-prev:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f8a008'%2F%3E%3C%2Fsvg%3E");
}
.lunbo .swiper-container .swiper-button-next:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f8a008'%2F%3E%3C%2Fsvg%3E");
}
.markets .markets_title {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.markets .markets_title h2 {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  line-height: 45px;
  font-weight: bold;
  color: #333333;
  float: left;
}
.markets .markets_title i {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  background: url(../images/img/markets_icons.png) no-repeat 0 0;
  vertical-align: -2px;
}
.markets .markets_title .sorts{
  float: right;
  height: 45px;
  line-height: 55px;
}
.markets .box {
  overflow: hidden;
  margin-top: 50px;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 14px;
  line-height: 29px;
  font-weight: bold;
  color: #666666;
  line-height: 14px;
  color: #333;
}
.markets .box .classify {
  height: 14px;
}
.markets .box .classify a {
  color: #666;
  padding: 0 10px;
  border-right: 1px solid #ccc;
}
.markets .box .classify a:last-child {
  border: none;
}
.markets .box .classify a:hover {
  color: #f8a008;
}
.markets .box .classify a.active {
  color: #f8a008;
}
.markets .box .sorts {
  margin-top: 20px;
  height: 14px;
}
.markets .box .sorts a {
  color: #666;
  padding: 0 6px;
}
.markets .box .sorts .up i,
.markets .box .sorts .down i {
  display: inline-block;
  width: 6px;
  height: 16px;
  background: url(../images/img/markets_up_down.png) no-repeat 0 0;
  margin-left: 5px;
  vertical-align: middle;
}
.markets .box .sorts .up i {
  background-position: -2px -1px;
}
.markets .box .sorts .down i {
  background-position: -8px -1px;
}
.markets .box .sorts a:hover {
  color: #f8a008;
}
.markets .box .sorts a.active {
  color: #f8a008;
}
.markets .costumes {
  margin-top: 30px;
}
.markets .costumes .markets_title h2 i {
  background-position: 0px 1px;
}
.markets .costumes .content_wrap {
  margin-top: 20px;
  height: 620px;
}
.markets .costumes .content_wrap ul li {
  float: left;
  width: 248px;
  height: 300px;
  margin: 0 0 10px 24px;
}
.markets .costumes .content_wrap ul li a .imgWrap {
  width: 248px;
  height: 248px;
}
.markets .costumes .content_wrap ul li a .instruction {
  height: 60px;
  width: 100%;
  text-align: center;
}
.markets .costumes .content_wrap ul li a .instruction h3,
.markets .costumes .content_wrap ul li a .instruction .price {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 16px;
  line-height: 31px;
  font-weight: bold;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 16px;
  line-height: 16px;
}
.markets .costumes .content_wrap ul li a .instruction h3 {
  padding-top: 10px;
}
.markets .costumes .content_wrap ul li a .instruction .price {
  color: #f8a008;
  padding-top: 8px;
}
.markets .costumes .content_wrap ul li:first-child {
  width: 384px;
  height: 620px;
  margin: 0;
}
.markets .costumes .content_wrap ul li:first-child a .imgWrap {
  width: 384px;
  height: 558px;
}
.markets .costumes .content_wrap ul li:hover .imgWrap {
  box-shadow: 0 0 10px #999;
}
.markets .footwear,
.markets .acc,
.markets .gift {
  margin-top: 30px;
}
.markets .footwear .content_wrap,
.markets .acc .content_wrap,
.markets .gift .content_wrap {
  margin-top: 20px;
  height: 704px;
}
.markets .footwear .content_wrap ul li,
.markets .acc .content_wrap ul li,
.markets .gift .content_wrap ul li {
  width: 280px;
  height: 340px;
  margin: 0 26.6px 24px 0;
  float: left;
}
.markets .footwear .content_wrap ul li a .imgWrap,
.markets .acc .content_wrap ul li a .imgWrap,
.markets .gift .content_wrap ul li a .imgWrap {
  width: 280px;
  height: 280px;
}
.markets .footwear .content_wrap ul li a .instruction,
.markets .acc .content_wrap ul li a .instruction,
.markets .gift .content_wrap ul li a .instruction {
  height: 60px;
  width: 100%;
  text-align: center;
}
.markets .footwear .content_wrap ul li a .instruction h3,
.markets .acc .content_wrap ul li a .instruction h3,
.markets .gift .content_wrap ul li a .instruction h3,
.markets .footwear .content_wrap ul li a .instruction .price,
.markets .acc .content_wrap ul li a .instruction .price,
.markets .gift .content_wrap ul li a .instruction .price {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 16px;
  line-height: 31px;
  font-weight: bold;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 16px;
  line-height: 16px;
}
.markets .footwear .content_wrap ul li a .instruction h3,
.markets .acc .content_wrap ul li a .instruction h3,
.markets .gift .content_wrap ul li a .instruction h3 {
  padding-top: 10px;
}
.markets .footwear .content_wrap ul li a .instruction .price,
.markets .acc .content_wrap ul li a .instruction .price,
.markets .gift .content_wrap ul li a .instruction .price {
  color: #f8a008;
  padding-top: 8px;
}
.markets .footwear .content_wrap ul li:nth-child(4n),
.markets .acc .content_wrap ul li:nth-child(4n),
.markets .gift .content_wrap ul li:nth-child(4n) {
  margin-right: 0;
}
.markets .footwear .content_wrap ul li:hover .imgWrap,
.markets .acc .content_wrap ul li:hover .imgWrap,
.markets .gift .content_wrap ul li:hover .imgWrap {
  box-shadow: 0 0 10px #999;
}
.markets .footwear .markets_title i {
  background-position: -32px 2px;
}
.markets .acc .markets_title i {
  background-position: -96px 1px;
}
.markets .gift .markets_title i {
  background-position: -128px 1px;
}
.markets .bolster {
  margin-top: 30px;
}
.markets .bolster .markets_title i {
  background-position: -64px 1px;
}
.markets .bolster .content_wrap {
  margin-top: 20px;
  height: 340px;
  overflow: hidden;
}
.markets .bolster .content_wrap ul li {
  width: 280px;
  height: 340px;
  margin-right: 26.6px;
  float: left;
}
.markets .bolster .content_wrap ul li a .imgWrap {
  width: 280px;
  height: 280px;
}
.markets .bolster .content_wrap ul li a .instruction {
  height: 60px;
  width: 100%;
  text-align: center;
}
.markets .bolster .content_wrap ul li a .instruction h3,
.markets .bolster .content_wrap ul li a .instruction .price {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 16px;
  line-height: 31px;
  font-weight: bold;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 16px;
  line-height: 16px;
}
.markets .bolster .content_wrap ul li a .instruction h3 {
  padding-top: 10px;
}
.markets .bolster .content_wrap ul li a .instruction .price {
  color: #f8a008;
  padding-top: 8px;
}
.markets .bolster .content_wrap ul li:last-child {
  margin-right: 0;
}
.markets .bolster .content_wrap ul li:hover .imgWrap {
  box-shadow: 0 0 10px #999;
}
#footer {
  margin-top: 100px !important;
}
