body {
    background: url(../images/bg.jpg) fixed;
    background-size: 100% auto;
}

.process-wrap {
    width: 1000px;
}

.process-top {
    padding: 28px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.process-top .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.process-top .logo {
    display: flex;
    align-items: center;

}

.process-top .logo img {
    height: 66px;
}

.process-top .logo span {
    font-size: 20px;
    margin-left: 20px;
    padding-left: 15px;
}

.process-top .back a {
    font-size: 14px;
}

.process-top .back a .fa {
    margin-right: 4px;
}



/* 注册内容 */
.process-con {
    background: #fff;
    border-radius: 10px;
    padding: 50px;
    min-height: 800px;
    box-shadow: 0 0 8px 2px rgb(214 223 237);

}

.process-con .reg-box {
    width: 710px;
    margin: 30px auto 120px;

}



.process-steps {
    margin: 20px auto;
    max-width: 1000px;
}

.process-steps .con {
    position: relative;
    margin-bottom: 46px;
}

.process-steps .con:after {
    display: block;
    content: '';
    clear: both;
}

.process-steps .li {
    width: 33%;
    text-align: center;
    float: left;
    z-index: 1;
    position: relative;
}

.process-steps .li:hover a {
    color: inherit;
    text-decoration: none;
}



.process-steps .li span {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 25px;
    margin: 0 auto 10px;
    border-radius: 50%;
    font-size: 14px;
}

.process-steps .li .tit {
    margin-top: 10px;
    font-weight: bold;
    font-size: 15px;
}


.process-steps .top-bg {
    height: 2px;
    width: 68%;
    margin: 0 auto;
    border-radius: 25px;
    position: absolute;
    top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.process-steps .top-bg span {
    display: block;
    height: 100%;
    border-radius: 25px;
}















.process-con .process-tit {
    position: relative;
}

.process-con .process-tit .tit {
    font-size: 36px;
    text-align: center;
}

.process-con .process-tit .tit-info {
    text-align: center;
    padding: 10px 0 35px 0;
}

.process-con .process-tit .tit-info a {
    position: absolute;
    right: -120px;
    top: -50px;
    font-size: 14px;
    border-radius: 6px;
    padding: 5px 15px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.process-con .process-tit .tit-info a .fa {
    margin-left: 6px;
    font-size: 12px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}



.process-con .form-box .form-group {
    margin-bottom: 30px;
    position: relative;
}

.process-con .reg-box .form-box .form-group label {
    text-align: right;
    font-size: 14px;
    align-self: center;
}

.process-con .reg-box .form-box .form-group label span {
    margin-right: 6px;
}

.process-con .form-box .form-group .form-control {
    /* padding: 26px 20px; */
    height: 52px;
}

.process-con .form-box .form-group .input-box .three-input {
    width: 31.33%;
    float: left;
    margin-right: 3%;
    padding: 0.375rem 0.375rem;
}


.process-con .form-box .form-group .input-box .three-input:last-of-type {
    margin-right: 0;
}








.process-con .form-box .form-group .gain-code {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 130px;
    height: 45px;
    line-height: 45px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;

}


.process-con .form-box .form-group .card-img {
    padding: 12px 30px;
    border-radius: 5px;
    cursor: pointer;
}

.process-con .form-box .sub-box {
    width: 100%;
    text-align: center;
    margin: 40px 0 30px;
}

.process-con .form-box .sub-box button {
    width: 100%;

    padding: 20px 0;
    text-align: center;

    font-size: 15px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}



.process-con .form-box .sub-box .btn:hover {
    opacity: 0.7;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

/* .process-con .form-box .sub-box button:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 134, 96, 0.25);
}

.process-con .form-box .sub-box button:active {
    background: #348660;
    opacity: 0.8;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
} */










.process-con .form-box .sub-box .tip {
    text-align: left;
    margin-top: 10px;
}


.process-con .policy input {
    float: left;
    margin-top: 2px;
}

.process-con input[type="checkbox"] {
    display: inline-block;
    width: 18px !important;
    height: 18px !important;
    position: relative;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 3px;
}

.process-con input[type="checkbox"]:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border-radius: 3px;
}

.form-check-inline {
    margin-bottom: 10px;
}

.process-con .policy a {
    text-decoration: underline;
    white-space: nowrap;
}


.form-check-inline {
    width: 30%;
}

textarea.form-control {
    height: 112px !important;
}



.card-img {

    width: 200px;

    text-align: center;
    position: relative;

    overflow: hidden;
}

.card-img.default-diagram {

    line-height: 186px;
}

.card-img img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    display: none;
}

.card-img span {
    padding: 12px 10px;

    border-radius: 5px;

    cursor: pointer;
}

.card-img .file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.pic-tit {
    margin-top: 6px;
    font-size: 14px;

    border-radius: 2px;
    padding: 12px 15px;
    position: relative;

    text-align: center;
}

.pic-tit .fa {
    margin-right: 6px;
}






.popbox {
    display: none;
    border-radius: 5px;
    width: 790px;
}

.popbox .poptit {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0 0;
}


.popbox .popcon {
    line-height: 1.8;
    overflow-y: auto;
    max-height: 85vh;
    padding: 20px;
}

.popbox .popcon p {
    margin-bottom: 5px;
    text-indent: 2em;
}

.popbox .popcon .decimal-list {
    margin-left: 2em;
}


.footer {
    text-align: center;
    padding: 30px 0;
    font-size: 14px;
}

.footer a {
    color: inherit;
}

/* 资料完整度 */

.form-tip {
    text-align: center;
    font-size: 16px;
}

.form-tip .data {
    width: 150px;
    height: 150px;
    font-size: 50px;
    line-height: 150px;

    border-radius: 50%;
    text-align: center;
    margin: 0 auto 10px;
}

#ensure {
    width: 130px;
    height: 45px;
    /* line-height: 45px; */
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    margin: 20px auto 10px;
}

.form-tip .back {
    font-size: 14px;
    opacity: .5;
}


.reply {
    text-align: center;
    margin-bottom: 40px;
}
.reply h3{
    margin-bottom: 20px;
}
@media screen and (max-width: 1680px) {
    .process-top {
        padding: 14px 0;
    }

    .process-con .process-li .tit-info {
        padding: 10px 0 15px 0;
    }


    .popbox {
        width: 70%;
        margin: 0 auto
    }

}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1280px) {
    .process-wrap {
        width: 95%;
    }

    .process-con {
        padding: 20px;
        min-height: 500px;
    }

    .process-con .reg-box {
        width: 60%;
        margin: 30px auto 120px;
    }

    .process-con .process-tit .tit {
        font-size: 22px;
        padding-left: 0;
    }

    .process-con .process-tit .tit-info a {
        top: -20px;
    }

    .process-con .form-box .form-group {
        margin-bottom: 15px;
    }

    .process-con .reg-box .form-box .form-group label {
        text-align: left;
    }

}





@media screen and (max-width: 768px) {
    .process-top .back {
        display: none;
    }

    .process-top {
        padding: 14px 0;
    }

    .process-top .logo img {
        height: 36px;
    }

    .process-top .logo span {
        font-size: 14px;
    }

    .process-con {
        padding: 15px;
        min-height: 700px;
    }

    .process-con .reg-box {
        width: 100%;
        margin: 20px auto;
    }

    .process-con .process-tit .tit {
        font-size: 18px;
        padding-left: 0;
    }

    .process-con .process-tit .tit-info a {
        position: static;
    }

    .process-con .reg-box .form-box .form-group label {
        text-align: left;
    }

    .process-con .process-tit .tit-info a {
        position: static;
    }

    .process-con .form-box {
        padding-right: 0;
    }

    .process-con .form-box .form-group {
        margin-bottom: 15px;
    }

    .process-con .form-box .sub-box {
        margin-top: 20px;
    }

    .process-con .form-box .sub-box button {
        padding: 15px 0;
    }
}










