* {
    margin: 0px;
    padding: 0px;
    font-family: Microsoft Yahei;
    font-size: 18px;
    box-sizing: border-box;
    color: #272727;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

img,
input {
    border: 0px;
    outline: none;
}

.btn_add {
    width: 170px;
    background: #7F878F;
    height: 34px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

ul li {
    list-style: none;
}

em,
i {
    font-style: normal;
}

.left {
    float: left;
}

.right {
    float: right;
}

.main {
    width: 1300px;
    margin: 0 auto;
}
/* header */
.header,
.logo,
.logo img {
    width: 100%;
}

    .header .main {
        display: flex;
        justify-content: space-between;
    }

    .header .right {
        line-height: 70px;
        color: #6F6F6F;
    }

        .header .right a {
            color: #A5155F;
            margin-left: 20px;
        }
/* menu */
.menu {
    width: 1300px;
    margin: 0 auto;
}

    .menu ul {
        margin: 30px -3px;
        display: flex;
        justify-content: space-between;
    }

        .menu ul li {
            width: 11.11111%;
            padding: 0 3px;
            position: relative;
        }

            .menu ul li::after {
                content: '';
                position: absolute;
                bottom: -4px;
                left: 3px;
                width: calc(100% - 6px);
                height: 4px;
                background: #C9C9C9;
            }

            .menu ul li.ok::after {
                background: #E5007F;
            }

        .menu ul span {
            position: absolute;
            bottom: -30px;
            left: 0;
            left: 3px;
            width: calc(100% - 6px);
            background: #C9C9C9;
            height: 30px;
            line-height: 30px;
            text-align: center;
            font-size: 14px;
            border-radius: 0 0 30px 0;
        }

        .menu ul a {
            cursor: pointer;
        }

        .menu ul a,
        .menu ul i {
            display: block;
            line-height: 50px;
            text-align: center;
            color: #fff;
            background: #A6155F;
            border: 2px solid #A6155F;
            font-size: 14px;
        }

            .menu ul a.sel,
            .menu ul i.sel {
                background: #fff;
                color: #A6155F;
                font-weight: bold;
            }

        .menu ul i {
            padding-right: 10px;
            background: url(../images/bg_04.png) no-repeat 92% center #A6155F;
        }

            .menu ul i.sel {
                background: url(../images/bg_04-sel.png) no-repeat 92% center #fff;
            }

        .menu ul li:hover p {
            display: block;
        }

        .menu ul p {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            padding: 0 3px;
            background: #fff;
            display: none;
        }

            .menu ul p a {
                margin-top: 2px;
            }
/* 登录 */
.dl_main {
    background: url(../images/bg_03.png) no-repeat left bottom;
    background-size: 100%;
    min-height: 100vh;
    padding-bottom: 40px;
}

.dl_one {
    width: 100%;
    padding: 70px 0;
    line-height: 42px;
    font-size: 20px;
}

.dl_two {
    line-height: 60px;
    font-size: 28px;
    color: #272727;
    font-weight: normal;
    letter-spacing: 3px;
    text-align: center;
    width: 100%;
}

.dl_three {
    margin: 0 auto;
    width: 440px;
}

    .dl_three li {
        margin-top: 25px;
        position: relative;
    }

    .dl_three .txt {
        border: 1px solid #8B8D90;
        width: 100%;
        height: 46px;
        line-height: 46px;
        padding-left: 65px;
        border-radius: 3px;
        font-size: 18px;
        outline: none;
        position: relative;
    }

        .dl_three .txt:focus {
            border: 1px solid #A5155F;
        }


    .dl_three .btn {
        width: 100%;
        background: #A5155F;
        padding: 0;
        border-radius: 3px;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        outline: none;
        display: block;
        height: 46px;
    }

        .dl_three .btn:hover {
            background: #971358;
        }
/* 信息 */
.xx_one {
    width: 100%;
    padding: 15px 0;
    color: #272727;
}

    .xx_one .title {
        text-align: center;
        font-weight: bold;
        font-size: 22px;
    }

    .xx_one .desc {
        line-height: 36px;
        padding: 15px 0;
    }

.xx_two {
    padding-top: 20px;
    padding-bottom: 50px;
}

    .xx_two .title {
        color: red;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .xx_two p {
        line-height: 40px;
    }

    .xx_two label {
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .xx_two .ck {
        width: 18px;
        height: 18px;
        margin-right: 15px;
    }

.xx_four {
    color: red;
    line-height: 38px;
    margin-top: -40px;
    margin-bottom: 50px;
}

.xx_info {
    padding: 15px 0;
}

    .xx_info .title {
        color: #F90808;
        font-size: 20px;
        font-weight: bold;
    }

        .xx_info .title .ck_jl {
            padding-left: 26px;
            background: url(../images/bg_07.png) no-repeat left center;
            color: #5F5F5F;
            font-size: 16px;
            cursor: pointer;
            float: right;
            background-size: auto 20px;
        }

    .xx_info .desc {
        padding: 15px 0;
        line-height: 36px;
    }

        .xx_info .desc p {
            padding-top: 8px;
        }

.xx_bottom {
    width: 100%;
    line-height: 40px;
    margin-bottom: 20px;
}

    .xx_bottom .desc {
        color: red;
        margin-bottom: 20px;
        margin-top: -20px;
    }
/* table */
.tb_one {
    width: 100%;
    border: 1px solid #D2D2D2;
    padding: 20px 30px;
    margin-bottom: 30px;
}

    .tb_one th {
        color: #5F5F5F;
        text-align: right;
        font-weight: normal;
        position: relative;
        vertical-align: top;
        line-height: 26px;
        padding: 10px 0;
        padding-top: 20px;
    }

        .tb_one th i {
            /*position: absolute;*/
            left: -15px;
            color: #FE0202;
            font-weight: bold;
            top: 22px;
        }

    .tb_one td {
        padding: 10px;
    }

    .tb_one .txt {
        width: 50%;
        border: 1px solid #D2D2D2;
        height: 46px;
        line-height: 46px;
        padding-left: 20px;
        outline: none;
    }

    .tb_one .tj_three_td {
        padding: 0;
    }

    .tb_one .btn_up,
    .tb_one .btn_get {
        border: 1px solid #D2D2D2;
        height: 46px;
        line-height: 46px;
        width: 15%;
        background: none;
        cursor: pointer;
        outline: none;
        margin-left: 10px;
    }

    .tb_one .btn_get {
        background: #EEEEEE;
        width: 18%;
    }

    .tb_one .p_btn {
        padding-bottom: 0;
        padding: 15px 0;
        padding-top: 30px;
    }

    .tb_one .cp_desc {
        padding-top: 15px;
        line-height: 34px;
        color: #5F5F5F;
        width: 100%;
        display: block;
    }

        .tb_one .cp_desc span {
            color: red;
        }

    .tb_one .ts_desc {
        line-height: 34px;
        color: #5F5F5F;
        width: 100%;
        display: block;
        font-size: 16px;
    }

        .tb_one .ts_desc span {
            color: red;
        }

    .tb_one .fujian {
        width: 580px;
        height: 300px;
        display: flex;
        align-items: center;
        border: 1px solid #D2D2D2;
        overflow: hidden;
        justify-content: center;
    }

        .tb_one .fujian img {
            max-height: 100%;
            object-fit: cover;
            max-width: 100%;
            cursor: pointer;
        }

.tb_one2 .txt {
    width: 90%;
}

.tb_one2 .xx_two {
    display: flex;
    flex-wrap: wrap;
}

    .tb_one2 .xx_two .title {
        width: 100%;
    }

    .tb_one2 .xx_two p {
        width: 33%;
        margin-bottom: 5px;
    }

.tb_two {
    margin-bottom: 0;
}

    .tb_two td {
        width: 25%;
        padding-left: 0;
    }

.tb_three .txt {
    width: 80%;
}

    .tb_three .txt[disabled] {
        background: #EEEEEE;
    }

.tb_three .txt1 {
    width: 100px;
    text-align: center;
    padding: 0;
}

.tb_three .txt2 {
    width: 200px;
    text-align: center;
    padding: 0;
}

.tb_three .s {
    text-align: center;
    width: 4%;
}

.tb_three td {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tb_three .bottom {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

    .tb_three .bottom .img {
        width: 174px;
        height: 100px;
        object-fit: cover;
    }

    .tb_three .bottom .desc {
        color: red;
        line-height: 30px;
        padding-left: 20px;
    }

.tb_three label {
    padding-left: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 40px;
    margin-left: 10px;
    margin-right: 20px;
}

    .tb_three label input {
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }

.tb_three .nei {
    border: 1px solid #D2D2D2;
    width: 80%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

    .tb_three .nei p {
        width: 33.333%;
        position: relative;
    }

    .tb_three .nei label {
        margin-left: 0px;
        margin-right: 0px;
    }

.tb_three .txt_desc {
    height: 120px;
    padding: 12px 20px;
    line-height: 30px;
}

.tb_three .txt_desc2 {
    height: 100px;
    line-height: 36px;
    margin-bottom: 5px;
}

.tb_three .tishi {
    color: red;
    font-size: 16px;
    padding-top: 5px;
    margin-bottom: 10px;
}

.tb_three .sel {
    background: url(../images/bg_05.png) no-repeat 11px 30px;
    background-size: auto 10px;
}

.tb_three .ej {
    width: 100%;
    background: #EEEEEE;
    top: 100%;
    z-index: 111;
    left: 0;
    padding: 15px;
    display: none;
    position: relative;
}

    .tb_three .ej label {
        width: 33.33%;
        float: left;
    }

    .tb_three .ej i {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 10px;
        background-size: auto 100%;
    }

.tb_four {
    border: 1px solid #D2D2D2;
    border-left: 0;
    width: 100%;
    margin-bottom: 20px;
}

    .tb_four .tr {
        padding: 6px;
    }

    .tb_four th {
        background: #EEEEEE;
        height: 70px;
        border-left: 1px solid #D2D2D2;
    }

    .tb_four td {
        padding: 20px 15px;
        text-align: center;
        line-height: 32px;
        border-left: 1px solid #D2D2D2;
        border-top: 1px solid #D2D2D2;
        word-break: break-all;
    }

    .tb_four .red {
        color: red;
    }

    .tb_four .desc {
        text-align: left;
    }

    .tb_four .ck {
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .tb_four .zuo {
        line-height: 34px;
    }

        .tb_four .zuo a {
            text-decoration: none;
            cursor: pointer;
            margin: 0px 15px;
        }

            .tb_four .zuo a:hover {
                color: #A5155F;
            }

        .tb_four .zuo .btn {
            background: none;
            cursor: pointer;
            line-height: 40px;
            outline: none;
        }

            .tb_four .zuo .btn:hover {
                color: #A5155F;
            }

        .tb_four .zuo .btn_add {
            width: 170px;
            background: #7F878F;
            height: 34px;
            color: #fff;
            cursor: pointer;
            border-radius: 5px;
        }

    .tb_four .up,
    .tb_four .dw {
        display: block;
        height: 30px;
        cursor: pointer;
    }

    .tb_four .up {
        background: url(../images/up.png) no-repeat center center;
    }

    .tb_four .dw {
        background: url(../images/dw.png) no-repeat center center;
    }

.tb_five .txt {
    width: 100%;
}

.tb_five .nei {
    width: 100%;
}

.tb_five .txt_up {
    width: 84%;
}

.tb_five .btn_up {
    margin-left: 1%;
}

.tb_five .cp_img {
    width: 400px;
    height: 230px;
    object-fit: cover;
    margin-top: 20px;
}

.tb_five .txt_date {
    background: url(../images/bg_06.png) no-repeat 95% center;
    width: 48%;
}

.p_btn {
    width: 100%;
    padding-bottom: 100px;
    text-align: center;
}

    .p_btn .btn {
        min-width: 200px;
        height: 64px;
        background: #A5155F;
        color: #fff;
        font-size: 26px;
        cursor: pointer;
        padding: 0 25px;
    }
/* 提交 */
.tj_one {
    border: 1px solid #D2D2D2;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    line-height: 44px;
}

    .tj_one .btn {
        height: 44px;
        background: #A5155F;
        color: #fff;
        padding: 0 30px;
        cursor: pointer;
        margin-left: 10px;
        width: 120px;
    }

    .tj_one .right {
        display: flex;
    }

        .tj_one .right dl {
            display: flex;
            justify-content: space-between;
            margin-left: 40px;
            background: #B4B4B4;
            height: 54px;
            border-radius: 8px 8px 0 0;
            margin-bottom: -10px;
            overflow: hidden;
        }

            .tj_one .right dl dd {
                padding: 0 20px;
                height: 54px;
                background: #B4B4B4;
                line-height: 54px;
                cursor: pointer;
            }

            .tj_one .right dl .sel {
                background: #6E218B;
                color: #fff;
                border-radius: 8px 8px 0 0;
            }

.tj_two {
    width: 100%;
    background: #A5155F;
    color: #fff;
    line-height: 60px;
    padding-left: 30px;
    border-radius: 10px 10px 0 0;
    font-size: 22px;
}

.tj_three {
    background: #EDEDED;
    padding: 15px 30px;
    margin-bottom: 30px;
    line-height: 40px;
    width: 102%;
    margin-left: -1%;
}

    .tj_three span {
        color: #FE0707;
    }

    .tj_three a {
        color: #0053FA;
        border-bottom: 1px solid #0053FA;
    }
/* 分页 */
.fenye {
    padding-bottom: 50px;
    color: #272727;
    margin-top: -20px;
}

    .fenye a {
        color: #272727;
        margin: 0px 10px;
        text-decoration: none;
    }

        .fenye a:hover {
            color: #A5155F;
        }

    .fenye .sel {
        color: #A5155F;
        font-weight: bold;
    }
/* 弹框*/
/* 弹框*/
.tan_fu {
    background: #fff;
    width: 800px;
    border-radius: 10px;
    overflow: hidden;
}

    .tan_fu .top {
        background: #A5155F;
        color: #fff;
        line-height: 54px;
        padding: 0 20px;
        font-size: 20px;
    }

    .tan_fu .title {
        text-align: center;
        padding: 35px 0;
        color: #080808;
        font-size: 24px;
        font-weight: bold;
    }

        .tan_fu .title strong {
            color: red;
            font-size: 28px;
        }

    .tan_fu .nei {
        width: 80%;
        margin-left: 10%;
    }

    .tan_fu .tb_four {
        margin-bottom: 0;
    }

        .tan_fu .tb_four th {
            height: 50px;
        }

        .tan_fu .tb_four td {
            padding: 15px;
            font-size: 16px;
        }

    .tan_fu .desc {
        color: #191B1B;
        padding: 25px 0;
        line-height: 32px;
    }

    .tan_fu .btn_fu {
        width: 100%;
        background: #A5155F;
        color: #fff;
        height: 50px;
        font-size: 20px;
        cursor: pointer;
        margin-bottom: 40px;
    }


.tan_fu2 {
    background: #fff;
    width: 800px;
    border-radius: 10px;
    overflow: hidden;
}

    .tan_fu2 .top {
        background: #A5155F;
        color: #fff;
        line-height: 54px;
        padding: 0 20px;
        font-size: 20px;
    }

    .tan_fu2 .title {
        text-align: center;
        padding: 35px 0;
        color: #080808;
        font-size: 24px;
        font-weight: bold;
    }

        .tan_fu2 .title strong {
            color: red;
            font-size: 28px;
        }

    .tan_fu2 .nei {
        width: 80%;
        margin-left: 10%;
    }

    .tan_fu2 .tb_four {
        margin-bottom: 0;
    }

        .tan_fu2 .tb_four th {
            height: 50px;
        }

        .tan_fu2 .tb_four td {
            padding: 15px;
            font-size: 16px;
        }

    .tan_fu2 .desc {
        color: #191B1B;
        padding: 25px 0;
        line-height: 32px;
    }

    .tan_fu2 .btn_fu {
        width: 100%;
        background: #A5155F;
        color: #fff;
        height: 50px;
        font-size: 20px;
        cursor: pointer;
        margin-bottom: 40px;
    }


.tan {
    background: #fff;
    width: 100%;
    height: 100%;
    max-width: 1300px;
    border-radius: 10px;
    overflow: hidden;
    overflow-y: auto;
}

    .tan .nei_info {
        width: 100%;
        /*max-height: 580px;*/
        overflow: hidden;
        overflow-y: auto;
    }

    .tan table {
        border: 0;
    }

    .tan .fenye {
        margin-left: 20px;
        padding-bottom: 40px;
    }


.tan_pwd {
    background: #fff;
    /*width: 800px;*/
    border-radius: 10px;
    overflow: hidden;
}

    .tan_pwd .top {
        background: #A5155F;
        color: #fff;
        line-height: 54px;
        padding: 0 20px;
        font-size: 20px;
    }

    .tan_pwd .title {
        text-align: center;
        padding: 35px 0;
        color: #080808;
        font-size: 24px;
        font-weight: bold;
    }

        .tan_pwd .title strong {
            color: red;
            font-size: 28px;
        }

    .tan_pwd .nei {
        width: 80%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .tan_pwd .tb_four {
        margin-bottom: 0;
    }

        .tan_pwd .tb_four th {
            height: 50px;
        }

        .tan_pwd .tb_four td {
            padding: 15px;
            font-size: 16px;
        }

    .tan_pwd .desc {
        color: #191B1B;
        padding: 25px 0;
        line-height: 32px;
    }

    .tan_pwd .btn_fu {
        width: 100%;
        background: #A5155F;
        color: #fff;
        height: 50px;
        font-size: 20px;
        cursor: pointer;
        margin-bottom: 40px;
    }

/* 申请 */
.sq_main {
    border: 1px solid #D2D2D2;
    margin-bottom: 20px;
    margin-top: 40px;
}

    .sq_main .top {
        font-weight: bold;
        text-align: center;
        border-bottom: 2px solid #D2D2D2;
        line-height: 80px;
        font-size: 24px;
    }

    .sq_main .bottom {
        padding: 40px;
        line-height: 40px;
    }
/* 申请 */
.sq_main {
    border: 1px solid #D2D2D2;
    margin-bottom: 20px;
    margin-top: 40px;
}

    .sq_main .top {
        font-weight: bold;
        text-align: center;
        border-bottom: 2px solid #D2D2D2;
        line-height: 80px;
        font-size: 24px;
    }

    .sq_main .bottom {
        padding: 40px;
        line-height: 40px;
    }
/* 图片弹窗 */
#hi-img-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000000000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #hi-img-pop * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #hi-img-pop .hi-close {
        position: fixed;
        top: 86%;
        left: 50%;
        margin-left: -25px;
        width: 50px;
        height: 50px;
        color: #fff;
        background: #fff;
        border-radius: 50%;
        transition: 0.5s;
        cursor: pointer;
    }

        #hi-img-pop .hi-close:after,
        #hi-img-pop .hi-close:before {
            content: "";
            position: absolute;
            bottom: 24px;
            left: 10px;
            width: 30px;
            height: 2px;
            background: #333;
            transition: 0.5s;
        }

        #hi-img-pop .hi-close:hover {
            background: #A5155F;
        }

            #hi-img-pop .hi-close:hover:after,
            #hi-img-pop .hi-close:hover:before {
                background: #fff;
            }

        #hi-img-pop .hi-close:after {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #hi-img-pop .hi-close:before {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    #hi-img-pop .img {
        position: fixed;
        left: 50%;
        top: 50%;
        max-width: 90%;
        max-height: 70%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #hi-img-pop .pin {
        position: fixed;
        left: 50%;
        top: 50%;
        max-width: 90%;
        max-height: 70%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
/* 邮件 */
.yj_one {
    display: flex;
    margin-bottom: 50px;
}

    .yj_one .tb_six {
        padding-top: 30px;
        margin-bottom: 0;
        padding-bottom: 30px;
        width: 70%;
    }

        .yj_one .tb_six .ll {
            padding-left: 0;
            color: #5F5F5F;
        }

            .yj_one .tb_six .ll a {
                color: #0D55F8;
            }

        .yj_one .tb_six .txt {
            width: 60%;
        }

        .yj_one .tb_six .btn_get {
            width: 25%;
        }

    .yj_one .rr_info {
        width: 30%;
        border: 1px solid #D2D2D2;
        border-left: 0;
        background: #EEEEEE;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

        .yj_one .rr_info .nei {
            padding: 15px 0;
            color: #5F5F5F;
            font-size: 16px;
            font-weight: bold;
        }

            .yj_one .rr_info .nei img {
                width: 125px;
                height: 125px;
                margin-bottom: 20px;
            }

.yj_info {
    border: 1px solid #D2D2D2;
    background: #EEEEEE;
    margin-bottom: 50px;
    max-width: 1300px;
}

    .yj_info .img_banner {
        width: 100%;
    }

        .yj_info .img_banner img {
            width: 100%;
        }

    .yj_info .tit1 {
        text-align: center;
    }

        .yj_info .tit1 img {
            height: 70px;
        }

    .yj_info .tit2 {
        padding: 70px 0;
        text-align: center;
        font-size: 30px;
        line-height: 60px;
    }

        .yj_info .tit2 span {
            font-size: 32px;
        }

        .yj_info .tit2 strong {
            font-size: 42px;
            font-weight: bold;
        }

        .yj_info .tit2 h1 {
            color: #A5155F;
            font-size: 34px;
            line-height: 64px;
            letter-spacing: 3px;
        }

    .yj_info .yj_main {
        width: 92%;
        margin: 0 auto;
        border: 1px solid #A6155F;
        background: #fff;
        padding: 30px;
        margin-bottom: 50px;
    }

    .yj_info .biao {
        width: 100%;
        line-height: 28px;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 1px;
        padding-left: 20px;
        color: #A5155F;
        border-left: 10px solid #A5155F;
    }

    .yj_info .desc {
        width: 100%;
        font-size: 18px;
        padding-top: 20px;
        line-height: 32px;
    }

    .yj_info .list_cp {
        display: flex;
        padding-bottom: 10px;
    }

        .yj_info .list_cp li {
            width: 33.333%;
            padding: 0px 20px;
            margin-top: 30px;
        }

        .yj_info .list_cp .img-box {
            width: 100%;
            height: 220px;
            overflow: hidden;
        }

            .yj_info .list_cp .img-box img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .yj_info .list_cp .title {
            width: 100%;
            height: 44px;
            background: url(../images/bg_08.png) no-repeat left top;
            background-size: 100% 100%;
            padding: 0px 15px;
            color: #fff;
            font-size: 18px;
            margin-top: -44px;
            z-index: 11;
            position: relative;
            line-height: 44px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .yj_info .list_cp .desc {
            font-size: 17px;
            line-height: 32px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

.tan_add {
    width: 950px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

    .tan_add .tb_one {
        margin-bottom: 0;
    }

        .tan_add .tb_one th,
        .tan_add .tb_one td {
            font-size: 16px;
        }

        .tan_add .tb_one .txt {
            width: 270px;
            padding-left: 10px;
            height: 42px;
            line-height: 42px;
            font-size: 16px;
        }

        .tan_add .tb_one .txt_tell {
            width: 160px;
        }

        .tan_add .tb_one .btn_get {
            width: 100px;
            font-size: 16px;
            margin-left: 6px;
            height: 42px;
            line-height: 42px;
        }

        .tan_add .tb_one .p_btn {
            padding: 0;
            padding-top: 30px;
        }

            .tan_add .tb_one .p_btn .btn {
                height: 46px;
                font-size: 18px;
            }

    .tan_add .tj_three {
        font-size: 16px;
        line-height: 34px;
    }

        .tan_add .tj_three span,
        .tan_add .tj_three a {
            font-size: 16px;
        }

    .tan_add .tj_two {
        font-size: 20px;
        line-height: 60px;
        font-weight: bold;
    }

.cp_img_list {
    display: flex;
    margin-left: -10px;
    width: 110%;
}

    .cp_img_list li {
        padding: 15px 10px;
        width: 33.333%;
        text-align: center;
    }

    .cp_img_list .img-box {
        width: 100%;
        overflow: hidden;
        height: 160px;
        border: 2px solid #D9D9D9;
        background: #EDEDED;
        text-align: center;
    }

        .cp_img_list .img-box img {
            height: 100%;
        }

    .cp_img_list .bottom {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

        .cp_img_list .bottom .btn {
            background: no-repeat;
            font-size: 18px;
            cursor: pointer;
            margin: 0 10px;
        }

.img_xgt {
    float: right;
    width: 248px;
    margin-left: 30px;
    margin-bottom: 30px;
}

.tan .dx_list {
    border-top: 1px solid #434343;
    border-right: 1px solid #434343;
}

.dx_list {
    box-sizing: border-box;
    width: 94%;
    margin: 30px 0;
    margin-left: 3%;
}

    .dx_list td {
        border-bottom: 1px solid #434343;
        text-align: center;
        line-height: 56px;
        font-size: 17px;
    }

        .dx_list td.ll {
            border-left: 1px solid #434343;
        }
/* 登录 */
.dl_main {
    background: url(../images/dl1.png) no-repeat left top;
    background-size: auto 100%;
    min-height: 100vh;
    padding-bottom: 40px;
}

.dl_right {
    width: 54%;
    float: right;
    height: 100vh;
    /*background: url(../images/dl2.png) no-repeat right bottom;*/
    display: flex;
    align-items: center;
    background-size: 30%;
}

    .dl_right .nei {
        width: 570px;
        background: #EDEDED;
        padding: 20px 80px;
    }

.dl_one {
    width: 100%;
    padding: 20px 0;
    line-height: 38px;
    font-size: 18px;
}

.dl_two {
    line-height: 60px;
    font-size: 28px;
    color: #272727;
    font-weight: normal;
    letter-spacing: 3px;
    text-align: center;
    width: 100%;
}

.dl_three {
    margin: 0 auto;
    width: 100%;
}

    .dl_three li {
        padding-top: 0px;
    }

    .dl_three .txt {
        border: 1px solid #8B8D90;
        width: 100%;
        height: 46px;
        line-height: 46px;
        padding-left: 65px;
        border-radius: 3px;
        font-size: 18px;
        outline: none;
        background: none;
    }

        .dl_three .txt:focus {
            border: 1px solid #A5155F;
        }

    .dl_three .li_name::after {
        position: absolute;
        content: '';
        left: 20px;
        top: 0;
        height: 46px;
        width: 40px;
        background: url(../images/bg_01.png) no-repeat left center;
    }

    .dl_three .li_pwd::after {
        position: absolute;
        content: '';
        left: 20px;
        top: 0;
        height: 46px;
        width: 40px;
        background: url(../images/bg_02.png) no-repeat left center;
    }

    .dl_three .btn {
        width: 100%;
        background: #A5155F;
        padding: 0;
        border-radius: 3px;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        outline: none;
        display: block;
        height: 46px;
    }

        .dl_three .btn:hover {
            background: #971358;
        }


.tan_add2 {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

    .tan_add2 .tb_one {
        margin-bottom: 0;
    }

        .tan_add2 .tb_one th,
        .tan_add2 .tb_one td {
            font-size: 16px;
        }

        .tan_add2 .tb_one .txt {
            width: 270px;
            padding-left: 10px;
            height: 42px;
            line-height: 42px;
            font-size: 16px;
        }

        .tan_add2 .tb_one .txt_tell {
            width: 160px;
        }

        .tan_add2 .tb_one .btn_get {
            width: 100px;
            font-size: 16px;
            margin-left: 6px;
            height: 42px;
            line-height: 42px;
        }

        .tan_add2 .tb_one .p_btn {
            padding: 0;
            padding-top: 30px;
        }

            .tan_add2 .tb_one .p_btn .btn {
                height: 46px;
                font-size: 18px;
            }

    .tan_add2 .tj_three {
        font-size: 16px;
        line-height: 34px;
    }

        .tan_add2 .tj_three span,
        .tan_add2 .tj_three a {
            font-size: 16px;
        }

    .tan_add2 .tj_two {
        font-size: 20px;
        line-height: 60px;
        font-weight: bold;
    }

.new{bottom: auto; top: -5px; background: none !important; line-height: 40px; font-size: 20px; text-align: left!important; color: orange; padding-left: 5px;}