#banner {
  height: 3.6rem;
  background: url("../../images/max-06.jpg") no-repeat;
  background-size: cover;
  font-size: 0.48rem;
  font-family: Helvetica-Bold, Helvetica;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 2.96rem;
  padding-top: 0.64rem;
  box-sizing: border-box;
}
#banner p {
  width: 14.4rem;
  margin: 0 auto;
}
#pay .head.pc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
}
#pay .head.pc .item {
  font-size: 0.16rem;
  font-family: HelveticaNeue;
  color: #999999;
  line-height: 0.24rem;
  display: flex;
  align-items: center;
}
#pay .head.pc .item p.num {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.3rem;
  border: #999999 0.01rem solid;
  box-sizing: border-box;
}
#pay .head.pc .item p.val {
  margin-left: 0.08rem;
  font-size: 0.16rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 0.24rem;
  flex: 1;
}
#pay .head.pc .item.ed p.num {
  font-size: 0.3rem;
  border-color: #A0211C;
  color: #A0211C;
}
#pay .head.pc .item.ed p.val {
  color: #666666;
}
#pay .head.pc .item.cur p.num {
  background-color: #A0211C;
  color: #FFF;
  border: unset;
  line-height: 0.32rem;
}
#pay .head.pc .item.cur p.val {
  font-family: PingFangSC-Medium, PingFang SC;
  color: #333333;
  font-weight: 500;
}
#pay .head.pc .line {
  width: 1.92rem;
  height: 0.01rem;
  background-color: #999999;
  margin: 0 0.16rem;
}
#pay .head.mobile {
  margin: 0.4rem 0;
  font-size: 0.32rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 0.46rem;
  text-align: center;
}
#mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999999999;
}
#mask .three-bounce {
  width: 130px;
  height: 140px;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.12rem;
}
#mask .three-bounce .one {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#mask .three-bounce .two {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
#mask .three-bounce > div {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  top: 50%;
  margin-top: -9px;
  background: #A0211C;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes bouncedelay {
  0%,
  100%,
  80% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@media (max-width: 1024px) {
  #banner {
    font-size: 0.44rem;
    line-height: 2.72rem;
    padding-top: unset;
    margin-top: 0.88rem;
    box-sizing: border-box;
    background-image: url("../../images/max-m02.jpg");
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #banner p {
    text-align: center;
    width: unset;
    margin: unset;
  }
  #pay {
    width: 6.86rem;
    margin: 0 auto;
  }
  #pay .form_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0.32rem;
  }
  #pay .form_item:last-child {
    margin-bottom: unset;
  }
  #pay .form_item label {
    margin-bottom: 0.08rem;
    display: block;
    font-size: 0.3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 0.42rem;
  }
  #pay .form_item label span {
    color: #A0211C;
  }
  #pay .form_item > .input {
    width: 100%;
    position: relative;
  }
  #pay .form_item > .input input {
    width: 100%;
    height: 0.8rem;
    font-size: 0.3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.42rem;
    padding: 0.19rem 0 0.19rem 0.16rem;
    box-sizing: border-box;
    border: 1px solid #dedede;
  }
  #pay .form_item > .input input::placeholder {
    color: rgba(0, 0, 0, 0.25);
  }
  #pay .form_item > .input.cur input {
    border-color: #A0211C;
  }
  #pay .form_item > .input.cur::after {
    content: "\e66f";
    position: absolute;
    right: 0.12rem;
    top: 50%;
    transform: translateY(-50%);
    color: #A0211C;
    font-size: 0.3rem;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #pay .form_item .radio {
    width: 100%;
    display: flex;
  }
  #pay .form_item .radio button {
    padding: 0 0.3rem;
    margin-left: 0.3rem;
    height: 0.8rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    border: 1px solid #DEDEDE;
    font-size: 0.3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.42rem;
    box-sizing: border-box;
  }
  #pay .form_item .radio button:first-child {
    margin-left: 0;
  }
  #pay .form_item .radio button.cur {
    border-color: #AA3733;
    background-color: rgba(170, 55, 51, 0.1);
    color: #AA3733;
  }
  #pay .form_item > p {
    font-size: 0.3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.42rem;
  }
  #pay .form_item #counter .con {
    width: 2.24rem;
    height: 0.48rem;
    display: flex;
    font-size: 0.3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 0.46rem;
    text-align: center;
  }
  #pay .form_item #counter .con em {
    height: 100%;
    width: 0.48rem;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
  }
  #pay .form_item #counter .con p.num {
    flex: 1;
    box-sizing: border-box;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
  }
  #pay .form_item #total {
    color: #333333;
    font-size: 0.44rem;
    margin: 0 0.08rem;
  }
  #pay .form_item #submit {
    width: 100%;
    height: 0.8rem;
    background: #A0211C;
    opacity: 0.9;
    font-size: 0.3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 0.02rem;
  }
  #pay #buy_view {
    font-size: 0.3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 0.42rem;
  }
  #pay #buy_view .row {
    margin-top: 0.32rem;
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  #pay #buy_view .row .name {
    flex-shrink: 0;
  }
  #pay #buy_view .row .val {
    flex-shrink: 1;
    color: #666666;
  }
  #pay #buy_view .row .val strong {
    font-size: 0.44rem;
    color: #333333;
  }
  #pay #buy_view .pay_btn > div {
    margin-top: 0.32rem;
    width: 100%;
    height: 0.84rem;
    box-sizing: border-box;
    background: no-repeat;
    background-size: cover;
  }
  #pay #buy_view .pay_btn #ali {
    background-image: url(../../images/ali-en-mobile.png);
  }
  #pay #buy_view .pay_btn #wechat {
    background-image: url(../../images/wechat_mobile.png);
  }
  #pay #buy_view p.warning {
    margin-top: 0.32rem;
    color: #999999;
  }
  #pay #buy_view p.warning span {
    color: #AA3733;
  }
  #pay #details_view .con > div {
    margin-top: 0.24rem;
  }
  #pay #details_view p {
    font-size: 0.3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.42rem;
  }
  #pay #details_view .start {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  #pay #details_view .start p {
    width: 100%;
  }
  #pay #details_view .order {
    padding: 0.08rem 0.32rem;
    box-sizing: border-box;
    border: 1px solid #DEDEDE;
  }
  #pay #details_view .order .item {
    margin: 0.24rem 0;
    display: flex;
  }
  #pay #details_view .order .item .name {
    height: 100%;
    white-space: nowrap;
  }
  #pay #details_view .order .item .name p {
    color: #333333;
  }
  #pay #details_view .order .item .val {
    flex: 1;
  }
  #pay #details_view .order .hide {
    display: none;
  }
  #pay #details_view .contact {
    padding: 0.08rem 0.32rem;
    box-sizing: border-box;
    border: 1px solid #DEDEDE;
  }
  #pay #details_view .contact .left .item {
    margin: 0.24rem 0;
    display: flex;
  }
  #pay #details_view .contact .left .item p.name {
    color: #333333;
  }
  #pay #details_view .contact .left .item .val {
    flex: 1;
  }
  #pay #details_view .contact .icon {
    margin: 0.24rem 0;
    width: 4rem;
    height: 4rem;
    background: url(https://ossd.org/paypal/images/mailqrcode2.png) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1025px) {
  #pay {
    margin-top: 0.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #pay .form .form_item {
    width: 7.55rem;
    margin-bottom: 0.32rem;
    height: 0.4rem;
    display: flex;
    align-items: center;
  }
  #pay .form .form_item:last-child {
    margin-bottom: unset;
  }
  #pay .form .form_item > .input {
    position: relative;
  }
  #pay .form .form_item > .input input {
    width: 4.35rem;
    height: 0.4rem;
    box-sizing: border-box;
    border: 0.01rem solid #DEDEDE;
    padding: 0 0.12rem;
    border-radius: 0.02rem;
    font-size: 0.16rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
  }
  #pay .form .form_item > .input input::placeholder {
    font-size: 0.16rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.25);
  }
  #pay .form .form_item > .input.cur input {
    border-color: #A0211C;
  }
  #pay .form .form_item > .input.cur::after {
    content: "\e66f";
    position: absolute;
    right: 0.12rem;
    top: 50%;
    transform: translateY(-50%);
    color: #A0211C;
    font-size: 0.2rem;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #pay .form .form_item .radio button {
    padding: 0 0.1rem;
    height: 0.38rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    border: 0.01rem solid #DEDEDE;
    font-size: 0.16rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
  }
  #pay .form .form_item .radio button:last-child {
    margin-left: 0.1rem;
  }
  #pay .form .form_item .radio button.cur {
    background: rgba(170, 55, 51, 0.1);
    opacity: 0.9;
    border-color: #AA3733;
    color: #AA3733;
  }
  #pay .form label {
    display: inline-block;
    width: 2rem;
    font-size: 0.16rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 0.22rem;
    text-align: right;
  }
  #pay .form label span {
    color: #A0211C;
  }
  #pay .form p {
    display: inline-block;
    font-size: 0.16rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.4rem;
    cursor: default;
  }
  #pay .form p strong {
    font-size: 0.3rem;
    color: #333333;
    padding: 0 0.08rem;
  }
  #pay .form #counter {
    padding: 0.08rem;
    display: inline-block;
  }
  #pay .form #counter .con {
    display: flex;
    width: 1.19rem;
    height: 0.24rem;
  }
  #pay .form #counter .con em {
    display: block;
    width: 0.24rem;
    height: 0.24rem;
    border: 0.01rem solid #DEDEDE;
    box-sizing: border-box;
    text-align: center;
    line-height: 0.22rem;
    cursor: pointer;
    user-select: none;
  }
  #pay .form #counter .con p.num {
    flex: 1;
    height: 0.24rem;
    box-sizing: border-box;
    border: 0.01rem solid #DEDEDE;
    border-left: none;
    border-right: none;
    text-align: center;
    font-size: 0.16rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 0.24rem;
  }
  #pay .form #submit {
    width: 0.84rem;
    height: 0.4rem;
    background-color: #A0211C;
    font-size: 0.16rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 0.02rem;
    cursor: pointer;
  }
  #pay #buy_view {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #pay .row {
    margin-top: 0.24rem;
    font-size: 0.16rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.22rem;
    display: flex;
    align-items: center;
  }
  #pay .row .name {
    width: 2.8rem;
    color: #333333;
    text-align: end;
  }
  #pay .row .val {
    width: 2.8rem;
    color: #666666;
  }
  #pay .row .val strong {
    font-size: 0.3rem;
    color: #333333;
    padding: 0 0.08rem;
  }
  #pay .pay_btn {
    margin-top: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
  }
  #pay .pay_btn > div {
    width: 1.74rem;
    height: 0.42rem;
    background: no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  #pay .pay_btn #ali {
    background-image: url(../../images/ali-en-pc.png);
  }
  #pay .pay_btn #wechat {
    background-image: url(../../images/wechat_pc.png);
  }
  #pay .warning {
    margin-top: 0.24rem;
    font-size: 0.14rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 0.2rem;
  }
  #pay .warning span {
    color: #AA3733;
  }
  #pay #details_view .con {
    width: 9.6rem;
  }
  #pay #details_view .con > div {
    margin-top: 0.24rem;
  }
  #pay #details_view .text {
    font-size: 0.16rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.22rem;
  }
  #pay #details_view .start {
    display: flex;
    align-items: center;
  }
  #pay #details_view .start .text {
    flex: 1;
  }
  #pay #details_view .start .icon {
    width: 1.4rem;
    height: 1.4rem;
    background: url(../../images/success.png) no-repeat;
    background-size: cover;
  }
  #pay #details_view .order {
    height: 2rem;
    padding: 0.32rem 0.4rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border: 1px solid #DEDEDE;
  }
  #pay #details_view .order .item {
    width: 50%;
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 0.22rem;
  }
  #pay #details_view .order .item p.val {
    color: #666666;
  }
  #pay #details_view .contact {
    width: 3.68rem;
    height: 1.62rem;
    padding: 0.32rem 0.4rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    border: 1px solid #DEDEDE;
  }
  #pay #details_view .contact .left {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  #pay #details_view .contact .item {
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 0.22rem;
  }
  #pay #details_view .contact .item p.val {
    color: #666666;
  }
  #pay #details_view .contact .icon {
    width: 1.04rem;
    height: 1.04rem;
    background: url(https://ossd.org/paypal/images/mailqrcode2.png) no-repeat;
    background-size: cover;
  }
}
