@import "./reset.css";

#teacher {
    padding: 25px 14px;
}
#teacher>div {
    float: left;
    width: 50%;
}
#teacher:after {
    display: block;
    content: "";
    clear: both;
}
#teacher a {
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
}
#teacher .tl a {
    color: #83ccff;
    border-color: #83ccff;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}
#teacher .tr a {
    color: #ffc851;
    border-color: #ffcc3f;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.swiper-pagination-bullet-active {
    background: #b2bac1;
}
#footer {
    text-align: center;
    color: #767676;
    font-size: 14px;
}


.zero_ask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 11;
}
.rema {
    position: absolute;
    margin: auto;
    right: 0;
    bottom: 1rem;
    display: none;
}

footer p {
    padding: 0.3rem 0 !important;
    font-size: 12px;
}
img {
    display: block;
    width: 100%;
    height: auto;
}
.theme-title {
    margin-bottom: 0.26rem;
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    color: #2a2a2a;
}
.theme-title span {
    color: #ee6600;
}
.inputText {
    width: 100%;
    height: 1rem;
    font-size: 0.32rem;
    text-align: center;
    color: #999;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(241, 246, 255, 0.65);
    box-shadow: 0px 0px 9px 0px rgba(241, 246, 255, 0.65);
    border-radius: 0.5rem;
    border: 1px solid #e5eff8;
    outline: none;
    cursor: text;
}
.inputText:focus {
    -webkit-box-shadow: 0 0 0.08rem rgba(103, 166, 217, 1);
    box-shadow: 0 0 0.08rem rgba(103, 166, 217, 1);
}
.plain-btn {
    height: 1rem;
    font-size: 0.38rem;
    line-height: 1rem;
    text-align: center;
    color: #fff;
    background: -webkit-linear-gradient(-90deg, #ff7710 0%, #fcc200 100%);
    background: -o-linear-gradient(-90deg, #ff7710 0%, #fcc200 100%);
    background: -webkit-gradient(
            linear,
            right top,
            left top,
            from(#ff7710),
            to(#fcc200)
    );
    background: -webkit-linear-gradient(right, #ff9710 0%, #fcc400 100%);
    background: -o-linear-gradient(right, #ff9710 0%, #fcc400 100%);
    background: linear-gradient(-90deg, #ff9710 0%, #fcc400 100%);
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0.18rem 0.24rem 0 #e6f0ff;
    box-shadow: 0 0.18rem 0.24rem 0 #e6f0ff;
}
.container {
    overflow: hidden;
}
.header {
    margin-bottom: 0.3rem;
}
.header-top {
    height: 8.8rem;
}
.header-cont {
    margin: 0 0.4rem;
    font-size: 0;
    text-align: center;
}
.header-title {
    font-size: 0.36rem;
    font-weight: bold;
    color: #1f4b71;
    white-space: pre;
}
.header-input {
    margin: 0.36rem 0.3rem;
}
.header-input input[type='text'] {
    margin-bottom: 0.28rem;
}
.header-btn {
    margin-top: 0.08rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header-desc {
    position: relative;
    font-size: 0.26rem;
    color: #ee7700;
}
.header-desc::after,
.header-desc::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.36rem;
    height: 0.16rem;
    background: url('../images/mobile-indexV3-header-decorate.png') no-repeat center
    top / 100% 100%;
}
.header-desc::after {
    left: -0.46rem;
}
.header-desc::before {
    right: -0.46rem;
}
.content {
    padding: 0 0.3rem;
    background: url('../images/mobile-indexV3-header-bg.png') repeat center top;
}
.grade {
    padding-top: 0.4rem;
    text-align: center;
}
.grade-desc {
    font-size: 0.26rem;
    color: #494949;
}
.grade-cont {
    position: relative;
    margin: 0.26rem 0.3rem 0.76rem;
}
.grade-cont-bg {
    height: 3.22rem;
}
.grade-cont-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.grade-cont-text p {
    margin-bottom: 0.42rem;
    font-size: 0.26rem;
    font-weight: bold;
    text-align: center;
    color: #313131;
}
.grade-cont-text p:nth-child(1) {
    margin: 0.2rem 0 0.52rem;
}
.grade-cont-text p:nth-child(2) {
    margin-bottom: 0.46rem;
}
.grade-cont-text p:nth-child(6) {
    margin-bottom: 0.38rem;
}
.grade-cont-text em {
    position: absolute;
    bottom: 0.08rem;
    left: 0;
    width: 100%;
    font-size: 0.36rem;
    text-align: center;
    color: #d30e1a;
}
.teacher {
}
.teacher-tag,
.teacher-info-cont {
    margin-left: 2.52rem;
}
.teacher-tag p {
    font-size: 0;
    margin-bottom: 0.1rem;
}
.teacher-tag span {
    display: inline-block;
    padding: 0.1rem 0.16rem;
    font-size: 0.2rem;
    color: #3a3a3a;
    background: #d2eeff;
    border-radius: 0.2rem 0.2rem 0.2rem 0;
}
.teacher-info {
    position: relative;
    margin: 0.16rem 0 0.36rem;
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(#8d5a2b),
            to(#bb8c52)
    );
    background: -webkit-linear-gradient(left, #8d5a2b 0%, #bb8c52 100%);
    background: -o-linear-gradient(left, #8d5a2b 0%, #bb8c52 100%);
    background: linear-gradient(90deg, #8d5a2b 0%, #bb8c52 100%);
    border-radius: 0.08rem;
}
.teacher-avatar {
    position: absolute;
    bottom: 0;
    left: 0.36rem;
    width: 1.72rem;
}
.teacher-info-cont {
    padding: 0.08rem 0;
    font-size: 0;
}
.teacher-info-cont p,
.teacher-info-cont span {
    position: relative;
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #fefefe;
}
.teacher-info-cont span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -0.4rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.26rem;
    height: 0.26rem;
    background: url('../images/mobile-indexV3-teacher-icon.png') center top / cover;
}
.teacher-info-cont p {
    padding-left: 0.26rem;
}
.teacher-info-cont p::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.12rem;
    height: 0.12rem;
    background: #fff;
}
.teacher-grade {
    padding: 0.25rem 0 0.22rem;
    text-align: center;
    color: #f3cca5;
    background: url('../images/full-heard-teacher-bg.png') no-repeat center center /
        100% 100%;
}
.teacher-grade-title {
    margin-bottom: 0.12rem;
    font-size: 0.3rem;
    font-weight: bold;
    font-style: italic;
}
.teacher-grade-wrap {
    display: box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.teacher-grade-item {
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 0;
}
.teacher-grade-wrap .teacher-grade-item:nth-child(2),
.teacher-grade-wrap .teacher-grade-item:nth-child(4) {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 0.45rem;
}
.teacher-grade-item b {
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.6rem;
}
.teacher-grade-item span {
    font-size: 0.24rem;
}
.teacher-grade-item sub {
    font-size: 0.28rem;
}
.teacher-grade-item bb {
    font-size: 0.22rem;
    line-height: 0.22rem;
    color: #a98e7d;
}
.teacher-order {
    width: 5rem;
    margin: 0.42rem auto 0.32rem;
}
.science {
    margin-top: 0.6rem;
}
.science-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.28rem;
    padding: 0.34rem 0.34rem 0.25rem 0.86rem;
    background-color: #fff;
    border-radius: 0.12rem;
    -webkit-box-shadow: 0 0rem 0.28rem 0 rgba(206, 217, 232, 0.3);
    box-shadow: 0 0rem 0.28rem 0 rgba(206, 217, 232, 0.3);
}
.science-item-img {
    display: inline-block;
    width: auto;
    height: 1.5rem;
}
.science-item-img:nth-child(3) {
    height: 1.3rem;
}
.science-item h4 {
    margin-bottom: 0.16rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #ee7700;
}
.science-item p {
    font-size: 0.28rem;
    line-height: 0.46rem;
}
.increase {
    padding: 0.22rem 0;
}
.increase-item {
    z-index: 1;
    position: relative;
    margin-bottom: 0.16rem;
    padding: 0.38rem 0.3rem 0.3rem 0.2rem;
    border-radius: 0.16rem;
    overflow: hidden;
}
.increase-item::after {
    z-index: -1;
    content: '';
    position: absolute;
    top: -20%;
    left: -25%;
    width: 100%;
    height: 3rem;
    border-radius: 3rem;
    background-color: rgba(0, 0, 0, 0.02);
}
.increase-item:nth-of-type(1) {
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(#38aaff),
            to(#5fc8ff)
    );
    background: -webkit-linear-gradient(left, #38aaff 0%, #5fc8ff 100%);
    background: -o-linear-gradient(left, #38aaff 0%, #5fc8ff 100%);
    background: linear-gradient(90deg, #38aaff 0%, #5fc8ff 100%);
}
.increase-item:nth-of-type(2) {
    background: -webkit-linear-gradient(315deg, #ff7836 0%, #ff8d47 100%);
    background: -o-linear-gradient(315deg, #ff7836 0%, #ff8d47 100%);
    background: linear-gradient(135deg, #ff7836 0%, #ff8d47 100%);
}
.increase-item:nth-of-type(3) {
    background: -webkit-linear-gradient(315deg, #fba631 0%, #ffc60a 100%);
    background: -o-linear-gradient(315deg, #fba631 0%, #ffc60a 100%);
    background: linear-gradient(135deg, #fba631 0%, #ffc60a 100%);
}
.increase-item-cont,
.increase-item-img {
    display: inline-block;
    vertical-align: bottom;
}
.increase-item-cont {
    color: #fff;
}
.increase-item-cont h4 {
    margin-bottom: 0.12rem;
    font-size: 0.38rem;
    font-weight: normal;
}
.increase-item-cont p {
    font-size: 0.28rem;
    font-weight: lighter;
    line-height: 0.38rem;
}
.increase-item-img {
    position: absolute;
    bottom: 0.3rem;
    right: 0.3rem;
    width: 0.87rem;
}
.increase-item:nth-of-type(2) .increase-item-img {
    width: 0.92rem;
}
.case-swiper-container {
    margin: 0.36rem 0 0.7rem;
    padding-bottom: .14rem;
    overflow: hidden;
}
.case-swiper-container .swiper-slide {
    display: inline-block;
    width: 2.23rem;
    height: 4.6rem;
}
.company-title {
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    color: #2a2a2a;
}
.company-promise ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.58rem 0 0.4rem;
}
.company-promise-icon {
    width: 1.06rem;
    margin: 0 auto 0.22rem;
}
.company-promise li p {
    font-size: 0.26rem;
    color: #423f42;
}
.company-partner {
    padding: 0.4rem 0;
    background: #fff;
}
.company-partner-cont {
    margin: 0.32rem auto 0;
}
.order {
    padding: 0.36rem 0.3rem;
    background-color: #ffab18;
}
.order-cont {
    padding: 0.38rem 0.34rem 0.84rem;
    background-color: #fff;
    border-radius: 0.12rem;
}
.order-title {
    margin-bottom: 0.4rem;
    text-align: center;
}
.order-title > * {
    position: relative;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.5rem;
    text-align: center;
    color: #1f4b71;
}
.order-title span::after {
    content: '';
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -0.68rem;
    width: 0.68rem;
    height: 0.5rem;
    background: url('../images/mobile-indexV3-teacher-red-packet.png') center top /
        cover;
}
.order-progress {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0.3rem;
    text-align: center;
}
.order-progress li {
    font-size: 0;
}
.order-progress span {
    display: inline-block;
    width: 0.28rem;
    height: 0.28rem;
    font-size: 0.24rem;
    line-height: 0.28rem;
    text-align: center;
    color: #fff;
    background: #4aaaff;
    border-radius: 50%;
}
.order-progress p {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.5rem;
    color: #484848;
}
.order-progress li:first-child p {
    color: #3795e9;
}
.order-progress-bg {
    z-index: -1;
    position: absolute;
    top: 0.07rem;
    left: 0;
    width: 100%;
    height: 0.14rem;
    background: #f0f0f0;
    border-radius: 0.7rem;
}
.order-input {
    margin-top: 0.5rem;
}
.order-input .inputText {
    font-size: 0.28rem;
    color: #9d9d9d;
}
.order-input > .inputText {
    margin-bottom: 0.3rem;
}
.order-input-row {
    font-size: 0;
}
.order-input-row > * {
    display: inline-block;
    width: 2.9rem;
}
.order-input-row select {
    margin-left: 0.38rem;
    background-color: #fff;
}
.order-btn {
    margin-top: 0.4rem;
}
.nav {
    font-size: 0;
}
.nav li {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    padding: 0.32rem 0;
    background-color: #1c1c1c;
}
.nav li span {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 0.46rem;
    font-size: 0.24rem;
    line-height: 0.46rem;
    text-align: center;
    color: #fff;
    border-right: 1px solid #3c3c3c;
}
.nav li:last-child span {
    border-right: none;
}
.nav .qrcode {
    display: none;
    position: absolute;
    top: -1.26rem;
    right: 0;
    width: 1.26rem;
    height: 1.26rem;
}
/* 右侧固定客服 */
.right_up {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 10;
}
.right_up a {
    display: block;
    width: 1.2rem;
    font-size: 0;
    margin-bottom: 2px;
}
.phone-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.phone-pop .zero_ask {
    z-index: 21;
}
.zero_ask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 11;
}
.phone-pop .phone-wrap {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 60%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0.3rem;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    z-index: 100 !important;
}
.phone-pop .phone-wrap .phones {
    padding: 0.25rem 0.5rem;
    border-bottom: 1px solid #cfcfcf;
}
