*{
    padding:0;
    margin:0;
}
a{
    text-decoration: none;
    color:#333;
}
html,body{
background-color:#fff;
}
ul li,ol li{
    list-style: none;
}
.wrap{
    width:100%;
    height:1089px;
    background:url("../images/bg-img2.png") no-repeat;
    background-size: 100% 100%;
    padding-top:110px;
    box-sizing: border-box;
}
.wrap .box{
    width:1473px;
    height:882px;
    margin:0 auto;
    background:url("../images/bg-img3.png") no-repeat;
    background-size:100% 100%;
    padding:150px 170px 150px 700px;
    box-sizing: border-box;
}
.wrap .box .registered{
    width:530px;
    height:600px;
}
.wrap .box .registered h2{
    font-size:29px;
    text-align: center;
    font-family:"PingFang SC";
    font-weight:bold;
    padding-top:50px;
    box-sizing: border-box;
    color:rgba(55,109,245,1);
}
.registered .registered-list{
    width:380px;
    height:420px;
    margin:50px auto 0;
}
.registered .phonex{
    width:380px;
    height:55px;
    border-bottom:1px solid rgba(102,102,102,0.5);
    ;
}
.box-input-account{
    background:url("../images/account-img.png") no-repeat;
    background-size:24px 24px;
    background-position-y:14px;
}
.box-input{
    width:380px;
    height:55px;
    font-size:16px;
    text-indent:40px;
    font-family:"Source Han Sans CN";
    /* font-weight:400; */
    color:rgba(153,153,153,1);
    line-height:50px;
    border: none;
    outline: none;
}
.registered .codex{
    width:380px;
    height:55px;
    padding-top:20px;
    border-bottom:1px solid rgba(102,102,102,0.5);
}
.box-input-username{
    background:url("../images/code-img.png") no-repeat;
    background-size:24px 26px;
    background-position-y:14px;
}
.box-codex{
    float:left;
    width:250px;
    height:55px;
    font-size:16px;
    text-indent:40px;
    font-family:"Source Han Sans CN";
    color:rgba(153,153,153,1);
    line-height:50px;
    border: none;
    outline: none;
}
.codex .code{
    float:right;
    width:120px;
    height:55px;
    line-height: 55px;
    text-align: center;
    font-size:18px;
    font-family:"Source Han Sans CN";
    font-weight:500;
    color:rgba(46,111,247,1);
    line-height:30px;
    border: none;
    outline: none;
}
.registered .passwordx{
    width:380px;
    height:55px;
    padding-top:20px;
    border-bottom:1px solid rgba(102,102,102,0.5);
}
.box-input-password{
    background:url("../images/password-img.png") no-repeat;
    background-size:20px 22px;
    background-position-y:13px;
}
.box-password{
    width:380px;
    height:55px;
    font-size:16px;
    text-indent:40px;
    font-family:"Source Han Sans CN";
    color:rgba(153,153,153,1);
    line-height:50px;
    border: none;
    outline: none;
}
.user{
    position:relative;
    width:380px;
    height:30px;
    margin-top:15px;
    /* padding-top:15px;
    box-sizing: border-box; */
    /* border:1px solid #f00; */
}
.user .user-list{
    float: right;
    width:80px;
    height:30px;
}
.user .sign-img{
    position: absolute;
    top:6px;
    width:18px;
    height:18px;
    text-decoration: none;
    background:url("../images/choose-img.png") no-repeat;
    background-size:18px 18px;
}
.user p{
    float: left;
    font-size:0.24rem;
    color:#333;
    margin-left:30px;
    line-height:30px;
    font-family:"font-family:Source Han Sans CN;";
}
.btn{
    width:380px;
    height:68px;
    margin-top:30px;
    font-size:18px;
    font-family:"Source Han Sans CN";
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:68px;
    text-align: center;
    background:linear-gradient(98deg,rgba(44,112,247,1),rgba(109,92,236,1));
}
.login-list{
    width:100%;
    height:30px;
    margin-top:15px;
}
.login-list p{
    text-align: center;
    font-size:16px;
    line-height: 30px;
    font-family:"Source Han Sans CN" ;
    color:rgba(51, 51, 51, 1);
}
.login-list .on{
    color:#306FF6;
}