<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: #999; }
input::-moz-placeholder{ color: #999; }
input:-moz-placeholder{ color: #999; }
input:-ms-input-placeholder{ color: #999; }
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; }
.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:#333; font-size: 16px; line-height: 30px; }
.footer p span { padding: 0 5px; }
.footer p a { color:#333; }




.banner_box{
    width: 100%;
    height: 824px;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container{
    padding-top: 60px;
}
.banner_box h2{
    width: 480px;
    line-height: 50px;
    border-radius: 25px;
    box-shadow: 10px 10px 0 #fe5a12;
    font-size: 36px;
    border: 2px solid #fe5a12;
    margin: 0 auto;
    background: linear-gradient(0deg, #FDC600, #FFE346);
    color: #FE3506;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png") center top no-repeat;
    background-size: auto 100%;
    height: 290px;
    margin: 36px auto 24px;
    opacity: 0;
    animation: banner_h1 1s linear forwards;
}
@keyframes banner_h1{
    0% { transform: translate(20px,20px); opacity: 0; }
    100% { transform: translate(0,0); opacity: 1; }
}
.banner_list{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.banner_list li{
    background: linear-gradient(0deg, #FDC600, #FFE346);
    color: #FE3506;
    box-sizing: border-box;
    font-weight: bold;
    border: 2px solid #fe5a12;
    box-shadow: 10px 10px 0 #fe5a12;
    padding: 0 36px;
    line-height: 48px;
    border-radius: 24px;
    font-size: 28px;
    margin: 0 20px;
}
.box1{
    margin-top: -60px;
}
.box_title{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FF5A01;
    font-size: 40px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 30px;
}
.box_title_yellow{
    color: #fff;
}
.box_title span{
    margin: 0 20px;
}
.title_l{
    display: block;
    animation: title_l 5s linear infinite;
    height: 42px;
}
.title_r{
    display: block;
    animation: title_l 5s linear infinite reverse;
    height: 32px;
}
@keyframes title_l {
    0% { transform: translate(0,0); }
    25% { transform: translate(4px,-4px); }
    50% { transform: translate(0,0); }
    75% { transform: translate(-4px,4px); }
    100% { transform: translate(0,0); }
}
.box1_center{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #fff3b2;
    background: linear-gradient(0deg, #fff0a2, #fff);
    width: 495px;
    height: 495px;
}
.box1_center img{
    transition: all .5s;
    display: block;
}
.box1_center:hover img{
    transform: scale(1.05);
}
.box1_row{
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 26px;
}
.box1_row_bottom{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
}
.box1_box{
    position: relative;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 16px;
    width: 310px;
    height: 215px;
}
.box1_box::before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    width: 286px;
    height: 8px;
    border-radius: 0 0 8px 8px;
    opacity: .4;
}
.box1_box::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
    width: 265px;
    height: 16px;
    border-radius: 0 0 8px 8px;
    opacity: .2;
}
.box1_box1,
.box1_box1::before,
.box1_box1::after{
    background: #00b2ee;
    color: #00B2EE;
}
.box1_box2,
.box1_box2::before,
.box1_box2::after{
    background: #9167f7;
    color: #9167f7;
}
.box1_box3,
.box1_box3::before,
.box1_box3::after{
    background: #10d1b4;
    color: #10d1b4;
}
.box1_box4,
.box1_box4::before,
.box1_box4::after{
    background: #f5704f;
    color: #f5704f;
}
.box1_box5,
.box1_box5::before,
.box1_box5::after{
    background: #fecf16;
    color: #fecf16;
}
.box1_box_title{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
} 
.box1_box_title h3{
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 10px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 24px;
}
.box1_box p{
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    text-align: justify;
}
.box2{
    background: url('../images/box2_bg.png') center top no-repeat;
    box-sizing: border-box;
    height: 2100px;
    margin-top: -75px;
    padding-top: 210px;
}
.box_container{
    position: relative;
    background: #FFE26C;
    border-radius: 20px;
    padding: 20px 20px 25px;
    margin-top: 70px;
}
.box_container::before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../images/box_before.png');
    background-size: auto 100%;
    background-position: center top;
    width: 100%;
    top: -53px;
    height: 60px;
}
.box_top{
    display: block;
    margin: 0 auto 10px;
    height: 32px;
}
.inner_box2_top{
    background: #FF7841;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 28px 0;
}
.box2_top_list{
    display: flex;
    justify-content: center;
    align-items: center;
}
.box2_top_list li{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0 20px;
    font-size: 20px;
}
.box2_top_list li img{
    display: block;
    border-radius: 50%;
    width: 30px;
    margin-right: 6px;
    box-shadow: 3px 5px 9px 0px #FFC50F;
}
.box2_top_btn{
    text-align: center;
    display: block;
    color: #962B0F;
    font-weight: bold;
    background-image: url('../images/box2_btn.png');
    background-size: 100%;
    width: 483px;
    height: 87px;
    line-height: 80px;
    font-size: 28px;
    margin: 30px auto 0;
}
.box2_top_btn:hover{
    color: #fff;
    background-image: url('../images/box2_btn_hover.png');
}
.box2_bottom{
    margin-top: 110px;
}
.box2_bottom_title{
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../images/box2_bottom_title.png');
    background-size: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #FF6D0D;
    width: 325px;
    height: 72px;
    top: -80px;
    font-size: 32px;
}
.box2_bottom_title img{
    display: block;
    width: 20px;
    margin: 0 6px;
}
.inner_box2_bottom{
    background-image: url('../images/gezi_bg.png');
    background-size: auto 100%;
    background-position: center center;
    box-sizing: border-box;
    padding: 40px 0;
    border-radius: 20px;
}
.box2_bottom_list{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    color: #fff;
    height: 160px;
}
.box2_bottom_list li{
    position: relative;
}
.box2_bottom_list li:nth-child(even){
    align-self: flex-end;
}
.box2_bottom_list li&gt;div{
    width: 160px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.box2_bottom_list li::before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 176px;
    height: 80px;
    background: rgba(254,207,22,.4);
}
.box2_bottom_list li p{
    font-size: 12px;
    line-height: 18px;
}
.box2_circle_t,
.box2_bottom_list li:nth-child(odd):before{
    border-radius: 90px 90px 0 0;
}
.box2_bottom_list li:nth-child(odd):before{
    top: -8px;
}
.box2_circle_b,
.box2_bottom_list li:nth-child(even):before{
    border-radius: 0 0 90px 90px;
}
.box2_bottom_list li:nth-child(even):before{
    bottom: -8px;
}
.box2_circle1{
    background: #00b2ee;
}
.box2_circle2{
    background: #10d1b4;
}
.box2_circle3{
    background: #9167f7;
}
.box2_circle4{
    background: #fecf16;
}
.box2_circle5{
    background: #f5704f;
}
.box2_circle6{
    background: #fa3132;
}
.box2_circle7{
    background: #ff0d62;
}
.box3{
    margin-top: 135px;
}
.box3_container{
    margin-top: 65px;
}
.box3_l{
    width: 820px;
    padding: 20px;
    border-radius: 6px;
    box-sizing: border-box;
    background: #FECF16;
}
.box3_title{
    background-image: url('../images/box3_title.png');
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    color: #962B0F;
    text-align: center;
    height: 75px;
    line-height: 65px;
    font-size: 24px;
    margin: -58px auto 20px;
}
.box3_table{
    width: 100%;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}
.box3_table th{
    width: 25%;
    line-height: 48px;
    font-size: 22px;
    border: 1px solid rgba(255, 209, 178, .6);
    color: #fff;
    background: #FF6D0D;
}
.box3_table td{
    line-height: 25px;
    font-size: 16px;
    padding: 6px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 209, 178, .6);
    color: #962B0F;
}
.box3_r{
    width: 350px;
    padding: 20px;
    border-radius: 6px;
    box-sizing: border-box;
    background: #FECF16;
}
.box3_r a{
    background-image: url('../images/box3_btn.png');
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #FF6D0D;
    line-height: 60px;
    margin-bottom: 4px;
    font-size: 20px;
}
.box4{
    margin-top: -50px;
}
.inner_box4{
    background: #FF7841;
    box-sizing: border-box;
    padding: 25px 36px;
    border-radius: 20px;
}
.box4_l{
    width: 615px;
}
.box4_img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    position: relative;
    z-index: 2;
    box-shadow: 3px 5px 5px 0px #FFC50F;
    height: 260px;
    border-radius: 6px;
}
.box4_l h4,
.box4_r h4{
    width: 230px;
    line-height: 48px;
    border-radius: 6px;
    font-size: 24px;
    margin: 0 auto;
    color: #FF5A01;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 3px 5px 5px 0px #FFC50F;
}
.box4 .box2_top_btn{
    margin: 20px auto 0;
}
.box5{
    background: url('../images/box5_bg.png') center top no-repeat;
    box-sizing: border-box;
    height: 924px;
    margin-top: -85px;
    padding-top: 180px;
}
.box5_container{
    background: url('../images/gezi_bg.png') center top no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    border: 8px solid #ffe26c;
    border-radius: 20px;
    padding: 35px 10px;
}
.box5_tab{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.box5_tab li{
    text-align: center;
    box-sizing: border-box;
    background: linear-gradient(0deg, #ffc126, #ffeb9b);
    border: 1px solid #ffeb9b;
    color: #962B0F;
    font-weight: bold;
    transition: all .5s;
    cursor: pointer;
    font-size: 16px;
    width: 120px;
    line-height: 45px;
    border-radius: 23px;
    box-shadow: 3px 5px 0px 0px #FF6D0D;
}
.box5_tab li.active{
    border: 1px solid #FF6D0D;
    color: #FF400D;
}
.box5_cont{
    display: none;
    box-sizing: border-box;
    padding: 0 20px;
}
.box5_cont:nth-child(1){
    display: block;
}
.box5_flex{
    display: flex;
    justify-content: space-between;
}
.box5_list{
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 10px 25px;
    width: 525px;
    box-shadow: 4px 6px 8px 0px #FFC50F;
    border-radius: 6px;
}
.box5_list li{
    width: 100%;
    margin: 6px 0;
    height: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.box5_list li i{
    display: block;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.box5_list li:nth-child(1) i{
    background: #40C5F0;
}
.box5_list li:nth-child(2) i{
    background: #FFC129;
}
.box5_list li:nth-child(3) i{
    background: #C281F3;
}
.box5_list li:nth-child(4) i{
    background: #FF6D0D;
}
.box5_list li:nth-child(5) i{
    background: #40F0D5;
}
.box5_list li a{
    display: block;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
    color: #000;
    font-size: 16px;
    width: 400px;
}
.box5_list li span{
    display: block;
    justify-self: flex-end;
    color: #999999;
    font-size: 16px;
}
.inner_box6{
    box-sizing: border-box;
    background: #FF7841;
    border-radius: 20px;
    padding: 20px;
}
.poster_list{
    display: flex;
    justify-content: space-between;
}
.poster_list li{
    background: #FFFFFF;
    box-sizing: border-box;
    width: 360px;
    padding: 6px;
    box-shadow: 4px 6px 8px 0px #FFC50F;
    border-radius: 6px;
}
.poster_list li a,
.poster_list li img{
    overflow: hidden;
    display: block;
    transition: all .5s;
    width: 100%;
}
.poster_list li:hover img{
    transform: scale(1.05);
}


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

    html {
        font-size: 20px;
    }

    body {
        width: 100%;
        font-size: .7rem;
        line-height: 1.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;
    }

    /* 通用头部 */
    .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: #333;
        font-size: .7rem;
        line-height: 2.4rem;
        text-align: center;
    }
    
    
    .banner_box{
        height: 14rem;
        background-size: auto 110%;
    }
    .banner_box .container{
        padding-top: 1rem;
    }
    .banner_box h2{
        width: 14rem;
        line-height: 1.8rem;
        border-radius: .9rem;
        box-shadow: .2rem .2rem 0 #fe5a12;
        font-size: .8rem;
        border: 1px solid #fe5a12;
    }
    .banner_box h2 img{
        display: block;
        width: .7rem;
        margin: 0 .3rem;
    }
    .banner_box h1{
        height: 5rem;
        margin: .8rem auto .6rem;
    }
    @keyframes banner_h1{
        0% { transform: translate(1rem,1rem); opacity: 0; }
        100% { transform: translate(0,0); opacity: 1; }
    }
    .banner_list li{
        border: 1px solid #fe5a12;
        box-shadow: .2rem .2rem 0 #fe5a12;
        padding: 0 .5rem;
        line-height: 1.4rem;
        border-radius: .7rem;
        font-size: .7rem;
        margin: 0 .4rem;
    }
    .box1{
        margin-top: 0;
    }
    .box_title{
        font-size: 1rem;
        height: 1.5rem;
        line-height: 1.5rem;
        margin-bottom: 1rem;
    }
    .box_title span{
        margin: 0 .4rem;
    }
    .title_l{
        height: 1rem;
    }
    .title_r{
        height: .8rem;
    }
    .box1_center{
        position: relative;
        left: auto;
        transform: translateX(0);
        top: auto;
        background: none;
        border: 0;
        width: auto;
        height: auto;
        margin: 0 auto .5rem;
    }
    .box1_center img{
        width: 16rem;
    }
    .box1_row{
        display: flex;
        box-sizing: border-box;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        margin-bottom: .8rem;
    }
    .box1_row_bottom{
        margin-top: 0;
    }
    .box1_box{
        border-radius: .3rem;
        padding: .4rem;
        width: 49%;
        height: 9.5rem;
    }
    .box1_box::before{
        bottom: -.2rem;
        width: 90%;
        height: .2rem;
        border-radius: 0 0 .2rem .2rem;
    }
    .box1_box::after{
        bottom: -.4rem;
        width: 80%;
        height: .4rem;
        border-radius: 0 0 .2rem .2rem;
    }
    .box1_box_title h3{
        margin-bottom: .3rem;
        line-height: 1.2rem;
        border-radius: .6rem;
        padding: 0 .5rem;
        font-size: .75rem;
    }
    .box1_box p{
        line-height: .9rem;
        font-size: .7rem;
    }
    .box2{
        background: none;
        height: auto;
        margin-top: 0;
        padding: 1rem 0 0 0;
        background: #ff6d0d;
    }
    .box_container{
        border-radius: .5rem;
        padding: .5rem;
        margin-top: 1rem;
    }
    .box_container::before{
        display: none;
    }
    .box_top{
        margin: 0 auto .3rem;
        height: auto;
        width: 100%;
    }
    .inner_box2_top{
        border-radius: .5rem;
        padding: .5rem 0;
    }
    .box2_top_list{
        flex-wrap: wrap;
    }
    .box2_top_list li{
        width: 32.3%;
        margin: 0 .5%;
        font-size: .7rem;
    }
    .box2_top_list li img{
        width: .75rem;
        margin-right: .1rem;
        box-shadow: .1rem .1rem .2rem 0px #FFC50F;
    }
    .box2_top_btn{
        width: 12.075rem;
        height: 2.175rem;
        line-height: 2rem;
        font-size: .8rem;
        margin: 1rem auto 0;
    }
    .box2_bottom{
        margin-top: 3rem;
    }
    .box2_bottom_title{
        width: 8.125rem;
        height: 1.8rem;
        top: -2rem;
        font-size: .8rem;
    }
    .box2_bottom_title img{
        width: .5rem;
        margin: 0 .1rem;
    }
    .inner_box2_bottom{
        padding: .5rem;
        border-radius: .5rem;
    }
    .box2_bottom_list{
        flex-wrap: wrap;
        height: auto;
    }
    .box2_bottom_list li{
        margin: .2rem 0;
    }
    .box2_bottom_list li&gt;div{
        margin: 0 auto;
        width: 8rem;
        height: 4rem;
    }
    .box2_bottom_list li::before{
        width: 8.4rem;
        height: 4rem;
    }
    .box2_bottom_list li p{
        font-size: .6rem;
        line-height: .9rem;
    }
    .box2_circle_t,
    .box2_bottom_list li:nth-child(odd):before{
        border-radius: 4rem 4rem 0 0;
    }
    .box2_bottom_list li:nth-child(odd):before{
        top: -.2rem;
    }
    .box2_circle_b,
    .box2_bottom_list li:nth-child(even):before{
        border-radius: 4rem 4rem 0 0;
    }
    .box2_bottom_list li:nth-child(even):before{
        top: -.2rem;
        bottom: auto;
    }
    .box3{
        box-sizing: border-box;
        padding: 1rem 0;
        margin-top: 1rem;
        background: #fff4ec;
    }
    .box3_container{
        margin-top: 2rem;
    }
    .box3_l{
        width: 100%;
        padding: .5rem;
        border-radius: .2rem;
    }
    .box3_title{
        height: 2.5rem;
        line-height: 2.3rem;
        font-size: .8rem;
        margin: -1.8rem auto .5rem;
    }
    .box3_table{
        border-radius: .2rem;
    }
    .box3_table th{
        width: 25%;
        line-height: 1.3rem;
        font-size: .8rem;
    }
    .box3_table td{
        line-height: 1rem;
        font-size: .7rem;
        padding: .2rem;
    }
    .box3_r{
        margin-top: 1.5rem;
        width: 100%;
        padding: .5rem;
        border-radius: .2rem;
    }
    .box3_r a{
        line-height: 2.6rem;
        margin-bottom: .1rem;
        font-size: .8rem;
    }
    .box4{
        margin: 1rem auto;
    }
    .inner_box4{
        padding: .5rem;
        border-radius: .5rem;
    }
    .box4_l,
    .box4_r{
        width: 100%;
        margin-bottom: .5rem;
    }
    .box4_img{
        height: 6rem;
        border-radius: .2rem;
    }
    .box4_img img{
        height: 96%;
    }
    .box4_l h4,
    .box4_r h4{
        width: 8rem;
        line-height: 1.5rem;
        border-radius: .2rem;
        font-size: .8rem;
    }
    .box4 .box2_top_btn{
        margin: 1rem auto 0;
    }
    .box5{
        background: none;
        height: auto;
        margin-top: 0;
        padding: 1rem 0;
        background: #ff6d0d;
    }
    .box5_container{
        border: .2rem solid #ffe26c;
        border-radius: .5rem;
        padding: .4rem;
    }
    .box5_tab{
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }
    .box5_tab li{
        font-size: .7rem;
        width: 24%;
        margin: .2rem .5%;
        line-height: 1.4rem;
        border-radius: .7rem;
        box-shadow: .1rem .1rem 0px 0px #FF6D0D;
    }
    .box5_cont{
        padding: 0;
    }
    .box5_flex{
        display: block;
    }
    .box5_list{
        padding: .5rem;
        width: 100%;
        border-radius: .2rem;
        margin-top: .4rem;
    }
    .box5_list li{
        margin: .1rem 0;
        height: 1rem;
    }
    .box5_list li i{
        margin-right: .2rem;
        width: .4rem;
        height: .4rem;
    }
    .box5_list li a{
        font-size: .7rem;
        width: 84%;
    }
    .box5_list li span{
        font-size: .7rem;
    }
    .inner_box6{
        border-radius: .4rem;
        padding: .4rem;
    }
    .poster_list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .poster_list li{
        width: 48%;
        margin: .2rem 1%;
        padding: .1rem;
        box-shadow: .1rem .1rem .2rem 0px #FFC50F;
        border-radius: .2rem;
    }



}</pre></body></html>