.container{
    background: #F1F5FB;
}
.empty-box{
    width: 100%;
    height: 158px;
    background: #FFFFFF;
    margin-bottom: 72px;
}

.tip-tab{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 24px;
    color: #999999;
    margin: 25px 0;
}
.empty{
    width: 192px;
    height: 2px;
    background: #D8D8D8;
    margin: 0 16px;
}

.container .sign-cont{
    width: 972px;
    height: 1200px;
    background: rgba(255,255,255,0.9);
    box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,0.5);
    border-radius: 40px;
    margin: 0 auto 118px;
    padding-top: 58px;
}

.container .sign-cont .sign-title{
    font-weight: 600;
    font-size: 30px;
    color: #30353A;
    text-align: center;
    padding-bottom: 65px;
}

.container .sign-cont .sign-box{
    width: 616px;
    margin: 15px auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.container .sign-cont .sign-box1{
    margin: 0 auto 46px;
}

.container .sign-cont .sign-box .arrow{
    width: 14px;
    height: 8px;
    position: absolute;
    top: 25px;
    right: 20px;
}
.container .sign-cont .sign-box .arrow-top{
    display: none;
}

.container .sign-cont .sign-box .box-name{
    font-weight: 400;
    font-size: 24px;
    color: #282828;
    margin-right: 30px;
}

.container .sign-cont .sign-box .box-name span{
    color: #E63E3E;
    font-weight: 500;
    font-size: 24px;
}

.container .sign-cont .sign-box .sign-name{
    font-weight: 400;
    font-size: 20px;
    color: #333;
    padding-left: 24px;
    width: 490px;
    height: 54px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #D3D9E4;
}

.container .sign-cont .sign-box .input-sex{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
}

.container .sign-cont .sign-box .input-sex2{
    margin-left: 20px;
}

.container .sign-cont .sign-box .input-sex .sex-select{
    width: 20px;
    height: 20px;
    border: 1px solid #C4C3C7;
    border-radius: 50%;
    margin-right: 12px;
}

.container .sign-cont .sign-box .input-sex .select-active{
    background: url("../image/register/sex-select.png") no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    border: none;
    margin-right: 14px;
}

.container .sign-cont .sign-btn{
    width: 500px;
    height: 92px;
    background: linear-gradient( 270deg, #6F77FF 0%, #C1A3FF 100%);
    border-radius: 46px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agree{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 13px 0 32px;
}

.agree-btn{
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url("../image/register/agree.png") no-repeat;
    background-size: 100% 100%;
}

.agree-btn.active{
    background: url("../image/register/agree-active.png") no-repeat;
    background-size: 100% 100%;
}

.agree-text{
    font-weight: 400;
    font-size: 20px;
    color: #333333;
}

.agree-text a{
    font-weight: 400;
    font-size: 20px;
    color: #7D72FF;
}

.login-text{
    font-weight: 400;
    font-size: 22px;
    color: #999999;
    text-align: center;
    margin-top: 20px;
}

.login-text a{
    font-weight: 400;
    font-size: 22px;
    color: #7D72FF;
}

.drop-down{
    width: 492px;
    max-height: 255px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.5);
    border-radius: 6px;
    position: absolute;
    top: 54px;
    right: 0;
    z-index: 9;
    overflow-y: scroll;
    display: none;
}
.drop-down .list{
    width: 492px;
    height: 66px;
    font-weight: 400;
    font-size: 26px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.drop-down .list.active{
    background: #E2E2E2;
}

.footer{
    background: #fff;
    border: none;
}

