html, body {
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.pageCenter {
    margin: 0 auto;
    width: 1100px;
}

.imgBlock {
    display: block;
    width: 100%;
}

.img {
    width: 100%;
    height: 100%;
}

.title_h5 {
    position: relative;
    font-size: 45px;
    color: #333333;
    letter-spacing: 4px;
    text-align: center;
    line-height: 45px;
    z-index: 1;
}

.title_h5::before {
    position: relative;
    content: '';
    display: inline-block;
    width: 75px;
    height: 38px;
    background: url('//a.guixue.com/p/onLine/images/img14.png') no-repeat;
    vertical-align: middle;
}

.title_h5::after {
    position: relative;
    content: '';
    display: inline-block;
    width: 75px;
    height: 38px;
    background: url('//a.guixue.com/p/onLine/images/img16.png') no-repeat;
    vertical-align: middle;
}

.teshu_h5::before {
    position: relative;
    content: '';
    display: inline-block;
    width: 75px;
    height: 38px;
    background: url('//a.guixue.com/p/onLine/images/img17.png') no-repeat;
    vertical-align: middle;
}

.teshu_h5::after {
    position: relative;
    content: '';
    display: inline-block;
    width: 75px;
    height: 38px;
    background: url('//a.guixue.com/p/onLine/images/img15.png') no-repeat;
    vertical-align: middle;
}

.title_h5 .h5_img {
    position: absolute;
    top: -38px;
    left: 50%;
    margin-left: -149px;
    width: 298px;
    height: 76px;
    z-index: -1;
}

.color_span {
    color: #DD1D1E;
}

.intro_p {
    padding-top: 15px;
    font-size: 22px;
    color: #666666;
    text-align: center;
}

/*以上是公共样式*/

/*banner样式*/
.banner {
    width: 100%;
    height: 438px;
    padding-top: 30px;
    background: url('../images/bg.jpg') center center no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.banner-container {
    margin: 0 auto;
    width: 1101px;
    height: 359px;
    background: url(../images/banner.png?v=2) center no-repeat;
    background-size: 100%;
    position: relative;
}

.banner_box {
    position: absolute;
    bottom: 14px;
    right: 14px;
    width: 550px;
    height: 40px;
    display: flex;
    justify-content: space-between;
}

.banner_box .banner_name {
    position: relative;
    width: 178px;
    height: 40px;
    margin-right: 10px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 12px 10px 12px 34px;
    box-sizing: border-box;
}

.banner_box .banner_name::before {
    position: absolute;
    top: 50%;
    left: 9px;
    content: '';
    width: 17px;
    height: 19px;
    transform: translateY(-50%);
    background: url('//a.guixue.com/p/onLine/images/img27.png') no-repeat;
}

.banner_box .banner_tel::before {
    left: 8px;
    width: 19px;
    height: 19px;
    background: url('//a.guixue.com/p/onLine/images/img26.png') no-repeat;
}

.banner_box .banner_name .banner_input {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 8px;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 14px;
    border-left: 1px solid #BBBABA;
}

.banner_box .banner_name .banner_input::placeholder {
    color: #BBBABA;
}

.banner_box .banner_btn {
    width: 170px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background-image: linear-gradient(116deg, #FFEBD0 5%, #FDB989 100%);
    border: 0.8px solid #DD2728;
    border-radius: 8px;
    font-size: 18px;
    color: #FF4C2C;
    text-align: center;
    font-weight: 700;
    box-sizing: border-box;
}

/*课程样式*/
.course {
    min-width: 1200px;
    width: 100%;
    height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
    background: #FDF7F7;
    box-sizing: border-box;
}

.course_tab {
    width: 100%;
    height: auto;
    padding: 47px 0 38px;
    box-sizing: border-box;
}

.course_tab .course_li {
    position: relative;
    float: left;
    width: 390px;
    height: 63px;
    font-size: 24px;
    color: #333333;
    letter-spacing: 1.07px;
    line-height: 63px;
    text-align: center;
    margin-right: 15px;
    border-radius: 6px;
    background: #FFD5D0;
    cursor: pointer;
    z-index: 1;
}

.course_tab .course_li:last-child {
    margin-right: 0px;
}

.course_tab .course_li.active {
    color: #fff;
    background: #DD191B;
}

.course_tab .course_li.active::before {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -30px;
    content: '';
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 42px solid #DD191B;
    z-index: -1;
}

.course_box {
    margin-top: 40px;
    width: 100%;
    height: auto;
}

.course_box .course_ul{
    display: none;
}

.course_ul .course_li {
    float: left;
    width: 566px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0 0 8px 0 #FAC3C4;
    border-radius: 7px;
    margin-right: 68px;
    margin-bottom: 30px;
    padding: 15px 0 15px 15px;
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.course_ul .course_li:nth-of-type(2n) {
    margin-right: 0px;
}

.course_ul .course_li .li_img {
    display: inline-block;
    width: 208px;
    height: 156px;
    border-radius: 10px;
    margin-right: 24px;
    vertical-align: middle;
}

.course_ul .course_li .li_content {
    display: inline-block;
    width: 319px;
    height: auto;
    vertical-align: middle;
}

.course_ul .course_li .li_content .content_title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
}

.course_ul .course_li .li_content .content_intro {
    font-size: 16px;
    color: #333333;
    padding-top: 5px;
}

.course_ul .course_li .li_content .li_btn {
    display: block;
    margin-top: 10px;
    width: 128px;
    height: 36px;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 1.8px;
    text-align: center;
    line-height: 36px;
    background-image: linear-gradient(180deg, #FB5E3F 0%, #DC2427 100%);
    border: 1px solid #DD2728;
    border-radius: 20px;
}

/*在线学习样式*/
.onLine {
    width: 100%;
    height: auto;
    padding-top: 133px;
    padding-bottom: 100px;
    box-sizing: border-box;
}

.onLine_bg {
    margin: 60px auto 0;
    width: 1160px;
    height: 728px;
    background: url('//a.guixue.com/p/onLine/images/img18.png?v=1') center center no-repeat;
}

.onLine_box {
    width: 100%;
    height: 100%;
    padding-top: 630px;
    font-size: 0;
    box-sizing: border-box;
}

.onLine_box .left_box {
    display: inline-block;
    width: 874px;
    height: 88px;
    margin-left: 10px;
    font-size: 28px;
    color: #E22C2D;
    text-align: center;
    line-height: 88px;
    background: #FFFFFF;
    border-radius: 10px;
    vertical-align: middle;
}

.onLine_box .right_box {
    display: inline-block;
    margin-left: 10px;
    width: 253px;
    height: 88px;
    font-size: 26px;
    font-weight: bold;
    color: #E22A29;
    letter-spacing: 3.55px;
    text-align: center;
    line-height: 88px;
    background-image: linear-gradient(180deg, #FDE1C4 0%, #FCC172 100%);
    box-shadow: 0 0 13px 0 rgba(243, 63, 5, 0.73);
    border-radius: 10px;
    vertical-align: middle;
    cursor: pointer;
    animation: animation1 2000ms linear infinite;
}

@keyframes animation1 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}

/*考试时间/热门问题样式*/
.exam {
    min-width: 1200px;
    width: 100%;
    height: 680px;
    padding-top: 60px;
    background: url('//a.guixue.com/p/onLine/images/img21.png') center center no-repeat;
    box-sizing: border-box;
}

.exam_time{
    width: 100%;
    height: auto;
    padding: 40px 0px 50px;
    box-sizing: border-box;
}

.time_ul{
    width: 100%;
    height: auto;
    font-size: 0;
}

.time_ul .time_li{
    display: inline-block;
    width: 250px;
    height: 272px;
    margin-right: 33px;
    background: #FFFFFF;
    border-radius: 6px;
    overflow: hidden;
}

.time_ul .time_li.last_li{
    margin-right: 0px;
}

.exam_issue {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 70px;
    padding: 72px 24px 14px;
    background: #FFFFFF;
    border-radius: 6px;
    box-sizing: border-box;
}

.exam_issue .issue_title {
    position: absolute;
    top: -38px;
    left: 50%;
    margin-left: -196px;
    width: 392px;
    height: 90px;
    font-size: 30px;
    font-weight: bold;
    color: #E24738;
    text-align: center;
    line-height: 90px;
    background: url('//a.guixue.com/p/onLine/images/img19.png') no-repeat;
}

.issue_ol {
    width: 100%;
    height: auto;
}

.issue_ol .issue_li {
    position: relative;
    float: left;
    width: 505px;
    height: 55px;
    border: 1px solid #E35E43;
    border-radius: 6px;
    margin-right: 42px;
    margin-bottom: 28px;
    padding-left: 58px;
    font-size: 0;
    box-sizing: border-box;
}

.issue_ol .issue_li:nth-of-type(2n) {
    margin-right: 0px;
}

.issue_ol .issue_li .li_img {
    position: absolute;
    top: -1px;
    left: 0;
    width: 51px;
    height: 55px;
}

.issue_ol .issue_li .li_span {
    display: inline-block;
    width: 320px;
    font-size: 22px;
    line-height: 53px;
    color: #333333;
    vertical-align: middle;
}

.issue_ol .issue_li .li_btn {
    display: inline-block;
    width: 118px;
    height: 43px;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.91px;
    text-align: center;
    line-height: 43px;
    background-image: linear-gradient(180deg, #FB5E3F 0%, #DC2427 100%);
    border: 1px solid #DD2728;
    border-radius: 10px;
    vertical-align: middle;
}

.exam .exam_btn {
    display: block;
    margin: 50px auto 0;
    width: 390px;
    height: 77px;
    font-size: 26px;
    color: #E23C34;
    letter-spacing: 2.17px;
    text-align: center;
    line-height: 77px;
    background-image: linear-gradient(180deg, #FDE2C6 0%, #FCC06F 100%);
    box-shadow: 0 0 13px 0 rgba(243, 63, 5, 0.73);
    border-radius: 38.5px;
}

.swiper-pagination-bullet{
    width: 18px;
    height: 18px;
    border: 1px solid #FFFFFF;
    background: transparent;
    opacity: 1;
}

.swiper-pagination-bullet-active{
    background: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 0px;
}

/*雅思水平样式*/
.level {
    min-width: 1200px;
    width: 100%;
    height: auto;
    padding-top: 133px;
    padding-bottom: 114px;
    background: #FDF7F7;
    box-sizing: border-box;
}

.level_box {
    margin: 98px auto 0px;
    width: 988px;
    height: 480px;
}

.leval_a {
    display: block;
    margin: 96px auto 0;
    width: 391px;
    height: 77px;
    font-size: 26px;
    color: #FFFFFF;
    letter-spacing: 2.17px;
    text-align: center;
    line-height: 77px;
    background-image: linear-gradient(180deg, #F8593D 0%, #DE2828 100%);
    border-radius: 38.5px;
}

/*费用评估样式*/
.assess {
    min-width: 1200px;
    width: 100%;
    height: auto;
    padding-top: 140px;
    box-sizing: border-box;
}

.assess_box {
    position: relative;
    margin: 58px auto 0;
    width: 100%;
    height: auto;
    padding: 10px 10px 55px;
    border-radius: 33px;
    background-image: linear-gradient(135deg, #E36747 0%, #E23531 100%);
    box-sizing: border-box;
}

.assess_box .assess_container{
    width: 100%;
    height: auto;
    padding: 14px 42px 40px 36px;
    background: #FFFFFF;
    border-radius: 33px;
    box-sizing: border-box;
}

.assess_container .assess_slide {
    width: 100%;
    height: auto;
    margin-top: 26px;
    font-size: 0;
}

.assess_container .assess_slide .slide_first {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 56px;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 56px;
    vertical-align: middle;
}

.assess_container .assess_slide .slide_ol {
    display: inline-block;
    width: 852px;
    height: auto;
    vertical-align: middle;
}

.assess_container .assess_slide .slide_ol .slide_li {
    float: left;
    width: 198px;
    height: 56px;
    font-size: 24px;
    color: #333333;
    text-align: center;
    line-height: 56px;
    margin-right: 20px;
    border-radius: 6px;
    background: #EDEBEB;
    border: 1px solid #EDEBEB;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.assess_container .assess_slide .slide_ol .slide_li:last-child{
    margin-right: 0px;
}

.assess_container .assess_slide .slide_ol .slide_li:hover{
    border: 1px solid #DD2325;
}

.assess_container .assess_slide .slide_ol .slide_li.on {
    color: #fff;
    border: 1px solid #DD2325;
    background: #DD2325;
}

.assess_box .assess_slide_right {
    width: 100%;
    height: auto;
    padding-top: 40px;
    text-align: center;
    font-size: 0;
    box-sizing: border-box;
}

.assess_slide_right .assess_tel {
    display: inline-block;
    width: 385px;
    height: 56px;
    margin-right: 20px;
    padding-left: 13px;
    border: 0;
    outline: none;
    border-radius: 10px;
    font-size: 18px;
    line-height: 56px;
    background: #FFFFFF;
    box-sizing: border-box;
    vertical-align: middle;
}

.assess_slide_right input[type="text"]::placeholder {
    color: #BBBABA;
}

.assess_slide_right .right_second {
    display: inline-block;
    width: 260px;
    height: auto;
    margin-right: 20px;
    font-size: 0;
    vertical-align: middle;
}

.assess_slide_right .right_second .assess_code {
    display: inline-block;
    width: 150px;
    height: 56px;
    border: 0;
    outline: none;
    font-size: 18px;
    line-height: 56px;
    padding-left: 13px;
    border-radius: 10px;
    background: #FFFFFF;
    box-sizing: border-box;
    vertical-align: middle;
}

.assess_slide_right .right_second .assess_code_img {
    display: inline-block;
    width: 97px;
    height: 56px;
    margin-left: 12px;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
}

.assess_slide_right .assess_submit {
    display: inline-block;
    width: 272px;
    height: 56px;
    font-size: 26px;
    color: #E23531;
    letter-spacing: 3.55px;
    text-align: center;
    line-height: 56px;
    background-image: linear-gradient(180deg, #FDE1C4 0%, #FCC172 100%);
    box-shadow: 0 0 13px 0 rgba(243,63,5,0.73);
    border-radius: 10px;
    vertical-align: middle;
}

.assess_box .assess_right_p {
    padding-top: 22px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}

/*信赖样式*/
.trust {
    min-width: 1200px;
    width: 100%;
    height: auto;
    padding: 135px 0px;
    box-sizing: border-box;
}

.trust-box {
    margin: 50px 0;
    padding-top: 62px;
    width: 100%;
    height: 891px;
    box-sizing: border-box;
    background-image: linear-gradient(180deg, #F14342 0%, #C71D1E 100%);
}

.trust-box .box-top {  
    width: 1160px;
    height: 287px;
    background: #AE1B1B;
    margin: 0 auto;
    padding: 40px 0 0 40px;
    display: flex;
}

.trust-box .box-top .box-top-img {
    width: 582px;
    height: 370px;
    box-sizing: border-box;
    background: #F3D8D8;
    padding: 14px;
}
.trust-box .box-top .box-top-img img {
    width: 100%;
    height: auto;
}
.trust-box .box-top .box-top-content {
    margin-left: 75px;
    margin-top: 50px;
}
.trust-box .box-top .box-top-content .box-top-content-title {
    font-family: SourceHanSansCN-Bold;
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 0;
}
.trust-box .box-top .box-top-content .box-top-content-p {
    font-family: SourceHanSansCN-Normal;
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 50px;
    margin-top: 10px;
}
.trust-box .box-bottom {
    padding-top: 132px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.trust-box .box-bottom .box-bottom-div { 
    box-sizing: border-box;
    width: 600px;
    height: 156px;
    display: flex;
}
.trust-box .box-bottom .box-bottom-div1, .trust-box .box-bottom .box-bottom-div2 {
    border-bottom: 1px dashed #FFF;
}
.trust-box .box-bottom .box-bottom-div1, .trust-box .box-bottom .box-bottom-div3 {
    border-right: 1px dashed #FFF;
}
.trust-box .box-bottom .box-bottom-div3, .trust-box .box-bottom .box-bottom-div4 {
    padding-top: 42px;
    box-sizing: border-box;
}

.trust-box .box-bottom .box-bottom-div .box-bottom-div-img {
    width: 150px;
    text-align: center;
    padding-top: 18px;
    box-sizing: border-box;
}
.trust-box .box-bottom .box-bottom-div .box-bottom-div-img img {
    width: 67px;
    height: 67px;
}
.trust-box .box-bottom .box-bottom-div .box-bottom-div-word .box-bottom-div-word-p {
    font-family: SourceHanSansCN-Medium;
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0;
}
.trust-box .box-bottom .box-bottom-div .box-bottom-div-word .box-bottom-div-word-detail {
    font-family: SourceHanSansCN-Normal;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 35px;
}

.trust .trust_a{
    display: block;
    margin: 0 auto;
    width: 391px;
    height: 77px;
    font-size: 26px;
    color: #FFFFFF;
    letter-spacing: 2.17px;
    text-align: center;
    line-height: 77px;
    background-image: linear-gradient(180deg, #F8593D 0%, #DE2828 100%);
    border-radius: 38.5px;
}

/*弹窗礼包样式*/
.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 98;
}

.alert_gift {
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    padding: 26px 20px 32px;
    background-image: linear-gradient(180deg, #EEEEEE 0%, #F04F41 0%, #E9392B 100%);
    box-sizing: border-box;
    z-index: 99;
}

.alert_title {
    padding-bottom: 22px;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 26px;
}

.alert_box {
    width: 433px;
    height: auto;
    padding: 18px 15px 15px;
    border-radius: 8px;
    background: #FFFFFF;
    box-sizing: border-box;
}

.alert_tel {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 10px 10px 10px 48px;
    border-radius: 8px;
    background: #F5F5F5;
    box-sizing: border-box;
}

.alert_tel .tel_img {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    width: 17px;
    height: 25px;
}

.alert_tel .name_img {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    width: 17px;
    height: 19px;
}

.alert_tel .tel_input {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    border: none;
    outline: none;
    background: #F5F5F5;
}

.alert_box input::placeholder {
    color: #999999;
}

.code-box {
    text-align: center;
    font-size: 0;
    width: 100%;
    height: 50px;
    margin-bottom: 18px;
}

.code-box input {
    display: inline-block;
    padding-left: 10px;
    width: 241px;
    height: 100%;
    outline: none;
    border: 0;
    background: #F5F5F5;
    font-size: 18px;
    border-radius: 8px;
    margin-right: 14px;
    vertical-align: middle;
    box-sizing: border-box;

}

.code-box .getCodeTestpic {
    display: inline-block;
    width: 144px;
    height: 50px;
    background: #D8D8D8;
    border-radius: 8px;
    cursor: pointer;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
}

.alert_course_btn, .gift_btn {
    margin: 0 auto;
    width: 100%;
    height: 50px;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 1.47px;
    text-align: center;
    line-height: 50px;
    border-radius: 8px;
    background-image: linear-gradient(180deg, #FC8272 2%, #F8584F 100%);
    cursor: pointer;
}

.close-page-img {
    position: absolute;
    top: -35px;
    right: -30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.alert_gift .alert_hint {
    padding-top: 27px;
    font-size: 25px;
    color: #FFFFFF;
    letter-spacing: 1.47px;
    text-align: center;
    line-height: 25px;
}

/*右侧固定导航*/
.meiqia-floatingWindow {
    position: fixed;
    right: 0;
    top: 50%;
    width: 76px;
    height: 300px;
    text-align: center;
    z-index: 100001;
    border-radius: 5px;
    margin-top: -120px;
    font-family: 微软雅黑;
    font-size: 12px;
    color: #fff;
}

.meiqia-floatingWindow ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.meiqia-floatingWindow ul li {
    width: 100%;
    cursor: pointer;
    text-align: center;
    height: 90px;
    border-bottom: 1px solid #fff;
    position: relative;
    float: left;
    background: #FF6E63;
}

.meiqia-floatingWindow ul li em {
    display: block;
    width: 40px;
    margin: 14px auto 0;
}

.meiqia-floatingWindow ul li img {
    display: none;
}

.meiqia-floatingWindow ul li .mq-icon01 {
    background: url(//a.guixue.com/images/syyc1.png) no-repeat center top;
    height: 40px;
}

.meiqia-floatingWindow ul li .mq-icon03 {
    background: url(//a.guixue.com/images/syyc2.png) no-repeat center top;
    height: 25px;
}

.meiqia-floatingWindow ul li .mq-icon04 {
    background: url(//a.guixue.com/images/syyc3.png) no-repeat center top;
    height: 25px;
}

.meiqia-floatingWindow ul li .mq-icon05 {
    background: url(//a.guixue.com/images/syyc4.png) no-repeat center top;
    height: 11px;
    margin-top: 18px;
}

.meiqia-floatingWindow ul li span {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 11px;
    left: 5%;
    width: 90%;
    font-size: 14px;
    font-weight: normal;
}

.meiqia-floatingWindow ul li a span {
    color: #fff;
}

.meiqia-floatingWindow .mq-rt-fl {
    overflow: visible;
}

.meiqia-floatingWindow .mq-rt-fl li {
    background: #FF6E63;
}

.meiqia-floatingWindow .mq-rt-fl li em {
    height: 40px;
}

.meiqia-floatingWindow .mq-rt-fl li.mq-icon01 em {
    background: url(//a.guixue.com/images/syyc1.png) no-repeat center top;
}

.meiqia-floatingWindow .mq-rt-fl li.mq-icon03 em {
    background: url(//a.guixue.com/images/syyc2.png) no-repeat center top;
}

.meiqia-floatingWindow .mq-rt-fl li.mq-icon04 em {
    background: url(//a.guixue.com/images/syyc3.png) no-repeat center top;
}

.meiqia-floatingWindow .mq-rt-fl li.mq-icon05 em {
    background: url(//a.guixue.com/images/syyc4.png) no-repeat center top;
}

.meiqia-floatingWindow .mq-rt-fl li.on {
    background: #fff;
    color: #FF6E63;
}

.meiqia-floatingWindow .mq-rt-fl li.mq-icon01.on em {
    background: url(//a.guixue.com/ielts/autumn2020/images/syychover1.png) no-repeat center top;
}

.meiqia-floatingWindow .mq-rt-fl li.mq-icon03.on em {
    background: url(//a.guixue.com/ielts/autumn2020/images/syychover2.png) no-repeat center top;
}

.meiqia-floatingWindow .mq-rt-fl li.mq-icon04.on em {
    background: url(//a.guixue.com/ielts/autumn2020/images/syychover3.png) no-repeat center top;
}

.meiqia-floatingWindow .mq-rt-fl li.mq-icon05.on em {
    background: url(//a.guixue.com/ielts/autumn2020/images/syychover4.png) no-repeat center top;
}

.meiqia-floatingWindow .mq-rt-fl li.on a span {
    color: #FF6E63;
}


.mq-icon04 .ycce-box {
    position: relative;
    width: 400px;
    left: -400px;
    top: -135px;
    background: rgba(255, 255, 255, 0);
    height: 300px;
    display: none;
}

.mq-icon04 .testDiv {
    position: absolute;
    width: 378px;
    padding-bottom: 60px;
    border-radius: 5px;
    background: #fff;
    -webkit-boxshadow: 0px 6px 12px 0 rgba(0, 0, 0, .32);
    box-shadow: 0px 6px 12px 0 rgba(0, 0, 0, .32);
    -moz-box-shadow: 0px 6px 12px 0 rgba(0, 0, 0, .32);
    -ms-box-shadow: 0px 6px 12px 0 rgba(0, 0, 0, .32);
    -o-box-shadow: 0px 6px 12px 0 rgba(0, 0, 0, .32);
    display: none;
}

.mq-icon04 .testDiv h2 {
    height: 50px;
    line-height: 50px;
    background: #FF6E63;
    color: #fff;
    position: relative;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

/* .mq-icon04 .testDiv .info {
    background:#ededed;
    border-bottom:1px solid #d1d1d1;
    color:#666
}
.mq-icon04 .testDiv .testappBox {
    padding: 30px 0;
    font-size:18px;
} */

.mq-icon04 .testDiv .ycbox-form .ycbox-formInfo {
    width: 100%;
    height: 38px;
    border: 1px solid #999;
    margin-bottom: 35px;
    border-radius: 5px;
    position: relative
}

.mq-icon04 .testDiv .ycbox-form .ycbox-formInfo b {
    display: block;
    position: absolute
}

.mq-icon04 .testDiv .ycbox-form .ycbox-formInfo .yc-phone {
    background: url(//a.guixue.com/images/sj.png) no-repeat center;
    margin: 8px 16px;
    width: 12px;
    height: 22px;
}

.mq-icon04 .testDiv .ycbox-form .ycbox-formInfo .rightnav {
    width: 252px;
    height: 34px;
    line-height: 34px;
    outline: 0;
    border: 0;
    margin-left: 44px;
    margin-top: 2px;
    font-size: 16px
}

.mq-icon04 .testDiv .ycbox-form {
    width: 298px;
    padding: 40px 40px 0 40px
}

.mq-icon04 .testDiv .ycbox-form .form-span {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    padding-top: 15px;
    color: #222222;
}

.mq-icon04 .testDiv .ycbox-form .from_submit {
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #FF6E63;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 20px
}

.mq-icon04 .testDiv .ycbox-form .yc-alert-txt {
    text-align: center;
    font-size: 20px;
    color: #C8161E;
    display: none;
}

.mq-icon04 .testDiv .ycbox-form .from_submit:hover {
    background: #FF6E63;
}