/*页面加载前动画*/
.loading {
    position: fixed;
    left: 0;
    bottom: 0;
    /* background: url('~@/assets/img/loading-ball.svg') center center no-repeat #fff; */
    background: url('/mobile/studentH5/imgY/index.messenger-typing-preloader.svg') center center no-repeat #fff;
    width: 100vw;
    height: 90vh;
    z-index: 1000;
    background-size: 20%;
}
.layui-layer-btn .layui-layer-btn0 {
    font-size: 0.2rem !important;
}

._heder {
    width: 100%;
    height: 0.98rem;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

._heder h5 {
    font-size: 0.36rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.98rem;
    text-align: center;
}

._heder img {
    position: absolute;
    width: 0.24rem;
    height: 0.44rem;
    top: 0;
    left: 0.31rem;
    bottom: 0;
    margin: auto;
}

._style {
    width: 100%;
    height: 0.2rem;
    background: #F8F8F8;
    margin-top: 0.98rem;
}

/*暂无数据样式*/
.vacancy {
    min-height: 5rem;
    padding: 1.1rem 0;
    box-sizing: border-box;
}

.vacancy img {
    margin: 0 auto;
    display: block;
    width: 2.56rem;
    height: 2.51rem;
}

.vacancy p {
    font-size: 0.28rem;
    font-weight: 400;
    color: #999999;
    text-align: center;
    margin-top: 0.45rem;
}

/*日历样式*/

.online_subscribe_cont {
    width: 100%;
    background: #F7F7F7;
    padding: 0.34rem 0.29rem;
    box-sizing: border-box;
}

.online_subscribe_cont > .title_time > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title_time > div > ul {
    /*background-color: lightsalmon;*/
}

.title_time > div > ul > li {
    font-weight: 400;
    color: #333333;
}

.title_time > div > ul > li:first-of-type {
    font-size: 0.28rem;
    margin-bottom: 0.19rem;
}

.title_time > div > ul > li:last-of-type {
    font-size: 0.24rem;
}

.time_active > li {
    font-weight: 600 !important;
    color: #3A7EE6 !important;
}


.type1 {
    background-color: #007EED;
    color: #FFFFFF;
}

.type2 {
    background-color: #E5E5E5;
    color: #333333;
}

.type3 {
    color: #999999;
}

/*人物介绍样式*/
._heCont {
    display: flex;
    /*border-bottom: 1px solid #eee;*/
    padding: 0.4rem 0.28rem;
    box-sizing: border-box;
}

._hed_left {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.27rem;
}

._hed_left > img {
    width: 100%;
    height: 100%;
}

._he_rigth {
    flex: 1;
}

._he_rigth > p {
    font-size: 0.22rem;

}

._he_rigth > p:first-of-type {
    font-size: 0.28rem;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0.22rem;
}

._he_rigth > p:first-of-type > i {
    display: inline-block;
    font-size: 0.24rem;
    font-weight: 400;
    color: #666666;
    margin-left: 0.29rem;
}

._he_rigth > p:last-of-type {
    font-size: 0.24rem;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0.3rem;
}

._he_rigth > p:last-of-type > i {
    margin-left: 0.3rem;
}

._list_li {
    display: flex;
    align-items: center;
}

._list_li > li {
    font-size: 0.22rem;
    font-weight: 400;
    color: #999999;
}

._list_li > li > i {
    display: inline-block;
    margin: 0 0.1rem;
}

._list_li > li:last-of-type > i {
    display: none;
}

._introduce {
    width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
}

._introduce > div {
    width: 100%;
    border-top: 1px solid #eee;
    padding: 0.42rem 0;
    box-sizing: border-box;
}

._introduce > div > h5 {
    font-size: 0.26rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0.22rem;
}
._introduce > div > p::-webkit-scrollbar {
    display: none;
}
._introduce > div > p {
    font-size: 0.24rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.36rem;
    /*max-height: 100px;*/
    /*scrollbar-width: none;*/
    /*-ms-overflow-style: none;*/
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
}

._style_sub {
    width: 100%;
    height: 0.2rem;
    background: #F8F8F8;
}

/*专家列表样式*/

.already_subscribe_cont {
    width: 100%;
    min-height: 5rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
}

.already_subscribe_cont > ._cont_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 0.3rem 0;
    box-sizing: border-box;
}

.already_subscribe_cont > ._cont_list:last-of-type {
    border-bottom: none;
}

._cont_list > ._cont_img {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.25rem;
    border-radius: 0.06rem;
}

._cont_list > ._cont_img > img {
    width: 100%;
    height: 100%;
    border-radius: 0.06rem;
}

._cont_info {
    display: flex;
    flex: 1;
    justify-content: space-between;
}

._cont_info > ._info_left {

}

._cont_info > ._info_left > div {
    margin-bottom: 0.3rem;
}

._cont_info > ._info_left > div > p:first-of-type {
    font-size: 0.28rem;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0.22rem;
}

._cont_info > ._info_left > div > p:first-of-type > i {
    display: inline-block;
    font-size: 0.24rem;
    font-weight: 400;
    color: #666666;
    margin-left: 0.29rem;
}

._cont_info > ._info_left > div > p:last-of-type {
    font-size: 0.24rem;
    font-weight: 400;
    color: #333333;
}

._cont_info > ._info_left > div > p:last-of-type > i {
    margin-left: 0.3rem;
}

._cont_info > ._info_left > ._list_li {
    display: flex;
    align-items: center;
    /*width: 3.07rem;*/
    /*overflow-x: auto;*/
    /*display: -webkit-box;*/
}

/* 隐藏滚动条 */
._list_li::-webkit-scrollbar {
    display: none;
}

._cont_info > ._info_left > ._list_li > li {
    font-size: 0.22rem;
    font-weight: 400;
    color: #999999;
}

._cont_info > ._info_left > ._list_li > li > i {
    display: inline-block;
    margin: 0 0.1rem;
}

._cont_info > ._info_left > ._list_li > li:last-of-type > i {
    display: none;
}

._info_rigth {

}

._info_rigth > p:first-of-type {
    font-size: 0.22rem;
    font-weight: 400;
    color: #999999;
    margin-bottom: 0.22rem;
}

._info_rigth > p:last-of-type {
    width: 1.3rem;
    height: 0.56rem;
    text-align: center;
    line-height: 0.56rem;

    font-size: 0.26rem;
    font-weight: 400;
    border-radius: 0.05rem;
}

.online_subscribe_cont_top {
    position: fixed;
    top: 0.98rem;
    left: 0;
    z-index:9;
}
