﻿.Topbar {
    display: none;
}

.pc-style .banner {
    background: #0975fa url(https://www.100xuexi.com/css/images/tongdengxueli/banner.jpg) center top no-repeat;
    text-align: center;
}

.pc-style .banner .banner-inner {
    width: 1120px;
    margin: 0px auto;
}

.pc-style .banner #pcBanner {
    display: block;
}

.pc-style .banner #mobileBanner {
    display: none;
}

.pc-style .mid {
    width: 1120px;
    margin: -150px auto 0px auto;
    position: relative;
    z-index: 10;
    font-size: 15px;
}

.pc-style .block {
    margin-bottom: 20px;
}

.pc-style .block .block-inner {
    padding: 50px;
    background: #ffffff;
    border-radius: 20px;
}

.pc-style .block .block-title {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.pc-style .block .block-title:after {
    content: "";
    display: block;
    width: 4em;
    height: 10px;
    border-radius: 100px;
    background: #fff05f;
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: 1;
    margin-left: -2em;
}

.pc-style .block .block-main-title {
    font-size: 30px;
    text-align: center;
    position: relative;
    z-index: 5;
}

.pc-style .block .block-main-title strong {
    color: #e53737;
}

.pc-style .block .btn-container {
    text-align: center;
    padding-top: 20px;
}

.pc-style .block .btn-container .btn {
    color: #ffffff;
    background: #0975fa;
    border-radius: 100px;
    text-align: center;
    display: inline-block;
    line-height: 50px;
    font-weight: bold;
    padding: 0px 2em;
    box-shadow: 0px 5px 10px 0px rgba(9, 177, 255, 0.3);
    margin: 0px 10px;
    vertical-align: middle;
    font-size: 20px;
}

.pc-style .block .what {
    padding-right: 520px;
    position: relative;
}

.pc-style .block .what .must-know {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #f5f5f5;
    border-radius: 20px;
    width: 500px;
}

.pc-style .block .what .must-know .must-know-title {
    background: #0975fa;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: -18px;
    width: 160px;
    margin-left: -80px;
    box-sizing: border-box;
    text-align: center;
    line-height: 36px;
    border-radius: 100px 100px 20px 20px;
    font-weight: bold;
}

.pc-style .block .what .must-know .must-know-list {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 20px 20px 20px;
}

.pc-style .block .what .must-know .know-item {
    flex: 1;
    min-width: 25%;
}

.pc-style .block .what .must-know .know-item .item-inner {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    display: block;
    margin: 5px;
    text-align: center;
}

.pc-style .block .base-info {
    padding: 20px;
    display: block;
    background: #0975fa;
    background: linear-gradient(120deg, #0db8ff, #0975fa);
    background: -webkit-linear-gradient(120deg, #0db8ff, #0975fa);
    color: #ffffff;
    border-radius: 20px;
    margin-top: 20px;
    box-shadow: 0px 5px 10px 0px rgba(9, 177, 255, 0.3);
}

.pc-style .block .base-info .info-item {
    padding: 5px 0px;
}

.pc-style .block .base-info .info-item .item-inner {
    padding-left: 7em;
    position: relative;
}

.pc-style .block .base-info .info-item .item-title {
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: bold;
}

.pc-style .block .base-info .info-item .item-content {
    padding: 5px 0px;
}

.pc-style .block .what .must-know .know-item .item-icon {
    width: 60px;
    margin: 0px auto;
}

.pc-style .block .what .must-know .know-item .item-icon img {
    width: 100%;
}

.pc-style .block .condition {
    display: flex;
    margin: 20px -10px;
    align-items: stretch;
    flex-wrap: wrap;
}

.pc-style .block .condition .condition-item {
    flex: 1;
    min-width: 25%;
    box-sizing: border-box;
    padding: 10px;
}

.pc-style .block .condition .condition-item:nth-child(2) {
    flex: 2;
    min-width: 50%;
}

.pc-style .block .condition .item-inner {
    border-radius: 12px;
    padding: 15px 20px;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.pc-style .block .condition .item-no {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    color: #0975fa;
    position: relative;
    margin-bottom: 10px;
}

.pc-style .block .difference {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    overflow: hidden;
}

.pc-style .block .difference table {
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    box-sizing: border-box;
    /* border: none; */
}

.pc-style .block .difference th {
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 10px;
}

.pc-style .block .difference td {
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 10px;
}

.pc-style .block .difference td.col-tongdengxuexili {
    background: #d4e5fa;
    color: #333333;
}

.pc-style .block .difference th.col-tongdengxuexili {
    background: #0975fa;
    color: #ffffff;
    font-size: 20px;
}

.pc-style .block .difference td.col-feiquanrizhi {
    background: #fff05f;
    color: #333333;
}

.pc-style .block .difference th.col-feiquanrizhi {
    background: #ff5f5f;
    font-size: 20px;
    color: #ffffff;
}

.pc-style .block .notice {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.pc-style .block .notice .notice-item {
    flex: 1;
    min-width: 33.33%;
    padding: 10px;
    box-sizing: border-box;
}

.pc-style .block .notice .notice-item .item-inner {
    border-radius: 12px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
}

.pc-style .block .notice .notice-item .item-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pc-style .block .notice .notice-item .item-title .title-icon {
    width: 2em;
    height: 2em;
    display: inline-block;
    vertical-align: middle;
    background: #f5f5f5;
    border-radius: 100%;

}

.pc-style .block .notice .notice-item .item-title .title-icon img {
    width: 100%;
    height: 100%;
}

.pc-style .block .notice .notice-item .item-title .title-text {
    display: inline-block;
    vertical-align: middle;
    color: #0975fa;
}

.pc-style .block .colums-list {
    display: flex;
    margin: 0px -10px;
}

.pc-style .block .colums-list .colums {
    flex: 1;
    padding: 0px 10px;
}

.pc-style .block .colums-list .colums .colums-inner {
    padding: 20px;
    background: #ffffff;
    border-radius: 20px;
}

.pc-style .block .colums-list .colums .colums-title {
    position: relative;
    padding-right: 3em;
    margin-bottom: 10px;
}

.pc-style .block .colums-list .colums .colums-title .title-text {
    font-weight: bold;
    font-size: 20px;
}

.pc-style .block .colums-list .colums .colums-title .title-more {
    position: absolute;
    right: 0px;
    padding-right: 1em;
    top: 0px;
}

.pc-style .block .colums-list .colums .colums-title .title-more:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
}

.pc-style .block .news .news-item {
    position: relative;
    padding-left: 1em;
}

.pc-style .block .news .news-item::before {
    position: absolute;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    left: 0px;
    top: 50%;
    margin-top: -2px;
    background-color: #0975fa;
    box-shadow: 2px 2px 0px 0px #fff05f;
}

.pc-style .block .news .news-item a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0px;
}

.pc-style .block .hot-school {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -5px;
}

.pc-style .block .hot-school .school-item {
    flex: 1;
    min-width: 50%;
    box-sizing: border-box;
    padding: 5px;
}

.pc-style .block .hot-school .item-inner {
    border-radius: 10px;
    background: #f5f5f5;
    padding: 10px;
    display: block;
}

.pc-style .block .hot-school .item-inner .item-icon {
    width: 2em;
    height: 2em;
    display: inline-block;
    vertical-align: middle;
}

.pc-style .block .hot-school .item-inner .item-icon img {
    width: 100%;
    height: 100%;
}

.pc-style .block .hot-school .item-inner .item-title {
    display: inline-block;
    vertical-align: middle;
}

.pc-style .bot {
    text-align: center;
    padding: 50px 0px;
}


.pc-style .contactus {
    text-align: center;
}

.pc-style .contactus .Tips {
    font-size: 13px;
    color: #888888;
}

.pc-style .contactus .kefu-list {
    padding: 20px 40px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-top: 10px;
    text-align: left;
}

.pc-style .contactus .kefu-list li {
    padding: 10px 0px 10px 30px;
    border-bottom: 1px dotted #e5e5e5;
    position: relative;
}

.pc-style .contactus .kefu-list li::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    left: 0px;
    background: #000000 center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .contactus .kefu-list li .item-tag {
    display: none;
}

.pc-style .contactus .kefu-list li.li-qq:before {
    background: url(../Images/bg5015_1.png) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .contactus .kefu-list li.li-weixin:before {
    background: url(../Images/bg5015_3.png) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .contactus .kefu-list li.li-tel:before {
    background: url(../Images/bg5015_2.png) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .contactus .kefu-list li:last-child {
    border: none;
}

.pc-style .contactus .kefu-list li .weixin-code {
    width: 180px;
    border: 1px solid #e5e5e5;
    display: block;
    margin-top: 10px;
}

.pc-style .contactus .kefu-list li .weixin-code img {
    width: 100%;
    height: auto;
}

.pc-style .contactus .kefu-list li a {
    color: #336699;
    display: block;
}

.pc-style .apply {
    width: 500px;
    margin: 0px auto;
}

.pc-style .block-apply .apply-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.pc-style .apply .apply-item {
    padding: 10px 0px 10px 100px;
    position: relative;
}

.pc-style .apply .apply-item .item-tag .must {
    color: #e53737;
}

.pc-style .apply .apply-item .item-tag {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 18px 0px;
}

.pc-style .apply .apply-item .input-error {
    color: #e53737;
    font-size: 14px;
}

.pc-style .apply .apply-item .text-box {
    /* background: #f7f7f7; */
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    padding: 0px 10px;
    line-height: 40px;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}

.pc-style .apply .apply-item .select-calltimeseg {
    /* background: #f5f5f5; */
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    padding: 0px 10px;
    line-height: 40px;
    min-height: 40px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}

.pc-style .apply .btn-submint {
    border-radius: 100px;
    background: #e53737;
    background-image: linear-gradient(#ff3e3e, #e53737);
    background-image: -webkit-linear-gradient(#ff3e3e, #e53737);
    height: 50px;
    line-height: 50px;
    padding: 0px 2em;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);
    border: none;
}

.pc-style .apply .apply-btns {
    text-align: center;
    padding-top: 10px;
}

.pc-style .dialog-school {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
    font-size: 14px;
    line-height: 1.5;
}

.pc-style .dialog-school .dialog-school-box {
    position: absolute;
    top: 100px;
    left: 50%;
    right: 0px;
    bottom: 100px;
    width: 800px;
    margin-left: -400px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

.pc-style .dialog-title {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 44px;
    background: #ffffff;
    line-height: 44px;
}

.pc-style .dialog-title::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    background: #e53737;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.pc-style .dialog-title .title-text {
    padding: 0px 44px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

.pc-style .dialog-title .btn-close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0137_0.png) center center no-repeat;
    background-size: 16px 16px;
    text-indent: -99999em;
}

.pc-style .dialog-content {
    position: absolute;
    top: 44px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.pc-style .dialog-content .province {
    background: #f5f5f5;
}

.pc-style .dialog-content .province .province-list {
    position: relative;
    overflow: hidden;
    zoom: 1;
    padding: 5px;
    height: 96px;
}

.pc-style .dialog-content .province .province-item {
    position: relative;
    float: left;
    padding: 2px 5px;
    line-height: 24px;
}

.pc-style .dialog-content .province .province-item .item-inner {
    padding: 2px 5px;
    display: block;
    border-radius: 5px;
}

.pc-style .dialog-content .province .province-item .item-inner:hover {
    background: #ffffff;
}

.pc-style .dialog-content .province .province-item.selected .item-inner,
.pc-style .dialog-content .province .province-item.selected .item-inner:hover {
    background: #e53737;
    color: #ffffff;
}

.pc-style .dialog-content .school {
    background: #ffffff;
    position: absolute;
    top: 106px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
}

.pc-style .dialog-content .school .school-list {
    overflow: hidden;
    zoom: 1;
    padding: 5px;
}

.pc-style .dialog-content .school .school-item {
    position: relative;
    width: 33.3%;
    float: left;
    overflow: hidden;
}

.pc-style .dialog-content .school .school-item a:before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 14px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #888888;
}

.pc-style .dialog-content .school .school-item.selected a {
    color: #e53737;
    position: relative;
    font-weight: bold;
}

.pc-style .dialog-content .school .school-item.selected a:after {
    content: "";
    width: 10px;
    height: 6px;
    border-left: 2px solid #e53737;
    border-bottom: 2px solid #e53737;
    border-radius: 0px 0px 0px 2px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.pc-style .dialog-content .school .school-item.selected a:before {
    display: none;
}

.pc-style .dialog-content .school .school-item .item-inner {
    margin: 0px 5px;
    padding: 5px 0px 5px 15px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.pc-style .dialog-content .school .school-item .item-inner:hover {
    background: #f5f5f5;
}

.pc-style .loading {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
}

.pc-style .loading .loading-box {
    padding: 20px;
    border-radius: 12px;
    color: #333333;
    background: #ffffff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    width: 100px;
}

.pc-style .loading .loading-box .loading-ico {
    width: 40px;
    height: 40px;
    background: url(https://www.100xuexi.com/css/images/kaoyan121chongci/loading-white.gif) center center no-repeat;
    background-size: 40px;
    border-radius: 40px;
    margin: 0px auto 10px auto;
    padding: 10px;
}

.pc-style .loading .loading-box .success-ico {
    background: #009900 url(https://www.100xuexi.com/css/images/kaoyan121chongci/icon-success.png) center center no-repeat;
    background-size: 40px;
    border-radius: 40px;
}

.pc-style .loading .loading-box .fail-ico {
    background: #e53737 url(https://www.100xuexi.com/css/images/kaoyan121chongci/icon-fail.png) center center no-repeat;
    background-size: 40px;
    border-radius: 40px;
}


/* 移动端样式 */

.mobile-style .banner {
    background: #0975fa;
}

.mobile-style .banner .banner-inner {
    margin: 0px auto;
}

.mobile-style .banner .banner-inner img {
    max-width: 100%;
}

.mobile-style .banner #pcBanner {
    display: none;
}

.mobile-style .banner #mobileBanner {
    display: block;
}

.mobile-style .mid {
    margin: -5px auto 0px auto;
    position: relative;
    z-index: 20;
    font-size: 15px;
}

.mobile-style .block {
    position: relative;
    margin-bottom: 20px;
}

.mobile-style .block .block-inner {
    padding: 16px;
    background: #ffffff;
    border-radius: 12px;
}

.mobile-style .block .block-title {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}


.mobile-style .block .block-title:after {
    content: "";
    display: block;
    width: 4em;
    height: 5px;
    border-radius: 100px;
    background: #fff05f;
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: 1;
    margin-left: -2em;
}

.mobile-style .block .block-main-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 5;
}

.mobile-style .block .block-main-title strong {
    color: #e53737;
}

.mobile-style .block .btn-container {
    text-align: center;
    padding-top: 20px;
}

.mobile-style .block .btn-container .btn {
    color: #ffffff;
    background: #0975fa;
    border-radius: 100px;
    text-align: center;
    display: inline-block;
    line-height: 44px;
    font-weight: bold;
    padding: 0px 2em;
    box-shadow: 0px 5px 10px 0px rgba(9, 177, 255, 0.3);
    margin: 0px 10px;
    vertical-align: middle;
    font-size: 16px;
}

.mobile-style .block .what {
    position: relative;
}

.mobile-style .block .what .must-know {
    background: #f5f5f5;
    border-radius: 12px;
    position: relative;
}

.mobile-style .block .what .must-know .must-know-title {
    background: #0975fa;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: -18px;
    width: 160px;
    margin-left: -80px;
    box-sizing: border-box;
    text-align: center;
    line-height: 36px;
    border-radius: 100px 100px 20px 20px;
    font-weight: bold;
}

.mobile-style .block .what .must-know .must-know-list {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 10px 10px 10px;
}

.mobile-style .block .what .must-know .know-item {
    flex: 1;
    min-width: 25%;
}

.mobile-style .block .what .must-know .know-item .item-inner {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    display: block;
    margin: 5px;
    text-align: center;
}

.mobile-style .block .base-info {
    padding: 16px;
    display: block;
    background: #0975fa;
    background: linear-gradient(120deg, #0db8ff, #0975fa);
    background: -webkit-linear-gradient(120deg, #0db8ff, #0975fa);
    color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 5px 10px 0px rgba(9, 177, 255, 0.3);
    margin: 20px auto 40px auto;
}

.mobile-style .block .base-info .info-item {
    padding: 5px 0px;
}

.mobile-style .block .base-info .info-item .item-inner {
    padding-left: 7em;
    position: relative;
}

.mobile-style .block .base-info .info-item .item-title {
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.mobile-style .block .base-info .info-item .item-content {
    padding: 5px 0px;
}

.mobile-style .block .what .must-know .know-item .item-icon {
    width: 60px;
    margin: 0px auto;
}

.mobile-style .block .what .must-know .know-item .item-icon img {
    width: 100%;
}

.mobile-style .block .condition {
    display: flex;
    margin: 20px -10px;
    align-items: stretch;
    flex-wrap: wrap;
}

.mobile-style .block .condition .condition-item {
    /* flex: 1;
    min-width: 25%; */
    box-sizing: border-box;
    padding: 10px;
}

/* .mobile-style .block .condition .condition-item:nth-child(2) {
    flex: 2;
    min-width: 50%;
} */

.mobile-style .block .condition .item-inner {
    border-radius: 12px;
    padding: 15px 20px;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.mobile-style .block .condition .item-no {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    color: #0975fa;
    position: relative;
    margin-bottom: 10px;
    float: left;
}

.mobile-style .block .condition .item-content {
    margin-left: 50px;
}

.mobile-style .block .difference {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    overflow: hidden;
}

.mobile-style .block .difference table {
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    box-sizing: border-box;
    /* border: none; */
}

.mobile-style .block .difference th {
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 10px;
}

.mobile-style .block .difference td {
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 10px;
}

.mobile-style .block .difference td.col-tongdengxuexili {
    background: #d4e5fa;
    color: #333333;
}

.mobile-style .block .difference th.col-tongdengxuexili {
    background: #0975fa;
    color: #ffffff;
    font-size: 16px;
}

.mobile-style .block .difference td.col-feiquanrizhi {
    background: #fff05f;
    color: #333333;
}

.mobile-style .block .difference th.col-feiquanrizhi {
    background: #ff5f5f;
    font-size: 16px;
    color: #ffffff;
}

/* .mobile-style .block .notice {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0px -10px;
} */

.mobile-style .block .notice .notice-item {
    /* flex: 1;
    min-width: 33.33%; */
    padding: 10px 0px;
    box-sizing: border-box;
}

.mobile-style .block .notice .notice-item .item-inner {
    border-radius: 12px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
}

.mobile-style .block .notice .notice-item .item-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.mobile-style .block .notice .notice-item .item-title .title-icon {
    width: 2em;
    height: 2em;
    display: inline-block;
    vertical-align: middle;
    background: #f5f5f5;
    border-radius: 100%;

}

.mobile-style .block .notice .notice-item .item-title .title-icon img {
    width: 100%;
    height: 100%;
}

.mobile-style .block .notice .notice-item .item-title .title-text {
    display: inline-block;
    vertical-align: middle;
    color: #0975fa;
}

/* .mobile-style .block .colums-list {
    display: flex;
    margin: 0px -10px;
} */

.mobile-style .block .colums-list .colums {
    flex: 1;
    /* padding: 0px 10px; */
    padding: 10px 0px;
}

.mobile-style .block .colums-list .colums .colums-inner {
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
}

.mobile-style .block .colums-list .colums .colums-title {
    position: relative;
    padding-right: 3em;
    margin-bottom: 10px;
}

.mobile-style .block .colums-list .colums .colums-title .title-text {
    font-weight: bold;
    font-size: 18px;
}

.mobile-style .block .colums-list .colums .colums-title .title-more {
    position: absolute;
    right: 0px;
    padding-right: 1em;
    top: 0px;
}

.mobile-style .block .colums-list .colums .colums-title .title-more:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
}

.mobile-style .block .news .news-item {
    position: relative;
    padding-left: 1em;
}

.mobile-style .block .news .news-item::before {
    position: absolute;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    left: 0px;
    top: 50%;
    margin-top: -2px;
    background-color: #0975fa;
    box-shadow: 2px 2px 0px 0px #fff05f;
}

.mobile-style .block .news .news-item a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0px;
}

.mobile-style .block .hot-school {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -5px;
}

.mobile-style .block .hot-school .school-item {
    flex: 1;
    min-width: 50%;
    box-sizing: border-box;
    padding: 5px;
}

.mobile-style .block .hot-school .item-inner {
    border-radius: 10px;
    background: #f5f5f5;
    padding: 10px;
    display: block;
}

.mobile-style .block .hot-school .item-inner .item-icon {
    width: 2em;
    height: 2em;
    display: inline-block;
    vertical-align: middle;
}

.mobile-style .block .hot-school .item-inner .item-icon img {
    width: 100%;
    height: 100%;
}

.mobile-style .block .hot-school .item-inner .item-title {
    display: inline-block;
    vertical-align: middle;
}

.mobile-style .contactus {
    text-align: center;
}

.mobile-style .contactus .Tips {
    font-size: 13px;
    color: #888888;
}

.mobile-style .contactus .kefu-list {
    margin: 0px auto;
    padding: 20px;
    display: inline-block;
    text-align: left;
}

.mobile-style .contactus .kefu-list li {
    padding: 10px 0px 10px 30px;
    border-bottom: 1px dotted #e5e5e5;
    position: relative;
}

.mobile-style .contactus .kefu-list li::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    left: 0px;
    background: #000000 center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .contactus .kefu-list li .item-tag {
    display: none;
}

.mobile-style .contactus .kefu-list li.li-qq:before {
    background: url(../Images/bg5015_1.png) center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .contactus .kefu-list li.li-weixin:before {
    background: url(../Images/bg5015_3.png) center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .contactus .kefu-list li.li-tel:before {
    background: url(../Images/bg5015_2.png) center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .contactus .kefu-list li:last-child {
    border: none;
}

.mobile-style .contactus .kefu-list li .weixin-code {
    width: 180px;
    border: 1px solid #e5e5e5;
    display: block;
    margin-top: 10px;
}

.mobile-style .contactus .kefu-list li .weixin-code img {
    width: 100%;
    height: auto;
}

.mobile-style .contactus .kefu-list li a {
    color: #336699;
}

.mobile-style .contactus .kefu-list li a:hover {
    text-decoration: underline;
    color: #cc0000;
}

.mobile-style .apply {
    max-width: 500px;
    margin: 0px auto;
}

.mobile-style .apply-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.mobile-style .apply .apply-item {
    padding: 10px 0px;
    position: relative;
}

.mobile-style .apply .apply-item .item-tag .must {
    color: #e53737;
}

.mobile-style .apply .apply-item .item-tag {
    margin-bottom: 5px;
}

.mobile-style .apply .apply-item .input-error {
    color: #e53737;
    font-size: 14px;
}

.mobile-style .apply .apply-item .text-box {
    /* background: #f7f7f7; */
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    padding: 0px 10px;
    line-height: 40px;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}

.mobile-style .apply .apply-item .select-calltimeseg {
    /* background: #f5f5f5; */
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    padding: 0px 10px;
    line-height: 40px;
    min-height: 40px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}

.mobile-style .apply .apply-item .choose-school-box {
    position: relative;
    padding-right: 100px;
}

.mobile-style .apply .apply-item .btn-choose-school {
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 8px;
    padding: 0px 10px;
    line-height: 40px;
    height: 40px;
    box-sizing: border-box;
    font-size: 16px;
    background: #0066cc;
    color: #ffffff;
    border: none;
}

.mobile-style .apply .btn-submint {
    border-radius: 100px;
    background: #e53737;
    background-image: linear-gradient(#ff3e3e, #e53737);
    background-image: -webkit-linear-gradient(#ff3e3e, #e53737);
    height: 44px;
    line-height: 44px;
    padding: 0px 3em 0px 3em;
    font-size: 17px;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    border: none;
    cursor: pointer;
}

.mobile-style .apply .apply-btns {
    text-align: center;
    padding-top: 10px;
}


.mobile-style .dialog-school {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

.mobile-style .dialog-school .dialog-school-box {
    position: absolute;
    top: 10%;
    border-radius: 12px 12px 0px 0px;
    overflow: hidden;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.mobile-style .dialog-title {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 44px;
    background: #ffffff;
    line-height: 44px;
}

.mobile-style .dialog-title::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    background: #e53737;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.mobile-style .dialog-title .title-text {
    padding: 0px 44px;
    text-align: center;
    font-size: 17px;
}

.mobile-style .dialog-title .btn-close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0137_0.png) center center no-repeat;
    background-size: 16px 16px;
    text-indent: -99999em;
}

.mobile-style .dialog-content {
    position: absolute;
    top: 44px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.mobile-style .dialog-content .province {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 30%;
    background: #f5f5f5;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.mobile-style .dialog-content .province .province-list {
    position: relative;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

.mobile-style .dialog-content .province .province-list::before {
    content: "";
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    width: 5px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
}

.mobile-style .dialog-content .province .province-item {
    position: relative;
}

.mobile-style .dialog-content .province .province-item.selected {
    background: #ffffff;
    color: #e53737;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.mobile-style .dialog-content .province .province-item.selected a {
    color: #e53737;
    font-weight: bold;
}

.mobile-style .dialog-content .province .province-item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    background: #e5e5e5;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.mobile-style .dialog-content .province .province-item.selected:after {
    display: none;
}

.mobile-style .dialog-content .province .province-item .item-inner {
    padding: 10px 16px;
    display: block;
}

.mobile-style .dialog-content .school {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 30%;
    right: 0px;
    background: #ffffff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.mobile-style .dialog-content .school .school-list {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

.mobile-style .dialog-content .school .school-item {
    position: relative;
}

.mobile-style .dialog-content .school .school-item.selected a {
    color: #e53737;
    position: relative;
}

.mobile-style .dialog-content .school .school-item.selected a:after {
    content: "";
    width: 10px;
    height: 6px;
    border-left: 2px solid #e53737;
    border-bottom: 2px solid #e53737;
    border-radius: 0px 0px 0px 2px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 14px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.mobile-style .dialog-content .school .school-item::after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    background: #e5e5e5;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.mobile-style .dialog-content .school .school-item .item-inner {
    padding: 10px 16px;
    display: block;
}


.mobile-style .loading {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
}

.mobile-style .loading .loading-box {
    padding: 20px;
    border-radius: 12px;
    color: #333333;
    background: #ffffff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    width: 100px;
}

.mobile-style .loading .loading-box .loading-ico {
    width: 40px;
    height: 40px;
    background: url(http://www.100xuexi.com/css/images/kaoyan121chongci/loading-white.gif) center center no-repeat;
    background-size: 40px;
    border-radius: 40px;
    margin: 0px auto 10px auto;
    padding: 10px;
}

.mobile-style .loading .loading-box .success-ico {
    background: #009900 url(http://www.100xuexi.com/css/images/kaoyan121chongci/icon-success.png) center center no-repeat;
    background-size: 40px;
    border-radius: 40px;
}

.mobile-style .loading .loading-box .fail-ico {
    background: #e53737 url(http://www.100xuexi.com/css/images/kaoyan121chongci/icon-fail.png) center center no-repeat;
    background-size: 40px;
    border-radius: 40px;
}

.mobile-style .bot {
    text-align: center;
    padding: 50px 0px;
}