.home {
  width: 100%;
}
.home .main {
  margin-top: 90px;
  padding: 20px 10%;
  background: #F6F6F6;
}
.home .main .links {
  display: flex;
  align-items: center;
}
.home .main .links a {
  color: #333333;
  font-size: 14px;
}
.home .main .links p {
  color: #999999;
  font-size: 14px;
}
.home .main .content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.home .main .content .left {
  width: calc(99% - 316px);
}
.home .main .content .left .pInfo {
  background: white;
  padding: 30px;
}
.home .main .content .left .pInfo .d1 {
  display: flex;
  justify-content: space-between;
}
.home .main .content .left .pInfo .d1 .l {
  width: 45%;
  display: flex;
  justify-content: space-between;
}
.home .main .content .left .pInfo .d1 .l .sw1 {
  width: 70px;
}
.home .main .content .left .pInfo .d1 .l .sw1 .swiper-container {
  width: 100%;
  height: 380px;
}
.home .main .content .left .pInfo .d1 .l .sw1 .swiper-container .swiper-wrapper .swiper-slide .item {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  cursor: pointer;
}
.home .main .content .left .pInfo .d1 .l .sw1 .swiper-container .swiper-wrapper .swiper-slide .item img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
}
.home .main .content .left .pInfo .d1 .l .sw2 {
  width: calc(98% - 70px);
}
.home .main .content .left .pInfo .d1 .l .sw2 .swiper-container {
  width: 100%;
}
.home .main .content .left .pInfo .d1 .l .sw2 .swiper-container .swiper-wrapper .swiper-slide .item {
  border: 1px solid #F1F1F1;
  width: 98%;
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .main .content .left .pInfo .d1 .l .sw2 .swiper-container .swiper-wrapper .swiper-slide .item img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
}
.home .main .content .left .pInfo .d1 .text {
  width: 52%;
}
.home .main .content .left .pInfo .d1 .text .pt {
  color: #333333;
  font-size: 20px;
}
.home .main .content .left .pInfo .d1 .text .price {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.home .main .content .left .pInfo .d1 .text .price p:nth-child(1) {
  color: #333333;
  font-size: 24px;
}
.home .main .content .left .pInfo .d1 .text .price p:nth-child(2) {
  color: #7B7B7B;
  text-decoration: line-through;
  margin-left: 20px;
}
.home .main .content .left .pInfo .d1 .text .buy {
  width: 70%;
  background: #1583E1;
  font-size: 18px;
  text-align: center;
  color: white;
  display: block;
  padding: 15px 0;
  border-radius: 30px;
}
.home .main .content .left .pInfo .d1 .text .btns {
  width: 70%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  border: 1px solid #D2D2D2;
  margin-top: 30px;
}
.home .main .content .left .pInfo .d1 .text .btns .i {
  padding: 10px 0;
}
.home .main .content .left .pInfo .d1 .text .btns .i p:nth-child(1) {
  color: #333333;
}
.home .main .content .left .pInfo .d1 .text .btns .i p:nth-child(2) {
  color: rgba(51, 51, 51, 0.36);
  font-size: 14px;
}
.home .main .content .left .pInfo .d1 .text .btns .i:nth-child(1) {
  width: 30%;
  background: #F6F6F6;
  border-right: 1px solid #D2D2D2;
}
.home .main .content .left .pInfo .d1 .text .btns .i:nth-child(2) {
  width: 50%;
}
.home .main .content .left .pInfo .d1 .text .btns .copy {
  width: 20%;
  background: #D70954;
  color: white;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.home .main .content .left .pInfo .spec {
  color: #333333;
  border-top: 1px solid #F0F0F0;
  padding: 20px 0;
  margin-top: 30px;
}
.home .main .content .left .pInfo .spec .t {
  margin-bottom: 20px;
}
.home .main .content .left .pInfo .spec .text {
  line-height: 1.8;
  font-size: 14px;
}
.home .main .content .left .related {
  margin-top: 30px;
}
.home .main .content .left .related .d1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .main .content .left .related .d1 p {
  color: #333333;
}
.home .main .content .left .related .d1 .btns {
  display: flex;
}
.home .main .content .left .related .d1 .btns .prev, .home .main .content .left .related .d1 .btns .next {
  margin-left: 20px;
  outline: none;
  cursor: pointer;
}
.home .main .content .left .related .pros {
  margin-top: 20px;
}
.home .main .content .left .related .pros .swiper-container {
  width: 100%;
}
.home .main .content .left .related .pros .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  border: 1px solid #E0E0E0;
  background: white;
  border-radius: 10px;
  padding: 0 10px;
}
.home .main .content .left .related .pros .swiper-container .swiper-wrapper .swiper-slide a .pic {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .main .content .left .related .pros .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 100%;
  max-height: 250px;
  vertical-align: middle;
  object-fit: contain;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.home .main .content .left .related .pros .swiper-container .swiper-wrapper .swiper-slide a .t {
  color: #333333;
  font-size: 15px;
  margin: 10px 0;
  line-height: 1.6;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home .main .content .left .related .pros .swiper-container .swiper-wrapper .swiper-slide a .price {
  display: flex;
  align-items: center;
}
.home .main .content .left .related .pros .swiper-container .swiper-wrapper .swiper-slide a .price p:nth-child(1) {
  color: #333333;
  font-size: 18px;
}
.home .main .content .left .related .pros .swiper-container .swiper-wrapper .swiper-slide a .price p:nth-child(2) {
  color: #7B7B7B;
  text-decoration: line-through;
  margin: 0 8px;
  font-size: 12px;
}
.home .main .content .left .related .pros .swiper-container .swiper-wrapper .swiper-slide a .ly {
  color: #999999;
  font-size: 12px;
  margin: 20px 0;
}
.home .main .content .r {
  width: 316px;
}
.home .main .content .r .item {
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.home .main .content .r .item .close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  cursor: pointer;
}
.home .main .content .r .item .close img {
  width: 20px;
}
.home .main .content .r .item a {
  display: block;
}
.home .main .content .r .item a img {
  width: 100%;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .home .main {
    padding: 20px 5%;
  }
  .home .main .content .left .related .pros .swiper-container .swiper-wrapper .swiper-slide a .pic {
    height: 150px;
  }
  .home .main .content .left .related .pros .swiper-container .swiper-wrapper .swiper-slide a .pic img {
    max-height: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .home .main {
    margin-top: 60px;
  }
  .home .main .content .left {
    width: 100%;
  }
  .home .main .content .left .pInfo {
    padding: 10px;
  }
  .home .main .content .left .pInfo .d1 {
    flex-direction: column;
  }
  .home .main .content .left .pInfo .d1 .l {
    width: 100%;
  }
  .home .main .content .left .pInfo .d1 .text {
    width: 100%;
    margin-top: 20px;
  }
  .home .main .content .left .pInfo .d1 .text .buy, .home .main .content .left .pInfo .d1 .text .btns {
    width: 100%;
  }
  .home .main .content .r {
    display: none;
  }
}

/*# sourceMappingURL=proInfo.css.map */
