* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.n-project-page img {
    width: 100%;
}
/* banner */
.n-banner {
    position: relative;
}
.n-banner-text {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
}

.n-banner-text h1 {
    color: #292929;
    font-size: 36px;
    font-weight: 700;
    line-height: 150%;
}
.n-banner-text p {
    margin-top: 12px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.n-form-content{
    background-image: url(/form/ykt/20240802/RJ-img/contentbg.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.n-form-box{
    padding: 72px 0;
    width: 1400px;
    display: flex;
    margin: 0 auto;
}
.n-form-box-left{
    margin-top: 35px;
    margin-right: 100px;
    width: 600px;
}
.n-form-box-right{
    width: 700px;
    padding: 32px;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: #FFF;
    box-shadow: 0px 8px 43px 40px rgba(226, 237, 248, 0.30);
}
.n-form-box-left h2,.n-form-box-right h2{
    color: #2A2B2E;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; 
}
.n-value{
    margin-top: 48px;
    display: flex;
    align-items: center;
}
.n-value-img{
    margin-right: 32px;

}
.n-value-img img{
    width: 80px;
}
.n-question{
    color: #292929;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.n-value-content ul{
    margin: 12px 0; 
    color: #6A6B6D;
    font-size: 12px;
    font-weight: 400;
    line-height: 200%;
}
.n-value-content ul li{
    margin-left: 14px;
    list-style: disc;
}
.n-box-desc{
    margin-top: 48px;
    color: #292929;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
/* ÓÒ±ß±íµ¥ */
.n-form-desc{
    margin-top: 12px;
    color: #6A6B6D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
#myForm{
    margin: 48px 0px 0px 0px;
}
#myForm input{
    margin-bottom: 30px;
}
.n-qrcode{
    width: 90%;
}
.verification-code {
    margin-top: -4px;
}
.verification-code:hover{
    cursor: pointer;
}
.form-privacy{
    margin-bottom: 48px;
    color: #6A6B6D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
#myForm button{
    margin: 0px;
    padding: 12px 32px;
    width: 180px;
}

@media screen and (max-width:1440px) {
    .n-banner-text {
        left: calc((100% - 1200px) / 2);
    }
    .n-form-box{
        width: 1200px;
    }
    .n-form-box-left {
        margin-top: 35px;
        margin-right: 70px;
        width: 530px;
    }
    .n-form-box-right {
        width: 600px;
    }
}
@media screen and (max-width:1280px) {
    
}
@media screen and (max-width:1068px) {
    .n-banner-text {
        left: calc((100% - 1000px) / 2);
    }
    .n-form-box{
        width: 1000px;
    }
    .n-form-box-left {
        margin-top: 35px;
        margin-right: 70px;
        width: 430px;
    }
    .n-form-box-right {
        width: 500px;
    }
}
@media screen and (max-width:768px) {
    .n-form-content{
        background-image: none;
        background-color: #F8FBFE;
    }
    .n-banner-text {
        left: 0;
        transform: unset;
        top: 0;
        width: 100%;
        padding: 60px 38px 0 38px;
    }
    .n-banner-text h1 {
        font-size: 24px;
    }
    .n-banner-text p {
        margin-top: 14px;
        color: #292929;
    }
    .n-form-box {
        width: 100%;
        padding: 0px 0;
        flex-wrap: wrap;
    }
    .n-form-box-left {
        margin-top: 0px;
        margin-right: 0%;
        width: 100%;
        margin-left: 0%;
        padding: 24px 5% 0px 5%;
        background-image: url(/form/ykt/20240802/RJ-img/contentbg_750.webp);
        background-size: 100% 100%;
    }
    .n-form-box-right {
        width: 90%;
        margin-left: 5%;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .n-form-box-left h2, .n-form-box-right h2 {
        font-size: 18px;
    }
    .n-value {
        margin-top: 32px;
        align-items: flex-start;
    }
    .n-value-img img {
        width: 40px;
    }
    .n-question {
        font-size: 14px;
    }
    .n-box-desc {
        margin-top: 32px;
        font-size: 14px;
        margin-bottom: 24px;
    }
    .n-form-desc {
        font-size: 14px;
    }
    .n-qrcode {
        width: 100%;
    }
    #imgCode {
        width: 50% !important;
    }
    #myForm button {
        margin: 0px auto;
    }
}