 
        .hidden {
            overflow: hidden;
        }
.w1200{
    width:1200px;
    margin:60px auto;
}
        .zt .btn {
            background: #0b5eea;
            width: 540px;
            height: 4rem;
            position: relative;
            font-size: 2.5rem;
            line-height: 3.8rem;
            font-weight: 400;
            margin-top: 2rem;
            margin-bottom: 1rem;
            /*opacity: 0;*/
        }

        .ui-banner {
            min-height: 558px;
            background: url("/zhuanti/images/20240705/dz1.jpg") no-repeat center center;
        }
        header h1{
    text-align: center;
    font-size: 40px;
    color: #0659f9;
    font-weight: bold;
    margin-bottom: 60px;
        }
        header h1 span{
            font-size: 40px;
            color: #f23157;
            font-weight: bold;
        }
        .btn10 {
            font-size: 26px;
            text-align: center;
            color: #fff;
            background: linear-gradient(90deg, #f32f51 0, #d636b1 100%);
            width: 480px;
            margin: auto;
            padding: 10px 0 13px 0;
            margin-top: 30px;
            border-radius: 100px;
        }
        .advantage {
            width: 32%;
            border: 1px solid #999;
        }
        .adv_title {
            font-size: 33px;
            text-align: center;
            line-height: 2;
            border-bottom: 1px solid #999;
            color: #0659f9;
            font-weight: bold;
            white-space: nowrap;
        }
        .adv_box {
            padding: 1rem;
        }
        .adv_text {
             font-size: 21px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 6px 0;
        }
        .adv_h2 {
            font-size: 24px;
            text-align: center;
            font-weight: bold;
        }
        .adv_time {
            text-align: center;
            color: #0659f9;
            font-size: 24px;
        }
        .mt20 {
    margin-top: 20px;
}
        .adv_btn {
            margin: auto;
            background: linear-gradient(90deg, #0160ea 0, #00befa 100%);
            width: 60%;
            line-height: 1.6;
            font-size: 2.8rem;
            border-radius: 50px;
            color: #fff;
            font-weight: bold;
            text-align: center;
            margin-top: 7px;
        }
        .d_flex{
            display: flex;
        }
        .justify-content-bet{
            justify-content: space-between;
        }
        .btn20 {
            line-height: 2;
            margin: auto;
            width: 60%;
            font-size: 20px;
            text-align: center;
            padding: 3px;
            color: #fff;
            border-radius: 50px;
            margin-top: 15px;
            background: linear-gradient(90deg, #0162eb 0, #00bef9 100%);
        }
        .reason_box {
            border: 1px solid #0659f9;
            border-radius: 10px;
            width: 49%;
        }
        .reason_text h2 {
            text-align: center;
            font-size: 30px;
            font-weight: bold;
        }
        .reason_text1{
            font-size: 24px;
        }
        .reason_text {
            padding: 1.5%;
        }
        .quest_btn {
            white-space: nowrap;
            margin: auto;
            background: linear-gradient(90deg, #0160ea 0, #00befa 100%);
            width: 49%;
            line-height: 2;
            font-size: 24px;
            border-radius: 50px;
            color: #fff;
            text-align: center;
        }
 