.details {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.details .swiper-container {
  width: 100%;
  height: 500px;
  overflow: visible;
}
.details .swiper-container .swiper-slide {
  width: 70%;
  position: relative;
}
.details .swiper-container .swiper-slide .clickView {
  width: 100%;
  height: 30px;
  opacity: 0;
  transition: all .6s;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
}
.details .swiper-container .swiper-slide .clickView > svg {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.details .swiper-container .swiper-slide .clickView > span {
  color: #ffffff;
}
.details .swiper-container .swiper-slide-active .clickView {
  opacity: 1;
}
.details .swiper-container .swiper-button-prev,
.details .swiper-container .swiper-button-next {
  color: #c59981;
}
.details .swiper-container .details-gradual-1,
.details .swiper-container .details-gradual-2 {
  width: 190px;
  height: 500px;
  z-index: 1;
  position: absolute;
  left: 0;
  top: -1px;
}
.details .swiper-container .details-gradual-2 {
  left: auto;
  right: 0;
}
.details .swiper-container .swiper-pagination {
  bottom: -50px;
  z-index: 1992;
}
.details .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #ffffff;
  border: 2px solid #c59981;
  text-align: center;
}
.details .swiper-container .swiper-pagination .swiper-pagination-bullet > span {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  display: inline-block;
}
.details
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  > span {
  background-color: #c59981;
}
.details .details-info {
  width: 1050px;
  height: auto;
  overflow: hidden;
  margin: 120px auto 0;
}
.details .details-info > li {
  width: 50%;
  height: auto;
  float: left;
}
.details .details-info > li:nth-of-type(1) > p:nth-of-type(1) {
  font-size: 50px;
  color: #2a3458;
  margin-bottom: 10px;
  font-weight: bold;
}
.details .details-info > li:nth-of-type(1) > p:nth-of-type(2) {
  font-size: 20px;
  color: #939393;
  margin-bottom: 50px;
}
.details .details-info > li:nth-of-type(1) > ul {
  width: auto;
  height: auto;
  overflow: hidden;
}
.details .details-info > li:nth-of-type(1) > ul > li {
  width: auto;
  height: auto;
  margin-right: 20px;
  float: left;
}
.details .details-info > li:nth-of-type(1) > ul > li > img {
  width: auto;
  height: 25px;
}
.details .details-info > li:nth-of-type(1) > ul > li > span {
  font-size: 40px;
  color: #c59981;
  margin-right: 10px;
}
.details .details-info > li:nth-of-type(1) > ul > li:last-child {
  margin-right: 0;
}
.details .details-info > li:nth-of-type(1) .details-info-money {
  font-size: 32px;
  color: #2a3458;
  margin-top: 20px;
  font-weight: bold;
}
.details .details-info > li:nth-of-type(1) .details-info-btn {
  width: 200px;
  height: 35px;
  background-color: #2a3458;
  margin-top: 60px;
  margin-bottom: 150px;
  position: relative;
  /* letter-spacing: -1px; */
}
.details .details-info > li:nth-of-type(1) .details-info-btn > a {
  font-size: 22px;
  color: #c59981;
  font-weight: bold;
}
.details .details-info > li:nth-of-type(1) .details-info-btn:before {
  content: "";
  width: 280px;
  height: 1px;
  background-color: #e0e0e0;
  position: absolute;
  left: 0;
  top: -30px;
}
.details .details-info > li:nth-of-type(2) > p {
  font-size: 15px;
  color: #939393;
  margin-bottom: 5px;
}

@media screen and (max-width: 1050px) {
  .details .swiper-container {
    height: 300px;
  }
  .details .swiper-container .details-gradual-1,
  .details .swiper-container .details-gradual-2 {
    height: 300px;
  }
  .details .swiper-container .swiper-pagination .swiper-pagination-bullet {
    /* width: 15px; */
    /* height: 15px; */
  }
  .details .details-info {
    width: auto;
    margin: 70px auto 0;
  }
  .details .details-info > li {
    width: 100%;
    padding: 0 30px;
  }
  .details .details-info > li:nth-of-type(1) > p:nth-of-type(1) {
    font-size: 30px;
  }
  .details .details-info > li:nth-of-type(1) > p:nth-of-type(2) {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .details .details-info > li:nth-of-type(1) > ul > li > span {
    font-size: 30px;
  }
  .details .details-info > li:nth-of-type(1) .details-info-money {
    font-size: 45px;
  }
  .details .details-info > li:nth-of-type(1) .details-info-btn {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .details .details-info > li:nth-of-type(1) .details-info-btn:before {
    display: none;
  }
  .details .details-info > li:nth-of-type(2) {
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=details.css.map */
