.scroll-hide {
  overflow: hidden;
}

.mg-group-tit {
  height: 22px;
  line-height: 22px;
  padding-left: 10px;
    margin-bottom: 15px;
  border-left: 3px solid #27c8af;
  color: #909399;
  font-size: 16px;
  font-weight: 500;
}

.mg-page {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  background: white;
  overflow: hidden;
}

.mg-page .mg-content-head-search {
  background: #fff;
  padding: 0 20px;
}

.mg-page .mg-content-head-search a {
  text-align: left;
  height: 40px;
  padding: 0 20px;
  text-indent: 26px;
  line-height: 40px;
  background: url(../../img/mg_v2/serach.png) 20px center no-repeat;
  background-size: 16px;
  display: block;
  border: 1px solid #ECEEF5;
  border-radius: 50px;
  color: #C0C4CC;
}

.mg-page .mg-bar-nav {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 650px;
  width: 100%;
  height: 44px;
  z-index: 12;
  text-align: center;
  background: white;
}

.mg-page .mg-bar-nav .header_title .header_pull {
  position: absolute;
  z-index: 2;
  display: flex;
  height: 44px;
  align-items: center;
  left: 12px;
}

.mg-page .mg-bar-nav .header_title .header_pull .icon {
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  margin-right: 15px;
}

.mg-page .mg-bar-nav .header_title .header_pull .icon:last-child {
  margin-right: 0;
}

.mg-page .mg-bar-nav .header_title .header_pull .icon.icon-left {
  background-image: url(../../img/mg_v2/icon_back.png);
  background-size: 17px;
}

.mg-page .mg-bar-nav .header_title .header_pull .icon.icon-home {
  background-image: url(../../img/mg_v2/icon_homepage.png);
}

.mg-page .mg-bar-nav .header_title h1 {
  font-size: 18px;
  line-height: 44px;
  height: 44px;
  font-weight: normal;
}

.mg-page .mg-bar-nav .knowledge-listnav {
  display: flex;
  justify-content: space-between;
  background: #fff;
}

.mg-page .mg-bar-nav .knowledge-listnav a {
  height: 42px;
  line-height: 42px;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #DDDFE6;
}

.mg-page .mg-bar-nav .knowledge-listnav a.active {
  color: #27C8AF;
  border-bottom: 2px solid #27C8AF;
}

.mg-page .mg-bar-nav .knowledge-listnav.listnav-num4 a {
  width: 25%;
}

.mg-page .mg-bar-nav .knowledge-listnav.listnav-num5 a {
  width: 20%;
}

.mg-page .mg-bar-nav .knowledge-listnav.listnav-num6 a {
  width: 16.6%;
}

.mg-page .mg-bar-nav .knowledge-listnav.listnav-num7 a {
  width: 14.4%;
}

.mg-page .mg-bar-nav .knowledge-listnav.listnav-num8 a {
  width: 12.5%;
}

.mg-page.mg-page-knowledge-list .content {
  top: 76px;
  padding-bottom: 36px;
}

.mg-page .content {
  position: relative;
  top: 44px;
  z-index: 1;
}

.mg-page .content .mg-group {
  padding: 24px 20px 30px;
  position: relative;
  overflow: hidden;
  background: white;
}

.mg-page .content .mg-group:after {
  position: absolute;
  height: 10px;
  bottom: 0;
  content: '';
  left: 0;
  width: 100%;
  background: #f2f2f2;
}

.mg-page .content .mg-group.mg-knowledge-navlist {
  padding: 0;
  margin: 0;
}

.mg-page .content .mg-group.mg-knowledge-navlist:after {
  display: none;
}

.mg-page .content .mg-group.mg-detail-djdzk {
  padding: 0 0 10px;
}

.mg-page .content .mg-group.mg-detail-djdzk .mg-group-tit {
  margin-bottom: 5px;
  margin-left: 20px;
  margin-right: 20px;
}

.mg-page .content .mg-group.mg-detail-djdzk2 {
  padding: 0 0 10px;
}

.mg-page .content .mg-group.mg-detail-djdzk-simple {
  padding: 0 0 0;
  background: #F5F7FA;
  margin-top: -10px;
}

.mg-page .content .mg-group.mg-detail-djdzk-simple:after {
  display: none;
}

.mg-page .content .mg-group .card-header {
  margin-bottom: 15px;
}

.mg-page .content .mg-group .card-header .mg-h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.mg-page .content .mg-group .card-header .mg-h2 a {
  font-size: 14px;
  color: #27C8AF;
  font-weight: 400;
}

.mg-page .content .mg-group .card-content {
  overflow: hidden;
}

.mg-page .content .mg-group .card-content .media-list .mg-list-item {
  padding: 15px 0;
  border-bottom: 1px solid #ECEEF6;
}

.mg-page .content .mg-group .card-content .media-list .mg-list-item:first-child:not(.mg-temp-subject) {
  padding: 0 0 15px;
}

.mg-page .content .mg-group .card-content .media-list .mg-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.mg-page .content .mg-group .card-content .media-list .mg-list-item .mg-temp-tit {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
}

.mg-page .content .mg-group .card-content .media-list .mg-list-item .mg-temp-content .mg-temp-doctor {
  display: flex;
  align-items: center;
}

.mg-page .content .mg-group .card-content .media-list .mg-list-item .mg-temp-content .mg-temp-doctor img {
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
  border-radius: 100%;
}

.mg-page .content .mg-group .card-content .media-list .mg-list-item .mg-temp-content .mg-temp-doctor span {
  color: #606266;
  font-size: 13px;
  margin-right: 5px;
  white-space: nowrap;
}

.mg-page .content .mg-group .card-content .media-list .mg-list-item .mg-temp-content .mg-temp-doctor span:last-child {
  margin-right: 0;
}

.mg-page .content .mg-group .card-content .media-list .mg-list-item .mg-temp-content .mg-temp-item-content {
  color: #909399;
  line-height: 20px;
  font-size: 13px;
}

.mg-page .content .mg-group .card-content .media-list .mg-list-item .mg-temp-content .mg-temp-item-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-drug .mg-temp-content {
  display: flex;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-drug .mg-temp-content .mg-temp-drug-img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  margin-right: 10px;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-drug .mg-temp-content .mg-temp-drug-img img {
  width: 80px;
  height: 80px;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-drug .mg-temp-content .mg-drug-info {
  display: flex;
  overflow: hidden;
  flex-direction: column;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-drug .mg-temp-content .mg-drug-info .mg-temp-drug-tit {
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: 500;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-drug .mg-temp-content .mg-drug-info .mg-temp-drug-specs {
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-drug .mg-temp-content .mg-drug-info .mg-temp-drug-content {
  margin-bottom: 5px;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-drug .mg-temp-content .mg-drug-info .mg-temp-drug-state {
  height: 22px;
  line-height: 22px;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-drug .mg-temp-content .mg-drug-info .mg-temp-drug-state span {
  box-sizing: border-box;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  text-align: center;
  border: 1px solid #6CCDB8;
  border-radius: 4px;
  color: #6CCDB8;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-medicalguide .mg-temp-content {
  display: flex;
  justify-content: space-between;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-medicalguide .mg-temp-content .mg-temp-medicalguide-img {
  width: 90px;
  height: 90px;
  min-width: 90px;
  margin-left: 20px;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-medicalguide .mg-temp-content .mg-temp-medicalguide-img img {
  width: 90px;
  height: 90px;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-medicalguide .mg-temp-content .mg-medicalguide-info {
  display: flex;
  overflow: hidden;
  flex-direction: column;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-medicalguide .mg-temp-content .mg-medicalguide-info .mg-temp-medicalguide-tit {
  margin-bottom: 10px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-medicalguide .mg-temp-content .mg-medicalguide-info .mg-temp-medicalguide-content {
  margin-bottom: 10px;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-subject {
  position: relative;
  padding: 0 0 10px;
  z-index: 1;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-subject:after {
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background: #F5F7FA;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-subject .mg-temp-content {
  display: block;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-subject .mg-temp-content .mg-temp-subject-cover {
  position: relative;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-subject .mg-temp-content .mg-temp-subject-cover:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  z-index: 2;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-subject .mg-temp-content .mg-temp-subject-cover img {
  width: 100%;
  position: relative;
  z-index: 1;
  vertical-align: top;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-subject .mg-temp-content .mg-temp-subject-cover span {
  position: absolute;
  z-index: 3;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  top: 50%;
  font-size: 18px;
  color: #fff;
  transform: translateY(-50%);
  box-sizing: border-box;
  left: 0;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-subject .mg-temp-content .mg-temp-subkect-main {
  padding: 15px 20px 25px;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-subject .mg-temp-content .mg-temp-subkect-main .mg-temp-subject-content {
  margin-bottom: 15px;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-subject .mg-temp-content .mg-temp-subkect-main .mg-temp-subject-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #C0C4CC;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-subject-detail .subject-detail-tit {
  font-size: 19px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 25px;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-subject-detail .subject-detail-description {
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 16px;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-subject-detail .subject-detail-show {
  width: 150px;
  display: block;
  margin: 0 auto;
  height: 36px;
  line-height: 32px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #2AC9AF;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-subject-detail .subject-detail-show a {
  display: block;
  color: #2AC9AF;
  text-align: center;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-askdoctor {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  border-top: 1px solid #ECEEF5;
  border-bottom: 0;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-askdoctor:first-child {
  padding-top: 0;
  border-top: none;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-askdoctor .mg-temp-askdoctor-info {
  display: flex;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-askdoctor .mg-temp-askdoctor-info img {
  width: 54px;
  height: 54px;
  border-radius: 5px;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-askdoctor .mg-temp-askdoctor-info .mg-temp-askdoctor-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: 12px;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-askdoctor .mg-temp-askdoctor-info .mg-temp-askdoctor-main .temp-askdoctor-name {
  font-size: 17px;
  display: flex;
  align-items: center;
  line-height: 16px;
  margin-bottom: 8px;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-askdoctor .mg-temp-askdoctor-info .mg-temp-askdoctor-main .temp-askdoctor-name b {
  font-weight: 700;
}
.mg-page .content .mg-group .card-content .media-list .mg-temp-askdoctor .mg-temp-askdoctor-info .mg-temp-askdoctor-main .temp-askdoctor-name span{
  margin: 0 7px;
  font-size: 14px;
  color: #727272;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-askdoctor .mg-temp-askdoctor-info .mg-temp-askdoctor-main .temp-askdoctor-cert {
  font-size: 14px;
  color: #727272;
  margin-bottom: 8px;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-askdoctor .mg-temp-askdoctor-info .mg-temp-askdoctor-main .temp-askdoctor-sc {
  color: #C0C4CC;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-askdoctor .mg-temp-askdoctor-info .mg-temp-askdoctor-main .temp-askdoctor-sc .temp-askdoctor-sc-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-askdoctor .mg-temp-askdoctor-info .mg-temp-askdoctor-main .temp-askdoctor-sc .temp-askdoctor-sc-list span {
  display: inline-block;
  color: #999;
  background-color: #eee;
  padding: 0 4px;
  font-size: 12px;
  margin-right: 8px;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-askdoctor .mg-temp-askdoctor-info .mg-temp-askdoctor-main p {
  font-size: 13px;
  margin: 8px 0 8px;
  color: #727272;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-askdoctor .mg-temp-askdoctor-info .mg-temp-askdoctor-main .temp-askdoctor-star {
  /* background: url(../../img/mg_v2/doctor_star.png) left center no-repeat;
  background-size: 16px;
  margin-bottom: 10px; */
}
.mg-page .content .mg-group .card-content .media-list .mg-temp-askdoctor .mg-temp-askdoctor-info .mg-temp-askdoctor-main .temp-askdoctor-star .temp-askdoctor-reply{
  display: flex;
  align-items: center;
}
.temp-askdoctor-reply .star-box{
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.star-box .iconfont{
  font-size: 13px;
  color: #f8ab27;
  margin-right: 3px;
}
.star-box .temp-askdoctor-reply-star{
  color: #f8ab27;
  font-size: 13px;
  border: none;
  background: none;
}
.temp-askdoctor-reply .not-star .iconfont{
  color:#cdcdcd;
}
.temp-askdoctor-reply .not-star .temp-askdoctor-reply-star{
  color:#cdcdcd;
}
.temp-askdoctor-reply .d--count{
  display: flex;
  font-size: 12px;
  color: #999;
  box-sizing: content-box;
  margin-right: 5px;
  height: 22px;
  float: left;
  line-height: 22px;
}
.temp-askdoctor-reply .d--count:last-child{
  margin-right: 0;
}
.mg-page .content .mg-group .card-content .media-list .mg-temp-askdoctor .mg-temp-askdoctor-info .mg-temp-askdoctor-main .temp-askdoctor-star .temp-askdoctor-reply span {
  /* padding: 0 8px;
  border-radius: 20px;
  height: 20px;
  line-height: 20px;
  background: #f8f8f8;
  margin-right: 8px;
  white-space: nowrap; */
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-askdoctor .mg-temp-askdoctor-info .mg-temp-askdoctor-main .temp-askdoctor-star .temp-askdoctor-reply span.temp-askdoctor-reply-star {
  background: none;
  padding: 0;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-askdoctor .mg-temp-askdoctor-info .mg-temp-askdoctor-main .temp-askdoctor-star .temp-askdoctor-reply span.temp-askdoctor-reply-star b {
  color: #f8ab27;
  font-size: 13px;
  margin-bottom: 0;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-askdoctor .mg-temp-askdoctor-info .mg-temp-askdoctor-main .temp-askdoctor-star .temp-askdoctor-reply span b {
  font-weight: normal;
  margin-right: 3px;
  color: #FF7544;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-askdoctor .mg-temp-askdoctor-info .mg-temp-askdoctor-main .temp-askdoctor-star .temp-askdoctor-reply span::last-child {
  margin-right: 0;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-askdoctor .temp-askdoctor-consult {
  margin-left: 66px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.temp-askdoctor-consult .doctor-bot-price{
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.mg-page .content .mg-group .card-content .media-list .mg-temp-askdoctor .temp-askdoctor-consult span{
  margin-right: 24px;
  display: flex;
  border-radius: 20px;
  border: none;
  padding: 0;
  color: #666666;
  font-size: 14px;
}
.mg-page .content .mg-group .card-content .media-list .mg-temp-askdoctor .temp-askdoctor-consult span b {
  color: #666666;
  margin-left: 3px;
  font-size: 14px;
  font-weight: normal !important;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-askdoctor .temp-askdoctor-consult a {
  /* padding: 0 18px;
  color: #27C8AF;
  border: #27C8AF 1px solid;
  border-radius: 4px;
  line-height: 32px;
  height: 32px;
  box-sizing: border-box; */
  font-size: 13px;
    color: #5fd2c6;
    border: 1px solid rgba(238, 238, 238, 0.5);
    background: #f5f7fa;
    text-align: center;
    padding: 0px 9px;
    height: 30px;
    line-height: 29px;
    border-radius: 20px;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-video .mg-temp-content {
  display: flex;
  justify-content: space-between;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-video .mg-temp-content .mg-temp-video-img {
  width: 120px;
  height: 68px;
  min-width: 120px;
  margin-left: 20px;
  position: relative;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-video .mg-temp-content .mg-temp-video-img img {
  width: 120px;
  height: 68px;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-video .mg-temp-content .mg-temp-video-img span {
  position: absolute;
  height: 16px;
  font-size: 10px;
  line-height: 16px;
  padding: 0 8px;
  background: rgba(0, 0, 0, 0.5);
  right: 5px;
  bottom: 5px;
  color: #fff;
  border-radius: 20px;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-article .mg-temp-content .mg-temp-doctor {
  margin-bottom: 10px;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-article .mg-temp-content .mg-temp-item-content {
  color: #606266;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-wenda .mg-temp-doctor {
  margin-bottom: 3px;
}

.mg-page .content .mg-group .card-content .media-list .mg-temp-wenda .mg-temp-item-content {
  padding: 12px;
  margin-left: 42px;
  background: #F5F7FA;
  border-radius: 6px;
}

.mg-search-a a {
  border-radius: 50px;
  text-indent: 42px;
  height: 38px;
  display: block;
  line-height: 40px;
  color: #909399;
  background: url(../../img/mg_v2/home/search.png) 16px center no-repeat;
  background-size: 16px;
  border: 1px solid #ECEEF5;
}

.mg-search-input {
  border: 1px solid #ECEEF5;
  line-height: 20px;
  height: 40px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  box-sizing: border-box;
  margin-bottom: 10px;
  position: relative;
}

.mg-search-input.mg-search-input-focus .search-btn {
  background-image: url(../../img/mg_v2/search_result.png);
}

.mg-search-input .search-btn {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-right: 10px;
  background: url(../../img/mg_v2/serach.png) center no-repeat;
  background-size: 16px;
}

.mg-search-input input {
  width: 100%;
  border: none;
  background: none;
  margin-right: 25px;
  line-height: 20px;
}

.mg-search-input .search-btn.search-btn-txt {
  width: auto;
  background: none;
  position: absolute;
  right: 10px;
  margin-right: 0;
  top: 10px;
  height: 20px;
  line-height: 20px;
  color: #666;
  border-left: 1px solid #e9e9e9;
  padding-left: 10px;
}

.mg-page .content .mg-padding-top-0 {
  overflow: initial;
  padding-top: 0;
  position: relative;
}

.mg-page .content .mg-padding-top-0 .card {
  overflow: hidden;
}

.mg-page .content .mg-padding-top-0:before {
  position: absolute;
  height: 10px;
  top: -10px;
  content: '';
  left: 0;
  width: 100%;
  background: #fff;
}

.jbbk-fast-go .jbbk-fast-item a {
  display: flex;
  padding-right: 46px;
  justify-content: space-between;
  align-items: center;
}

.jbbk-fast-go .jbbk-fast-item a span:not(.search-tag-zz):not(.search-tag-zl) {
  white-space: nowrap;
  /* width: 100%; */
  /* max-width: 100%; */
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 10px;
}

.jbbk-fast-go .jbbk-fast-item a .search-tag-zz,
.jbbk-fast-go .jbbk-fast-item a .search-tag-zl {
  font-size: 12px;
  color: #27C8AF;
  background: rgba(39, 200, 175, 0.1);
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  border-radius: 4px;
  min-width: 44px;
  box-sizing: border-box;
}

.jbbk-fast-go .jbbk-fast-item a .search-tag-zz {
  color: #F2AF17;
  background: rgba(242, 175, 23, 0.1);
}

.mg-bottom-navcopyright .bottom-bread-nav {
  background: #f2f2f2;
  display: flex;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #909399;
}

.mg-bottom-navcopyright .bottom-bread-nav span {
  padding: 0 2px;
}

.mg-bottom-navcopyright .bottom-bread-nav a {
  color: #909399;
}

.mg-bottom-navcopyright .mg-bottom-nav {
  display: flex;
  flex-direction: column;
  padding-bottom: 44px;
}

.mg-bottom-navcopyright .mg-bottom-nav .mg-bottom-logo {
  padding: 0 20px 0 5px;
  display: flex;
  justify-content: space-between;
}

.mg-bottom-navcopyright .mg-bottom-nav .mg-bottom-logo a {
  display: flex;
  align-items: center;
}

.mg-bottom-navcopyright .mg-bottom-nav .mg-bottom-logo a span {
  font-size: 20px;
  font-weight: 500;
}

.mg-bottom-navcopyright .mg-bottom-nav .mg-bottom-logo a img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
}

.mg-bottom-navcopyright .mg-bottom-nav .mg-bottom-logo .bottom-login-mp {
  color: #909399;
  display: flex;
  align-items: center;
  line-height: 20px;
}

.mg-bottom-navcopyright .mg-bottom-nav .mg-bottom-logo .bottom-login-mp a {
  color: #909399;
  margin-right: 10px;
}

.mg-bottom-navcopyright .mg-bottom-nav .bottom-nav-list {
  margin: 0 20px;
  padding: 0 0 15px;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #DDDFE6;
}

.mg-bottom-navcopyright .mg-bottom-nav .bottom-nav-list a {
  color: #606266;
}

.mg-bottom-navcopyright .mg-bottom-nav .mg-bottom-copyright {
  text-align: center;
  font-size: 12px;
  color: #909399;
  line-height: 18px;
  padding: 20px;
}

.mg-bottom-navcopyright .mg-bottom-nav .mg-bottom-copyright p:not(:last-child) {
  margin-bottom: 5px;
}

.mg-views {
  padding-left: 17px;
  background: url(../../img/mg_v2/views.png) left center no-repeat;
  background-size: 12px;
  color: #C0C4CC;
  font-size: 12px;
}

.fast-nav-current {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #27C8AF;
  color: #fff;
  font-size: 22px;
  position: fixed;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  z-index: 88;
  border-radius: 100%;
}

.mg-fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 650px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.mg-fixed-bottom .mg-detail-auther-consult {
  background: #27C8AF;
  color: #fff;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  margin-top: 15px;
}

.mg-nodata {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #909399;
  font-size: 12px;
}

.mg-nodata img {
  width: 200px;
  margin: 30px auto 20px;
}

.mg-bottom-bar-nav {
  position: fixed;
  width: 100%;
  max-width: 650px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 200;
  background: #fff;
  border-top: 1px solid #ECEEF5;
  padding-top: 6px;
  box-sizing: border-box;
}

.mg-bottom-bar-nav a {
  padding-top: 28px;
  padding-bottom: 2px;
  text-align: center;
  color: #C0C4CC;
  font-size: 10px;
  line-height: 14px;
}

.mg-bottom-bar-nav a.active {
  color: #27C8AF;
}

.mg-bottom-bar-nav .bottom-bar-home {
  background: url(../../img/mg_v2/home_bar_nav_un.png) center top no-repeat;
  background-size: 22px;
}

.mg-bottom-bar-nav .bottom-bar-home.active {
  background-image: url(../../img/mg_v2/home_bar_nav.png);
}

.mg-bottom-bar-nav .bottom-bar-zixun {
  background: url(../../img/mg_v2/zixun_bar_nav_un.png) center top no-repeat;
  background-size: 22px;
}

.mg-bottom-bar-nav .bottom-bar-zixun.active {
  background-image: url(../../img/mg_v2/zixun_bar_nav.png);
}

.mg-bottom-bar-nav .bottom-bar-haowu {
  background: url(../../img/mg_v2/haowu_bar_nav_un.png) center top no-repeat;
  background-size: 22px;
}

.mg-bottom-bar-nav .bottom-bar-haowu.active {
  background-image: url(../../img/mg_v2/haowu_bar_nav.png);
}

.mg-bottom-bar-nav .bottom-bar-mine {
  background: url(../../img/mg_v2/mine_bar_nav_un.png) center top no-repeat;
  background-size: 22px;
}

.mg-bottom-bar-nav .bottom-bar-mine.active {
  background-image: url(../../img/mg_v2/mine_bar_nav.png);
}

@media only screen and (min-width: 650px) {
  .jbbk-fast-nav {
    left: calc(50% + 300px);
    transform: translate(-50%, -50%);
  }
}



