﻿.Topbar {
    display: none;
}

.pc-style {
    background: #f5f5f5;
    font-size: 16px;
    line-height: 1.5;
}

.pc-style .banner {
    background: url(../images/kaoyan121xuezhang/banner.png) center top no-repeat;
    text-align: center;
    position: relative;
    z-index: 10;
}

.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 .banner .banner-inner .btn-container {
    position: absolute;
    left: 50%;
    bottom: 180px;
    width: 200px;
    margin-left: -100px;
}

.pc-style .banner .banner-inner .btn-container .btn-join {
    background: #ffcb4a;
    background: linear-gradient(#ffe5a4, #ffcb4a);
    background: -webkit-linear-gradient(#ffe5a4, #ffcb4a);
    border-radius: 100px;
    box-shadow: 0px 5px 0px 0px #ffa23f;
    /* border-bottom: 5px solid #ffa23f; */
    color: #333333;
    text-shadow: 1px 1px 0px #ffffff;
    font-size: 30px;
    text-align: center;
    display: block;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
}

.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: #2b1cba;
    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-content a {
    color: #0066cc;
    border-bottom: 1px solid;
}

.pc-style .block .block-content a:hover {
    color: #e53737;
}

.pc-style .block-abstract {
    margin-top: -60px;
    position: relative;
    z-index: 1;
}

.pc-style .block-abstract .abstract {
    border-radius: 20px;
    background: #ffffff;
    padding: 80px 200px 50px 200px;
    overflow: hidden;
    position: relative;
    text-align: justify;
}

.pc-style .block-abstract .abstract .abstract-bg-lt {
    background: #fff5db;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    width: 140px;
    height: 140px;
    left: 30px;
    top: 30px;
}

.pc-style .block-abstract .abstract .abstract-bg-rt {
    background: #ffcb4a;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    width: 400px;
    height: 400px;
    right: -200px;
    top: -200px;
}

.pc-style .block-abstract .abstract .abstract-bg-rb {
    background: #fff5db;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    width: 140px;
    height: 140px;
    right: 30px;
    bottom: 30px;
}

.pc-style .block-abstract .abstract .abstract-bg-lb {
    background: #ffcb4a;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    width: 400px;
    height: 400px;
    left: -200px;
    bottom: -200px;
}

.pc-style .block-abstract .abstract h1 {
    color: #2b1cba;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

.pc-style .block-abstract .abstract h2 {
    color: #2b1cba;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.pc-style .block-abstract .abstract .abstract-1 {
    padding: 20px 0px;
    position: relative;
    z-index: 10;
}

.pc-style .block-abstract .abstract .abstract-2 {
    padding: 20px 0px;
    position: relative;
    z-index: 10;
}

.pc-style .block-abstract .abstract .abstract-2 strong {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    color: #2b1cba;
    font-weight: normal;
}


.pc-style .block-abstract .abstract-shadow-1 {
    border-radius: 0px 0px 20px 20px;
    margin: 0px 20px;
    background: #f9e6b8;
    height: 10px;
}

.pc-style .block-abstract .abstract-shadow-2 {
    border-radius: 0px 0px 20px 20px;
    margin: 0px 40px;
    background: #f7edd3;
    height: 10px;
}

.pc-style .block-teacher .teacher {
    background: #ffffff;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
}

.pc-style .block-teacher .teacher img {
    max-width: 100%;
}

.pc-style .block-harvest .harvest {
    margin: 0px -10px;
}

.pc-style .block-harvest .harvest::after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .block-harvest .harvest .harvest-item {
    float: left;
    width: 25%;
    text-align: center;
}

.pc-style .block-harvest .harvest .harvest-item .item-inner {
    border-radius: 20px;
    background: #ffffff;
    margin: 0px 10px;
    padding: 20px;
}

.pc-style .block-harvest .harvest .harvest-item .item-img {
    margin-bottom: 10px;
}

.pc-style .block-harvest .harvest .harvest-item .item-img img {
    width: 100%;
    height: auto;
}

.pc-style .block-harvest .harvest .harvest-item .item-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.pc-style .block-call .call {
    border-radius: 12px;
    background: #ffffff;
    padding: 50px 50px 50px 400px;
    position: relative;
}

.pc-style .block-call .call .call-img-box {
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -160px;
}
.pc-style .block-call .call p{
    padding: 0.5em 0px;
}
.pc-style .block-step .block-content {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px;
}

.pc-style .block-step .step::after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .block-step .step .step-item {
    float: left;
    width: 33.3%;
    position: relative;
}

.pc-style .block-step .step .step-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: 100%;
    width: 200px;
    height: 5px;
    background: #e5e5e5;
    margin-left: -100px;
}

.pc-style .block-step .step .step-item:last-child::after {
    display: none;
}

.pc-style .block-step .step .step-item .item-inner {
    margin: 0px 70px;
}

.pc-style .block-step .step .step-item .item-img {
    border-radius: 100%;
    background: #105ed9;
    width: 64px;
    height: 64px;
    margin: 0px auto 10px auto;
    padding: 30px;
}

.pc-style .block-step .step .step-item .item-img img {
    width: 64px;
    height: auto;
}

.pc-style .block-step .step .step-item .item-des {
    position: relative;
    padding-left: 50px;
}

.pc-style .block-step .step .step-item .des-no {
    font-size: 80px;
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 1;
    font-weight: normal;
}

.pc-style .block-step .step .step-item .des-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.pc-style .block-step .btn-container {
    padding: 30px 0px;
    text-align: center;
}

.pc-style .block-step .btn-container .btn-join {
    display: inline-block;
    border-radius: 100px;
    background: #2b1cba;
    color: #ffffff;
    height: 50px;
    width: 5em;
    padding: 0px 2em;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    border: none;
}

.pc-style .block-step .btn-container .btn-join:hover {
    color: #ffffff;
}

.pc-style .block-step .btn-container .btn-join:hover {
    color: #ffffff;
}


.pc-style .block-step .btn-container .btn-ask {
    display: inline-block;
    border-radius: 100px;
    background: #ffcb4a;
    color: #333333;
    height: 50px;
    width: 5em;
    padding: 0px 2em;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    border: none;
}
.pc-style .block-step .remark{
    padding: 20px;
    border-radius: 10px;
    background: #f5f5f5;
}
.pc-style .block-step .remark .remark-title{
    font-weight: bold;
    margin-bottom: 5px;
}
.pc-style .block-step .remark .star{
    color: #e53737;
}
.pc-style .block-qa {
    background: #1e2021;
    width: 100%;
    margin: 0px;
}

.pc-style .block-qa .block-inner {
    width: 1120px;
    margin: 0px auto;
    padding: 50px 0px;
    color: #ffffff;
}

.pc-style .block-qa .block-title .title-text {
    color: #ffc741;
}

.pc-style .block-qa .block-title .title-text::before {
    background: #2b1cba;
}

.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: rgba(255, 255, 255, 0.7);
}

.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 .bot {
    text-align: center;
    padding: 30px 0px;
    background: #1e2021;
    color: #888888;
}

/* 移动端样式 */
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;
}

.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 .banner .banner-inner .btn-container {
    position: absolute;
    left: 50%;
    bottom: 20%;
    width: 120px;
    margin-left: -60px;
}

.mobile-style .banner .banner-inner .btn-container .btn-join {
    background: #ffcb4a;
    background: linear-gradient(#ffe5a4, #ffcb4a);
    background: -webkit-linear-gradient(#ffe5a4, #ffcb4a);
    border-radius: 100px;
    box-shadow: 0px 4px 0px 0px #ffa23f;
    /* border-bottom: 5px solid #ffa23f; */
    color: #333333;
    text-shadow: 1px 1px 0px #ffffff;
    font-size: 18px;
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}

.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: 24px;
    font-weight: bold;
    color: #2b1cba;
    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-abstract {
    margin-top: -20px;
    position: relative;
    z-index: 1;
}

.mobile-style .block-abstract .abstract {
    border-radius: 12px;
    background: #ffffff;

    padding: 30px 20px 20px 20px;
    overflow: hidden;
    position: relative;
}

.mobile-style .block-abstract .abstract .abstract-bg-lt {
    background: #fff5db;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    width: 60px;
    height: 60px;
    left: 10px;
    top: 10px;
}

.mobile-style .block-abstract .abstract .abstract-bg-rt {
    background: #ffcb4a;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    width: 200px;
    height: 200px;
    right: -100px;
    top: -100px;
}

.mobile-style .block-abstract .abstract .abstract-bg-rb {
    background: #fff5db;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: 10px;
}

.mobile-style .block-abstract .abstract .abstract-bg-lb {
    background: #ffcb4a;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    width: 200px;
    height: 200px;
    left: -100px;
    bottom: -100px;
}

.mobile-style .block-abstract .abstract h1 {
    color: #2b1cba;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.mobile-style .block-abstract .abstract h2 {
    color: #2b1cba;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.mobile-style .block-abstract .abstract .abstract-1 {
    padding: 10px 0px;
    z-index: 10;
    position: relative;
}

.mobile-style .block-abstract .abstract .abstract-2 {
    padding: 10px 0px;
    z-index: 10;
    position: relative;
}

.mobile-style .block-abstract .abstract .abstract-2 strong {
    font-family: 'Roboto', sans-serif;
    color: #2b1cba;
    font-weight: bold;
}


.mobile-style .block-abstract .abstract-shadow-1 {
    border-radius: 0px 0px 20px 20px;
    margin: 0px 20px;
    background: #f9e6b8;
    height: 10px;
}

.mobile-style .block-abstract .abstract-shadow-2 {
    border-radius: 0px 0px 20px 20px;
    margin: 0px 40px;
    background: #f7edd3;
    height: 10px;
}

.mobile-style .block-teacher .teacher {
    background: #ffffff;
    border-radius: 12px;
    text-align: center;
    overflow: hidden;
}

.mobile-style .block-teacher .teacher img {
    max-width: 100%;
}

/* .mobile-style .block-harvest .harvest{
    margin: 0px -10px;
} */
.mobile-style .block-harvest .harvest::after {
    content: "";
    display: block;
    clear: both;
}

/* .mobile-style .block-harvest .harvest .harvest-item{
    float: left;
    width: 50%;
    text-align: center;
} */
.mobile-style .block-harvest .harvest .harvest-item .item-inner {
    border-radius: 12px;
    background: #ffffff;
    padding: 20px;
    margin-bottom: 5px;
}

.mobile-style .block-harvest .harvest .harvest-item .item-img {
    float: left;
    width: 30%;
}

.mobile-style .block-harvest .harvest .harvest-item .item-img img {
    width: 100%;
    height: auto;
}

.mobile-style .block-harvest .harvest .harvest-item .item-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    margin-left: 30%;
    padding-left: 10px;
}

.mobile-style .block-harvest .harvest .harvest-item .item-des {
    margin-left: 30%;
    padding-left: 10px;
}

.mobile-style .block-call .call {
    border-radius: 12px;
    background: #ffffff;
    padding: 20px 20px 200px 20px;
    position: relative;
}

.mobile-style .block-call .call .call-img-box {
    position: absolute;
    bottom: 0px;
    height: 200px;
    text-align: center;
    left: 0px;
    right: 0px;
}
.mobile-style .block-call .call p{
    padding: 0.5em 0px;
}
.mobile-style .block-call .call .call-img-box img {
    height: 100%;
}

.mobile-style .block-step .block-content {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
}

.mobile-style .block-step .step::after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .block-step .step .step-item {
    position: relative;
    padding: 15px 0px;
}

/* .mobile-style .block-step .step .step-item::after{
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: 30px;
    width: 5px;
    height: 100px;
    background: #e5e5e5;
    margin-top: -50px;
}
.mobile-style .block-step .step .step-item:last-child::after{
    display: none;
} */
.mobile-style .block-step .step .step-item .item-inner {
    padding-left: 60px;
    position: relative;
}

.mobile-style .block-step .step .step-item .item-img {
    border-radius: 100%;
    background: #105ed9;
    width: 32px;
    height: 32px;
    margin: 0px auto 10px auto;
    padding: 10px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.mobile-style .block-step .step .step-item .item-img img {
    width: 32px;
    height: auto;
}

.mobile-style .block-step .step .step-item .item-des {
    position: relative;
}

.mobile-style .block-step .step .step-item .des-no {
    display: none;
}

.mobile-style .block-step .step .step-item .des-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.mobile-style .block-step .btn-container {
    padding: 10px 0px;
    padding-bottom: calc(10px + constant(safe-area-inset-bottom));
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    text-align: center;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #ffffff;
    z-index: 10000;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.mobile-style .block-step .btn-container .btn-join {
    display: inline-block;
    border-radius: 100px;
    background: #2b1cba;
    color: #ffffff;
    height: 40px;
    width: 7em;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    border: none;
}

.mobile-style .block-step .btn-container .btn-join:hover {
    color: #ffffff;
}


.mobile-style .block-step .btn-container .btn-ask {
    display: inline-block;
    border-radius: 100px;
    background: #ffcb4a;
    color: #333333;
    height: 40px;
    width: 7em;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    border: none;
}
.mobile-style .block-step .remark{
    padding: 15px;
    border-radius: 10px;
    background: #f5f5f5;
    font-size: 14px;
}
.mobile-style .block-step .remark .remark-title{
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 0px;
}
.mobile-style .block-step .remark .star{
    color: #e53737;
}
.mobile-style .block-step .remark p{
    padding-left: 1em;
    position: relative;
}
.mobile-style .block-step .remark .star{
    position: absolute;
    left: 0px;
    top: 0px;
}
.mobile-style .block-step .btn-container .btn-ask:hover {
    color: #333333;
}

.mobile-style .block-qa {
    background: #1e2021;
    width: 100%;
    margin: 0px;
}

.mobile-style .block-qa .block-inner {
    margin: 0px auto;
    padding: 20px;
    color: #ffffff;
}

.mobile-style .block-qa .block-title .title-text {
    color: #ffc741;
}

.mobile-style .block-qa .block-title .title-text::before {
    background: #2b1cba;
}

.mobile-style .block-qa .qa .qa-item {
    padding: 20px 0px 20px 40px;
    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: 20px;
}

.mobile-style .block-qa .qa .qa-item .item-title {
    font-weight: bold;
    margin-bottom: 10px;
    /* font-size: 20px; */
}

.mobile-style .block-qa .qa .qa-item .item-content {
    color: rgba(255, 255, 255, 0.7);
}


.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 .bot {
    text-align: center;
    padding: 30px 0px;
    background: #1e2021;
    color: #888888;
}


.mobile-style .sc-kefu-mobile {
    display: none;
}