/*变量*/
:root
{
    --main-color: rgb(13,26,199);
}
/*********  Reg-Box 注册登录样式 ********/
.Reg-Box{}
.Reg-Box li
{
    position: relative;
    border-bottom: solid 1px #e5e5e5;
    margin-top: 15px;
}
.Reg-Box li .layui-input
{
    border-style: none;
    height: 26px;
    font-size: 16px;
    background: transparent;
}
.Reg-Box li .em_icon{position: absolute;width: 22px;height: 25px;top: 0;left: 25px;top:50%;margin-top: -13px;}
.Reg-Box li .user_icon{background:url("/static/layui/resources/user_icon.png") no-repeat center center/100% 100%;}
.Reg-Box li .iphone_icon{background:url("/static/layui/resources/iphone_icon.png") no-repeat center center/100% 100%;}
.Reg-Box li .safe_icon{background:url("/static/layui/resources/safe_icon.png") no-repeat center center/100% 100%;}
.Reg-Box li .pass_icon{background:url("/static/layui/resources/pass_icon.png") no-repeat center center/100% 100%;}
.Reg-Box li .tuijian_icon{background:url("/static/layui/resources/tuijian_icon.png") no-repeat center center/100% 100%;}
.Reg-Box li .btn-yzm{position: absolute;right: 25px;top:50%;margin-top: -20px; height: 40px;border-style: none;border-radius: 30px;}
.Reg-Box li .layui-btn.layui-btn-disabled{background:#e8e8e8!important;color: #666!important;}
.Reg-Box .Reg_btn{margin: 50px 30px 0 30px;text-align: center;}
.Reg-Box .Reg_btn a.kefu_link{font-size: 16px;margin-top: 7px;display: block;}
.Reg-Box .Reg_btn .layui-btn
{
    height: 50px;
    padding: 0;
    width: 100%;
    font-size: 18px;
    border-radius: 15px;
    background: var(--main-color);
}
.Reg-Box .Reg_btn p{color: #bcbbbb;margin-top: 30px;}
/******  Login  登录样式  *******/
.Reg-Box .Logo_img{padding: 30px 0 30px 0;text-align: center;}
.Reg-Box .Logo_img img{width: 100%;max-width:180px }
.Reg-Box .Login
{
    margin-top: 40vw;
}
.Reg-Box .Login li
{
    background: #fff;
    border-bottom: solid 1px #eaeaea;
    padding-top:15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    border-radius: 15px;
}
.Reg-Box .Login li .label
{
    width: 70px;
    color: black;
    text-align: left;
    font-size: 100%;
}
.Reg-Box .Login li .text
{
    width: 100%;
}
.Reg-Box .Login_btn{margin-left: 0;margin-right: 0;}
.Reg-Box .Login_btn a.kefu_link
{
    font-size: 16px;
    margin-top: 7px;
    display: block;
    color: white;
}
.Reg-Box .Login_btn p{height: 36px;line-height: 26px;margin-top: 30x;}
.Reg-Box .Login_btn p span{margin-right: 7px;position: relative;top:-2px;}
.Reg-Box .Login_btn p img{width: 100%;max-width: 20px;}
.Reg-Box  .Reg-Box-cz a
{
    color: white;
}
.oneline
{
    display: flex;
    align-items: center;
}