body {
    background-color: #fff;
}

html,
body {
    -webkit-text-size-adjust: none;
}

.flex {
    display: flex;
}

.flex-just-center {
    justify-content: center;
}

.flex-align-center {
    align-items: center;
}

.header {
    height: 1.44rem;
    background-color: #26008f;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.header-left {
    display: flex;
    align-items: center;
}

.logo {
    width: 0.69rem;
    height: 0.69rem;
}

.nav img {
    width: 0.41rem;
    height: 0.31rem;
}

.title {
    color: #fff;
    margin-left: 0.22rem;
}

.title p:first-child {
    font-size: 16px;
    margin-bottom: 0.06rem;
}

.title p:last-child {
    font-size: 12px;
}


/* 轮播 */

.swiper-wrap {
    height: 6.26rem;
}

.swiper-wrap .swiper-slide img {
    height: 6.26rem;
}

.swiper-wrap .swiper-pagination span {
    width: 20px;
    height: 4px;
    border-radius: 3px;
    background-color: #dedede;
}


/* 明星办学 */

.no1 {
    margin-top: 0.55rem;
    background-color: #eae9e9;
    padding: .5rem 0.65rem;
}

.no1-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.no1-title p {
    margin: 0 .17rem;
    font-size: 20px;
    font-family: "SourceHanSansCN";
    color: rgb(36, 36, 36);
}

.no1-title img {
    width: 1rem;
    height: 0.06rem;
}

.no1-desc {
    margin-top: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-family: "SourceHanSansCN";
    color: rgb(59, 59, 59);
}

.no1-desc p {
    margin: 0 .06rem;
}

.no1-desc span {
    display: inline-block;
    height: .02rem;
    background-color: #000;
    width: 0.2rem;
}

.no1-cont {
    margin-top: 0.6rem;
    justify-content: space-between;
}

.no1-cont img {
    width: 2.35rem;
}

.no1-cont p {
    font-size: 14px;
    font-family: "SourceHanSansCN";
    color: rgb(13, 13, 13);
    text-transform: uppercase;
    line-height: 1.714;
    width: 3.3rem;
}

.no2 {
    background-color: #fff;
}

.no2-cont {
    margin-top: 0.4rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.no2-cont .item {
    width: 2.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.4rem;
    font-size: 12px;
}

.no2-cont .item img {
    width: 2.8rem;
    margin-bottom: 0.1rem;
}

.btn {
    border-radius: 20px;
    background-color: rgb(62, 14, 201);
    width: 4.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    color: #fff;
}

.no3-cont {
    margin-top: 0.4rem;
    flex-direction: column;
}

.no3-item {
    border-bottom: #a8a7a7 dashed 1px;
    padding-bottom: 0.08rem;
    margin-top: 0.4rem;
}

.no3-item-title {
    font-size: 14px;
    font-family: "SourceHanSansCN";
    color: rgb(36, 36, 36);
    border-left: 1px solid #000;
    padding-left: 0.08rem;
    margin-bottom: 0.08rem;
}

.no3-item-desc {
    font-size: 12px;
    line-height: 1.2;
    font-family: "SourceHanSansCN";
    color: rgb(36, 36, 36);
}

.swiper2-wrap {
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.swiper2-wrap img {
    width: 3.47rem;
}

.swiper2-name {
    margin-top: -.5rem;
}

.swiper2-name span {
    color: #fff;
    width: 1.81rem;
    height: 0.55rem;
    line-height: 0.55rem;
    text-align: center;
}

.swiper2-name span:first-child {
    background-color: #26008f;
}

.swiper2-name span:last-child {
    background-color: #757575;
}

.swiper2-wrap .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../images/img-16.png) no-repeat;
    background-size: 3.66rem auto;
    background-position: center 0;
    padding-top: .6rem;
}

.swiper2-wrap .swiper-slide p {
    margin-top: 0.1rem;
    font-size: 14px;
    font-family: "SourceHanSansCN";
    color: rgb(36, 36, 36);
    line-height: 1.28;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev:focus-visible,
.swiper-button-prev,
.swiper-rtl .swiper-button-next:focus-visible {
    outline: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev {
    background-color: #d8d8d8;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    text-align: center;
    line-height: .55rem;
    color: #fff;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    font-size: 14px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 14px;
}
.swiper3-wrap {
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: -0.2rem;
}
.swiper3-wrap swiper-pagination {
    bottom:-2px;
}
.no4 {
    background-color: #fff;
}

.no4-cont {
    margin-top: .4rem;
    margin-bottom: 0.4rem;
}

.no4-cont>img {
    width: 100%;
    margin-bottom: 0.2rem;
}

.no4-cont div>img {
    width: 3rem;
    height: 2.4rem;
}

.no5 {
    padding: .5rem 0;
}

.no5-cont {
    margin-top: 0.4rem;
    flex-direction: column;
}

.no5-cont>img {
    width: 100%;
}

.no5-btn {
    border: 2px solid #000;
    font-size: 12px;
    text-align: center;
    padding: 0.1rem .3rem;
    margin-top: 0.45rem;
    margin-bottom: 0.25rem;
}

.no5-cont-img {
    padding: 0 .35rem;
    justify-content: space-between;
    margin-bottom: 0.45rem;
}

.no5-cont-img>img {
    width: 2.11rem;
    height: 2.78rem;
}

.no6 {
    background-color: #fff;
    padding: .4rem 0;
}

.no6-cont {
    margin-top: 0.4rem;
    padding: 0 .5rem;
}

.no6-cont-item {
    height: 100%;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #000;
    margin-bottom: 0.5rem;
}

.no6-cont-num {
    background-color: #3e0ec9;
    width: 1.12rem;
    color: #fff;
    margin-right: 0.1rem;
    height: 1.12rem;
    text-align: center;
    line-height: 1.12rem;
    font-size: 30px;
}

.no6-cont-desc {
    flex: 1
}

.no6-cont-desc p:first-child {
    font-size: 18px;
    margin-bottom: 0.1rem;
}

.no6-cont-desc p:last-child {
    font-size: 12px;
}

.no7 {
    padding: .5rem 0;
}

.no7-cont {
    padding: .5rem;
}

.no7-cont img {
    width: 100%;
}

.no8 {
    margin-top: 0.5rem;
    background: #535353;
    padding: 0.55rem .5rem;
    font-size: 12px;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.no8 div p {
    margin: 0.1rem 0;
}

.no8 img {
    width: 0.52rem;
    margin-bottom: 0.2rem;
}

.top {
    width: 1.1rem;
    flex-direction: column;
    color: #fff946;
}

.footer {
    height: 1.44rem;
    background-color: #26008f;
    /* justify-content: space-around; */
    justify-content: center;
    /* justify-content: space-evenly; */
    padding: 0 1rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    box-sizing: border-box;
}

.footer .icon {
    width: .34rem;
    margin-bottom: 0.1rem;
}

.footer>img {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    right: .1rem;
    top: -.4rem;
}

.footer>div:first-child {
    margin-right: 2rem;
}

.footer>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
}

.nav-list {
    position: absolute;
    right: 0;
    bottom: -3rem;
    z-index: 99;
    background-color: #5c45e9;
    padding: .2rem .1rem;
    font-size: 12px;
    color: #fff;
    display: none;
}

.nav-list li {
    border: 1px solid #fff;
    border-bottom: none;
    text-align: center;
    padding: 0.1rem .2rem;
}

.nav-list li a {
    color: #fff;
    text-decoration: none;
}

.nav-list li:last-child {
    border-bottom: 1px solid #fff;
}

.form {
    background-color: rgba(0, 0, 0, .8);
    padding: 0.33rem;
    padding-bottom: 3rem;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.form.hide {
    display: none;
}

.form .form-wrap {
    background-color: #fff;
    border: 1px solid #939393;
    border-radius: 5px;
    padding: 0.6rem .33rem;
    position: relative;
}

.form .close {
    position: absolute;
    right: .5rem;
    top: .3rem;
    background-color: #969696;
    border-radius: 50%;
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    color: #fff;
    padding: 0.1rem;
}

.form ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
}

.form ul li {
    margin: 0 .6rem;
    margin-bottom: 0.3rem;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    padding: 0.13rem .28rem;
}

.form ul li.sel {
    background-color: #9f9f9f;
    border: 1px solid #9f9f9f;
    color: #fff;
}

.form .name {
    margin-top: 0.4rem;
    margin-bottom: 0.2rem;
}

.form .flex span {
    margin-right: .2rem;
    width: 1.4rem;
    text-align: center;
}

.form input {
    flex: 1;
    height: 0.8rem;
    border-radius: 5px;
    border: 1px solid #e3e3e4;
    padding: 0 .2rem;
}

.form .submit {
    border-radius: 47px;
    width: 3.4rem;
    height: 95px;
}

.form .flex-just-center {
    margin-top: 0.5rem;
}

.form .tip {
    font-size: 12px;
    text-align: center;
    margin-top: 0.6rem;
    margin-bottom: 0.2rem;
}

.form img {
    width: 100%;
}