/***价格 Header ***/

.price-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  height: 531px;
  background: linear-gradient(180deg, #E4F6FF 0%, #FFFFFF 100%);

}


.priceView .priceV .priceTypeV {
  position: relative;
}

.li-item {
  box-sizing: border-box;
  display: inline-block;
  padding: 0px 20px;
}

.priceView .payTypeV {
  /* width: 1120px; */
  margin-top: 50px;
}

.priceView .payTypeV .pay-Item {
  box-sizing: border-box;
  display: inline-block;
  width: 224px;
  position: relative;
  margin: 10px 10px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 1px rgba(109, 125, 149, 0.16)
}

.priceView .payTypeV .pay-Item-one {
  height: 156px;
  background: linear-gradient(90deg, #FFF9F5 0%, #FFEDDA 100%);
  border-radius: 10px 10px 0px 0px;

}

.priceView .payTypeV .pay-Item-two {
  height: 144px;
  background-color: #FFF;
  border-radius: 0px 0px 10px 10px;
}


.priceView .payTypeV .pay-Item-two .buyBtn {
  width: 180px;
  height: 42px;
  background: linear-gradient(272deg, #FF3400 0%, #FF8B58 100%);
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}

@media (max-width: 1000px) {
  .li-item {
    min-width: 300px;
  }
}

@media (max-width: 800px) {
  .li-item {
    min-width: 200px;
  }
}





/* 关于弹弹=heard */

.ablout1 {
  position: absolute;
  left: -70px;
  top: 53px;
  width: 226px;
  opacity: 0;
  animation: scale 1s ease 0s;
  animation-fill-mode: forwards;

}

@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.ablout2 {
  position: absolute;
  right: -85px;
  bottom: 198px;
  width: 226px;
  opacity: 0;
  animation: scale 1s ease 1s;
  animation-fill-mode: forwards;

}

.ablout3 {
  position: absolute;
  left: -20px;
  bottom: 140px;
  width: 226px;
  opacity: 0;
  animation: scale 1s ease 2s;
  animation-fill-mode: forwards;
}

@media (max-width: 992px) {
  .ablout1 {
	  top: 30px;
	  left: 0;
    width: 160px;
  }
  .ablout2 {
	  bottom: 160px;
      width: 160px;
	  right: 0;
  }
  .ablout3 {
	  left: 0;
      width: 160px;
	  bottom: 60px;
  }
  .heard-intrd-imgV-left{
	  padding-top: 20px!important;
  }
}