/* banner */

.banner {
    width: 100%;
    height: 4.96rem;
    background: url('/liuxue/img/mobile/haishi/haishi1.png') no-repeat center;
    background-size: cover;
}


/* 汇聚全国顶尖海师 */

.haishiList {
    width: 100%;
}

.haishiItem {
    width: 100%;
    height: calc( 9.04rem - 0.83rem - 0.67rem);
    background: #FFFFFF;
    padding: 0.83rem 0 0.67rem 0;
    border-radius: 0.19rem;
}

.haishiItem div {
    width: 33%;
    margin-bottom: 0.61rem;
    float: left;
    text-align: center;
}

.haishiItem div img {
    width: 2.19rem;
    height: 2.19rem;
    border-radius: 50%;
    object-fit: cover;
}

.haishiItem div p {
    font-size: 0.34rem;
    font-weight: bold;
    color: #000000;
    margin: .27rem 0 .11rem 0;
}

.haishiItem div span {
    width: 90%;
    font-size: 0.28rem;
    font-weight: 400;
    color: #6D7278;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 海师简介 */

.brief {}

.briefBox {
    padding: 0.45rem .4rem 0.83rem;
    background: #fff;
}

.haishiBrief {
    width: 7.09rem;
    padding: 0.35rem 0.67rem;
    background: rgba(216, 216, 216, 0.2);
}

.haishiBrief p {
    font-size: 0.37rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #646464;
    line-height: 0.64rem;
    text-align: left;
}

.briefBox h3 {
    font-size: 0.41rem;
    font-weight: bold;
    color: #333333;
    text-align: left;
    margin-top: 0.45rem;
    margin-bottom: 0.51rem;
}

.tagList {
    padding-bottom: 0.5rem;
    border-bottom: 1px dashed rgba(157, 162, 174, 0.5);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.tagItem {
    font-size: 0.39rem;
    font-weight: 500;
    color: #8E8E8E;
    font-weight: bold;
    padding: 0.27rem 0.51rem;
    border-radius: .08rem;
    margin-right: 0.3rem;
    margin-bottom: 0.56rem;
}

.tagItem:nth-child(1),
.tagItem:nth-child(5) {
    background: rgba(239, 244, 255, 1);
}

.tagItem:nth-child(2) {
    background: rgba(251, 245, 238, 1);
}

.tagItem:nth-child(3) {
    background: rgba(247, 243, 243, 1);
}

.tagItem:nth-child(4) {
    background: rgba(253, 239, 249, 0.38);
}

.advanceList {
    width: 100%;
}

.advanceItem {
    text-align: left;
    margin-bottom: 0.4rem;
}

.advanceItem:last-child {
    margin-bottom: 0;
}

.advanceItem p {
    font-size: 0.53rem;
    margin-bottom: .1rem;
    font-weight: bold;
    color: #FD9738;
}

.advanceItem span {
    font-size: 0.37rem;
    font-weight: 400;
    color: #646464;
}


/* 筛选标准 */

.choose {
    width: 100%;
    padding-bottom: 0.81rem;
    background: url('/liuxue/img/mobile/haishi/haishi12.png') no-repeat center;
    background-size: cover;
}

.chooseList {
    width: 100%;
}

.chooseItem {
    height: 4rem;
    /* height: 3.31rem; */
    padding-left: 1.05rem;
    padding-right: 1rem;
    padding-top: 0.48rem;
    background: #fff;
    position: relative;
    text-align: left;
}

.chooseItem.active {
    padding-left: 1.45rem!important;
}

.chooseItem h2 {
    font-size: 0.83rem;
    font-weight: bold;
    color: #FD9738;
    position: absolute;
    top: 0.2rem;
    left: 0.35rem;
}

.chooseItem:after {
    content: '';
    width: 0.7rem;
    height: 100%;
    background: #FEE81F;
    position: absolute;
    top: 0;
    right: 0;
}

.chooseItem p {
    font-size: 0.41rem;
    font-weight: bold;
    color: #000000;
}

.chooseItem span {
    height: 2.5rem;
    font-size: 0.37rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.72rem;
    display: inline-block;
    margin-top: 0.3rem;
    overflow-y: auto;
}

.chooseItem span::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0.1rem;
    /*高宽分别对应横竖滚动条的尺寸*/
}

.chooseItem span::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 0.1rem;
    background: #FEE81F;
}

.chooseItem span::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 0.1rem;
    background: #ccc;
}


/* swiper   */

.swiper-container {
    width: 100%;
    padding-bottom: 0.59rem;
}

.swiper-pagination {
    width: 3.48rem;
    height: 0.1rem;
    background: rgba(216, 216, 216, .51);
    border-radius: 2.42rem;
    margin: 0 auto;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #FD9738;
    border-radius: 2.42rem;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 3.48rem;
    height: 0.1rem;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


/* 人数统计 */

.staticList {
    width: 100%;
}

.staticItem {
    width: 9.42rem;
    padding: 0.61rem 0 0.37rem 0;
    background: #FEFFFF;
    text-align: left;
    position: relative;
    margin-bottom: 0.29rem;
}

.staticItem .fl {
    width: 2.8rem;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-top: -0.2rem;
}

.staticItem .fr {
    width: calc(9.42rem - 2.8rem - .37rem);
}

.staticItem b {
    font-size: 0.41rem;
    font-weight: bold;
    color: #333333;
}

.staticItem img {
    width: 2.05rem;
    height: 2.05rem;
    object-fit: cover;
}

.staticItem h4 {
    font-size: 0.41rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.3rem;
}

.staticItem p span {
    display: inline-block;
    width: 40%;
    font-size: 0.37rem;
    font-weight: 400;
    color: #646464;
    margin-bottom: 0.2rem;
}


/* 团队展示 */

.shows {
    padding-bottom: 1.17rem;
}

.showList {
    width: 100%;
}

.showItem {
    width: 100%;
    height: 8.24rem;
    background: #fff;
    text-align: left;
    border-radius: 0.11rem;
}

.showHeader {
    width: 100%;
    height: 2rem;
    background: #3071f2;
    /*background: #C6C9D0;*/
    display: flex;
    align-items: center;
    border-radius: 0.11rem 0.11rem 0 0;
}

.showHeader img {
    width: 1.47rem;
    height: 1.47rem;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 0.72rem;
}

.showHeader p {
    font-size: 0.48rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 0.77rem;
}

.showItem h5 {
    font-size: 0.41rem;
    font-weight: bold;
    color: #333333;
    position: relative;
    margin-left: 1.01rem;
    margin-top: 0.8rem;
}

.showItem h5:before {
    content: "";
    width: 0.28rem;
    height: 0.28rem;
    background: #F9E565;
    position: absolute;
    left: -.6rem;
    top: 0.15rem;
}

.showItem span {
    display: inline-block;
    font-size: 0.37rem;
    font-weight: 400;
    color: #646464;
    line-height: 0.53rem;
    margin-top: 0.3rem;
    padding-left: 1.01rem;
    padding-right: 0.37rem;
}