
.session-file-top{
    background: linear-gradient(to left,rgba(142,58,255,1) 0%,rgba(52,109,248,1) 100%);
    width: 100%;
    height: 460px;
    color: white;
    display: flex;
    align-items: center;
}
.session-file-top-border{
    margin: auto;
    width: 1150px;
    display: flex;
    justify-content: space-between;
}
.session-file-top-left{
    width:430px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.session-file-top-text{
    padding: 70px 366px 123px 1100px;
    color: white;
}
.session-file-top-title{
    font-size: 42px;
    margin-bottom: 20px;
}
.session-file-top-text-min{
    font-size: 18px;
    margin-bottom: 80px;
}
.session-file-top-text-btn{
    padding: 10px 30px;
    color: rgb(57, 114, 240);
    width: fit-content;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    cursor:pointer;
}
.session-file-footer{
    width: 100%;
    height: 347px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-size:cover;
    background-color: #3F76FF;
}
.session-file-footer-text{
    font-size: 36px;
    color: white;
    margin-bottom: 40px;
}
.session-file-footer-btn{
    background: rgb(255, 255, 255);
    border-radius: 8px;
    padding: 10px 25px;
    cursor:pointer;
}
.session-file-introduce{
    margin-top: 135px;
    text-align: center;
}
.session-file-introduce-title{
    font-size: 40px;
}
.card-list{
    display: flex;
    justify-content: center;
}
.card{
    width: 364px;
    height: 372px;
    border-radius: 30px;
    margin: 125px 25px 0 25px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.card-green-bg{
    background: linear-gradient(rgba(248,255,249,1) 0%,rgba(221,250,241,1) 100%);
}

.card:hover{
    opacity: 0.7;
}

.card-darkorchid-bg{
    background: linear-gradient(rgba(248,250,249,1) 0%,rgba(240,235,252,1) 100%);
}
.card-blue-bg{
    background: linear-gradient(rgba(250,252,248,1) 0%,rgba(227,247,253,1) 100%);
}
.card-text-title{
    font-size: 28px;
    margin: 45px 0 27px 0;
}
.card-text-min{
    color: rgba(0, 0, 0, 0.5);
}
.content{
    margin-top: 260px;

}
.content-title{
    font-size: 40px;
    margin-bottom: 150px;
    text-align: center;
}
.content-list{
    display: flex;
    flex-direction: column;
}
.list-left-title{
    font-size: 30px;
    margin-left: 20px;
    margin-bottom: 60px;
}
.list-left-li{
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
}
.list-left-li>ul>li{
    margin:30px 0 ;
}
ul li::marker{
    font-size: 20px;
}
.list{
    display: flex;
    justify-content: center;
    margin-bottom: 220px;
}
.list-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 470px;
}
.left-margin{
    margin-left: 200px;
}
.right-margin{
    margin-right: 200px;
}
