@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: #666; }
input::-moz-placeholder{ color: #666; }
input:-moz-placeholder{ color: #666; }
input:-ms-input-placeholder{ color: #666; }
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 { margin: 0 auto; }
.hide , .onlymob { display: none; }
.container{ width:1240px; 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; }
.bt_title{text-align:center;color:#C00;}
.ajax_form{
    max-width: 1000px;
    margin: 10px auto;
    background: url('../images/bg.png') center top no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    padding: 10px 20px;
}
.ajax_form p{
    width: 19%;
	padding-bottom: 0px;
}
.ajax_form input,
.ajax_form select{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    border: 0;
    box-sizing: border-box;
    padding-left: 10px;
    background: #fff;
    color: #333;
    font-size: 12px;
    float: left;
}
.ajax_form select{
    width: 50%;
    background: #fff url("../images/select_bg.png") 95% center no-repeat;
    background-size: 8px;
}
.ajax_form select#Ext1{
    width: 100%;
}
.ajax_form select#city{
    float: right;
}
.ajax_form input#PhoneCode{
    width: 50%;
}
.ajax_form input#fs{
    width: 50%;
    float: right;
    padding: 0;
    text-align: center;
    cursor: pointer;
    color: rgba(253,240,176,1);
    background: none;
    border: 1px solid rgba(253,240,176,1);
}
.ajax_form input.button{
    width: 19%;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    border: 0;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    padding: 0;
    background:linear-gradient(0deg,rgba(253,240,176,1),rgba(253,188,145,1));
    color: rgb(214,42,25);
    font-size: 16px;
    float: none;
}


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

    html {
        font-size: 20px;
    }

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

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

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

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

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

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

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

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

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

    .ajax_form{
        max-width: 100%;
        width: 100%;
        flex-wrap: wrap;
        padding: .3rem .5rem;
        margin: 1rem auto;
    }
    .ajax_form p{
        margin-bottom: .5rem;
        width: 100%;
    }
    .ajax_form input,
    .ajax_form select{
        height: 1.5rem;
        line-height: 1.5rem;
        border-radius: .3rem;
        padding-left: .3rem;
        font-size: .7rem;
    }
    .ajax_form select{
        background-size: .3rem;
    }
    .ajax_form input.button{
        margin: 0 25%;
        width: 50%;
        height: 1.6rem;
        line-height: 1.6rem;
        border-radius: .8rem;
        font-size: .8rem;
    }

}