<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navBanner{
    width: 100%;
    height: 7.75rem;
    overflow: hidden;
    background-image: url("//qjzb.kuleiman.com/record/klm/spdz/1/bannerBg.png");
}
.bannerTitle{
    font-size: 0.75rem;
    font-weight: 800;
    color: #0C1D56;
    line-height: 1.13rem;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 2.8rem;
}
.bannerTitle2{
    font-size: 0.2rem;
    font-weight: 400;
    color: #0C1D56;
    line-height: 0.3rem;
    padding-top: 0.1rem;
    text-align: center;
}

.btnBox{
    margin: 0.7rem auto 0;
    width: 3.63rem;
    display: flex;
    justify-content: space-between;

}
.btnBox div{
    width: 1.69rem;
    height: 0.61rem;
    line-height: 0.61rem;
    font-size: 0.18rem;

    font-weight: 500;
    cursor: pointer;

}
.btnBox .icon1{
    width: 0.29rem;
    height: 0.29rem;
    background: url(//qjzb.kuleiman.com/record/klm/spdz/1/programme.svg) center center / 100% 100% no-repeat;
    margin-right: 0.13rem;
}
.btnBox .icon2{
    width: 0.29rem;
    height: 0.29rem;
    background: url(//qjzb.kuleiman.com/record/klm/spdz/1/playVideo.svg) center center / 100% 100% no-repeat;
    margin-right: 0.13rem;
}
.programme{
    border-radius: 0.07rem;
    border: 0.03rem solid #FFFFFF;
    color: #262A47;
    background: #fff;
}
.programme:hover{
    background: rgba(255,255,255,0.2);
}
.introduce{
    background: linear-gradient(221deg, #32E2F7 0%, #7602E3 100%);    border-radius: 0.07rem;
    color: #FFFFFF;
}
.introduce:hover{
    background: linear-gradient(221deg, #7602E3  0%, #32E2F7 100%);    border-radius: 0.07rem;

}



.commomTitle{
    font-size: 0.4rem;
    font-weight: bold;
    color: #252C60;
    line-height: 0.68rem;
    position: relative;
    text-align: center;
    padding-top: 0.85rem;
}
.commomTitle span{
    width: 0.28rem;
    height: 0.16rem;
    background: url("//qjzb.kuleiman.com/record/klm/spdz/1/commonTip.svg") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: -0.05rem;
    transform: translate(-50%,0);
}

.commomDesc{
    font-size: 0.2rem;
    font-weight: 400;
    color: #252C60;
    line-height: 0.28rem;
    text-align: center;
    padding-top: 0.1rem;
}

/*model1*/
.model1{
    width: 100%;
    height: 8.31rem;
    overflow: hidden;
    background-image: url("//qjzb.kuleiman.com/record/klm/spdz/1/model1Bg.jpg");

}

.model1Box{
    width: 15rem;
    margin:1.06rem auto 0;
    display: flex;
    justify-content: space-between;
}

.model1List{
    width: 2.31rem;
    height: 4.44rem;
    position: relative;
    transition: all 0.5s;

}
.model1Title{
    font-size: 0.23rem;
    font-weight: 600;
    color: #252C60;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0.5rem;
    left: 0;
}

.model1List:hover{
    transform: translate(0, -5%);
}

/*model2*/
.model2{
    width: 100%;
    height: 7.38rem;
    overflow: hidden;
    background-image: url("//qjzb.kuleiman.com/record/klm/spdz/1/model2Bg.png");
}


.model2Box{
    width: 15rem;
    margin: 1.02rem auto 0;


}
.model2Bottom,.model2Top{
    display: flex;
    justify-content: space-between;
}
.model2Bottom{
    margin-top: 0.78rem;
}
.model2List{
    width: 4.63rem;
    height: 1.38rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.4) 0%, rgba(255,247,246,0.4) 100%);
    box-shadow: 0rem 0.03rem 0.2rem 0rem rgba(194,226,255,0.9);
    border-radius: 0.1rem 0.5rem 0.1rem 0.1rem;
    border: 0.01rem solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 1)) 0.01 0.01;
    font-size: 0.2rem;
    font-weight: 400;
    color: #252C60;
    line-height: 0.3rem;
    position: relative;
    cursor: pointer;
}
.model2Box .model2Top .model2List:nth-child(3),.model2Bottom .model2List:nth-child(1),.model2Box .model2Bottom .model2List:nth-child(2){
    display: flex;
    justify-content: center;
    align-items: center;
}

.active2{
    background: #FFFFFF;
}

.model2Img{
    position: absolute;
    top: -0.48rem;
    left: 0;
    width: 1.75rem;
    height: 0.83rem;
    overflow: hidden;
}
.model2Title{
    width: 4.385rem;
    padding-top: 0.46rem;
    padding-left: 0.39rem;
}
.model2Box .model2Top .model2List:nth-child(3) .model2Title,.model2Bottom .model2List:nth-child(1) .model2Title,.model2Box .model2Bottom .model2List:nth-child(2) .model2Title{
    padding-top: 0.2rem;
}
/*model3*/
.model3{
    width: 100%;
    overflow: hidden;
    height: 7.89rem;
    background-image: url("//qjzb.kuleiman.com/record/klm/spdz/1/model3Bg.png");
}
.model3Box{
    width: 15rem;
    margin: 0.68rem auto 0;
    display: flex;
    justify-content: space-between;
}

.model3List{
    width: 3.56rem;
    height: 4.31rem;
    position: relative;
    overflow: hidden;
}
.model3ListBg{
    width: 100%;
    height: 100%;
}

.model3Info{
    position: absolute;
    top: 2.2rem;
    left: 0.44rem;
    transition: all 0.5s;
    width: 2.81rem;
}

.model3Icon{
    width: 0.75rem;
    height: 0.69rem;
}

.model3Title{
    font-size: 0.25rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 0.36rem;
}
.model3Desc{
    font-size: 0.18rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.25rem;
    margin-top: 0.31rem;
    opacity: 0;
}
.model3List:hover .model3Info{
    transform: translate(0, -50%);
}
.model3List:hover .model3Info .model3Desc{
    opacity: 1;
}
/*model4*/
.model4{
    width: 100%;
    height: 6.5rem;
    overflow: hidden;
    background-image: url("//qjzb.kuleiman.com/record/klm/spdz/1/model4Bg.png");
}
.whiteColor{
    color: #FFFFFF;
}

.model4Box{
    width: 15rem;
    margin: 0.91rem auto 0;
    display: flex;
    justify-content: space-between;
}
.model4List{
    width: 1.35rem;
    position: relative;
    cursor: pointer;
}
.model4List:not(:first-child)::after{
    content: '';
    position: absolute;
    width: 0.19rem;
    height: 0.41rem;
    background:url("//qjzb.kuleiman.com/record/klm/spdz/1/model4Next.svg") no-repeat;
    background-size: 100% 100%;
    top: 0.3rem;
    left: -50%;
    transform: translate(50%,0);
}
.model4Icon{
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 auto;
    transition: all 0.5s;
}
.model4Icon:hover{
    transform: translate(0, -10%);
}
.model4Title{
    width: 1.35rem;
    height: 0.6rem;
    background: rgba(255,255,255,0.1);
    border-radius: 0.18rem;
    font-size: 0.2rem;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.6rem;
    margin-top: 0.54rem;

}
/*model5*/
.model5{
    width: 100%;
    height: 7.56rem;
    background-image: url("//qjzb.kuleiman.com/record/klm/spdz/1/model5Bg.png");
    overflow: hidden;
}
.model5Box{
    width: 15rem;
    margin: 0.68rem auto 0;
    display: flex;
    justify-content: space-between;
}

.model5List{
    width: 1.69rem;
    height: 4.25rem;
    cursor: pointer;
    transition: all .5s;
    border-top-right-radius: 50px;

}
.active5{
    /*animation:mymove 0.4s ;*/
    /*-webkit-animation:mymove 0.4s ;*/
    width: 2.33rem;
    border-top-right-radius: 50px;
}


.model5List div{
    font-size: 0.25rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    width: 1.1rem;
    margin: 0.4rem  auto 0;

}
.model5List div span{
    position: relative;
    z-index: 9;
}
.model5List div:after{
    content: '';
    position: absolute;
    width: 0.23rem;
    height: 0.23rem;
    background: linear-gradient(182deg, #53EEEE 0%, #14A3D5 100%);
    backdrop-filter: blur(1px);
    border-radius: 50%;
    top: 0;
    right: 0rem;
}
.active5  div{
    margin-top: 0.4rem;
    margin-left: 0.26rem;
}

/*model6*/

.model6{
    width: 100%;
    height: 5.83rem;
    background-image: url("//qjzb.kuleiman.com/record/klm/spdz/1/model6Bg.png");
    overflow: hidden;
}

.model6Box{
    width: 15rem;
    margin: 0.69rem auto 0;
    display: flex;
    justify-content: space-between;
}
.model6List{
    width: 3.63rem;
    height: 2.3rem;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border-radius: 0.12rem;
}
.model6List:after{
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url("//qjzb.kuleiman.com/record/klm/spdz/1/videoPlay.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;

}
.model6List img{
    transition: all 0.5s;

}
.model6List:hover img{
    transform: scale(1.2);
}
/*model7*/
.model7{
    width: 100%;
    height: 7.88rem;
    overflow: hidden;
    background-image: url("//qjzb.kuleiman.com/record/klm/spdz/1/model7Bg.png");

}
.model7Box{
    width: 16.13rem;
    height: 4.75rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.33rem 0rem rgba(160,160,160,0.15);
    border-radius: 0.38rem;
    margin: 0.6rem auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.model7Img {
    width: 15rem;
    height: 4.04rem;
}
.model7Img img{
    width: 15rem;
    height: 4.04rem;
}

/*model10*/
.model10{
    width: 100%;
    height: 4.04rem;
    overflow: hidden;
    background-image: url("//qjzb.kuleiman.com/record/klm/spdz/1/model10Bg.png");
}

.model10Box{
    margin: 0.59rem auto 0;
    display: flex;
    justify-content: center;

}


.model10Box  .inputBox:not(:last-child){
    margin-right: 0.24rem;
}
.model10Box  .inputBox input{
    width: 3.73rem;
    height: 0.5rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.05rem 0rem rgba(0,0,0,0.1);
    border-radius: 0.08rem;
    padding-left: 0.25rem;
    border: none;
    color: #333;
    font-size: 0.15rem;
}
.model10Box  .inputBtn{
    width: 1.7rem;
    height: 0.5rem;
    background: linear-gradient(261deg, #53EEEE 0%, #14A3D5 100%);
    border-radius: 0.08rem;
    text-align: center;
    line-height: 0.5rem;
    color: #fff;
    cursor: pointer;
}
.model10Box  .inputBtn:hover{
    background: linear-gradient(261deg, #14A3D5 0%, #53EEEE 100%);


}
.model10  .commonTitle{
    padding-top: 0.88rem;
}
[v-cloak] {
    display: none;
}
.backSize{
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.maxImg{
    max-width: 100%;
    max-height: 100%;
}</pre></body></html>