.contain{
    /* width: 1000px; */
    margin: 0 auto;
}
/* .page{
    background-image: url("../imgs/login-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
} */
.big_box{
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url("../imgs/login-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.register_box{
    width: 635px;
    padding: 46px;
    background: #FFFFFF;
    box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 5%);
    border-radius: 8px;
    /* margin: 0 auto; */
    /* margin-top: 110px; */
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.register_header{
    margin: auto;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #F8711A;
    border-radius: 6px;
    display: flex;
    cursor: pointer;
    width: 360px;
    margin-bottom: 30px;
}
.fenxiao_part{
    width: 50%;
    height: 42px;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    color: #F8721B;
}
.gongyin_part{
    width: 50%;
    height: 42px;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    color: #F8721B;
}
.activet{
    background: linear-gradient(0deg, #FE6B5E 0%, #FF8647 100%);
    color: #FFFFFF;
}
.buzou_box{
    width: 310px;
    margin: auto;
    /* padding: 20px 0; */
}
.num_bu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 290px;
    margin: auto;
}
.buzou_one{
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #999999;
    font-size: 16px;
    background: #F8F8F8;
    border-radius: 50px;
}
.xian{
    width: 68px;
    height: 1px;
    background: #DDDDDD;
}
.on{
    background: #465362;
    color: #FFFFFF;
}
.zi_bu{
    display: flex;
    align-items: center;
    justify-content: space-between; 
    padding: 20px 0;
}
.zi_item{
    color: #666666;
    font-size: 12px;
}
.input_fxname{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.xing{
    color: #FF242E;
    font-size: 16px;
    margin-right: 10px;
}
.fxname_title{
    font-size: 14px;
    color: #666666;
}
.fenxiao_input{
    width: 400px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fxs{
    border: none;
    height: 100%;
    width: 80%;
    outline: none;
    padding-left: 10px;
}
.daoshu{
    width: 58px;
    text-align: center;
    line-height: 36px;
    background: #EEEEEE;
    color: #666666;
    font-size: 14px;
}
.addes{
    width: 50px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333333;
    border-right: 1px solid #EEEEEE;
}
.addes_input{
    width: 400px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.email{
    border: none;
    height: 100%;
    width: 100%;
    outline: none;
    padding-left: 10px;
}
.getcode{
    width: 110px;
    text-align: center;
    line-height: 36px;
    background: #EEEEEE;
    color: #666666;
    font-size: 14px;
    cursor: pointer;
}
.getcodet{
    width: 110px;
    text-align: center;
    line-height: 36px;
    background: #EEEEEE;
    color: #666666;
    font-size: 14px;
    cursor: pointer;
}
.yzm{
    padding-left: 17px;
}
.geyzm{
    border: none;
    height: 100%;
    width: 70%;
    outline: none;
    padding-left: 10px;
}
.comfirm{
    width: 360px;
    height: 48px;
    background: linear-gradient(0deg, #FE6960 0%, #FF8846 100%);
    border-radius: 6px 4px 4px 4px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
    margin: auto;
    cursor: pointer;
    margin-top: 40px;
}
.gonghuoshang{
    display: none;
}
.gysname{
    border: none;
    height: 100%;
    width: 80%;
    outline: none;
    padding-left: 10px;
}
.fzr{
    border: none;
    height: 100%;
    width: 80%;
    outline: none;
    padding-left: 10px;
}
.shfzr{
    border: none;
    height: 100%;
    width: 80%;
    outline: none;
    padding-left: 10px;
}
.lxr{
    border: none;
    height: 100%;
    width: 80%;
    outline: none;
    padding-left: 10px;
}
.djnum{
    display: none;
}
.checkExistRong{
    color: #FF242E;
    font-size: 14px;
}