.banner1{
    margin-top: 0.88rem;
    padding: 0.65rem 0.55rem 0 0.55rem;
    height: 3.63rem;
    background: url("../asset/knowledge/1.png");
    background-size: 100%;
    
}
.banner1 .title{
    font-size: 0.4rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1E2C72;
    line-height: 0.6rem;
    letter-spacing: 0.01rem;
    margin-bottom: 0.4rem;
}
.banner1 .text{
    font-size: 0.22rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 0.3rem;
    letter-spacing: 0.02rem;
    margin-bottom: 0.6rem;
}
.banner1 .btnWrap{
    vertical-align: top;
}
/* .banner1 .btnWrap .notice{
    width: 2.3rem;
    height: 0.68rem;
    background: linear-gradient(90deg, #6386FF 0%, #5259FF 100%);
    border-radius: 0.08rem;
    font-size: 0.26rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.68rem;
    letter-spacing: 0.01rem;
    text-align: center;
    margin-right: 0.6rem;
} */
.banner1 .btnWrap .notice{
    margin-right: 0.6rem;
}
.banner1 .btnWrap .btn{
    width: 2.3rem;
    height: 0.68rem;
    background: #FFFFFF;
    border-radius: 0.08rem;
    border: 0.01rem solid rgba(97, 105, 255, 0.32);
    font-size: 0.26rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #6473FF;
    line-height: 0.37rem;
    letter-spacing: 0.01rem;
    text-align: center;
    line-height: 0.68rem;
}
.banner1 .btnWrap .btn.current{
    color: #FFFFFF;
    background: linear-gradient(90deg, #6386FF 0%, #5259FF 100%);
}
.banner2{
    padding: 0.6rem 0.55rem 0.6rem 0.55rem;
    text-align: center;
}
.banner2 .cont{
    display: inline-block;
    width: 6.4rem;
    height: 7.27rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(62, 143, 255, 0.22);
    border-radius: 0.2rem;
    padding: 0 0.37rem;
}
.banner2 .cont .top{
    height: 0.78rem;
    text-align: left;
}
.banner2 .cont .top img{
    width: 0.28rem;
    height: 0.22rem;
    vertical-align: middle;
}
.banner2 .cont .top h4{
    line-height: 0.78rem;
    border-bottom: 0.01rem solid #979797;
    font-size: 0.3rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 0.42rem;
    padding-top: 0.2rem;
    padding-bottom: 0.16rem;
}
.banner2 .cont .list5{
    text-align: left;
    padding: 0.39rem 0 0 0;
    height: 6rem;
    overflow-y: auto;
}
.banner2 .cont .list5 li{
    margin-bottom: 0.4rem;
}
.banner2 .cont .list5 li div{
    font-size: 0.26rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 0.37rem;
    margin-bottom: 0.2rem;
}
.banner2 .cont .list5 li p{
    font-size: 0.2rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 0.28rem;
}
.banner3 .list2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0.55rem;
}
.banner3 .list2 li{
    width: 3rem;
    height: 4.6rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(62, 143, 255, 0.22);
    border-radius: 0.2rem;
    overflow: hidden;
    margin-bottom: 0.4rem;
}
.banner3 .list2 li div{
    padding: 0rem 0.23rem 0.19rem 0.21rem;
}
.banner3 .list2 li img{
    width: 3rem;
    height: 1.95rem;
    margin-bottom: 0.2rem;
}
.banner3 .list2 li h3{
    width: 2.56rem;
    font-size: 0.26rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 0.37rem;
    text-overflow: -o-ellipsis-lastline;
	overflow: hidden;				
	text-overflow: ellipsis;		
	display: -webkit-box;			
	-webkit-line-clamp: 2;			
	line-clamp: 2;					
	-webkit-box-orient: vertical;	
    margin-bottom: 0.2rem;

}
.banner3 .list2 li p{
    width: 2.56rem;
    font-size: 0.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 0.28rem;
    overflow: hidden;				
	text-overflow: ellipsis;		
	display: -webkit-box;			
	-webkit-line-clamp: 2;			
	line-clamp: 2;					
	-webkit-box-orient: vertical;
}
.banner3 .list2 li hr {
    width: 100%;
    height: 0.02rem;
    opacity: 0.2;
    background-color: #979797;
    margin-bottom: 0.19rem;
    margin-top: 0.19rem;
}
.banner3 .list2 li span{
    font-size: 0.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 0.28rem;
}
.mfsy{
    position: relative;
    width: 100%;
    height: 1.77rem;
    }
    .mfsy .onTrial{
    width: 6.6rem;
    height: 2.3rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.05rem 0.2rem 0rem rgba(135, 204, 255, 0.16);
    border-radius: 0.08rem;
    position: absolute;
    left: 50%;
    top: 0.36rem;
    margin-left: -3.3rem;
    text-align: center;
    }
    .mfsy .onTrial .title{
    font-size: 0.3rem;
    font-weight: 600;
    color: #000000;
    line-height: 0.42rem;
    text-align: center;
    margin-top: 0.34rem;
    }
    .mfsy .onTrial .title span{
    color: #6473FF;
    }
    .mfsy .onTrial .phone{
    width: 5.19rem;
    height: 0.8rem;
    margin-top: 0.35rem;
    overflow: hidden;
    position: relative;
    display: inline-block;
    background: #F6FAFF;
    box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(73, 130, 255, 0.11), 0rem 0.01rem 0.05rem 0rem rgba(116, 172, 255, 0.16);
    border-radius: 0.4rem;
    border: 0.01rem solid rgba(110, 158, 255, 0.14);
    }
    .mfsy .onTrial .phone input{
    width: 3rem;
    float: left;
    height: 100%;
    margin-left: 0.33rem;
    background: #F6FAFF;
    font-size: 0.2rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 0.28rem;
    letter-spacing: 0.01rem;
    }
    .mfsy .onTrial .phone .btn{
    width: 1.77rem;
    height: 0.66rem;
    border-radius: 0.5rem;
    font-size: 0.26rem;
    display: inline-block;
    text-align: center;
    line-height: 0.66rem;
    color: white;
    position: absolute;
    right: 0.07rem;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #6386FF 0%, #5259FF 100%);
    box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(73, 130, 255, 0.11);
    }