.pay {
  margin-top: 48px !important;
}
.pay .pay_title {
  height: 44px;
  font-size: 38px;
  font-family: Roboto-BoldItalic, Roboto;
  font-weight: normal;
  color: #fd4d4f;
  line-height: 44px;
  font-style: italic;
}
.pay .pay_sub_title {
  height: 24px;
  font-size: 20px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.pay .pay_sub_title span {
  color: #fb4c50;
}
.pay .sp_title {
  height: 33px;
  font-size: 28px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  line-height: 33px;
}
.pay .list {
  margin-top: 56px;
  width: 900px;
}
.pay .list .pay_list {
  list-style: inside;
}
.pay .list .pay_list .item {
  width: 50%;
  height: 24px;
  font-size: 20px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  padding-left: 100px;
  margin-top: 16px;
}
.pay_to {
  position: relative;
  width: 617px;
  margin: 30px auto 0;
}
.pay_to .paypal-powered-by {
  display: none;
}
.pay_to .mask {
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.pay_select {
  margin-top: 56px !important;
}
.pay_select label {
  width: 617px;
  border-radius: 40px;
  border: 1px solid #979797;
  padding: 10px 32px;
  box-sizing: border-box;
}
.pay_select label .ab {
  top: -12px;
  width: 83px;
  height: 24px;
  line-height: 24px;
  background: #fa4d51;
  border-radius: 12px;
  font-size: 16px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.pay_select .pay_btn {
  width: 617px;
  border-radius: 40px;
  border: 1px solid #979797;
  padding: 10px 32px;
  box-sizing: border-box;
  opacity: 0.9;
  font-size: 24px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}
.pay_select .pay_btn:hover {
  opacity: 1;
}
.pay_select .paypal {
  background: #fca456;
  margin-top: 80px;
}
.pay_select .paypal .pay_logo {
  height: 27px;
  width: 101px;
}
.pay_select .Credit {
  background: #fff;
  margin-top: 24px;
}
.pay_select .selected {
  border-radius: 40px;
  position: relative;
  background-color: #030423;
  border: none;
}
.pay_select .selected::before {
  content: " ";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: linear-gradient(270deg, #4b5bff, #ff4c4c);
  border-radius: 40px;
}
.pay_select .left {
  height: 47px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #ffffff;
  line-height: 47px;
}
.pay_select .left .bigSize {
  font-size: 32px;
}
.pay_select .left span {
  font-size: 16px;
}
.pay_select .right p {
  height: 24px;
  font-size: 16px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  text-align: end;
}
.pay_select .right .yprice {
  opacity: 0.8;
  text-decoration: line-through;
}
.pay_select input[type="radio"] {
  visibility: hidden;
}
.pay2 label {
  width: 237px;
  height: 186px;
  border-radius: 12px;
  border: 1px solid #ffffff;
  padding: 28px 26px;
  margin-right: 56px;
}
.pay2 label:last-child {
  margin-right: 0;
}
.pay2 label .right p {
  text-align: start;
}
.pay2 .selected {
  border-radius: 12px;
  position: relative;
  background-color: #030423;
  border: none;
}
.pay2 .selected::before {
  content: " ";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: linear-gradient(270deg, #4b5bff, #ff4c4c);
  border-radius: 12px;
}
.pricing {
  margin-top: 48px;
}
.pricing .list {
  margin-top: 56px;
  width: 750px;
}
.pricing .list .pricing_list {
  position: relative;
  height: 100%;
  padding: 20px 0 40px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.pricing .list .pricing_list .pricing_li_title {
  padding-left: 40px;
  font-size: 30px;
  color: white;
}
.pricing .list .pricing_list .pricing_li {
  margin-top: 20px;
  list-style: inside;
}
.pricing .list .pricing_list .pricing_li .item {
  width: 100%;
  height: 24px;
  font-size: 16px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  padding-left: 40px;
  margin-top: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.pricing .list .pricing_list .pricing_li .item:after {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}
.pricing .list .bd {
  position: relative;
  width: 45%;
  margin: 0 2.5%;
}
.pricing .list .bd:nth-child(2) .pricing_list {
  border: 2px solid #8157ca;
}
@media screen and (max-width: 720px) {
  .pay {
    width: 100%;
  }
  .pay .pay_title {
    height: auto;
    line-height: auto;
  }
  .pay .list {
    width: 100%;
  }
  .pay .list .pay_list .item {
    width: 100%;
    text-align: left;
    padding-left: 25%;
  }
  .pay_select label {
    margin-right: 5px;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  .pay_select .pay_btn {
    width: 100%;
    font-size: 20px;
    width: 90%;
  }
  .pay2 .plans {
    flex-direction: column;
    width: 100%;
  }
  html {
    min-width: 100%;
  }
  body {
    min-width: 100%;
  }
  .section {
    padding: 0 2%;
  }
}
@media screen and (max-width: 1000px) {
  .section .section_con {
    width: 90% !important;
  }
  .section .section_con .flex {
    flex-wrap: wrap;
    height: auto;
  }
  .section .section_con .flex label {
    margin-right: 0;
  }
  .section .section_con .pay_btn {
    margin-top: 20px;
    width: 100%;
    height: 60px !important;
  }
  .section .section_con .pay_to {
    width: 100% !important;
  }
  .pay .pay_title {
    font-size: 24px;
  }
  .pay .pay_sub_title {
    width: 100%;
    font-size: 16px;
    text-align: center;
    display: flex;
  }
  .pay .sp_title {
    width: 100%;
  }
  .pay .list {
    margin-top: 5px;
  }
  .pay .list .pay_list .item {
    font-size: 14px;
    padding-left: 1%;
  }
  .pricing .pricing_title {
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .pricing .list {
    margin-top: 20px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    flex-direction: column;
  }
  .pricing .list .bd {
    width: 100%;
    margin: 20px auto 10px;
  }
  .pricing .list .pricing_list .pricing_li .item {
    padding: 0 20px;
  }
}
