﻿﻿jn@charset "utf-8";

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html,
body {
    height: auto;
}

.m-office-new {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.m-office-list-item {
    margin-top: 10px;
    display: block;
    padding: 12px 16px 13px 16px;
    background: #fff;
}

.m-office-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-box-align: start;
    align-items: flex-start;
}

.m-office-logo {
    position: relative;
    margin: 3px 10px 0 0;
    width: 85px;
    height: 85px;
    border-radius: 4px;
}

.m-office-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-office-logo img {
    width: 100%;
    max-height: 85px;
    border-radius: 4px;
}

.m-office-logo>span {
    display: block;
    width: 32px;
    height: 17px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #53CF8E;
    border-radius: 4px 0px 4px 0px;
    opacity: 1;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 17px;
}

.m-office-logo-btn {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
}

.m-office-logo-btn img {
    width: 20px;
}

.m-office-logo-tip {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 55px;
    font-size: 11px;
    color: #FE5900;
    padding: 3px 0 0 3px;
    background-color: #FFF3E6;
}

.m-office-item-right {
    width: calc(100% - 95px);
    position: relative;
    padding-bottom: 8px;
}

.m-office-item-right:before {
    content: "";
    width: 200%;
    border-bottom: 1px solid #ebebeb;
    transform-origin: 0 0;
    box-sizing: border-box;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    pointer-events: none;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    transform: scale(.5);
}

.m-office-name {
    display: block;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #262626;
    font-weight: bold;
}

.m-office-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.m-office-name>img {
    display: block;
    width: 48px;
    height: 18px;
    margin-left: 10px;
}

.m-office-eval {
    margin: 4px 0 0;
}

.m-office-item-star {
    display: inline-block;
    width: 76px;
    height: 11px;
    position: relative;
    top: -1px;
    background: url(../fonts/63a6bb2c52d74983a0805b733503871c.svg) no-repeat;
    mask: url(../fonts/icon-right-no-bg.svg) no-repeat;
    background-color: #262626;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: relative;
    top: 2px;
}

.m-office-course {
    margin: 4px 0 0;
}

.m-office-item-course {
    width: calc(60% - 27px);
    display: inline-block;
    padding-left: 14px;
    line-height: 17px;
    font-size: 12px;
    color: #FF6800;
    /* background: url(../fonts/list-hot-icon.svg) no-repeat left 2px;*/
    background-size: 12px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-office-item-school {
    width: calc(40% - 25px);
    display: inline-block;
    padding-left: 14px;
    line-height: 17px;
    font-size: 12px;
    color: #8C8C8C;
    background: url(../fonts/icon-map-linear.svg) no-repeat left 2px;
    background-size: 12px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-office--item-distance {
    display: inline-block;
    max-width: 40px;
    line-height: 17px;
    text-align: right;
    font-size: 12px;
    color: #8C8C8C;
}

.m-office-label {
    margin-top: 2px;
    position: relative;
}

.m-office-label li {
    position: relative;
    padding: 0 4px;
    height: 18px;
    margin-right: 4px;
    margin-top: 4px;
    line-height: 18px;
    float: left;
    font-size: 11px;
    color: #1A8CFF;
    background: #F1FBFF;
    border-radius: 2px;
}

.m-office-active {
    position: relative;
    height: auto;
    transition: all .3s linear;
}

.m-office-active.overh {
    max-height: 72px;
    overflow: hidden;
}

.m-office-active li {
    margin-top: 8px;
    position: relative;
    font-size: 12px;
    color: #8C8C8C;
    line-height: 16px;
}

.m-office-active li .active-right {
    width: calc(100% - 95px);
}

.m-office-active li i {
    margin-right: 4px;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    background: #FF8240;
    border-radius: 2px;
}

.m-office-active li.active-gift i {
    background: #35D3A3;
}

.m-office-active li.active-sale i {
    background: #FFB340;
}

.m-office-active li.active-free i {
    background: #F53D65;
}

.m-office-active li.active-hui i {
    background: #a1d932;
}

.m-office-active .active-notice {
    width: 85px;
    text-align: right;
    margin-right: 10px;
    position: relative;
    padding-right: 5px;
    font-size: 11px;
    color: #FE5900;
}

.m-office-active .active-notice span {
    width: auto;
    display: inline-block;
    padding: 0 0 0 3px;
    position: relative;
    z-index: 5;
    background: #FFF8F1;
    border-radius: 2px 0 0 2px;
}

.m-office-active .active-notice img {
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
}

.m-office-bang {
    margin: 6px 0 0;
    height: 18px;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.m-office-bang span {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 16px 0 4px;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    color: #FE5900;
    background-image: linear-gradient(270deg, #FFFFFF 0%, #FFF6ED 100%);
    border-radius: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-office-bang img {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 1px;
    right: 0;
}

.m-active-more-show {
    position: absolute;
    bottom: 0;
    right: -2px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    display: inline-block;
    -webkit-mask: url(../fonts/icon-bottom-no-bg.svg) no-repeat;
    mask: url(../fonts/icon-bottom-no-bg.svg) no-repeat;
    background-color: #262626;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    display: none;
}

.m-active-more-show.tran {
    transform: rotate(180deg);
}

/*coursedetail*/
.m-course-det-open {
    margin: 12px 0 0;
    font-size: 0;
    -webkit-text-size-adjust: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-course-det-open span {
    padding-right: 8px;
    margin-right: 8px;
    position: relative;
    display: inline-block;
    height: 18px;
    font-size: 13px;
    color: #595959;
}

.m-course-det-open span:after {
    content: '';
    width: 1px;
    height: 12px;
    background: #D9D9DA;
    position: absolute;
    right: 0;
    top: 3px;
}

.m-course-det-open span:last-child {
    margin: 0;
    padding: 0;
    max-width: calc(50% - 60px);
}

.m-course-det-open span:first-child {
    max-width: calc(50% - 60px);
}

.m-course-det-open span:last-child:after {
    content: '';
    width: 0;
}

.m-course-det-open i {
    display: inline-block;
    margin-right: 2px;
    max-width: calc(100% - 26px);
    color: #1A8CFF;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: text-bottom;
}

.m-course-det-open em {
    margin: 0 2px;
}

.m-course-det-label li {
    float: left;
    padding: 0 4px;
    margin: 4px 4px 0 0;
    height: 18px;
    font-size: 11px;
    color: #FE5900;
    line-height: 18px;
    background: #FFF9F2;
    border-radius: 2px;
}

.m-course-det-price-activity {
    margin: 13px 0 0;
    padding: 14.5px 0 16px;
    position: relative;
}

.m-course-det-price-activity:before {
    content: "";
    width: 200%;
    border-top: 1px solid #EBEBEB;
    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);
}

.m-course-det-info dd {
    margin: 15px 0 0;
    height: 18px;
    font-size: 13px;
    color: #8C8C8C;
    line-height: 18px;
}

.m-course-det-info dd:first-child {
    margin: 0;
}

.m-course-det-info dd .title {
    margin-right: 28px;
}

.m-course-info-price .price {
    font-size: 15px;
    color: #FE5900;
}

.m-course-info-price .price .fontArial {
    font-weight: bold;
}

.m-course-info-price .people {
    font-size: 13px;
    color: #8C8C8C;
}

.m-course-info-price .people .arrow-right,
.m-course-info-school .people .arrow-right {
    margin-left: 4px;
    width: 14px;
    height: 14px;
    display: inline-block;
    -webkit-mask: url(../fonts/icon-right-no-bg.svg) no-repeat;
    mask: url(../fonts/icon-right-no-bg.svg) no-repeat;
    background-color: #8c8c8c;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: relative;
    top: 2px;
}

.m-course-info-fitpeople .people {
    font-size: 15px;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-course-info-school .people {
    position: relative;
    width: calc(100% - 123px);
    color: #8C8C8C;
    overflow: hidden;
}

.m-course-info-school .people .school-name {
    float: left;
    width: calc(100% - 18px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-course-info-school .data {
    width: 41px;
    font-size: 15px;
    color: #262626;
}

.m-course-det-map {
    margin-top: 13px;
    height: 100px;
    border-radius: 4px;
    position: relative;
}

.m-course-det-map .map-box {
    height: 100px;
    width: 100%;
}

.m-course-det-map .alink {
    position: absolute;
    top: 0;
    -left: 0;
    display: block;
    width: 100%;
    height: 100px;
    z-index: 99;
}

.m-course-school-info {
    position: absolute;
    top: 10px;
    left: 0;
}

.m-course-school-info .school-name {
    padding: 0 12px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
    color: #262626;
    background: #fff;
    border-radius: 14px;
}

.m-course-school-info .school-num {
    position: absolute;
    left: -7px;
    bottom: -2px;
    display: block;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    color: #FFFFFF;
    width: 14px;
    height: 18px;
    background: url(../fonts/deta-coor-icon.svg) no-repeat 0 0;
    background-size: 14px 18px;
}

.m-course-det-school {
    margin: 16px 0 0;
}

.m-school-right-tel li {
    float: left;
    margin-left: 14px;
    margin-right: 4px;
    cursor: pointer;
}

.m-school-right-tel li img {
    width: 22px;
    margin: auto;
    display: block;
}

.m-school-right-tel li p {
    font-size: 11px;
    color: #1A8CFF;
    line-height: 16px;
    text-align: center;
}

.m-school-left-distance {
    width: calc(100% - 112px);
}

.m-school-left-distance .school-name {
    margin-right: 27px;
    position: relative;
    line-height: 21px;
    font-size: 15px;
    color: #262626;
}

.m-school-left-distance .school-name .icon-jin {
    position: absolute;
    top: -8px;
    right: -20px;
    padding: 0 3px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    color: #FE5900;
    background: #fff;
    border-radius: 8px 8px 8px 0;
}

.m-school-left-distance .school-name .icon-jin:before {
    content: "";
    width: 200%;
    height: 200%;
    border: 1px solid rgba(254, 89, 0, 0.20);
    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: 16px 16px 16px 0;
}

.m-school-left-distance .school-distance-box {
    margin-top: 2.5px;
    padding: 0 5px;
    height: 16px;
    line-height: 16px;
    background: #FAFBFC;
    border-radius: 2px;
}

.m-school-left-distance .school-distance {
    padding-right: 4px;
    margin-right: 4px;
    display: block;
    font-size: 11px;
    color: #595959;
    position: relative;
    line-height: 16px;
}

.m-school-left-distance .school-distance:after {
    content: "";
    width: 0.5px;
    height: 10px;
    background: #D9D9DA;
    position: absolute;
    right: 0;
    top: 3px;
}

.m-school-left-distance .school-nav {
    position: relative;
    font-size: 11px;
    color: #1A8CFF;
}

.m-school-left-distance .school-nav .icon-nav {
    width: 12px;
    height: 12px;
    display: inline-block;
    -webkit-mask: url(../fonts/icon-distance-block.svg) no-repeat;
    mask: url(../fonts/icon-distance-block.svg) no-repeat;
    background-color: #1A8CFF;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: relative;
    top: 2px;
}

.m-school-left-distance .school-type-way span {
    float: left;
    display: block;
    margin: 4px 8px 0 0;
    padding-right: 8px;
    position: relative;
    font-size: 12px;
    color: #8C8C8C;
    line-height: 17px;
}

.m-school-left-distance .school-type-way span:after {
    content: "";
    width: 1px;
    height: 12px;
    background: #D9D9DA;
    position: absolute;
    right: 0;
    top: 2.5px;
}

.m-school-left-distance .school-type-way span:last-child {
    margin: 4px 0 0;
    padding: 0;
}

.m-school-left-distance .school-type-way span:last-child:after {
    content: "";
    width: 0;
}

.m-school-left-distance .school-type-way i {
    font-size: 12px;
    color: #262626;
}

.mtop23 {
    margin-top: 23px;
}

.m-course-feature {
    padding: 23px 0 12px;
}

.m-course-feature .m-module-title {
    padding: 0 16px;
}

.m-course-feature .m-class-feature-list {
    margin: 15px 16px 0;
}

.m-course-feature .m-class-detail-box {
    margin: 0 16px;
}

.m-course-det-study {
    margin: 15px 16px 0;
    padding: 10px 16px 10px 0;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #FFF9F2;
}

.m-course-det-study li {
    width: 100%;
    padding-left: 26px;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #595959;
}

.m-course-det-study li:before {
    width: 6px;
    height: 6px;
    position: absolute;
    z-index: 10;
    top: 9px;
    left: 12px;
    content: '';
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #FE5900;
}

.m-course-det-study li img {
    width: 100%;
}

.m-course-det-teacher {
    margin: 15px 0 0;
    padding-left: 16px;
}

.m-course-det-teacher li {
    margin-right: 8px;
    width: auto;
    float: left;
    height: 91px;
    padding: 16px 13px 0 16px;
    overflow: hidden;
    background: #FAFBFC;
    border-radius: 4px;
}

.m-course-det-teacher .teacher-avatar {
    float: left;
    width: 40px;
    height: 40px;
}

.m-course-det-teacher .teacher-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.m-course-det-teacher .teacher-detail {
    width: 204px;
    margin-left: 12px;
    float: right;
}

.m-course-det-teacher .teacher-name {
    height: 21px;
    line-height: 21px;
    font-size: 15px;
    color: #262626;
}

.m-course-det-teacher .teacher-intro {
    margin: 2px 0 0;
    font-size: 12px;
    color: #8C8C8C;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-course-det-detail .course-detail {
    margin: 0 16px;
}

.m-course-det-detail p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 24px;
    color: #262626;
}

.m-course-det-detail img {
    width: 100%;
    margin-top: 15px;
}

.m-course-det-detail {
    max-height: 580px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.m-courdet-show-more {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}

.m-courdet-show-more .hei86 {
    height: 80px;
    background-image: linear-gradient(180deg, rgba(254, 255, 255, 0.00) 0%, #FFFFFF 100%);
    position: absolute;
    bottom: 48px;
    left: 0;
    width: 100%;
}

.m-courdet-show-more-btn {
    padding: 12px 0 0;
    background: #fff;
}

.m-courdet-show-more .more-btn {
    display: block;
    margin: 0 16px;
    position: relative;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #1A8CFF;
    text-align: center;
    border-radius: 18px;
}

.m-courdet-show-more .more-btn .arrow-down {
    cursor: pointer;
    width: 12px;
    height: 12px;
    display: inline-block;
    -webkit-mask: url(../fonts/icon-bottom-no-bg.svg) no-repeat;
    mask: url(../fonts/icon-bottom-no-bg.svg) no-repeat;
    background-color: #1A8CFF;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.m-courdet-show-more .more-btn .arrow-down.tran {
    transform: rotate(180deg);
}

.m-courdet-show-more .more-btn:after {
    content: "";
    width: 200%;
    height: 200%;
    border: 1px solid #1A8CFF;
    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: 36px;
}

.m-course-map-no {
    position: relative;
    display: inline-block;
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    color: #1A8CFF;
    cursor: pointer;
    background: #F1F9FE;
    border-radius: 22px;
}

.m-course-map-no img {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: text-bottom;
}

.m-course-map-no:after {
    content: "";
    width: 200%;
    height: 200%;
    border: 1px solid #1A8CFF;
    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: 44px;
}

.m-list-loadmore {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}

.m-list-loadmore img {
    display: inline-block;
    width: 40px;
    vertical-align: middle;
}

.m-list-loadmore span {
    display: inline-block;
}

.m-list_pop {
    width: 100% !important;
    top: 88px;
}

.m-tab-top li a {
    font-size: 14px;
}

.m-tab-bottom li a {
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 14px;
}

/* 2021-05-26婊戝姩tab澧炲姞杩囧害灞� start */
.m-tab-bottom {
    position: relative;
    padding-top: 0;
    padding-bottom: 16px;
}

.m-tab-bottom::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, .1), #fff);
    height: 28px;
    width: 40px;
    z-index: 1;
}

/* 2021-05-26婊戝姩tab澧炲姞杩囧害灞� end */
.m-list_index-tab {
    height: 160px;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #F5F6F7 100%);
}

.m-office-list-new dd:first-child {
    margin: 0;
}

.m-school-left-distance .school-name {
    max-width: calc(100% - 138px);
}

.m-school-left-distance .school-name span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-course-info-price .price-no {
    font-size: 15px;
    color: #FE5900;
    text-decoration: underline;
}

.m-jg-list-select {
    position: fixed;
    top: 44px;
    left: 0;
    width: 100%;
    z-index: 200;
    background: #fff;
}

.m-list_pop {
    position: fixed;
}

/*footer-fixed*/
.m-footer-collect-btn i {
    cursor: pointer;
    margin-top: 8px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../fonts/collect-gray.svg) no-repeat center center;
    background-size: 20px 20px;
}

.m-footer-collect-btn.light i {
    background: url(../fonts/collect-lignt.svg) no-repeat center center;
    background-size: 20px 20px;
}

.m-footer-collect-btn.light p {
    color: #FE5900;
}

.m-cour-footer-blank {
    height: 56px;
}

.m-cour-footer-fixed {
    width: 100%;
    height: 56px;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 0 0 0 #E1E1E1;
}

.m-cour-footer-fixed a {
    height: 100%;
    display: block;
    text-align: center;
}

.m-cour-footer-fixed p {
    height: 10px;
    font-size: 10px;
    line-height: 10px;
    font-weight: lighter;
}

.m-footer-yuyue {
    width: 44px;
    background: #fff;
}

.m-footer-yuyue img {
    width: 20px;
    height: 20px;
    margin-top: 9px;
    display: inline-block;
}

.m-footer-yuyue p {
    height: 16px;
    margin-top: 2px;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    color: #8c8c8c;
}

.m-cour-footer-fixed .m-jg-footer-fee {
    min-width: 0;
    height: 100%;
    color: #1a8cff;
    background: #E6F7FF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-cour-footer-fixed .m-jg-footer-tel {
    min-width: 0;
    height: 100%;
    color: #fff;
    background: #1A8CFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-jg-footer-fee h3 {
    font-size: 15px;
    color: #1A8CFF;
    line-height: 20px;
}

.m-jg-footer-fee p {
    font-size: 10px;
    color: #1A8CFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-jg-footer-tel h3 {
    font-size: 15px;
    color: #fff;
    line-height: 20px;
}

.m-jg-footer-tel p {
    font-size: 10px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-footer-visit-btn i {
    cursor: pointer;
    margin-top: 8px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../fonts/course_icon_save.svg) no-repeat center center;
    background-size: 20px 20px;
}

.m-footer-visit-btn.light i {
    background: url(../fonts/course_icon_saved.svg) no-repeat center center;
    background-size: 20px 20px;
}

.m-footer-visit-btn.light p {
    color: #FE5900;
}

.m-cour-footer-fixed p {
    height: 12px;
    line-height: 12px;
}

.m-jg-footer-fee div,
.m-jg-footer-tel div {
    overflow: hidden;
}

.jyb-tips p {
    line-height: 24px;
}

/*娣诲姞*/
.m-office-item-right:before {
    content: "";
    width: 0;
}

.m-office-active {
    padding-top: 1px;
}

.m-office-active li:first-child .active-right {
    position: relative;
}

.m-office-active li:first-child .active-right::after {
    content: "";
    width: 200%;
    border-bottom: 1px solid #ebebeb;
    transform-origin: 0 0;
    box-sizing: border-box;
    position: absolute;
    z-index: 10;
    top: -8px;
    left: 0;
    pointer-events: none;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    transform: scale(.5);
}

.m-icon-view {
    padding: 0 4px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #FF9E68;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 11px;
    font-weight: 500;
    color: #FF8541;
    line-height: 16px;
}

.m-icon-view img {
    margin-right: 2px;
    display: inline-block;
    vertical-align: top;
    width: 14px;
}

.m-office-name {
    margin-right: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 周边机构 */
.periphery {}

.per-tit {
    display: block;
    padding: 12px 0 8px 16px;
    font-size: 17px;
    font-weight: 600;
    color: #262626;
    line-height: 24px;
}

.crumbs {
    /*width: calc(100% - 24px);*/
    padding: 10px 12px;
    margin: 16px auto 0;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #262626;
    line-height: 20px;
    flex-wrap: wrap;
}

.crumbs>a {
    font-size: 12px;
    color: #262626;
}

.crumbs>i {
    display: inline-block;
    padding: 0 4px;
}

.follow {
    width: calc(100% - 32px);
    margin: 12px auto 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #EBEBEB;
}

.follow>span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #ABABAB;
    line-height: 20px;
    margin-bottom: 8px;
}

.follow-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.follow-list>a:nth-child(2n+1) {
    margin-right: 6%;
}

.follow-list>a {
    display: block;
    width: 47%;
    font-size: 12px;
    font-weight: 400;
    color: #262626;
    line-height: 28px;
}

.settled {
    width: calc(100% - 24px);
    margin: 16px auto 0;
}

.settled>span {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #ABABAB;
    line-height: 20px;
}

.settled>.set-out {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.set-out>a:first-child {
    margin-right: 12px;
    background: url(../images/zc_pphz_img@3x.png) center center no-repeat;
    background-size: cover;
}

/* .set-out>a:first-child::after {
    content: '';
    width: 100%;
    height: 64px;
    border-radius: 4px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #FFFFFF linear-gradient(90deg, rgba(0, 199, 255, 0.20000000298023224) 0%, #0096FF 100%);
} */

.set-out>a:last-child {
    background: url(../images/zc_jgzc_img@3x.png) center center no-repeat;
    background-size: cover;
}

.set-out>a {
    display: block;
    width: calc(100% - 12px);
    height: 64px;
    border-radius: 4px;
    position: relative;
}

.set-out>a>span {
    display: block;
    position: absolute;
    left: 16px;
    top: 12px;
    font-size: 17px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
}

.set-out>a>i {
    display: inline-block;
    width: 11px;
    height: 14px;
    position: absolute;
    left: 84px;
    top: 19px;
    background-color: #fff;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: text-top;
    margin-right: 3px;
    -webkit-mask: url(../images/icon-right-solid.svg) no-repeat;
    mask: url(../images/icon-right-solid.svg) no-repeat;
}

.set-out>a>p {
    display: block;
    position: absolute;
    left: 16px;
    top: 36px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 17px;
}


@font-face {
    font-family: 'iconfont';
    /* Project id 2444528 */
    src: url('../fonts/font_2444528_ausuy8m6y7.woff2') format('woff2'), url('../fonts/font_2444528_ausuy8m6y7.woff') format('woff'), url('../fonts/font_2444528_ausuy8m6y7.ttf') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.one-star {
    color: #FE5900;
}

.m-office-item-score {
    margin-left: 2px;
}

.m-office-eval {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 17px; */
    margin-top: 0px;
}

.m-office-course {
    margin-top: 0px;
}

.eval-l {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.m-office-item-zz {
    margin-left: 6px !important;
}

.office-eval {
    margin-right: 6px !important;
}

.eval-r {
    width: 50px;
    height: 24px;
    background: #F1FBFF;
    border-radius: 12px;
    border: 1px solid #BAE7FF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eval-r > i {
    width: 12px;
    height: 12px;
    color: #1A8CFF;
    font-size: 12px;
    text-align-last: center;
    line-height: 12px;
}

.eval-r > span {
    display: block;
    margin-left: 2px;
    font-size: 12px;
    color: #1A8CFF;
    line-height: 12px;
}
