﻿/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: 'iconfont';
    /* Project id 2444528 */
    src: url('../fonts/font_2444528_dosprewjmb4.woff2') format('woff2'),
    url('../fonts/font_2444528_dosprewjmb4.woff') format('woff'),
    url('../fonts/font_2444528_dosprewjmb4.ttf') format('truetype');
}

body {
    background: #F5F6F7;
}

.m-office-course {
    width: 100%;
    /* display: flex;
    justify-content: flex-start;
    align-items: center; */
    padding-left: 14px;
    position: relative;
    line-height: 17px;
    font-size: 12px;
    color: #FF6800;
}

.m-office-course:after {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../fonts/list-hot-icon.svg) no-repeat center center;
    background-size: 12px 12px;
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: visible;
}

.m-office-course>span {
    display: inline;
    padding-left: 14px;
    line-height: 17px;
    font-size: 12px;
    color: #FF6800;
    padding: 0;
    padding-right: 6px;
}

.m-office-xq {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 14px;
    margin: 4px 0 0;
    position: relative;
}

.m-office-xq:after {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../fonts/icon-map-linear.svg) no-repeat center center;
    background-size: 12px 12px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.m-office-xq>span {
    display: inline-block;
    padding-left: 14px;
    line-height: 17px;
    font-size: 12px;
    color: #8C8C8C;
    padding: 0;
    padding-right: 6px;
}

.list-header {
    width: 100%;
    height: 44px;

}

.header-con {
    width: 100%;
    height: 44px;
    background: #fff;
    padding: 10px 12px;
    border-bottom: 1px solid #EBEBEB;
    position: fixed;
    z-index: 200;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0;
    box-shadow: inset 0 0 0 0 #e5e8ed;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-con .head-l {
    width: calc(100% - 76px);
    height: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-con .head-l img {
    display: block;
    width: 56px;
    height: 16px;
}

.header-con .head-l>h1 {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #262626;
    line-height: 22px;
    margin-left: 18px;
    position: relative;
}

.header-con .head-l>h1::before {
    content: '';
    width: 1px;
    height: 16px;
    background: #D8D8D8;
    position: absolute;
    left: -8px;
    top: 4px;
}

.header-con .head-r {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-con .head-r a {
    display: block;
    width: 30px;
    margin-left: 10px;
}

.header-con .head-r i {
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #8C8C8C;
    margin: 0 auto;
}

.header-con .head-r span {
    display: block;
    margin: 0 auto;
    font-size: 10px;
    color: #595959;
    text-align: center;
    line-height: 14px;
}

.search_linear {
    -webkit-mask: url('../fonts/icon-search-linear.svg') no-repeat;
    mask: url('../fonts/icon-search-linear.svg') no-repeat;
}



.m-toggle-tab {
    height: 44px !important;
    border-bottom: 1px solid #EBEBEB;
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 100;
    font-size: 17px;
    color: #595959;
    font-weight: 700;
}

.m-toggle-tab li>a {
    height: 44px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.m-toggle-tab li>a>span {
    font-size: 15px;
    font-weight: 600;
    color: #262626;
    line-height: 24px;
}

.m-toggle-tab .on-active>a>span {
    font-size: 17px;
}

.m-toggle-tab li>a>em {
    color: #8C8C8C;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.m-toggle-tab .toggle-select-tab {
    height: 44px !important;
    padding: 0 16px !important;
    /* display: flex;
    justify-content: space-between; */
}

.m-toggle-tab .toggle-select-tab ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.m-toggle-tab li {
    display: inline-block;
    position: relative;
    margin-right: 24px;
}

.m-toggle-tab li:last-child {
    margin-right: 0;
}

.m-toggle-tab .on-active::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background: #fe5900;
    border-radius: 2px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1px !important;
}

.map-course-btn {
    border: 0 !important;
    font-size: 13px !important;
    color: #595959;
}

.map-course-btn i {
    width: 16px;
    height: 16px;
    background-color: #FE5900 !important;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask: url(../fonts/icon-road-map-block.svg) no-repeat !important;
    mask: url(../images/icon-road-map-block.svg) no-repeat !important;
}

.m-gw-help-select {
    border: 0 !important;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    padding: 0 0px;
    color: #595959 !important;
    margin-top: 8px;
    font-size: 12px !important;
}

.m-gw-help-select i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #FE5900;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: text-top;
    margin-right: 3px;
    -webkit-mask: url(../fonts/icon-customer-service-block.svg) no-repeat;
    mask: url(../images/icon-customer-service-block.svg) no-repeat;
}

.icon_down_solid2 {
    -webkit-mask: url('../fonts/icon-down-solid2.svg') no-repeat;
    mask: url('../fonts/icon-down-solid2.svg') no-repeat;
}

.m-tab-top-right>li>span {
    width: 13px;
    height: 13px;
    background-color: #8C8C8C;
}

.m-list_index-tab {
    margin-top: 88px !important;
}

.m-jg-list-select {
    top: 88px !important;
}

.m-list_pop {
    top: 132px !important;
}

.m-tab-bottom {
    background: #fff;
    padding-bottom: 8px;
}



/* 网课 */
.wk-entrance {
    padding-top: 16px;
    background-color: #FFFFFF;
    margin-top: 10px
}

.wk-entrance-tit {
    margin: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.wk-entrance-tit-l {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.wk-entrance-tit-l img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.wk-entrance-tit-l span {
    font-size: 16px;
    color: #595959;
    line-height: 20px;
}

.wk-entrance-tit-l span span {
    color: #FE5900;
    font-weight: 600;
}

.wkicon {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fb6e00;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: text-top;
    margin-right: 5px;
    -webkit-mask: url(../fonts/list_xgwk_icon-01.svg) no-repeat;
    mask: url(../fonts/list_xgwk_icon-01.svg) no-repeat
}

/* .wk-entrance-tit img {
    width: 125px;
    height: 16px;
    opacity: 1
} */

.wk-entrance-tit a {
    font-size: 13px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #8C8C8C
}

.course-item-typeB .course-bd {
    display: flex;
    justify-content: space-between;
    padding: 16px 0 16px;
    width: calc(100% - 32px);
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.course-item-typeB .course-bd .swiper-slide {
    display: block;
    width: 155px;
    margin-right: 8px;
    height: 174px;
}

.course-item-typeB .course-bd a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.course-item-typeB .course-bd a img {
    height: 96px;
    width: 100%;
    border-radius: 4px;
}

.course-item-typeB .course-bd a h3 {
    margin: 10px 0 8px;
    font-size: 14px;
    font-weight: 600;
    color: #262626;
    line-height: 18px;
}

.course-item-typeB .course-bd a p {
    font-size: 12px;
    color: #8C8C8C;
}

.course-item-typeB .course-bd a .price-learn-num {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.course-item-typeB .course-bd a .price-learn-num button {
    border-radius: 14px;
    border: 1px solid #FEBA68;
    height: 24px;
    background-color: #fff;
    color: #FE8A00;
    font-size: 12px;
    padding: 0 8px;
}

.course-item-typeB .course-bd a .price-learn-num>span {
    font-size: 12px;
    color: #ABABAB;
}

.course-item-typeB .course-bd a .price-learn-num>em {
    color: #FB6E00;
    font-size: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-style: normal;
}

.course-item-typeB .course-bd a .price-learn-num>em>em {
    margin-bottom: 2px;
}

.course-item-typeB .course-bd a .price-learn-num var {
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
}



/* 澶у挅妯″潡 */

.big-shot-model {
    width: 100%;
    height: 164px;
    background: #fff;
    margin-top: 12px;
    padding: 16px;
}

.big-shot-model>.tit {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #262626;
    line-height: 24px;
}

.big-shot-list {
    width: 100%;
    height: 95px;
    margin-top: 12px;
    background: url(../images/dkback.png) center center no-repeat;
    background-size: 100% 100%;
    padding: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.shot-head {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    margin-right: 12px;
}

.shot-head>img {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 4px;
}

.shot-info {
    width: calc(100% - 56px);
    position: relative;
}

.shot-info-tit {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.shot-info-tit>span {
    display: block;
    margin-right: 9px;
    font-size: 16px;
    font-weight: 600;
    color: #262626;
    line-height: 22px;
}

.shot-info-tit>.city {
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.shot-info-tit>.city>img {
    display: block;
    width: 13px;
    /* height: 10px; */
    margin-right: 4px;
}

.shot-info-tit>.city>em {
    display: block;
    font-size: 12px;
    color: #8C8C8C;
    line-height: 18px;
}

.shot-info>p {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #262626;
    line-height: 17px;
}

.shot-info-b {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 6px;
}

.shot-info-b>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.shot-info-b>div>span {
    display: block;
    margin-right: 4px;
    font-size: 12px;
    color: #8C8C8C;
    line-height: 17px;
}

.shot-info-b>div>em {
    font-size: 12px;
    color: #262626;
    line-height: 17px;
}

.shot-info-b>i {
    display: block;
    width: 12px;
    height: 16px;
    font-size: 12px;
    color: #ABABAB;
    text-align: center;
    line-height: 16px;
}

.go-consulting {
    width: 59px;
    height: 24px;
    border: 1px solid #FE5900;
    border-radius: 12px;
    padding-left: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0px;
    bottom: -4px;
}

.go-consulting>span {
    font-size: 12px;
    font-weight: 600;
    color: #FE5900;
    line-height: 24px;
}

.go-consulting>i {
    width: 12px;
    height: 12px;
    background: #FE5900;
}

.big-shot-swiper {
    width: 100%;
    overflow: hidden;
}

.big-shot-swiper .swiper-slide {
    width: 311px;
    margin-right: 12px;
}

.big-shot-swiper .big-shot-list {
    width: 311px;
}

.m-tab-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px 0 16px;
}

.m-tab-top-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.m-tab-top-right>li {
    margin-right: 24px;
}


.m-tab-top .distance {
    width: 76px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
}

.m-tab-top .distance>span {
    display: block;
    /* width: 52px; */
    margin-right: 2px;
    font-size: 13px;
    color: #262626;
    line-height: 18px;
}

.m-tab-top .distance>i {
    display: block;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    color: #ABABAB;
}

.m-tab-top .active>span {
    color: #1A8CFF;
}

.m-tab-top .active>i {
    color: #1A8CFF;
}

.enter-wd {
    position: relative;
    height: 40px;
    background: #FFFFFF;
    box-shadow: inset 0px 1px 0px 0px #F5F6F7;
    /* margin-top: -60px; */
    display: flex;
    align-items: center;
    padding: 0 8px 0 16px;
    margin-bottom: 8px;
}

.topic-icon {
    width: 30px;
    height: 18px;
}

.enter-wd .enter-wd-list {
    overflow: hidden;
    flex: 1;
    margin-left: 8px;
    min-width: 0;
    height: 100%;
}

.enter-wd .swiper-wrapper a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.enter-wd .swiper-wrapper a p {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    font-family: PingFang SC-常规体, PingFang SC;
    font-weight: normal;
    text-align: left;
    color: #FE5900;
}

.enter-wd .swiper-wrapper a span {
    margin-left: 12px;
    font-size: 12px;
    font-family: PingFang SC-常规体, PingFang SC;
    font-weight: normal;
    color: #8C8C8C;
    display: flex;
    align-items: center;
}

.enter-wd .swiper-wrapper a span i {
    width: 13px;
    height: 13px;
    background-color: #8C8C8C;
    transform: translateY(-1px);
}

.m-list_index-tab {
    height: 94px !important;
}

.m-list_index-list {
    width: 100%;
    background: #fff;
}

.m-list_index-item {
    width: 100%;
    padding: 12px 16px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #F5F6F7;
}

.m-list_index-item .item-logo {
    position: relative;
    margin: 3px 10px 0 0;
    width: 80px;
    height: 80px;
    border-radius: 4px;
}

.item-logo img {
    width: 100%;
    max-height: 8500px;
    border-radius: 4px;
}

.m-list_index-item .item-logo:before {
    content: "";
    width: 200%;
    height: 200%;
    border: 1px solid #ebebeb;
    overflow: hidden;
    transform-origin: 0 0;
    box-sizing: border-box;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    transform: scale(.5);
    border-radius: 8px;
}

.m-list_index-item .item-r {
    width: calc(100% - 90px);
}

.item-r .item-t1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-r .item-tit {
    width: calc(100% - 58px);
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 6px;
}

.item-r .item-tit>span {
    font-size: 17px;
    font-weight: 600;
    color: #262626;
    line-height: 24px;
}

.item-r .item-tit>i {
    display: block;
    margin-left: 4px;
    width: 14px;
    height: 14px;
    font-size: 16px;
    color: #FE5900;
    text-align: center;
    line-height: 14px;
}

.item-r .item-t1 .recruit {
    padding: 0px 4px;
    height: 18px;
    background: #FFF3E6;
    border-radius: 2px 2px 2px 2px;
    font-size: 10px;
    color: #FE5900;
    line-height: 18px;
}

.item-r .jg-item-num {
    width: 100%;
    margin-top: 1px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.item-r .jg-item-num .score {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
}

.item-r .jg-item-num .score>i {
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 3px;
    font-size: 12px;
    color: #FE5900;
    text-align: center;
    line-height: 12px;
}

.item-r .jg-item-num .score>span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #FE5900;
    line-height: 16px;
}

.high i,
.high span {
    color: #FE5900 !important;
}

.middle i,
.middle span {
    color: #FE9A00 !important;
}

.low i,
.low span {
    color: #ABABAB !important;
}

.item-r .jg-item-num .evaluate,
.item-r .jg-item-num .browse {
    margin-left: 6px;
    font-size: 12px;
    color: #262626;
    line-height: 16px;
}

.item-r .propaganda {
    margin-top: 3px;
    font-size: 12px;
    color: #FE5900;
    line-height: 16px;
}

.item-r .characteristic {
    width: 100%;
    height: 16px;
    overflow: hidden;
    margin-top: 4px;
    display: flex;
    justify-content: flex;
    align-items: center;
}

.item-r .characteristic>span {
    display: block;
    height: 16px;
    margin-right: 4px;
    padding: 0 4px;
    flex-shrink: 0;
    background: #F5F6F7;
    border-radius: 8px 8px 2px 8px;
    font-size: 10px;
    color: #8C8C8C;
    line-height: 16px;
}

.item-r .jg-item-xq {
    width: 100%;
    padding: 6px 0;
    border-bottom: 1px solid #F5F6F7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-r .jg-item-xq .xq-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
}

.item-r .jg-item-xq .xq-box>i {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    color: #9E9E9E;
    text-align: center;
    line-height: 12px;
}

.item-r .jg-item-xq .xq-box>p {
    display: block;
    margin-left: 2px;
    font-size: 12px;
    color: #9E9E9E;
    line-height: 16px;
}

.item-r .jg-item-xq .distance {
    display: block;
    font-size: 12px;
    color: #9E9E9E;
    line-height: 16px;
}

.item-r .item-activity {
    width: 100%;
}

.item-r .item-activity>li {
    width: 100%;
    position: relative;
    list-style: none;
    margin-top: 6px;
}

.item-r .item-activity>li .act-text {
    display: block;
    width: 56px;
    height: 18px;
    background: #FFF3E6;
    border-radius: 2px 2px 2px 2px;
    position: absolute;
    left: -68px;
    top: 1px;
    font-size: 10px;
    color: #FE5900;
    text-align: center;
    line-height: 18px;
    zoom: 0.9;
}

.item-r .item-activity>li .act-text::before {
    content: '';
    width: 0;
    height: 0;
    border: 3px solid #FFF3E6;
    border-right: 3px solid transparent;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    right: -6px;
    top: 5px;
}

.item-r .item-activity>li .act-box {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.item-r .item-activity>li .act-box .act-box-l {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.item-r .item-activity>li .act-box .act-box-l .act-i {
    display: block;
    width: 20px;
    height: 20px;
    background: #FF9A52;
    border-radius: 4px 4px 4px 4px;
    flex-shrink: 0;
    font-size: 10px;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    zoom: 0.85;
}

.item-r .item-activity>li .act-box .act-box-l p {
    display: block;
    margin-left: 4px;
    font-size: 12px;
    color: #3D3D3D;
    line-height: 16px;
}

.item-r .item-activity>li .act-box .act-price {
    display: block;
    font-size: 12px;
    color: #FE5900;
    line-height: 16px;
}

.jg-item-bang {
    width: 100%;
    height: 20px;
    background: linear-gradient(270deg, rgba(250, 236, 212, 0) 0%, #F9ECD4 100%);
    border-radius: 4px 4px 4px 4px;
    padding: 0 7px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 6px;
}

.jg-item-bang span {
    font-size: 11px;
    color: #825932;
    line-height: 14px;
}

.jg-item-bang i {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    color: #825932;
    text-align: center;
    line-height: 12px;
}


.database-model {
    width: calc(100% - 32px);
    margin: 12px auto 0;
}

.database-model .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.database-model .title>span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #ABABAB;
    line-height: 20px;
}

.database-model .title i {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 16px;
    color: #ABABAB;
    text-align: center;
    line-height: 20px;
}

.database-list {
    padding-bottom: 10px;
}

.database-list>a {
    display: block;
    font-size: 15px;
    color: #262626;
    line-height: 21px;
    padding-top: 10px;
    /* margin-bottom: 6px; */
}

.database-list>a .bk-rlist-original-text {
    width: 30px;
    height: 16px;
    background: #F4F9FF;
    color: #1A8CFF;
    padding: 0 4px;
    border-radius: 2px;
    border: 1px solid #94D4FF;
    margin-right: 4px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    text-align: center;
    line-height: 16px;
}


/* 资料库列表 */
.base-list {
    width: 100%;
    padding: 4px 16px;
    background: #fff;
}

.base-list li:last-child {
    border-bottom: 0;
}

.base-list li {
    width: 100%;
    height: 91px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #E5E8ED;
}

.base-list li .ind-l {
    flex: 1;
    height: 68px;
    overflow: hidden;
}

.base-list li .ind-l a {
    height: 42px;
    font-size: 15px;
    color: #262626;
    line-height: 21px;
    margin-bottom: 6px;
}

.base-list li .ind-l div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.base-list li .ind-l div span {
    height: 19px;
    background: #F4F7F9;
    border-radius: 2px;
    border: 1px solid rgba(132, 154, 174, 0.2);
    padding: 0 4px;
    font-size: 12px;
    color: #849AAE;
    line-height: 19px;
}

.base-list li .ind-l div em {
    font-size: 12px;
    color: #ABABAB;
    line-height: 19px;
    margin-left: 12px;
}

.base-list li .ind-r {
    display: block;
    width: 91px;
    height: 68px;
    border-radius: 4px;
    margin-left: 12px;
    flex-shrink: 0;
}

.base-list li .ind-r img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.bk-rlist-original-text {
    width: 30px;
    height: 16px;
    background: #F4F9FF;
    color: #1A8CFF;
    padding: 0 4px;
    border-radius: 2px;
    border: 1px solid #94D4FF;
    margin-right: 8px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    text-align: center;
    line-height: 16px;
}

.guess {
    width: 100%;
    background: #fff;
}

.guess-city-list {
    width: calc(100% - 18px);
    margin: 0 auto;
    background: #FAFBFC;
    border-radius: 6px;
}

.guess-city-list .guess-tit {
    width: 100%;
    height: 48px;
    background: linear-gradient(180deg, #E6F2FF 0%, rgba(230, 242, 255, 0) 100%);
    border-radius: 6px;
    /* opacity: 0.6; */
    position: relative;
}

.guess-tit>img {
    display: block;
    width: 80px;
    height: 48px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.guess-tit>span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #007FFF;
    line-height: 48px;
    position: absolute;
    left: 12px;
    z-index: 1;
}

.guess-list {
    padding: 0 12px;
    overflow: hidden;
    max-height: 138px;
}

.guess-item:first-child {
    padding-top: 2px;
}

.guess-item {
    width: 100%;
    height: 69px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f5f6f7;
}

.guess-item>div {
    width: calc(100% - 72px);
    height: 45px;
    font-size: 15px;
    color: #262626;
    line-height: 21px;
}

.guess-item>img {
    display: block;
    width: 60px;
    height: 45px;
    border-radius: 4px;
    margin-left: 12px;
    flex-shrink: 0;
}

.guess-item .yuanchuang {
    display: inline-block;
    width: 30px;
    height: 16px;
}

.guess-more {
    width: 100%;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guess-more>span {
    display: block;
    margin-right: 4px;
    font-size: 13px;
    color: #595959;
    line-height: 18px;
}

.guess-more>i {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #595959;
}

.header-con {
    width: 100%;
    height: 44px;
    background: #fff;
    padding: 10px 12px;
    border-bottom: 1px solid #EBEBEB;
    position: fixed;
    z-index: 200;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0;
    box-shadow: inset 0 0 0 0 #e5e8ed;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-con .head-l {
    width: calc(100% - 76px);
    height: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-con .head-l img {
    display: block;
    width: 56px;
    height: 16px;
}

.header-con .head-l>h1 {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #262626;
    line-height: 22px;
    margin-left: 18px;
    position: relative;
}

.header-con .head-l>h1::before {
    content: '';
    width: 1px;
    height: 16px;
    background: #D8D8D8;
    position: absolute;
    left: -8px;
    top: 4px;
}

.header-con .head-r {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-con .head-r a {
    display: block;
    width: 30px;
    margin-left: 10px;
}

.header-con .head-r i {
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #8C8C8C;
    margin: 0 auto;
}

.header-con .head-r span {
    display: block;
    margin: 0 auto;
    font-size: 10px;
    color: #595959;
    text-align: center;
    line-height: 14px;
}

.search_linear {
    -webkit-mask: url('../fonts/icon-search-linear.svg') no-repeat;
    mask: url('https://static.jiaoyubao.cn/images/common/icon-search-linear.svg') no-repeat;
}

/* 修改头部 */
.m-toggle-tab .toggle-select-tab{
    padding: 0 16px !important;
    /* margin: 0 16px; */
    overflow: hidden;
}
.m-toggle-tab{
    height: 88px!important;
    border-bottom: 0;
}
.toggle-select-tab{
    border-bottom: 1px solid #EBEBEB;
}
.m-toggle-tab li {
    width: auto;
    display: inline-block;
}
.m-list-tab2{
    height: 20px;
    margin-top: 12px;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.m-list-tab2 ul{
    width: 100%;
    display: flex;
    /* padding-left: 10px; */
}
.m-list-tab2 ul li{
    width: auto;
    display: inline-block;
    margin-left: 16px;
    margin-right: 0;
}
.m-list-tab2 ul li+li{
    margin-left: 24px;
}
.m-list-tab2 ul li a{
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #262626;
    line-height: 20px;
}
.m-list-tab2 ul .active a{
    font-weight: 600;
    color: #1A8CFF;
}
.m-list-tab2::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, .1), #fff);
    height: 20px;
    width: 40px;
    z-index: 1;
}
.m-tab-bottom ul li+li{
    margin-left: 8px;
}


