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

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

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

.position {
    position: absolute;
}

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

h3.title {
    font-size: 35px;
    font-weight: normal;
    color: #333333;
    letter-spacing: 2px;
    text-align: center;
    line-height: 35px;
}

p.subhead {
    padding-top: 16px;
    font-size: 20px;
    color: #666666;
    text-align: center;
    line-height: 20px;
}

p.subhead::before {
    position: relative;
    top: -6px;
    left: -10px;
    display: inline-block;
    content: "";
    width: 86px;
    height: 1px;
    background: #BAB9B9;
}

p.subhead::after {
    position: relative;
    top: -6px;
    left: 10px;
    display: inline-block;
    content: "";
    width: 86px;
    height: 1px;
    background: #BAB9B9;
}

/*以上为公共样式*/

/*banner样式*/
.banner {
    min-width: 1200px;
    width: 100%;
    height: auto;
}

/*方案样式*/
.scheme {
    min-width: 1200px;
    width: 100%;
    height: auto;
    padding: 80px 0px;
    box-sizing: border-box;
}

.scheme_ol {
    width: 100%;
    height: auto;
    padding-top: 30px;
    box-sizing: border-box;
}

.scheme_ol .scheme_li {
    position: relative;
    float: left;
    width: 238px;
    height: auto;
    padding-top: 182px;
    padding-bottom: 19px;
    margin-right: 16px;
    border-radius: 0 0 8px 8px;
    background: #FBFAFA;
    box-sizing: border-box;
    cursor: pointer;
}

.scheme_ol .scheme_li:last-child {
    margin-right: 0px;
}

.scheme_ol .scheme_li .li_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 58px;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    line-height: 48px;
    background: #83CB26;
    z-index: 2;
}

.scheme_ol .scheme_li .li_img {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: 139px;
    z-index: 3;
}

.scheme_ol .scheme_li .li_p {
    padding-top: 18px;
    font-size: 22px;
    color: #333333;
    text-align: center;
    line-height: 22px;
}

.scheme_ol .scheme_li .scheme_btn {
    margin: 16px auto 0;
    width: 100%;
    height: auto;
    font-size: 0;
    text-align: center;
}

.scheme_ol .scheme_li .scheme_btn .li_a {
    display: inline-block;
    width: 104px;
    height: 37px;
    font-size: 16px;
    color: #83CB26;
    text-align: center;
    line-height: 37px;
    border-radius: 18.5px;
    border: 1px solid #83CB26;
    box-sizing: border-box;
    vertical-align: middle;
}

.scheme_ol .scheme_li .scheme_btn .li_a2 {
    display: inline-block;
    margin-left: 15px;
    width: 104px;
    height: 37px;
    font-size: 16px;
    color: #83CB26;
    text-align: center;
    line-height: 37px;
    border-radius: 18.5px;
    border: 1px solid #83CB26;
    box-sizing: border-box;
    vertical-align: middle;

}

.scheme_ol .scheme_li .li_a:hover {
    color: #FFFFFF;
    background: #83CB26;
}

.scheme_ol .scheme_li .li_a2:hover  {
    color: #FFFFFF;
    background: #83CB26;
}

/*课程样式*/
.course {
    min-width: 1200px;
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: #F8F7F7;
    box-sizing: border-box;
}

.course_ul {
    width: 100%;
    height: auto;
    padding-top: 33px;
    box-sizing: border-box;
}

.course_ul .course_li {
    float: left;
    width: 247px;
    height: 74px;
    margin-right: 4px;
    font-size: 26px;
    color: #FFFFFF;
    text-align: center;
    line-height: 74px;
    border: 1px solid #80CA2C;
    background: #80CA2C;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    box-sizing: border-box;
}

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

.course_ul .course_li.active {
    color: #80CA2C;
    font-weight: bold;
    background: #FFFFFF;
}

.course_table {
    width: 100%;
    height: auto;
    background: #FFFFFF;
}

.course_table table {
    display: none;
    border-left: 1px solid #80CA2C;
}

.course_table tr.tr_title {
    background: #FFFFFF;
    border-bottom: 1px solid #80CA2C;
}

.course_table tr td {
    padding: 22px 0;
    text-align: center;
    font-size: 18px;
    color: #333333;
    border-right: 1px solid #80CA2C;
    border-bottom: 1px solid #80CA2C;
}

.course_table tr.tr_title td {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    border-bottom: none;
}

.course_table tr td.no_right {
    border-bottom: 1px solid #80CA2C;
}

.course_table tr td.no_bottom {
    border-bottom: none;
}

.course_table tr td .td_a {
    display: inline-block;
    width: 120px;
    height: 42px;
    font-size: 18px;
    color: #80CA2C;
    text-align: center;
    line-height: 42px;
    border: 1px solid #80CA2C;
    border-radius: 21px;
    background: #ffffff;
    box-sizing: border-box;
}

.course_table tr td .td_a:hover {
    color: #ffffff;
    background: #80CA2C;
}

.course_btn {
    display: block;
    margin: 43px auto 0;
    width: 415px;
    height: 60px;
    font-size: 28px;
    color: #ffffff;
    letter-spacing: 4px;
    text-align: center;
    line-height: 60px;
    border-radius: 30px;
    background: #80CA2C;
}


/*多种模式样式*/
.pattern {
    min-width: 1200px;
    padding: 80px 0px;
    width: 100%;
    height: auto;
    box-sizing: border-box;

}

.pattern-ol {
    padding-top: 40px;
    width: 100%;
    height: auto;
}

.pattern-ol li {
    float: left;
    width: 310px;
    margin-right: 35px;
    height: 316px;
    background: #F7F7F7;
    cursor: pointer;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.pattern-ol li:hover {
    transform: translate(0, -8px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.13);
}

.pattern-ol li:last-child {
    margin-right: 0px;
}

.pattern-ol li .li-img {
    display: block;
    width: 100%;
    height: auto;
}

.pattern-ol li .li-title {
    padding-top: 19px;
    font-size: 22px;
    color: #333333;
    line-height: 22px;
    text-align: center;
}

.pattern-ol li .li-p {
    padding-top: 15px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 16px;
}

.pattern-ol li .li-btn {
    margin: 20px auto 0;
    width: 169px;
    height: 44px;
    border-radius: 26px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
    background: #83CB26;
}

/*服务样式*/
.server {
    padding-top: 90px;
    min-width: 1200px;
    width: 100%;
    height: 696px;
    background: url(//a.guixue.com/ielts/summer2020/images/img8.png) center center no-repeat;
    box-sizing: border-box;
}

.server .server-ol {
    width: 100%;
    height: auto;
    padding-top: 40px;
    box-sizing: border-box;
}

.server-ol li {
    position: relative;
    float: left;
    width: 320px;
    height: 130px;
    padding-left: 93px;
    padding-top: 26px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #FFFFFF;
    box-sizing: border-box;
    cursor: pointer;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.server-ol li:nth-of-type(3n) {
    margin-right: 0px;
}

.server-ol li:hover {
    transform: translate(0, -8px);
    -webkit-transform: translate(0, -8px);
    -moz-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.13);
}

.server-ol li .li-img {
    position: absolute;
    left: 16px;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
}

.server-ol li .li-title {
    font-size: 20px;
    color: #333333;
    line-height: 20px;
}

.server-ol li .li-p {
    padding-top: 10px;
    font-size: 18px;
    color: #666666;
    line-height: 28px;
}

.server .server_btn {
    display: block;
    margin: 25px auto 0;
    width: 300px;
    height: 54px;
    border-radius: 27px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 54px;
    background: #83CB26;
}

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

.trust-box {
    padding-top: 40px;
    padding-bottom: 50px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.trust-box .box-left {
    float: left;
    width: 334px;
    height: auto;
}

.trust-box .box-left .left_container {
    width: 100%;
    height: 205px;
}

.trust-box .box-left .left_container .left-slide {
    width: 100%;
    height: 100%;
}

.trust-box .box-left .left-content {
    width: 100%;
    height: 115px;
    padding-left: 18px;
    padding-top: 15px;
    background: #83CB26;
    box-sizing: border-box;
}

.trust-box .box-left .left-content .content-title {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
}

.trust-box .box-left .left-content .content-p {
    padding-top: 10px;
    width: 302px;
    height: auto;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
}

.trust-box .box-right {
    float: left;
    margin-left: 10px;
    width: 654px;
    height: 320px;
    padding: 20px;
    border: 1px solid #83CB26;
    background: #FFFFFF;
    box-sizing: border-box;
}

.trust-box .box-right li {
    float: left;
    width: 307px;
    height: 140px;
}

.trust-box .box-right li:nth-of-type(odd) {
    width: 304px;
    border-right: 1px dashed #83CB26;
}

.trust-box .box-right li:nth-of-type(1), .trust-box .box-right li:nth-of-type(2) {
    height: 139px;
    border-bottom: 1px dashed #83CB26;
}

.trust-box .box-right li .li-title {
    padding-top: 20px;
    padding-left: 15px;
    font-size: 20px;
    color: #333333;
    line-height: 20px;
}

.trust-box .box-right li .li-content {
    padding-top: 10px;
    padding-left: 15px;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}

.trust-box .box-right li .even-padding {
    padding-left: 30px;
}

.trust-box .box-right li .pad-top {
    padding-top: 35px;
}

.trust .trust-a {
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 54px;
    border-radius: 27px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 54px;
    background: #83CB26;
}

/*申请样式*/
.apply {
    padding-top: 90px;
    min-width: 1200px;
    width: 100%;
    height: 627px;
    background: url(//a.guixue.com/ielts/summer2020/images/img6.png) center center no-repeat;
    box-sizing: border-box;
}

.apply-box {
    padding-top: 42px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.apply-box .apply-left {
    float: left;
    width: 480px;
    height: 350px;
}

.apply-box .apply-right {
    position: relative;
    top: -2px;
    float: left;
    width: 520px;
    height: 351px;
    padding-top: 190px;
    background: url(//a.guixue.com/ielts/summer2020/images/img12.png) no-repeat;
    box-sizing: border-box;
}

.apply-box .apply-right .apply-tel {
    margin: 0 auto;
    width: 318px;
    height: 50px;
    border: 1px solid #83CB26;
    border-radius: 25px;
}

.apply-box .apply-right .apply-tel input {
    display: block;
    font-size: 16px;
    text-align: center;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 25px;
}

.apply-box .apply-right .apply-btn {
    margin: 20px auto 0;
    width: 318px;
    height: 50px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    background: #83CB26;
    cursor: pointer;
}

/*名师样式*/
.teachs {
    padding: 90px 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.teachers-box {
    position: relative;
    min-width: 1200px;
    width: 100%;
    height: 180px;
    background: #83CB26;
}

.teachers-box .box_container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1000px;
    height: 414px;
    margin-left: -500px;
}

.teachers-box .box_container .swiper-container {
    position: absolute;
    left: 0;
    top: -92px;
    width: 420px;
    height: 510px;
}

.teachers-box .box_container .left-box {
    position: relative;
}

.teachers-box .box_container .left-box .teach-img {
    display: block;
    width: 269px;
    height: 506px;
}

.teachers-box .box_container .left-box .teach-name {
    position: absolute;
    top: 92px;
    right: 52px;
    width: 75px;
    height: 132px;
    background: url(//a.guixue.com/p/xiaoban/images/juxing2.png) no-repeat;
    font-size: 28px;
    font-weight: bold;
    color: #83CB26;
    text-align: center;
    box-sizing: border-box;
}

.teachers-box .box_container .left-box .teach-name span {
    display: inline-block;
    line-height: 42px;
}

.teachers-box .box_container .tbox {
    position: absolute;
    top: 20px;
    left: 430px;
    width: 550px;
    height: 180px;
    overflow: hidden;
}

.teachers-box .box_container .tbox li {
    position: absolute;
    top: -210px;
    transition: 0.6s;
    width: 550px;
    height: 180px;
}

.teachers-box .box_container .tbox li.on {
    top: 0px;
    transition: 0.6s;
}

.teachers-box .box_container .tbox li h5 {
    font-size: 30px;
    color: #FFFFFF;
}

.teachers-box .box_container .tbox li .tbox-content {
    margin-top: 15px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 43px;
}

.teachers-box .box_container .tbox li .tbox-content span {
    float: left;
    padding-left: 10px;
    width: 265px;
    height: 40px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
}

.teachers-box .box_container .tbox li .tbox-content span::before {
    position: relative;
    top: 0;
    left: -10px;
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    background: url(//a.guixue.com/ielts/summer2020/images/img25.png) no-repeat;

}

.teachers-box .box_container .clearfix {
    top: 204px;
    left: 430px;
    width: 490px;
    height: 200px;
}

.teachers-box .box_container .clearfix .fl {
    position: relative;
    width: 90px;
    height: 90px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.6s;
}

.teachers-box .box_container .clearfix .fl .fl-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.teachers-box .box_container .clearfix .dot1 {
    position: absolute;
    top: 46px;
    left: 6px;
    width: 34px;
    height: 28px;
}

.teachers-box .box_container .clearfix .dot2 {
    position: absolute;
    top: 136px;
    right: 4px;
    width: 34px;
    height: 28px;
}

.teachers-box .box_container .clearfix .marl {
    margin-left: 100px;
}

.teachers-box .box_container .clearfix .marr {
    margin-right: 0px;
}

.teachers-box2 {
    min-width: 1200px;
    width: 100%;
    height: 234px;
    background: #F7F7F7;
}

.teachs .teachs-btn {
    margin: 50px auto 0;
    width: 300px;
    height: 54px;
    border-radius: 28px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 54px;
    background: #83CB26;
    cursor: pointer;
}

/*校区环境样式*/
.schools {
    min-width: 1200px;
    width: 100%;
    height: 815px;
    padding-top: 90px;
    background: url(//a.guixue.com/ielts/summer2020/images/img7.png) center center no-repeat;
    box-sizing: border-box;
}

.schhols-img {
    width: 100%;
    height: auto;
}

/*右侧固定导航*/
.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: #83CB26;
}

.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: #83CB26;
}

.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: #83CB26;
}

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

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

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

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

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


.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: #83CB26;
    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: #83CB26;
    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: #83CB26;
}


/*2021年5月27日新增*/
.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 98;
}

.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 .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;
}

.alert_course_btn, .gift_btn {
    margin: 0 auto;
    width: 340px;
    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, #80CA2C 2%, #50BB5A 100%);
    cursor: pointer;
}

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

/***课程预约试听样式***/
.course_audition, .alert_gift {
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    padding: 26px 20px 24px;
    background-image: linear-gradient(180deg, #EEEEEE 0%, #80CA2C 0%, #5ABE44 100%);
    box-sizing: border-box;
    z-index: 99;
}

.course_audition .box_option {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    font-size: 0;
    box-sizing: border-box;
}

.options_one {
    position: relative;
    display: inline-block;
    width: 194px;
    height: 50px;
}

.options_one select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #F5F5F5;
    vertical-align: middle;
    padding-left: 17px;
    color: #666666;
    font-size: 16px;
    line-height: 50px;
    box-sizing: border-box;
}

.options_one::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 12px;
    width: 20px;
    height: 14px;
    margin-top: -7px;
    background: url('../images/sanjiaoxing.png') no-repeat;
}

/**弹屏样式**/
.alert_screen {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 669px;
    height: 416px;
    padding-top: 308px;
    background: url('//a.guixue.com/ielts/summer2021/images/screen.png') no-repeat;
    /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);*/
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    z-index: 88;
}

.alert_screen .close-box-img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.alert_screen .screen_btn {
    width: 100%;
    height: auto;
    font-size: 0;
    text-align: center;
}

.alert_screen .screen_btn .btn_a {
    display: inline-block;
    width: 202px;
    height: 50px;
    border-radius: 25px;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 1.47px;
    text-align: center;
    line-height: 50px;
    background-image: linear-gradient(180deg, #80CA2C 2%, #50BB5A 100%);
    vertical-align: middle;
}