.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;
  }



  /* 主页面开始 */
.box {
    position: relative;
    box-sizing: border-box;
    padding-top: 1.05rem;
    padding-bottom: 1.4rem;
}

.tab_box {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 4.05rem;
    height: 0.84rem;
}

.tab_box_fixed {
    width: 100%;
    position: fixed!important;
    z-index: 9;
    top: 1.05rem;
    left: 0;
}

.tab {
    margin-left: auto;
    margin-right: auto;
    width: 7.02rem;
    height: 0.84rem;
    border-radius: 0.08rem;
    color: #2C2D2E;
    display: flex;
    justify-content: space-between;
    background-color: white;
    font-size: 0.24rem;
    z-index: 9;
    padding: 0 0.6rem;
    box-sizing: border-box;
}

.header {
    position: relative;
    margin-top: 0rem;
    margin-bottom: 0.6rem;
    text-align: center;
    width: 100%;
    height: 3.4rem;
    overflow: hidden;
    z-index: 1;
}

.header_shadow {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 3.4rem;
    background-color: rgba(0, 0, 0, 0.2);
}

.header_img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

.title_box {
    position: absolute;
    z-index: 2;
    width: 6.18rem;
    left: 50%;
    top: 49%;
    transform: translateX(-50%) translateY(-50%);
}


.banner_title {
    position: relative;
    z-index: 2;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.44rem;
    color: white;
    text-align: center;
    width: 6.18rem;
    margin-left: auto;
    margin-right: auto;
}

.banner_etitle {
    position: relative;
    margin-top: 0.26rem;
    z-index: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.26rem;
    color: white;
    text-align: center;
    width: 6.18rem;
    margin-left: auto;
    margin-right: auto;
}









.tab_item1,.tab_item2,.tab_item3,.tab_item4 {
    position: relative;
    width: 1.04rem;
    height: 0.84rem;
    line-height: 0.84rem;
    text-align: center;
}

.tab_line {
    position: absolute;
    z-index: 10;
    width: 0.52rem;
    height: 0.1rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4A8BFF;
    border-radius: 0.16rem 0.16rem 0 0;
    opacity: 0;
}

.tab_active {
    font-weight: 500;
    color: #2372FF;
    opacity: 1!important;
}

/* tab000 项目介绍 */
.intro {
    position: relative;
    margin-bottom: 0.2rem;
    margin-left: auto;
    margin-right: auto;
    width: 7.02rem;
    height: auto;
    background: #FFFFFF;
    border-radius: 0.08rem;
    padding: 0.28rem 0.24rem;
    box-sizing: border-box;
    overflow: hidden;
}

.card_title {
    position: relative;
    width: 100%;
    height: 0.44rem;
    text-align: center;
    line-height: 0.44rem;
}

.card_title_cname {
    position: relative;
    font-size: 0.32rem;
    color: #003AA1;
    z-index: 2;
    font-weight: 500;
}

.card_title_ename {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    font-size: 0.31rem;
    color: #E0EBFE;
}

.intro_text {
    position: relative;
    font-size: 0.24rem;
    line-height: 0.4rem;
    text-align: justify;
    white-space: pre-wrap;
}

/* 介绍文本省略样式 */
.intro_text_ellipsis {
    position: relative;
    font-size: 0.24rem;
    line-height: 0.4rem;
    text-align: justify;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.intro_text2 {
    position: absolute;
    background-color: rgb(225, 255, 222);
    bottom: 0;
    left: 0;
    z-index: 1;
    line-height: 0.4rem;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
    opacity: 0;
}

.open_btn {
    position: relative;
    margin-left: auto;
    z-index: 2;
    width: 1rem;
    height: 0.4rem;
    text-align: right;
    margin-top: 0.1rem;
    font-size: 0.24rem;
    color: #2372FF;
    cursor: pointer;
    display: none;
}

.show_open_btn {
    display: block!important;
}

/* tab000 导师介绍 */
.mentro {
    position: relative;
    margin-bottom: 0.2rem;
    margin-left: auto;
    margin-right: auto;
    width: 7.02rem;
    height: 3.44rem;
    background: #FFFFFF;
    border-radius: 0.08rem;
    padding: 0.28rem 0.24rem;
    box-sizing: border-box;
    overflow: hidden;
}

.mentro_box {
    width: 100%;
    height: 2.18rem;
    display: flex;
    background-color: #FAFAFA;
    border-radius: 0.08rem;
    margin-top: 0.2rem;
    overflow: hidden;
}

.mentro_box_left {
    width: 1.54rem;
    height: 2.18rem;
    overflow: hidden;
    background-color: #d4e4ff;
}

.mentro_box_left>img {
    width: 1.54rem;
    height: 2.18rem;
}

.mentro_box_right {
    width: 5rem;
    padding: 0.2rem;
    box-sizing: border-box;
}

.mentro_box_right_name {
    color: #2C2D2E;
    font-size: 0.28rem;
    font-weight: 500;
    margin-left: 0.15rem;
}

.mentro_box_right_line2 {
    display: flex;
    font-size: 0.24rem;
    color: #262626;
    margin-top: 0.2rem;
    width: 100%;
    height: 0.64rem;
    line-height: 0.32rem;
}

.mentro_box_right_line2_text {
    width: 4.46rem;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mentro_box_right_line3 {
    display: flex;
    font-size: 0.24rem;
    color: #262626;
    margin-top: 0.2rem;
}


.mentro_box_right_line3_text {
    width: 4.46rem;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mentro_box_icon {
    width: 0.2rem;
    height: 0.2rem;
    margin-top: 0.04rem;
    margin-right: 0.08rem;
}


/* tab000 我们的优势 */
.advantage {
    position: relative;
    margin-bottom: 0.2rem;
    margin-left: auto;
    margin-right: auto;
    width: 7.02rem;
    background: #FFFFFF;
    border-radius: 0.08rem;
    padding: 0.28rem 0.24rem;
    box-sizing: border-box;
    overflow: hidden;
}

.advantage_box {
    position: relative;
    margin-top: 0.2rem;
    width: 100%;
    display: flex;
    overflow: hidden;
}

.vs {
    position: absolute;
    top: 0.34rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.5rem;
    color: #FF9C00;
    font-weight: 700;
    font-style: italic;
}

.advantage_left {
    width: 3.34rem;
    height: 5.5rem;
    border-radius: 0.02rem;
    background: #E1EAFD;
    padding: 0 0.2rem;
    box-sizing: border-box;
    box-shadow: 0.06rem 0.08rem 0.16rem 0rem rgba(214,217,221,0.52), 0rem 0rem 0.14rem 0rem rgba(178,180,192,0.21);
}

.advantage_left_title {
    width: 2.54rem;
    height: 0.6rem;
    border-radius: 0.15rem 0rem 0.15rem 0rem;
    color: white;
    font-size: 0.28rem;
    background-color: #2372FF;
    margin-top: 0.2rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
}

.advantage_left_line {
    display: flex;
    align-items: center;
    height: 0.56rem;
    border-bottom: 0.01rem dashed #D6D9DD;
}

.advantage_left_line>img {
    width: 0.21rem;
    height: 0.21rem;
    margin-left: 0.1rem;
    margin-right: 0.15rem;
}

.advantage_left_text {
    font-weight: 400;
    font-size: 0.24rem;
}


.advantage_right {
    margin-top: 0.22rem;
    width: 3.3rem;
    height: 5rem;
    border-radius: 0.02rem;
    background: #F1F3F8;
    box-shadow: 0.06rem 0.08rem 0.16rem 0rem rgba(214,217,221,0.52);
    padding: 0.24rem;
    box-sizing: border-box;
}


.advantage_right_title {
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
    font-weight: 600;
    margin-bottom: 0.18rem;
}

.advantage_right_line {
    display: flex;
    align-items: center;
    height: 0.56rem;
    font-size: 0.26rem;
    color: #4F5153;
    border-bottom: 0.01rem dashed #D6D9DD;
}

.grey_spot {
    width: 0.07rem;
    height: 0.07rem;
    border-radius: 50%;
    background-color: rgb(200, 200, 200);
    margin-right: 0.1rem;
}



/* tab000 你将获得 */
.gains {
    position: relative;
    margin-bottom: 0.2rem;
    margin-left: auto;
    margin-right: auto;
    width: 7.02rem;
    background: #FFFFFF;
    border-radius: 0.08rem;
    padding: 0.28rem 0.24rem;
    box-sizing: border-box;
    overflow: hidden;
}

.gains_item {
    margin-top: 0.3rem;
}

.gains_title {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}

.gains_title_index {
    width: 0.48rem;
    height: 0.3rem;
    background: #2372FF;
    border-radius: 0.08rem 0.08rem 0.24rem 0.08rem;
    text-align: left;
    padding-left: 0.05rem;
    box-sizing: border-box;
    line-height: 0.3rem;
    color: white;
}

.gains_title_text {
    margin-left: 0.2rem;
    color: #2C2D2E;
    font-weight: 500;
}

.gains_content {
    width: 100%;
    height: 4.9rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.1rem;
}

.gains_content>img {
    height: 4.9rem;
    width: 100%;
}

.gains_box {
    position: relative;
    width: 100%;
    height: 6rem;
    display: flex;
    align-items: center;
}

.up {
    position: absolute;
    top: 0.4rem;
    left: 46%;
    transform: translateX(-50%);
    width: 1rem;
    z-index: 3;
}

.gains_box_left {
    position: relative;
    z-index: 1;
    width: 3rem;
    height: 5.56rem;
    background-color: white;
    box-shadow: 0rem 0rem 0.16rem 0rem rgba(178,180,192,0.29);
    border-radius: 0.25rem 0 0 0.25rem;
    padding-left: 0.1rem;
    box-sizing: border-box;
}

.gains_box_left_title {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 0.34rem;
    color: #2C2D2E;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.gains_box_left_line {
    display: flex;
    align-items: center;
    height: 1rem;
    border-top: 1px dashed #BEBDCE;
    font-size: 0.24rem;
    color: #4F5153;
}

.gains_box_left_line>span {
    margin-left: 0.3rem;
    width: 1.78rem;
}


.gains_box_right {
    position: relative;
    z-index: 2;
    width: 3.72rem;
    height: 5.92rem;
    background-color: #2372FF;
    box-shadow: 0rem 0rem 0.16rem 0rem rgba(178,180,192,0.29);
    border-radius: 0.25rem;
    padding-right: 0.2rem;
    box-sizing: border-box;
}

.gains_box_right_title {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 0.34rem;
    color: white;
    margin-top: 0.1rem;
}

.gains_box_right_star {
    width: 100%;
    text-align: center;
    font-size: 0.24rem;
    color: white;
    margin-top: 0.06rem;
    margin-bottom: 0.14rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gains_box_right_star > img {
    width: 0.15rem;
    height: 0.15rem;
    margin-left: 0.02rem;
    margin-right: 0.02rem;
}



.gains_box_right_line {
    display: flex;
    align-items: center;
    height: 1rem;
    border-top: 1px dashed #BEBDCE;
}

.gains_box_right_tag {
    width: 0.96rem;
    background: #F2F6FF;
    border-radius: 0.08rem;
    font-weight: 500;
    font-size: 0.24rem;
    color: #2372FF;
    text-align: center;
    padding: 0.08rem 0.24rem;
    box-sizing: border-box;
    margin-left: -0.5rem;
}

.gains_box_right_line>img {
    width: 0.24rem;
    height: 0.24rem;
    margin-left: 0.16rem;
}

.gains_box_right_text {
    font-size: 0.24rem;
    color: white;
    width: 2.4rem;
}

.gains_box_right_text {
    margin-left: 0.14rem;
}




/* tab000 进度安排 */
.progress {
    position: relative;
    margin-bottom: 0.2rem;
    margin-left: auto;
    margin-right: auto;
    width: 7.02rem;
    height: auto;
    background: #FFFFFF;
    border-radius: 0.08rem;
    padding: 0.28rem 0.24rem;
    box-sizing: border-box;
    overflow: hidden;
}

.progress_box {
    margin-top: 0.2rem;
    display: flex;
}

.progress_line_box {
    width: 0.7rem;
    margin-top: 0.15rem;
}

.circle1 {
    width: 0.3rem;
    height: 0.3rem;
    background: #EDF2FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.circle2 {
    width: 0.2rem;
    height: 0.2rem;
    background: #2372FF;
    border-radius: 50%;
}

.progress_line1 {
    width: 0.01rem;
    height: 1.92rem;
    border-left: 1px dashed #DEE8FD;
    margin-left: auto;
    margin-right: auto;
}

.progress_line2 {
    width: 0.01rem;
    height: 1.92rem;
    border-left: 1px dashed #DEE8FD;
    margin-left: auto;
    margin-right: auto;
}

.progress_line3 {
    width: 0.01rem;
    height: 1.1rem;
    border-left: 1px dashed #DEE8FD;
    margin-left: auto;
    margin-right: auto;
}



.progress_item {
    flex: 1;
    width: 100%;
}

.progress_item_box {
    margin-bottom: 0.2rem;
}

.progress_item_title {
    width: 100%;
    height: 0.6rem;
    background: #F5F7FD;
    border-radius: 0.3rem;
    color: #2B85FA;
    font-size: 0.28rem;
    padding-left: 0.22rem;
    line-height: 0.6rem;
    box-sizing: border-box;
}

.progress_item_content {
    padding-left: 0.2rem;
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
    font-size: 0.24rem;
}

.progress_item_content_title {
    color: #7E7F80;
    width: 1.5rem;
}

.progress_item_content_text {
    color: #262626;
}


/* tab000 学员故事 */
.story {
    position: relative;
    margin-bottom: 0.2rem;
    margin-left: auto;
    margin-right: auto;
    width: 7.02rem;
    height: 4.48rem;
    background: #FFFFFF;
    border-radius: 0.08rem;
    padding: 0.28rem 0rem;
    box-sizing: border-box;
    overflow: hidden;
}

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

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

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

.story_item {
    position: relative;
    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.3rem;
    line-height: 0.3rem;
}

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

.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.21rem;
    height: 0.26rem;
    display: flex;
    line-height: 0.26rem;
}

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









/* tab000 录取捷报 */
.report {
    position: relative;
    margin-bottom: 0.2rem;
    margin-left: auto;
    margin-right: auto;
    width: 7.02rem;
    background: #FFFFFF;
    border-radius: 0.08rem;
    padding: 0.28rem 0rem;
    box-sizing: border-box;
    overflow: hidden;
}

.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;
    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.24rem;
    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;
}



/* 立即报名 */
.apply {
    position: fixed;
    /* z-index: 11; */
    z-index: 1000;
    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;
}
