.pc-price-module1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc-price-module1 .head-img {
  width: 100%;
  cursor: pointer;
}
.pc-price-module1 .module1-content {
  width: 1200px;
}
.pc-price-module1 .module1-content .title-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 45px;
}
.pc-price-module1 .module1-content .title-wrapper .line {
  width: 5px;
  background: #FFCBBB;
  border-radius: 2px;
}
.pc-price-module1 .module1-content .title-wrapper .line1 {
  height: 22px;
  margin: 0 12px;
}
.pc-price-module1 .module1-content .title-wrapper .line2 {
  height: 30px;
}
.pc-price-module1 .module1-content .title-wrapper .text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 38px;
  color: #333333;
  padding: 0 50px;
}
.pc-price-module1 .module1-content .title-wrapper .text .hot {
  color: #FA5D2D;
}
.pc-price-module1 .swiper-container1 {
  margin-bottom: 20px;
  padding: 0 20px;
}
.pc-price-module1 .swiper-container1 .title {
  width: 124px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #F5F5F5;
  border-radius: 12px 12px 4px 4px;
  cursor: pointer;
}
.pc-price-module1 .swiper-container2 .pic {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 300px;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(90deg, #228AFF, #36A2FD);
}
.pc-price-module1 .swiper-container2 .pic-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #228AFF;
  height: 300px;
  width: 850px;
  padding: 0 40px 0 40px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.pc-price-module1 .swiper-container2 .pic-left .left-content {
  margin-left: 45px;
}
.pc-price-module1 .swiper-container2 .pic-left .left-content .title1 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 22px;
}
.pc-price-module1 .swiper-container2 .pic-left .left-content .title2 .span1 {
  font-weight: bold;
  font-size: 18px;
}
.pc-price-module1 .swiper-container2 .pic-left .left-content .title2 .span2 {
  font-size: 15px;
  padding-left: 18px;
}
.pc-price-module1 .swiper-container2 .pic-left .left-content .trans {
  width: 506px;
  height: 2px;
  margin: 24px 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}
.pc-price-module1 .swiper-container2 .pic-left .left-content .time {
  margin-bottom: 30px;
}
.pc-price-module1 .swiper-container2 .pic-left .left-content .time span {
  font-size: 16px;
  color: #B4E0FF;
  padding-right: 30px;
}
.pc-price-module1 .swiper-container2 .pic-left .left-content .text2 {
  font-size: 15px;
  line-height: 24px;
}
.pc-price-module1 .swiper-container2 .pic-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 300px;
  padding: 0 50px;
  width: 350px;
}
.pc-price-module1 .swiper-container2 .pic-right img {
  width: 242px;
}
.pc-price-module1 .swiper-container2 .pic-right .right-content {
  margin: 22px 0 29px 0;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
}
.pc-price-module1 .swiper-container2 .pic-right .btn {
  position: relative;
  width: 143px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(90deg, #FE6E47, #FE5A47);
  border-radius: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  cursor: pointer;
}
.pc-price-module1 .swiper-container2 .pic-right .btn span {
  padding-left: 35px;
}
.pc-price-module1 .swiper-container2 .pic-right .btn:after {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #FF976E;
  border-left: none;
  border-top: none;
  transform: rotate(-45deg);
}
