#registry-page {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    position: relative;
    font-size: 14px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

#registry-page .top-logo {
    height: 50px;
    width: 457px;
    transform: scale(1.1);
    background-size: 100% 100%;
    position: absolute;
    left: 15%;
    top: 20px;
}

#registry-page .registry-content {
    background-color: white;
    padding: 20px 100px;
    margin-top: 100px;
    box-sizing: border-box;
}

#registry-page .registry-content.apply {
    height: 400px;
}

/*#registry-page .registry-content .img2,*/
/*#registry-page .registry-content.check .index2 {*/
/*    display: none;*/
/*}*/
/*#registry-page .registry-content.check .img2,*/
/*#registry-page .registry-content .index2 {*/
/*    display: inline-block;*/
/*}*/

/*#registry-page .registry-content .check-content,*/
/*#registry-page .registry-content.check .apply-content {*/
/*    display: none;*/
/*}*/
/*#registry-page .registry-content.check .check-content,*/
/*#registry-page .registry-content .apply-content {*/
/*    display: block;*/
/*}*/

/*#registry-page .registry-content.check #step-wrapper {*/
/*    margin: 20px 50px;*/
/*}*/

/*#registry-page .registry-content.check .check-content {*/
/*    margin-bottom: 200px;*/
/*}*/

/* 步骤条 */
#step-wrapper {
    margin: 20px 0 20px 80px;
    display: flex;
    align-items: center;
}

#step-wrapper.center {
    margin: 20px 0;
    position: relative;
    left: 50%;
    transform: translate(-30%, 0);
}

#step-wrapper.center20 {
    margin: 20px 0;
    position: relative;
    left: 50%;
    transform: translate(-20%, 0);
}

#step-wrapper.registry-2 {
    margin: 20px 0;
    position: relative;
    left: 50%;
    transform: translate(-38%, 0);
}

#step-wrapper.center50 {
    margin: 20px 0;
    padding: 0 50px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.layui-form-item {
    margin: 0 0 8px;
}

#step-wrapper li {
    text-align: center;
    position: relative;
    width: 100px;
}

#step-wrapper li + li {
    margin-left: 70px;
}

#step-wrapper li + li::before {
    content: '';
    height: 0;
    width: 140px;
    position: absolute;
    left: -105px;
    top: calc(50% + 8px);
    border-bottom: 1px solid #cccccc;
}

#step-wrapper li .text {
    font-size: 14px;
}

#step-wrapper li .index {
    margin: 10px auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: white;
    font-size: 14px;
    background-color: #c12c20;
}

#step-wrapper li .index.img {
    background-color: transparent;
}

/* 审核失败 */
.check-fail {
    background-color: #e5e5e5;
    padding: 15px 30px;
    margin: 20px auto;
    width: 500px;
}

.check-fail p {
    line-height: 2;
}

/* 表单 */

.item-title {
    font-weight: bolder;
    font-size: 18px;
    line-height: 30px;
}


.layui-form-label {
    width: 120px;
}

.step-btn {
    padding: 10px 60px;
    background-color: #c12c20;
    border: none;
    color: white;
    border-radius: 5px;
    font-size: 14px;
    margin: 0 auto;
    cursor: pointer;
}

.step-btn.grey {
    background-color: #bbbbbb;
}

/* 缴费 */
#pay-wrapper,
#approve-wrapper {
    width: 800px;
    margin: 0 auto;
}

#pay-wrapper p {
    text-align: center;
}

#pay-wrapper .top-notice {
    background-color: #eeeeee;
    padding: 10px;
    text-align: center;
    width: 500px;
    margin: 10px auto;
}

#pay-wrapper .pay-msg {
    font-size: 14px;
    margin: 20px 0;
}

#pay-wrapper .amount {
    font-size: 28px;
    color: #E6A23C;
}

#pay-wrapper .pay-time {
    font-size: 14px;
    margin: 20px 0;
}

#pay-wrapper .pay-time .time {
    font-size: 20px;
    padding: 0 8px;
    color: #ec808d;
    position: relative;
    top: -5px;
}

#pay-wrapper .main-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

#pay-wrapper .qr-wrapper {
    padding: 20px;
    border: 1px solid #bbbbbb;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

#pay-wrapper .qr-wrapper img {
    width: 150px;
    height: 150px;
}

#pay-wrapper .qr-msg-wrapper {
    background-color: #888888;
    padding: 5px;
    height: 40px;
    line-height: 1.5;
    width: 182px;
    position: relative;
    left: 50%;
    display: flex;
    align-items: center;
    transform: translate(-50%);
    color: white;
}

#pay-wrapper .qr-msg-wrapper .scan-img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

#pay-wrapper .tips-msg {
    margin-top: 20px;
    color: #777777;
    font-size: 12px;
    text-align: center;
}


#pay-wrapper .pay-label {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    position: relative;
    top: 4px;
}

#pay-wrapper .pay-img {
    width: 24px;
    height: 24px;
    vertical-align: center;
    position: relative;
    top: 6px;
}

#pay-wrapper .pay-img.wei {
    width: 26px;
    height: 26px;
}


/* 人工审批 */
#approve-wrapper {
    text-align: center;
}

#approve-wrapper .approve-img {
    width: 238px;
    height: 215px;
    margin: 20px auto;
}

#approve-wrapper p {
    line-height: 1.5;
    color: #777777;
}

#approve-wrapper .step-btn {
    margin-top: 50px;
}
