* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  list-style: none;
}
.product-info {
  width: 1200px;
  height: auto;
  margin: 30px auto;
}
.location {
  font-size: 14px;
  font-family: pingfangsc-regular, pingfang sc;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  margin-bottom: 30px;
}
.location a {
  font-size: 14px;
  font-family: pingfangsc-regular, pingfang sc;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}
.location span {
  font-size: 14px;
  font-family: pingfangsc-regular, pingfang sc;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.product-info-item {
  display: flex;
}
.product-info-item .product-info-side {
  width: 523px;
  height: auto;
}
.product-info-article {
  margin: 28px 0px 0px 102px;
  font-size: 16px;
  font-family: pingfangsc-regular, pingfang sc;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}
.product-info-article ul li {
  height: 50px;
}
.product-info-article ul li:first-child {
  font-size: 30px;
  font-family: pingfangsc-semibold, pingfang sc;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
}
.product-info-article ul li span {
  display: inline-block;
  width: 22px;
}
.product-info-article ul li:nth-child(2) {
  font-size: 22px;
  font-family: pingfangsc-semibold, pingfang sc;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
}
.product-info-article ul li:nth-child(3) {
  width: 438px;
  height: 1px;
  background-color: #ffeeeeee;
  margin-bottom: 25px;
}
/* .product-info-article ul li:last-child {
  width: 158px;
  height: 49px;
  background: rgba(42, 118, 222, 1);
  box-shadow: 0px 5px 11px 0px rgba(42, 118, 222, 0.3);
  border-radius: 25px;
  line-height: 49px;
  text-align: center;
  cursor: pointer;
} */
.product-info-article ul li:last-child a{
  font-size: 16px;
  font-family: pingfangsc-regular, pingfang sc;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}
.product-details {
  width: 100%;
  height: auto;
  background: rgba(245, 245, 245, 1);
  padding-top: 33px;
  padding-bottom: 30px;
}
.product-details .details {
  width: 1200px;
  margin: 0px auto;
  height: auto;
  background: rgba(255, 255, 255, 1);
  padding-top: 27px;
  padding-bottom: 62px;
}
.details > img {
  display: block;
  width: 288px;
  height: 56px;
  margin: 0px auto;
}
.details-info{
  padding-left: 20px;
  width: 100%;
  height: auto;
  line-height: 33px;
}
.detailsline{
  width: 100%;
  height: 1px;
  border: none;
  background: #eeeeee;
  margin-top: 18px;
  margin-bottom: 36px;
}
.product-details .details p:first-child img {
  display: block;
  width: 388px;
  height: 78px;
  margin: 0px auto;
}
/* .product-details .details p:nth-child(2) {
  width: 100%;
  height: 1px;
  background: #ffeeeeee;
  margin: 18px 0px 36px 0px;
} */
.product-details .details p:last-child img {
  display: block;
  width: 829px;
  height: auto;
  margin: 0px auto;
}
.left-pro > ul > li {
  float: left;
  margin-right: 11px;
  margin-top: 17px;
}
.left-pro > ul {
  width: 543px;
  height: auto;
}
.left-pro > ul > li > img {
  display: block;
  width: 122px;
  height: 122px;
}
.left-pro > ul > li:first-child > img {
  display: block;
  width: 523px;
  height: 523px;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-top {
  height: 80%;
  width: 100%;
}
.gallery-top .swiper-slide {
  height: 523px;
  width: 523px;
}
.gallery-thumbs {
  width: 543px;
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  width: 122px;
  height: 122px;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

