.main {
    min-width: 1200px;
    display: flex;

}

.aside-wrap {
    width: 40%;
    height: 100vh;
}

.aside-wrap .aside-inner {
    position: relative;
    background-image: url('../../img/member/aside_bg.png');
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100%;
    background-size: 100% 100% !important;
}

.content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: 100vh;
}
.content .right-bg-tips{
    position: absolute;
    top: 128px;
    right: 0;
    width: 318px;
    height: 382px;
    background: url('../../img/member/right_bg_tips.png') no-repeat;
    background-size: 100% 100%;
}
.content .bottom-bg-tips{
    position: absolute;
    bottom: 33px;
    right: 0;
    width: 100%;
    height: 482px;
    background: url('../../img/member/bottom_bg_tips.png') no-repeat;
    background-size: 100% 100%;
}

.content .back-home {
    position: absolute;
    top: 42px;
    right: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .back-home:hover span {
    color: #6077EF;
}

.content .back-home>img {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.content .back-home>span {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
}

.content .form-wrap {
    /* margin-top: 150px; */
    /* margin-left: 165px; */
    position: relative;
    width: 695px;
    transition: all .3s linear;
    z-index: 2;
}

.content .form-wrap .welcome {
    position: relative;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 25px;
}

.content .adress-wrap {
    display: flex;
    height: 30px;
    align-items: center;
    margin-bottom: 40px;
}

.content .adress-wrap .ip {
    margin-right: 60px;
    color: #9C9DA5;
}

.content .adress-wrap .ip>span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9C9DA5;
}

.content .form-item {
    position: relative;
    width: 100%;
    height: 72px;
    background: #F7F8FB;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 40px;
}

.content .form-item.code {
    margin-bottom: 0;
}

.content .form-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #333;
}

.content .form-item>input {
    width: 70%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
}

.content .form-item>input::placeholder {
    color: #9C9DA5;
}

.content .form-item>.icon-eye-wrap {
    position: absolute;
    right: 0;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    cursor: pointer;
    width: 50px;
    height: 50px;
    color: #D7D8E2;
}

.content .form-item .code {
    width: 50%;
}

.content .form-item .code-img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #fff;
    padding-left: 30px;
}

.content .form-item .code-img img {
    border-radius: 5px !important;
    background-color: #57818C;
}

.content .hint {
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 12px;
    color: #9C9DA5;
}

.content .deal {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    /* 禁止文字选中 */
    pointer-events: auto !important;
    /* 穿透上层阻止 */
    margin-bottom: 30px;

}

/* 隐藏原生复选框（保留表单取值能力） */
.content .deal .durable {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

/* 自定义复选框样式 */
.content .deal .custom-checkbox {
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    transition: background-color 0.2s;
    position: relative;
    cursor: pointer;
}

/* 选中状态 - 背景#999 */
.content .deal .durable:checked+.custom-checkbox {
    background-color: #999;
}

/* 勾选图标 - 白色对勾 */
.content .deal .custom-checkbox::after {
    content: "";
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s;
}

.content .deal .durable:checked+.custom-checkbox::after {
    opacity: 1;
}

.content .deal .deal-text-tt {
    font-size: 14px;
    color: #9C9DA5;
    cursor: pointer;
}

/* 勾选图标样式 */
.content .deal .content .deal .custom-checkbox::after {
    content: "";
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    /* 默认隐藏 */
    transition: opacity 0.2s;
}

/* 选中时显示勾选图标 */
.content .deal .content .deal .durable:checked+.custom-checkbox::after {
    opacity: 1;
}

.content .btn-group {
    display: flex;
    height: 60px;
    align-items: center;
}

.content .btn-group .l-btn.mr {
    margin-right: 50px;
}
.content .btn-group button{
    transition: all .3s linear;
}
.content .btn-group button:hover {
    opacity: .8;
}

.content .btn-group .l-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 152px;
    height: 50px;
    background: #CEB78D;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 16px;
    border-radius: 8px;
    color: #FFFFFF;
}

.content .btn-group .r-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 152px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #CEB78D;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 16px;
    color: #CEB78D;
}

.carsi {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.carsi>img {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.carsi>span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #6077EF;
}

@media screen and (max-width: 1500px) {
    .aside-wrap .motto {
        padding: 0 60px !important;
    }

    .form-wrap {
        margin-left: 80px !important;
    }
}