body{
    width: 100% !important;
}
.detail-template{
    /* width: 1200px;
    margin: 0 auto; */
    margin-top: 41px;
}
.detail-template-menu{
    min-width: 1200px;
    max-width: 1620px;
    margin: 0 auto;
    color: rgb(139, 150, 165);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 18px;
    margin-top: -41px;
    margin-bottom: -28px;
}
.detail-template-menu p{
    cursor: pointer;
}
.detail-template-menu img{
    width: 6px;
    height: 10px;
    margin: 0 13px;
}

/* .detail-template-con{
    background: rgb(248, 249, 250);
} */
.content{
    min-width: 1200px;
    max-width: 1360px;
    margin: 0 auto;
    padding-top: 27px;
}
.content-top{
    display: flex;
    align-items: stretch;
}
.content-box{
    width: 100%;
    border: 1px solid rgb(222, 226, 231);
    background: rgb(255, 255, 255);
    padding: 20px;
    padding-bottom: 79px;
    border-radius: 7px;
    box-sizing: border-box;
}
.pic-border{
    height: 481px;
    border: 1px solid rgb(222, 226, 231);
    border-radius: 6px;
    background: rgb(255, 255, 255);
    margin-right: 18px;
}
.content-top-pic{
    width: 268px;
}
.content-top-text{
    padding-top: 7px;
    /* width: 430px; */
    flex: 1;
}
.shoucang img{
    width: 20px;
    height: 18px;
    margin-right: 10px;
}
.shoucang p{
    color: rgb(13, 110, 253);
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
}
.content-top-text-title{
    color: rgb(28, 28, 28);
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    word-break: break-word;
    margin-top: 11px;
    margin-bottom: 27px;
}
.price{
    width: 233px;
    padding: 17px 8px 11px;
    background: rgb(255, 240, 223);
    color: rgb(28, 28, 28);
    font-family: Inter;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 26px;
}
.price span{
    color: rgb(96, 96, 96);
    font-family: Inter;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}
.price div{
    min-width: 70px;
}
.price div:first-child{
    border-right: 1px solid rgb(189, 193, 200);
    margin-right: 13px;
}
.red{
    color: rgb(250, 52, 52) !important;
}
.star-box{
    margin-left: 150px;
}
.star-box img{
    width: 42px;
    height: 36px;
    margin-right: 10px;
    /*cursor: pointer;*/
}
.border{
    width: 100%;
    height: 0;
    border: 1px solid rgb(224, 224, 224);
}
.template-type{
    margin-top: 15px;
}
.template-type div{
    margin-bottom: 15px;
    position: relative;
}
.template-type div p:first-child{
    min-width: 60px;
    color: rgb(139, 150, 165);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    margin-right: 80px;
}
.template-type div p:last-child{
    color: rgb(80, 80, 80);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
}
.template-type div span{
    display: inline-block;
    width: 77px;
    height: 20px;
    background: linear-gradient(180.00deg, rgb(18, 127, 255),rgb(0, 103, 255) 100%);
    color: rgb(255, 255, 255);
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
}
.template-attention{
    color: rgb(250, 52, 52);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 23px;
    padding-bottom: 35px;
}
.template-attention p{
    margin-bottom: 42px;
}
.template-attention p:last-child{
    margin-bottom: 0;
}
.download{
    width: 200px;
    height: 463px;
    box-sizing: border-box;
    /* gray-300 */
    border: 1px solid rgb(222, 226, 231);
    border-radius: 6px;
    /* shadow-sm */
    box-shadow: 0px 1px 2px 0px rgba(56, 56, 56, 0.08);
    /* base-color/white */
    background: rgb(255, 255, 255);
    margin-left: 33px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 25px;
    box-sizing: border-box;
}
.download button{
    width: 250px;
    height: 42px;
    background: rgb(0, 103, 255);
    border: none;
    border-radius: 6px;
    color: rgb(255, 255, 255);
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    /* margin-top: 25px;
    margin-left: 16px; */
}
.download-wang{
    color: rgb(139, 150, 165);
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px;
    margin-bottom: 30px;
}
.download-wang img{
    width: 16.67px;
    height: 17.59px;
    margin-right: 9px;
    
}
.download-tui{
    flex: 1;
    margin-top: 33px;
    padding-left: 16px;
    padding-right: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.download-tui h3{
    color: rgb(150, 150, 150);
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}
.download-tui div{
    flex: 1;
    color: rgb(139, 150, 165);
    font-family: 思源黑体;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}
.detail{
    width: 862px;
}
.detail img{
    width: 100%;
    height: 463px;
    border: 1px solid rgb(150, 150, 150);
    margin-top: 6px;
}
.detail h2{
    color: rgb(28, 28, 28);
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 63px;
    margin-top: 60px;
    text-align: center;
}
.download2{
    width: 280px;
}
.download2 button{
    width: 248px;
}


/* 定制的内容 */
.custom{
    width: 100%;
}
.custom-con{
    max-width: 1360px;
    min-width: 1200px;
    margin: 0 auto;
    margin-top: 57px;
    padding-bottom: 150px;
    background: rgb(248, 248, 248);
}

/* 课件运营 */
.home-kj{
    width: 100%;
    height: 573px;
    background: rgb(248, 248, 248);
    padding-top: 102px;
    box-sizing: border-box;
    align-items: flex-start !important;
}
.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; */
    aspect-ratio: 16 / 9;
    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);
}
/* 模块 */
.custom-module{
    width: 100%;
    height: 699px;
    background: #ffffff;
    margin-bottom: 149px;
    display: flex;
    padding: 0 81px 0 105px;
    box-sizing: border-box;
}
.custom-module-content{
    flex: 1;
}
.custom-module-content h3{
    color: rgb(33, 37, 41);
    font-family: DM Sans;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 19px;
}
.custom-module-content p{
    color: rgb(73, 80, 87);
    font-family: DM Sans;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-left: 9px;
}
.custom-module-content .star {
    padding-left: 51px;
    margin-top: 50px;
}
.custom-module-content .star img{
    width: 63px;
    height: 52px;
    margin-right: 10px;
}
.custom-module-pic img{
    width: 575px;
    /* height: 379px; */
    aspect-ratio: 16 / 9;
    margin-bottom: 21px;
    border-radius: 10px;
}
.custom-module-btn{
    width: 275px;
    height: 56px;
    border-radius: 40px;
    background: rgb(33, 150, 243);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.custom-module-btn img{
    width: 19.91px;
    height: 20.02px;
    margin-right: 18px;
    margin-bottom: 0;
}

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

}
.home-swiper{
    width: 378px;
    z-index: 2;
    overflow: hidden;
}
.swiper-slide{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.swiper-wrapper img {
    width: 100%;
    aspect-ratio: 16 / 9;
}


 