.swiper-pagination-bullets {
    width: 100%;
    text-align: center;
}

.swiper-pagination-bullet {
    margin: 0 0.04rem;
}

#content {
    font-size: .48rem;
    background-color: white;
}

.home {
    padding-bottom: 1.5rem;
    width: 7.5rem;
    overflow: hidden;
}

.home .btn53 {
    display: flex;
    width: fit-content;
    height: 0.7rem;
    line-height: .7rem;
    text-align: center;
    background-color: #C20813;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    margin-top: .73rem;
    padding: 0 0.4rem;
}

.home .btn53 a {
    color: white;
    font-size: .3rem;
    text-decoration: none;
}

.home .top-banner {
    /* background: url('https://wanmei-edu-public.cdn.bcebos.com/m.pixseedschool.com/images/n-home/banner.png') no-repeat center/cover; */
    height: 7.5rem;
}

.home .top-banner .banner_swiper {
    width: 100%;
    height: 100%;
}

.home .top-banner .banner_swiper .swiper-slide {
    width: 100%;
    height: 100%;
    background: url('https://wanmei-edu-public.cdn.bcebos.com/m.pixseedschool.com/images/n-home/banner.png') no-repeat center/cover;
}

.home .top-banner .banner_swiper .swiper-slide02 {
    width: 100%;
    height: 100%;
    background: url('https://wanmei-edu-public.cdn.bcebos.com/m.pixseedschool.com/images/n-home/banner01.png') no-repeat center/cover;
}

.home .top-banner .banner_swiper .swiper-slide-new {
    width: 100%;
    height: 100%;
    background: url('https://wanmei-edu-public.cdn.bcebos.com/m.pixseedschool.com/images/n-home/new_banner_yd.png') no-repeat center/cover;
}

.home .top-banner .banner_swiper .swiper-slide a {
    display: inline-block;
    width: 100%;
    height: 100%;
}



.home .top-course {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 7.5rem;
    height: 1.88rem;
    background-color: #FAFAFB;
}

.home .top-course a {
    display: flex;
    flex-direction: column;
    width: 1.8rem;
    align-items: center;
}

.home .top-course img {
    width: .72rem;
    height: .73rem;
}

.home .top-course span {
    font-size: .24rem;
    color: #666;
}

.home .pt-title {
    text-align: center;
    margin-top: .75rem;
}

.home .pt-title img {
    height: 1.99rem;
}

.home .part1 .pt-title img {
    width: 4.46rem;
    height: 1.99rem;
}

.home .part2 .pt-title img {
    width: 4.32rem;
    height: 2.48rem;
}

.home .part3 .pt-title img {
    width: 5rem;
    height: 2.14rem;
}

.home .part4 .pt-title img {
    width: 6.24rem;
    height: 2.14rem;
}



.home .part5 .pt-title img {
    width: 5.28rem;
    height: 2.7rem;
}

.home .part6 .pt-title img {
    width: 5.28rem;
    height: 2.17rem;
}

.home .part7 .pt-title img {
    width: 5.3rem;
    height: 2.48rem;
}

.home .part8 .pt-title img {
    width: 5.76rem;
    height: 2.17rem;
}

.home .pt1-tabs {
    width: 3.2rem;
    height: .5rem;
    color: #666;
    font-size: .3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .3rem;
}

.home .pt1-tabs div {

    position: relative;
}

.home .pt1-tabs .active {
    color: #C20813;
}

.home .pt1-tabs .active::after {
    content: '';
    width: .32rem;
    height: 0.02rem;
    position: absolute;
    background-color: #C20813;
    bottom: -0.08rem;
    left: 50%;
    transform: translateX(-50%);

}

.pt1-swiper {
    width: 6.85rem;
    height: 4.24rem;
    margin: 0.2rem auto 0;
    overflow: hidden;
}

.pt1-swiper .swiper-slide {
    width: 6.85rem;
}

.pt1-swiper .swiper-slide img {
    width: 6.85rem;
}

.pt1-swiper-warpper .pt1-fenye {
    text-align: center;
}

.pt1-swiper-warpper .swiper-pagination-bullet {
    background: #333333;
    border-radius: .3rem;
    width: .32rem;
    height: 0.08rem;
}

.pt1-swiper-warpper .swiper-pagination-bullet-active {
    /* background: #F1F4F6; */
}

.part2 {
    overflow: hidden;
}

.pt2-content {
    margin-top: .36rem;
}

.pt2-video-container {
    width: 6.86rem;
    height: 3.86rem;
    border-radius: .24rem;
    border: 1px solid #E7E7E7;
    overflow: hidden;
}

.pt2-video-container img {
    width: 6.86rem;
    height: 3.86rem;
}

.pt2-content video {
    width: 6.86rem;
    height: 3.86rem;
}

.pt2-content .info {
    width: 6.86rem;
    margin-top: .2rem;
    padding-left: .4rem;
}

.pt2-content h3 {
    font-size: .36rem;
    color: #333333;
    display: inline-block;

}

.pt2-content small {
    color: #666;
    display: inline-block;
    font-size: .2rem;
}

.pt2-content .tips {
    color: #333333;
    font-size: .3rem;
}

.pt2-content ol {
    margin-top: .24rem;
    padding-left: .3rem;
    width: 87%;
}

/* .pt2-content p {
    margin-top: .24rem;
    font-size: .24rem;
    line-height: 1.5;
    margin-top: .2rem;
    color: #666;

} */

.pt2-content li {
    color: #999999;
    font-size: .3rem;
    line-height: 1.5;
    list-style: decimal;
}

.pt3-content {
    margin-top: .36rem;
}

.pt3-swiper {
    width: 7.1rem;
}

.pt3-swiper .swiper-slide {
    width: 2.74rem;
    height: 4.8rem;
    margin-right: .2rem;
}

.pt3-swiper .swiper-slide img {
    width: 2.74rem;
    height: 4.8rem;
}

.pt4-content {
    position: relative;
    background-color: #363A4A;
    border-top-left-radius: .24rem;
    border-top-right-radius: .24rem;
}

.pt4-swiper {
    width: 7.5rem;
    margin-top: .3rem;
}

.pt4-swiper .swiper-slide {
    width: 7.5rem;

}

.pt4-info {
    width: 7.5rem;
    height: 6.64rem;
    overflow: hidden;

    color: white;
    font-size: .3rem;
    display: flex;
    align-items: center;
    flex-direction: column;

}

.pt4-info ol {
    padding-left: .3rem;
}

.pt4-info li {
    list-style: decimal;
    width: 4.96rem;
    line-height: 1.5;
}

.pt4-info img {
    width: 5.46rem;
    margin: .46rem 0 .2rem 0;
}

.pt4-info span {
    width: 5.5rem;
    line-height: 1.5;
    text-align: left;
    padding-left: 0.3rem;
}

.pt4-info-bottom {
    width: 6.86rem;
    position: absolute;
    top: 4.8rem;
    left: 50%;
    z-index: 23;
    transform: translateX(-50%);
}

.pt4-fenye {
    position: absolute;
    z-index: 44;
    top: 4rem;
    text-align: center;
}

.pt4-fenye .swiper-pagination-bullet {
    width: .32rem;
    height: 0.08rem;
    background-color: white;
    border-radius: .3rem;
}

.part5 {
    padding-top: 5rem;
}

.pt5-content {
    margin-top: .28rem;
}

.pt5-nav-swiper {
    padding-left: .25rem;
}

.pt5-nav-swiper .swiper-slide {
    padding-right: .2rem;
    height: .74rem;
}

.logo-babie,
.logo-babie img {
    width: 1.6rem !important;
}

.logo-bilili,
.logo-bilili img {
    width: 1.5rem !important;
}

.logo-changyou,
.logo-changyou img {
    width: 1.6rem !important;
}

.logo-guangyu,
.logo-guangyu img {
    width: 1.74rem !important;
}

.logo-hero,
.logo-hero img {
    width: 1.7rem !important;
}

.logo-longtu,
.logo-longtu img {
    width: 1.6rem !important;
}

.logo-popmart,
.logo-popmart img {
    width: 1.7rem !important;
}

.logo-timi,
.logo-timi img {
    width: 1.03rem !important;
}

.logo-wanmei,
.logo-wanmei img {
    width: 1.19rem !important;
}

.logo-yotta,
.logo-yotta img {
    width: 1.5rem !important;
}

.logo-zulong,
.logo-zulong img {
    width: 1.7rem !important;
}

.pt5-offer-swiper {
    width: 7.2rem;
    margin-top: -0.24rem;
}

.pt5-offer-swiper .swiper-slide {
    width: 3.68rem;
}

.pt5-offer-swiper img {
    width: 3.68rem;
    height: 3.59rem;
}

.pt5-offer-swiper .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pt5-offer-swiper .mask img {
    width: 2.24rem;
    height: .35rem;
    animation: breath 1s infinite
}

.pt5-offer-title {
    width: 6.86rem;
    height: .4rem;
    border-top: 1px solid #C20813;
    position: relative;
    z-index: 24;

}

.pt5-offer-title img {
    width: 1.79rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);


}

.pt6-content {
    position: relative;
}

.pt6-nav-swiper {
    font-size: .3rem;
    padding-left: .32rem;
}

.pt6-nav-swiper .swiper-slide {
    color: #666666;
    margin-right: .24rem;

}

.pt6-nav-swiper .swiper-slide div {
    padding-bottom: .1rem;
}

.pt6-nav-swiper .w140 {
    width: fit-content;
}

.pt6-nav-swiper .w80 {
    width: .6rem;
}

.pt6-nav-swiper .swiper-slide-active div {

    position: relative;
}

.pt6-nav-swiper div.active:after {
    content: '';
    position: absolute;
    width: .32rem;
    height: 0.02rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #C20813;
}

.pt6-swiper-container {
    margin-top: .12rem;
    height: 5.4rem;
}

.pt6-swiper {
    width: 7.5rem;
    height: 4.8rem;

}

.pt6-swiper .swiper-slide>div {
    width: 7.08rem;
    height: 4.8rem;
    background-size: cover;
    margin: 0 auto;
    position: relative;

}


.part6 .big-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.95rem;
    height: 2.35rem;
    z-index: 334;

}

.pt6-video {
    width: 7.08rem;
    height: 4.8rem;
    object-fit: fill
}

.part6 .big-img.item1 {
    width: 3.95rem;
    height: 2.35rem;
}

.part6 .big-img.item1 .mask {
    opacity: 1;
}



.part6 .big-img.item2 {
    width: 3rem;
    height: 5rem;
    right: 0;
    left: auto;
}

.part6 .big-img.item3 {
    top: auto;
    bottom: 0;
}


.part6 .big-img>.mask {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;

}

.part6 .big-img>.mask img {
    width: 2.3rem;
    height: .35rem;
    animation: breath 1s infinite;
}


.pt6-fenye {
    position: absolute;
    z-index: 44;
    top: 5.5rem;
    text-align: center;
}

.pt6-fenye .swiper-pagination-bullet {
    width: 0.32rem;
    height: 0.08rem;
    background-color: #333333;
    border-radius: 0.3rem;
}

.pt7-teacher-info-container {
    position: relative;
    width: 6.85rem;
    height: 6.01rem;
    box-shadow: 0px 0px 20px rgba(169, 169, 169, 0.25);
    border-radius: .24rem;
    margin: 0 auto;

}

.pt7-teacher-info {
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.pt7-teacher-info img {
    width: 2.96rem;
    height: 5.04rem;
    float: left;
    margin-top: .2rem;
}

.pt7-teacher-info .text {
    width: 3.7rem;
    float: right;
}

.pt7-teacher-info .name {
    font-size: .36rem;
    color: #333333;
    font-weight: bold;
}

.pt7-teacher-info .tips {
    font-size: .24rem;
    color: #333333;

}

.pt7-teacher-info b {
    font-size: .24rem;
    color: #333333;
}

.pt7-teacher-info p {
    font-size: .24rem;
    color: #666;
    margin-top: .16rem;
}


.part7 .btn-group {
    position: absolute;
    width: .6rem;
    height: .16rem;
    bottom: 0.45rem;
    right: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 333;
    cursor: pointer;
}

.part7 .btn-group div {
    width: .22rem;
    height: .16rem;
    background: url(https://wanmei-edu-public.cdn.bcebos.com/m.pixseedschool.com/images/n-home/pt7-btn.png) no-repeat top center/cover;

}

.part7 .pt7-prev {
    float: left;
    transform: rotate(-180deg);


}

.part7 .swiper-button-disabled {
    opacity: .4;
    cursor: auto;
}

.part7 .pt7-next {
    float: right;
}


.part7 .pt7-fenye.swiper-pagination-fraction {
    width: 3.5rem;
    bottom: 0.23rem;
    left: auto;
    position: absolute;
    right: 0;
}

.pt7-swiper {
    height: 100%;
    overflow: hidden;
}

.pt7-swiper .slash {
    width: .31rem;
    height: .44rem;
}

.pt7-swiper .pt7-fenye span {
    font-size: .48rem;
    font-style: italic;
    font-weight: bolder;
    color: transparent;
    -webkit-text-stroke: 1px #e7e7e7;
    font-family: '黑体';
    letter-spacing: 0.07rem;
}

.pt8-swiper {
    padding-left: .32rem;
}

.pt8-swiper .swiper-slide {
    width: 5.6rem;
    margin-right: .16rem;
}

.pt8-swiper img {
    width: 5.6rem;
    height: 3.38rem;
}

.part9 {
    width: 7.5rem;
    height: 9.07rem;
    background: url('https://wanmei-edu-public.cdn.bcebos.com/m.pixseedschool.com/images/n-home/pt9-form.png') top center/cover no-repeat;
    padding: 1px;
    box-sizing: border-box;
    margin-top: .75rem;
}

.pt9-container {}

.part9 .form {
    width: 5.9rem;
    height: 4rem;
    margin: 4rem auto 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.part9 .form .formList {
    width: 5.9rem;
    height: 2.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.part9 .form input {
    border: 0 none;
}

.part9 .form input,
.part9 .form .course-list {
    width: 5.65rem;
    height: .78rem;
    line-height: 0.78rem;
    color: #333333;
    font-size: .3rem;
    background-color: white;
    box-sizing: border-box;
    position: relative;
    padding-left: .32rem;
}

.course_arrow {
    display: block;
    margin-top: .18rem;
    float: right;
}

.part9 .form .click-area {
    width: 100%;
    height: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.part9 .form .click-area span {
    color: #999;
}

.part9 .form .chosen .click-area span {
    color: #333;
}

.part9 .form input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: .3rem;
}

.part9 .submit {
    width: fit-content;
    height: .78rem;
    line-height: .78rem;
    text-align: center;
    font-size: .3rem;
    color: white;
    background: #C20813;
    border-radius: .6rem;
    padding: 0 .4rem;
}


.form .course-list-ul {
    overflow-y: auto;
    background-color: white;
    position: absolute;
    box-shadow: 0px 1px 10px rgba(204, 204, 204, 0.05), 0px 4px 10px rgba(169, 169, 169, 0.08), 0px 2px 10px -1px rgba(172, 172, 172, 0.12);
    border-radius: .12rem;
    width: 5.68rem;
    height: 2.68rem;
    left: 0;
    padding-top: .08rem;
}


.formList .course-list li {
    width: 5.45rem;
    margin: 0 auto;
    line-height: .4rem;
    font-size: .24rem;
    box-sizing: border-box;
    padding: 0.08rem;
    padding-left: .3rem;
    color: #333;
    cursor: pointer;
}

.formList .course-list li img {
    width: .24rem;
    height: .24rem;
    visibility: hidden;
}

.formList .course-list li.active {
    background: rgba(194, 8, 19, 0.05);
}

.formList .course-list li.active img {
    visibility: visible;
}