body {
    margin: 0;
    background-color: #FFFFFF;
}

.page {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}

div {
    font-family: PingFang SC;
}

.phone-code-div {
    padding-top: 14px;
    background-color: #FFFFFF;
    border-bottom: 10px solid #EBEBEB;
}

.phone-code-head-div {
    font-size: 15px;
    font-weight: bold;
    /*color: #666666;*/
    line-height: 15px;
    padding-left: 5px;
    margin: 0px 0px 5px 20px;
    border-left: 3px solid #4C4C4C;
    line-height: 1.3;  /* 设置行高，增加行与行之间的间距 */
    white-space: pre-wrap;  /* 确保文字在需要换行的地方换行 */

}
.phone-code-body-div {
    font-size: 20px;
    font-weight: bold;
    /*color: #666666;*/
    line-height: 15px;
    padding-left: 5px;
    margin: 0px 0px 5px 20px;
    line-height: 1.2;  /* 设置行高，增加行与行之间的间距 */
    white-space: pre-wrap;  /* 确保文字在需要换行的地方换行 */

}
.phone-code-foot-div {
    font-size: 14px;
    /*color: #666666;*/
    line-height: 15px;
    margin: 0px 0px 5px 15px;
    white-space: pre-wrap;  /* 确保文字在需要换行的地方换行 */

}

.phone-input {
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    border: none;
    outline: none;
}

.phone-div {
    padding: 8px 0px 8px 20px;
    border-bottom: 1px solid #EDEFF1;
}

.code-div {
    display: flex;
    padding: 20px 0px 20px 20px;
}

.code-right-div {

}

.get-code-div {
    width: 95px;
    font-size: 0px;
    display: flex;
    margin-left: auto;
    margin-right: 25px;
}

.countdown-get-div {
    color: #FFFFFF;
    margin: auto auto auto auto;
    text-align: center;
    font-size: 15px;
    width: 85px;
    line-height: 28px;
    border-radius: 14px;
    border: 1px solid #008af9;
    background-color: #008af9;
}

.countdown-div {
    color: #777777;
    margin: auto auto auto auto;
    text-align: center;
    font-size: 15px;
    width: 85px;
    line-height: 28px;
    border-radius: 14px;
    border: 1px solid #CBCBCB;
}

.foot-div {
    position: fixed;
    width: 100%;
    bottom: 20px;
    text-align: center;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

.foot-btn {
    background: #5EBDF7;
    width: 70%;
    height: 44px;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0px auto;
    line-height: 44px;
    border-radius: 22px;
}

.filterSelected {
    border: 2px solid #FF7448;
    margin-top: -2px;
    border-radius: 6px;
}

.price-div {
    font-size: 33px;
    font-weight: bold;
    color: #FF5D38;
    line-height: 40px;
}

.old-price-div {
    font-size: 13px;
    font-weight: bold;
    text-decoration: line-through;
    color: #B1B1B1;
    line-height: 40px;
    margin-left: 5px;
}

.go-to-pay-div {
    width: 100px;
    background: linear-gradient(-90deg, #FF9547, #FF6241);
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    margin: auto 20px auto auto;
}
