<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;
}

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: #ef2f30;
}

.banner_box {
    width: 100%;
    height: 1067px;
    background: url("../images/banner_bg.png") center top no-repeat;
}

.banner_box .container {
    padding-top: 122px;
    height: 100%;
}

.banner_box h2 {
    background: url("../images/banner_h2.png");
    background-size: 100%;
    width: 677px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.banner_box h2 img {
    display: block;
    height: 28px;
    margin-right: 20px;
}

.banner_box h2 p {
    font-size: 38px;
    color: #fff;
}

.banner_box h1 {
    font-size: 0;
    background: url("../images/banner_h1.png");
    background-size: 100%;
    width: 767px;
    height: 544px;
    margin: 20px auto;
}

.banner_book {
    position: absolute;
    left: -60px;
    bottom: 0;
    animation: book_move 4s linear infinite;
}

.banner_sj {
    position: absolute;
    left: 490px;
    bottom: -40px;
    animation: sj_move 8s linear infinite;
}

@keyframes book_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);
    }
}

@keyframes sj_move {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(20deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.box_container {
    margin: 40px auto 0;
}

.title_box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.box_title {
    box-sizing: border-box;
    padding: 10px;
    background: #d24d4d;
    border: 1px solid rgba(255, 255, 153, 0.8);
    border-radius: 15px;
    margin-bottom: 15px;
    box-shadow: 5px 5px 0 #812026;
}

.box_title p {
    box-sizing: border-box;
    padding: 0 50px;
    line-height: 80px;
    background: linear-gradient(0deg, #D55C41, #D75452);
    border-radius: 10px;
    font-size: 44px;
    color: #fff;
    box-shadow: 3px 3px 0 rgba(175, 52, 46, .6);
}

.outer_box {
    box-sizing: border-box;
    position: relative;
    background: linear-gradient(0deg, #b63d23, #d54533, #ec6458);
    padding: 10px;
}

.outer_box::before {
    content: '';
    display: block;
    background-image: url('../images/box_before.png');
    background-size: 100%;
    height: 24px;
    top: -24px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.border_box {
    box-sizing: border-box;
    padding: 20px;
    background-image: linear-gradient(135deg, #942114, #ec6458, #c73e2c);
}

.inner_box {
    box-sizing: border-box;
    padding: 10px;
    background-image: linear-gradient(0deg, #cf4833, #ae3421, #a42f1d);
}

.box_cont {
    box-sizing: border-box;
    background: linear-gradient(0deg, #fecdc2, #fcf4e9);
    box-shadow: 0px 0px 10px 0px rgba(51, 0, 0, 0.3);
}

.box1 .box_cont {
    padding: 10px;
}

#video_box {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    position: relative;
}

.video_mask {
    position: absolute;
    z-index: 95;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    cursor: pointer;
}

.video_mask img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.box1_btn {
    display: block;
    margin: 40px auto 0;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #2D0402;
    text-shadow: 0px 2px 0px rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, .5);
    width: 370px;
    line-height: 64px;
    border-radius: 32px;
    box-shadow: 0px 3px 10px 0px rgba(91, 14, 7, 0.5);
    background: linear-gradient(0deg, #eea73b, #f8eb4f);
}

.box2 .box_cont {
    padding: 40px 40px 30px;
}

.box2_box {
    width: 500px;
}

.box2_title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.box2_title h5 {
    background-size: auto 100%;
    height: 68px;
    line-height: 60px;
    box-sizing: border-box;
    padding-left: 30px;
    font-size: 30px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.box2_titl {
    width: 194px;
    background-image: url('../images/box2_tl.png');
}

.box2_titr {
    width: 254px;
    background-image: url('../images/box2_tr.png');
}

.box2_title p {
    height: 58px;
    line-height: 48px;
    box-sizing: border-box;
    padding-left: 35px;
    padding-right: 30px;
    margin-left: -28px;
    font-size: 20px;
    color: #fff;
    background: #330000;
    border-radius: 10px;
}

.box2_text {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 515px;
    padding: 30px 20px;
    margin-top: -10px;
    border-radius: 10px;
    background-color: #fff;
}

.box2_text p {
    line-height: 33px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 18px;
    color: #330000;
}

.box2_text p span {
    font-weight: bold;
    color: #B20000;
}

.box2_img {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(51, 0, 0, 0.3);
}

.box2_img img {
    display: block;
    width: 100%;
}

.box2_img img.box2_deco {
    position: absolute;
    width: 190px;
    right: -20px;
    top: -32px;
}

.box2_botttom {
    margin-top: 30px;
}

.box2_botttom p {
    text-align: center;
    font-size: 24px;
    color: #330000;
    line-height: 50px;
}

.box2_botttom p span {
    font-size: 30px;
    color: #B20000;
    font-weight: bold;
}

.box_deco {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background-image: url('../images/box3_tl.png');
    background-size: 100%;
    width: 237px;
    height: 201px;
    text-align: center;
}

.box_deco h5 {
    position: absolute;
    left: -15px;
    top: 50px;
    width: 200px;
    line-height: 60px;
    font-size: 36px;
    color: #330000;
    transform: rotate(-45deg);
}

.box_deco h6 {
    position: absolute;
    left: 25px;
    top: 105px;
    width: 200px;
    line-height: 40px;
    font-size: 32px;
    color: #FCFCFC;
    transform: rotate(-45deg);
}

.box3 .box_cont {
    padding-top: 50px;
}

.box_top_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.box_top_list li {
    margin: 0 8px;
}

.box_top_box {
    box-sizing: border-box;
    padding: 0 10px;
    height: 42px;
    line-height: 42px;
    display: flex;
    position: relative;
    text-align: center;
    background: radial-gradient(circle, #D75252, #B23131);
    box-shadow: 0px 0px 10px 0px rgba(51, 0, 0, 0.3);
    transform: skewX(-15deg);
}

.box_top_list li span {
    display: block;
    height: 42px;
    line-height: 42px;
    width: 42px;
    font-size: 26px;
    font-weight: bold;
    color: #3E0000;
    background: linear-gradient(0deg, #F8ED4F, #EEA43A);
    box-shadow: 0px 0px 15px 0px rgba(91, 14, 7, 0.4);
    margin-top: -5px;
}

.box_top_list li p {
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.box3_top_list {
    height: 244px;
    background: url(../images/box3_top_line.png) center center no-repeat;
    display: flex;
    justify-content: center;
}

.box3_top_box {
    width: 240px;
    margin: 0 -50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.box3_top_box:nth-child(odd) {
    align-items: flex-end;
}

.box3_top_box:nth-child(even) {
    align-items: flex-start;
    flex-direction: column-reverse;
}

.box3_top_box .box3_num {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(197, 14, 14, .2), rgba(148, 31, 23, .2));
    border-radius: 50%;
    box-sizing: border-box;
    padding: 3px;
}

.box3_top_box .box3_num p {
    display: block;
    line-height: 34px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, #C50E0E, #941F17);
}

.box3_top_box .box3_num p span {
    background: linear-gradient(135deg, #FDAA86 0%, #FDFDB9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box3_top_box .box3_top_line {
    display: block;
    margin: 4px auto;
}

.box3_top_box h5 {
    width: 140px;
    height: 51px;
    box-sizing: border-box;
    line-height: 45px;
    background-size: 100%;
    font-weight: normal;
    font-size: 22px;
    margin: 0 auto;
    color: #fff;
}

.box3_top_box:nth-child(odd) h5 {
    margin-bottom: 12px;
    padding-top: 6px;
    background-image: url('../images/box3_text_b.png');
}

.box3_top_box:nth-child(even) h5 {
    margin-top: 12px;
    padding-bottom: 6px;
    background-image: url('../images/box3_text_t.png');
}

/* .box3_top_box:nth-child(odd)&gt;p{
    align-items: flex-start;
}
.box3_top_box:nth-child(even)&gt;p{
    align-items: flex-end;
}
.box3_top_box&gt;p{
    display: flex;
    justify-content: center;
    text-align: center;
    height: 104px;
    width: 100%;
    font-size: 16px;
    color: #330000;
    line-height: 26px;
} */

.box3_bottom {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    padding: 20px 40px 50px;
}

.box3_bottom::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 210px;
    background: #660000;
}

.box3_img {
    z-index: 2;
    display: block;
    position: relative;
    width: 500px;
}

.box3_img img {
    display: block;
    width: 100%;
}

.box3_img img.box3_img_icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 100px;
}

.box4 .box_cont {
    padding: 50px 40px;
}

.box4_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box4_top img {
    display: block;
}

.box4_top_circle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-image: url('../images/box4_top_circle.png');
    background-size: 100%;
    width: 256px;
    height: 256px;
}

.box4_top h5 {
    line-height: 45px;
    font-size: 24px;
    color: #990000;
}

.box4_top p {
    line-height: 40px;
    font-size: 20px;
    color: #330000;
}

.box4_top_eq p {
    line-height: 32px;
    margin-bottom: 15px;
    font-size: 22px;
    color: #990000;
    text-align: center;
}

.box4_top_result {
    background-image: url('../images/box4_top_result.png');
    background-size: 100%;
    width: 256px;
    height: 256px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding-top: 45px;
}

.box4_top_result h6 {
    line-height: 80px;
    bottom: 0;
    width: 100%;
    font-size: 26px;
    color: #fff;
}

.box4_bottom_box {
    margin-top: 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(51, 0, 0, 0.2);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px;
}

.box4_blist_1, .box4_blist_2 {
    display: flex;
    justify-content: space-between;
}

.box4_blist_2 {
    margin-top: 20px;
}

.box4_blist_1 li {
    width: 320px;
}

.box4_blist_2 li {
    width: 490px;
}

.box4_blist_1 li img, .box4_blist_2 li img {
    width: 100%;
    display: block;
}

.box6 .box_cont {
    padding-top: 50px;
}

.box6_top_list {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 40px;
    margin-top: 20px;
}

.box6_top_list li {
    height: 350px;
    position: relative;
}

.box6_top_list li img {
    display: block;
    width: 100%;
}

.box6_top_list li img.box6_t_deco {
    position: absolute;
    width: 190px;
    right: -20px;
    top: -30px;
}

.box6_bottom {
    background-image: url('../images/box6_b_bg.png');
    background-size: auto 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 30px 80px 50px;
}

.box6_bottom p {
    line-height: 50px;
    font-size: 24px;
    color: #fff;
}

.box6_bottom span {
    font-size: 30px;
    font-weight: bold;
    background: linear-gradient(180deg, #FCF4E9, #FE9B83);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box6_bb {
    display: flex;
    justify-content: space-between;
}

.box6_circle {
    margin: 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url('../images/box6_b_circle.png');
    background-size: 100%;
    width: 140px;
    height: 140px;
}

.box6_circle span {
    display: block;
    font-size: 30px;
    line-height: 35px;
    background: linear-gradient(180deg, #FCF4E9 0%, #FE9B83 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box6_b_list {
    display: flex;
    justify-content: space-between;
}

.box6_b_list li {
    line-height: 40px;
    background: linear-gradient(135deg, #FCF4E9, #FE9B83);
    border-radius: 20px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 16px;
    font-size: 20px;
    color: #660000;
    margin: 0 5px;
}

.box7 .box_cont {
    padding: 50px;
}

.box7_table {
    width: 100%;
    text-align: center;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}

.box7_table tr:nth-child(1) {
    background: radial-gradient(circle, #D75252, #B23131);
    box-shadow: 0px 0px 10px 0px rgba(51, 0, 0, 0.3);
}

.box7_table th:nth-last-child(1), .box7_table td:nth-last-child(1) {
    border-right: 0;
}

.box7_table th {
    border-right: 1px solid rgba(51, 0, 0, .15);
    line-height: 60px;
    color: #fff;
    font-size: 18px;
}

.box7_table td {
    border-right: 1px solid rgba(51, 0, 0, .15);
    box-sizing: border-box;
    padding: 25px 20px;
    line-height: 30px;
    color: #330000;
    font-size: 16px;
}

.box7_table td:nth-child(3) {
    text-align: left;
}

.box7_table td h5, .box7_table td span {
    font-weight: normal;
    font-size: 16px;
    color: #990000;
}

.box7_table td a {
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    width: 160px;
    line-height: 50px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 25px;
    box-shadow: 0px 5px 0px #8a1a11;
    background: linear-gradient(180deg, #E65048, #B8261A);
}

.box7_bottom_title {
    margin: 40px 0 25px;
    width: 140px;
    line-height: 40px;
    background: radial-gradient(circle, #D75252, #B23131);
    box-shadow: 0px 0px 10px 0px rgba(51, 0, 0, 0.3);
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.box7_b_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box7_b_list li {
    line-height: 36px;
    font-size: 16px;
    color: #330000;
}

.box7_b_list li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.box8 .box_cont {
    padding: 30px;
}

.city_list li {
    float: left;
    margin: 10px;
    width: 130px;
    line-height: 50px;
    background: #680000;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
}

.city_list li:hover {
    background: radial-gradient(circle, #D75252, #B23131);
    box-shadow: 0px 0px 10px 0px rgba(51, 0, 0, 0.3);
}

.city_list li a {
    display: block;
    color: #fff;
}

.fixed_l {
    display: none;
    z-index: 98;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    box-sizing: border-box;
    padding: 6px 5px 16px;
    width: 200px;
    border-radius: 100px 100px 0 0;
    border: 1px solid #eb5f3d;
    background: #b23030;
}

.fixed_l img {
    position: absolute;
    z-index: 99;
    display: block;
    width: 180px;
    left: -20px;
    top: -80px;
}

.fixed_l_inner {
    box-sizing: border-box;
    padding: 5px;
    background: linear-gradient(0deg, #fecdc2, #fcf4e9);
    border-radius: 95px 95px 0 0;
}

.fl_inner {
    box-sizing: border-box;
    background: linear-gradient(135deg, #ec6458, #c73e2c);
    padding: 65px 10px 0;
    border-radius: 90px 90px 0 0;
    text-align: center;
}

.fl_inner h5 {
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 22px;
    background: linear-gradient(90deg, #FCF4E9 0%, #FE9B83 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fl_inner li {
    line-height: 60px;
    box-sizing: border-box;
    border-top: 1px dashed rgba(255, 255, 255, .4);
    font-size: 18px;
}

.fl_inner li a {
    display: block;
    color: #fff;
}

.fixed_l_btn {
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    background-image: url('../images/fixed_left_btn.png');
    background-size: 100%;
    width: 180px;
    line-height: 50px;
    text-align: center;
    color: #330000;
    font-size: 20px;
}

.fixed_r {
    display: none;
    z-index: 98;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    box-sizing: border-box;
    padding: 5px;
    width: 180px;
    border-radius: 10px;
    border: 1px solid #eb5f3d;
    background: #b23030;
}

.fixed_r img {
    position: absolute;
    z-index: 99;
    display: block;
    width: 200px;
    left: 0px;
    top: -60px;
}

.fixed_r_inner {
    box-sizing: border-box;
    padding: 5px;
    background: linear-gradient(0deg, #fecdc2, #fcf4e9);
    border-radius: 10px;
}

.fr_inner {
    box-sizing: border-box;
    background: linear-gradient(135deg, #ec6458, #c73e2c);
    padding: 45px 0 10px;
    border-radius: 10px;
    text-align: center;
}

.fr_inner a {
    display: block;
    font-weight: bold;
    line-height: 40px;
    font-size: 22px;
    background: linear-gradient(90deg, #FCF4E9 0%, #FE9B83 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box03_center {
    width: 90%;
    margin: 20px auto 0;
    box-sizing: border-box;
    padding: 20px;
    color: #990000;
    font-size: 16px;
    font-weight: bold;
    border-top: 2px solid #990000;
}

.box_add1 .box_cont {
    padding: 50px 40px;
}

.box_add1_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1061px;
    height: 598px;
    background: url(../images/box_add1_bg.png) no-repeat center center;
    margin: 65px auto 0;
}

.box_add1_container div {
    width: 284px;
    height: 427px;
    background: radial-gradient(circle, #D75252, #B23131);
    box-shadow: 0px 0px 10px 0px rgba(51, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

.box_add1_container div img {
    width: 265px;
    height: 408px;
}

@media only all and (max-width:1080px) {
    .onlymob {
        display: block;
    }
    html {
        font-size: 20px;
    }
    body {
        width: 100%;
        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;
    }
    /* 通用头部 */
    .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: 15rem;
        background-size: auto 100%;
    }
    .banner_box .container {
        padding-top: 1rem;
    }
    .banner_box h2 {
        width: 14rem;
        height: 1.25rem;
    }
    .banner_box h2 img {
        height: .8rem;
        margin-right: .4rem;
    }
    .banner_box h2 p {
        font-size: .8rem;
    }
    .banner_box h1 {
        width: 15rem;
        height: 10rem;
        margin: .3rem auto;
    }
    .banner_book {
        width: 5rem;
        left: 0;
    }
    .banner_sj {
        width: 3rem;
        left: 8rem;
        bottom: 0;
    }
    @keyframes book_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);
        }
    }
    .box_container {
        margin: 1rem auto 0;
    }
    .box_title {
        padding: .3rem;
        border-radius: .35rem;
        margin-bottom: .35rem;
        box-shadow: .1rem .1rem 0 #812026;
    }
    .box_title p {
        padding: 0 .5rem;
        line-height: 2rem;
        border-radius: .35rem;
        font-size: .8rem;
        box-shadow: .1rem .1rem 0 rgba(175, 52, 46, .6);
    }
    .outer_box {
        padding: .3rem;
    }
    .outer_box::before {
        height: .4rem;
        top: -.4rem;
    }
    .border_box {
        padding: .2rem;
    }
    .inner_box {
        padding: .2rem;
    }
    .box1 .box_cont {
        padding: .2rem;
    }
    #video_box {
        height: 10rem;
    }
    .video_mask img {
        width: 3rem;
    }
    .box1_btn {
        margin: 1rem auto 0;
        font-size: .85rem;
        width: 11rem;
        line-height: 1.7rem;
        border-radius: .85rem;
    }
    .box2 .box_cont {
        padding: .5rem;
    }
    .box2_box {
        width: 100%;
    }
    .box2_title h5 {
        height: 1.7rem;
        line-height: 1.7rem;
        padding-left: .7rem;
        font-size: .75rem;
    }
    .box2_titl {
        width: 4.85rem;
    }
    .box2_titr {
        width: 6.35rem;
    }
    .box2_title p {
        height: 1.4rem;
        line-height: 1.4rem;
        padding-left: 1rem;
        padding-right: .6rem;
        margin-left: -.8rem;
        font-size: .7rem;
        border-radius: .2rem;
    }
    .box2_text {
        height: auto;
        padding: .5rem;
        margin-top: 0;
        border-radius: .3rem;
    }
    .box2_text p {
        line-height: 1rem;
        margin-bottom: .3rem;
        font-size: .7rem;
    }
    .box2_img {
        border-radius: .3rem;
    }
    .fl.box2_box {
        margin-bottom: .8rem;
    }
    .box2_img img.box2_deco {
        width: 4rem;
        right: -.5rem;
        top: -.6rem;
    }
    .box2_botttom {
        margin-top: .5rem;
    }
    .box2_botttom p {
        font-size: .7rem;
        line-height: 1.1rem;
    }
    .box2_botttom p span {
        font-size: .8rem;
    }
    .box_deco {
        left: -.5rem;
        top: -.5rem;
        width: 5.925rem;
        height: 5.025rem;
    }
    .box_deco h5 {
        left: -.4rem;
        top: 1.25rem;
        width: 5rem;
        line-height: 1.5rem;
        font-size: .85rem;
    }
    .box_deco h6 {
        left: .6rem;
        top: 2.6rem;
        width: 5rem;
        line-height: 1rem;
        font-size: .75rem;
    }
    .box3 .box_cont {
        padding: 4.5rem .5rem .5rem;
    }
    .box_top_list {
        margin-bottom: 1.2rem;
    }
    .box_top_list li {
        margin: 0 .1rem;
    }
    .box_top_box {
        padding: 0 .2rem;
        height: 1.1rem;
        line-height: 1.1rem;
    }
    .box_top_list li span {
        height: 1.1rem;
        line-height: 1.1rem;
        width: 1.1rem;
        font-size: .7rem;
        margin-top: -.1rem;
    }
    .box_top_list li p {
        padding: 0 .2rem;
        font-size: .7rem;
    }
    .box3_top_list {
        height: auto;
        background: none;
        display: flex;
        flex-wrap: wrap;
    }
    .box3_top_box {
        width: 49%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin: .2rem .5%;
    }
    .box3_top_box:nth-child(odd) {
        align-items: flex-start;
    }
    .box3_top_box:nth-child(even) {
        align-items: flex-start;
        flex-direction: column;
    }
    .box3_top_box .box3_num {
        width: 1.2rem;
        height: 1.2rem;
        padding: .1rem;
        font-size: .6rem;
    }
    .box3_top_box .box3_num p {
        line-height: 1rem;
    }
    .box3_top_box .box3_top_line {
        display: none;
    }
    .box3_top_box h5 {
        margin: 0 auto;
        width: 6.5rem;
        height: 1.6rem;
        line-height: 1.4rem;
        font-size: .7rem;
    }
    .box3_top_box:nth-child(odd) h5 {
        margin-bottom: .375rem;
        padding-top: .2rem;
    }
    .box3_top_box:nth-child(even) h5 {
        background-image: url('../images/box3_text_b.png');
        margin-top: 0;
        margin-bottom: .375rem;
        padding-bottom: 0;
        padding-top: .2rem;
    }
    .box3_top_box h5 span {
        font-size: .6rem;
    }
    /* .box3_top_box&gt;p{
        line-height: 1rem;
        font-size: .7rem;
        height: auto;
    } */
    .box3_bottom {
        flex-wrap: wrap;
        padding: .5rem;
    }
    .box3_bottom::after {
        height: 100%;
    }
    .box3_img {
        width: 100%;
    }
    .box3_img:nth-child(1) {
        margin-bottom: .5rem;
    }
    .box3_img img.box3_img_icon {
        right: .3rem;
        bottom: .3rem;
        width: 2.5rem;
    }
    .box4 .box_cont {
        padding: 4.5rem .5rem .5rem;
    }
    .box4_top {
        flex-wrap: wrap;
    }
    .box4_top img {
        display: block;
        height: .6rem;
    }
    .box4_top_circle {
        width: 7rem;
        height: 7rem;
    }
    .box4_top h5 {
        line-height: 1.2rem;
        font-size: .8rem;
    }
    .box4_top p {
        line-height: 1rem;
        font-size: .7rem;
    }
    .box4_top_eq p {
        margin-bottom: .3rem;
        line-height: 1rem;
        font-size: .7rem;
    }
    .box4_top_result {
        width: 7rem;
        height: 7rem;
        padding-top: 1.5rem;
    }
    .box4_top_result h6 {
        line-height: 2.2rem;
        font-size: .8rem;
    }
    .box4_bottom_box {
        margin-top: 1rem;
        border-radius: .3rem;
        padding: .5rem;
    }
    .box4_blist_2 {
        margin-top: .3rem;
    }
    .box4_blist_1 li {
        width: 32%;
    }
    .box4_blist_2 li {
        width: 49%;
    }
    .box6 .box_cont {
        padding-top: 3.5rem;
    }
    .box6_top_list {
        padding: .5rem;
        margin-top: .5rem;
        flex-wrap: wrap;
    }
    .box6_top_list li:nth-child(1) {
        margin-bottom: .5rem;
    }
    .box6_top_list li {
        height: 100%;
    }
    .box6_top_list li img.box6_t_deco {
        width: 5rem;
        right: -.5rem;
        top: -.8rem;
    }
    .box6_bottom {
        padding: .5rem;
    }
    .box6_bottom p {
        line-height: 1.2rem;
        font-size: .7rem;
    }
    .box6_bottom span {
        font-size: .8rem;
    }
    .box6_bb {
        display: block;
    }
    .box6_circle {
        margin: .5rem auto;
        width: 4.5rem;
        height: 4.5rem;
    }
    .box6_circle span {
        line-height: 1.2rem;
        font-size: .9rem;
    }
    .box6_b_list {
        justify-content: center;
    }
    .box6_b_list li {
        line-height: 1.2rem;
        border-radius: .6rem;
        padding: 0 .4rem;
        font-size: .6rem;
        margin: 0 .1rem;
    }
    .box7 .box_cont {
        padding: .5rem;
    }
    .box7_table {
        border-radius: .2rem;
    }
    .box7_table th {
        line-height: 1.3rem;
        font-size: .8rem;
        white-space: nowrap;
    }
    .box7_table th:nth-child(2) {
        width: 20%;
    }
    .box7_table td {
        padding: .2rem;
        line-height: 1rem;
        font-size: .7rem;
    }
    .box7_table td h5, .box7_table td span {
        font-size: .7rem;
    }
    .box7_table td a {
        font-size: .7rem;
        width: 4rem;
        line-height: 1.5rem;
        border-radius: .75rem;
        box-shadow: 0px .1rem 0px #8a1a11;
    }
    .box7_bottom_title {
        margin: .5rem auto;
        width: 6rem;
        line-height: 1.8rem;
        border-radius: .9rem;
        font-size: .8rem;
    }
    .box7_b_list {
        flex-wrap: wrap;
        /* justify-content: center; */
    }
    .box7_b_list li {
        line-height: 1.2rem;
        font-size: .7rem;
    }
    .box7_b_list li img {
        height: .8rem;
        margin-right: .1rem;
    }
    .box8 .box_cont {
        padding: .5rem;
    }
    .city_list li {
        margin: .1rem .5%;
        width: 24%;
        line-height: 1.5rem;
        border-radius: .1rem;
        font-size: .75rem;
    }
    .box03_center {
        width: 100%;
        margin: .6rem auto 0;
        padding: .4rem;
        font-size: .7rem;
    }
    .box_add1 .box_cont {
        padding: 4.5rem .5rem .5rem;
    }
    .box_add1_container {
        width: 100%;
        height: 9rem;
background-size: 100% 100%;
        margin: .4rem auto 0;
    }
    .box_add1_container div {
        width: 29%;
        height: 7rem;
        margin: 0 .8%;
    }
    .box_add1_container div img {
        width: 90%;
        height: 90%;
    }
}</pre></body></html>