* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #F6F6F6;
}

a {
    text-decoration: none;
    color: #707070;
    text-align: center;
}

.command {
    margin: 0 auto;
    width: 1520px;
    height: 45px;
}

.command .index {
    float: left;
    margin-left: 40px;
    /* width: 32px; */
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 45px;
    opacity: 1;
}

.command .index a {
    color: #333333;
}

.command .greater-than-sign {
    float: left;
    margin: 0 16px;
    width: 12px;
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
    opacity: 1;
}

.command .register {
    float: left;
    /* width: 72px; */
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
    opacity: 1;
}

.register-form {
    overflow: hidden;
    margin: 0 auto;
    width: 1520px;
    height: 610px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 0px;
}

.register-form .register-title {
    margin: 33px auto 0;
    width: 500px;
    height: 59px;
}

.register-form .register-title .register-left {
    position: relative;
    float: left;
    width: 250px;
    height: 59px;
}

.register-form .register-title .register-left .register-one {
    width: 250px;
    height: 4px;
    margin-top: 13px;
    background: #D9001B;
    opacity: 1;
    border-radius: 0px;
}

.register-form .register-title .register-left .register-one-circle {
    position: absolute;
    top: 0;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background: #D9001B;
    border-radius: 50%;
    opacity: 1;
}

.register-form .register-title .register-left .register-one-circle span {
    position: absolute;
    width: 9px;
    left: calc(50% - 4px);
    top: calc(50% - 9px);
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 1;
}

.register-form .register-title .register-left .register-one-title {
    width: 184px;
    height: 19px;
    margin: 23px auto 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    line-height: 19px;
    color: #D9001B;
    opacity: 1;
}

.register-form .register-title .register-right {
    position: relative;
    float: left;
    width: 250px;
    height: 59px;
}

.register-form .register-title .register-right .register-two {
    width: 250px;
    height: 4px;
    margin-top: 13px;
    background: #CCCCCC;
    opacity: 1;
    border-radius: 0px;
}

.register-form .register-title .register-right .register-two-circle {
    position: absolute;
    top: 0;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background: #CCCCCC;
    border-radius: 50%;
    opacity: 1;
}

.register-form .register-title .register-right .register-two-circle span {
    position: absolute;
    width: 9px;
    left: calc(50% - 4px);
    top: calc(50% - 9px);
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 1;
}

.register-form .register-title .register-right .register-two-title {
    width: 156px;
    height: 19px;
    margin: 23px auto 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    line-height: 19px;
    color: #666666;
    opacity: 1;
}

.register-form .register-information {
    margin: 41px auto 0;
    /* width: 233px; */
    width: 340px;
    /* height: 272px; */
}

.register-form .register-information .information-title {
    float: left;
    width: 144px;
    height: 32px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* line-height: 28px; */
    color: #666666;
    opacity: 1;
    /* border: 1px solid red; */
    /*设置为伸缩容器*/
    /*新版本*/
    text-align: right;
}

.register-form .register-information input {
    width: 155px;
    height: 28px;
    margin-left: 12px;
    background: #FFFFFF;
    border: 1px solid #707070;
    opacity: 1;
    border-radius: 0px;
}

.register-form .register-information .login-password,
.login-account,
.login-nickname,
.login-telephone,
.login-mobilephone {
    width: 100%;
    margin-top: 33px;
}

.register-form .register-information .login-email {
    width: 100%;
    margin-top: 33px;
}

.register-form .register-submit {
    margin: 64px auto 0;
    width: 222px;
    height: 32px;
}

.register-form .register-submit .reset {
    position: relative;
    float: left;
    width: 98px;
    height: 32px;
    border: 1px solid #D9001B;
    opacity: 1;
    border-radius: 4px;
    cursor: pointer;
}

.register-form .register-submit .reset span {
    display: block;
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
    color: #D9001B;
    opacity: 1;
}

.register-form .register-submit .submit {
    position: relative;
    float: left;
    width: 98px;
    height: 32px;
    margin-left: 18px;
    background: #D9001B;
    opacity: 1;
    border-radius: 4px;
    cursor: pointer;
}

.register-form .register-submit .submit span {
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
    color: #FFFFFF;
    opacity: 1;
}

.check {
    float: left;
    width: 100%;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #D9001B;
}

.register-form .register-audit {
    display: none;
    margin: 100px auto 0;
    /* width: 150px; */
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    color: #D9001B;
}

.notclick {
    pointer-events: none;
}