/* 同意样式 */
body::-webkit-scrollbar {
    /*display: none*/
}

body {
    overflow-x: hidden;
    overflow-y: auto;
}

.flex-sb_center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-container {
    width: 100%;
    height: 800px;

}


.common-title {
    display: flex;
    margin-top: 45px;
    width: 140px;
    justify-content: space-between;
}

.common-title .left_blue_bar {
    width: 10px;
    height: 20px;
    background-color: #40aadd;
    margin-right: 53px;
}

.right_big_title {
    font-size: 19px;
    font-weight: 600;
}

.study_process {
    display: flex;
    justify-content: space-between;
    margin: 20px 53px;
    align-items: flex-start
}

.study_process_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.study_process_item .study_process_item_img, .study_process_right_arrow {
    width: 68px;
    height: 68px;
}

.study_process_item_name {
    margin-top: 13px;
    font-size: 17px;
    font-weight: bold;
    font-family: "Source Han Sans CN";
}

/* 黄色小按钮 */
.yellow_btn_common {
    border: 2px solid #5ec4e9;
    height: 20px;
    border-radius: 21px;
    padding: 2px 10px;
    color: #5ec4e9;
    cursor: pointer;
}

.yellow_btn_common a {
    color: #5ec4e9;
}

/* 结果查询 */
.study_result_search {
    margin: 36px 62px;
    font-size: 17px;
    font-family: "Source Han Sans CN";
    font-weight: bold;
}

/* 学习记录 */
.study_record_list {
    margin: 32px auto 0px;
    width: 828px;
    border: 2px solid #5ec4e9;
    border-bottom: none;
}

.study_record_list .study_record_list_header {
    display: flex;
    background-color: #5ec4e9;
    height: 33px;

}


.study_record_list_header_1, .study_record_list_header_2, .study_record_list_header_3, .study_record_list_header_4, .study_record_list_header_5 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #fff;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.study_record_list_header_5 {
    border: none !important;
}

.study_record_list_header_1, .study_record_list_item_1 {
    width: 132px;
}

.study_record_list_header_2, .study_record_list_item_2 {
    width: 283px;
}

.study_record_list_header_3, .study_record_list_header_4, .study_record_list_header_5, .study_record_list_item_3, .study_record_list_item_4, .study_record_list_item_5 {
    width: 135px;
}

/* 列表循环 */
.study_record_list .study_record_list_item {
    display: flex;

    border-bottom: 2px solid #5ec4e9;
    height: 150px;
}

.study_record_list_item_1, .study_record_list_item_2, .study_record_list_item_3, .study_record_list_item_4, .study_record_list_item_5 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #5ec4e9;
    font-size: 15px;
    font-family: "Source Han Sans CN";
    font-weight: bold;
}

.study_record_list_item_5 {
    border: none !important;
}

.study_record_list_item_2, .study_record_list_item_5 {
    flex-direction: column;
}

.study_record_list_item_2 span {
    margin: 5px
}

.yellow_btn_study_record {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    border: 2px solid #5ec4e9;
    margin: 5px;
    height: 20px;
    border-radius: 21px;
    color: #5ec4e9;
    cursor: pointer;
}

.yellow_btn_study_record a {
    color: #5ec4e9;

}

.learning_progress_year_list {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 63px 67px;
}

/* //课程进度 */
.learning_progress_year_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 30px;
    border-radius: 14.5px;
    background-color: #eeeeee;
    margin: 10px 20px 0 0;
    font-size: 18px;
    font-weight: bold;
    font-family: "Source Han Sans CN";
    cursor: pointer;
    user-select: none;
}

.progress_bar_wrap {
    position: relative;
    width: 660px;
    margin: 0 auto;
}

/* 两个小星星 */
.grey_star img {
    width: 50px;
    height: 50px;
}

.yellow_star img {
    width: 100px;
    height: 100px;
}

.grey_star, .yellow_star {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
}

.grey_star {
    left: -34px;
    top: -26px;
    z-index: 10;
}

.grey_star span {
    margin-top: 16px;
}

.yellow_star {
    right: -69px;
    top: -57px;
    z-index: 10;
}

.current_total_score {
    position: absolute;
    top: 37px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    /* font-weight: bold; */
    font-size: 15px;

}

.current_total_score span {
    margin: 2px 0;
}

.current_year_select {
    color: #fff;
    background-color: #5ec4e9;
}


/* 继续教育购买课程的样式----------------------------------- */
.package-course {
    display: flex;
    justify-content: space-between;
    margin: 12px 55px 0;
}

.package-course-item {
    width: 400px;
    height: 222px;
    border-radius: 7px;
    overflow: hidden;
    background: url('../assets/continu_edu_image/Z.png') no-repeat;
    background-size: cover;
    background-position: center 0;
}

.package-course-item-title {
    margin: 69px 0px 0 36px;
    font-size: 23px;
    font-weight: bold;
    font-family: "Source Han Sans CN";
}

.package-course-item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    margin: 85px 38px 0;
    color: #5ec4e9;
}

.package-course-item-price-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.package-course-item-bottom a {
    color: #5ec4e9;

}


.package-course-item-detail {
    cursor: pointer;
}

.package-course-item-price {
    margin-right: 20px;
    font-size: 15px;
}

.package-course-item-price span {
    font-size: 23px;
    font-weight: bold;
    font-family: "Source Han Sans CN";
}

.package-course-item-buy {
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 14.5px;
    color: #fff;
    background-color: #5ec4e9;
    cursor: pointer;
}

.package-course-item-buy a {
    color: #fff;

}