* {
    margin: 0px;
    padding: 0px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

input,
textarea,
select,
button {
    outline: none;
    border: none;
}

html {
    transition: font-size 0.3s ease;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    /* font-size: 10px; */
}

body {
    font-size: 15px ;
    /* 15px - 这样更清晰 */

}

#main {
    background-image: url(../images/image9-DD9oRsry.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 78.375rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    max-width: 521px ;
    margin: 0 auto ;
}

.year-msg {
    position: absolute;
    top: 5.4375rem;
    left: 26%;
    transform: translate(-50%);
    font-size: 1.0625rem;
    color: #fff;
    font-weight: 450;
    letter-spacing: .09375rem;
    line-height: 1.2;
}

.Content {
    box-sizing: border-box;
    margin-top: 17.65625rem;
    background-image: url(../images/image2-BFh1KKvj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    width: 21.9375rem;
    max-width: 100% ;
    height: 34.375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Content-Top {
    width: 100% ;
    max-width: 16.25rem;
    margin-top: 1.25rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.Content-Top .xian {
    background-image: linear-gradient(to right, #fd8234 35%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: .3125rem .0625rem;
    background-repeat: repeat-x;
    width: 3.75rem;
    height: 1px;
}

.Content-Top .box{
    position: relative;
}

.Content-Top .box .icon {
    width: 2.625rem ;
    height: 2.625rem ;
    transform: scale(0.8);
}

.Content-Top .box.active .icon {
    transform: scale(1);
}

.Content-Top .box .icon img {
    width: 100% ;
    height: 100% ;
    display: block ;
}

.Content-Top .box  span{
    font-weight: 400;
    font-size: .8125rem;
    color: #acacac;
    line-height: .9375rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    position: absolute;
    left: 50% ;
    transform: translateX(-50%);
    top: 3.325rem;
    width: max-content ;
}

.Content-Top .box.active span {
    color: #f7451d ;
}

.Content .form {
    width: 83% ;
    margin: 0 auto ;
    margin-top: 5.5rem;
}

.Content .form  .form-list {
    width: 100% ;
    display: flex ;
    align-items: center ;
    justify-content: space-between ;
    margin-top: 0.4rem ;
    margin-bottom: 22px ;
}

.Content .form  .form-list .tit {
    width: 65px ;
}

.Content .form  .form-list .tit span {
    font-size: .875rem;
    color: #333;
}

.Content .form  .form-list .list {
    width: calc(100% - 65px);
    display: flex ;
    justify-content: space-between ;
    align-items: center ;
}

.Content .form  .form-list .list .item {
    display: flex ;
    align-items: center ;
    width: 33.33% ;
    cursor: pointer ;
}

.Content .form  .form-list .list .item input[type="radio"] {
    position: absolute ;
    opacity: 0 ;
    width: 0 ;
    height: 0 ;
}

.Content .form  .form-list .list .item i{
    display: flex;
    flex-shrink: 0;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #DCDFE6;
    border-radius: 16px;
    background-color: #fff;
    z-index: 1;
    margin-right: 0.6rem ;
}

.Content .form  .form-list .list .item i::after {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    border-color: rgb(247, 69, 29);
    content: '';
    position: absolute ;
    top: 50%  ;
    left: 50% ;
    transform: translate(-50%, -50%);
    background: rgb(247, 69, 29) ;
    opacity: 0 ;
}

.Content .form  .form-list .list .item span {
    color: rgb(102, 102, 102) ;
    font-size: 14px ;
}

.Content .form  .form-list .list .item.active i{
    border-color: rgb(247, 69, 29);
}
.Content .form  .form-list .list .item.active i::after {
    opacity: 1 ;
}
.Content .form  .form-list .list .item.active span {
    color: #f7451d ;
}

.Content .form .form-box {
    width: 100% ;
}

.Content .form .form-box label{
    width: 100% ;
    display: flex ;
    align-items: center ;
    margin-bottom: 17px  ;
    justify-content: space-between ;
}

.Content .form .form-box span {
    width: 65px ;
    padding: 5px 0px ;
    box-sizing: border-box ;
    font-size: .875rem;
    color: #333;
}

.Content .form .form-box input {
    width: calc(100% - 70px);
    height: 36px ;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    border-color: rgb(229, 229, 229);
    padding: 10px 5px ;
    box-sizing: border-box ;
}

.Content .form .buttom {
    display: flex ;
    width: 100% ;
    justify-content: space-between ;
    margin-top: 3.75rem ;
}

.submit-btn {
    width: 9.9375rem;
    height: 2.875rem;
    background-image: url(../images/image3-C71ZCHmc.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    font-weight: 500;
    font-size: .9375rem;
    color: #fff;
    line-height: 2.875rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-align: center;
}

.refund-btn {
    width: 6.53125rem;
    height: 2.875rem;
    border-radius: .3125rem;
    border: .03125rem solid #E0E0E0;
    line-height: 2.875rem;
    font-weight: 500;
    font-size: .9375rem;
    color: #242424;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-align: center;
}

.desc {
    margin-top: 2.25rem;
    box-sizing: border-box;
    width: 20.9375rem;
    height: 20.71875rem;
    background: #fff;
    box-shadow: 0 .125rem .5rem rgba(255, 94, 3, .4);
    border-radius: .75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.desc .title {
    width: 16.375rem;
    height: 3.9375rem;
    background-image: url(../images/image4-CQlVR7aT.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    line-height: 3.75rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    position: absolute;
    transform: translateY(-40%);
}

.desc .icon-list {
    display: flex ;
    width: 14.0625rem;
    justify-content: space-between ;
    margin-top: 60px ;
}

.desc .icon-list .icon-item span {
    margin-top: .71875rem;
    width: 4.0625rem;
    height: 1.125rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: .8125rem;
    color: #333;
    line-height: .9375rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.desc .icon-list .icon-item  img {
    width: 50px ;
    height: 50px ;
    display: block ;
    object-fit: contain ;
    margin: 0 auto ;
    margin-bottom: 20px ;
}

.desc .text {
    width: 100% ;
    padding: 25px ;
    box-sizing: border-box ;
}

.desc .text h2 {
    font-weight: 500;
    font-size: .9375rem;
    color: #151515;
    line-height: 1.09375rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: .78125rem;
}

.desc .text p{
    font-weight: 500;
    font-size: .75rem;
    color: #7b7b7b;
    line-height: 1.40625rem;
    text-align: left;
    font-style: normal;
    text-transform: none ;
}

.Prohibited .item {
    pointer-events: none ;
}

.Prohibited .item i{
    background-color: #f5f7fa !important;
}

.Prohibited .item.active {
    opacity: 0.4 ;
}

.Content .form .form-box input[readonly] {
    background-color: #f5f7fa;
    opacity: 0.4;
}

.payment {
    width: 100% ;
    margin: 0px 0px ;
}

.payment .box {
    display: flex ;
    align-items: center ;
    margin-bottom: 0.5rem  ;
}

.payment .box i {
    display: flex;
    flex-shrink: 0;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #0E6DFD;
    border-radius: 16px;
    background-color: #fff;
    z-index: 1;
    margin-right: 0.6rem;
}

.payment .box i::after {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    border-color: #0E6DFD;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0E6DFD;
    opacity: 1 ;
}

.payment .box .txt {
    font-size: 14px ;
    color: #242424;
}

.payment .box  img {
    height: 22px  ;
    margin-right: 0.3rem ;
    display: block ;
}

.Content .form .buttom2 {
    margin-top: 15px  ;
    display: flex ;
    justify-content: space-between ;
}

.Content .form .buttom2 button {
    width: 8.09375rem;
    height: 2.15625rem;
    line-height: 2.15625rem;
    background: #0e6dfd;
    border-radius: .3125rem;
    font-weight: 500;
    font-size: .9375rem;
    color: #fff;
    text-align: center;
}

.Content .form .buttom2 .refund-btn {
    background: #6b757e ;
} 





/* @media (min-width: 1921px) {
    html {
        font-size: 10px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1920px) {
    html {
        font-size: clamp(9px, calc(100vw / 192), 10px);
    }
}

@media (min-width: 1025px) and (max-width: 1199.98px) {
    html {
        font-size: clamp(8px, calc(100vw / 120), 9px);
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    html {
        font-size: clamp(8px, calc(100vw / 102.4), 10px);
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    html {
        font-size: clamp(7px, calc(100vw / 75), 9px);
    }
}

@media (max-width: 575.98px) {
    html {
        font-size: clamp(6px, calc(100vw / 50), 8px);
    }
} */