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

.box {
    padding-top: 0.8rem;
}

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



.header {
    width: 100%;
    height: 2.6rem;
    margin-bottom: 0.3rem;
}

.header_img {
    width: 100%;
    height: 2.6rem;
}

.mentor_list {
    width: 7.02rem;
    margin-left: auto;
    margin-right: auto;
}

.mentor_item {
    width: 100%;
    height: 1.92rem;
    border-radius: 0.09rem;
    background-color: white;
    margin-bottom: 0.2rem;
    display: flex;
    overflow: hidden;
}

.mentor_left {
    position: relative;
    width: 1.50rem;
    height: 1.92rem;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* .mentor_left>img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
} */

.mentor_right {
    padding: 0.34rem 0.22rem;
    box-sizing: border-box;
    flex: 1;
}

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

.mentor_name_des {
    margin-top: -0.14rem;
    width: 1.24rem;
    height: 0.16rem;
    background: linear-gradient( 270deg, #EEEEEE 0%, rgba(35,114,255,0) 0%, #2372FF 100%);
    opacity: 0.2;
}

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

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

.mentor_line1_text {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 0.34rem ;
}

.mentor_line2_text {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 0.32rem ;
}

.mentor_line2_icon {
    margin-right: 0.1rem;
    width: 0.2rem;
    height: 0.2rem;
    margin-top: 0.04rem;
}

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


.over {
    margin-top: 0.1rem;
    height: 1rem;
    width: 100%;
    text-align: center;
    font-size: 0.24rem;
    color: #959595;
}