.lineH1 {
    line-height: 1;
}

h2 {
    margin: 0;
}

body {
    font-family: "微软雅黑", Arial, sans-serif;
}

.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 18px;
    box-sizing: border-box;
    background: url(https://kingdeecms-1323668410.cos.ap-guangzhou.myqcloud.com/r/cms/www/default/2025Assets/img2025/lz2025/header_bg.png) no-repeat;
    background-size: 100% 100%;
    color: #252B3A;
}

.header-logo {
    width: 100%;
    padding-left: calc(100vw / 1920 * 96);
}

.header-logo .logo {
    height: 58px;
    object-fit: contain;
}

.form-container .form-content {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 100px 0 0;
    width: 1360px;
}

.form-content .form-content-box1 {
    display: flex;
    flex-direction: column;
    color: #252B3A;
    width: 50%;
}



.form-content .form-content-box1 .item-list {
    margin: 40px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 64%;
}

.form-content .form-content-box1 .item-list .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 48%;
    margin-bottom: 20px;
    line-height: 1;

}

.form-content .form-content-box1 .item-list .icon {
    margin-right: 10px;
    width: 20px;
}

.form-content .form-content-box1 .item-list .icon img {
    width: 100%;
}


.form-content .form-right {
    width: calc(100vw / 1920 * 580);
    box-sizing: border-box;
    position: absolute;
    top: 30px;
    right: 0;
    background: #FFFFFF;
     box-shadow: 0px 0px 35px 0px #F2F2F2; 
    /* box-shadow: 0px 8px 25px 10px rgba(0, 0, 0, 0.1); */
    box-shadow: 0px 0px 35px 5px #CCCCCC;
    border-radius: 10px;
    text-align: center;
    padding: calc(100vw / 1920 * 60);
}

.form-content .form-right .formlists {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin-top: 30px;
}

.form-content .form-right .formlists .ipt-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-bottom: 20px;
    position: relative;
}

.form-content .form-right .formlists .ipt-item #mobil-error,
.form-content .form-right .formlists .ipt-item #code-error,
.formlists #privicy-error {
    color: red;
    position: absolute;
    bottom: 0px;
    left: 20%;
    transition: all 0.35s;
}

.form-content .form-right .formlists .ipt-item #code-error {
    bottom: -10px;
}

.formlists #privicy-error {
    bottom: -100%;
}

.form-content .form-right .formlists .ipt-item.textarea-item {
    height: 60px;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    transition: all .5s;
    position: relative;
    z-index: 2;
    background-color: transparent;
    display: none;
    margin: 0 0 20px 20%;
    box-sizing: border-box;
    align-items: center;
    padding-bottom: 0;
}

.form-content .form-right .formlists .ipt-item.textarea-item.show {
    display: flex;
}

.form-content .form-right .formlists .ipt-item.textarea-item textarea {
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 15px 22px;
    border: none;
}

.formlists .input-select span.val {
    height: 100%;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: left;
}

.formlists .input-select span.val>div {
    opacity: 1;
}

.form-content .form-right .formlists .focus .input-item {
    border-color: #006edc !important;

}

.form-content .form-right .formlists .ipt-item>label {
    position: static;
    text-align: left;
    color: #252B3A;
    flex: 0 0 20%;
}

.formlists .check {
    font-size: 14px;
    text-align: left;
    padding-left: 20%;
}

.formlists .check input[type="checkbox"]+label:before {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.formlists .ipt-item button {
    margin-left: 20%;
    margin-top: 40px;
    width: calc(100vw / 1920 * 300);
    height: calc(100vw / 1920 * 60);
    line-height: calc(100vw / 1920 * 60);
}

.form-content .form-right .formlists .ipt-item.submit-item {
    padding-bottom: 0;
}

.form-content .form-right .formlists .ipt-item .input-item {
    flex: 1;
    height: 60px;
    border: 1px solid #e9e9e9;
    width: 100%;
    font-size: 16px;
    padding: 10px 22px;
    box-sizing: border-box;
    border-radius: 3px;
    transition: all .5s;
    position: relative;
    z-index: 2;
    background-color: transparent !important;
}

.form-content .form-right .formlists .ipt-item .input-item.input-select {
    padding: 0;
}

.formlists .input-select span.val {
    border: none;
}

.form-content .form-right .formlists .ipt-item .input-item.radio-option {
    border-color: transparent;
    padding: 10px 0;
}

.formlists .ipt-item .input-yzm {
    padding-left: 20%;
    width: 100%;
    gap: 3%;
    position: static;
}

.formlists .ipt-item .getcode {
    background-color: #fff;
    border: 1px solid #2183E9;
    color: #2183E9;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
}



.choose-container {
    background-color: #fff;
    padding: 65px 0;
}


.choose-container .choose-title {
    color: #252B3A;
    margin-bottom: 40px;
    text-align: center;
}


.choose-container img {
    width: 100%;
}

.Required {
    color: red;
}

.bold {
    font-weight: 600;
}

/* 单选按钮样式 */
.radio-option {
    display: flex;
    gap: 20px;
    align-items: center;
}

.radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.radio {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
}

.radio:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #337ab7;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.radio:focus {
    outline: none;
    border-color: #337ab7;
}

.mb-10 {
    padding-bottom: 10px !important;
}

.formlists .ipt-item .input-select::after {
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.formlists .ipt-item .input-select ul {
    top: 110%;
    bottom: inherit;
    max-height: 226px;
    overflow-y: auto;
    -ms-overflow-style: none;
    /* 隐藏默认滚动条 */
    scrollbar-width: 6px;
    /* 滚动条宽度 */
}

.formlists .ipt-item .input-select ul::-ms-overflow-style {
    display: none;
}

/* Chrome, Safari 和 Opera 浏览器 */
.formlists .ipt-item .input-select ul::-webkit-scrollbar {
    width: 6px;
    /* 滚动条宽度 */
}

/* 滚动条滑块 */
.formlists .ipt-item .input-select ul::-webkit-scrollbar-thumb {
    background-color: #2183E9;
    /* 滑块颜色 */
    border-radius: 4px;
    /* 滑块圆角 */
}


.kingdee-footer {
    padding-bottom: 20px;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    background-color: #fff;
}

/* 留资成功 */

.form-success {
    padding: 49px 0 60px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: calc(100vw / 1920 * 60);
}

.form-success .qrcode-box {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: center;
}

.form-success .qrcode-box img {
    width: 160px;
}

.form-sucess-content {
    display: flex;
    flex-direction: column;
}

.form-sucess-content .dis {
    margin: 16px 0 30px 0;
    line-height: 1.7;
    color: #666;
}

.form-sucess-content .phone {
    color: #2183E9;
    margin-top: 14px;
}

.form-tips {
    background-color: #F8F8F8;
    padding: 60px 0 240px;
    text-align: center;
}

.form-tips .dis {
    margin: 20px auto 40px;
}

.form-tips .recommend {
    width: 75%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-tips .recommend .recommend-item {
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 0px #F2F2F2;
    border-radius: 12px;
    width: 42.6%;
}

.form-tips .recommend .recommend-item img {
    width: 100px;
    height: 100px;
}

.form-tips .recommend .recommend-item .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 27px;
    border: 1px solid #000000;
    padding: 18px 70px;
    cursor: pointer;
    color: #252B3A;
}

.form-tips .recommend .recommend-item .btn:hover {
    background-color: #006edc;
    color: #fff;
    border-color: #006edc;
}

.formlists .input-select ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

li .select-icon {
    width: 24px;
    opacity: 0;
    transition: all 0.35s ease-in;
}

.formlists .input-select ul li.selected .select-icon {
    opacity: 1;
}

.img-box {
    width: 695px;
    margin-top: 71px;
    margin-bottom: 20px;
}

.img-box .colum-img {
    width: 100%;
}

.img-box .img-dis {
    width: 95%;
    margin: 0 auto;
    color: #666;
    font-size: 12px;
}

.choose-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.choose-list .choose-item {
    width: 26%;
    background: url(https://kingdeecms-1323668410.cos.ap-guangzhou.myqcloud.com/r/cms/www/default/2025Assets/img2025/lz2025/icon_award.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 80px;
}

.choose-list .choose-item .title {
    color: #0478F0;
    line-height: 1;
    margin-bottom: 15px;
}

.form-content .form-right .formlists .ipt-item .input-item.input-select {
    flex: 0 0 80%;
    width: 80%;
    min-height: 60px;
    height: auto;
    display: flex;
    align-items: center;
}

.form-content .form-right .formlists .ipt-item .input-item.input-select span {
    display: flex;

    width: fit-content;

}

.form-content .form-right .formlists .ipt-item .input-item.input-select span div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    max-height: 100px;
    overflow-y: auto;
    min-height: 20px;
}

.selected-tag {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 3px 8px;
    background-color: #f0f0f0;
    border-radius: 3px;
    position: relative;
}

.delete-icon {
    width: 14px;
    height: 14px;
    margin-left: 5px;
    cursor: pointer;
    vertical-align: middle;
}

@media only screen and (max-width:750px) {
    body {
        margin: 0;
        overflow: hidden;
    }

    .header-logo {width: 92%;margin: 0 auto;padding: 3% 0;}

    .header-logo .logo {
        width: 35%;
        height: auto;
    }

    .form-tips .w1440,
    .form-success {
        width: 92%;
        margin: 0 auto;
        padding: 15% 0;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
        gap: 6%;
        flex-direction: column-reverse;
    }

    .form-success .qrcode-box {
        width: 35%;
        flex: 0 0 35%;
        gap: 18px;
        margin-top: 20px;
    }

    .form-sucess-content>h2 {
        font-size: 20px;
    }

 

    .form-success .qrcode-box img {
        width: 100%;
    }

    .qrcode-box span {
        font-size: 12px;
    }

    .form-tips .dis {
        margin: 5% auto 10%;
        font-size: 15px;
    }


    .form-sucess-content{
    margin-top: 2%;
    text-align: center;
}
    .form-sucess-content .dis {
        margin: 15px 0 15px 0;
        line-height: 1.2;
        color: #666;
        font-size: 18px;
    }

    .form-sucess-content .dis2 {
        /* font-size: 18px; */
        margin-bottom: 15px;
    }

    .form-sucess-content .phone {
        font-size: 20px;
        margin: 0;
    }

    .form-tips {
        width: 100%;
        padding: 15% 0;
        /* background-color: #fff; */
    }

    .form-tips .w1440 {
        padding: 0 0 15%;

    }

    .form-tips .recommend {
        width: 100%;
        flex-direction: column;
        background-color: #F8F8F8;
        padding: 5%;
        box-sizing: border-box;
    }

    .form-tips .recommend .recommend-item {
        width: 100%;
        margin-bottom: 10%;
        padding: 10%;
        gap: 20px;
        box-sizing: border-box;
    }

    .form-tips .recommend .recommend-item img {
        width: 80px;
        height: 80px;
    }

    .form-tips .recommend .recommend-item .btn {
        padding: 10px 35px;
        text-decoration: none;
    }

    .form-container {
        /* background: #fff; */
        height: 100%;
        justify-content: flex-start;
    }

    .form-container .form-content {
        width: 92%;
        margin: 40px auto 60px;
        /* background-color: #F8F8F8; */
        padding: 0;
        padding: 10px;
        box-sizing: border-box;
    }

    .form-content .form-right {
        position: static;
        border-radius: 8px;
        width: 100%;
        /* box-shadow: none; */
        padding: 5% 10%;
    }

    .form-content .form-right .formlists .ipt-item>label {
        font-size: 14px;
        flex: 0 0 25%;
    }

    .formlists .ipt-item .input-yzm,
    .formlists .check {
        padding-left: 25%;
    }

    .form-content .form-right .formlists .ipt-item {
        padding-bottom: 15px;
    }

    .form-content .form-right .formlists .ipt-item .input-item {
        height: 53px;
        font-size: 14px;
        padding: 10px;
    }

    .formlists .ipt-item .getcode {
        height: 53px;
        line-height: 53px;
        font-size: 14px;
    }

    .form-content .form-right .formlists .ipt-item .input-item.input-select {
        flex: 1;
        min-height: 53px;
    }

    .formlists .check {
        font-size: 12px;
        line-height: 2;
    }

    .formlists .check input[type="checkbox"]+label:before {
        width: 16px;
        height: 16px;
        border-radius: 4px;
    }

    .formlists .ipt-item button {
        width: 100%;
        height: 44px;
        margin-left: 0;
        line-height: 44px;
        margin-top: 20px;
    }
    .form-content .form-right .formlists .ipt-item.textarea-item{
        height: 53px;
        width: auto;
        margin: 0 0 15px 25%;
    }
    .form-content .form-right .formlists .ipt-item .input-item.input-select span{
        width: 95%;
    }

 
}