<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body {
    max-width: 100%; overflow-x: hidden; background: #fff;
    font: 18px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif; }
body , h1 , h2 , h3 , h4 , h5 , h6 , hr , p , blockquote , dl , dt , dd , ul , ol , li ,
pre , form , fieldset , legend , button , input , select, textarea ,
th, td { margin: 0; padding: 0; }
img { border: none; max-width: 100%; }
a { color: #2b2a3c; text-decoration: none; }
a:hover { text-decoration: none; }
a , area { blr: expression(this.onFocus=this.blur()); }
ul , ol , li { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; max-width: 100%; }
input , :focus { outline: 0; }
input[type="button"] , input[type="submit"] , input[type="reset"] , select { -webkit-appearance: none; appearance:none; -moz-appearance:none; -ms-appearance:none;}
input::focus-inner { padding: 0; border: 0; }
input::-webkit-input-placeholder{ color: #151415; }
input::-moz-placeholder{ color: #151415; }
input:-moz-placeholder{ color: #151415; }
input:-ms-input-placeholder{ color: #151415; }
select::-ms-expand { display: none; }
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

.fl { float: left; } .fr { float: right; }
.clearfix::after { display: block; content: ''; height: 0; font-size: 0; clear: both; } .clearfix { zoom: 1;}
.clear { height: 0; width: 100%; overflow: hidden; font-size: 1px; line-height: 0; visibility: hidden; }
.Width { width: 1190px; margin: 0 auto; }
.hide , .onlymob { display: none; }
.container{ width:1200px; margin:0 auto; position:relative; box-sizing: border-box }
.container::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }
ul::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }
ul.no_after::after { display: none; content: ''; height: 0; font-size: 0; clear: both; }

/* 通用头部 */
.ht_top {
    width: 100%; overflow: hidden;
    background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;
    line-height: 41px; }
.ht_top .zt_top {
    width: 1200px; height: 41px; margin: 0 auto; }
.ht_top h1 {
    float: left; }
.ht_top h1 a {
    float: left; width: 131px; height: 40px; overflow: hidden;
    background: url(https://www.huatu.com/z/topfooter/images/logo.gif) no-repeat;
    font-size: 12px; text-indent: -100em; }
.ht_top .topnav {
    float: right; color: #333; font-size: 12px; }
.ht_top .topnav a {
    padding: 0 8px; }
.ht_top .topnav a:hover {
    color: #e4393c; text-decoration: underline; }

/* 通用底部 */
.footer { clear: both; position: relative; padding: 30px 0; text-align: center; }
.footer p { position: relative; z-index: 2; color:#fff; font-size: 16px; line-height: 30px; }
.footer p span { padding: 0 5px; }
.footer p a { color:#fff; }


body{
    background: #171955;
}
.banner_box{
    width: 100%;
    height: 644px;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container{
    padding-top: 100px;
    height: 100%;
}
.banner_box p{
    line-height: 75px;
    text-align: center;
    font-size: 48px;
    color: #fff;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png");
    background-size: 100%;
    width: 1015px;
    height: 138px;
    margin: 20px auto 65px;
}
.banner_box h2{
    margin: 0 auto;
    background-image: url('../images/banner_h2.png');
    background-size: 100%;
    width: 566px;
    line-height: 77px;
    text-align: center;
    color: #fff;
    font-size: 48px;
}
.banner_box img{
    display: block;
    position: absolute;
    bottom: 115px;
    right: 150px;
    animation: banner_move 8s linear infinite;
}
@keyframes banner_move{
    0% { transform: translate(0,0); }
    25% { transform: translate(10px,10px); }
    50% { transform: translate(0,0); }
    75% { transform: translate(-10px,-10px); }
    100% { transform: translate(0,0); }
}
.box1{
    margin-top: -80px;
}
.box_container{
    border: 3px solid #07acf7;
    margin-bottom: 60px;
}
.box_container::before{
    content: "";
    display: block;
    width: 1200px;
    height: 17px;
    position: absolute;
    top: -17px;
    left: -3px;
    background-image: url('../images/box_before.png');
    background-size: 100%;
}
.box1_top{
    height: 265px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box1_top img{
    display: block;
}
.box1_vs{
    margin: 0 100px;
}
.box1_bottom{
    width: 100%;
    background-image: url('../images/box1_bg.png');
    background-position: center top;
    background-size: auto 100%;
    box-sizing: border-box;
    padding: 80px 100px 70px;
}
.city,#tsgw_sz,#tsgw_hx,#zhengce,#add,#fangfa{
    display: block;
    margin: 0 auto 20px;
    width: 300px;
    height:70px;
    line-height: 70px;
    text-indent: 1em;
    font-size: 24px;
    color: #0B0B0B;
    border: 0;
    border-radius: 10px;
    background: #fff url('../images/select_bg.png') 95% center no-repeat;
}
.score_box{
    display: flex;
    justify-content: space-between;
    margin: 55px auto 0;
}
.score_inner_box{
    width: 385px;
}
.score_inner_box input{
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-indent: 1em;
    font-size: 24px;
    color: #151415;
    border: 0;
    border-radius: 10px;
    background: #07aff8;
    margin-bottom: 36px;
}
#tsgw_sz,#tsgw_hx{
    display: none;
}
.box1_bottom p{
    line-height: 40px;
    text-align: center;
    color: #fdfdfd;
    font-size: 24px;
}
.score_submit{
    margin: 25px auto 0;
    display: block;
    width: 314px;
    line-height: 83px;
    text-align: center;
    color: #060606;
    font-size: 30px;
    background-image: url('../images/box1_btn.png');
    background-size: 100%;
    font-weight: bold;
    cursor: pointer;
}
.box2_table{
    width: 100%;
    text-align: center;
    color: #FDFDFD;
    background:linear-gradient(0deg,rgba(30,66,158,1),rgba(16,83,192,1));
}
.box2_table th{
    line-height: 70px;
    font-size: 24px;
    border: 1px solid #07acf7;
    background: #1D3A9C;
}
.box2_table td{
    line-height: 70px;
    font-size: 18px;
    border: 1px solid #07acf7;
}
.box2_bottom{
    box-sizing: border-box;
    border-top: 2px solid #07acf7;
    padding: 30px 55px;
    color: #fff;
}
.box2_bottom h5{
    line-height: 35px;
    margin-bottom: 20px;
    font-size: 24px;
}
.box2_bottom p{
    line-height: 32px;
    font-size: 18px;
}
.poster_box{
    margin: 0 auto 60px;
    background-image: url('../images/poster_bg.png');
    background-size: auto 100%;
    height: 265px;
    padding: 30px 520px 0 170px;
    text-align: center;
}
.poster_box h5{
    line-height: 60px;
    font-size: 48px;
    color: #fff;
}
.poster_box p{
    line-height: 45px;
    margin-bottom: 30px;
    font-size: 30px;
    color: #91F0F9;
    letter-spacing: 10px;
    text-indent: 10px;
}
.poster_btn{
    display: flex;
    justify-content: space-between;
}
.poster_btn a{
    display: block;
    width: 225px;
    line-height: 60px;
    border-radius: 30px;
    font-size: 30px;
    font-weight: bold;
    background:linear-gradient(0deg,rgba(246,230,20,1),rgba(252,228,24,1));
    box-shadow: inset 0px 5px 21px 0px rgba(252,164,12,0.75);
    color: #0D0D0C;
}
.box_title{
    line-height: 80px;
    margin-bottom: 40px;
    font-size: 60px;
    text-align: center;
    color: #fff;
}
.box_title::before,
.box_title::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    background-image: url('../images/title_icon.png');
    background-size: 100%;
    width: 60px;
    height: 46px;
}
.box2_table td a{
    display: block;
    margin: 0 auto;
    width:125px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #1EB9E0;
    color: #fff;
}
.poster_list{
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 55px 75px;
}
.poster_list li{
    width: 285px;
}
.poster_list li a,
.poster_list li img{
    display: block;
    width: 100%;
}
.window_mask{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
}
.window_form{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 60px 100px;
    border: 1px solid #44c4b9;
    background: linear-gradient(0deg, #1251bb, #20b9de);
    width: 550px;
}
.window_close{
    position: absolute;
    right: 0;
    top: -50px;
    width: 35px;
    display: block;
    cursor: pointer;
}
.ajax_form{
    width: 100%;
}
.ajax_form p{
    margin-bottom: 20px;
    position: relative;
}
.ajax_form input,
.ajax_form select{
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    border: 0;
    box-sizing: border-box;
    padding-left: 20px;
    background: #FFF;
    color: #151415;
    font-size: 20px;
}
.ajax_form select{
    background: #FFF url("../images/select_bg.png") 95% center no-repeat;
}
.ajax_form input#shoujihao{
    width: 100%;
}
.ajax_form input#fs{
    position: absolute;
    right: 0;
    top: 0;
    width: 155px;
    border-radius: 0 10px 10px 0;
    padding: 0;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #faa20a;
}
.ajax_form input.button{
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    border: 0;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    padding: 0;
    background:linear-gradient(180deg,#fad00a,#fed135);
    color: #151415;
    font-weight: bold;
    font-size: 24px;
    margin-top: 20px;
}
.window_result{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 60px 0;
    text-align: center;
    border: 1px solid #44c4b9;
    background: linear-gradient(0deg, #1251bb, #20b9de);
    width: 550px;
}
.window_result p{
    line-height: 40px;
    color: #fff;
    font-size: 18px;
}
.result_show{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    line-height: 60px;
    font-size: 24px;
    display: none;
    /*display: inline-block;*/
    box-sizing: border-box;
    padding: 0 40px;
    background: rgba(0,0,0,.5);
    z-index: 8;
    color: #fff;
}
.result_show b{
    color: #ffb701;
}
.result_close{
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    cursor: pointer;
}




@media only all and (max-width:1200px) {
    .onlymob {
        display: block;
    }

    html {
        font-size: 20px;
    }

    body {
        width: 18.75rem;
        font-size: .7rem;
        line-height: 1.2rem;
        background-size: auto 12rem;
        background-position: center 2rem;
    }

    html, body {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .Width {
        width: 17.5rem;
    }
    .container{
        width: 98%;
    }
    .fl,.fr{
        float: none;
    }

    /* 隐藏元素 */
    .ht_top .topnav a:nth-child(n+2),
    .stage,
    .footer p,
    .pc, .onlypc {
        display: none;
    }
    ul.no_after::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }

    /* 通用头部 */
    .ht_top {
        height: 2.5rem;
        background-size: auto 100%;
        line-height: 2.5rem;
    }

    .ht_top h1 a {
        height: 2.5rem;
        width: 7.5rem;
        background: url(https://www.huatu.com/images/2015css/images/mob_logo.png) no-repeat center / contain;
    }

    .ht_top .topnav {
        font-size: .8rem;
        text-indent: -1000rem;
    }

    .ht_top .topnav a {
        padding: 0 0 0 0.3rem;
        text-indent: 0;
        float: right;
    }

    .footer {
        position: relative;
        height: 2.4rem;
        padding: 0;
        overflow: hidden;
    }

    .footer:before {
        display: block;
        content: "华图教育集团版权所有";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2.4rem;
        overflow: hidden;
        color: #fff;
        font-size: .7rem;
        line-height: 2.4rem;
        text-align: center;
    }


    .banner_box{
        height: 10rem;
        background-size: auto 100%;
    }
    .banner_box .container{
        padding-top: 1rem;
    }
    .banner_box p{
        line-height: 1.3rem;
        font-size: .8rem;
    }
    .banner_box h1{
        width: 17rem;
        height: 2.3rem;
        margin: .5rem auto 1rem;
    }
    .banner_box h2{
        width: 14.15rem;
        line-height: 1.925rem;
        font-size: .8rem;
    }
    .banner_box img{
        width: 2rem;
        bottom: 1rem;
        right: .5rem;
    }
    @keyframes banner_move{
        0% { transform: translate(0,0); }
        25% { transform: translate(.3rem,.3rem); }
        50% { transform: translate(0,0); }
        75% { transform: translate(-.3rem,-.3rem); }
        100% { transform: translate(0,0); }
    }
    .box1{
        margin-top: 0;
    }
    .box_container{
        border: .1rem solid #07acf7;
        margin-bottom: 1rem;
    }
    .box_container::before{
        width: 100%;
        height: .3rem;
        top: -.3rem;
        left: 0;
        background-size: auto 100%;
        background-position: center top;
    }
    .box1_top{
        height: 6rem;
    }
    .box1_top img{
        display: block;
        width: 4rem;
    }
    .box1_vs{
        width: 3rem;
        margin: 0 1rem;
    }
    .box1_bottom{
        background-size: auto 100%;
        background-position: center top;
        padding: 1rem;
    }
    .city,#luan,#zykm,#zhengce,#add,#fangfa{
        width: 8rem;
        height: 1.8rem;
        line-height: 1.8rem;
        font-size: .8rem;
        border-radius: .3rem;
        background-size: .5rem;
    }
    .score_box{
        margin: 1rem auto 0;
    }
    .score_inner_box{
        width: 48%;
    }
    .score_inner_box input{
        height: 1.8rem;
        line-height: 1.8rem;
        text-indent: .5em;
        font-size: .7rem;
        border-radius: .3rem;
        margin-bottom: .8rem;
    }
    .box1_bottom p{
        line-height: 1rem;
        font-size: .75rem;
    }
    .score_submit{
        margin: .5rem auto 0;
        width: 7.85rem;
        line-height: 2.075rem;
        font-size: .8rem;
    }
    .box2_table th{
        white-space:nowrap;
        line-height: 1.3rem;
        font-size: .7rem;
    }
    .box2_table td{
        line-height: 1rem;
        box-sizing: border-box;
        padding: .2rem .1rem;
        font-size: .65rem;
    }
    .box2_bottom{
        padding: 1rem;
    }
    .box2_bottom h5{
        line-height: 1.2rem;
        margin-bottom: .4rem;
        font-size: .8rem;
    }
    .box2_bottom p{
        line-height: 1.1rem;
        font-size: .75rem;
    }
    .poster_box{
        margin: 0 auto 1rem;
        background-position: center right;
        height: auto;
        padding: .5rem 5rem .5rem 1rem;
    }
    .poster_box h5{
        line-height: 1.3rem;
        font-size: .9rem;
    }
    .poster_box p{
        line-height: 1.1rem;
        font-size: .8rem;
        margin-bottom: .4rem;
        letter-spacing: .2rem;
        text-indent: .2rem;
    }
    .poster_btn a{
        width: 48%;
        line-height: 1.6rem;
        border-radius: .8rem;
        font-size: .75rem;
    }
    .box_title{
        line-height: 2rem;
        margin-bottom: 1rem;
        font-size: 1rem;
    }
    .box_title::before,
    .box_title::after{
        margin: 0 .5rem;
        width: 1.5rem;
        height: 1.125rem;
    }
    .box2_table td a{
        width: 3rem;
        line-height: 1.2rem;
        border-radius: .6rem;
    }
    .poster_list{
        padding: 1rem .5rem;
    }
    .poster_list li{
        width: 31.3%;
        float: left;
        margin: 0 1%
    }
    .window_form{
        width: 90%;
        padding: .5rem 2rem;
    }
    .window_close{
        top: -1.5rem;
        width: 1.2rem;
    }
    .ajax_form p{
        margin-bottom: .5rem;
    }
    .ajax_form input,
    .ajax_form select{
        height: 1.8rem;
        line-height: 1.8rem;
        border-radius: .25rem;
        padding-left: .6rem;
        font-size: .8rem;
    }
    .ajax_form input#fs{
        width: 6rem;
        border-radius: 0 .25rem .25rem 0;
    }
    .ajax_form input.button{
        height: 1.6rem;
        line-height: 1.6rem;
        border-radius: .8rem;
        font-size: .8rem;
        margin-top: .4rem;
    }
    .window_result{
        padding: .4rem 0;
        width: 90%;
    }
    .window_result p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .result_show{
        line-height: 2rem;
        font-size: .75rem;
        padding: 0 1rem;
    }
    .result_close{
        width: .8rem;
    }
}
.score_inner_box .other_bonus_point,.score_inner_box .my_bonus_point,#zhengce,#add,#zhuanye,#other_zhuanye,#jiafen,#other_jiafen,#fangfa{
    display: none;
}</pre></body></html>