.right_wrap_login {
    height: 100%;
    width: 33.57rem;
    position: relative;
}

.right_wrap_login .close_icon {
    width: 2.14rem;
    height: 2.14rem;
    position: absolute;
    top: 1.43rem;
    right: 1.43rem;
    cursor: pointer;
}

.right_wrap_login .close_icon img {
    width: 2.14rem;
    height: 2.14rem;

}

.right_wrap_login .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right_wrap_login .top .left_wrap .tab_item {
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    display: none;

}

.right_wrap_login .top .left_wrap .tab_item.active {
    display: flex;
}

.right_wrap_login .top .left_wrap .tab_item p {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1rem;
    color: #FF6A00;
    line-height: 1.71rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 7.43rem;
    height: 1.71rem;
    background: #FFF0E5;
    border-radius: 0.29rem 0.29rem 0.29rem 0.29rem;
    text-align: center;
}



.right_wrap_login .top .left_wrap .tab_item img {
    width: 5rem;
    height: 5rem;
}


.right_wrap_login .connent_wrap {
    margin-top: 5rem;

}

.right_wrap_login .connent_wrap .text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 500;
    font-size: 1.57rem;
    color: #060A26;
    line-height: 2.36rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.right_wrap_login .connent_wrap .text .green {
    color: #08C764;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.29rem;
}

.right_wrap_login .connent_wrap .text .green img {
    width: 2.14rem;
    height: 2.14rem;
}

/* 
.login_model .code_wrap {
    margin: 0 auto;
    text-align: center;
    width: 14.29rem;
    height: 14.29rem;
    background: #FFFFFF;
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
    border: 0.07rem solid #E4E6F0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.14rem;
    padding: 0.71rem;

} */

.right_wrap_login  .code_img_wrap{
    margin: 0 auto;
    width: 12.86rem;
    height: 12.86rem;
    position: relative;

}
.right_wrap_login  .code_ttl{
    margin-top: 1.0714rem;
}

.right_wrap_login .code_wrap .code_img {
    width: 12.86rem;
    height: 12.86rem;

}

.right_wrap_login .code_wrap .loading {
    width: 4.2857rem;
    height: 4.2857rem;
    position: absolute;
    /* left: 0;
    top: 0; */
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    display: none;
}

.right_wrap_login .bottom_text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1rem;
    color: #060A26;
    line-height: 1.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}


.right_wrap_login .bottom_text input {
    outline: none;
    width: 1.43rem;
    height: 1.43rem;
}

.right_wrap_login .bottom_text span {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1rem;
    color: #FF6A00;
    line-height: 1.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.right_wrap_login .bottom_text #is_agree {
    /* 使用自定义外观，隐藏浏览器默认复选框样式 */
    -webkit-appearance: none;
    appearance: none;
    width: 1.43rem;
    height: 1.43rem;
    border-radius: 50%;
    border: .0714rem solid #d8d8d8;
    /* background: #fff; */
    display: inline-block;
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

/* 选中时显示主色并在中间放白色圆点作为“对勾/选中”提示 */
.right_wrap_login .bottom_text #is_agree:checked {
    background: url('../image/login/right.png') no-repeat;
    /* 与页面的强调色一致 */
    /* border-color: #FF6A00; */

    background-size: 100% 100%;

}

.right_wrap_login .connent_wrap .item_connent {
    display: none;

}

.right_wrap_login .connent_wrap .item_connent.active {
    display: block;
}

/* .login_model .bottom_text #is_agree:checked::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.52rem;
    height: 0.52rem;
    background: #fff;
    border-radius: 50%;
} */

/* 兼容性提示：如果想显示勾而不是白点，可替换上面的 ::after 为背景图片或绘制 SVG */


.right_wrap_login .bottom_text label {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1rem;
    color: #060A26;
    line-height: 1.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0 0.29rem;
    cursor: pointer;
}

.right_wrap_login #form1 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.right_wrap_login .in_wrap {
    display: flex;
    align-items: center;
}

.right_wrap_login .in_wrap input {
    padding: 0 1.43rem;
    width: 22.86rem;
    height: 3.57rem;
    background: #FFFFFF;
    border-radius: 1.07rem 1.07rem 1.07rem 1.07rem;
    outline: none;
    background-color: #F5F8FA;
    border: none;
}

.right_wrap_login .in_wrap input::placeholder {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1.14rem;
    color: #4E5969;
    line-height: 1.71rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.right_wrap_login .in_wrap input {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1.14rem;
    color: #4E5969;
    line-height: 1.71rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}


.right_wrap_login .in_wrap #code {
    width: 15.54rem;
    border-radius: 1.07rem 0rem 0rem 1.07rem;

}

.right_wrap_login .in_wrap .code_box {
    display: flex;
    align-items: center;

}

.right_wrap_login .in_wrap .code {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1.14rem;
    color: #FF6A00;
    line-height: 1.71rem;
    text-align: center;

    font-style: normal;
    text-transform: none;
    width: calc(22.86rem - 15.54rem);
    border-radius: 0rem 1.07rem 1.07rem 0rem;
    padding: 0;
    /* padding-right: 1.43rem; */
    cursor: pointer;
}

.right_wrap_login .form_wrap {
    margin-top: 2.14rem;

}

.right_wrap_login .form_wrap .in_wrap {
    margin-bottom: 1.43rem;
}

.right_wrap_login .form_wrap .sub_btm input {
    width: 22.86rem;
    height: 3.57rem;
    background: linear-gradient(180deg, #FF6A00 0%, #FF7D33 100%);
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 700;
    font-size: 1.14rem;
    color: #FFFFFF;
    line-height: 1.57rem;
    font-style: normal;
    text-transform: none;
    outline: none;
    border: none;
    text-align: center;
    cursor: pointer;
}



.right_wrap_login .login_container {
    /* margin-top: 5.35rem; */
    /* width: 400px;
    height: 400px;
    text-align: center;
    margin: 0 auto;
    background-color:red; */

    width: 28.57rem;
    /* height: 24.78rem; */

    text-align: center;
    margin: 0 auto;
    /* background-color: red; */
    margin-top: 5.57rem;
}


.right_wrap_login .qlogin_mod {
    margin-top: 5.35rem;
    /* width: 400px;
    height: 400px;
    text-align: center;
    margin: 0 auto;
    background-color:red; */
    /* background-color:red; */

}

.right_wrap_login .code_meta {
    width: 12.86rem;
    height: 12.86rem;
    position: relative;
    background-color: hsl(0deg 0% 100% / 81%);
    background-clip: padding-box;
    border: 0;
    border-radius: 4px;
    /* -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15); */
    pointer-events: auto;
    position: absolute;
    top: 12.7857rem;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: none;
}

.right_wrap_login .refresh_code {

    cursor: pointer;
    display: block;
    width: 7.4286rem;
    height: 2.2857rem;
    line-height: 2.2857rem;
    margin: .7143rem auto;
    color: #fff;
    border-radius: 3.7143rem;
    border: .0714rem solid #ff9e02;
    background: linear-gradient(95deg, #f60, #ffa100);
    box-shadow: inset .2857rem .2857rem .2857rem 0 rgba(255, 208, 0, .25);
}