@charset "utf-8";
/* CSS Document */
body {
    max-width: 100%;
    overflow-x: hidden;
    background: #fff;
    color: #333;
    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: #333;
    text-decoration: none;
}
a:hover {
    color: #e4393c;
    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;
    font-family: 'Hiragino Sans GB', 'MicroSoft YaHei', Arial, sans-serif;
}
input::focus-inner {
    padding: 0;
    border: 0;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    display: block;
    content: '';
    clear: both;
}
.clearfix {
    zoom: 1;
}
.clear {
    height: 0;
    width: 100%;
    overflow: hidden;
    font-size: 1px;
    line-height: 0;
    visibility: hidden;
}
.Width {
    width: 1200px;
    margin: 0 auto;
}
.hide,
.onlymob {
    display: none;
}

/* 通用头部 */
.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;
}

.banner {
    position: relative;
    height: 790px;
    padding-top: 180px;
    box-sizing: border-box;
    background: url(../images/banner01.png) no-repeat top;
}
.banner .icon01 {
    position: absolute;
    left: 50%;
    top: 235px;
    pointer-events: none;
    width: 155px;
    height: 185px;
    margin-left: 420px;
    background: url(../images/icon01.png) no-repeat;
    background-size: contain;
    animation: float01 2s ease-in-out infinite both;
}
.banner .Width {
    position: relative;
    box-sizing: border-box;
}
.banner h3 {
    height: 50px;
    visibility: hidden;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
}
.banner h3 span {
    display: inline-block;
    height: 50px;
    padding: 0 3px;
    margin: 0 3px;
    background: #333;
    font-size: 44px;
    line-height: 50px;
    vertical-align: top;
}
.banner h2 {
    margin: 40px auto;
    height: 160px;
    text-indent: -9999em;
    overflow: hidden;
    visibility: hidden;
    background: url(../images/banner03.png) no-repeat center top;
    background-size: contain;
}
.banner p {
    margin: 0 auto;
    width: 540px;
    text-align: center;
    display: block;
    height: 54px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 54px;
    color: #fff;
    font-size: 28px;
    line-height: 54px;
}
@keyframes float01 {
    16.65% {
        transform: translateY(-8px);
    }
    33.3% {
        transform: translateY(6px);
    }
    49.95% {
        transform: translateY(-4px);
    }
    66.6% {
        transform: translateY(2px);
    }
    83.25% {
        transform: translateY(-1px);
    }
    100% {
        transform: translateY(0);
    }
}
/* 计算器 */
.box01 {
    position: relative;
    height: 895px;
    padding-top: 50px;
    box-sizing: border-box;
    background: url(../images/pic11.jpg) no-repeat center;
    background-size: 100% 100%;
    border-radius: 20px;
    box-shadow: 0 0 54px rgba(141, 90, 0, 0.28);
}
.scoreBox {
    width: 930px;
    margin: 0 auto 45px;
}
.myScore,
.otherScore {
    width: 355px;
    height: 587px;
    padding-top: 380px;
    box-sizing: border-box;
    background: url(../images/pic12.png) no-repeat top;
    border-radius: 15px;
}
.scoreBox01 {
    margin-bottom: 80px;
}
.scoreBox01 .myScore,
.scoreBox01 .otherScore {
    height: 537px;
}
.otherScore {
    background-image: url(../images/pic13.png);
}
.scoreBox input {
    display: block;
    width: 275px;
    height: 48px;
    margin: 0 auto 20px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    font-family: 'Hiragino Sans GB', 'MicroSoft YaHei';
    text-indent: 1em;
}
.scoreBox p {
    text-align: center;
    display: none;
}
.scoreBox .btn {
    display: block;
    width: 245px;
    height: 35px;
    margin: 0 auto;
    cursor: pointer;

    background: linear-gradient(90deg, #e5b420, #da7a22);
    border-radius: 35px;
    color: #fff;
    line-height: 35px;
    text-align: center;
}
.otherScore .btn {
    background: linear-gradient(90deg, #0286b8, #00427e);
}
.scoreBox .btn:hover {
    opacity: 0.85;
}
.box01 h3 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.box01 .btnBox {
    line-height: 75px;
    text-align: center;
    vertical-align: middle;
}
.box01 .btnBox em {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.box01 .btnBox span {
    display: inline-block;
    width: 225px;
    height: 75px;
    margin: 0 13px;
    cursor: pointer;
    background: #fff;
    border-radius: 75px;
    box-shadow: 0 4px 0 #d59435;
    color: #f9b800;
    font-size: 28px;
}
.box01 .btnBox .calcBtnNozy {
    background: #60ccf4;
    box-shadow: 0 4px 0 #245c99;
    color: #fff;
}
.box01 .btnBox span:hover {
    animation: tada 0.8s;
}

/* 查询入口 */
.box02 {
    padding: 0;
    margin: 0 auto 80px auto;
    box-sizing: border-box;
}
.box02 h3 {
    color: #f3ae58;
    font-size: 38px;
    font-weight: 400;
    line-height: 60px;
}
.box02 p {
    font-size: 46px;
    line-height: 58px;
    text-align: center;
}
.box02 p a:nth-child(1) {
    display: block;
    margin-bottom: 20px;
}
.box02 .btn {
    display: inline-block;
    height: 58px;
    padding: 0 40px;
    margin-left: 30px;
    background: #fdf3eb;
    border-radius: 58px;
    font-size: 24px;
    line-height: 58px;
    vertical-align: top;
    transition: all 0.3s;
}
.box02 .btn:hover {
    color: #333;
    animation: rubberBand 0.8s;
}
.tl,
.tr {
    width: 575px;
    height: 207px;
    background-image: url('../images/top_l.png');
    background-size: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 30px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}
.tr {
    background-image: url('../images/top_r.png');
}
.tl h5,
.tr h5 {
    line-height: 65px;
    font-size: 45px;
    color: #343434;
    font-weight: normal;
}
.bg03 {
    padding: 70px 0;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
}
.bg03 h3 {
    margin-bottom: 70px;
    font-size: 44px;
    line-height: 60px;
    font-weight: 400;
    text-align: center;
}
.bg03 h3 span {
    color: #ea3323;
}
.box03 {
    width: 1170px;
}
.box03 li {
    float: left;
    width: 350px;
    margin-right: 60px;
}
.box03 li:nth-child(3n) {
    margin-right: 0;
}
.box03 .pic {
    display: block;
    height: 260px;
    overflow: hidden;
}
.box03 img {
    display: block;
    width: 100%;
    transition: all 0.8s;
}
.box03 .pic:hover img {
    transform: scale(1.05);
}
.box03 h6 {
    height: 60px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
}

/* 通用底部 */
.footer {
    clear: both;
    position: relative;
    padding: 40px 0;
    z-index: 1;

    background: linear-gradient(90deg, #0286b8, #00427e);
    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;
}

/* 通用悬浮 */
.shadow {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
.xfBox {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 22;
    box-sizing: border-box;
    padding: 50px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    animation: scale01 0.5s;
}
@keyframes scale01 {
    0% {
        transform: translate(-50%, -50%) scale(0);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}
.closeMe {
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    display: block;
    width: 42px;
    height: 42px;
    background: url(../images/close.png) no-repeat center;
    border-radius: 100%;
    transition: all 0.3s;
}
.closeMe:hover {
    transform: rotate(180deg);
}
/* 侧面悬浮 */
.xfNav {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 18;
    box-sizing: border-box;
    width: 154px;
    padding: 20px 0 5px;
    background: #e5b31f;
    border-radius: 10px;
    background: -webkit-linear-gradient(54deg, #da7a22, #e5b31f);
    background: linear-gradient(-54deg, #da7a22, #e5b31f);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    text-align: center;
}
.xfNav .closeMe {
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon03.png);
}
.xfNav .tel {
    font-size: 20px;
}
.xfNav .tel:before {
    content: ' ';
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    background: url(../images/icon04.png) no-repeat center;
    vertical-align: middle;
}
.xfNav .tel span {
    font-size: 18px;
}
.xfNav .con {
    width: 130px;
    padding: 10px 15px;
    margin: 10px auto 15px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
}
.xfNav .con a {
    display: block;
    height: 40px;
    cursor: pointer;
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
    line-height: 40px;
    transition: all 0.3s;
}
.xfNav .con a:before {
    content: ' ';
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../images/icon05.png) no-repeat center;
    vertical-align: middle;
}
.xfNav .con a:nth-child(3) {
    border-bottom: none;
}
.xfNav .con img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.xfNav .btn {
    display: block;
    width: 125px;
    height: 30px;
    margin: 0 auto;
    background: #f1c751;
    border-radius: 30px;
    color: #d55000;
    font-size: 16px;
    line-height: 30px;
}
.xfNav .btn:hover {
    opacity: 0.85;
}
.xfNav p {
    font-size: 16px;
    font-weight: 300;
}

/* 开屏弹窗 */
.xfWelcome {
    padding: 10px;
    box-sizing: border-box;
    z-index: 25;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 50px rgba(141, 90, 0, 0.28);
}
.xfWelcome img {
    display: block;
}

/* 预约弹窗 */
.xfOrder {
}
.list-div {
    position: relative;
    width: 350px;
    margin: 0 auto 15px;
}
.list-div label {
    display: block;
    float: left;
    width: 75px;
    color: #666;
    line-height: 45px;
    text-align: right;
}
.list-div input,
.list-div select {
    display: block;
    float: right;
    width: 270px;
    height: 45px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    outline: none;
    font-size: 18px;
    line-height: 45px;
    font-family: 'Hiragino Sans GB', 'MicroSoft YaHei';
    text-indent: 1em;
    vertical-align: middle;
}
/*.list-div input { line-height: 1px}
*/
.list-div select {
    background: #fff url(../images/icon02.png) no-repeat 240px center;
}
.list-div .fs,
.yuyueBtn {
    display: block;
    width: 120px;
    cursor: pointer;
    background: #e5b31f;
    border: none;
    background: -webkit-linear-gradient(-54deg, #e5b31f, #da7a22, #da7a22, #e5b31f) repeat left / 300% 100%;
    background: linear-gradient(-54deg, #e5b31f, #da7a22, #da7a22, #e5b31f) repeat left / 300% 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-indent: 0;
    transition: all 0.2s;
}
.list-div .fs {
    position: absolute;
    right: 0;
    top: 0;
}
.yuyueBtn {
    width: 250px;
    height: 60px;
    margin: 30px auto 0;
    border-radius: 60px;
    font-size: 26px;
    line-height: 60px;
}
.list-div .fs:hover,
.yuyueBtn:hover {
    background-position: 100% top;
}
/* 提示弹窗 */
.xfTip {
    font-size: 28px;
    font-weight: 800;
    text-align: center;
}
.xfTip p span {
    color: #d55000;
}
@media only all and (max-width: 1200px) {
    .onlymob {
        display: block;
    }
    html {
        font-size: 20px;
    }
    body {
        width: 18.75rem;
        font-size: 0.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: 18rem;
    }

    /* 隐藏元素 */
    .ht_top .topnav a:nth-child(n + 2),
    .otherScore p,
    .xfNav,
    .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: 0.8rem;
        text-indent: -1000rem;
    }
    .ht_top .topnav a {
        padding: 0 0 0 0.3rem;
        text-indent: 0;
        float: right;
    }

    .banner {
        height: 10.5rem;
        padding-top: 1.5rem;
        background-size: auto 100%;
    }
    .banner .icon01 {
        top: 6.25rem;
        width: 1.75rem;
        height: 2.5rem;
        margin-left: 7.5rem;
    }
    .banner .Width {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .banner h3 {
        height: 1.5rem;
        font-size: 0.8rem;
        line-height: 1.5rem;
    }
    .banner h3 span {
        height: 1.5rem;
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .banner h2 {
        height: 3rem;
        margin: 0.3rem auto 0.5rem;
    }
    .banner p {
        width: 12rem;
        height: 1.4rem;
        border-radius: 1rem;
        font-size: 0.6rem;
        line-height: 1.4rem;
        letter-spacing: 0.01rem;
    }

    /* 计算器 */
    .box01 {
        height: auto;
        padding: 0.25rem 0 0.5rem;
        margin-top: 1rem;
        background-size: 34rem;
        background-position: bottom;
        border-radius: 0.5rem;
    }
    .scoreBox {
        width: 17rem;
        margin-bottom: 0.5rem;
    }
    .myScore,
    .otherScore {
        width: 8.3rem;
        height: 13rem;
        padding-top: 8.4rem;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        background-size: 100%;
        border-radius: 0.375rem;
    }
    .scoreBox01 {
        margin-bottom: 0.5rem;
    }
    .scoreBox01 .myScore,
    .scoreBox01 .otherScore {
        height: 11.5rem;
    }

    .scoreBox input {
        width: 100%;
        height: 1.4rem;
        margin: 0 0 0.2rem 0;
        font-size: 0.6rem;
        text-indent: 0.1rem;
    }
    .searchBtn {
        color: #fff;
        font-size: 0.6rem;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    }
    .searchBtn .btn {
        display: inline-block;
        margin: 0 0.25rem;
        border-bottom: 1px solid #fff;
        color: #fff;
        vertical-align: top;
    }
    .searchBtn .btn:hover {
        opacity: 0.85;
    }
    .box01 h3 {
        margin-bottom: 0.5rem;
        font-size: 0.8rem;
    }
    .box01 .btnBox {
        margin-bottom: 0.5rem;
        line-height: 1.6rem;
    }
    .box01 .btnBox em {
        font-size: 0.6rem;
    }
    .box01 .btnBox span {
        width: 4.5rem;
        height: 1.6rem;
        margin: 0 0.1rem;
        border-radius: 1.6rem;
        box-shadow: 0 0.05rem 0 #d59435;
        font-size: 0.75rem;
    }
    .box01 .btnBox .calcBtnNozy {
        box-shadow: 0 0.05rem 0 #245c99;
    }

    /* 查询入口 */
    .box02 {
        height: auto;
        padding: 0.3rem 0.5rem;
        margin: 0 auto;
        background-size: auto 3.75rem;
        background-position: right bottom;
    }
    .box02 h3 {
        font-size: 1rem;
        line-height: 1.6rem;
    }
    .box02 p {
        margin-top: 0.35rem;
        font-size: 0.8rem;
        line-height: 1.6rem;
    }
    .box02 .btn {
        height: 1.6rem;
        padding: 0 0.5rem;
        margin-left: 0.25rem;
        border-radius: 1.6rem;
        font-size: 0.7rem;
        line-height: 1.6rem;
    }

    .bg03 {
        padding: 1.5rem 0 0.5rem;
    }
    .bg03 h3 {
        margin-bottom: 1rem;
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .box03 {
        width: 18rem;
    }
    .box03 li {
        width: 32.3%;
        margin: 0 0.5% 0.5rem;
    }
    .box03 li:nth-child(3n) {
        margin: 0 0.5% 0.5rem;
    }
    .box03 .pic {
        height: auto;
    }
    .box03 h6 {
        height: 1.4rem;
        font-size: 0.6rem;
        line-height: 1.4rem;
    }

    /* 通用底部 */
    .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: 0.7rem;
        line-height: 2.4rem;
        text-align: center;
    }

    /* 通用悬浮 */
    .xfBox {
        width: 14rem;
        padding: 1rem;
        border-radius: 0.5rem;
    }
    .closeMe {
        right: -0.75rem;
        top: -0.75rem;
        width: 1.8rem;
        height: 1.8rem;
        background-size: contain;
    }

    /* 开屏弹窗 */
    .xfWelcome {
        padding: 0.25rem;
        border-radius: 0;
    }
    .xfWelcome img {
        width: 100%;
    }

    /* 预约弹窗 */
    .xfOrder {
        width: 16rem;
    }
    .list-div {
        width: 14rem;
        margin-bottom: 0.3rem;
    }
    .list-div label {
        width: 3.5rem;
        line-height: 1.8rem;
    }
    .list-div input,
    .list-div select {
        width: 10rem;
        height: 1.8rem;
        font-size: 0.6rem;
        line-height: 1.8rem;
    }
    .list-div select {
        background-position: 8.5rem center;
    }
    .list-div .fs {
        width: 4.5rem;
        font-size: 0.7rem;
    }
    .yuyueBtn {
        width: 8rem;
        height: 2.2rem;
        margin-top: 0.75rem;
        margin-left: 4rem;
        border-radius: 2.2rem;
        font-size: 0.8rem;
        line-height: 2.2rem;
    }

    /* 提示弹窗 */
    .xfTip {
        font-size: 0.8rem;
    }

    .scoreBox .btn {
        display: block;
        width: 100%;
        height: 1.2rem;
        line-height: 1.2rem;
        border-radius: 0.6rem;
        margin: 0 auto;
        cursor: pointer;
    }

    .tl,
    .tr {
        float: none;
        width: 14.375rem;
        height: 5.175rem;
        padding-top: 0.7rem;
        margin: 0 auto 0.4rem;
    }
    .tl h5,
    .tr h5 {
        line-height: 1.5rem;
        font-size: 1rem;
    }
    .box02 p a:nth-child(1) {
        margin-bottom: 0.5rem;
    }
}
