.page_bj{
    width: 100%;
    min-width: calc(var(--width) + var(--calc-value));
    height: 100%;
    position: absolute;
}
main{
    min-width: calc(var(--width) + var(--calc-value));
    height: 100%;
}
.container{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}
.logo{
    width: 137px;
    position: absolute;
    top: 50px;
    left: 89px;
}
.container_left{
    width: 470px;
}
.container_left_title{
    width: 100%;
    font-weight: 800;
    font-size: 32px;
    color: #2A2F3E;
    margin-bottom: 12px;
}
.container_left_tips{
    font-size: 16px;
    color: #4F5965;
    line-height: 36px;
}
.container_left_tips span{
    color: #9FA2A8;
}
.container_left_shengji{
    width: 470px;
    height: 145px;
    position: relative;
    margin-top: 71px;
    padding-top: 28px;
    border-top: 1px solid #DFE1E4;
    box-sizing: content-box;
}
.container_left_shengji img{
    width: 100%;
    height: 100%;
}
.container_left_shengji .p1{
    width: 280px;
    font-size: 20px;
    color: #FFFFFF;
    position: absolute;
    left: 47px;
    top: 61px;
}
.container_left_shengji .p2{
    width: 280px;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    left: 47px;
    bottom: 35px;
}
.container_left_banquan{
    width: 100%;
    font-size: 16px;
    color: #727680;
    margin-top: 25px;
}
.container_left_a{
    display: flex;
    column-gap: 25px;
    margin-top: 10px;
}
.container_left_a a{
    font-size: 16px;
    color: #727680;
    text-decoration: underline;
    transition: 0.3s;
}
.container_left_a a:hover{
    color: var(--primary-color);
}
.container_right{
    width: 506px;
    padding: 30px 37px 37px;
    background: #FFFFFF;
    border-radius: 6px;
}
.container_right_title{
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    color: #171717;
    text-align: center;
}
.container_right_tabs{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 28px;
}
.container_right_tab{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
.container_right_tab p{
    font-size: 18px;
    color: #171717;
}
.container_right_tab .xian{
    width: 1px;
    height: 3px;
    background-color: transparent;
    margin-top: 10px;
}
.container_right_tab_active p{
    color: var(--primary-color);
    font-weight: bold;
}
.container_right_tab_active .xian{
    width: 30px;
    background-color: var(--primary-color);
}
.container_right_input{
    width: 432px;
    height: 45px;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.container_right_input span{
    font-size: 16px;
    color: #171717;
}
.container_right_input input{
    width: 300px;
    font-size: 16px;
    color: #171717;
    text-align: right;
}
.container_right_code{
    display: flex;
    align-items: center;
}
.container_right_code input{
    width: 160px;
}
.container_right_code span{
    font-size: 16px;
    color: var(--primary-color);
}
.container_right_menu{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.yanzhengmadenglu{
    display: none;
}
.radio{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.radio img{
    width: 21px;
    height: 21px;
}
.radio span{
    font-size: 16px;
    color: #171717;
    margin-left: 8px;
}
.menu_flex{
    display: flex;
    align-items: center;
    column-gap: 19px;
}
.menu_flex p{
    font-size: 16px;
    color: #171717;
    text-decoration: underline;
}
.wechat{
    width: 128px;
    margin: 30px auto 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    color: #171717;
}
.wechat img{
    width: 60px;
    margin-bottom: 12px;
}
.login_erweima{
    width: 260px;
    height: 260px;
    margin: 20px auto 0;
}
#login_type_1{
    display: block;
}
#login_type_2{
    display: none;
}
.login_btn{
    width: 432px;
    height: 45px;
    background: #1778FB;
    border-radius: 6px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
    margin: 47px auto 0;
    cursor: pointer;
}
.xieyi{
    font-size: 16px;
    color: #767676;
    margin-top: 20px;
}
.xieyi span{
    color: var(--primary-color);
    transition: 0.3s;
}
.xieyi span:hover{
    letter-spacing: 2px;
}
.register_btn{
    margin-top: 80px;
}
.yiyou{
    width: 100%;
    font-size: 16px;
    color: #767676;
    margin-top: 14px;
    text-align: center;
}
.yiyou span{
    color: var(--primary-color);
    transition: 0.3s;
}
.yiyou span:hover{
    letter-spacing: 2px;
}
.RequestTrial_btn{
    margin-top: 59px;
}
.etit_btn_90{
    margin-top: 90px;
}
/* 注册成功弹窗开始 */
.success_popup{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.success_popup_main{
    width: 426px;
    height: 333px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.success_popup_main img{
    width: 83px;
    height: 91px;
}
.success_popup_main p{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #171717;
    margin-top: 19px;
}
.success_btn_flex{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 21px;
    margin-top: 72px;
}
.success_btn_flex .btn1{
    width: 163px;
    height: 45px;
    background: #FF7B33;
    border-radius: 6px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    transition: 0.3s;
}
.success_btn_flex .btn2{
    width: 163px;
    height: 45px;
    background: var(--primary-color);
    border-radius: 6px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    transition: 0.3s;
}
.success_btn_flex .btn1:hover{
    letter-spacing: 2px;
}
.success_btn_flex .btn2:hover{
    letter-spacing: 2px;
}
/* 注册成功弹窗结束 */