body{
    width: 100% !important;
}
.home-content{
    /* min-width: 1200px; */
    margin: 0 auto;
    margin-top: 86px;
}

/* 轮播图 */
.home-swiper-wrap{
    width: 1200px;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 12px;

}
.home-swiper{
    width: 1200px;
    z-index: 2;
    height: 622px;
    overflow: hidden;
    
}
.home-swiper .swiper-button-prev{
    position: absolute;
    top: 50%;
    left: -90px;
    transform: translateY(-50%);
}
.home-swiper .swiper-button-next{
    position: absolute;
    top: 50%;
    right: -90px;
    transform: translateY(-50%);
}
.swiper-wrapper img {
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet-active {
    width: 21px !important;
    height: 4px !important;
    background: #FFFFFF !important;
    border-radius: 20px 20px 20px 20px !important;
}
.swiper-button-next,.swiper-button-prev{
    width: 75px !important;
    height: 75px !important;
    background: rgba(0, 0, 0, 0.25);
}
.swiper-button-next:after,.swiper-button-prev:after{
    color: rgb(150, 150, 150) !important;
}

/* 下边分类 */
.home-classify{
    display: flex;
    position: relative;
    top: -260px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    justify-content: center;

}
.home-classify div{
    width: 332px;
    height: 277px;
    border-radius: 20px;
    box-shadow: 5px 4px 30px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    margin-right: 53px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}
.home-classify div:last-child{
    margin-right: 0;
}
.home-classify div p{
    color: rgb(30, 30, 30);
    font-family: Poppins;
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    margin-top: 20px;
}
/* 模板的头部 */
.title{
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(248, 248, 248);
    padding-top: 81px;
    padding-bottom: 50px;
}
.title div{
    width: 150px;
    height: 0;
    border: 1px solid rgb(143, 146, 153);
}
.title p {
    color: rgb(4, 134, 254);
    font-family: 思源黑体;
    font-size: 48px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 17px;
}
/* 模板的内容 */
.home-template{
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 50px;
}
.home-template .home-template-item{
    width: calc(33% - 28px);
    box-sizing: border-box;
    border: 1px solid rgb(233, 233, 233);
    border-radius: 8px;
    background: rgb(255, 255, 255);
    position: relative;
    margin-bottom: 24px;
}
.home-template .home-template-item .item-pic{
    width: 100%;
    /* height: 207px; */
    aspect-ratio: 16 / 9;
}
.home-template .home-template-item .item-content-sales{
    color: rgb(139, 150, 165);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    text-decoration-line: line-through;
    margin-left: 7px;
}
.home-template .home-template-item .item-type{
    margin-top: 25px;
}
.home-template .home-template-item .item-con{
    padding: 0 25px;
    padding-bottom: 25px;
    box-sizing: border-box;
}
.home-template .home-template-item .item-type img{
    width: 11px;
    height: 14px;
    margin-right: 6px;
}
.home-template .home-template-item .item-title{
    margin-top: 13px;
    color: rgb(1, 46, 65);
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    word-break: break-word;
    min-height: 48px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 以下 代码 主要只为了适配 scroll-view 中换行问题 */
	white-space: normal !important;
}
.home-template .home-template-item .item-down{
    color: rgb(1, 46, 65);
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    margin-top: 56px;
}
.home-template .home-template-item .item-down .item-buy{
    width: 100px;
    height: 42px;
    box-sizing: border-box;
    border: 1px solid rgb(4, 134, 254);
    border-radius: 4px;
    background: rgb(4, 134, 254);
    color: rgb(244, 244, 246);
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 42px;
}
.home-template .home-template-item .item-aixin{
    position: absolute;
    top: 16px;
    right: 15px;
    width: 34px;
    height: 34px;
}

/* 教学 */
.home-teaching{
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}
.home-teaching-item{
    display: flex;
    margin-bottom: 225px;
}
.home-teaching-item:last-child{
    margin-bottom: 0;
}
.home-teaching-item .video{
    width: 540px;
    /* height: 600px; */
    aspect-ratio: 16 / 9;
    border-radius: 0px 100px 0px 100px;
    background: rgba(1, 46, 65, 0.4);
}
.home-teaching-item .item-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 98px;
    height: 98px;
}
.home-teaching-item .item-left{
    margin-right: 70px;
}
.home-teaching-item .item-cont{
    flex: 1;
    padding-right: 39px;
    padding-top: 80px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home-teaching-item .item-con-title{
    color: rgb(30, 30, 30);
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
}
.home-teaching-item .item-con-intro{
    color: rgb(30, 30, 30);
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    word-break: break-word;
}
.home-teaching-item .item-look{
    width: 192px;
    height: 75px;
    box-sizing: border-box;
    border: 2px solid rgb(33, 150, 243);
    border-radius: 30px;
    box-shadow: 4px 4px 30px 0px rgb(175, 183, 193);
    background: rgb(33, 150, 243);
    color: rgb(30, 30, 30);
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.home-teaching-item .item-look img{
    width: 15px;
    height: 15px;
    margin-left: 15px;
}
.item-right .video{
    border-radius: 0px 0px 0px 100px;
}

/* 联系定制的轮播图 */

/* 轮播图 */
.home-custom{
    width: 1200px;
    margin: 0 auto;
    height: 360px;
    padding: 0 24px;
    box-sizing: border-box;
    position: relative;
}
.swiper-container{
    z-index: 2;
    width: 100%;
    height: 360px;
    box-sizing: border-box;
    margin-bottom: 12px;
    /* position: relative; */
    overflow: hidden;
}
.swiper-container .swiper-wrapper img {
    width: 100%;
    height: 100%;
}
.swiper-container .swiper-pagination-bullet-active {
    width: 21px !important;
    height: 4px !important;
    background: #FFFFFF !important;
    border-radius: 20px 20px 20px 20px !important;
}
.swiper-container .swiper-button-next,.swiper-container .swiper-button-prev{
    width: 75px !important;
    height: 75px !important;
    background: rgba(0, 0, 0, 0);
}
.swiper-container .swiper-button-next{
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
}
.swiper-container .swiper-button-prev{
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
}
.swiper-container .swiper-button-next img,.swiper-container .swiper-button-prev img{
    width: 60px !important;
    height: 60px !important;
}
.swiper-container .swiper-button-next:after,.swiper-container .swiper-button-prev:after{
    color: rgb(150, 150, 150) !important;
    display: none !important;
}
.swiper-container .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 300ms;
    transform: scale(0.8);
}
.swiper-container .swiper-slide img{
    width: 83px;
    height: 83px;
    position: relative;
    border-radius: 50px;
}
.swiper-slide-item{
    width: 100%;
    height: 245px;
    border-radius: 50px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    background: rgb(255, 255, 255);
    margin-top: -40px;
    color: rgb(0, 0, 0);
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    padding-top: 64px;
    box-sizing: border-box;
}
.swiper-slide-item-text{
    color: rgb(0, 0, 0);
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 31px;
}
.swiper-container .swiper-slide-active,.swiper-container .swiper-slide-duplicate-active{
    transform: scale(1);
}


/* 课件运营 */
.home-kj{
    width: 1200px;
    margin: 0 auto;
    margin-top: 131px;
    margin-bottom: 334px;
}
.home-kj .home-kj-item{
    width: 375px;
    height: 300px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 5px 4px 30px 0px rgba(0, 0, 0, 0.1);
    background: linear-gradient(180.00deg, rgb(4, 134, 254),rgba(254, 230, 220, 0) 100%);
    overflow: hidden;
    position: relative;   
}
.kj-title{
    color: rgb(30, 30, 30);
    font-family: Poppins;
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
}
.ke-button{
    width: 125px;
    height: 41px;
    border-radius: 20px;
    background: rgb(255, 255, 255);
    color: rgb(30, 30, 30);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 41px;
    text-align: center;
    margin-top: 151px;
}
.home-kj .home-kj-item img{
    width: 289px;
    height: 313px;
    position: absolute;
    top: 61px;
    left: 173px;
}
.ke-button:hover{
    background: rgb(33, 150, 243);
    color: rgb(30, 30, 30);
}
.ke-button-active{
    background: rgb(33, 150, 243);
    color: rgb(30, 30, 30);
}


.swiper-container .swiper-pagination-bullet{
    width: 12px !important;
    height: 11.37px !important;
    background: rgb(175, 183, 193) !important;
}

.swiper-container .swiper-pagination-bullet-active{
    width: 34px !important;
    height: 11.37px !important;
    border-radius: 40px 40px 40px 40px !important;
    background: rgb(33, 150, 243) !important;
}