* {
    margin: 0;
    padding: 0;
    font-size: 0.64rem;
}

a {
    color: #0d145f;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

body {
    max-width: 750px;
    min-width: 320px;
    margin: auto;
    color: #0d145f;
    overflow-x: hidden;
    background: #f5f5f5;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.c {
    padding: 0 3%;
}

#app {
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
    overflow-x: hidden;
}

@media screen and (min-width: 750px) {
    html {
        font-size: 37.5px !important;
    }
}

p {
    font-size: 0.64rem;
}

.mt3 {
    margin-top: .8rem;
}

.banner-shili {
    width: 94%;
    margin: .8rem auto;
    background: #fff;
    border-radius: 1.0667rem;
    padding: 4%;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 2px 13px rgba(160, 160, 221, .36);
}

.banner-shilis {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.banner-shilis img {
    display: block;
    width: 2.24rem;
    height: 2.24rem;
    margin: 0 auto;
}

.banner-shilis p {
    font-size: .7467rem;
    color: #1a6dff;
    text-align: center;
    font-weight: bold;
}

.title {
    height: 2.9867rem;
    line-height: 2.9867rem;
    margin: .8rem 0 0;
    color: #fff;
    position: relative;
    background: linear-gradient(90deg, #155af1, #f8faff);
}

.title em {
    display: inline-block;
    font-size: 3.4667rem;
    font-weight: bold;
    color: rgba(255, 255, 255, .15);
    font-style: normal;
    position: absolute;
    left: 0;
    top: 0;
}

.title h3 {
    font-size: 1.28rem;
    font-weight: bold;
    text-shadow: 0 .1333rem .2133rem rgba(36, 42, 49, .16);
    padding-left: .8rem;
}

.jineng {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .8rem 4% 0;
}

.jinengs {
    width: 48%;
    background-color: #fff;
    box-shadow: inset 0 0 1px #fff, 0 .0533rem .1333rem rgba(160, 160, 221, .36);
    border-radius: .2667rem;
    margin-bottom: .8rem;
    padding: .8rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.jinengs img {
    width: 5.0933rem;
    margin-bottom: .5333rem;
}

.form {
    background: url(../images/formbg1.jpg) no-repeat center / cover;
    padding: .8rem 0;
}

.form h3 {
    font-size: 1.28rem;
    margin: .5333rem 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.form label.icons {
    display: flex;
    width: 78%;
    height: 1.6533rem;
    line-height: 1.6533rem;
    font-size: .8rem;
    background-color: #fff;
    border-radius: .4267rem;
    margin: 0 auto .8rem;
    padding-left: .8rem;
}

.form label.icons:before {
    color: #2f3135;
    font-weight: bold;
}

.form label.icons input {
    margin-left: .2667rem;
    color: #2f3135;
    display: inline-block;
    line-height: 2.08rem;
}

.form .form-btn {
    display: block;
    width: 78%;
    margin: .6rem auto 0;
    height: 1.6533rem;
    line-height: 1.6533rem;
    background: linear-gradient(90deg, #fe6566, #e8262b);
    border-radius: 1.6533rem;
    box-shadow: 0 0.08rem 0.16rem rgba(1, 9, 41, .22);
    animation: anm1 3s infinite;
}

.form .form-btn input {
    width: 100%;
    display: block;
    line-height: 1.6533rem;
    font-size: .96rem;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.xueke {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 4%;
}

.xuekes {
    width: 48%;
    border-radius: .2667rem;
    box-shadow: 0 .0533rem .3467rem rgba(160, 160, 221, .36), inset 0 .1333rem .1867rem #fff;
    position: relative;
    padding: .5333rem;
    margin-top: .8rem;
}

.xuekes img {
    width: 2.0267rem;
    position: absolute;
    right: .6933rem;
    top: .6933rem;
}

.xuekes span {
    font-size: .6133rem;
}

.xuekes h3 {
    font-size: .96rem;
    color: #000;
    margin: .5333rem 0 .1333rem;
}

.xuekes p {
    color: #2f3135;
    font-size: .5867rem;
}

.xuekes a {
    width: fit-content;
    display: block;
    font-size: .64rem;
    color: #fff;
    background: linear-gradient(180deg, #3478f8, #3478f8);
    border-radius: 1.0667rem;
    line-height: 1.0667rem;
    padding: 0 .4267rem;
    margin: .4267rem auto 0;
}

.xuekes a i {
    transform: rotate(-90deg);
    display: inline-block;
}

.xuekes:nth-child(1) {
    background: linear-gradient(45deg, #f5f8ff, #fefeff);
}

.xuekes:nth-child(2) {
    background: linear-gradient(45deg, #fff9f3, #fefeff);
}

.xuekes:nth-child(3) {
    background: linear-gradient(45deg, #effff9, #fefeff);
}

.xuekes:nth-child(4) {
    background: linear-gradient(45deg, #f9f1ff, #fefeff);
}

.xuekes:nth-child(1) span {
    color: #3477f8;
}

.xuekes:nth-child(2) span {
    color: #ff3302;
}

.xuekes:nth-child(3) span {
    color: #01cd83;
}

.xuekes:nth-child(4) span {
    color: #8112ff;
}

.xuekes:nth-child(2) a {
    background: linear-gradient(180deg, #ff3200, #ff603c);
}

.xuekes:nth-child(3) a {
    background: linear-gradient(180deg, #00cc82, #05de93);
}

.xuekes:nth-child(4) a {
    background: linear-gradient(180deg, #8111ff, #9434ff);
}

.ziliao {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 4%;
}

.ziliaos {
    width: 48%;
    margin-top: .8rem;
    border-radius: .2667rem;
    box-shadow: 0 .0533rem .3467rem rgba(160, 160, 221, .36), inset 0 .1333rem .1867rem #fff;
    text-align: center;
}

.ziliaos img {
    width: 100%;
    height: 4.9867rem;
}

.ziliaos p {
    font-size: .7467rem;
    margin: .32rem 0;
}

.luxian {
    background: #fff;
    padding: .8rem 4%;
}

.teacher-n {
    position: relative;
    margin: .8rem 0;
    padding: 0 4%;
}

.swiper-tea {
    border-radius: 1.6rem .8rem .8rem .8rem;
    box-shadow: 0 .0533rem .3467rem rgba(160, 160, 221, .36);
}

.teacher {
    border-radius: 1.6rem .8rem .8rem .8rem;
    background-image: linear-gradient(90deg, #fff, transparent);
    padding: 2px;
}

.teacher-boeder {
    background-color: #fff;
    border-radius: 1.6rem .8rem .8rem .8rem;

}

.tea-top {
    border-radius: 1.6rem .8rem 0 0;
    height: 6.9333rem;
    background: linear-gradient(to right, #2c93fd, #125eff);
    padding-left: 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;

}

.tea-top:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: 'tutor';
    font-size: 5.3333rem;
    line-height: 5.6rem;
    font-weight: bold;
    color: rgba(255, 255, 255, .07);
    text-transform: uppercase;
}

.tea-face {
    width: 5.68rem;
    height: 5.68rem;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid #fff;
    background: linear-gradient(to right, #122d3e, #4c778b, #122d3e);
    position: relative;
}

.tea-ifos {
    width: 60%;
    color: #fff;
    position: relative;

}

.tea-ifos h3 {
    font-size: 1.28rem;
    font-weight: bold;
}

.tea-ifos p {
    font-size: .64rem;
    margin-top: .2667rem;
}

.tea-itros {
    height: 9rem;
    padding: 4%;
    line-height: 1.28rem;
    color: #4c4c4c;
    overflow: hidden;
}

.swiper-pagination-tea,
.swiper-pagination-gl {
    height: 1.3333rem;
    bottom: -0.3rem;
    left: 50%;
    border-radius: 0.6rem;
    transform: translate(-50%);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-tea .swiper-pagination-bullet,
.swiper-pagination-gl .swiper-pagination-bullet {
    width: .6667rem;
    height: 0.32rem;
    margin: 0 -0.1rem;
    border-radius: 0.32rem;
    background-color: #eaeaea;
    opacity: 1;
}

.swiper-pagination-tea .swiper-pagination-bullet-active,
.swiper-pagination-gl .swiper-pagination-bullet-active {
    outline: none;
    width: .6333rem;
    height: 0.32rem;
    margin: 0;
    position: relative;
    z-index: 10;
    background-color: #155af1;
}
.jxgl{
    padding: 0 3%
}
.jxgls{
    margin-top: .8rem;
    background: linear-gradient(180deg,#f6fafd,#fff);
    border-radius: 0.2667rem;
    box-shadow: 0 0.0533rem 0.3467rem rgb(160 160 221 / 36%), inset 0 0.1333rem 0.1867rem #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5333rem 2%;
}
.jxgls img{
    width: 1.84rem;
    height: 1.76rem;
    margin-right: .3733rem;
}
.jxgls-r{
    flex: 1;
}
.jxgls-r h3{
    font-size: .8rem;
    font-weight: bold;
}
.jxgls-r p{
    font-size: .64rem;
    margin-top: .2667rem;
}
.guanli-n{
    width: 94%;
    padding: .5867rem 0;
    margin: .8rem auto;
    background-color: #fff;
    border-radius: .2667rem;
    box-shadow: 0 0.0533rem 0.3467rem rgb(160 160 221 / 36%);
    overflow: hidden;
}
.guanli-n-swiper .swiper-slide {
    width: 9.8667rem !important;
    margin-left: .5333rem;
}

@keyframes anm1 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }

    14% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
    }

    42% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }

    66% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
}