body,
div,
ul,
li {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑";
}
/* 步骤条 */
.ui-step-wrap {
    position: relative;
}

    .ui-step-wrap .ui-step-bg,
    .ui-step-wrap .ui-step-progress {
        position: absolute;
        top: 3px;
        left: 0;
    }

    .ui-step-wrap .ui-step-bg {
        width: 100%;
        height: 16px;
        background: #EAF2FB;
    }

    .ui-step-wrap .ui-step-progress {
        width: 0;
        height: 16px;
        background: #2D84D5;
    }

    .ui-step-wrap .ui-step {
        position: relative;
        z-index: 1;
        list-style: none;
    }

        .ui-step-wrap .ui-step:after {
            content: '';
            display: table;
            clear: both;
        }

        .ui-step-wrap .ui-step .ui-step-item {
            float: left;
        }

            .ui-step-wrap .ui-step .ui-step-item .ui-step-item-num {
                /* margin-top: 18px; */
            }

                .ui-step-wrap .ui-step .ui-step-item .ui-step-item-num span {
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    border-radius: 50%;
                    background: #ABCEEE;
                    text-align: center;
                    line-height: 20px;
                }

.roun-box {
    display: inline-block;
    padding: 0px 10px;
    background: #FFFFFF;
}

.ui-step-wrap .ui-step .ui-step-item.active .ui-step-item-num span {
    color: #fff;
    background: #2D84D5;
}

.ui-step-item:last-child {
    background: #FFFFFF;
}

.ui-step-item-title {
    color: rgba(45,132,213,0.5);
    font-size: 18px;
    text-indent: -30px;
    margin-top: 15px;
}

.ui-step-item:last-child .ui-step-item-title {
    text-indent: -15px;
}

.ui-step li.active .ui-step-item-title {
    color: rgba(45,132,213,1);
}


/* 表单 */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

body,
html {
    background: #F7F7F7;
    height: 100%;
    /*display: flex;
			align-items: center;
			justify-content: center;*/
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 16px;
}

.content {
    width: 1177px;
    min-height: 747px;
    background: #FFFFFF;
    margin: 0 auto;
    padding-top: 76px;
    overflow: hidden;
}

.step-box, .form1-box {
    width: 575px;
    margin: 0 auto;
}



#step {
    width: 800px;
}

.form1 {
    margin-top: 86px;
    padding: 0px 74px;
}

    .form1 input {
        color: #999999;
        font-size: 16px;
        padding-left: 4%;
        width: 95%;
        display: block;
        height: 46px;
        background: rgba(0, 0, 0, 0);
        border: 1px solid rgba(204, 204, 204, 1);
    }

    .form1 > input {
        margin-bottom: 24px;
        color: #1a1a1a;
    }

    .form1 > div {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

        .form1 > div > input {
            width: 65%;
        }

        .form1 > div > button {
            width: 27%;
            height: 46px;
            background: rgba(46, 141, 241, 0);
            border: 1px solid rgba(82, 166, 249, 1);
            font-size: 16px;
            font-weight: 500;
            color: rgba(46, 141, 241, 1);
            cursor: pointer;
        }

            .form1 > div > button:disabled {
                background: rgba(204, 204, 204, 1);
                color: #999999;
            }

.next-step, .next-step2 {
    height: 46px;
    background: rgba(46, 141, 241, 1);
    border-radius: 2px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 42px;
    width: 100%;
    border: none;
    margin-top: 70px;
    cursor: pointer;
}

.next-step2 {
    width: 444px;
    margin-top: 25px;
}

.form1 > p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
    margin-bottom: 126px;
}

    .form1 > p > a {
        font-size: 14px;
        font-weight: 500;
        color: rgba(46, 141, 241, 1);
        line-height: 42px;
    }
/* form2 */
.form2-box {
    width: 968px;
    margin: 47px auto 0px auto;
    display: none;
}

.register .content .container {
    width: 868px;
}

.r-title {
    font-size: 16px;
    font-weight: bold;
    padding-left: 8px;
    border-left: 3px solid #52A6F9;
    margin-bottom: 24px;
}

.register .row, .resetPwd .row {
    overflow: hidden;
    font-size: 15px;
    margin-bottom: 24px;
}

.register .left, .resetPwd .left {
    float: left;
    display: flex;
    align-items: center;
}

.register .right, .resetPwd .right {
    float: right;
    display: flex;
    align-items: center;
}

.register i, .resetPwd i {
    display: inline-block;
    width: 10px;
    font-style: normal;
    color: #FF2121;
}

.register .label, .resetPwd .label {
    width: 100px;
    display: inline-block;
    float: left;
}

.register input , .resetPwd input {
    width: 300px;
    height: 40px;
    line-height: 40px;
    outline: none;
    border: 1px solid #ddd;
    padding-left: 17px;
    box-sizing: border-box;
    margin-left: 17px;
}

    .register input.active {
        border: 1px solid #52A6F9;
    }

    .register input.err {
        border: 1px solid #FF4242;
    }

.address input {
    width: 850px;
}

.btn {
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    background: rgba(183, 219, 255, 1);
    border-radius: 3px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
}

.register .btn-register {
    width: 180px;
    margin-left: 87px;
    margin-top: 33px;
}

.btn.active {
    background: #52A6F9;
}

.register .code input {
    width: 170px;
    margin-left: 87px;
}

.register .btn-getCode {
    width: 120px;
    height: 34px;
    line-height: 34px;
    margin-left: 10px;
    vertical-align: bottom;
}

.resetPwd .content {
    padding-top: 140px;
}

.resetPwd .label {
    display: inline-block;
    width: 72px;
    text-align: right;
}

    .resetPwd .label i {
        float: left;
    }

.resetPwd input {
    height: 38px;
    line-height: 38px;
}

.resetPwd .code input {
    width: 180px;
}

.resetPwd .btn-getCode {
    width: 110px;
    vertical-align: bottom;
    margin-left: 10px;
}

/* 第三步 */
.success {
    display: none;
    margin-top: 100px;
}

    .success > div:nth-child(1) {
        text-align: center;
    }

    .success img {
        width: 120px;
        height: 120px;
        background: #DCEDFE;
        border-radius: 50%;
    }

    .success p {
        margin-top: 24px;
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: 500;
        color: rgba(51,51,51,1);
        margin-bottom: 106px;
    }

    .success > div:nth-child(2) {
        display: flex;
        justify-content: center;
    }

    .success a {
        display: inline-block;
        width: 204px;
        height: 46px;
        background: rgba(255,255,255,1);
        border: 1px solid rgba(46,141,241,1);
        border-radius: 2px;
        font-size: 16px;
        font-weight: bold;
        color: rgba(46,141,241,1);
        text-align: center;
        line-height: 46px;
        margin-right: 25px;
    }

    .success > div a:nth-child(2) {
        color: white;
        background: rgba(46,141,241,1);
        margin-right: 0px;
    }
