﻿.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: 90%;
            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;
            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;
    }

.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;
        width: 150px;
    }

        .tb_one th i {
            /*position: absolute;*/
            left: -15px;
            color: #FE0202;
            font-weight: bold;
            top: 22px;
        }

    .tb_one td {
        padding: 10px;
    }

    .tb_one .txt {
        width: 90%;
        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;
    }

    .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;
        }

.tj_two {
    width: 100%;
    background: #A5155F;
    color: #fff;
    line-height: 60px;
    padding-left: 30px;
    border-radius: 10px 10px 0 0;
    font-size: 22px;
}


.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;
    }

.tan_add .tb_one .txt_yzm {
    width: 70%;
}

.tan_add .tb_one .btn_get {
    width: 18%;
}

@media (max-width: 767px) {
    .tan_add {
        width: 300px;
    }

        .tan_add .tj_two {
            line-height: 50px;
            font-size: 18px;
            padding-left: 0px;
        }

    .tb_one {
        margin: 10px 0;
        border: 0;
    }

        .tb_one th {
            width: 100px;
            font-size: 14px;
        }

    .tan_add .tb_one th, .tan_add .tb_one td {
        font-size: 14px;
        line-height: 38px;
        padding: 8px 0;
    }

    .tan_add .tb_one .txt {
        height: 38px;
        line-height: 38px;
    }

    .tan_add .tb_one .p_btn {
        margin-bottom: 20px;
        padding-top: 0px;
    }

        .tan_add .tb_one .p_btn .btn {
            width: 140px;
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            min-width: 140px;
        }

    .tan_add .tb_one .btn_get {
        flex-shrink: 0;
        height: 38px;
    }

    .tan_add .tb_one .txt_yzm {
        width: 52%;
    }

    .tan_add .tb_one .btn_get {
        width: 35%;
    }
}



.zs_list2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .zs_list2 li {
        width: 49.2%;
        padding: 10px;
        margin-bottom: 12px;
    }

    .zs_list2 .img-box {
        border: 0;
    }

    .zs_list2 .right {
        padding-left: 14px;
    }

        .zs_list2 .right .title {
            width: 100%;
            max-width: 100%;
            margin-bottom: 0;
        }

        .zs_list2 .right dl {
            margin: 0;
            padding: 0;
            font-size: 14px;
        }

@media (max-width: 1260px) {
    .zs_list2 li {
        width: 100%;
    }

    .zs_list2 .img-box {
        height: 70px;
    }

    .zs_list2 .right {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .zs_list2 {
        padding-top: 15px;
    }

        .zs_list2 .img-box {
            height: 70px;
            width: 40%;
        }

        .zs_list2 .right {
            padding-left: 10px;
            width: 60%;
        }

        .zs_list2 li .nei {
            height: auto;
            align-items: center;
        }

        .zs_list2 .right .title {
            margin-bottom: 5px;
        }
}



