* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    width: 32rem;
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
    font-family: "微软雅黑";
}

img {
    display: block;
}

a {
    text-decoration: none;
    outline: 0;
    color: #2a2a2a;
}

ul {
    list-style: none;
}


/*公共头*/

.top_wsbm,
.top_wsbm img {
    width: 32rem;
    height: 5rem;
    display: block;
}

.top {
    width: 32rem;
    padding: 0.7rem 1rem 0.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

.top .logo,
.top .logo img {
    width: 24rem;
}

.top .caidan {
    width: 2.4rem;
    height: 2.4rem;
    display: block;
}

.top .caidan i {
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #555;
}


/*公共尾*/

.footer {
    width: 32rem;
    overflow: hidden;
    background: #f7f7f7;
	margin-top: 1rem;
}

.footer_zytj,
.pub_form {
    width: 32rem;
    overflow: hidden;
    margin-top: 1rem;
    background: #fff;
    padding: 1rem 1.2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_tit {
    width: 29.6rem;
    height: 2.5rem;
    margin-top: 1rem;
    padding-bottom: 0.4rem;
    border-bottom: 0.1rem solid #f7f7f7;
    display: flex;
    justify-content: space-between;
}

.footer_tit h3 {
    width: 24rem;
    height: 2rem;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #555;
    display: flex;
    justify-content: left;
    align-items: center;
}

.footer_tit h3 font {
    width: 7.8rem;
    height: 1.8rem;
    background: url(/images/tbq.png) no-repeat;
    background-size: cover;
    font-size: 1.05rem;
    line-height: 1.8rem;
    color: #fff;
    text-indent: 1rem;
    margin-left: 1rem;
}

.footer_zytj>a {
    width: 14.3rem;
    height: 5rem;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 1rem;
    border: 0.1rem solid #ccc;
    padding: 0.65rem;
}

.footer_zytj>a span {
    width: 3rem;
    height: 3rem;
    display: block;
    line-height: 3rem;
    text-align: center;
    background: #fe6601;
    border-radius: 1.2rem;
}

.footer_zytj>a span i {
    font-size: 2rem;
    color: #fff;
}

.footer_zytj>a p {
    font-size: 1.05rem;
    line-height: 1.5rem;
    color: #555;
    margin-left: 1rem;
}

.footer_zytj>a p font {
    font-size: 1.25rem;
    display: block;
}

.pub_form a {
    width: 9.8rem;
    overflow: hidden;
    display: block;
    margin-top: 1.5rem;
}

.pub_form a span {
    font-weight: bold;
    display: block;
    border: 0.1rem solid #fe6601;
    color: #fe6601;
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
    padding: 0.4rem 0.4rem 0.4rem 0.6rem;
    text-align: center;
    font-size: 1.2rem;
    border-radius: 0.5rem;
    line-height: 1.5rem;
    letter-spacing: 0.2rem;
}

.pub_form a p {
    width: 9.8rem;
    font-size: 1.05rem;
    line-height: 1.5rem;
    text-align: center;
    margin-top: 0.5rem;
    color: #555;
}

.pub_form form {
    width: 29.6rem;
    overflow: hidden;
    margin-top: 0.5rem;
}

.pub_form form>div {
    width: 29.6rem;
    height: 3.4rem;
    margin-top: 1.2rem;
    position: relative;
}

.pub_form form>div span:first-child {
    width: 3.2rem;
    height: 2.4rem;
    line-height: 2.4rem;
    border-right: 0.1rem solid #999;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    top: 0.4rem;
}

.pub_form form>div span:first-child i {
    font-size: 2rem;
    color: #888;
}

.pub_form form>div input,
.pub_form form>div select {
    width: 29.6rem;
    height: 3.4rem;
    font-size: 1.3rem;
    border: 0.1rem solid #e4e4e4;
    background: #f4f4f4;
    border-radius: 0.3rem;
    outline: none;
    text-indent: 4rem;
    -webkit-appearance: none;
}

.pub_form form>div select option {
    text-align: center;
}

.pub_form form>div span:last-child {
    width: 3.2rem;
    height: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    display: block;
    position: absolute;
    right: 0;
    top: 0.4rem;
}

.pub_form form>div span:last-child i {
    font-size: 1.2rem;
    color: #555;
}

.pub_form form>p {
    width: 29.6rem;
    height: 1.8rem;
    margin: 0.8rem 0;
    font-size: 1.05rem;
    line-height: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9e9e9e;
}

.pub_form form>p i {
    font-size: 1rem;
    color: #fe6601;
    margin-right: 0.5rem;
}

.pub_form form button {
    width: 29.6rem;
    height: 3.2rem;
    background: #fe6601;
    border-radius: 0.3rem;
    font-size: 1.3rem;
    color: #fff;
    outline: none;
    -webkit-appearance: none;
}

.copyright {
    width: 32rem;
    overflow: hidden;
    background: #fff;
    margin-top: 1rem;
    padding: 1rem 1.2rem 4.5rem 1.2rem;
    color: #555;
    text-align: center;
}

.copyright h4 {
    width: 30rem;
    height: 2rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
}

.copyright p {
    font-size: 1.1rem;
    line-height: 2rem;
}

.copyright a {
    width: 30rem;
    height: 2rem;
    font-size: 1.1rem;
    line-height: 1.4rem;
    color: #555;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright a img {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.5rem;
}

.copyright a span {
    font-size: 1.1rem;
    line-height: 2rem;
    text-align: center;
}

.foot_nav {
    width: 32rem;
    height: 3.6rem;
    position: fixed;
    bottom: 0;
    background: #fff;
    display: flex;
    justify-content: space-between;
    color: #fff;
    z-index: 109;
}

.foot_nav a {
    width: 10.6rem;
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 1.4rem;
    display: block;
    color: #fff;
    text-align: center;
    background: #ff7400;
}

.foot_nav a i {
    font-size: 1.5rem;
    line-height: 3.6rem;
    margin-right: 0.5rem;
}

.foot_nav a:nth-child(2) {
    background: #ff5a00;
}


/*微信弹窗*/

.weixin {
    width: 32rem;
    height: 5rem;
    padding: 0.5rem;
    z-index: 110;
    position: fixed;
    top: -6rem;
    left: 50%;
    transform: translateX(-50%);
}

.weixin_box {
    width: 31rem;
    height: 4rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
    background: #fff;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, .25);
    display: flex;
    justify-content: space-between;
}

.weixin_box img {
    width: 3rem;
    height: 3rem;
}

.weixin_box>div {
    width: 26rem;
    height: 3rem;
}

.weixin_box>div p:first-child {
    width: 25rem;
    display: flex;
    justify-content: space-between;
    letter-spacing: 0.1rem;
}

.weixin_box>div p:first-child b {
    font-size: 1.1rem;
    line-height: 1.7rem;
    color: #555;
}

.weixin_box>div p:first-child span {
    font-size: 1.05rem;
    line-height: 1.6rem;
    color: #999;
}

.weixin_box>div p:last-child {
    font-size: 1.05rem;
    line-height: 1.3rem;
    color: #999;
}


/*学费弹窗*/

.xf_tc {
    width: 27rem;
    position: fixed;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    overflow: hidden;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0px 10px 100px 1px #555333;
    z-index: 105;
    display: none;
}

.xf_tc_img {
    width: 27rem;
    height: 15.7rem;
}

.xf_yhje {
    width: 27rem;
    height: 3.5rem;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.15rem;
    line-height: 3.5rem;
    color: #fff;
    background: linear-gradient(top left, #f6433e, #ff6d4b);
    background: -ms-linear-gradient(top left, #f6433e, #ff6d4b);
    background: -webkit-linear-gradient(top left, #f6433e, #ff6d4b);
    background: -moz-linear-gradient(top left, #f6433e, #ff6d4b);
}

.xf_yhje font {
    color: #FFFF00;
}

.xf_tc_hide {
    position: absolute;
    width: 3rem;
    height: 3rem;
    right: 0;
    top: 0;
    padding: 0.5rem;
}

.xf_tc_tit {
    width: 24rem;
    margin: 0.5rem auto;
    font-size: 1.25rem;
    line-height: 2.2rem;
    color: #555;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.xf_tc_on {
    background-color: #ff7827;
    color: #ffffff;
}

.xf_tc_tel {
    width: 24rem;
    height: 3rem;
    margin: 0 5%;
    color: #555;
    font-size: 1.3rem;
    text-indent: 1rem;
    letter-spacing: 0.1rem;
    line-height: 3rem;
    box-sizing: border-box;
    outline: none;
    border-radius: 0.8rem;
    border: 1px solid #999;
    background: #fff;
    -webkit-appearance: none;
}

.xf_tc ul {
    width: 24rem;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xf_tc ul li {
    width: 7.5rem;
    font-size: 1.1rem;
    padding: 0.5rem;
    float: left;
    text-align: center;
    border: 1px solid #ff7827;
    border-radius: 0.3rem;
}

.xf_tc ul li:nth-child(n+4) {
    margin-top: 0.8rem;
}

.xf_tc_submit {
    display: block;
    width: 24rem;
    margin: 1rem auto 2rem auto;
    color: #fff;
    background: #ff7827;
    line-height: 3rem;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 1px;
    border: none;
    border-radius: 10px;
    -webkit-appearance: none;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, .4);
}

.xf_show {
    position: fixed;
    right: 2%;
    bottom: 20rem;
    z-index: 104;
    width: 4rem;
    height: 4rem;
    color: #ffffff;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5rem;
    background: #ff7827;
    padding: 0.5rem;
    box-sizing: border-box;
    border-radius: 2rem;
    box-shadow: 0px 0px 5px 1px #727272;
    animation-iteration-count: infinite;
    animation-name: tada;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


/*免费电话*/

.tel_show {
    position: fixed;
    left: 0;
    bottom: 16rem;
    z-index: 100;
    width: 2.2rem;
    height: 8.5rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding: 0.5rem 0.1rem;
    text-align: center;
    font-weight: 400;
    color: #fff;
    background: #4287f5;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.tel_show i {
    font-size: 1.2rem;
}

#view-3d {
    width: 24rem;
    height: 24rem;
    display: none;
    position: fixed;
    z-index: 104;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
}

.centerbox {
    width: 24rem;
    height: 24rem;
    border-radius: 1rem;
    opacity: 0;
    background-color: #fff;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 2rem rgba(10, 2, 4, .75);
    -webkit-box-shadow: 0 0 2rem rgba(10, 2, 4, .75);
    -moz-box-shadow: 0 0 2rem rgba(10, 2, 4, .75);
    -ms-box-shadow: 0 0 2rem rgba(10, 2, 4, .75);
    transform-origin: center top;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    transform: translateZ(999px);
    -webkit-transform: translateZ(999px);
    -moz-transform: translateZ(999px)
}

.centerbox .mfdh {
    width: 24rem;
    height: 12.85rem;
    background: url(/images/mfdh.jpg) no-repeat;
    background-size: 100%;
    border-top-left-radius: 1rem;
}

.centerbox .mfdh h4 {
    font-size: 2rem;
    line-height: 3rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2rem;
    padding-top: 1.8rem;
    text-shadow: 0 0 0.2rem #555;
}

.centerbox .mfdh div {
    width: 19rem;
    height: 3rem;
    font-size: 1.3rem;
    line-height: 3rem;
    letter-spacing: 0.1rem;
    border-top: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 1.2rem auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.centerbox .mfdh div p {
    width: 8.4rem;
    height: 2rem;
    padding: 0 0.2rem;
    line-height: 2rem;
    background: #fff;
    color: #ff3542;
    margin-left: 0.2rem;
}

.boxshow {
    animation: cshow 2s forwards linear;
    -webkit-animation: cshow 2s forwards linear;
    -moz-animation: cshow 2s forwards linear
}

@keyframes cshow {
    0% {
        transform: rotateX(80deg);
        -webkit-transform: rotateX(80deg);
        -moz-transform: rotateX(80deg)
    }
    20% {
        opacity: 1
    }
    70% {
        transform: rotateX(-30deg);
        -webkit-transform: rotateX(-30deg);
        -moz-transform: rotateX(-30deg);
        opacity: 1
    }
    100% {
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        opacity: 1
    }
}

@-moz-keyframes cshow {
    0% {
        transform: rotateX(80deg);
        -webkit-transform: rotateX(80deg);
        -moz-transform: rotateX(80deg)
    }
    20% {
        opacity: 1
    }
    70% {
        transform: rotateX(-30deg);
        -webkit-transform: rotateX(-30deg);
        -moz-transform: rotateX(-30deg);
        opacity: 1
    }
    100% {
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes cshow {
    0% {
        transform: rotateX(80deg);
        -webkit-transform: rotateX(80deg);
        -moz-transform: rotateX(80deg)
    }
    20% {
        opacity: 1
    }
    70% {
        transform: rotateX(-30deg);
        -webkit-transform: rotateX(-30deg);
        -moz-transform: rotateX(-30deg);
        opacity: 1
    }
    100% {
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        opacity: 1
    }
}

.boxclose {
    display: block;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: -1rem;
    right: -1rem;
}

#view-3d form {
    width: 22rem;
    overflow: hidden;
    margin: 1.5rem auto 0 auto;
    display: flex;
    justify-content: space-between;
}

#view-3d form input:first-child {
    width: 14rem;
    height: 2.4rem;
    line-height: 2.2rem;
    border: 0.1rem solid #8a23cb;
    text-indent: 1em;
    font-size: 1.2rem;
    color: #646464;
    outline: none;
    border-top-left-radius: 1.2rem;
    border-bottom-left-radius: 1.2rem;
    webkit-border-top-left-radius: 1.2rem;
    webkit-border-bottom-left-radius: 1.2rem;
    -moz-border-top-left-radius: 1.2rem;
    -moz-border-bottom-left-radius: 1.2rem;
    -ms-border-top-left-radius: 1.2rem;
    -ms-border-bottom-left-radius: 1.2rem;
    -o-border-top-left-radius: 1.2rem;
    -o-border-bottom-left-radius: 1.2rem;
}

#view-3d form input:nth-child(2) {
    width: 8rem;
    background: #8a23cb;
    font-size: 1.2rem;
    height: 2.4rem;
    line-height: 2.4rem;
    color: #fff;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-top-right-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
    webkit-border-top-right-radius: 1.2rem;
    webkit-border-bottom-right-radius: 1.2rem;
    -moz-border-top-right-radius: 1.2rem;
    -moz-border-bottom-right-radius: 1.2rem;
    -ms-border-top-right-radius: 1.2rem;
    -ms-border-bottom-right-radius: 1.2rem;
    -o-border-top-right-radius: 1.2rem;
    -o-border-bottom-right-radius: 1.2rem;
}

#view-3d span {
    width: 22rem;
    display: block;
    font-size: 1.3rem;
    line-height: 2rem;
    text-align: justify;
    color: #2b2b2b;
    margin: 1.2rem auto 0 auto;
}

.egglink {
    width: 6rem;
    position: fixed;
    left: 1.5%;
    bottom: 8rem;
    z-index: 100;
    animation-iteration-count: infinite;
    animation-name: doudong;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes doudong {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes doudong {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.egglink img {
    width: 6rem;
}


/* 圣诞老人 */

.popupbox {
    width: 18.8rem;
    height: 23.25rem;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 100;
}

.popup-close {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    color: #fff;
}


/* 降低快商通层级 */

.ks_ol_comm_div,
.ks_ol_comm_div sharp {
    z-index: 110 !important;
}