.schedule_stage {
    width: 698px;
    margin: 0 auto;
    font-size: 18px;
    border-bottom: 4px solid #d6d6d6;
}
.stage_item {
    cursor: pointer;
    padding: 16px 0;
    position: relative;
}
.stage_item .stage_divider {
    width: 90px;
    height: 9px;
    background: transparent;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
}
.schedule_stage .active_stage {
    font-weight: 700;
    color: #d00000;
}
.active_stage .stage_divider {
    background: #d00000;
}
.schedule_box {
    margin-top: 60px;
}
.schedule_list {
    margin-top: 20px;
}
.schedule_item {
    background: #fff;
    border-radius: 10px;
    margin-top: 5px;
    font-size: 16px;
    padding: 0 20px;
    justify-content: space-around;
}
.schedule_value {
    padding: 20px 10px;
    color: #333;
}
.schedule_value p {
    line-height: 1.8;
}
.schedule_title {
    font-size: 16px;
    text-align: center;
    justify-content: space-around;
}
/*套餐价格*/
.meal_price_box{
    align-items: flex-start;
}
.meal_price_item {
    width: 335px;
    background:
            linear-gradient(
                    0deg,
                    rgba(255, 222, 227, 0.5) 0%,
                    rgba(255, 255, 255, 0.5) 100%
            ),
            rgba(255, 222, 227, 0.5);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
}
.meal_price_item .price_icon {
    width: 40px;
    height: 39px;
}
.meal_price_info {
    margin-left: 10px;
}
.price_clazz_title {
    font-size: 26px;
    font-family:
            Microsoft YaHei,
            Microsoft YaHei-Bold;
    font-weight: 700;
    font-style: italic;
    color: #333333;
}
.learn_stage {
    margin-top: 14px;
}
.learn_stage_title {
    font-weight: bold;
    color: #c90000;
    font-style: italic;
}
.learn_stage_brief {
    font-size: 12px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 10px;
    white-space: pre-wrap;
}
.meal_price_info .course_price {
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    margin-top: 12px;
    position:relative;
}
.meal_price_info .course_price .price_num {
    font-size: 24px;
    color: #c90000;
    margin: 0 3px 0 0;
}
.course_price .give_resource {
    font-size: 12px;
    background: #ffc4c4;
    color: #c90000;
    padding: 5px 20px;
    margin-top:5px;
    width:62%;
    font-style: normal;
}
.meal_price_info .buy_btn{
    width:230px;
    border-radius:10px;
    border:1px solid rgba(201,0,0,1);
    text-align:center;
    overflow: hidden;
    background:#fff;
    height:40px;
    line-height: 40px;
    margin-top:14px;
    cursor:pointer;
}
.meal_price_info .buy_btn .zixun_btn{
    width:30%;
    color:rgba(201,0,0,1);
}
.meal_price_info .buy_btn .to_buy{
    width:70%;
    background:rgba(201,0,0,1);
    color:#fff;
}