.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 {
    box-sizing: border-box;
    padding-bottom: 1.4rem;
    background-color: #F3F5F8;
}

.box_bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.box_bg>img {
    width: 100%;
}


.mentor_detail {
    position: relative;
    padding: 0.24rem;
    box-sizing: border-box;
    background-color: white;
    margin-top: 1.8rem;
    width: 7.14rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.08rem;
}

.mentor_avater {
    position: absolute;
    top: -0.4rem;
    left: 0.24rem;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 0.04rem;
    border: 0.06rem solid #FFFFFF;
    background-color: #ffffff;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* .mentor_avater>img {
    width: 1.8rem;
    min-height: 1.8rem;
} */


.mentor_basic {
    position: absolute;
    top: 0.1rem;
    left: 2.3rem;
    width: 4.6rem;
    height: 1.46rem;
}

.mentor_name {
    font-size: 0.32rem;
    color: #262626;
    font-weight: 600;
}

.mentor_school {
    margin-top: 0.06rem;
    font-size: 0.24rem;
    color: #262626;
}

.mentor_direction {
    margin-top: 0.06rem;
    font-size: 0.24rem;
    color: #262626;
}

.mentor_intro {
    margin-top: 1.46rem;
}

.mentor_intro_title {
    font-size: 0.28rem;
    font-weight: 600;
    color: #262626;
}

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

.mentor_intro_item>p {
    display: flex;
    margin-bottom: 0.1rem;
}

.person_bottom_intro_icon {
    width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.1rem;
}


/* 科研项目 */
.project {
    margin-top: 0.2rem;
    width: 7.14rem;
    background: #FFFFFF;
    border-radius: 0.08rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0.34rem 0.28rem;
    box-sizing: border-box;
}

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

.project_line {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.project_item {
    position: relative;
    width: 3.16rem;
    height: 3.86rem;
    background: #FFFFFF;
    border-radius: 0.07rem;
    border: 0.01rem solid #ECECEC;
    margin-top: 0.2rem;
    overflow: hidden;
}

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




.project_item_top {
    width: 100%;
    height: 2.16rem;
    overflow: hidden;
    background-color: #cbdfff;
}

.project_item_top>img {
    width: 100%;
    min-height: 2.16rem;
}

.project_item_bottom {
    padding: 0.1rem 0.14rem;
    box-sizing: border-box;
}

.project_item_name {
    font-size: 0.26rem;
    color: #262626;
    font-weight: 500;
    height: 0.62rem;
    line-height: 0.34rem;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.project_item_number {
    font-size: 0.24rem;
    color: #5c5c5c;
    margin-top: 0.1rem;
}

.project_item_btn {
    width: 0.78rem;
    height: 0.34rem;
    background: #2372FF;
    border-radius: 0.06rem;
    text-align: center;
    color: white;
    line-height: 0.34rem;
    font-size: 0.24rem;
    margin-top: 0.12rem;
}

/* 成功案例 */
/* 录取捷报 */
.report {
    width: 7.14rem;
    margin-left: auto;
    margin-right: auto;
    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;
}


/* 看了还看 */
.other {
    padding: 0.34rem 0.24rem;
    width: 7.14rem;
    background: #FFFFFF;
    border-radius: 0.08rem;
    box-sizing: border-box;
    margin-top: 0.2rem;
    margin-left: auto;
    margin-right: auto;
}

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

.other_item {
    width: 6.62rem;
    height: 1.52rem;
    background: #FAFAFA;
    border-radius: 0.05rem;
    padding: 0.24rem 0.22rem;
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
    box-sizing: border-box;
}

.other_avater {
    width: 1rem;
    height: 1rem;
    border-radius: 0.04rem;
    border: 0.01rem solid #D9D7D7;
    background-color: #ffffff;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* .other_avater>img {
    width: 1rem;
} */

.other_infor {
    margin-left: 0.2rem;
}

.other_name {
    font-size: 0.28rem;
    font-weight: 600;
    color: #2C2D2E;
}

.other_school {
    margin-top: 0.04rem;
    font-weight: 400;
    font-size: 0.24rem;
    color: #262626;
}

.other_direction {
    margin-top: 0.04rem;
    font-weight: 400;
    font-size: 0.24rem;
    color: #262626;
}





/* 立即报名 */
.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;
}

.p_text {
    line-height: 0.4rem;
}