* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}



/*  */
.ruhui-box {
    background: #fff;
    padding: 40px 100px;
}

.ruhui-title {
    font-weight: 700;
    font-size: 24px;
    color: #1B1B1B;
    text-align: center;
    margin-bottom: 40px;
}

.step-item {
    position: relative;
}

.step-circle {
    min-width: 36px;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #A0A0A0;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #A0A0A0;
}

.step-text {
    font-size: 16px;
    color: #A0A0A0;
    white-space: nowrap;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%);
}

.step-line {
    width: 100%;
    height: 1px;
    background: #D2D2D2;
    transform: translateY(17px);
    margin: 0 10px;
}

.step-item.active .step-circle {
    background: #3AAD8E;
    border: 1px solid #3AAD8E;
    font-weight: 700;
    color: #fff;
}

.step-item.active .step-text {
    font-weight: 700;
    color: #1B1B1B;
}

.step-item.over .step-circle {
    border: 2px solid #3AAD8E;
    position: relative;
    font-size: 0;
}

.step-item.over .step-text {
    color: #1B1B1B;
}

.step-item.over .step-circle::after {
    content: "";
    display: block;
    width: 18px;
    height: 15px;
    background: url(../img/zc1.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.step-box {
    margin-bottom: 80px;
}

.huiyuan-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 36px;
    margin-bottom: 40px;
}

.huiyuan-list {
    padding: 0 25px;
    font-weight: 700;
    font-size: 24px;
    color: #1B1B1B;
    background: linear-gradient(180deg, #D4F2EA 0%, rgba(212, 242, 234, 0) 100%);
    border-radius: 10px;
    height: 160px;
    border: 2px solid #fff;
    transition: all .3s ease;
    position: relative;
    cursor: pointer;
}

.huiyuan-img {
    width: 130px;
    margin-right: 30px;
}

.huiyuan-list.active {
    box-shadow: 0px 3px 16px 0px rgba(58, 173, 142, 0.2);
    border: 2px solid #3AAD8E;
    color: #3AAD8E;
}

.huiyuan-tips {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #3AAD8E;
    border-radius: 14px 0px 6px 0px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}

.huiyuan-list.active .huiyuan-tips {
    display: block;
}

.next-btn {
    width: 140px;
    height: 46px;
    background: #3AAD8E;
    border-radius: 6px;
    font-size: 18px;
    color: #fff;
    transition: all .3s ease;
}

.next-btn:hover {
    background: #47d5af;
    color: #fff;
}

.prev-btn {
    width: 140px;
    height: 46px;
    background: #F3F5F9;
    border-radius: 6px;
    border: 1px solid #D8DBE6;
    font-size: 18px;
    color: #1B1B1B;
    transition: all .3s ease;
}

.prev-btn:hover {
    border: 1px solid #f00;
    background: #f00;
    color: #fff;
}

/*  */
.zctable-box {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.zctable-label {
    margin: 0;
    font-size: 16px;
    color: #4c4c4c;
    white-space: nowrap;
    min-width: 120px;
    text-align: right;
    margin-right: 20px;
}

.zctable-label .imp {
    position: relative;
}

.zctable-label .imp::after {
    content: "*";
    display: block;
    color: #f00;
    position: absolute;
    top: 0;
    left: -8px;
}

.zctable-input {
    width: 100%;
}

.zctable-input input {
    width: 100%;
    max-width: 320px;
    height: 40px;
    background: #F5F7FA;
    font-size: 16px;
    border: 1px solid #E4E7ED;
    outline: 0;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 4px;
}

.tpyzm-box input::placeholder,
.zctable-input input::placeholder {
    color: #C0C5CF;
}

.tpyzm-box {
    max-width: 320px;
    gap: 10px;
}

.tpyzm-box input {
    width: 55%;
    height: 40px;
    background: #F5F7FA;
    font-size: 16px;
    border: 1px solid #E4E7ED;
    outline: 0;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 4px;
}

.tpyzm-box img {
    flex: 1;
    height: 40px;
}

.zctable-list {
    margin-bottom: 30px;
}

.hqyzm-btn {
    flex: 1;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #2D5CC9;
    font-size: 16px;
    color: #0047BB;
}

.hqyzm-btn:hover {
    background: #2D5CC9;
    color: #fff;
}

.bzbtn-box {
    gap: 20px;
}

/*  */
.zhuangtai-box {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    background: linear-gradient(180deg, #D4F2EA99 0%, #fff 100%);
    border-radius: 6px;
}

.tongguo-img {
    margin-bottom: 15px;
}

.tishi-1 {
    font-weight: 700;
    font-size: 24px;
    color: #1B1B1B;
    margin-bottom: 10px;
}

.tishi-2 {
    font-size: 16px;
    color: #7D7D7D;
    margin-bottom: 30px;
}

.public-cont {
    padding: 55px;
}

/*  */
.jiaofei-box {
    width: 100%;
    background: #3AAD8E;
    border-radius: 6px;
    padding: 35px 50px;
}

.jiaofei-title {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    margin-bottom: 22px;
}

.jiaofei-cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.jiaofei-list {
    font-weight: 500;
    height: 60px;
    background: #fff;
    border-radius: 6px;
}

.jiaofei-1 {
    font-size: 18px;
    color: #7D7D7D;
}

.jiaofei-2 {
    font-size: 18px;
    color: #1B1B1B;
}

.jiaofei-2 span {
    font-weight: 700;
    font-size: 32px;
    color: #3AAD8E;
    margin-right: 5px;
}

.jiaofei-box {
    margin-bottom: 20px;
}

/*  */
.zhifu-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    position: relative;
}

.zhifu-list {
    background: #F9F9F9;
    border-radius: 6px;
    padding: 35px 0;
}

.xsjf-title {
    font-weight: 700;
    font-size: 22px;
    color: #3AAD8E;
    margin-bottom: 20px;
}

.xsjf-img {
    width: 180px;
    height: 180px;
    margin-bottom: 25px;
}

.xsjf-label {
    background: #3AAD8E;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    padding: 8px 20px;
}

.jfpz-btn {
    width: 160px;
    height: 46px;
    background: #3AAD8E;
    border-radius: 6px;
    font-size: 18px;
    color: #fff;
    margin-top: 60px;
    margin-bottom: 40px;
}

.jfpz-btn:hover {
    background: #47d5af;
    color: #fff;
}

.zzcg-label {
    font-size: 16px;
    color: #FF4C3E;
}

.jfcg-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b3;
    border-radius: 6px;
}

.jfcg-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.jfcg-img {
    margin-right: 30px;
}

.jfcg-1 {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.jfcg-2 {
    font-size: 16px;
    color: #fff;
    width: 280px;
}

.jfcg-top {
    margin-bottom: 60px;
}

.xzbtn-box {
    gap: 20px;
}

.xzzs-btn {
    width: 140px;
    height: 46px;
    background: #F3F5F9;
    border-radius: 6px;
    font-weight: 700;
    font-size: 18px;
    color: #3AAD8E;
}

.xzzs-btn:hover {
    background: #3AAD8E;
    color: #fff;
}

.xzfp-btn {
    width: 140px;
    height: 46px;
    background: #3AAD8E;
    border-radius: 6px;
    font-size: 18px;
    color: #fff;
}

.xzfp-btn:hover {
    background: #47d5af;
    color: #fff;
}

/*  */
.zhengshu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
}

.zhengshu-cont {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1056px;
}

.zhengshu-info {
    width: 100%;
    height: 720px;
    margin-bottom: 25px;
    background: #fff;
}

.zxhyzs-btn {
    width: 160px;
    height: 46px;
    background: #3AAD8E;
    border-radius: 6px;
    font-size: 18px;
    color: #fff;
}

.zxhyzs-btn:hover {
    background: #47d5af;
    color: #fff;
}

.zhengshu-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: #000000b3;
    border-radius: 50%;
    border: 0;
    outline: 0;
    color: #fff;
}

/*  */
.login-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
}

.login-box {
    width: 80%;
    max-width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 60px;
    background: #fff url(../img/zc7.png) right top no-repeat;
    border-radius: 8px;
}

.login-title {
    font-weight: 700;
    font-size: 24px;
    color: #3AAD8E;
    text-align: center;
    padding-bottom: 18px;
    position: relative;
    margin-bottom: 30px;
}

.login-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: #3AAD8E;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.zhmmdl-list {
    margin-bottom: 20px;
}

.username-input {
    background-image: url(../img/zc8.png);
}

.zhmmdl-inp {
    position: relative;
}

.zhmmdl-inp::after {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background: #DFE7ED;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    z-index: 1;
}

.public-input {
    height: 50px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #E4E7ED;
    padding-left: 70px;
    background-position: 18px center;
    background-repeat: no-repeat;
    transition: .3s ease-in;
    outline: 0;
    border-radius: 6px;
    font-size: 16px;
}

.public-input:hover,
.public-input:focus {
    border: 1px solid #3AAD8E;
}

.public-input::placeholder {
    color: #A7ACBB;
}

.dxyzm-box {
    gap: 10px;
    margin-bottom: 28px;
}

.dxyzm-box input {
    padding: 0 20px;
}

.dxyzm-btn {
    width: 160px;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #3AAD8E;
    font-size: 16px;
    color: #3AAD8E;
    white-space: nowrap;
}

.dxyzm-btn:hover {
    background: #3AAD8E;
    color: #fff;
}

.dlqx-btn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 40px;
}

.dlqx-btn .btn {
    height: 54px;
    font-size: 18px;
    border-radius: 4px;
}

.dlqx-btn .qx-btn {
    background: #F3F5F9;
    border: 1px solid #D8DBE6;
    color: #1B1B1B;
}

.dlqx-btn .qx-btn:hover {
    color: #f00;
}

.dlqx-btn .dl-btn {
    background: #3AAD8E;
    color: #fff;
}

.dlqx-btn .dl-btn:hover {
    background: #47d5af;
    color: #fff;
}

.hmyzh-text {
    font-size: 16px;
    color: #7A7E83;
}

.hmyzh-text a {
    color: #3AAD8E;
}

a.wjmm-link {
    font-size: 16px;
    color: #3AAD8E;
}

/*  */
.nav-pills,
.nav-tabs {
    margin: 0;
    border: 0;
}

.nav-item .nav-link {
    border: 0;
}

.nav-tabs .nav-link {
    border-radius: 0;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: transparent;
}

.xinxi-tabs .nav-item .nav-link {
    font-weight: 700;
    font-size: 18px;
    color: #7A7E83;
    position: relative;
    padding: 10px 0;
    transition: all .3s ease;
}

.xinxi-tabs .nav-item .nav-link:hover,
.xinxi-tabs .nav-item .nav-link.active {
    color: #3AAD8E;
}

.xinxi-tabs .nav-item .nav-link::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #3AAD8E;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%);
    transition: all .3s ease;
}

.xinxi-tabs {
    gap: 70px;
    border-bottom: 2px solid #eee;
    margin-bottom: 25px;
}

.xinxi-tabs .nav-item .nav-link:hover::after,
.xinxi-tabs .nav-item .nav-link.active::after {
    width: 100%;
}

.xinxi-cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 50px;
}

.xinxi-label {
    font-size: 14px;
    color: #43454A;
    margin: 0;
    white-space: nowrap;
    min-width: 128px;
    text-align: right;
}

.xinxi-select,
.xinxi-input {
    height: 36px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #D8DBE6;
    outline: 0;
    font-size: 14px;
    padding: 0 12px;
    width: 100%;
}

.xinxi-select,
.xinxi-input::placeholder {
    color: #A7A7AF;
}

.xinxi-other {
    margin-top: 15px;
}

.xinxi-text {
    background: #fff;
    border-radius: 2px;
    border: 1px solid #D8DBE6;
    outline: 0;
    font-size: 14px;
    padding: 5px 12px;
    width: 100%;
    height: 90px;
    resize: none;
}

.xinxi-readonly {
    height: 66px;
    background: #F5F6F8;
    border-radius: 2px;
    border: 1px solid #D8DBE6;
    font-size: 14px;
    color: #8E8E96;
    padding: 5px 12px;
    width: 100%;
    resize: none;
    outline: 0;
}

.shouxie-btn {
    width: 360px;
    height: 160px;
    background: #F5F6F8;
    border-radius: 6px;
    border: 1px dashed #D8DBE6;
    font-family: KaiTi;
    font-size: 30px;
    color: #CDCFD5b3;
    gap: 10px;
}

.shouxie-btn:hover {
    color: #CDCFD5b3;
}

.fujian-box {
    width: 360px;
    height: 160px;
    border: 1px dashed #3AAD8E;
    display: none;
    position: relative;
    border-radius: 6px;
}

.file-input {
    display: none;
}

.preview-img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.fujian-close {
    width: 24px;
    height: 24px;
    background: #3AAD8E;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    color: #fff;
    cursor: pointer;
}

.xinxi-box {
    margin-bottom: 40px;
}

@media screen and (max-width:1023px) {

    .cs-left {
        display: none;
    }

    .cont-box {
        width: 100%;
    }

}