@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:#fff; font-size: 16px; line-height: 30px; }
.footer p span { padding: 0 5px; }
.footer p a { color:#fff; }
.box_container{
    padding: 40px 0;
}
html{
    height: 100%;
}

body{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 100%;
    background-image: url('../images/body_bg.png');
    background-size: auto 100%;
    background-position: 40% center;
}
.top_box{
    box-sizing: border-box;
    padding-top: 60px;
    padding-left: 300px;
}
.title_box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}
.title_l{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.title_box h2{
    width: 250px;
    height: 100px;
    margin-right: 10px;
    font-size: 0;
    background-image: url('../images/banner_h2.png');
    background-size: auto 100%;
}
.title_box h1{
    width: 400px;
    height: 100px;
    font-size: 0;
    background-image: url('../images/banner_h1.png');
    background-size: auto 100%;
}
.info_box{
    background: #FFE9DB;
    box-sizing: border-box;
    width: 630px;
    padding: 10px 10px 0;
    border-radius: 4px;
}
.info_text{
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: #C33D38;
    border-radius: 4px;
    padding: 10px 16px;
}
.info_text p{
    background: linear-gradient(0deg, #F2D8B3 1.7822265625%, #FFECDD 84.5703125%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-sizing: border-box;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    line-height: 26px;
    font-size: 16px;
}
.info_text p::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../images/heart.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
}
.info_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    line-height: 30px;
    font-size: 12px;
}
.info_bottom::before,
.info_bottom::after{
    content: '';
    display: block;
    box-sizing: border-box;
    margin: 0 8px;
    width: 200px;
    height: 1px;
    border-top: 1px dashed #000;
}
.gift_flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.gift_flex a{
    box-sizing: border-box;
    display: block;
    background-image: url('../images/gift_bg.png');
    background-size: 100%;
    padding-left: 50px;
    padding-top: 70px;
    width: 203px;
    height: 206px;
    margin-left: -32px;
}
.qr-img {
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
}
.qr-img.active{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.qr-active {
    display: none;
     -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.qr-pic {
    display: block;
}
.gift_flex a img{
    /* border-radius: 50%; */
    width: 110px;
}

.window_mask{
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
}
.window_form{
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: linear-gradient(0deg, #BF3B36, #E44F47);
    width: 410px;
    border-radius: 60px 60px 20px 20px;
    padding: 24px 16px;
}
.window_form img{
    display: block;
    margin: 0 auto;
    height: 80px;
}
.window_form > p{
    line-height: 44px;
    font-size: 22px;
    color: #FFF7AF;
    text-align: center;
}
.close{
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    cursor: pointer;
    background-image: url('../images/close.png');
    background-size: 100%;
    width: 24px;
    height: 24px;
}
.ajax_form{
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 16px;
}
.distpicker,.por{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 12px;
	width: 100%;
	position: relative;
}
.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;
	box-sizing: border-box;
	background: #fff;
	border:1px solid #F57A73;
	border-radius: 4px;
	outline:none;
    color: #000;
	font-size:16px;
	height:48px;
	line-height:48px;
	padding-left: 12px;
}
.distpicker select {
	width: 100%;
	background: #fff url('../images/select_bg.png') no-repeat 95% center;
}
#__nc {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	border:1px solid #E13A31;
	background-color: #fff;
	font-size: 18px;
	padding: 0;
}
._nc .stage,._nc .stage1 .track div, ._nc .stage1 .label{
	padding: 0!important;
	height: 48px!important;
	line-height: 48px!important;
	font-size: 18px;
}
._nc .stage1 .slider{
	height: 48px!important;
	left: 0;
	right: 0;
}
._nc .stage1 .button{
	width:  48px!important;
	height: 48px!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: 48px;
}
.nc-container .nc_scale .scale_text{
	font-size: 18px!important;
	text-align: left;
}
.nc_scale {
	height: 48px!important;
}
.nc-container .nc_scale span {
	top: -1px!important;
	left: -1px!important;
	height: 48px!important;
	line-height: 48px!important;
}
.nc-container .nc_scale span.nc-lang-cnt {
	line-height: 48px;
}
.nc-container .nc_scale .btn_ok {
	line-height: 48px;
}
.por input.send {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
    width: 120px;
	height: 48px;
    background: linear-gradient(0deg, #FFEC89, #FFFFFF);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 6px 9px 0px rgba(75, 157, 117, 0.34);
    border-radius: 6px;
	display:block; 
	cursor: pointer;
    color: #E13A31;
	font-size:18px; 
	text-align: center; 
	text-indent: 0;
}
.submit {
	margin: 20px auto 0;
    width: 222px;
    height: 60px;
	line-height: 60px;
    border-radius: 30px;
    font-size: 28px;
    font-weight: bold;
    color: #E13A31;
    background: linear-gradient(0deg, #FFEC89, #FFFFFF);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 6px 9px 0px rgba(75, 157, 117, 0.34);
	cursor: pointer;
    box-sizing: border-box;
	border: none;
	text-align: center; 
	display: block;
	text-indent: 0;
}

@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 {
        width: 100%;
        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;
    }

    .box_container{
        padding: 1rem 0;
    }

    body{
        height: auto;
        background-position: 40% center;
    }
    .top_box{
        padding-top: 0;
        padding-left: 0;
    }
    .title_box{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .title_box h2{
        width: 100%;
        height: 4rem;
        margin-right: 0;
        font-size: 0;
        background-image: url('../images/banner_h2.png');
        background-size: auto 100%;
        background-position: center top;
        background-repeat: no-repeat;
    }
    .title_box h1{
        width: 100%;
        height: 3.5rem;
        font-size: 0;
        background-image: url('../images/banner_h1.png');
        background-size: auto 100%;
        background-position: center top;
        background-repeat: no-repeat;
    }
    .top_box{
        box-sizing: border-box;
        padding: 1rem 0;
    }
    .info_box{
        width: 100%;
        padding: .3rem .3rem 0;
        border-radius: .1rem;
        margin-top: .5rem;
    }
    .info_text{
        border-radius: .1rem;
        padding: .2rem .4rem;
    }
    .info_text p{
        padding-left: .6rem;
        line-height: 1.2rem;
        font-size: .7rem;
    }
    .info_text p::before{
        top: .4rem;
        transform: translateY(0);
        width: .4rem;
        height: .4rem;
    }
    .info_bottom{
        line-height: 1.2rem;
        font-size: .7rem;
    }
    .info_bottom::before,
    .info_bottom::after{
        margin: 0 .2rem;
        width: 3.5rem;
    }
    .gift_flex{
        flex-wrap: wrap;
    }
    .gift_flex a{
        padding-left: 1.5rem;
        padding-top: 2rem;
        width: 33.3%;
        height: 6.3rem;
        margin-left: 0;
    }
    .gift_flex a img{
        width: 3.5rem;
    }



    .window_form{
        width: 16rem;
        border-radius: 1.3rem 1.3rem .5rem .5rem;
        padding: .6rem .4rem;
    }
    .window_form img{
        height: 2rem;
    }
    .window_form > p{
        line-height: 1.2rem;
        font-size: .7rem;
    }
    .close{
        right: .5rem;
        top: .5rem;
        width: 1.2rem;
        height: 1.2rem;
    }
    .ajax_form{
        border-radius: .3rem;
        padding: .4rem;
    }
    
    .distpicker,.por{
        margin-bottom: .4rem;
    }
    .por input,
    .distpicker select {
        border-radius: .1rem;
        font-size: .7rem;
        height: 1.6rem;
        line-height: 1.6rem;
        padding-left: .3rem;
    }
    .distpicker select {
        width: 100%;
        background-size: .5rem;
    }
    #__nc {
        display: block;
        box-sizing: border-box;
        width: 100%;
        height: 1.6rem;
        font-size: .7rem;
        padding: 0;
    }
    ._nc .stage,._nc .stage1 .track div, ._nc .stage1 .label{
        padding: 0!important;
        height: 1.6rem!important;
        line-height: 1.6rem!important;
        font-size: .7rem;
    }
    ._nc .stage1 .slider{
        height: 1.6rem!important;
        left: 0;
        right: 0;
    }
    ._nc .stage1 .button{
        width:  1.6rem!important;
        height: 1.6rem!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.6rem;
    }
    .nc-container .nc_scale .scale_text{
        font-size: .7rem!important;
        text-align: left;
    }
    .nc_scale {
        height: 1.6rem!important;
    }
    .nc-container .nc_scale span ,
    ._nc .stage1 .slider{
        top: -1px!important;
        left: -1px!important;
        height: 1.6rem!important;
        line-height: 1.6rem!important;
    }
    .nc-container .nc_scale span.nc-lang-cnt {
        line-height: 1.6rem;
    }
    .nc-container .nc_scale .btn_ok {
        line-height: 1.6rem;
    }
    .por input.send {
        width: 4.5rem;
        height: 1.6rem;
        border-radius: .2rem;
        font-size:.7rem; 
    }
    .submit {
        margin: .8rem auto 0;
        width: 7rem;
        height: 2rem;
        line-height: 2rem;
        border-radius: 1rem;
        font-size: .85rem;
    }
}