/* html,
body {
    margin: 0;
    padding: 0;
}

header img {
    width: 100%;
}


.formMain {
    padding: 1.32rem 1.64rem;
    font-family: PingFangSC-Regular;
    font-size: 0.37333333rem;
    line-height: 0.58666667rem;
    color: #444444;
}

.question label{
    display: block;
    font-size: 1rem;
}
.label {
    display: block;
    font-size:1rem;
    height: 2rem;
    line-height: 2rem;
}

.label:after {
    content: '*';
    color: #ff4444;
}

.question {
    display: flex;
    flex-wrap: wrap;
}

.question div {
    display: flex;
    align-items: center;
    width: 50%;
    height: 2rem;
}

.te {
    -webkit-appearance: none;
    display: block;
    padding: 0.51333333rem;
    width: 100%;
    height: 6.09333333rem;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    background-color: transparent;
    line-height: inherit;
    vertical-align: middle;
    resize: none;
    outline: none;
    font-size: 1.3rem;
}

.btn {
    margin: 0.64rem auto 0;
    padding: 0;
    width: 100%;
    height: 3.28rem;
    color: #fff;
    background-color: #3B9AFF;
    border-radius: 0.74666667rem;
    font-family: PingFangSC-Regular;
    font-weight: bold;
    font-size: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    border-radius: 0.0266667rem;
    border-style: solid;
    border-width: 0rem;
    border-color: rgba(0, 0, 0, 0);
    background-color: rgb(78, 144, 255);
    color: rgb(255, 255, 255);
}

.input-item {
    -webkit-appearance: none;
    padding: 0.16rem 0 0.18666667rem 0;
    width: 100%;
    background-color: transparent;
    border: 1px solid #dcdcdc;
    border-width: 0 0 1px 0;
    border-radius: 0;
    font-size: 1rem;
    line-height: 0.58666667rem;
    outline: none;
}

.error {
    font-size: 0.7rem;
    line-height: 1.5rem;
    color: #ff0000;
} */

html,
body {
    margin: 0;
    padding: 0;
}

header {
    margin-bottom: 60px;
}

header img {
    width: 100%;
}

.yuyue {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98%;
    height: 50px;
    margin-left: 1%;
    border-radius: 20px;
    color: #fff;
    background-color: #F60233;
}

.form {
    display: none;
    position: fixed;
    top: 10%;
    height: 90%;
    background: #fff;
    overflow-y: scroll;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition-property: all;
    transition-duration: 1s;
}

.form_title {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.form_title span {
    font-size: 15px;
}

.form_title img {
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
}

.formMain {
    margin-bottom: 50px;
    font-family: PingFangSC-Regular;
    font-size: 0.37333333rem;
    line-height: 0.58666667rem;
    color: #444444;
}

::-webkit-input-placeholder {
    font-size: 14px;
}

.question label {
    display: block;
    font-size: 1rem;
    width: 100%;
}

.label {
    display: block;
    font-size: 1rem;
    height: 2rem;
    line-height: 2rem;
}

.label:after {
    content: '*';
    color: #ff4444;
}

.question {
    display: flex;
    flex-wrap: wrap;
}

.question div {
    display: flex;
    align-items: center;
    width: 50%;
    height: 2rem;
}

.te {
    -webkit-appearance: none;
    display: block;
    padding: 0.51333333rem;
    width: 100%;
    height: 6.09333333rem;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    background-color: transparent;
    line-height: inherit;
    vertical-align: middle;
    resize: none;
    outline: none;
    font-size: 1rem;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    background-color: #fff;
}

.price {
    display: flex;
    align-items: center;
    height: 50px;
}

.discounts-price-real {
    font-size: 15px;
    color: red;
}

.discounts-price-real span {
    font-size: 25px;
    font-weight: bold;
}

.original-price {
    margin-left: 6px;
    font-style: normal;
    font-weight: normal;
    text-decoration: line-through;
    font-size: 14px;
    line-height: 20px;
    color: #AAA;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 35px;
    color: #fff;
    border-radius: 100px;
    background-color: #ff0000;
}

.input-item {
    -webkit-appearance: none;
    padding: 0.16rem 0 0.18666667rem 0;
    width: 100%;
    background-color: transparent;
    border: 1px solid #dcdcdc;
    border-width: 0 0 1px 0;
    border-radius: 0;
    font-size: 1rem;
    line-height: 0.58666667rem;
    outline: none;
}

.error {
    font-size: 0.7rem;
    line-height: 1.5rem;
    color: #ff0000;
}

.window {
    width: 100%;
    background: rgb(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wmain {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 70%;
    height: 180px;
    font-size: 0.9rem;
    padding: 1rem;
    margin: auto;
    margin-top: 50%;
}

.wmain .sms-msg {
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
    color: #333;
}

.title {
    display: flex;
}

.title div:nth-child(1) {
    width: 100%;
    text-align: center;
    color: #333;
}

.title div:nth-child(2) {
    color: #a9a2a2;
}

.svelte-a749ie {
    border-bottom: 1px solid #EAEAEA;
    position: relative;
}

.svelte-a749ie {
    border: none;
}

.send-sms {
    width: 94px;
    font-size: 14px;
    line-height: 43px;
    color: #3B9AFF;
    white-space: nowrap;
    position: absolute;
    right: 0px;
}

.sms-msg-info {
    text-align: start;
    margin-top: 4px;
    font-size: 12px;
    color: #FF4444;
    height: 34px;
    line-height: 50px;
}

.sms-btn-submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    outline: none;
    border: none;
    padding: 0;
    height: 48px;
    font-size: 1.5rem;
}

#part_2 {
    margin: 0.5rem 0;
}

.sms-validate {
    display: flex;
    justify-content: space-between;
    width: 80%;
}

.input {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 20px 0;
    width: 40px;
    height: 40px;
}

.close {
    width: 20px;
    height: 20px;
}

.window {
    width: 100%;
    background: rgb(0, 0, 0, 0.2);
    border-radius: 20px;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wmain {
    width: 85%;
    height: 200px;
    margin: auto;
    margin-top: 50%;
    border-radius: 10px;
}

.wmain .sms-msg {
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
    color: #333;
}

.title {
    width: 100%;
}

.title div:nth-child(1) {
    width: 100%;
    text-align: center;
    color: #333;
}

.title div:nth-child(2) {
    color: #a9a2a2;
}

.svelte-a749ie {
    position: relative;
}

.svelte-a749ie {
    height: 43px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.svelte-a749ie {
    border: none;
}

.svelte-a749ie {
    background-color: transparent;
    border: none;
    padding: 0 1px;
    outline: none;
    font-size: 14px;
    color: #333;
}

.send-sms {
    position: absolute;
    width: 94px;
    font-size: 14px;
    line-height: 43px;
    color: #3B9AFF;
    white-space: nowrap;
    right: 0px;
}

.sms-msg-info {
    text-align: start;
    margin-top: 4px;
    font-size: 12px;
    color: #FF4444;
    height: 34px;
    line-height: 50px;
}

.sms-btn-submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    outline: none;
    border: none;
    padding: 0;
    height: 48px;
    font-size: 1.5rem;
}

.code-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 40px;
    font-size: 16px;
    border-radius: 40px;
    color: #fff;
    background: #3A9AFF
}

.pay-popups {
    width: 100%;
    background: rgb(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-pay-popups {
    position: absolute;
    bottom: 0px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 300px;
    padding: 10px;
    box-sizing: border-box;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #fff;
}

.pay-close {
    width: 100%;
    height: 30px;
}

.pay-close img {
    width: 25px;
    height: 25px;
}

.pay-price {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
}

.pay-price-detail {
    font-size: 14px;
    font-weight: bold;
}

.pay-price-detail span {
    margin-left: 2px;
    font-size: 20px;
}

.pay-price-desc {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #999;
}

.pay-line {
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background: #ccc;
}

.pay-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
}

.pay-list-left {
    display: flex;
    align-items: center;
    width: 96%;
}

.pay-list-left img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.pay-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    color: #fff;
    background-color: #FE2B54;
    border: none;
    outline: none;
}

.agreement {
    width: 92%;
    font-size: 12px;
    color: #888;
    margin: 10px auto;
}

.agreement a {
    text-decoration: none;
    color: #3A9AFF;
}

.error_msg {
    font-size: 12px;
    color: red;
}

.product-detail {
    display: flex;
    margin-top: 20px;
    padding: 0 1.64rem;
    box-sizing: border-box;
}

.product-detail img {
    width: 100px;
    height: 110px;
}

.product-title {
    margin-left: 10px;
    display: flex;
    flex-flow: column;
}

.product-title div:nth-child(1) {
    height: 20px;
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
}

.product-title div:nth-child(2) {
    font-size: 12px;
}

.line {
    width: 100%;
    height: 2px;
    margin-top: 20px;
    background-color: #ececec;
}

.product-desc {
    height: 60px;
    padding: 0 1.64rem;
    box-sizing: border-box;
    margin-top: 20px;
}

.product-desc-title {
    height: 20px;
    font-weight: bold;
    font-size: 15px;
}

.product-desc span {
    font-size: 12px;
    line-height: 20px;
}

.url-param-popups {
    display: none;
    position: fixed;
    top: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.4);
}

.url-param-popups-content {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 70%;
    height: 150px;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
}

.url-param-popups-content img {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}

.url-param-popups-content span {
    font-size: 12px;
    text-align: center;
    color: #fff;
}