.layui-layer-page .layui-layer-content{margin-top:-45px;}
.layui-layer-title {
    padding: 0 !important;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 16px !important;
    color: #333;
    overflow: hidden;
    background-color: #6598DE!important;
    border-radius: 2px 2px 0 0;
    text-align: center;
    color:#fff !important;
}
.register{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.register-content{
    padding-top: 20px;
    width: 100%;
    flex: 1;
    overflow: auto;
    background-image: linear-gradient(#dcedfa 0%, #fff 20%,#fff 80%,#dcedfa 100%);
    margin-bottom: 70px;
}
#nextstep1,#nextstep:hover{
    cursor: pointer;
}
@media screen and (min-width: 1680px) {
    
    /* 创建账号 */
    .step1{
        width: 450px;
        margin: 0px auto;
        box-sizing: border-box;
        position: relative;
        /* background-color: blue; */
    }
    .step1 h4{
        text-align: left;
        font-weight: bold;
        font-size: 15px;
        padding-bottom: 5px;
    }
    #itentid{
        /* background:rgba(255,255,255,1); */
        width: 130px;
        height: 40px;
        border:1px solid rgba(67, 82, 177, 0.3);
        /* box-shadow:0px 2px 6px 0px rgba(4,0,0,0.1); */
        /* border-radius:2px; */
        padding-left: 10px;
        border-right: none;
        box-sizing: border-box;
        /* vertical-align: bottom; */
    }
    #identcode{
        width: 320px;
        height: 40px;
        border:1px solid rgba(67, 82, 177, 0.3);
        /* box-shadow:0px 2px 6px 0px rgba(4,0,0,0.1); */
        /* border-radius:2px; */
        padding-left: 5px;
        border-left: none;
        vertical-align: bottom;
        line-height: 41px;
        outline: none;
        box-sizing: border-box;
        position: absolute;
    }
    .inp2{
        width: 450px;
        height: 40px;
        padding-left: 5px;
        border:1px solid rgba(67, 82, 177, 0.3);
        margin-bottom: 5px;
        outline: none;
        box-sizing: border-box;
    }
    #inp1{
        margin-top: 10px;
    }
    .yzm{
        width: 450px;
        /* background-color: red; */
        box-sizing: border-box;
    }
    #sendcode{
        margin-left: 35px;
        width: 130px;
        height: 40px;
        background:rgba(222,124,117,1);
        border-radius:2px;
        border: none;
        color: white;
        outline: none;
        box-sizing: border-box;
        display: inline-block;
    }
    #sendcode,#nextstep:hover{
        cursor: pointer;
    }
    #code{
        width: 280px;
        height: 40px;
        padding-left: 5px;
        border:1px solid rgba(67, 82, 177, 0.3);
        margin-bottom: 10px;
        margin-top: 10px;
        box-sizing: border-box;
        display: inline-block;
    }
    #nextstep{
        background-color:#2977EA;
        height: 40px;
        border-radius:2px;
        width: 450px;
        margin-top: 10px;
        line-height: 40px;
        text-align: center;
        color: white;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    /* .yzm{
        margin-top: 10px;
    } */

    .step-footer{
        width: 80%;
        margin: 0px auto;
        margin-top: 20px;
        font-size:14px;
        font-weight:bold;
        color: #4352B1;
    }
    .step-footer input{
        width: 15px;
        height: 15px;
        vertical-align: middle;
    }
    .step-footer span{
        vertical-align: middle;
    }
    .step-footer:hover{
        cursor: pointer;
    }

    /* 实名认证 */

    .step2{
        width: 660px;
        margin: 0px auto;
        box-sizing: border-box;
        position: relative;
        /* background-color: brown; */
    }
    .step2-left h4{
        text-align: left;
        font-weight: bold;
        font-size: 15px;
        /* padding-bottom: 20px; */
    }
    .step2-content{
        display: flex;
        width: 100%;
    }
    .step2-left{
        width: 100%;
    }
    #test11{
        margin-top: 10px;
    }
    .step2-right{
        /* margin-top: 25px; */
        margin-left: 40px;
    }
    .step2-right h4{
        text-align: left;
        font-weight: bold;
        font-size: 15px;
        /* padding-bottom: 10px; */
        margin-top: 10px;
    }
    .step2-right img{
        margin-top: 10px;
    }

    #nextstep1{
        background-color:#2977EA;
        height: 40px;
        border-radius:2px;
        width: 430px;
        margin-top: 10px;
        line-height: 40px;
        text-align: center;
        color: white;
        /* margin-top: 40px; */
        margin-left: auto;
        margin-right: auto;
        /* margin: 40px auto; */
    }
    .step-footer1{
        width: 300px;
        margin: 0px auto;
        font-size:14px;
        font-weight:bold;
        color: #4352B1;
        margin-top: 20px;
    }
    .step-footer1 input{
        width: 15px;
        height: 15px;
        vertical-align: middle;
    }
    .step-footer1 span{
        vertical-align: middle;
    }
    .step-footer1:hover{
        cursor: pointer;
    }
    /* 完成注册 */
    .step3{
        width: 35%;
        margin: 0px auto;
        box-sizing: border-box;
        position: relative;
        /* background-color: brown; */
    }
    .step3>div:nth-child(1){
        margin-top: 100px;
        margin-left: auto;
        margin-right: auto;
        text-align:center
    }
    .step3 h3{
        font-size: 22px;
        font-weight:400;
    }
    .step3 p{
        font-size:14px;
        font-weight:400;
        color:rgba(102,102,102,1);
        margin-top: 10px;
    }
    .btn-blue1{
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .btn-blue1 button{
        background-color:#2977EA;
        height: 40px;
        border-radius:2px;
        width: 320px;
        /* margin-top: 10px; */
        line-height: 40px;
        color: white;
        border: none;
    }
}
@media screen and (min-width: 1440px) and (max-width: 1680px) {
    /* 创建账号 */
    .step1{
        width: 450px;
        margin: 0px auto;
        box-sizing: border-box;
        position: relative;
        
        /* background-color: blue; */
    }
    .step1 h4{
        text-align: left;
        font-weight: bold;
        font-size: 15px;
        padding-bottom: 5px;
    }
    #itentid{
        /* background:rgba(255,255,255,1); */
        width: 130px;
        height: 40px;
        border:1px solid rgba(67, 82, 177, 0.3);
        /* box-shadow:0px 2px 6px 0px rgba(4,0,0,0.1); */
        /* border-radius:2px; */
        padding-left: 5px;
        border-right: none;
        box-sizing: border-box;
        /* vertical-align: bottom; */
    }
    #identcode{
        width: 320px;
        height: 40px;
        border:1px solid rgba(67, 82, 177, 0.3);
        /* box-shadow:0px 2px 6px 0px rgba(4,0,0,0.1); */
        /* border-radius:2px; */
        padding-left: 5px;
        border-left: none;
        vertical-align: bottom;
        line-height: 41px;
        outline: none;
        box-sizing: border-box;
        position: absolute;
    }
    .inp2{
        width: 450px;
        height: 40px;
        padding-left: 5px;
        border:1px solid rgba(67, 82, 177, 0.3);
        margin-bottom: 5px;
        outline: none;
        box-sizing: border-box;
    }
    #inp1{
        margin-top: 10px;
    }
    #sendcode{
        margin-left: 30px;
        width: 132px;
        height: 40px;
        background:rgba(222,124,117,1);
        /* border-radius:2px; */
        border: none;
        color: white;
        outline: none;
        box-sizing: border-box;
    }
    #sendcode,#nextstep:hover{
        cursor: pointer;
    }
    #code{
        width: 280px;
        height: 40px;
        padding-left: 5px;
        border:1px solid rgba(67, 82, 177, 0.3);
        margin-bottom: 10px;
        margin-top: 10px;
        box-sizing: border-box;
    }
    #nextstep{
        background-color:#2977EA;
        height: 40px;
        border-radius:2px;
        width: 450px;
        margin-top: 10px;
        line-height: 40px;
        text-align: center;
        color: white;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    /* .yzm{
        margin-top: 10px;
    } */

    .step-footer{
        width: 80%;
        margin: 0px auto;
        margin-top: 20px;
        font-size:14px;
        font-weight:bold;
        color: #4352B1;
    }
    .step-footer input{
        width: 15px;
        height: 15px;
        vertical-align: middle;
    }
    .step-footer span{
        vertical-align: middle;
    }
    .step-footer:hover{
        cursor: pointer;
    }

    /* 实名认证 */

    .step2{
        width: 35%;
        margin: 0px auto;
        box-sizing: border-box;
        position: relative;
        /* background-color: brown; */
    }
    .step2-left h4{
        text-align: left;
        font-weight: bold;
        font-size: 15px;
        padding-bottom: 20px;
    }
    .step2-content{
        display: flex;
        width: 100%;
    }
    .step2-left{
        width: 100%;
    }
    #test11{
        margin-top: 10px;
    }
    .step2-right{
        margin-top: 25px;
        margin-left: 40px;
    }
    .step2-right h4{
        text-align: left;
        font-weight: bold;
        font-size: 15px;
        padding-bottom: 10px;
        margin-top: 10px;
    }
    .step2-right img{
        width: 260px;
        height: 120px;
        margin-top: 10px;
    }
    .layui-upload-drag {
        width: 259px;
    }
    #nextstep1{
        background-color:#2977EA;
        height: 40px;
        border-radius:2px;
        width: 430px;
        margin-top: 10px;
        line-height: 40px;
        text-align: center;
        color: white;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        /* margin: 40px auto; */
    }
    .step-footer1{
        width: 300px;
        margin: 0px auto;
        font-size:14px;
        font-weight:bold;
        color: #4352B1;
        margin-top: 20px;
    }
    .step-footer1 input{
        width: 15px;
        height: 15px;
        vertical-align: middle;
    }
    .step-footer1 span{
    vertical-align: middle;
    }
    .step-footer1:hover{
        cursor: pointer;
    }
    /* 完成注册 */
    .step3{
        width: 35%;
        margin: 0px auto;
        box-sizing: border-box;
        position: relative;
        /* background-color: brown; */
    }
    .step3>div:nth-child(1){
        margin-top: 100px;
        margin-left: auto;
        margin-right: auto;
        text-align:center
    }
    .step3 h3{
        font-size: 22px;
        font-weight:400;
    }
    .step3 p{
        font-size:14px;
        font-weight:400;
        color:rgba(102,102,102,1);
        margin-top: 10px;
    }
    .btn-blue1{
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .btn-blue1 button{
        background-color:#2977EA;
        height: 40px;
        border-radius:2px;
        width: 320px;
        /* margin-top: 10px; */
        line-height: 40px;
        color: white;
        border: none;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1440px) {
    .step1{
        width: 450px;
        margin: 0px auto;
        box-sizing: border-box;
        position: relative;
        
        /* background-color: blue; */
    }
    .step1 h4{
        text-align: left;
        font-weight: bold;
        font-size: 15px;
        padding-bottom: 5px;
    }
    #itentid{
        /* background:rgba(255,255,255,1); */
        width: 130px;
        height: 40px;
        border:1px solid rgba(67, 82, 177, 0.3);
        /* box-shadow:0px 2px 6px 0px rgba(4,0,0,0.1); */
        /* border-radius:2px; */
        padding-left: 10px;
        border-right: none;
        box-sizing: border-box;
        /* vertical-align: bottom; */
    }
    #identcode{
        width: 320px;
        height: 40px;
        border:1px solid rgba(67, 82, 177, 0.3);
        /* box-shadow:0px 2px 6px 0px rgba(4,0,0,0.1); */
        /* border-radius:2px; */
        padding-left: 5px;
        border-left: none;
        vertical-align: bottom;
        line-height: 41px;
        outline: none;
        box-sizing: border-box;
        position: absolute;
    }
    .inp2{
        width: 450px;
        height: 40px;
        padding-left: 5px;
        border:1px solid rgba(67, 82, 177, 0.3);
        margin-bottom: 5px;
        outline: none;
        box-sizing: border-box;
    }
    #inp1{
        margin-top: 10px;
    }
    #sendcode{
        margin-left: 30px;
        width: 132px;
        height: 40px;
        background:rgba(222,124,117,1);
        /* border-radius:2px; */
        border: none;
        color: white;
        outline: none;
        box-sizing: border-box;
    }
    #sendcode,#nextstep:hover{
        cursor: pointer;
    }
    #code{
        width: 280px;
        height: 40px;
        padding-left: 5px;
        border:1px solid rgba(67, 82, 177, 0.3);
        margin-bottom: 10px;
        margin-top: 10px;
        box-sizing: border-box;
    }
    #nextstep{
        background-color:#2977EA;
        height: 40px;
        border-radius:2px;
        width: 450px;
        margin-top: 10px;
        line-height: 40px;
        text-align: center;
        color: white;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    /* .yzm{
        margin-top: 10px;
    } */

    .step-footer{
        width: 80%;
        margin: 0px auto;
        margin-top: 20px;
        font-size:14px;
        font-weight:bold;
        color: #4352B1;
    }
    .step-footer input{
        width: 15px;
        height: 15px;
        vertical-align: middle;
    }
    .step-footer span{
        vertical-align: middle;
    }
    .step-footer:hover{
        cursor: pointer;
    }

    /* 实名认证 */

    .step2{
        width: 35%;
        margin: 0px auto;
        box-sizing: border-box;
        position: relative;
        /* background-color: brown; */
    }
    .step2-left h4{
        text-align: left;
        font-weight: bold;
        font-size: 15px;
        padding-bottom: 20px;
    }
    .step2-content{
        display: flex;
        width: 100%;
    }
    .step2-left{
        width: 100%;
    }
    #test11{
        margin-top: 10px;
    }
    .step2-right{
        margin-top: 25px;
        margin-left: 40px;
    }
    .step2-right h4{
        text-align: left;
        font-weight: bold;
        font-size: 15px;
        padding-bottom: 10px;
        margin-top: 10px;
    }
    .step2-right img{
        width: 260px;
        height: 120px;
        margin-top: 10px;
    }
    .layui-upload-drag {
        width: 259px;
    }
    #nextstep1{
        background-color:#2977EA;
        height: 40px;
        border-radius:2px;
        width: 430px;
        margin-top: 10px;
        line-height: 40px;
        text-align: center;
        color: white;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        /* margin: 40px auto; */
    }
    .step-footer1{
        width: 300px;
        margin: 0px auto;
        font-size:14px;
        font-weight:bold;
        color: #4352B1;
        margin-top: 20px;
    }
    .step-footer1 input{
        width: 15px;
        height: 15px;
        vertical-align: middle;
    }
    .step-footer1 span{
    vertical-align: middle;
    }
    .step-footer1:hover{
        cursor: pointer;
    }
    /* 完成注册 */
    .step3{
        width: 35%;
        margin: 0px auto;
        box-sizing: border-box;
        position: relative;
        /* background-color: brown; */
    }
    .step3>div:nth-child(1){
        margin-top: 100px;
        margin-left: auto;
        margin-right: auto;
        text-align:center
    }
    .step3 h3{
        font-size: 22px;
        font-weight:400;
    }
    .step3 p{
        font-size:14px;
        font-weight:400;
        color:rgba(102,102,102,1);
        margin-top: 10px;
    }
    .btn-blue1{
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .btn-blue1 button{
        background-color:#2977EA;
        height: 40px;
        border-radius:2px;
        width: 320px;
        /* margin-top: 10px; */
        line-height: 40px;
        color: white;
        border: none;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1400px) {
    .step1{
        width: 450px;
        margin: 0px auto;
        box-sizing: border-box;
        position: relative;
        
        /* background-color: blue; */
    }
    .step1 h4{
        text-align: left;
        font-weight: bold;
        font-size: 15px;
        padding-bottom: 5px;
    }
    #itentid{
        /* background:rgba(255,255,255,1); */
        width: 130px;
        height: 40px;
        border:1px solid rgba(67, 82, 177, 0.3);
        /* box-shadow:0px 2px 6px 0px rgba(4,0,0,0.1); */
        /* border-radius:2px; */
        padding-left: 10px;
        border-right: none;
        box-sizing: border-box;
        /* vertical-align: bottom; */
    }
    #identcode{
        width: 320px;
        height: 40px;
        border:1px solid rgba(67, 82, 177, 0.3);
        /* box-shadow:0px 2px 6px 0px rgba(4,0,0,0.1); */
        /* border-radius:2px; */
        padding-left: 5px;
        border-left: none;
        vertical-align: bottom;
        line-height: 41px;
        outline: none;
        box-sizing: border-box;
        position: absolute;
    }
    .inp2{
        width: 450px;
        height: 40px;
        padding-left: 5px;
        border:1px solid rgba(67, 82, 177, 0.3);
        margin-bottom: 5px;
        outline: none;
        box-sizing: border-box;
    }
    #inp1{
        margin-top: 10px;
    }
    #sendcode{
        margin-left: 30px;
        width: 132px;
        height: 40px;
        background:rgba(222,124,117,1);
        /* border-radius:2px; */
        border: none;
        color: white;
        outline: none;
        box-sizing: border-box;
    }
    #sendcode,#nextstep:hover{
        cursor: pointer;
    }
    #code{
        width: 280px;
        height: 40px;
        padding-left: 5px;
        border:1px solid rgba(67, 82, 177, 0.3);
        margin-bottom: 10px;
        margin-top: 10px;
        box-sizing: border-box;
    }
    #nextstep{
        background-color:#2977EA;
        height: 40px;
        border-radius:2px;
        width: 450px;
        margin-top: 10px;
        line-height: 40px;
        text-align: center;
        color: white;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    /* .yzm{
        margin-top: 10px;
    } */

    .step-footer{
        width: 80%;
        margin: 0px auto;
        margin-top: 20px;
        font-size:14px;
        font-weight:bold;
        color: #4352B1;
    }
    .step-footer input{
        width: 15px;
        height: 15px;
        vertical-align: middle;
    }
    .step-footer span{
        vertical-align: middle;
    }
    .step-footer:hover{
        cursor: pointer;
    }

    /* 实名认证 */

    .step2{
        width: 35%;
        margin: 0px auto;
        box-sizing: border-box;
        position: relative;
        /* background-color: brown; */
    }
    .step2-left h4{
        text-align: left;
        font-weight: bold;
        font-size: 15px;
        padding-bottom: 20px;
    }
    .step2-content{
        display: flex;
        width: 100%;
    }
    .step2-left{
        width: 100%;
    }
    #test11{
        margin-top: 10px;
    }
    .step2-right{
        margin-top: 25px;
        margin-left: 40px;
    }
    .step2-right h4{
        text-align: left;
        font-weight: bold;
        font-size: 15px;
        padding-bottom: 10px;
        margin-top: 10px;
    }
    .step2-right img{
        width: 260px;
        height: 120px;
        margin-top: 10px;
    }
    .layui-upload-drag {
        width: 259px;
    }
    #nextstep1{
        background-color:#2977EA;
        height: 40px;
        border-radius:2px;
        width: 430px;
        margin-top: 10px;
        line-height: 40px;
        text-align: center;
        color: white;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        /* margin: 40px auto; */
    }
    .step-footer1{
        width: 300px;
        margin: 0px auto;
        font-size:14px;
        font-weight:bold;
        color: #4352B1;
        margin-top: 20px;
    }
    .step-footer1 input{
        width: 15px;
        height: 15px;
        vertical-align: middle;
    }
    .step-footer1 span{
    vertical-align: middle;
    }
    .step-footer1:hover{
        cursor: pointer;
    }
    /* 完成注册 */
    .step3{
        width: 35%;
        margin: 0px auto;
        box-sizing: border-box;
        position: relative;
        /* background-color: brown; */
    }
    .step3>div:nth-child(1){
        margin-top: 100px;
        margin-left: auto;
        margin-right: auto;
        text-align:center
    }
    .step3 h3{
        font-size: 22px;
        font-weight:400;
    }
    .step3 p{
        font-size:14px;
        font-weight:400;
        color:rgba(102,102,102,1);
        margin-top: 10px;
    }
    .btn-blue1{
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .btn-blue1 button{
        background-color:#2977EA;
        height: 40px;
        border-radius:2px;
        width: 320px;
        /* margin-top: 10px; */
        line-height: 40px;
        color: white;
        border: none;
    }
}
@media screen and (max-width: 1280px) {
    .step1{
        width: 450px;
        margin: 0px auto;
        box-sizing: border-box;
        position: relative;
        /* margin-left: 100px; */
        /* background-color: blue; */
    }
    .step1 h4{
        text-align: left;
        font-weight: bold;
        font-size: 15px;
        padding-bottom: 5px;
    }
    #itentid{
        /* background:rgba(255,255,255,1); */
        width: 130px;
        height: 40px;
        border:1px solid rgba(67, 82, 177, 0.3);
        /* box-shadow:0px 2px 6px 0px rgba(4,0,0,0.1); */
        /* border-radius:2px; */
        padding-left: 10px;
        border-right: none;
        box-sizing: border-box;
        /* vertical-align: bottom; */
    }
    #identcode{
        width: 320px;
        height: 40px;
        border:1px solid rgba(67, 82, 177, 0.3);
        /* box-shadow:0px 2px 6px 0px rgba(4,0,0,0.1); */
        /* border-radius:2px; */
        padding-left: 5px;
        border-left: none;
        vertical-align: bottom;
        line-height: 41px;
        outline: none;
        box-sizing: border-box;
        position: absolute;
    }
    .inp2{
        width: 450px;
        height: 40px;
        padding-left: 5px;
        border:1px solid rgba(67, 82, 177, 0.3);
        margin-bottom: 5px;
        outline: none;
        box-sizing: border-box;
    }
    #inp1{
        margin-top: 10px;
    }
    #sendcode{
        margin-left: 33px;
        /* margin-right: 0px; */
        width: 132px;
        height: 40px;
        background:rgba(222,124,117,1);
        /* border-radius:2px; */
        border: none;
        color: white;
        outline: none;
        box-sizing: border-box;
    }
    #sendcode,#nextstep:hover{
        cursor: pointer;
    }
    #code{
        width: 280px;
        height: 40px;
        padding-left: 5px;
        border:1px solid rgba(67, 82, 177, 0.3);
        margin-bottom: 10px;
        margin-top: 10px;
        box-sizing: border-box;
    }
    #nextstep{
        background-color:#2977EA;
        height: 40px;
        border-radius:2px;
        width: 450px;
        margin-top: 10px;
        line-height: 40px;
        text-align: center;
        color: white;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    /* .yzm{
        margin-top: 10px;
        margin:10px 0 10px 0;
    } */

    .step-footer{
        width: 80%;
        margin: 0px auto;
        margin-top: 20px;
        font-size:14px;
        font-weight:bold;
        color: #4352B1;
    }
    .step-footer input{
        width: 15px;
        height: 15px;
        vertical-align: middle;
    }
    .step-footer span{
        vertical-align: middle;
    }
    .step-footer:hover{
        cursor: pointer;
    }

    /* 实名认证 */

    .step2{
        width: 35%;
        margin: 0px auto;
        box-sizing: border-box;
        position: relative;
        /* background-color: brown; */
    }
    .step2-left h4{
        text-align: left;
        font-weight: bold;
        font-size: 15px;
        padding-bottom: 20px;
    }
    .step2-content{
        display: flex;
        width: 100%;
    }
    .step2-left{
        width: 100%;
    }
    #test11{
        margin-top: 10px;
    }
    .step2-right{
        margin-top: 25px;
        margin-left: 40px;
    }
    .step2-right h4{
        text-align: left;
        font-weight: bold;
        font-size: 15px;
        padding-bottom: 10px;
        margin-top: 10px;
    }
    .step2-right img{
        width: 260px;
        height: 120px;
        margin-top: 10px;
    }
    .layui-upload-drag {
        width: 259px;
    }
    #nextstep1{
        background-color:#2977EA;
        height: 40px;
        border-radius:2px;
        width: 430px;
        margin-top: 10px;
        line-height: 40px;
        text-align: center;
        color: white;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        /* margin: 40px auto; */
    }
    .step-footer1{
        width: 300px;
        margin: 0px auto;
        font-size:14px;
        font-weight:bold;
        color: #4352B1;
        margin-top: 20px;
    }
    .step-footer1 input{
        width: 15px;
        height: 15px;
        vertical-align: middle;
    }
    .step-footer1 span{
    vertical-align: middle;
    }
    .step-footer1:hover{
        cursor: pointer;
    }
    /* 完成注册 */
    .step3{
        width: 35%;
        margin: 0px auto;
        box-sizing: border-box;
        position: relative;
        /* background-color: brown; */
    }
    .step3>div:nth-child(1){
        margin-top: 100px;
        margin-left: auto;
        margin-right: auto;
        text-align:center
    }
    .step3 h3{
        font-size: 22px;
        font-weight:400;
    }
    .step3 p{
        font-size:14px;
        font-weight:400;
        color:rgba(102,102,102,1);
        margin-top: 10px;
    }
    .btn-blue1{
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .btn-blue1 button{
        background-color:#2977EA;
        height: 40px;
        border-radius:2px;
        width: 320px;
        /* margin-top: 10px; */
        line-height: 40px;
        color: white;
        border: none;
    }
}