<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; }
.box_container{
    padding: 40px 0;
}


body{
    background: url('../images/body_bg.jpg') center top repeat-y;
}
.banner_box{
    width: 100%;
    height: 1090px;
    padding-top: 36px;
    box-sizing: border-box;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box h2{
    font-size: 0;
    background: url("../images/banner_h2(1).png") center top no-repeat;
    background-size: auto 100%;
    height: 75px;
    margin: 0 auto;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png") center top no-repeat;
    background-size: auto 100%;
    height: 346px;
    margin: 26px auto;
}
.banner_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.banner_btn li{
    box-sizing: border-box;
    background: #BD0000;
    box-shadow: 0 6px 9px 0 rgba(117, 0, 0, 0.64);
    border: 2px solid #FFFFFF;
    margin: 0 35px;
    width: 220px;
    line-height: 60px;
    border-radius: 30px;
    font-size: 28px;
}
.banner_btn li:hover{
    background: #FF0000;
}
.banner_btn li a{
    display: block;
    color: #fff;
}
.banner_search_box{
    background: url("../images/search_bg.png") center top no-repeat;
    background-size: auto 100%;
    box-sizing: border-box;
    padding: 40px 0;
    margin-top: 40px;
}
.search_conditions{
    display: flex;
    justify-content: center;
    align-items: center;
}
.search_conditions select{
    box-sizing: border-box;
    background: none;
    border: 1px solid #E11D00;
    color: #FF0000;
    background-image: url('../images/option_bg.png');
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 16px;
    margin: 0 20px;
    width: 190px;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    padding-left: 12px;
    font-size: 22px;
}
.search_btn{
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #E20900;
    background: linear-gradient(0deg, #fea108, #ffed71);
    margin: 30px auto 0;
    width: 290px;
    line-height: 60px;
    border-radius: 30px;
    font-size: 30px;
    box-shadow: 0px 6px 13px 0px rgba(161, 0, 0, 0.48);
}
.search_btn img{
    display: block;
    width: 12px;
    margin-left: 12px;
}
.box1{
    margin-top: -200px;
}
.box_title{
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 80px;
    margin-bottom: 40px;
    font-size: 55px;
}
.box_title span{
    color: #FFD200;
}
.box_title::before,
.box_title::after{
    content: '';
    display: block;
    background-image: url('../images/title_l.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    margin: 0 12px;
}
.box_title::after{
    transform: rotate(180deg);
}
.box1_tab{
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background: #FFC015;
    box-shadow: 0px 12px 8px 0px rgba(164, 0, 0, 0.97), inset 0px 8px 9px 0px rgba(169, 91, 0, 0.64);
    border: 4px solid #FEE5BC;
    border-radius: 10px;
    padding: 16px 12px;
    font-size:1rem;
    font-weight: bold;
    color: #fff;
}
.area{
color: #ff1a1a;
}
.box1_tab li{
    position: relative;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    color: #FF2100;
    width: 25%;
    line-height: 74px;
    font-size: 32px;
}
.box1_tab li::after{
    content: '';
    display: block;
    position: absolute;
    background: #D29900;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 4px;
    height: 60px;
    border-radius: 2px;
}
.box1_tab li:nth-last-child(1):after{
    display: none;
}
.box1_tab li.active{
    background-image: url('../images/box1_tab_active.png');
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
}
.box1_cont_box{
    box-sizing: border-box;
    background: #E20000;
    box-shadow: 0px 12px 8px 0px rgba(164, 0, 0, 0.97), inset 0px 11px 18px 0px rgba(117, 0, 0, 0.64);
    border: 4px solid #FEE5BC;
    border-radius: 10px;
    padding: 10px;
}
.box1_cont{
    display: none;
}
.box1_cont:nth-child(1){
    display: block;
}
.box1_cont table{
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: #FFC9C9;
    border: 1px solid #FFFFFF;
    box-shadow: inset 0px 9px 46px 0px rgba(117, 0, 0, 0.47);
}
.box1_cont table th{
    line-height: 80px;
    font-size: 32px;
    color: #fff;
    background: #C01900;
}
.box1_cont table td{
    width: 16.66%;
    line-height: 60px;
    font-size: 26px;
    color: #000;
    border: 1px solid #fff;
}
.poster_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.poster_list li{
    width: 380px;
}
.poster_list li a,
.poster_list li img{
    display: block;
    transition: all .5s;
    width: 100%;
    border-radius: 20px;
}
.poster_list li a{
    overflow: hidden;
}
.poster_list li:hover img{
    transform: scale(1.1);
}
.poster_list li p{
    text-align: center;
    color: #fff;
    line-height: 36px;
    font-size: 26px;
    margin-top: 10px;
}
.bottom_box{
    background: url('../images/bottom_bg.jpg') center top no-repeat;
    background-size: auto 100%;
}
.bottom_title{
    color: #000;
    text-align: center;
    line-height: 80px;
    margin-bottom: 40px;
    font-size: 55px;
}
.bottom_title span{
    color: #E11D00;
}

.window_mask,.result_mask{
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
}
.yy_box{
    position: absolute;
    box-sizing: border-box;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 20px;
    border: 2px solid #BA161F;
    padding: 0 50px 28px;
    width: 480px;
}
.close{
    display: block;
    cursor: pointer;
    position: absolute;
    right: -40px;
    top: -40px;
    width: 32px;
}
.fixed_top{
    display: block;
    height: 60px;
    margin: 0 auto 32px;
}
/* 新预约样式 */
.distpicker{
    display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	position: relative;
}
.por{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
	width: 100%;
	position: relative;
}
.distpicker label ,
.por label {
	display:block; 
	width: 100px;
	min-width: 100px;
	color:#666; 
	line-height: 45px; 
	font-size: 18px;
	text-align: right;
}
.por input,
.city_box{
	width: 100%;
}
.city_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.city_box #province,
.city_box #city{
	width: 49%;
	margin-bottom: 0;
}
.por input,
.distpicker select {
	display: block;
	float:right;
	height:45px;
	box-sizing: border-box;
	background: #fff;
	border:1px solid #000;
	border-radius: 4px;
	outline:none;
	font-size:16px;
	line-height:45px;
	padding-left: 12px;
}
.distpicker select {
	width: 100%;
	background: #fff url('../images/select_bg.png') no-repeat 95% center;
}
.por input{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 45px;
	line-height: 45px;
	border: 1px solid #000;
	padding-left: 12px;
	border-radius: 4px;
	background-color: #fff;
	font-size: 18px;
}
#__nc {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 45px;
	border: 0;
	background-color: #fff;
	font-size: 18px;
	padding: 0;
}
._nc .stage,._nc .stage1 .track div, ._nc .stage1 .label{
	padding: 0!important;
	height: 45px!important;
	line-height: 45px!important;
	font-size: 18px;
}
._nc .stage1 .slider{
	height: 45px!important;
	left: 0;
	right: 0;
}
._nc .stage1 .button{
	width:  45px!important;
	height: 45px!important;
}
.nc-container #nc_1_wrapper, .nc-container.tb-login #nc_1_wrapper,.nc-container #nc_2_wrapper, .nc-container.tb-login #nc_2_wrapper {
	width: 100%!important;
	height: 45px;
}
.nc-container .nc_scale .scale_text{
	font-size: 18px!important;
	text-align: left;
}
.nc_scale {
	height: 45px!important;
}
.nc-container .nc_scale span {
	top: -1px!important;
	left: -1px!important;
	height: 45px!important;
	line-height: 45px!important;
}
.nc-container .nc_scale span.nc-lang-cnt {
	line-height: 45px;
}
.nc-container .nc_scale .btn_ok {
	line-height: 45px;
}
.por input.send {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	height: 45px;
	display:block; 
	width:120px; 
	cursor: pointer;
	border:none;
	background: #FDDB2E;
	color:#FF0000; 
	font-size:18px; 
	text-align: center; 
	text-indent: 0;
}
.submit {
	width: 215px; 
	height: 54px; 
	margin: 30px auto 0;
	border-radius: 27px;
	font-size: 30px; 
	line-height: 54px;
	cursor: pointer;
	border: none;
    background: linear-gradient(0deg, #BA161F 0%, #F03003 100%);
    box-shadow: 0px 3px 8px 0px rgba(149, 0, 0, 0.28);
	color:#fff; 
	text-align: center; 
    font-weight: bold;
	display: block;
	text-indent: 0;
}
.result_box{
    position: absolute;
    box-sizing: border-box;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 20px;
    padding: 20px;
    width: 1200px;
}
.result_box h3{
    line-height: 50px;
    font-size: 36px;
    color: #333;
    text-align: center;
}
.hide_result{
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    background: #BD0000;
    color: #fff;
    width: 200px;
    line-height: 52px;
    border-radius: 10px;
    font-size: 28px;
}
.result_table{
    width: 100%;
    text-align: center;
    background: #FFC015;
    color: #333;
    margin: 30px auto;
    font-size: 16px;
}
.result_table thead,
.result_table tbody{
    display: block;
    width: 100%;
    max-height: calc(48px * 8);
    overflow-y: scroll;
}
.result_table tr{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
}
.result_table th{
    display: block;
    width: 20%;
    height: 100%;
    white-space: nowrap;
    background: #C01900;
    color: #fff;
    line-height: 48px;
    font-size: 18px;
}
.result_table td{
    display: block;
    width: 20%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    line-height: 28px;
}




  
  .area_l {
    float: left;
    width: 650px;
  }
  
  .area_l_btn {
    float: left;
    width: 126px;
    height: 50px;
    margin-right: 16px;
    margin-bottom: 10px;
    border-radius: 10px;
    line-height: 50px;
    text-align: center;
    background-color: #9A9A9A;
    box-shadow: 0 0 2px #333;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }
  
  .area_l_btn.active, .area_l_btn:hover {
    background: #E11D00;
    box-shadow: none;
  }
  
  .area_l_btn:nth-child(4n) {
    margin-right: 0;
  }
  
  .area_r {
    display: none;
    float: right;
    width: 500px;
  }
  
  .area_r.active {
    display: block;
  }
  
  .area_name, .district_name {
    margin-bottom: 20px;
    font-size: 22px;
    color: #e30a08;
  }
  
  .area_r ul li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 32px;
  }
  
  .service {
    display: inline-block;
    width: 116px;
    height: 38px;
    margin-left: 20px;
    line-height: 38px;
    text-align: center;
    border-radius: 40px;
    background-color: #e30a08;
    color: #fff;
  }
  
  .service:hover {
    background: linear-gradient(to left, #e51408, #f13d05, #fc6002);
  }
  
  .area_qr{
    display: block;
    background: #E11D00;
    box-sizing: border-box;
    width: 180px;
    height: 180px;
    padding: 8px;
    border-radius: 10px;
    margin-top: 12px;
  }
  .area_r img {
      display: block;
      width: 100%;
  }
  .last-check {
    /* margin-top: 0.2rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -3%;
  }
  input[type=checkbox] {
    width: 28px !important;
    height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    line-height: 0 !important;
    filter: "alpha(opacity=0)";
  }
  .ajax_form input {
    border-radius: 4px;
    border: 1px solid #A1A1A1;
    box-sizing: border-box;
    background: #fff;
    color: #333;
    font-size: 20px;
    float: left;
  }
  input[type=checkbox]:checked+label {
    background: url(../images/checkbox_icon.png) no-repeat 0px -25px;
  }
  input[type=checkbox]+label {
    display: inline-block;
    margin-left: -28px;
    padding-left: 28px;
    background: url(../images/checkbox_icon.png) no-repeat 0px -81px;
    line-height: 24px;
    opacity: 1;
  }
  .last-check label {
    font-size: 14px;
    color: #666;
  }
  .last-check label {
    font-size: 14px;
    color: #666;
  }
  .last-check a {
    color: #000;
    font-size: 12px;
  }
@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;
    }

    .box_container{
        padding: 1rem 0;
    }




    .area {
        padding-top: 0;
        width: 100%;
      }
      
      .area_wrap {
      }
      
      .area_l {
        width: 100%;
        /* overflow: hidden; */
      }
      
      .area_l_btn {
        width: 24%;
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: .75rem;
        margin: .1rem .5%;
        border-radius: .1rem;
      }
      
      .area_l_btn:nth-child(8n) {
        margin: .1rem .5%;
      }
      
      .area_l_btn:nth-child(5n) {
        margin: .1rem .5%;
      }
      
      .area_l_btn:nth-child(4n) {
        margin: .1rem .5%;
      }
      
      .area_r {
        float: none;
        width: 100%;
        margin-top: .5rem;
      }
      
      .area_name, .district_name {
        margin-bottom: .5rem;
        font-size: .85rem;
      }
      
      .area_r ul li {
        margin-bottom: .25rem;
        font-size: .7rem;
        line-height: 1rem;
      }
      
      .service {
        width: 5rem;
        height: 1.5rem;
        margin-left: .5rem;
        line-height: 1.5rem;
        border-radius: 1rem;
      }
      .area_qr{
        width: 5rem;
        height: 5rem;
        margin: 1rem auto 0 auto;
        padding: .2rem;
        border-radius: .2rem;
      }


      
    .banner_box{
        height: auto;
        padding: 1rem 0;
        background-size: auto 100%;
    }
    .banner_box h2{
        height: 2.5rem;
    }
    .banner_box h1{
        height: 6rem;
        margin: .6rem auto;
    }
    .banner_btn li{
        box-shadow: 0 .1rem .2rem 0 rgba(117, 0, 0, 0.64);
        border: 1px solid #FFFFFF;
        margin: 0 1%;
        width: 30%;
        line-height: 1.6rem;
        border-radius: .8rem;
        font-size: .7rem;
    }
    .banner_search_box{
        padding: 1rem 0;
        margin-top: 1rem;
    }
    .search_conditions{
        flex-wrap: wrap;
    }
    .search_conditions select{
        background-size: .4rem;
        margin: .1rem .5%;
        width: 32.3%;
        height: 1.6rem;
        line-height: 1.6rem;
        border-radius: .2rem;
        padding-left: .3rem;
        font-size: .7rem;
    }
    .search_conditions select.search_yrsj,
    .search_conditions select.search_gwdm{
        width: 49%;
    }
    .search_btn{
        margin: .5rem auto 0;
        width: 8rem;
        line-height: 1.8rem;
        border-radius: .9rem;
        font-size: .9rem;
        box-shadow: 0px .2rem .3rem 0px rgba(161, 0, 0, 0.48);
    }
    .search_btn img{
        width: .4rem;
        margin-left: .4rem;
    }
    .box1{
        margin-top: 0;
    }
    .box_title{
        line-height: 2rem;
        margin-bottom: 1rem;
        font-size: .9rem;
    }
    .box_title::before,
    .box_title::after{
        width: .8rem;
        height: .8rem;
        margin: 0 .3rem;
    }
    .box1_tab{
        border-radius: .3rem;
        padding: .2rem;
    }
    .box1_tab li{
        line-height: 1.8rem;
        font-size: .8rem;
    }
    .box1_tab li::after{
        width: .1rem;
        height: 1.5rem;
        border-radius: .05rem;
    }
    .box1_tab li.active{
        background-size: 90%;
        background-position: center center;
    }
    .box1_cont_box{
        border: .1rem solid #FEE5BC;
        border-radius: .3rem;
        padding: .25rem;
    }
    .box1_cont table th{
        line-height: 2rem;
        font-size: 1rem;
    }
    .box1_cont table td{
        line-height: 1.2rem;
        font-size: .7rem;
    }
    .poster_list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .poster_list li{
        width: 48%;
        margin: .1rem 1%;
    }
    .poster_list li a,
    .poster_list li img{
        border-radius: .3rem;
    }
    .poster_list li p{
        line-height: 1rem;
        font-size: .7rem;
        margin-top: .2rem;
    }
    .bottom_title{
        line-height: 2rem;
        margin-bottom: 1rem;
        font-size: 1rem;
    }

    .yy_box{
        border-radius: .4rem;
        padding: 0 1rem .5rem;
        width: 15rem;
    }
    .close{
        right: -1.5rem;
        top: -1.5rem;
        width: 1.3rem;
    }
    .fixed_top{
        height: 1.5rem;
        margin: 0 auto .5rem;
    }
    /* 新预约样式 */
    .distpicker,.por{
        margin-bottom: .5rem;
    }
    .por input,
    .distpicker select {
        height: 1.8rem;
        line-height: 1.8rem;
        font-size: .7rem;
        border-radius: .2rem;
        padding-left: .3rem;
    }
    .distpicker select {
        background-size: .4rem;
    }
    .por input{
        height: 1.8rem;
        line-height: 1.8rem;
        font-size: .7rem;
        border-radius: .2rem;
        padding-left: .3rem;
    }
    #__nc {
        height: 1.8rem;
        font-size: .7rem;
    }
    ._nc .stage,._nc .stage1 .track div, ._nc .stage1 .label{
        padding: 0!important;
        height: 1.8rem!important;
        line-height: 1.8rem!important;
        font-size: .7rem;
    }
    ._nc .stage1 .slider{
        height: 1.8rem!important;
        left: 0;
        right: 0;
    }
    ._nc .stage1 .button{
        width:  1.8rem!important;
        height: 1.8rem!important;
    }
    .nc-container #nc_1_wrapper, .nc-container.tb-login #nc_1_wrapper,.nc-container #nc_2_wrapper, .nc-container.tb-login #nc_2_wrapper {
        width: 100%!important;
        height: 1.8rem;
    }
    .nc-container .nc_scale .scale_text{
        font-size: .7rem!important;
        text-align: left;
    }
    .nc_scale {
        height: 1.8rem!important;
    }
    .nc-container .nc_scale span {
        top: -1px!important;
        left: -1px!important;
        height: 1.8rem!important;
        line-height: 1.8rem!important;
    }
    .nc-container .nc_scale span.nc-lang-cnt {
        line-height: 1.8rem;
    }
    .nc-container .nc_scale .btn_ok {
        line-height: 1.8rem;
    }
    .por input.send {
        height: 1.8rem;
        width: 5rem; 
        font-size:.7rem; 
    }
    .submit {
        width: 7rem; 
        height: 2rem; 
        margin: .7rem auto 0;
        border-radius: 1rem;
        font-size: 1rem; 
        line-height: 2rem;
    }
    .result_box{
        border-radius: .5rem;
        padding: .5rem;
        width: 96%;
    }
    .result_box h3{
        line-height: 1.6rem;
        font-size: 1rem;
    }
    .hide_result{
        width: 7rem;
        line-height: 2rem;
        border-radius: .3rem;
        font-size: 1rem;
    }
    .result_table{
        margin: 1rem auto;
        font-size: .65rem;
    }
    .result_table thead,
    .result_table tbody{
        display: block;
        width: 100%;
        overflow-y: scroll;
    }
    .result_table th{
        width: 20%;
        line-height: 1.5rem;
        font-size: .75rem;
    }
    .result_table tbody{
        max-height: calc(1rem * 12);
    }
    .result_table th:nth-child(1),
    .result_table td:nth-child(1),
    .result_table th:nth-child(4),
    .result_table td:nth-child(4),
    .result_table th:nth-child(5),
    .result_table td:nth-child(5),
    .result_table th:nth-child(7),
    .result_table td:nth-child(7){
        display: none;
    }
    .result_table td{
        width: 20%;
        padding: .2rem 0;
        line-height: 1rem;
    }
}
</pre></body></html>