.chooseBox{
    width: 1200px;
    height:600px;
    border: 1px solid rgba(234,234,234,0.3);
    margin: 0 auto;
    margin-top: 10px;
}
.chooseBox .c_top{
    height: 64px;
    padding: 0 40px 0 80px;
    line-height: 64px;
    border-bottom: 1px solid #eee;
}
.chooseBox  .top_title {
    width: 144px;
    font-size: 24px;
    color: #EAEAEA;
    border-left: 8px solid #6F1ADB;
    margin: 114px 47px 96px 40px ;
    padding-left: 20px;
    line-height: 25px;
}
.chooseBox .c_top  .top_login{
    font-size: 14px;
    color: #333;
}
.chooseBox .c_top  .top_login .login-btn:hover{
    cursor: pointer;
}
.chooseBox .c_bottom {
    margin-top: 236px;
    display: flex;
    align-items: center;
}
.chooseBox .c_bottom .shenfen{
    width: 380px;
    height: 130px;
    border-radius: 10px; 
    border: 1px solid rgba(234,234,234,0.3);
    font-size: 28px;
    color: #fff;
    margin: 0 auto;
    background: #1C082E;
    line-height: 130px;
    display: flex;
    align-items: center;
}
.chooseBox .c_bottom .shenfen text{
margin-left: 46px;
}
.chooseBox .c_bottom .u-register div{
    width: 48px;
    height: 48px;
    background: url('/images/xhome/register/user.png') no-repeat 100% 100%;
    margin-left: 110px;
}
.chooseBox .c_bottom .o-register div{
    width: 48px;
    height: 48px;
    background: url('/images/xhome/register/zz.png') no-repeat 100% 100%;
    margin-left: 110px;
}
.chooseBox .c_bottom .shenfen:hover{
    cursor: pointer;
}
.chooseBox .c_bottom .u-register:hover{
    border: 1px solid #c78218;
}
.chooseBox .c_bottom .u-register:hover .chooseBox .c_bottom .u-register text{
    color: #c78218;
}
.chooseBox .c_bottom .u-register:hover .u-div{
    background: url('/images/xhome/register/user_.png') no-repeat 100% 100%;
}
.chooseBox .c_bottom .o-register:hover{
    border: 1px solid #c78218;
}
.chooseBox .c_bottom .o-register:hover .chooseBox .c_bottom .o-register text{
    color: #c78218;
}
.chooseBox .c_bottom .o-register:hover .o-div{
    background: url('/images/xhome/register/zz_.png') no-repeat 100% 100%;
}

.chooseBox .c_bottom .choosed{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    display: none;
}
.chooseBox .c_bottom  .choosed-next{
    width: 400px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #B92E32;
    margin: 0 auto;
}
