.am-drawer {
    width: 100vw;
    overflow-x: hidden;
    overflow-y: scroll;
    max-width: 7.7rem !important;
    margin: 0 auto;
}

.menu-icon {
    position: fixed;
    z-index: 19;
    bottom: 20%;
    right: calc(100vw / 2 - 3.75rem + 0.4rem);
    width: 1.03rem !important;
    height: 1.03rem !important;
    border-radius: 55%;
    background-color: rgba(0, 0, 0, 0.45);
}

.menu-icon i {
    margin-top: 0.02rem !important;
    margin-right: 0.05rem !important;
    line-height: 1.03rem !important;
    font-size: 0.7rem !important;
    color: #FFFFFF !important;
    text-align: center;
}

.course_tab_absolute {
    position: fixed;
    z-index: 9;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 1rem;
    justify-content: center;
    align-items: center;
    font-size: 0.28rem;
    background-color: rgb(255, 255, 255);
    display: flex;
}

.course_tab_absolute_hide {
    display: none!important;
}


.zixun {
    position: fixed;
    right: 0.1rem;
    bottom: 5rem;
    width: 1.18rem;
    height: 1.18rem;
    overflow: hidden;
    z-index: 9;
    transition: all 0.5s ease;
}

.zixun_hide {
    transition: all 0.5s ease;
    right: -0.8rem!important;
}

.zixun_img {
    width: 1.18rem;
    height: 1.18rem;
}

.box {
    box-sizing: border-box;
    padding-top: 0.8rem;
    padding-bottom: 1.4rem;
}

.header {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: -0.1rem;
    text-align: center;
    color: #b2b2b2;
    font-size: 0.24rem;
}

.header_img_box {
    width: 100%;
}

.header_img {
    z-index: 1;
    position: relative;
    width: 100%;
}



.course {
    position: relative;
    z-index: 2;
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 0.24rem 0.14rem;
    box-sizing: border-box;
    border-radius: 0.2rem 0.2rem 0rem 0rem;
}

.course_tab {
    position: relative;
    width: 100%;
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.28rem;
    background-color: rgb(255, 255, 255);
}

.course_tab_item1,.course_tab_item2,.course_tab_item3 {
    position: relative;
    margin-left: 0.46rem;
    margin-right: 0.46rem;
    height: 0.6rem;
    line-height: 0.6rem;
}

.tab_active {
    font-size: 0.32rem;
    font-weight: 600;
    opacity: 1!important;
}

.course_tab_active_line {
    position: absolute;
    bottom: 0.14rem;
    width: 100%;
    height: 0.1rem;
    background: linear-gradient( 80deg, #2372FF 0%, rgba(35,114,255,0) 100%);
    opacity: 0;
}

.course_line {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.2rem;
    padding: 0 0.06rem;
    box-sizing: border-box;
    justify-content: space-between;
}

.course_item {
    position: relative;
    width: 3.50rem;
    height: 4.66rem;
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
    overflow: hidden;
    border: 0.01rem solid #ECECEC;
}

.item_marks_box {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
}

.item_full {
    position: relative;
    margin-bottom: 0.1rem;
    z-index: 9;
    width: 1rem;
    height: 0.4rem;
    border-radius: 0rem 0 0.1rem 0;
    background: linear-gradient(180deg, #FF7272 0%, #FD0000 100%);
    color: white;
    text-align: center;
    line-height: 0.4rem;
    font-size: 0.24rem;
}

.item_zan {
    position: relative;
    z-index: 2;
    width: 1rem;
    height: 0.4rem;
    border-radius: 0rem 0 0.1rem 0;
    background: linear-gradient(180deg, #FF952A 0%, #FF5B13 100%);
    color: white;
    line-height: 0.4rem;
    font-size: 0.24rem;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zan_img {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.05rem;
}

.course_item_cover {
    width: 100%;
    height: 2.31rem;
    overflow: hidden;
    background-color: rgb(245, 245, 245);
}

.course_item_cover>img {
    width: 100%;
    min-height: 2.31rem;
}

.course_item_bottom {
    padding: 0.14rem 0.16rem;
    box-sizing: border-box;
}

.course_item_title {
    color: #262626;
    font-weight: 500;
    font-size: 0.28rem;
    width: 100%;
    height: 0.72rem;
    line-height: 0.35rem;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.course_item_number {
    margin-top: 0.1rem;
    color: #9b9b9b;
    font-size: 0.26rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.course_item_number>a>img {
    width: 0.3rem;
    height: 0.3rem;
    margin-top: 0.01rem;
}

.course_item_number .public-web-jump-button>img {
    width: 0.3rem;
    height: 0.3rem;
    margin-top: 0.01rem;
}

.course_item_teacher {
    margin-top: 0.12rem;
    color: #2C2D2E;
    font-size: 0.24rem;
    display: flex;
    align-items: center;
}

.course_item_teacher_img {
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 50%;
    margin-right: 0.1rem;
    overflow: hidden;
    background-color: #dbdbdb;
}

.course_item_teacher_img>img {
    width: 0.28rem;
}

.course_item_teacher_text {
    width: 2.8rem;
    height: 0.28rem;
    line-height: 0.28rem;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.course_item_tag_box {
    margin-top: 0.14rem;
    margin-left: -0.02rem;
    width: 110%;
    display: flex;
    flex-wrap: wrap;
    height: 0.4rem;
    overflow: hidden;
}

.course_item_tag {
    margin-bottom: 0.1rem;
    padding: 0rem 0.12rem;
    background-color: #F2F6FE;
    height: 0.3rem;
    line-height: 0.3rem;
    color: #2372FF;
    display: inline-block;
    font-size: 0.2rem;
    margin-right: 0.1rem;
    max-width: 3rem;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* 导师阵容 */
.mentor {
    margin-top: 0.2rem;
    background-color: white;
    padding: 0.32rem 0.2rem;
    box-sizing: border-box;
}

.mentor_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mentor_title {
    font-size: 0.3rem;
    font-weight: 500;
    color: #2C2D2E;
}

.mentor_more {
    color: #4F5153;
    font-size: 0.28rem;
    display: flex;
    align-items: center;
}

.mentor_more_icon {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);/*Safari 4+,Google Chrome 1+ */
    -moz-transform: rotate(-90deg);/*Firefox 3.5+*/
}

.mentor_item_a {
    text-decoration: none;
    color: inherit; /* 继承父元素的字体颜色 */
}

.mentor_item {
    margin-top: 0.2rem;
    width: 100%;
    height: 2.06rem;
    border-radius: 0.08rem;
    border: 0.01rem solid #ECECEC;
    overflow: hidden;
    display: flex;
}

.mentor_item_left {
    width: 1.62rem;
    height: 2.06rem;
    background-color: rgb(245, 245, 245);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* .mentor_item_left>img {
    width: 1.62rem;
    min-height: 2.06rem;
} */

.mentor_item_right {
    flex: 1;
    padding-top: 0.23rem;
    padding-left: 0.34rem;
    padding-right: 0.16rem;
    box-sizing: border-box;
}

.mentor_line1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 0.28rem;
    color: #2C2D2E;
}

.montro_name {
    width: 4rem;
    background-color: #dbffde;
}

.mentor_line1_icon_box {
    width: 0.32rem;
    height: 0.32rem;
}

.mentor_line1_icon {
    width: 0.3rem;
    height: 0.3rem;
}

.mentor_line2 {
    margin-top: 0.18rem;
    width: 100%;
    display: flex;
    font-size: 0.24rem;
    height: 0.64rem;
}

.mentor_line3 {
    margin-top: 0.04rem;
    width: 100%;
    display: flex;
    font-size: 0.24rem;
    height: 0.64rem;
}

.mentor_line2_icon {
    margin-right: 0.1rem;
    width: 0.22rem;
    height: 0.22rem;
    margin-top: -0.01rem;
}

.mentor_line2_icon>img {
    width: 0.22rem;
    height: 0.22rem;
}

.mentor_line2_text {
    margin-top: -0.06rem;
    width: 4.54rem;
    height: 0.64rem;
    line-height: 0.34rem;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mentor_line3_text {
    margin-top: -0.06rem;
    width: 4.54rem;
    height: 0.33rem;
    line-height: 0.33rem;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* 学员故事 */
.story {
    position: relative;
    z-index: 1;
    margin-top: 0.2rem;
    padding-top: 0.32rem;
    padding-bottom: 0.32rem;
    box-sizing: border-box;
    background-color: white;
    box-sizing: border-box;
}

.story_header {
    font-size: 0.3rem;
    color: #262626;
    font-weight: 500;
    padding-left: 0.2rem;
    box-sizing: border-box;
}

.story_item_outbox {
    position: relative;
    overflow-x: scroll;
    padding-bottom: 0.1rem;
    z-index: 2;
}

.story_item_box {
    position: relative;
    width: max-content;
    display: flex;
    align-items: center;
    padding-left: 0.2rem;
    padding-right: 0.08rem;
    z-index: 3;
}

a {
    text-decoration: none;
    color: inherit;
}

.story_item {
    position: relative;
    z-index: 4;
    margin-top: 0.24rem;
    margin-right: 0.15rem;
    width: 6.2rem;
    height: 3.36rem;
    border-radius: 0.08rem;
    background-color: #F7F9FD;
    padding-top: 0.54rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    box-sizing: border-box;
}

.quota_left {
    position: absolute;
    top: 0.24rem;
    left: 0.2rem;
    width:0.59rem;
    height: 0.55rem;
}

.quota_right {
    position: absolute;
    top: 1.6rem;
    right: 0.4rem;
    width:0.59rem;
    height: 0.55rem;
}

.story_item_line1 {
    font-size: 0.27rem;
    color: #2C2D2E;
    line-height: 0.4rem;
    height: 1.6rem;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.big_text {
    font-size: 0.34rem;
    font-weight: 500;
}

.story_item_line2 {
    margin-top: 0.14rem;
    width: 5rem;
    display: flex;
    justify-content: right;
    font-size: 0.24rem;
    color: #000;
    font-weight: 500;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-left: 0.6rem;
    height: 0.36rem;
    line-height: 0.36rem;
}

.story_item_line3 {
    position: relative;
    margin-top: 0.26rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.story_avater {
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 50%;
    background-color: #d2d2d2;
    overflow: hidden;
}

.story_avater>img {
    width: 0.34rem;
    height: 0.34rem;
}

.story_name {
    width: 0.8rem;
    font-size: 0.24rem;
    font-weight: 500;
    margin-left: 0.1rem;
    border-right: 1px solid #D1D1D1;
}

.story_exper {
    margin-left: 0.2rem;
    color: #262626;
    font-size: 0.2rem;
    height: 0.26rem;
    line-height: 0.26rem;
    display: flex;
}

.story_exper_text {
    width: 2.6rem;
    height: 0.26rem;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* 录取捷报 */
.report {
    margin-top: 0.2rem;
    padding-top: 0.32rem;
    padding-bottom: 0.32rem;
    box-sizing: border-box;
    background-color: white;
}

.report_header {
    font-size: 0.3rem;
    color: #262626;
    font-weight: 500;
    padding-left: 0.2rem;
    box-sizing: border-box;
}

.report_item_outbox {
    overflow-x: scroll;
    padding-bottom: 0.1rem;
}

.report_item_box {
    display: flex;
    align-items: center;
    width: max-content;
    padding-left: 0.2rem;
    padding-right: 0.08rem;
}

.report_item {
    margin-right: 0.15rem;
    margin-top: 0.26rem;
    padding: 0.22rem;
    box-sizing: border-box;
    width: 6.2rem;
    height: 3.8rem;
    border-radius: 0.08rem;
    border: 0.01rem solid #ECECEC;
    background-image: url("https://info.compassedu.hk/mobile/default/report_img.jpeg");
    background-repeat: no-repeat; /* 禁止重复 */
    background-size: cover; /* 图片尺寸自适应 */
    background-position: center; /* 图片居中 */
}

.report_item_line1 {
    display: flex;
    align-items: center;
}

.report_item_line1_name {
    color: #2C2D2E;
    font-size: 0.32rem;
    font-weight: 500;
}

.report_item_line1_tag {
    margin-left: 0.2rem;
    color: #253C72;
    background-color: #D3E8FF;
    padding: 0.04rem 0.16rem;
    border-radius: 0.04rem;
    font-size: 0.24rem;
}

.report_item_line2 {
    width: 100%;
    height: 2.76rem;
    margin-top: 0.2rem;
    padding: 0.26rem;
    box-sizing: border-box;
    background-image: url("https://info.compassedu.hk/mobile/default/card_img2.png");
    background-repeat: no-repeat; /* 禁止重复 */
    background-size: cover; /* 图片尺寸自适应 */
    background-position: center; /* 图片居中 */
}

.repoty_line2_top {
    margin-top: 0.1rem;
    width: 100%;
    height: 1rem;
}

.repoty_line2_top_line1 {

}


.repoty_line2_top_line2 {
    margin-top: 0.16rem;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.repoty_line2_bottom {
    width: 100%;
    height: 1rem;
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
}

.repoty_line2_bottom_left {
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    border: 0.01rem solid #EBEBEB;
}

.repoty_line2_bottom_left>img {
    width: 1rem;
    height: 1rem;
}

.repoty_line2_bottom_right {
    flex: 1;
    margin-left: 0.16rem;
    color: #2C2D2E;
    font-weight: 500;
    font-size: 0.24rem;
    line-height: 0.34rem;
}

.advertisement1 {
    width: 100%;
    height: 2.68rem;
    padding: 0.22rem 0.24rem;
    margin-top: 0.2rem;
    background-color: white;
    box-sizing: border-box;
}

.advertisement1_img {
    width: 100%;
    height: 100%;
    border-radius: 0.08rem;
    overflow: hidden;
    background-color: #e9e9e9;
}

.advertisement1_img>img {
    width: 100%;
    height: 100%;
}



/* 立即报名 */
.apply {
    position: fixed;
    z-index: 11;
    bottom: 0;
    width: 7.7rem;
    height: 1.36rem;
    padding: 0.24rem;
    box-sizing: border-box;
    background-color: white;
    box-shadow: 0rem 0rem 0.08rem 0rem rgba(197,197,197,0.5);
}

.apply_btn {
    width: 100%;
    height: 0.88rem;
    text-align: center;
    line-height: 0.88rem;
    color: white;
    border-radius: 0.16rem;
    font-size: 0.3rem;
    background: linear-gradient( 150deg, #019DFF 0%, #0163FF 100%);
}


/* 隐藏滚动条 */
::-webkit-scrollbar {
    display: none;
}


.btn-box {
    position: fixed;
    z-index: 11;
    bottom: 0;
    width: calc(100% - 20px);
    height: 46px;
    border-radius: 4px;
    background: linear-gradient( 150deg, #019DFF 0%, #0163FF 100%);
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin: 10px auto;
}


