body {
    width: 100%;
    background: url(../img/2.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/*  */
.cont-left {
    width: 55%;
    background: url(../img/3.png) 0 0/cover no-repeat;
    padding: 50px;
    height: 580px;
}

.tongzhi-tabs .nav-item .nav-link {
    font-size: 22px;
    color: #434343;
    transition: all .3s ease;
    position: relative;
    padding-bottom: 10px;
    width: 120px;
    height: 55px;
    line-height: 55px;
    text-align: center;
}

    .tongzhi-tabs .nav-item .nav-link::after {
        content: "";
        display: block;
        width: 0;
        height: 4px;
        background: #5F78E1;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        transition: all .3s ease;
    }

    .tongzhi-tabs .nav-item .nav-link.active::after {
        width: 46px;
    }

    .tongzhi-tabs .nav-item .nav-link.active {
        font-weight: 700;
        font-size: 30px;
        color: #5F78E1;
    }

    .tongzhi-tabs .nav-item .nav-link:hover {
        color: #5F78E1;
    }

.tongzhi-tabs .nav-item {
    position: relative;
}

    .tongzhi-tabs .nav-item:not(:last-of-type) {
        margin-right: 60px;
    }

        .tongzhi-tabs .nav-item:not(:last-of-type)::after {
            content: "";
            display: block;
            width: 2px;
            height: 25px;
            background: #434343;
            position: absolute;
            top: 50%;
            right: -30px;
            transform: translateY(-50%);
        }

.tongzhi-head {
    margin-bottom: 15px;
}

.tzgg-list a {
    font-size: 18px;
    color: #313131;
    width: calc(100% - 100px);
}

.tzgg-list span {
    font-size: 16px;
    color: #535353;
    min-width: 90px;
}

.tzgg-list:not(:last-of-type) {
    border-bottom: 1px solid #DFE3E7;
}

.tzgg-list {
    position: relative;
    line-height: 60px;
    padding-left: 25px;
}

    .tzgg-list::after {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        background: #5F78E1;
        position: absolute;
        top: 50%;
        left: 7px;
        transform: translateY(-50%);
    }

.cont-public-more {
    border-radius: 16px;
    border: 1px solid #5F78E1;
    font-size: 14px;
    color: #5F78E1;
    padding: 6px 17px;
    transition: all .3s ease;
    display: inline-block;
}

    .cont-public-more:hover {
        background: #5F78E1;
        color: #fff;
    }

.tzgg-info {
    margin-bottom: 10px;
}

/*  */
.zxdt-img {
    height: 340px;
    padding: 0 25px;
    margin-bottom: 18px;
}

    .zxdt-img img {
        width: 100%;
        height: 100%;
    }

.zxdt-pub-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}

    .zxdt-pub-btn img {
        width: 15px;
    }

.zxdt-prev {
    left: 0;
}

.zxdt-next {
    right: 0;
}

.zxdt-title {
    font-size: 16px;
    color: #1B1B1B;
}

.zxdt-time {
    font-size: 14px;
    color: #A0A3B1;
}

.zxdt-text {
    width: 100%;
}

/*  */
.cont-right {
    width: 45%;
    background: #00000099;
    border-radius: 4px;
    padding: 65px 100px 0;
}


.login-head {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

.public-input input {
    outline: 0;
    font-size: 16px;
    background: #fff;
    width: 100%;
    border-radius: 4px;
    padding: 13px 14px 13px 55px;
    line-height: normal;
    border: 1px solid #b7c0d5;
    transition: all .5s ease;
}

    .public-input input::placeholder {
        color: #b7c0d5;
    }

.public-input {
    position: relative;
    margin-bottom: 20px;
}

    .public-input i {
        position: absolute;
        top: 50%;
        left: 18px;
        transform: translateY(-50%);
        color: #A6ADBC99;
        font-size: 17px;
        transition: all .3s ease;
    }

.yzm-box {
    margin-bottom: 20px;
}

.yzm-input {
    width: 66%;
    position: relative;
}

    .yzm-input input {
        outline: 0;
        font-size: 16px;
        background: #fff;
        width: 100%;
        border-radius: 4px;
        padding: 13px 14px;
        line-height: normal;
        border: 1px solid #b7c0d5;
        transition: all .5s ease;
    }

        .yzm-input input::placeholder {
            color: #A6ADBC;
        }

.yzm-box {
    margin-bottom: 20px;
}

.yzm-img {
    width: 33%;
    height: 49px;
    border-radius: 4px;
    overflow: hidden;
}

    .yzm-img img {
        width: 100%;
        height: 100%;
    }

.public-input input:focus,
.yzm-input input:focus {
    border: 1px solid #1d67ff;
}

.public-input.active i,
.yzm-input.active i {
    color: #1d67ff;
}

.btn-box .btn {
    font-size: 18px;
    border-radius: 4px;
    border: 0;
    outline: 0;
    width: 100%;
    margin-bottom: 25px;
    height: 50px;
    padding: 0;
}

.btn-box .login-btn {
    font-weight: 700;
    background: linear-gradient(0deg, #5F7EE1 0%, #5E9DF0 100%);
    color: #fff;
}

.btn-box .tyrz-btn {
    border: 1px solid #fff;
    color: #fff;
}

.tyrz-btn:hover {
    border: 1px solid #5F7EE1;
    color: #5F7EE1;
}

.btn-box .wjmm-link {
    font-size: 16px;
    color: #fff;
    transition: all .3s ease;
}

    .btn-box .wjmm-link:hover {
        color: #5F7EE1;
    }

.btn-box {
    text-align: center;
}

/*  */
.yhxx-time {
    font-size: 16px;
    color: #fff;
}

.yhxx-text {
    font-weight: 700;
    font-size: 36px;
    color: #fff;
}

.yhxx-hy {
    padding-bottom: 25px;
    border-bottom: 1px solid #ffffff33;
}

.yonghu-info {
    padding: 0 30px;
}

.yhxx-img img {
    width: 100px;
    height: 100px;
}

.yhxx-img {
    margin-right: 25px;
}

.yhxx-sf {
    padding: 28px 0;
    line-height: 40px;
}

.yhxx-zh {
    width: calc(100% - 125px);
    font-size: 18px;
    color: #fff;
}

.yhxx-btn .btn {
    width: 48%;
    height: 54px;
    color: #fff;
    border-radius: 4px;
    font-size: 20px;
    padding: 0;
}

.yhxx-btn .yhxx-tcdl {
    border: 1px solid #fff;
    transition: all .3s ease;
}

    .yhxx-btn .yhxx-tcdl:hover {
        border: 1px solid #5F7EE1;
        color: #5F7EE1;
    }

.yhxx-btn .yhxx-jrht {
    background: linear-gradient(0deg, #5F7EE1 0%, #5E9DF0 100%);
}

.public-more-box .tzgg-more {
    display: none;
}

    .public-more-box .tzgg-more.active {
        display: block;
    }

@media screen and (max-width:1350px) {
    .cont-right {
        padding: 50px 50px 0;
    }

    .cont-left {
        padding: 30px;
    }

    .yonghu-info {
        padding: 0;
    }

    .tongzhi-tabs .nav-item:not(:last-of-type) {
        margin-right: 30px;
    }

        .tongzhi-tabs .nav-item:not(:last-of-type)::after {
            right: -15px;
        }

    .tongzhi-tabs .nav-item .nav-link {
        font-size: 20px;
        width: 105px;
    }

        .tongzhi-tabs .nav-item .nav-link.active {
            font-size: 24px;
        }

    .cont-public-more {
        font-size: 13px;
        padding: 3px 9px;
    }
}

@media screen and (max-width:1023px) {
    .cont-right {
        padding: 50px;
    }

    .cont-info {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

        .cont-info > div {
            width: 100%;
        }

    .cont-left {
        height: auto;
    }
}

@media screen and (max-width:600px) {
    .tongzhi-tabs .nav-item .nav-link {
        font-size: 18px;
        width: 90px;
    }

        .tongzhi-tabs .nav-item .nav-link.active {
            font-size: 20px;
        }

    .cont-right,
    .cont-left {
        padding: 15px;
    }

    .zxdt-img {
        height: 230px;
    }

    .yhxx-text {
        font-size: 30px;
    }
}

@media screen and (max-width:500px) {
    .tongzhi-tabs .nav-item:not(:last-of-type) {
        margin-right: 10px;
    }

        .tongzhi-tabs .nav-item:not(:last-of-type)::after {
            right: -5px;
            width: 1px;
            height: 15px;
        }

    .tongzhi-tabs .nav-item .nav-link {
        font-size: 16px;
        width: 76px;
    }

        .tongzhi-tabs .nav-item .nav-link.active {
            font-size: 18px;
        }

    .tongzhi-tabs .nav-item .nav-link {
        height: 40px;
        line-height: 40px;
    }

    .cont-public-more {
        font-size: 12px;
        padding: 1px 6px;
    }
}

@media screen and (max-width:400px) {
    .tongzhi-tabs .nav-item .nav-link {
        font-size: 12px;
        width: 58px;
    }

        .tongzhi-tabs .nav-item .nav-link.active {
            font-size: 14px;
        }

    .tongzhi-tabs .nav-item:not(:last-of-type) {
        margin-right: 6px;
    }

        .tongzhi-tabs .nav-item:not(:last-of-type)::after {
            right: -3px;
        }
}
