﻿.Topbar {
    display: none;
}

.pc-style .banner {
    background: #0975fa url(/css/images/lunwenfudao/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 .block-sub-title {
    text-align: center;
}

.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 .target-people {
    display: flex;
    align-items: center;
    margin: 0px -10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pc-style .target-people .people-item {
    flex: 1;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}

.pc-style .target-people .people-item .item-inner {
    background: #def4ff;
    background: linear-gradient(45deg, #fff5d9, #ffe7f7, #def4ff);
    border-radius: 10px;
    padding: 20px 0px;
    font-size: 20px;
    font-weight: bold;
}

.pc-style .service-type {
    display: flex;
    align-items: center;
    margin: 0px -10px;
}

.pc-style .service-type .type-item {
    flex: 1;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}

.pc-style .service-type .type-item .item-inner {
    /* background: #0975fa;
    background: linear-gradient(to right, #0db6ff, #0975fa); */
    background: #def4ff;
    background: linear-gradient(45deg, #fff5d9, #ffe7f7, #def4ff);
    border-radius: 10px;
    padding: 30px 20px;
    /* color: #ffffff; */
    font-size: 17px;
}

.pc-style .service-type .type-item .item-title {
    font-size: 24px;
    font-weight: bold;
    /* color: #0975fa; */
    padding-bottom: 10px;
}

.pc-style .difficulty {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0px;
    position: relative;
}

.pc-style .difficulty::after {
    content: "";
    width: 240px;
    height: 240px;
    border-radius: 100%;
    background: #0975fa url(/css/images/lunwenfudao/lunwen-img-1.png) center center no-repeat;
    background-size: 100% auto;
    box-shadow: 0px 0px 0px 20px rgba(9, 117, 250, 0.1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.pc-style .difficulty .difficulty-item {
    flex: 1;
    min-width: 50%;
    padding: 20px 0px;
    font-size: 17px;
}

.pc-style .difficulty .difficulty-item:nth-child(odd) {
    text-align: left;
}

.pc-style .difficulty .difficulty-item:nth-child(even) {
    text-align: right;
}

.pc-style .difficulty .difficulty-item .item-inner {
    background: #def4ff;
    border-radius: 100px;
    padding: 10px 3em;
    display: inline-block;
}

.pc-style .difficulty .difficulty-item:nth-child(odd) .item-inner {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 200px;
}

.pc-style .difficulty .difficulty-item:nth-child(even) .item-inner {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 200px;
}

.pc-style .advantage {
    display: flex;
    margin: 0px -10px;
}

.pc-style .advantage .advantage-item {
    flex: 1;
    box-sizing: border-box;
    padding: 80px 10px 10px 10px;
}

.pc-style .advantage .advantage-item .item-inner {
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgba(9, 177, 255, .3);
    padding: 20px;
    text-align: center;
}

.pc-style .advantage .advantage-item .item-icon {
    width: 80px;
    height: 80px;
    margin: -60px auto 20px auto;
    position: relative;
    background: #0975fa center center no-repeat;
    background-size: 100% auto;
    border-radius: 100%;
    font-size: 40px;
    line-height: 80px;
    color: #ffffff;
    box-shadow: 0px 0px 0px 10px rgba(9, 117, 250, 0.1);
}

.pc-style .advantage .advantage-item .item-num {
    font-size: 30px;
    font-weight: bold;
    color: #0975fa;
}

.pc-style .advantage .advantage-item .item-title {
    font-size: 20px;
    font-weight: bold;
}

.pc-style .advantage .advantage-item .item-des {
    padding-top: 10px;
}

.pc-style .course .course-tab {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0px -10px;
}

.pc-style .course .course-tab .tab-item {
    flex: 1;
    box-sizing: border-box;
    padding: 0px 10px;
}

.pc-style .course .course-tab .tab-item a {
    background: #def4ff;
    font-size: 20px;
    padding: 20px 0px;
    border-radius: 10px 10px 0px 0px;
    display: block;
    font-weight: bold;
    color: #0975fa;
}

.pc-style .course .course-tab .tab-item .selected {
    color: #ffffff;
    background: #0975fa;
    background: linear-gradient(#0db6ff, #0975fa);
}

.pc-style .course .course-content {
    background: #0975fa;
    border-radius: 0px 0px 10px 10px;
    padding: 20px;
}

.pc-style .course .course-content .course-tips {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 0px 20px;
}

.pc-style .course .course-content .course-icon {
    width: 100px;
    height: 50px;
    background: #000000;
}

.pc-style .course .course-content .course-stage {
    flex: 1;
    color: #41fff4;
    font-size: 20px;
    font-weight: bold;
}

.pc-style .course .course-content .course-price {
    color: #fff05f;
    font-size: 20px;
    font-weight: bold;
}

.pc-style .course .course-content .course-sub-block {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 5px;
}

.pc-style .course .course-content .course-sub-block .sub-block-title {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #0975fa;
    padding-bottom: 20px;
}

.pc-style .course .course-content .course-service {
    padding: 0px 20px;
}

.pc-style .course .course-content .course-service .service-item {
    padding: 10px 0px;
    font-size: 17px;
}

.pc-style .course .course-content .course-service .service-item .item-inner {
    position: relative;
    padding-left: 20px;
}

.pc-style .course .course-content .course-service .service-item .item-inner::before {
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    background: #0975fa;
    box-shadow: 0px 0px 0px 0.25em rgba(9, 117, 250, .3);
    position: absolute;
    left: 0px;
    top: 10px;
    border-radius: 100%;
}

.pc-style .course .course-content .course-service .service-item .item-title {
    font-weight: bold;
    padding-right: 10px;
    display: inline;
}

.pc-style .course .course-content .course-service .service-item .item-content {
    display: inline;
}

.pc-style .course .course-content .course-type {
    display: flex;
    margin: 0px -10px;
}

.pc-style .course .course-content .course-type .type-item {
    padding: 10px;
    box-sizing: border-box;
    flex: 1;
    overflow: hidden;
    line-height: 3em;
}

.pc-style .course .course-content .course-type .type-item:last-child {
    line-height: 1.5em;
}

.pc-style .course .course-content .course-type .type-item .item-inner {
    text-align: center;
    background: #def4ff;
    border-radius: 10px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    padding: 20px 15px;
    height: 100%;
    box-sizing: border-box;
}

.pc-style .course .course-content .course-step {
    display: flex;
    margin: 30px -10px 0px -10px;
}

.pc-style .course .course-content .course-step .step-item {
    flex: 1;
    box-sizing: border-box;
    padding: 10px;
}

.pc-style .course .course-content .course-step .step-item .item-inner {
    border-top: 3px solid #0975fa;
    box-shadow: 0px 2px 10px 0px rgba(9, 177, 255, .3);
    border-radius: 0px 0px 10px 10px;
    position: relative;
    height: 100%;
}

.pc-style .course .course-content .course-step .step-item .item-no {
    width: 40px;
    height: 40px;
    background: #0975fa;
    color: #ffffff;
    line-height: 40px;
    border-radius: 100px;
    text-align: center;
    margin: -20px auto 0px auto;
    box-shadow: 0px 0px 0px 10px rgba(9, 117, 250, 0.1);
    font-size: 17px;
    font-weight: bold;
}

.pc-style .course .course-content .course-step .step-item .item-des {
    padding: 10px 20px;
}

.pc-style .course .course-content .course-plan {
    padding: 5px;
    background: #0975fa;
    margin-top: 10px;
    border-radius: 10px;
}

.pc-style .course .course-content .course-plan table {

    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #0975fa;
}

.pc-style .course .course-content .course-plan th {
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    background: #0975fa;
    padding: 5px 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.pc-style .course .course-content .course-plan tbody tr:nth-child(odd) {
    background: #def4ff;
}

.pc-style .course .course-content .course-plan tbody tr:nth-child(even) {
    background: #ffffff;
}

.pc-style .course .course-content .course-plan td {
    border: 1px solid #0975fa;
    padding: 10px;
}

.pc-style .characteristics {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.pc-style .characteristics .characteristics-item {
    flex: 1;
    min-width: 25%;
    padding: 10px;
    box-sizing: border-box;
}

.pc-style .characteristics .characteristics-item .item-inner {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(9, 117, 250, 0.1);
    padding: 20px 10px 10px 10px;
}

.pc-style .characteristics .characteristics-item .item-title {
    color: #0975fa;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.pc-style .characteristics .characteristics-item .item-des {
    padding: 15px 20px;
    height: 3em;
}

.pc-style .characteristics .characteristics-item .item-icon {
    width: 60px;
    height: 60px;
    margin: 0px auto 20px auto;
    position: relative;
    background: #0975fa center center no-repeat;
    background-size: 100% auto;
    border-radius: 100%;
    font-size: 30px;
    line-height: 60px;
    color: #ffffff;
    box-shadow: 0px 0px 0px 10px rgba(9, 117, 250, 0.1);
    text-align: center;
}

.pc-style .major {
    display: flex;
    margin: 0px -10px;
}

.pc-style .major .major-item {
    flex: 1;
    padding: 10px;
    overflow: hidden;
}

.pc-style .major .major-item .item-inner {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(9, 117, 250, 0.1);
    overflow: hidden;
    height: 100%;
}

.pc-style .major .major-item .item-inner .item-title {
    font-size: 20px;
    text-align: center;
    background: #0975fa;
    color: #ffffff;
    padding: 10px 0px;
    font-weight: bold;
}

.pc-style .major .major-item .item-inner .item-sub-list {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.pc-style .major .major-item .item-inner .item-sub-list li {
    flex: 1;
    min-width: 50%;
    padding-left: 10px;
    position: relative;
    box-sizing: border-box;
}

.pc-style .major .major-item .item-inner .item-sub-list li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    width: 4px;
    height: 4px;
    background: #0975fa;
    border-radius: 100%;
    top: 10px;
}

.pc-style .lunwen-step {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;

}

.pc-style .lunwen-step .step-item {
    flex: 1;
    padding: 20px 10px;
    min-width: 25%;
    max-width: 25%;
    box-sizing: border-box;
}

.pc-style .lunwen-step .step-item .item-inner {
    border-left: 2px solid #0975fa;
    background: linear-gradient(to right, #def4ff, #ffffff);
}

.pc-style .lunwen-step .step-item .item-no {
    font-size: 17px;
    font-weight: bold;
    background: #0975fa;
    padding: 10px;
    width: 3em;
    color: #ffffff;
    border-radius: 0px 100px 20px 0px;
}

.pc-style .lunwen-step .step-item .item-title {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0px 10px 10px;
    color: #0975fa;
}

.pc-style .lunwen-step .step-item .item-content {
    padding: 0px 10px 10px 10px;
    height: 3em;
}

.pc-style .order-step {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.pc-style .order-step .step-item {
    flex: 1;
    min-width: 25%;
    max-width: 25%;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
}

.pc-style .order-step .step-item .item-inner {
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgba(9, 117, 250, 0.1);
    border-radius: 10px;
    height: 100%;
}

.pc-style .order-step .step-item .item-no {
    width: 2em;
    background: #0975fa;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0px 100px 100px 0px;
    padding: 10px;
    font-size: 17px;
}

.pc-style .order-step .step-item .item-title {
    flex: 1;
    padding: 20px;
}


.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 .bot {
    text-align: center;
    padding: 50px 0px;
}



.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 .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 .block-sub-title {
    text-align: center;
}

.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 .target-people {
    display: flex;
    /* align-items: center; */
    margin: 0px -10px;
    /* align-items: stretch; */
    flex-wrap: wrap;
    justify-content: space-between;
}

.mobile-style .target-people .people-item {
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    flex: 1;
}

.mobile-style .target-people .people-item .item-inner {
    /* background: #0975fa;
    background: linear-gradient(to right, #0db6ff, #0975fa); */
    background: linear-gradient(45deg, #fff5d9, #ffe7f7, #def4ff);
    border-radius: 10px;
    padding: 15px;
    font-size: 17px;
    font-weight: bold;
    /* color: #ffffff; */
    height: 100%;
    box-sizing: border-box;
    white-space: nowrap;
}

.mobile-style .service-type {
    display: flex;
    align-items: center;
    margin: 0px -10px;
}

.mobile-style .service-type .type-item {
    flex: 1;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}

.mobile-style .service-type .type-item .item-inner {
    /* background: #0975fa;
    background: linear-gradient(to right, #0db6ff, #0975fa); */
    background: linear-gradient(45deg, #fff5d9, #ffe7f7, #def4ff);
    border-radius: 10px;
    padding: 30px 20px;
    /* color: #ffffff; */
}

.mobile-style .service-type .type-item .item-title {
    font-size: 17px;
    font-weight: bold;
    /* color: #ffffff; */
    padding-bottom: 10px;
}

.mobile-style .difficulty {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}

/* .mobile-style .difficulty::after {
    content: "";
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background: #0975fa url(/css/images/lunwenfudao/lunwen-img-1.png) center center no-repeat;
    background-size: 100% auto;
    box-shadow: 0px 0px 0px 10px rgba(9, 117, 250, 0.1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
} */

.mobile-style .difficulty .difficulty-item {
    padding: 5px;
    box-sizing: border-box;
    flex: 1;
    white-space: nowrap;
    text-align: center;
    /* font-size: 17px; */
}

/* .mobile-style .difficulty .difficulty-item:nth-child(odd) {
    text-align: left;
}

.mobile-style .difficulty .difficulty-item:nth-child(even) {
    text-align: right;
} */

.mobile-style .difficulty .difficulty-item .item-inner {
    background: #def4ff;
    border-radius: 20px;
    padding: 10px 1em;
    /* display: inline-block; */
}

/* 
.mobile-style .difficulty .difficulty-item:nth-child(odd) .item-inner {
    border-bottom-right-radius: 0px;
    margin-right: 60px;
}

.mobile-style .difficulty .difficulty-item:nth-child(even) .item-inner {
    border-bottom-left-radius: 0px;
    margin-left: 60px;
} */

.mobile-style .advantage {
    display: flex;
    margin: 0px -10px;
    flex-wrap: wrap;
}

.mobile-style .advantage .advantage-item {
    flex: 1;
    box-sizing: border-box;
    padding: 40px 10px 10px 10px;
    min-width: 50%;
    max-width: 50%;
}

.mobile-style .advantage .advantage-item .item-inner {
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgba(9, 177, 255, .3);
    padding: 20px;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
}

.mobile-style .advantage .advantage-item .item-icon {
    width: 60px;
    height: 60px;
    margin: -40px auto 20px auto;
    position: relative;
    background: #0975fa center center no-repeat;
    background-size: 100% auto;
    border-radius: 100%;
    font-size: 30px;
    line-height: 60px;
    color: #ffffff;
    box-shadow: 0px 0px 0px 10px rgba(9, 117, 250, 0.1);
}

.mobile-style .advantage .advantage-item .item-num {
    font-size: 30px;
    font-weight: bold;
    color: #0975fa;
}

.mobile-style .advantage .advantage-item .item-title {
    font-size: 17px;
    font-weight: bold;
}

.mobile-style .advantage .advantage-item .item-des {
    padding-top: 10px;
}

.mobile-style .course .course-tab {
    display: flex;
    text-align: center;
    margin: 0px -1px;
}

.mobile-style .course .course-tab .tab-item {
    box-sizing: border-box;
    padding: 0px 1px;
    overflow: hidden;
}

.mobile-style .course .course-tab .tab-item a {
    background: #def4ff;
    font-size: 17px;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    display: block;
    font-weight: bold;
    color: #0975fa;
    height: 100%;
    box-sizing: border-box;
}

.mobile-style .course .course-tab .tab-item .selected {
    color: #ffffff;
    background: #0975fa;
    background: linear-gradient(#0db6ff, #0975fa);
}

.mobile-style .course .course-content {
    background: #0975fa;
    border-radius: 0px 0px 10px 10px;
    padding: 10px;
}

.mobile-style .course .course-content .course-tips {
    margin-bottom: 10px;
    padding: 0px 20px;
}

.mobile-style .course .course-content .course-icon {
    width: 100px;
    height: 50px;
    background: #000000;
}

.mobile-style .course .course-content .course-stage {
    flex: 1;
    color: #41fff4;
    font-size: 17px;
    font-weight: bold;
}

.mobile-style .course .course-content .course-price {
    color: #fff05f;
    font-size: 17px;
    font-weight: bold;
}

.mobile-style .course .course-content .course-sub-block {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 5px;
}

.mobile-style .course .course-content .course-sub-block .sub-block-title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #0975fa;
    padding-bottom: 10px;
}

.mobile-style .course .course-content .course-service {
    padding: 0px 10px;
}

.mobile-style .course .course-content .course-service .service-item {
    padding: 10px 0px;
}

.mobile-style .course .course-content .course-service .service-item .item-inner {
    position: relative;
    padding-left: 20px;
}

.mobile-style .course .course-content .course-service .service-item .item-inner::before {
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    background: #0975fa;
    box-shadow: 0px 0px 0px 0.25em rgba(9, 117, 250, .3);
    position: absolute;
    left: 0px;
    top: 10px;
    border-radius: 100%;
}

.mobile-style .course .course-content .course-service .service-item .item-title {
    font-weight: bold;
    padding-right: 10px;
    display: inline;
}

.mobile-style .course .course-content .course-service .service-item .item-content {
    display: inline;
}

.mobile-style .course .course-content .course-type {
    /* display: flex; */
    margin: 0px -10px;
}

.mobile-style .course .course-content .course-type .type-item {
    padding: 5px 10px;
    box-sizing: border-box;
    /* flex: 1;
    overflow: hidden; */
}


.mobile-style .course .course-content .course-type .type-item .item-inner {
    text-align: center;
    background: #def4ff;
    border-radius: 10px;
    text-align: center;
    padding: 20px 15px;
    /* height: 100%; */
    box-sizing: border-box;
    font-weight: bold;
}

.mobile-style .course .course-content .course-step {
    display: flex;
    margin: 30px -10px 0px -10px;
    flex-wrap: wrap;
}

.mobile-style .course .course-content .course-step .step-item {
    flex: 1;
    box-sizing: border-box;
    padding: 10px;
    min-width: 50%;
}

.mobile-style .course .course-content .course-step .step-item .item-inner {
    border-top: 3px solid #0975fa;
    box-shadow: 0px 2px 10px 0px rgba(9, 177, 255, .3);
    border-radius: 0px 0px 10px 10px;
    position: relative;
    height: 100%;
}

.mobile-style .course .course-content .course-step .step-item .item-no {
    width: 40px;
    height: 40px;
    background: #0975fa;
    color: #ffffff;
    line-height: 40px;
    border-radius: 100px;
    text-align: center;
    margin: -20px auto 0px auto;
    box-shadow: 0px 0px 0px 10px rgba(9, 117, 250, 0.1);
    font-size: 17px;
    font-weight: bold;
}

.mobile-style .course .course-content .course-step .step-item .item-des {
    padding: 10px 20px;
}

.mobile-style .course .course-content .course-plan {
    /* padding: 5px; */
    background: #0975fa;
    margin-top: 10px;
    border-radius: 10px;
}

.mobile-style .course .course-content .course-plan table {

    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #0975fa;
}

.mobile-style .course .course-content .course-plan th {
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    background: #0975fa;
    padding: 5px 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-style .course .course-content .course-plan tbody tr:nth-child(odd) {
    background: #def4ff;
}

.mobile-style .course .course-content .course-plan tbody tr:nth-child(even) {
    background: #ffffff;
}

.mobile-style .course .course-content .course-plan td {
    border: 1px solid #0975fa;
    padding: 10px;
}

.mobile-style .characteristics {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.mobile-style .characteristics .characteristics-item {
    flex: 1;
    min-width: 50%;
    padding: 10px;
    box-sizing: border-box;
}

.mobile-style .characteristics .characteristics-item .item-inner {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(9, 117, 250, 0.1);
    padding: 20px 10px 10px 10px;
    height: 100%;
    box-sizing: border-box;
}

.mobile-style .characteristics .characteristics-item .item-title {
    color: #0975fa;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.mobile-style .characteristics .characteristics-item .item-des {
    padding: 10px;
}

.mobile-style .characteristics .characteristics-item .item-icon {
    width: 60px;
    height: 60px;
    margin: 0px auto 20px auto;
    position: relative;
    background: #0975fa center center no-repeat;
    background-size: 100% auto;
    border-radius: 100%;
    font-size: 30px;
    line-height: 60px;
    color: #ffffff;
    box-shadow: 0px 0px 0px 10px rgba(9, 117, 250, 0.1);
    text-align: center;
}

.mobile-style .major {
    display: flex;
    margin: 0px -10px;
    flex-wrap: wrap;
}

.mobile-style .major .major-item {
    flex: 1;
    padding: 10px;
    overflow: hidden;
    min-width: 50%;
    box-sizing: border-box;
}

.mobile-style .major .major-item .item-inner {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(9, 117, 250, 0.1);
    overflow: hidden;
    height: 100%;
}

.mobile-style .major .major-item .item-inner .item-title {
    font-size: 17px;
    text-align: center;
    background: #0975fa;
    color: #ffffff;
    padding: 10px 0px;
    font-weight: bold;
}

.mobile-style .major .major-item .item-inner .item-sub-list {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.mobile-style .major .major-item .item-inner .item-sub-list li {
    min-width: 50%;
    padding-left: 10px;
    position: relative;
    box-sizing: border-box;
}

.mobile-style .major .major-item .item-inner .item-sub-list li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    width: 4px;
    height: 4px;
    background: #0975fa;
    border-radius: 100%;
    top: 10px;
}

.mobile-style .lunwen-step {}

.mobile-style .lunwen-step .step-item {
    padding: 1px 0px;
    box-sizing: border-box;
}

.mobile-style .lunwen-step .step-item .item-inner {
    border-left: 2px solid #0975fa;
    background: linear-gradient(to right, #def4ff, #ffffff);
}

.mobile-style .lunwen-step .step-item .item-no {
    font-size: 17px;
    font-weight: bold;
    background: #0975fa;
    padding: 5px 10px;
    width: 3em;
    color: #ffffff;
    border-radius: 0px 100px 20px 0px;
}

.mobile-style .lunwen-step .step-item .item-title {
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0px 5px 10px;
    color: #0975fa;
}

.mobile-style .lunwen-step .step-item .item-content {
    padding: 0px 10px 10px 10px;
}


.mobile-style .order-step .step-item {
    box-sizing: border-box;
    padding: 5px 0px;
    /* overflow: hidden; */
}

.mobile-style .order-step .step-item .item-inner {
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgba(9, 117, 250, 0.1);
    border-radius: 10px;
    height: 100%;
}

.mobile-style .order-step .step-item .item-no {
    width: 2em;
    background: #0975fa;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0px 100px 100px 0px;
    padding: 10px;
    font-size: 17px;
}

.mobile-style .order-step .step-item .item-title {
    flex: 1;
    padding: 20px;
}



.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 .bot {
    text-align: center;
    padding: 50px 0px;
}

.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 .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;
}
