.buy {
  padding: 2% 11%;
}

.limited-time {
  background: linear-gradient(to right, #7293CF, #476C99);
  height: 180px;
  box-sizing: border-box;
  padding-top: 90px;
}


.limited-time>div {
  width: 50%;
  display: inline-block;
  float: left;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.bulge-bg {
  background: url('../../images/home/bulge.png') no-repeat;
  margin-top: -50px;
  background-size: contain;
  padding-bottom: 50px;
  text-align: left;
}

.bulge {
  width: 200px;
  height: auto;
  margin: 0 auto 20px;
  border-radius: 50%;
  /* padding-top: 20px; */
  position: relative;
  top: -10px;
}

.bulge>img {
  width: 20%;
  margin: 0 auto;
  display: block;
}

.user-privacy .privacy-tit {
  font-size: 25px;
  font-weight: 400;
}

.user-privacy .privacy-item {
  margin: 10px 0;
}

.user-privacy .privacy-item img {
  width: 25px;
  vertical-align: middle;
}

.limited-time .limited-txt span {
  color: #F1E53E;
}

.limited-time .countdown span {
  width: 24px;
  text-align: center;
  display: inline-block;
}

.limited-time .countdown i {
  width: 6px;
  text-align: center;
  display: inline-block;
}

.limited-time .countdown .top i {
  font-style: normal;
}

.limited-time .countdown .bottom {
  height: 15px;
  line-height: 15px;
}

.limited-time .countdown .bottom span {
  font-size: 12px;
  font-weight: 300;
}

.step {
  padding: 7px 0px;
  border-radius: 10px;
  /* margin-right: 10px; */
}

.select-cons {
  /* padding: 0 10%; */
}

.select-cons .cons-item {
  width: 30%;
  display: inline-block;
  border: 1px solid #D8D9D8;
  border-radius: 10px;
  margin: 0 1.2%;
  font-size: 14px;
  min-height: 388px;
  cursor: pointer;
  position: relative;
  margin-top:25px;
}

.select-cons .cons-item>div {
  margin: 40px auto;
}

.select-cons .cons-item>.selected {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.input-user {
  box-sizing: border-box;
  height: 40px;
  padding: 0px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 0px 1px 1px #E9E9E9;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  width: 50%;

}

.input-user>input {
  height: 35px;
  width: 100%;
  vertical-align: middle;
  font-size: 25px;
  color: #dcdcdc;
}

.input-user>input::-webkit-input-placeholder {
  color: #dcdcdc;
}

.input-user>input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #dcdcdc;
}

.input-user>input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #dcdcdc;
}

.input-user>input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dcdcdc;
}

.select-cons .cons-item>.unselected {
  width: 30px;
  height: 30px;
  border: 1px solid #D7D7D7;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
}

.select-cons .cons-item>.save-money {
  margin: -17px auto 15px;
}

.select-cons .cons-item>.save-money>span {
  line-height: 25px;
  display: block;
  width: 150px;
  height: 25px;
  margin: 0 auto;
  background: #D9E0E9;
  border-radius: 15px;
  text-align: center;
  padding: 3px 0;
  margin-top: -17px;
  font-size: 18px;
}

.select-cons .cons-item>.save-money>i {
  display: block;
  margin: 0 auto;
  width: 25px;
  height: 19px;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-width: 7px;
  border-style: solid dashed dashed dashed;
  border-color: #D9E0E9 transparent transparent transparent;
}

.select-cons .cons-item>.term {
  background: url(../../images/home/whiteBg.png) no-repeat;
  background-size: 130px 40px;
  width: 130px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
}

.select-cons .cons-item .month-days {
  text-align: center;
  font-size: 25px;
  color: #80838D;
}

.select-cons .cons-item .month-days>i {
  font-size: 35px;
  color: #000;
  font-weight: bold;
  font-style: normal;
}

.select-cons .cons-item .plan-info {
  text-align: center;
}

.select-cons .cons-item .plan-info>i {
  color: #E9525F;
  font-style: normal;
  text-decoration-line: line-through;
  margin-right: 10px;
}

.select-cons .cons-item .every-month {
  text-align: center;
  color: #80838D;
}

.select-cons .cons-item .plan-btn {
  width: 110px;
  height: 35px;
  border: 1px solid #80838D;
  border-radius: 35px;
  text-align: center;
  line-height: 35px;
  margin: 0 auto;
  font-size: 17px;
}

.select-cons .cons-item.item-active {
  background: linear-gradient(180deg, #4186D4, #7AC9F9)
}

.select-cons .cons-item.item-active .save-money>span {
  background: #E95261;
  color: #fff;
}

.select-cons .cons-item.item-active .save-money>i {
  border-color: #E95261 transparent transparent transparent;
}

.select-cons .cons-item.item-active>.term {
  color: #fff;
  background: url(../../images/home/blueBg.png) no-repeat;
  background-size: 130px 40px;
}

.select-cons .cons-item.item-active .month-days {
  color: #fff;
}

.select-cons .cons-item.item-active .month-days>i {
  color: #fff;
}

.select-cons .cons-item.item-active .plan-info {
  color: #fff;
}

.select-cons .cons-item.item-active .every-month {
  color: #fff;
}

.select-cons .cons-item.item-active .plan-btn {
  color: #fff;
  background: #E95261;
  border: none;
}

.select-cons .cons-item.no-save .save-money {
  visibility: hidden;
}

.select-cons .cons-item.no-save .plan-info {
  visibility: hidden;
}

.card-tit {
  font-size: 25px;
}

.discount {
  margin: 0;
  font-size: 20px;
}

.container .text-tit {
  font-size: 20px;
  font-weight: 400;
}

.price-item {
  border-radius: 10px;
  box-shadow: 1px 2px 11px #ddd;
  padding: 2%;
  margin: 1.3%;
  display: inline-block;
  width: 26%;
}

.price-item:first-child {
  width: 92%;
}

.price-item p {
  margin: 8px 0;
  position: relative;
}

.price-item .title {
  font-size: 18px;
}

.price-item .month-price {
  font-size: 32px;
}

.price-item .saving-price {
  width: 100px;
  margin: 0 auto;
  font-size: 12px;
  border-radius: 3px;
  line-height: 17px;
}

.price-item .last-price {
  text-decoration: line-through;
  font-weight: 400;
  font-size: 13px;
}

.price-item .all-price {
  font-size: 14px;
  font-weight: 100;
}

.buy-type-item {
  border-radius: 10px;
  box-shadow: 1px 2px 11px #ddd;
  width: 28%;
  display: inline-block;
  padding: 2%;
  margin-right: 1%;
}

.type-left {
  width: 17%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.type-right {
  width: 80%;
  display: inline-block;
  vertical-align: top;

}

.buy-type-item .type-img {
  height: 35px;
}

.type-radio {
  margin-top: 19px;
  margin-left: 2px;
}

.select-radio {
  width: 20px;
  height: 20px;
  opacity: 0;
}

input:checked+label {
  background-color: #32acfe;
  border: 1px solid #32acfe;
}

label {
  position: absolute;
  left: 2px;
  top: 17px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #999;
  cursor: pointer;
}

input:checked+label::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 10px;
  top: 3px;
  left: 6px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

.price-item .select-price {
  text-align: right;
}

.price-item label {
  position: absolute;
  right: 2px;
  left: auto;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.info-row {
  box-shadow: 1px 2px 12px #ddd;
  padding: 5% 10%;
  border-radius: 10px;
  margin-top: 12px;
  width: auto;
  margin: 12px auto;
}

.text-box {
  width: 99%;
  line-height: 25px;
  border-radius: 0;
  padding: 5px 7px;
}

.button-box {
  text-align: right;
  margin: 10px 0;
}


.tips {
  font-size: 13px;
}

.code-row,
.cvv-row,
.time-row {
  width: 27%;
  display: inline-block;
  margin: 0 15px 0 0;
}

.type-info {
  display: none;
}

.visa-tpye {
  display: block;
}

.input-user .ui-input-text {
  height: 37px;
  line-height: 37px;
}

.input-user .ui-input-text>input {
  font-size: 18px;
}

.info-confirm .button-box .ui-btn-text {
  display: none;
}

@media (max-width:738px) {
  .info-confirm .button-box {
    text-align: right;
  }

  .input-user {
    width: 90%;
  }

  .discount {
    font-size: 14px;
  }

  .container .text-tit {
    font-size: 15px;
  }

  .user-privacy .privacy-tit {
    font-size: 21px;
  }

  .bulge {
    top: -10px
  }

  .bulge>img {
    width: 17%;
  }

  .limited-time>div {
    width: 90%;
    float: none;
    display: block;
    margin: 10px auto;
  }

  .limited-time {
    height: 247px;
    padding-top: 64px;
  }

  .select-cons .cons-item {
    min-width: 80%;
    min-height: auto;
  }

  .buy {
    padding: 5% 10px;
  }

  .price-item {
    border-radius: 10px;
    box-shadow: 1px 2px 11px #ddd;
    padding: 2%;
    margin: 2%;
    display: inline-block;
    width: 41%;
  }

  .price-item:first-child {

    width: 41%;
  }

  .price-item p {
    margin: 8px 0;
  }

  .price-item .title {
    font-size: 18px;
  }

  .price-item .month-price {
    font-size: 24px;
  }

  .price-item .saving-price {
    width: 58px;
    margin: 0 auto;
    font-size: 12px;
    border-radius: 3px;
    line-height: 17px;
  }

  .price-item .last-price {
    text-decoration: line-through;
    font-weight: 400;
    font-size: 13px;
  }

  .price-item .all-price {
    font-size: 14px;
    font-weight: 100;
  }

  .buy-type-item {
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 1px 2px 11px #ddd;
    padding: 10px;
    margin: 10px 0;
    width: 94%;
  }

  .type-left {
    width: 17%;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }

  .type-right {
    width: 80%;
    display: inline-block;
    vertical-align: top;

  }

  .buy-type-item .type-img {
    height: 35px;
  }

  .type-radio {
    margin-top: 19px;
    margin-left: 2px;
  }

  .select-radio {
    width: 16px;
    height: 16px;
    opacity: 0;
  }

  .info-row {
    padding: 10px 20px;
  }

  .text-box {
    width: 95%;
  }
}