
body {
    background-color: #f8f8f8;
}

#headerBox {
    background-color: #1a1a1a;
    width: 100%;
    height: 30px;
}

#headerBox .welcome {
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topBox {
    background-color: #1a1a1a;
    margin: 0 0 10px;
}

.topBox .inBox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 76px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.topBox .inBox img {
    width: 41px;
    /*height: 41px;*/
    margin: 0 8px 0 0;
}

.topBox .inBox .name .small {
    font-weight: normal;
    font-size: 7px;
}

.main {
    width: 1200px;
    margin: 20px auto;
    background-color: #fff;
    padding: 0 0 20px;
    border-radius: 5px;
}

.progressBox {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 150px;
}

.progressBox .item {
    display: flex;
    align-items: center;
}

.progressBox .item .left {
    height: 46px;
    width: 46px;
    margin: 0 20px 0 0;
}

.progressBox .item .left img {
    height: 46px;
    width: 46px;
    border-radius: 50%;
}

.progressBox .item .img2,
.progressBox .item .img3,
.progressBox .item .img5,
.progressBox .item .img7 {
    display: none;
}

.progressBox .item .img1,
.progressBox .item .img3,
.progressBox .item .img5,
.progressBox .item .img7 {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    box-shadow: 0px 4px 15px 0px rgba(72, 128, 255, 0.19);
}

.progressBox .item .right h4 {
    font-size: 12px;
    color: #373C48;
}

.progressBox .item .right div {
    color: #BFC4CE;
    font-size: 8px;
}

.progressBlock2,
.progressBlock3,
.progressBlock4 {
    display: none;
}

.progressBlock1 .tipBox {
    display: grid;
    padding: 20px;
    border-bottom: 1px solid #D8D8D8;
}

.progressBlock1 .tipBox p {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin: 0 10px 0 0;
}

.progressBlock1 .tipBox div {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #999;
    margin: 0 0 4px;
}

.progressBlock1 .tipBox div a {
    text-decoration: none;
    color: #487FFC;
}

.progressBlock1 .formBox .inputBox {
    display: flex;
    align-items: center;
    padding: 0 59px 0 360px;
    margin-top: 20px;
    font-size: 11px;
}

.progressBlock1 .formBox .inputBox .desc {
    width: 90px;
    display: flex;
    justify-content: end;
    margin-right: 20px;
}

.progressBlock1 .formBox .inputBox .desc span {
    color: #FC4E48;
}

.progressBlock1 .formBox .inputBox .form-group {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
}

.progressBlock1 .formBox .inputBox .form-group input {
    width: 253px;
    font-size: 11px;
    height: 38px;
}

/* 查看密码 */
.progressBlock1 .formBox .inputBox .form-group img {
    position: absolute;
    height: 16px;
    right: 10px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.progressBlock1 .formBox .inputBox .form-group .img2 {
    display: none;
}

.progressBlock1 .formBox .form-group .codeButton {
    color: #487FFC;
    font-size: 12px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.progressBlock2 .tipBox {
    display: flex;
    align-items: center;
    padding: 60px 41px 23px;
    border-bottom: 1px solid #D8D8D8;
    margin: 0 0 23px;
    font-size: 12px;
    font-weight: bold;
}

.progressBlock2 .tipBox p {
    width: 3px;
    height: 14px;
    background: #C94146;
    margin: 0 14px 0 0;
}

.progressBlock2 .chooseBox {
    padding: 0 59px 0 230px;
    display: flex;
    font-size: 10px;
}

.progressBlock2 .chooseBox2 {
    align-items: center;
    margin: 0 0 20px;
}

.progressBlock2 .chooseBox2 .rightBox input {
    height: 38px;
    width: 280px;
    font-size: 10px;
}

.progressBlock2 .chooseBox .desc {
    margin: 10px 37px 0 0;
    width: 100px;
    text-align: right;
}

.progressBlock2 .chooseBox2 .desc {
    margin: 0 37px 0 0;
}

.progressBlock2 .chooseBox .desc2 {
    margin: 0 37px 0 0;
}

.progressBlock2 .chooseBox .desc span {
    color: #FC4E48;
}

.progressBlock2 .chooseBox .rightBox .line {
    display: flex;
    align-items: center;
}

.progressBlock2 .chooseBox .rightBox .line .form-group {
    margin: 0 7px 0 0;

}

.progressBlock2 .chooseBox .rightBox .line .form-group {
    margin: 0 7px 0 0;

}

.progressBlock2 .chooseBox .rightBox .line .form-control {
    font-size: 10px;
    height: 38px;
    width: 145px;
}

.progressBlock2 .chooseBox .rightBox .form-group input {
    height: 38px;
    width: 280px;
    font-size: 10px;
}

.progressBlock2 .chooseBox .rightBox .line2 input {
    height: 38px;
    width: 450px;
    font-size: 10px;
    margin: 20px 0 20px 0;
}

.progressBlock2 .chooseBox .rightBox .tip {
    color: #999;
    margin: 0 0 23px;
}

.progressBlock2 .photoBox {
    display: flex;
}

.progressBlock2 .photoBox .card {
    margin: 0 16px 22px 0;
    height: 119px;
    width: 153px;
    box-sizing: border-box;
}

.progressBlock2 .photoBox .card img {
    height: 117px;
    width: 151px;
}

.progressBlock2 .photoBox .card .close {
    position: absolute;
    right: -10px;
    top: -10px;
    height: 30px;
    width: 30px;
    z-index: 10;
}

.progressBlock2 .photoBox .card11,
.progressBlock2 .photoBox .card22 {
    display: none;
    text-align: center;
    position: relative;
}

.progressBlock2 .photoBox .card input {
    opacity: 0;
    height: 119px;
    cursor: pointer;
}

/*.progressBlock2 .photoBox .card1{*/
/*    background-image: url(/static/local/frontend/img/index/card1.png);*/
/*    background-size: 100% 100%;*/
/*}*/
/*.progressBlock2 .photoBox .card2{*/
/*    background-image: url(/static/local/frontend/img/index/card2.png);*/
/*    background-size: 100% 100%;*/
/*}*/
.progressBlock2 .photoBox .img {
    width: 145px;
    height: 145px;
    border: 1px dashed #ccc;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 10px;
    position: relative;
}

.progressBlock2 .photoBox .img input {
    width: 145px;
    height: 145px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}

.progressBlock2 .photoBox .img div {
    margin: 16px 0 0 0;
}

.progressBlock2 .photoBox .img img {
    width: 37px;
    height: 32px;
}

.progressBlock2 .photoBox .card33 {
    width: 145px;
    height: 145px;
    border: 1px solid #ccc;
    text-align: center;
    display: none;
    position: relative;
}

.progressBlock2 .photoBox .card33 img {
    height: 143px;
    width: 143px;
}

.progressBlock2 .photoBox .card33 .close {
    position: absolute;
    right: -10px;
    top: -10px;
    height: 26px;
    width: 26px;
    z-index: 10;
}

.progressBlock3, .progressBlock4 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 21px 0 0 0;
}

.progressBlock3 img {
    height: 121px;
    margin: 0 0 21px;
}

.progressBlock4 img {
    width: 150px;
    margin: 0 0 21px;
}

.submitButton {
    margin: 20px auto 10px;
    color: #fff;
    width: 260px;
    height: 38px;
    background: #C94146;
    font-size: 10px;
    border: none;
    line-height: 38px;
    text-align: center;
    cursor: pointer;

}

.submitButton2,
.submitButton3,
.submitButton4 {
    display: none;
}

.form-check {
    font-size: 10px;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

.form-check input {
    height: 12px;
    width: 12px;
    margin: 0 6px 0 0;
}

.form-check a {
    text-decoration: none;
    margin: 0 2px;
}

.form-check div a:hover {
    color: #C94146;
}
.changePosition {
    top: 40%;
}

#step_one .chooseBox {
    display: flex;
    font-size: 10px;
    justify-content: space-around;
    width: 400px;
    margin: 0 auto;
    position: relative;
    left: -60px;
}