﻿.pc-style {
    background: #f5f5f5;
    font-size: 16px;
    line-height: 1.5;
}

.pc-style .banner {
    background: url(../images/kaoyan121/banner.png) center top no-repeat;
    text-align: center;
    position: relative;
    z-index: 10;
    margin-bottom: 50px;
}

.pc-style .banner .banner-inner {
    width: 1120px;
    margin: 0px auto;
    position: relative;
}

.pc-style .banner #pcBanner {
    display: block;
}

.pc-style .banner #mobileBanner {
    display: none;
}


.pc-style .block {
    width: 1120px;
    margin: 0px auto 60px auto;
    position: relative;
    z-index: 10;
}

.pc-style .block .block-title {
    margin-bottom: 20px;
    text-align: center;
}

.pc-style .block .block-title .title-text {
    font-size: 30px;
    font-weight: bold;
    color: #105ed9;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.pc-style .block .block-title .title-text::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    right: -20px;
    background: #ffc741;
    width: 40px;
    height: 40px;
    z-index: -1;
    border-radius: 100%;
}

.pc-style .block .block-inner {
    background: #ffffff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 10px 10px 0px 0px #105ed9;
    /* border: 2px solid #105ed9; */
}

.pc-style .block .block-content a {
    color: #0066cc;
    border-bottom: 1px solid;
}

.pc-style .block .block-content a:hover {
    color: #e53737;
}


.pc-style .block .btn-container {
    padding-top: 20px;
    text-align: center;
}

.pc-style .block .btn-container .btn-kefu {
    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 3em 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);
    position: relative;
    border: none;
    cursor: pointer;
}

.pc-style .block .btn-container .btn-kefu::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    right: 35px;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.pc-style .block .btn-container .btn-kefu:hover {
    color: #ffffff;
}

.pc-style .block-introduction .introduction::after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .block-introduction .introduction .introduction-item {
    width: 50%;
    float: left;
    overflow: hidden;
}

.pc-style .block-introduction .introduction .introduction-item .item-inner {
    background: #f3f8ff;
    border-radius: 12px;
    padding: 20px 30px;
    margin: 10px;
}

.pc-style .block-introduction .introduction .introduction-item .item-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pc-style .block-introduction .introduction .introduction-item .item-des {
    height: 11em;
}

.pc-style .block-people .people::after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .block-people .people .people-item {
    width: 20%;
    float: left;
}

.pc-style .block-people .people .people-item .item-inner {
    margin: 0px 20px;
}

.pc-style .block-people .people .people-item .item-img {
    margin: 0px auto;
}

.pc-style .block-people .people .people-item .item-img img {
    max-width: 100%;
}

.pc-style .block-people .people .people-item .item-title {
    background: #ffc741;
    color: #333333;
    padding: 10px;
    text-align: center;
    border-radius: 0px 0px 20px 20px;
    font-weight: bold;
}


.pc-style .block-course .block-inner {
    background: #ffffff;
    padding: 50px;
    border-radius: 30px;
}

.pc-style .block-course .course .course-item {
    padding: 15px 0px;
    position: relative;
    border-bottom: 1px dashed #e5e5e5;
}

.pc-style .block-course .course .course-item .item-inner {
    position: relative;
    padding-left: 100px;
    padding: 5px 0px 5px 100px;
}

.pc-style .block-course .course .course-item .item-title {
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: bold;
    background: #105ed9;
    border-radius: 0px 15px 0px 15px;
    padding: 5px 10px;
    color: #ffffff;
    box-shadow: 2px 2px 0px #ffc741;
}


.pc-style .block-service .service-item {
    padding: 20px 0px;
}

.pc-style .block-service .service-item .item-title {}

.pc-style .block-service .service-item .item-title .title-text {
    border-radius: 12px 12px 0px 0px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    background: #e53737;
    color: #ffffff;
    padding: 0px 20px;
    line-height: 50px;
    position: relative;
}

.pc-style .block-service .service-item .item-title .title-text:after {
    content: "";
    display: block;
    position: absolute;
    border: 20px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid #e53737;
    border-bottom: 20px solid #e53737;
    left: 100%;
    bottom: 0px;
}

.pc-style .block-service .service-item .service-table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    overflow: hidden;
    font-size: 15px;
}

.pc-style .block-service .service-item .service-table .align-center {
    text-align: center;
}

.pc-style .block-service .service-item .service-table th {
    color: #ffffff;
    background: #044cbd;
    background: #044cbd;
    background-image: linear-gradient(to right, #2e7bf5, #044cbd);
    background-image: -webkit-linear-gradient(to right, #2e7bf5, #044cbd);
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

.pc-style .block-service .service-item .service-table td {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.pc-style .block-service .service-item .service-table tr:nth-child(odd) {
    background: #f3f8ff;
}

.pc-style .block-service .service-item .service-table ul {
    padding: 0.3em 0px;
}

.pc-style .block-service .service-item .service-table li {
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.pc-style .block-service .service-item .service-table p {
    padding: 0.3em 0px;
}

.pc-style .block-service .service-item .price-table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    overflow: hidden;
    font-size: 15px;
}

.pc-style .block-service .service-item .price-table th {
    color: #ffffff;
    background: #044cbd;
    background-image: linear-gradient(to right, #2e7bf5, #044cbd);
    background-image: -webkit-linear-gradient(to right, #2e7bf5, #044cbd);
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

.pc-style .block-service .service-item .price-table td {
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

.pc-style .block-service .link-position {
    background: url(../images/kaoyan121chongci/icon-position.png) left center no-repeat;
    background-size: 14px 14px;
    padding-left: 20px;
}

.pc-style .block-service .class-list {
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.pc-style .block-service .class-list .class-item {
    padding: 10px;
    border-bottom: 1px dashed #e5e5e5;
}

.pc-style .block-service .class-list .class-item:last-child {
    border: none;
}

.pc-style .block-service .class-list .class-item .item-tag {
    font-weight: bold;
    margin-right: 1em;
    background: #ffc741;
    background-image: linear-gradient(to right, #ffc741, #ffffff, #ffffff);
    padding: 5px 10px;
    /* border-radius: 10px 0px 0px 10px; */
}

.pc-style .block-service .contactus {
    text-align: center;
    margin: 20px auto;
    border: 3px dashed #ffc741;
    border-radius: 8px;
    padding: 20px;
}

.pc-style .block-service .contactus .contactus-title {
    font-size: 20px;
    font-weight: bold;
    color: #e53737;
    margin-bottom: 10px;
}

.pc-style .block-service .contactus .Tips {
    font-size: 13px;
    color: #888888;
}

.pc-style .block-service .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 .block-service .contactus .kefu-list li {
    padding: 10px 0px 10px 30px;
    border-bottom: 1px dotted #e5e5e5;
    position: relative;
}

.pc-style .block-service .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 .block-service .contactus .kefu-list li .item-tag {
    display: none;
}

.pc-style .block-service .contactus .kefu-list li.li-qq:before {
    background: url(../Images/bg5015_1.png) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .block-service .contactus .kefu-list li.li-weixin:before {
    background: url(../Images/bg5015_3.png) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .block-service .contactus .kefu-list li.li-tel:before {
    background: url(../Images/bg5015_2.png) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .block-service .contactus .kefu-list li:last-child {
    border: none;
}

.pc-style .block-service .contactus .kefu-list li .weixin-code {
    width: 180px;
    border: 1px solid #e5e5e5;
    display: block;
    margin-top: 10px;
}

.pc-style .block-service .contactus .kefu-list li .weixin-code img {
    width: 100%;
    height: auto;
}

.pc-style .block-service .contactus .kefu-list li a {
    color: #336699;
    display: block;
}



.pc-style .block-apply .block-inner {
    background: #ffffff;
    padding: 50px;
    border-radius: 30px;
}

.pc-style .block-apply .apply {
    width: 500px;
    margin: 0px auto;
}

.pc-style .block-apply .apply-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.pc-style .block-apply .apply .apply-item {
    padding: 10px 0px 10px 100px;
    position: relative;
}

.pc-style .block-apply .apply .apply-item .item-tag .must {
    color: #e53737;
}

.pc-style .block-apply .apply .apply-item .item-tag {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 18px 0px;
}

.pc-style .block-apply .apply .apply-item .input-error {
    color: #e53737;
    font-size: 14px;
}

.pc-style .block-apply .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 .block-apply .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 .block-apply .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 .block-apply .apply .apply-btns {
    text-align: center;
    padding-top: 10px;
}

.pc-style .about-shengcai {
    background: #1e2021;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pc-style .about-shengcai-inner {
    width: 1120px;
    padding: 50px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0px auto;
}

.pc-style .about-shengcai .img-box {
    height: 50px;
    float: left;
    margin-right: 20px;
}

.pc-style .about-shengcai .img-box img {
    height: 100%;
    width: auto;
}

.pc-style .block-qa .block-inner {
    background: #ffffff;
    padding: 50px;
    border-radius: 30px;
}

.pc-style .block-qa .qa .qa-item {
    padding: 20px 0px 20px 40px;
    position: relative;
}

.pc-style .block-qa .qa .qa-item::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 5px solid #ffc741;
    position: absolute;
    left: 0px;
    top: 20px;
}

.pc-style .block-qa .qa .qa-item .item-title {
    font-weight: bold;
    margin-bottom: 10px;
    /* font-size: 20px; */
}

.pc-style .block-qa .qa .qa-item .item-content {
    color: #666666;
}

.pc-style .block-qa .qa .qa-item .item-content p {
    padding: 0.3em 0px;
}


.pc-style .bot {
    text-align: center;
    padding: 30px 0px;
    background: #1e2021;
    color: #888888;
}

.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;
}


/* 移动端样式 */
html {
    padding-bottom: 0px !important;
}

.mobile-style {
    padding-bottom: calc(60px + constant(safe-area-inset-bottom));
    padding-bottom: calc(60px + env(safe-area-inset-bottom));
}

.mobile-style {
    background: #f5f5f5;
    font-size: 15px;
    line-height: 1.5;
}

.mobile-style .banner {
    position: relative;
    z-index: 10;
    margin-bottom: 10px;
}

.mobile-style .banner .banner-inner {
    margin: 0px auto;
    position: relative;
}

.mobile-style .banner .banner-inner img {
    max-width: 100%;
}

.mobile-style .banner #pcBanner {
    display: none;
}

.mobile-style .banner #mobileBanner {
    display: block;
}



.mobile-style .block {
    /* margin-bottom: 40px; */
    margin: 0px 10px 40px 10px;
}

.mobile-style .block .block-content a {
    color: #0066cc;
    border-bottom: 1px solid;
}

.mobile-style .block .block-content a:hover {
    color: #e53737;
}


.mobile-style .block .block-title {
    margin-bottom: 10px;
    text-align: center;
}

.mobile-style .block .block-title .title-text {
    font-size: 20px;
    font-weight: bold;
    color: #105ed9;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.mobile-style .block .block-title .title-text::before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    right: -10px;
    background: #ffc741;
    width: 20px;
    height: 20px;
    z-index: -1;
    border-radius: 100%;
}

.mobile-style .block .block-inner {
    background: #ffffff;
    padding: 20px 15px;
    border-radius: 12px;
    box-shadow: 5px 5px 0px 0px #105ed9;
    /* border: 2px solid #105ed9; */
}


.mobile-style .block .btn-container {
    padding-top: 20px;
    text-align: center;
}

.mobile-style .block .btn-container .btn-kefu {
    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 2em;
    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 .block .btn-container .btn-kefu::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    right: 35px;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mobile-style .block .btn-container .btn-kefu:hover {
    color: #ffffff;
}

.mobile-style .block-introduction .introduction::after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .block-introduction .introduction .introduction-item {
    padding: 5px 0px;
}


.mobile-style .block-introduction .introduction .introduction-item .item-inner {
    background: #f3f8ff;
    border-radius: 12px;
    padding: 15px 20px;
}

.mobile-style .block-introduction .introduction .introduction-item .item-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}


.mobile-style .block-people .people::after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .block-people .people .people-item {
    width: 20%;
    float: left;
}

.mobile-style .block-people .people .people-item .item-inner {
    margin: 0px 10px;
}

.mobile-style .block-people .people .people-item .item-img {
    margin: 0px auto;
}

.mobile-style .block-people .people .people-item .item-img img {
    max-width: 100%;
}

.mobile-style .block-people .people .people-item .item-title {
    background: #ffc741;
    color: #333333;
    padding: 10px 10px 20px 10px;
    text-align: center;
    border-radius: 0px 0px 100px 100px;
    font-weight: bold;
}

.mobile-style .block-people .people .people-item .item-title .item-title-text {
    width: 1em;
    text-align: center;
    margin: 0px auto;
    line-height: 1.2;
}


.mobile-style .block-course .course .course-item {
    padding: 15px 0px;
    position: relative;
}

.mobile-style .block-course .course .course-item .item-inner {
    position: relative;
    padding: 30px 15px 15px 15px;
    border: 1px dashed #e5e5e5;
    border-radius: 12px;
}

.mobile-style .block-course .course .course-item .item-title {
    position: absolute;
    left: -1px;
    top: -15px;
    font-weight: bold;
    background: #105ed9;
    border-radius: 15px 15px 15px 0px;
    padding: 5px 10px;
    color: #ffffff;
    box-shadow: 2px 2px 0px #ffc741;
}



.mobile-style .block-service .service-item {
    padding: 10px 0px;
}

.mobile-style .block-service .service-item .item-title {}

.mobile-style .block-service .service-item .item-title .title-text {
    border-radius: 12px 12px 0px 0px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    background: #e53737;
    color: #ffffff;
    padding: 0px 15px;
    line-height: 36px;
    position: relative;
}

.mobile-style .block-service .service-item .item-title .title-text:after {
    content: "";
    display: block;
    position: absolute;
    border: 13px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid #e53737;
    border-bottom: 14px solid #e53737;
    left: 100%;
    bottom: 0px;
}

.mobile-style .block-service .service-item .table-box {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.mobile-style .block-service .service-item .service-table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    overflow: hidden;
    font-size: 13px;
}

.mobile-style .block-service .service-item #publickCourseTable {
    min-width: 600px;
}

.mobile-style .block-service .service-item .service-table .align-center {
    text-align: center;
}

.mobile-style .block-service .service-item .service-table th {
    color: #ffffff;
    background: #044cbd;
    background: #044cbd;
    background-image: linear-gradient(to right, #2e7bf5, #044cbd);
    background-image: -webkit-linear-gradient(to right, #2e7bf5, #044cbd);
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

.mobile-style .block-service .service-item .service-table td {
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-style .block-service .service-item .service-table tr:nth-child(odd) {
    background: #f3f8ff;
}

.mobile-style .block-service .service-item .service-table ul {
    padding: 0.3em 0px;
}

.mobile-style .block-service .service-item .service-table li {
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.mobile-style .block-service .service-item .service-table p {
    padding: 0.3em 0px;
}

.mobile-style .block-service .service-item .price-table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    overflow: hidden;
    font-size: 13px;

}

.mobile-style .block-service .service-item .price-table th {
    color: #ffffff;
    background: #044cbd;
    background-image: linear-gradient(to right, #2e7bf5, #044cbd);
    background-image: -webkit-linear-gradient(to right, #2e7bf5, #044cbd);
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

.mobile-style .block-service .service-item .price-table td {
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

.mobile-style .block-service .link-position {
    background: url(../images/kaoyan121chongci/icon-position.png) left center no-repeat;
    background-size: 14px 14px;
    padding-left: 20px;
}


.mobile-style .block-service .class-list {
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 20px;
}

.mobile-style .block-service .class-list .class-item {
    padding: 10px 0px;
    border-bottom: 1px dashed #e5e5e5;
}

.mobile-style .block-service .class-list .class-item:last-child {
    border: none;
}

.mobile-style .block-service .class-list .class-item .item-tag {
    font-weight: bold;
    background: #ffc741;
    background-image: linear-gradient(to right, #ffc741, #ffffff, #ffffff);
    padding: 5px 10px;
    /* border-radius: 10px 0px 0px 10px; */
    display: block;
    width: 5em;
}

.mobile-style .block-service .class-list .class-item .item-content {
    display: block;
    padding: 5px 10px;
}

.mobile-style .block-service .contactus .weixin-code {
    text-align: center;
    width: 150px;
    padding: 10px;
    margin: 0px auto 10px auto;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.mobile-style .block-service .contactus {
    border: 3px dashed #ffc741;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    margin: 10px auto;
}

.mobile-style .block-service .contactus .contactus-title {
    font-size: 20px;
    font-weight: bold;
    color: #e53737;
    margin-bottom: 10px;
}

.mobile-style .block-service .contactus .Tips {
    font-size: 13px;
    color: #888888;
}

.mobile-style .block-service .contactus .kefu-list {
    margin: 0px auto;
    padding: 20px;
    display: inline-block;
    text-align: left;
}

.mobile-style .block-service .contactus .kefu-list li {
    padding: 10px 0px 10px 30px;
    border-bottom: 1px dotted #e5e5e5;
    position: relative;
}

.mobile-style .block-service .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 .block-service .contactus .kefu-list li .item-tag {
    display: none;
}

.mobile-style .block-service .contactus .kefu-list li.li-qq:before {
    background: url(../Images/bg5015_1.png) center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .block-service .contactus .kefu-list li.li-weixin:before {
    background: url(../Images/bg5015_3.png) center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .block-service .contactus .kefu-list li.li-tel:before {
    background: url(../Images/bg5015_2.png) center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .block-service .contactus .kefu-list li:last-child {
    border: none;
}

.mobile-style .block-service .contactus .kefu-list li .weixin-code {
    width: 180px;
    border: 1px solid #e5e5e5;
    display: block;
    margin-top: 10px;
}

.mobile-style .block-service .contactus .kefu-list li .weixin-code img {
    width: 100%;
    height: auto;
}

.mobile-style .block-service .contactus .kefu-list li a {
    color: #336699;
}

.mobile-style .block-service .contactus .kefu-list li a:hover {
    text-decoration: underline;
    color: #cc0000;
}



.mobile-style .block-apply .block-inner {
    background: #ffffff;
    padding: 16px;
    border-radius: 12px;

}

.mobile-style .block-apply .apply {
    max-width: 500px;
    margin: 0px auto;
}

.mobile-style .block-apply .apply-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.mobile-style .block-apply .apply .apply-item {
    padding: 10px 0px;
    position: relative;
}

.mobile-style .block-apply .apply .apply-item .item-tag .must {
    color: #e53737;
}

.mobile-style .block-apply .apply .apply-item .item-tag {
    margin-bottom: 5px;
}

.mobile-style .block-apply .apply .apply-item .input-error {
    color: #e53737;
    font-size: 14px;
}

.mobile-style .block-apply .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 .block-apply .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 .block-apply .apply .apply-item .choose-school-box {
    position: relative;
    padding-right: 100px;
}

.mobile-style .block-apply .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 .block-apply .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 .block-apply .apply .apply-btns {
    text-align: center;
    padding-top: 10px;
}


.mobile-style .about-shengcai {
    background: #1e2021;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-style .about-shengcai-inner {
    padding: 40px 20px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0px auto;
}

.mobile-style .about-shengcai .img-box {
    height: 40px;
    width: 148px;
    margin: 0px auto 10px auto;
}

.mobile-style .about-shengcai .img-box img {
    height: 100%;
    width: auto;
}


.mobile-style .block-qa .block-inner {
    background: #ffffff;
    padding: 16px;
    border-radius: 12px;
}

.mobile-style .block-qa .qa .qa-item {
    padding: 15px 0px 15px 30px;
    position: relative;
}

.mobile-style .block-qa .qa .qa-item::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 5px solid #ffc741;
    position: absolute;
    left: 0px;
    top: 15px;
}

.mobile-style .block-qa .qa .qa-item .item-title {
    font-weight: bold;
    margin-bottom: 5px;
    /* font-size: 20px; */
}

.mobile-style .block-qa .qa .qa-item .item-content {
    color: #666666;
}

.mobile-style .block-qa .qa .qa-item .item-content p {
    padding: 0.3em 0px;
}



.mobile-style .bot {
    text-align: center;
    padding: 30px 0px;
    background: #1e2021;
    color: #888888;
}


.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 .sc-kefu-mobile {
    display: none;
}