.container .content {
  padding: 0;
}
.container .content .Box .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
}
.container .content .Box .swiper-container .swiper-wrapper .swiper-slide .txt {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  position: absolute;
  top: 30%;
  height: 180px;
  width: 820px;
  color: #fff;
  /* font-family: 'SourceHanSansCN'; */
  font-family: 'Microsoft Yahei', Helvetica, sans-serif;
  font-weight: lighter;
  padding: 0 0 0 50px;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container .content .Box .swiper-container .swiper-wrapper .swiper-slide .txt .t1 {
  color: #cca34a;
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-left: 3px solid #cca34a;
  height: 38px;
  line-height: 38px;
  padding-left: 10px;
  margin-bottom: 12px;
}
.container .content .Box .swiper-container .swiper-wrapper .swiper-slide .txt .t2 {
  font-size: 22px;
  font-weight: 100;
  letter-spacing: 1px;
  color: #fff;
}
.container .content .Box .swiper-container .swiper-wrapper .swiper-slide .txt .t3 {
  font-size: 32px;
  padding-left: 72px;
  margin-top: 20px;
  letter-spacing: 2px;
}
.container .content .Box .swiper-container .swiper-wrapper .swiper-slide img, .container .content .Box .swiper-container .swiper-wrapper .swiper-slide video {
  display: block;
  width: 100%;
}
.container .content .Box .swiper-container .swiper-pagination-bullet {
  width: 16px;
  height: 10px;
  border-radius: 7px;
  border: solid 2px #ffffff;
  box-sizing: border-box;
}
.container .content .Box .swiper-container .swiper-pagination-bullet-active {
  background-color: #cca34a;
  border-color: #cca34a;
}
.container .content .Box .swiper-container .swiper-pagination {
  bottom: 25px;
  box-sizing: border-box;
  padding-right: 3.5%;
  text-align: right;
}
.container .content .Box .section .section_box {
  padding: 85px 7% 85px;
}
.container .content .Box .section .section_box .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .Box .section .section_box .top a {
  border-radius: 24px;
  border: solid 2px #d1d1d1;
  box-sizing: border-box;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #2f2f2f;
  padding: 8px 15px;
}
.container .content .Box .section .section_box .top a i {
  font-size: 15px;
  margin-left: 3px;
}
.container .content .Box .section .section_box .top .type {
  display: flex;
  align-items: center;
}
.container .content .Box .section .section_box .top .type p {
  background-color: #ffffff;
  border-radius: 18px;
  border: solid 1px #dfdfdf;
  box-sizing: border-box;
  font-family: MicrosoftYaHei;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #2f2f2f;
  padding: 7px 15px;
  margin-left: 7px;
  cursor: pointer;
}
.container .content .Box .section .section_box .top .type p:first-child {
  margin-left: 0;
}
.container .content .Box .section .section_box .top .type p.active {
  color: #ffffff;
  background-color: #cca34a;
}
.container .content .Box .section1 .section_box {
  padding-bottom: 35px;
}
.container .content .Box .section1 .section_box .con {
  display: flex;
}
.container .content .Box .section1 .section_box .con .left {
  width: 50%;
}
.container .content .Box .section1 .section_box .con .right {
  width: 50%;
}
.container .content .Box .section1 .section_box .con .right .info {
  font-family: MicrosoftYaHeiLight;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.9;
  letter-spacing: 0px;
  color: #666666;
  margin: 20px 0 35px;
}
.container .content .Box .section1 .section_box .con .right .distance .distance_title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #1c1c1c;
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  margin-bottom: 17px;
}
.container .content .Box .section1 .section_box .con .right .distance .distance_title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #cca34a;
}
.container .content .Box .section1 .section_box .con .right .distance .distance_content {
  display: flex;
  flex-wrap: wrap;
}
.container .content .Box .section1 .section_box .con .right .distance .distance_content .item {
  font-family: MicrosoftYaHeiLight;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #666666;
  background-color: #f4f4f4;
  border-radius: 15px;
  padding: 8px 15px;
  display: block;
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s all linear;
}
.container .content .Box .section1 .section_box .con .right .distance .distance_content .item:hover {
  background-color: #cca34a;
  color: #ffffff;
}
.container .content .Box .section1 .section_box .con .right .distance .distance_content .item:last-child {
  margin-right: 0;
}
.container .content .Box .section1 .section_box .con .right .lookDetail {
  background-image: linear-gradient(90deg, #f5c778 0%, #cca34a 100%), linear-gradient(#cca34a, #cca34a);
  background-blend-mode: normal, normal;
  border-radius: 29px;
  display: inline-block;
  color: #ffffff;
  padding: 8px 17px;
  margin-top: 32px;
}
.container .content .Box .section1 .section_box .con .right .lookDetail .iconfont {
  margin-left: 5px;
}
.container .content .Box .section2 .section_box {
  padding-bottom: 50px;
}
.container .content .Box .section2 .con {
  height: 500px;
  background: url("../img/92.png") no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
}
.container .content .Box .section2 .con .con_shadow {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.container .content .Box .section2 .con .item {
  width: 25%;
  position: relative;
  box-sizing: border-box;
  padding: 5% 5% 0;
}
.container .content .Box .section2 .con .item:hover .shadow {
  background-color: rgba(0, 0, 0, 0.5);
}
.container .content .Box .section2 .con .item:hover .con_info .linear {
  opacity: 0.8;
}
.container .content .Box .section2 .con .item:hover .con_info .lookDetail {
  opacity: 1;
  transform: scale(1);
}
.container .content .Box .section2 .con .item .shadow {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s all linear;
}
.container .content .Box .section2 .con .item .con_info {
  position: relative;
  z-index: 11;
}
.container .content .Box .section2 .con .item .con_info .img {
  height: 65px;
  display: flex;
  align-items: center;
}
.container .content .Box .section2 .con .item .con_info .img img {
  width: 47px;
  display: block;
}
.container .content .Box .section2 .con .item .con_info .info {
  font-family: MicrosoftYaHei;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.95;
  padding-top: 7px;
  padding-bottom: 10px;
}
.container .content .Box .section2 .con .item .con_info .linear {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.3;
  transition: 0.3s all linear;
}
.container .content .Box .section2 .con .item .con_info .lookDetail {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cca34a;
  margin-top: 17px;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s all linear;
}
.container .content .Box .section2 .con .item .con_info .lookDetail .iconfont {
  font-size: 22px;
  color: #fff;
}
.container .content .Box .section3 {
  background-color: #fff;
}
.container .content .Box .section3 .con_box {
  display: none;
}
.container .content .Box .section3 .con {
  display: flex;
  flex-wrap: wrap;
  padding-top: 37px;
}
.container .content .Box .section3 .con .item {
  width: 32%;
  margin-right: 2%;
  background-color: #E9E9E9;
  margin-top: 17px;
  box-sizing: border-box;
  padding: 2%;
  transition: 0.3s all linear;
}
.container .content .Box .section3 .con .item:hover {
  background: url("../img/82.png") no-repeat center center;
  background-size: cover;
}
.container .content .Box .section3 .con .item:hover .item_top h3 {
  color: #fff;
}
.container .content .Box .section3 .con .item:hover .item_top .time h4, .container .content .Box .section3 .con .item:hover .item_top .time p {
  color: #fff;
}
.container .content .Box .section3 .con .item:hover .info {
  color: #fff;
}
.container .content .Box .section3 .con .item:hover .bottom a, .container .content .Box .section3 .con .item:hover .bottom .sign {
  color: #fff;
}
.container .content .Box .section3 .con .item:nth-child(3n) {
  margin-right: 0;
}
.container .content .Box .section3 .con .item .item_top {
  display: flex;
  align-items: center;
}
.container .content .Box .section3 .con .item .item_top h3 {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 0px;
  color: #2f2f2f;
  padding-right: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.container .content .Box .section3 .con .item .item_top .time {
  text-align: center;
  padding-left: 13px;
  flex-shrink: 0;
  position: relative;
}
.container .content .Box .section3 .con .item .item_top .time:before {
  content: '';
  position: absolute;
  left: 0;
  height: 76%;
  top: 12%;
  width: 1px;
  background-color: #e3e3e3;
}
.container .content .Box .section3 .con .item .item_top .time h4 {
  font-family: NexaBold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #2f2f2f;
}
.container .content .Box .section3 .con .item .item_top .time p {
  font-family: NexaBold;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #2f2f2f;
  opacity: 0.5;
}
.container .content .Box .section3 .con .item .info {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0px;
  color: #000;
  opacity: 0.75;
  margin-top: 18px;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.container .content .Box .section3 .con .item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .Box .section3 .con .item .bottom a {
  border-radius: 18px;
  border: solid 2px #e3e3e3;
  font-family: MicrosoftYaHei;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  box-sizing: border-box;
  padding: 6px 13px;
  letter-spacing: 0px;
  color: #2f2f2f;
}
.container .content .Box .section3 .con .item .bottom .sign {
  font-family: MicrosoftYaHei;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #2f2f2f;
}
.container .content .Box .section4 .section_box {
  padding-top: 35px;
  padding-bottom: 55px;
  background-color: #fafafa;
}
.container .content .Box .section4 .con {
  position: relative;
}
.container .content .Box .section4 .con .brand {
  overflow: hidden;
  width: 100%;
}
.container .content .Box .section4 .con .brand .swiper-wrapper .swiper-slide {
  position: relative;
}
.container .content .Box .section4 .con .brand .swiper-wrapper .swiper-slide .title {
  position: absolute;
  font-family: MicrosoftYaHei-Bold;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffffff;
  left: 7%;
  top: 12%;
}
.container .content .Box .section4 .con .brand .swiper-wrapper .swiper-slide .title:before {
  content: '';
  position: absolute;
  left: 0;
  top: -18px;
  width: 40px;
  height: 5px;
  background-color: #ffffff;
  opacity: 0.3;
}
.container .content .Box .section4 .con .brand .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
}
.container .content .Box .section4 .con .brand .swiper-wrapper .swiper-slide .lookDetail {
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  padding: 11px 15px;
  border-radius: 26px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #000000;
}
.container .content .Box .section4 .con .brand .swiper-wrapper .swiper-slide .lookDetail i {
  margin-left: 5px;
}
.container .content .Box .section4 .con .brand .swiper-button {
  position: absolute;
  right: 7%;
  top: 13.5%;
  z-index: 99;
  display: flex;
  align-items: center;
}
.container .content .Box .section4 .con .brand .swiper-button .swiper-button-next, .container .content .Box .section4 .con .brand .swiper-button .swiper-button-prev {
  position: static;
  padding: 7px 26px;
  border-radius: 22px;
  border: solid 2px #ffffff;
  box-sizing: border-box;
  height: auto;
  transition: 0.1s all linear;
}
.container .content .Box .section4 .con .brand .swiper-button .swiper-button-next:hover, .container .content .Box .section4 .con .brand .swiper-button .swiper-button-prev:hover {
  background-color: #cca34a;
  border-color: #cca34a;
}
.container .content .Box .section4 .con .brand .swiper-button .swiper-button-next:after, .container .content .Box .section4 .con .brand .swiper-button .swiper-button-prev:after {
  font-size: 17px;
  color: #fff;
}
.container .content .Box .section4 .con .brand .swiper-button .banner_prev {
  margin-right: 10px;
}
.container .content .Box .section4 .con .brandList {
  position: absolute;
  z-index: 99;
  bottom: 8%;
  left: 7%;
  right: 7%;
  display: flex;
  justify-content: space-between;
}
.container .content .Box .section4 .con .brandList .item {
  width: 10%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 1.5%;
  height: 76px;
  transition: 0.3s all linear;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .content .Box .section4 .con .brandList .item.active {
  background-color: #cca34a;
  box-shadow: 4px 6px 13px 0px rgba(204, 163, 74, 0.6);
  transform: translateY(-5px);
}
.container .content .Box .section4 .con .brandList .item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.jsmap-container .jsmap-svg-container svg {
  overflow: visible !important;
}

.animate {
  animation: opt 3s linear;
}

@keyframes opt {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.jsmap-container {
  width: 50% !important;
  margin-top: 0;
}
.jsmap-container .jsmap-svg-container {
  width: 100% !important;
}
.jsmap-container .jsmap-svg-container svg {
  width: 100%;
  margin-left: -85px !important;
}

@media all and (max-width: 1050px) {
  .container .content .Box .section3 .con .item {
    width: 49%;
  }
  .container .content .Box .section3 .con .item:nth-child(3n) {
    margin-right: 2%;
  }
  .container .content .Box .section3 .con .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 970px) {
  .container .content .Box .section2 .con {
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 5%;
  }
  .container .content .Box .section2 .con .item {
    width: 50%;
  }

  .container .content .Box .section2 .con .item .con_info .lookDetail {
    width: 50px;
    height: 50px;
  }
}
@media all and (max-width: 820px) {
  .container .content .Box .section4 .con .brandList {
    display: none;
  }

  .container .content .Box .section4 .con .brand .swiper-button {
    display: none;
  }

  .container .content .Box .section4 .con .brand .swiper-wrapper .swiper-slide .title {
    font-size: 20px;
  }
  .container .content .Box .section4 .con .brand .swiper-wrapper .swiper-slide .title:before {
    top: -10px;
  }

  .container .content .Box .section1 .section_box .con .left {
    display: none;
  }
  .container .content .Box .section1 .section_box .con .right {
    width: 100%;
  }
}
@media all and (max-width: 550px) {
  .container .content .Box .swiper-container .swiper-wrapper .swiper-slide .txt {
    display: none;
  }

  .container .content .Box .section3 .con .item {
    width: 100%;
    margin-right: 0 !important;
    padding: 4.5%;
  }

  .container .content .Box .section4 .con .brand {
    height: 260px;
  }

  .container .content .Box .section4 .con .brand .swiper-wrapper .swiper-slide img {
    height: 100%;
    object-fit: cover;
  }

  .container .content .Box .section4 .con .brand .swiper-wrapper .swiper-slide .lookDetail {
    top: 83%;
  }

  .container .content .Box .section4 .section_box {
    padding-bottom: 23px;
  }

  .container .content .Box .section .section_box {
    padding-bottom: 33px;
    padding-top: 65px;
  }

  .container .content .Box .section .section_box .top {
    flex-wrap: wrap;
  }

  .container .content .Box .section .section_box .top .type {
    overflow-x: scroll;
    margin-top: 25px;
    padding-bottom: 15px;
  }
  .container .content .Box .section .section_box .top .type p {
    flex-shrink: 0;
  }

  .container .content .Box .section3 .con {
    padding-top: 5px;
  }

  .container .content .Box .section2 .con .item {
    width: 100%;
    padding-left: 10%;
  }
  .container .content .Box .section2 .con .item .con_info {
    display: flex;
    align-items: center;
  }
  .container .content .Box .section2 .con .item .con_info .linear {
    display: none;
  }
  .container .content .Box .section2 .con .item .con_info .info {
    width: 43%;
    margin: 0 15px;
  }
  .container .content .Box .section2 .con .item .con_info .lookDetail {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }

  .container .content .Box .section3 .section_box {
    padding-bottom: 0;
  }

  .container .content .Box .section2 .con .item .con_info .info {
    font-size: 16px;
  }

  .container .content .Box .section2 .con .item .con_info .img img {
    width: 40px;
  }
}

/*# sourceMappingURL=index.css.map */
