#f5a {
    text-align: center;
    padding: 70px 0;
    color: #FF5803;
    font-size: 18px;
}

#f5a .Curriculum-system {
    color: rgba(59, 58, 67, 0.2);
    font-size: 30px;
    font-weight: bold;
}


/* 主体 */
#CourseCenter-main {
    height: 100%;
    background-color: #FEFBF4;
}






/* 理财 */
.CourseCenter-main-financial {
    display: flex;
    position: relative;
}

.CourseCenter-main-financial .CourseCenter-main-financial-box {
    width: 400px;
    height: 500px;
    background-color: #F24F4B;
    margin: 20px 22px;
    border-radius: 30px;
    position: relative;
    transition: transform .32s !important
}

.CourseCenter-main-financial .CourseCenter-main-financial-box:hover {
    transform: scale(1.1);
    transition-duration: .08s
}

.CourseCenter-main-financial-box img {
    background-color: #fff;
    border: 1px solid #F24F4B;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 65px;
}

.ourseCenter-main-financial-content {
    position: absolute;
    bottom: 50px;
    text-align: center;

    color: #fff;
}

.ourseCenter-main-financial-content .ourseCenter-title {
    font-size: 26px;
    margin: 20px 0;
}

.ourseCenter-main-financial-content .ourseCenter-list {
    margin: 10px 5px;
    padding: 0 21px;
    font-size: 15px;


}

.ourseCenter-main-financial-content button {
    outline: none;
    width: 150px;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
    background-color: #F24F4B;
    border-radius: 20px;
    margin-top: 30px;
}

/* 分割线 */
.CourseCenter-hr {
    text-align: center;
    margin: 25px 0;
    font-size: 30px;
    color: rgba(59, 58, 67, 0.5);
}

/* 主要内容 */
.index-main-Tactics-details1 {
    height: 300px;
    width: 100%;
    background-color: #FEEBC4;

    border-radius: 10px;
    margin-top: 320px;
    padding: 0 -2000px;
    position: relative;

}

.index-main-Tactics-details1 .imgsiz {
    position: absolute;
    right: 0;
    bottom: 25px;
}

.index-main-Tactics-title1 {
    position: absolute;
    top: -180px;
    left: 150px;
}

.index-main-Tactics-title1 .title1 {
    color: rgba(59, 58, 67, 0.1);
    font-size: 70px;

}

.index-main-Tactics-title1 .title2 {
    font-size: 30px;
    font-weight: bold;
}

.index-main-Tactics-well1 {
    position: absolute;
    left: 140px;
    top: 75px;
    line-height: 50px;
    color: #454444;
    font-size: 25px;
}

.index-main-Tactics-well1 span {
    color: #FF5A00;
}

/* 名师团队 */
.CourseCenter-teacher {
    margin: 50px 0;
    display: flex;
    justify-content: space-around;
}

.CourseCenter-teacher .CourseCenter-teacher-list {
    position: relative;
    color: #fff;
}

.CourseCenter-teacher-list .CourseCenter-teacher-one {
    position: absolute;
    top: -50px;
    left: 90px;
}

.CourseCenter-teacher-title {
    position: absolute;
    top: 120px;
    left: 130px;
    font-weight: normal;

}

.CourseCenter-teacher-datalist {
    position: absolute;
    bottom: 60px;
    left: 30px;
    line-height: 30px;
    padding: 0 15px;

}



/* 无为动态 */
.index-main-Tactics-details2 {
    height: 250px;
    width: 100%;
    background-color: #FEEBC4;

    border-radius: 20px;
    margin-top: 30px;
    transition: transform .32s !important
}

.index-main-Tactics-details2:hover {
    transform: scale(1.1);
    transition-duration: .05s
}


.index-main-Tactics-details2 h1 {
    color: #3B3A43;
    font-size: 23px;
    margin: 10px 25px;
    padding-top: 25px;
}

.index-main-Tactics-details2 h1>span {
    color: #F24F4B;
}

.index-main-Tactics-details2 p {
    padding: 0 50px;
    line-height: 30px;
}



/* 尾部 */
.CourseCenter-footer {
    background-color: #4F5669;
    text-align: center;
    color: #fff;
}

.CourseCenter-footer-logo {

    align-items: center;
    line-height: 40px;
    padding-top: 20px;
}

.CourseCenter-footer-problem {

    margin-bottom: 13px;

}

.CourseCenter-footer-phone {
    margin-bottom: 12px;
}