html {
  background-color: #FFFFFF;
}
body {
  max-width: 480px;
  height: auto;
  min-height: 100%;
  margin: 0 auto;
  background: #F5F6F7;
  padding-top: 88px;
  padding-bottom: 120px;
}
li,
div,
button,
a,
p,
span {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';
  /* Project id 2444528 */
  src: url('//at.alicdn.com/t/c/font_2444528_igae82sets.woff2?t=1691996519241') format('woff2'), url('//at.alicdn.com/t/c/font_2444528_igae82sets.woff?t=1691996519241') format('woff'), url('//at.alicdn.com/t/c/font_2444528_igae82sets.ttf?t=1691996519241') 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;
}
button {
  background-color: unset;
}
img {
  object-fit: cover;
  object-position: 50% 50%;
}
.common-head {
  width: 100%;
  max-width: 480px;
  height: 44px;
  background: #FF4C52;
  display: flex;
  align-items: center;
  padding: 0 12px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.common-head a i {
  font-size: 24px;
  color: #FFFFFF;
}
.common-head h2 {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  margin: 0 16px;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 22px;
}
.common-head h2 i {
  font-size: 20px;
  font-weight: 400;
  margin-right: 4px;
}
.common-head .head-nav {
  font-size: 24px;
  color: #FFFFFF;
}
.jg-nav {
  width: 100%;
  max-width: 480px;
  height: 44px;
  padding: 0 16px;
  overflow: hidden;
  background-color: #FFFFFF;
  position: fixed;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.jg-nav li {
  width: auto;
  margin-right: 20px;
}
.jg-nav li:last-child {
  margin-right: 0;
}
.jg-nav li.active a {
  color: #262626;
}
.jg-nav li.active a::after {
  content: '';
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(270deg, rgba(255, 41, 56, 0) 0%, rgba(255, 41, 56, 0.5) 100%);
  z-index: -1;
}
.jg-nav li a {
  font-size: 18px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #ABABAB;
  line-height: 44px;
}
.common-main {
  margin-top: -20px;
  position: relative;
}
.card-box,
.wechat-box {
  background: #F5FCF6;
  border-radius: 4px;
  padding: 16px 12px;
  margin-top: 20px;
}
.card-box .card-top,
.wechat-box .card-top {
  display: flex;
  align-items: center;
}
.card-box .card-top img,
.wechat-box .card-top img {
  width: 48px;
  height: 48px;
  margin-right: 8px;
  border-radius: 50%;
}
.card-box .card-top > div,
.wechat-box .card-top > div {
  flex: 1;
  min-width: 0;
}
.card-box .card-top h4,
.wechat-box .card-top h4 {
  font-size: 18px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 25px;
}
.card-box .card-top p,
.wechat-box .card-top p {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #8C8C8C;
  line-height: 17px;
}
.card-box button,
.wechat-box button {
  width: 100%;
  height: 36px;
  background: #06B61B;
  border-radius: 4px;
  border: 1px solid #06B61B;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 34px;
  margin-top: 12px;
}
.div-block {
  padding: 0 16px;
  background-color: #FFFFFF;
  margin-top: 8px;
}
.inner-main-block {
  background-color: #FFFFFF;
  padding: 0 16px;
}
.m-title {
  padding: 16px 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-title p {
  font-size: 18px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 25px;
}
.m-title p span {
  font-size: 14px;
}
.m-title a {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #8C8C8C;
  line-height: 18px;
}
.m-inner-title {
  font-size: 18px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 25px;
  padding-top: 12px;
}
.m-inner-title span {
  font-size: 14px;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 32px;
  background: #FFF4F5;
  border-radius: 4px;
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #FF2938;
}
.btn i {
  font-size: 14px;
  font-weight: 400;
  margin-right: 2px;
}
.school-box {
  padding: 12px 0 20px;
  background: #FFFFFF;
  margin-top: 8px;
}
.school-box.campus-box {
  margin-top: 0;
  padding-top: 0;
}
.school-box.campus-box .m-inner-title {
  padding: 12px 16px 16px;
}
.school-box .div-block-tit {
  padding: 21px 16px 0;
}
.school-box .div-block-tit img {
  left: 16px;
}
.school-box .m-title {
  padding: 4px 16px 12px;
}
.school-box .school-map {
  width: 100%;
  height: 160px;
}
.school-box .school-map-marker {
  width: 18px;
  height: 26px;
  position: absolute;
  font-size: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #fff;
}
.school-box .school-map-marker .school-map-icon {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  color: #FF2938;
  font-size: 24px;
  cursor: pointer;
}
.school-box .school-map-marker .school-name {
  max-width: 280px;
  padding: 2px 10px;
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 11px;
  background: #FFFFFF;
  font-size: 12px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
}
.school-box .school-nav {
  height: 37px;
  padding: 0 16px;
  overflow: hidden;
  margin-top: 16px;
}
.school-box .school-nav dd {
  width: auto;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #EBEBEB;
  padding: 6px 8px;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 20px;
  margin-right: 8px;
}
.school-box .school-nav dd:last-child {
  margin-right: 0;
}
.school-box .school-nav dd.active {
  background: #FF2938;
  position: relative;
  color: #FFFFFF;
}
.school-box .school-nav dd.active::after {
  content: '';
  border: 7px solid transparent;
  border-top: 5px solid #FF2938;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.school-box .school-list-box .school-list {
  display: none;
}
.school-box .school-list-box .school-list:first-child {
  display: block;
}
.school-box .school-list {
  margin-top: 20px;
  padding: 0 16px;
}
.school-box .school-list li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.school-box .school-list li:last-child {
  margin-bottom: 0;
}
.school-box .school-list li > div {
  flex: 1;
  min-width: 0;
}
.school-box .school-list li > div h3 {
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 22px;
}
.school-box .school-list li > div p {
  display: flex;
  align-items: center;
  margin-top: 1px;
}
.school-box .school-list li > div p span {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ABABAB;
  line-height: 17px;
}
.school-box .school-list li > div p .school-area {
  flex: 1;
}
.school-box .school-list li > div p em {
  width: 1px;
  height: 10px;
  background: #D8D8D8;
  margin: 0 6px;
}
.school-box .school-list li button {
  min-width: 84px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FF2938;
  text-align: right;
  line-height: 20px;
  margin-left: 16px;
}
.school-box .school-list li .school-call {
  width: 40px;
  height: 40px;
  background: #FFF4F5;
  border-radius: 50%;
  margin-left: 16px;
  padding: 10px;
}
.school-box .school-list li .school-call i {
  font-size: 20px;
  color: #FF2938;
}
.school-box .school-list li.active > div h3 {
  color: #FF4C52;
}
.school-box .total-school {
  margin: 16px 16px 0;
  height: 48px;
  background: linear-gradient(90deg, #FFFBFB 0%, #FFF7F7 100%);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}
.school-box .total-school p {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 20px;
}
.school-box .total-school p span {
  color: #FF2938;
  margin-left: 4px;
}
.school-box .total-school button {
  width: 62px;
  height: 28px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #FF2938;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FF2938;
  line-height: 28px;
}
	.school-box .total-school button a {
		font-size: 12px;
		font-family: PingFang SC-Regular, PingFang SC;
		font-weight: 400;
		color: #FF2938;
		line-height: 28px;
	}


.album-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 16px;
}
.album-list li {
  width: calc((100% - 9px) / 2);
  margin-top: 16px;
}
.album-list li img {
  width: 100%;
  height: 100px;
  border-radius: 4px;
}
.album-list li p {
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 18px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inner-main-block .teacher-list {
  margin-top: 16px;
  padding-bottom: 28px;
}
.teacher-list {
  padding-bottom: 20px;
  margin-top: 4px;
}
.teacher-list li {
  margin-bottom: 28px;
  display: flex;
}
.teacher-list li:last-child {
  margin-bottom: 0;
}
.teacher-list li .teacher-logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #EBEBEB;
}
.teacher-list li .teacher-logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.teacher-list li .teacher-middle {
  flex: 1;
  min-width: 0;
  margin: 0 12px;
}
.teacher-list li .teacher-middle h3 {
  display: flex;
  align-items: center;
}
.teacher-list li .teacher-middle h3 span {
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 22px;
  margin-right: 8px;
}
.teacher-list li .teacher-middle h3 em {
  font-size: 11px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #BF8826;
  line-height: 14px;
  padding: 1px 3px;
  background: #FAF0D7;
}
.teacher-list li .teacher-middle p {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #595959;
  line-height: 17px;
}
.teacher-list li .teacher-middle dl {
  margin-top: 4px;
  display: flex;
  align-items: center;
}
.teacher-list li .teacher-middle dl dd {
  background: #F5F6F7;
  font-size: 11px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #595959;
  line-height: 14px;
  padding: 1px 4px;
  margin-right: 6px;
}
.course-list {
  padding-bottom: 20px;
}
.course-list li {
  padding-bottom: 16px;
  border-bottom: 1px solid #F5F6F7;
  margin-bottom: 16px;
  display: flex;
}
.course-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.course-list li .course-logo {
  width: 105px;
  height: 63px;
  border-radius: 4px;
  margin-right: 12px;
}
.course-list li .course-logo img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.course-list li .course-r {
  flex: 1;
  min-width: 0;
}
.course-list li .course-r .course-name {
  font-size: 15px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 21px;
  display:inline-block;
  max-width:100%;
}
.course-list li .course-r .course-b {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.course-list li .course-r .course-b .course-b-l {
  flex: 1;
  min-width: 0;
  margin-right: 8px;
}
.course-list li .course-r .course-b .course-b-l p {
  margin-top: 4px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 17px;
}
.course-list li .course-r .course-b .course-xq {
  color: #595959;
}
	.course-list li .course-r .course-b .course-xq span:first-child {
		max-width: calc(100% - 36px);
	}
.course-list li .course-r .course-b .course-label {
  color: #8C8C8C;
}
.course-list li .course-r .course-b .course-label span {
  max-width: calc((100% - 10px) / 2);
}
.course-list li .course-r .course-b .course-label em {
  width: 1px;
  height: 11px;
  background: #D9D9DA;
  margin: 0 4px;
}
.inner-main .inner-main-block .pj-list {
  margin-top: 16px;
}
.inner-main .pj-list {
  margin-top: 4px;
}
.pj-list li {
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F6F7;
  margin-top: 20px;
}
.pj-list li:first-child {
  margin-top: 0;
}
.pj-list li .pj-person {
  display: flex;
  align-items: center;
}
.pj-list li .pj-person .pj-person-img {
  width: 36px;
  height: 36px;
  margin-right: 12px;
  border-radius: 50%;
}
.pj-list li .pj-person .pj-person-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.pj-list li .pj-person .pj-person-name {
  flex: 1;
  min-width: 0;
}
.pj-list li .pj-person .pj-person-name p {
  font-size: 0;
}
.pj-list li .pj-person .pj-person-name p span {
  margin-right: 8px;
  font-size: 15px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 21px;
}
.pj-list li .pj-person .pj-person-name .pj-star-box {
  position: relative;
  margin: 3px 0 0;
  width: 60px;
  height: 12px;
  background: url(../img/jgsy_pj_dj2.png) no-repeat 0 0;
  background-size: 60px 12px;
}
.pj-list li .pj-person .pj-person-name .pj-star-box .pj-star-light {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 12px;
  background: url(../img/jgsy_pj_dj1.png) no-repeat 0 0;
  background-size: 60px 12px;
}
.pj-list li .pj-person button {
  margin-left: 12px;
}
.pj-list li .pj-person > p {
  font-size: 15px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #FF2938;
  line-height: 21px;
}
.pj-list li .pj-text {
  margin-top: 20px;
}
.pj-list li .pj-text p {
  font-size: 17px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 24px;
}
.pj-list li .pj-text .ellipsis-5 {
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.pj-list li .pj-text button {
  margin-top: 4px;
  font-size: 15px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #FF2938;
  line-height: 21px;
}
.pj-list li .pj-text button i {
  display: inline-block;
  font-weight: 400;
  transition: 0.2s;
}
.pj-list li .pj-text button.close-text i {
  transform: rotate(180deg);
}
.pj-list li .pj-img-list {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
}
.pj-list li .pj-img-list .pj-img-item {
  width: calc((100% - 24px) / 4);
  margin: 8px 8px 0 0;
}
.pj-list li .pj-img-list .pj-img-item:nth-child(4n) {
  margin-right: 0;
}
.pj-list li .pj-img-list .pj-img-item img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.pj-list li .pj-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #8C8C8C;
  line-height: 18px;
  margin-top: 12px;
}
.pj-list li .pj-time button {
  color: #FF2938;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.inner-main-block .knowledge-list {
  margin-top: 16px;
}
.knowledge-list {
  padding-bottom: 24px;
}
.knowledge-list li {
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F6F7;
  margin-bottom: 20px;
}
.knowledge-list li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.knowledge-list li a {
  display: flex;
}
.knowledge-list li a .knowledge-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.knowledge-list li a .knowledge-info h3 {
  font-size: 16px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 22px;
  margin-bottom: 16px;
}
.knowledge-list li a .knowledge-info p {
  margin-top: auto;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #8C8C8C;
  line-height: 15px;
}
.knowledge-list li a .knowledge-logo {
  width: 125px;
  height: 75px;
  border-radius: 5px;
  margin-left: 16px;
}
.knowledge-list li a .knowledge-logo img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.page {
  height: 40px;
  background: #FFFFFF;
  margin-top: 8px;
  line-height: 40px;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}
.page a {
  color: #262626;
}
.page span,
.page .disable {
  color: #ABABAB;
}
.m-footer {
  padding: 16px;
  background-color: #FFFFFF;
  margin-top: 8px;
}
.m-footer .m-crumbs {
  display: flex;
  align-items: center;
}
.m-footer .m-crumbs span,
.m-footer .m-crumbs a {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 17px;
}
.m-footer .m-crumbs i {
  font-size: 14px;
  margin: 0 2px;
}
.m-footer .footer-nav {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.m-footer .footer-nav li {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 20px;
  margin-right: 24px;
  cursor: pointer;
}
.m-footer .footer-nav li.active {
  font-weight: 600;
  color: #FF2938;
  position: relative;
}
.m-footer .footer-nav li.active::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #FF2938;
  border-radius: 200px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.m-footer .footer-link {
  margin-top: 10px;
}
.m-footer .footer-link dl {
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
}
.m-footer .footer-link dl.active-dl {
  display: flex;
}
.m-footer .footer-link dl dd {
  width: 45%;
  margin-top: 10px;
}
.m-footer .footer-link dl dd a {
  display: block;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #8C8C8C;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-footer .footer-bottom {
  margin-top: 20px;
  border-top: 1px solid #EBEBEB;
  padding-top: 16px;
}
.m-footer .footer-bottom img {
  width: 108px;
  height: 26px;
  margin: 0 auto 8px;
}
.m-footer .footer-bottom p {
  margin-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-footer .footer-bottom em {
  width: 1px;
  height: 10px;
  background: #D9D9DA;
  margin: 0 15px;
}
.m-footer .footer-bottom a {
  display: block;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ABABAB;
  text-align: center;
  line-height: 15px;
}
.m-foot-btn {
  display: flex;
  align-items: center;
  padding: 12px;
  width: 100%;
  max-width: 480px;
  background-color: #FFFFFF;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.m-foot-btn .m-foot-tip {
  background: #FFF2F3;
  border: 1px solid #FF4C52;
  padding: 10px 12px 10px 16px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FF4C52;
  line-height: 20px;
  white-space: nowrap;
  position: absolute;
  right: 12px;
  bottom: 110%;
  border-radius: 200px;
}
.m-foot-btn .m-foot-tip::before {
  content: '';
  display: inline-block;
  border: 6px solid transparent;
  border-top: 6px solid #FFF2F3;
  position: absolute;
  right: 29px;
  bottom: -12px;
  z-index: 10;
}
.m-foot-btn .m-foot-tip::after {
  content: '';
  display: inline-block;
  border: 8px solid transparent;
  border-top: 7px solid #FF4C52;
  position: absolute;
  right: 27px;
  bottom: -15px;
}
.m-foot-btn .m-foot-call {
  padding: 0px 12px 2px;
}
.m-foot-btn .m-foot-call i {
  font-size: 24px;
}
.m-foot-btn .m-foot-call p {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  text-align: center;
  margin-top: 5px;
  line-height: 15px;
}
.m-foot-btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  border-radius: 5px;
  margin-left: 8px;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 20px;
}
.m-foot-btn button i {
  font-size: 20px;
  font-weight: 400;
  margin-right: 3px;
}
.m-foot-btn .add-wechat-btn {
  width: 32%;
  background: #06B61B;
}
.m-foot-btn .online-btn {
  flex: 1;
  background: #FF4C52;
}
.slide-kf {
  position: fixed;
  bottom: 142px;
  right: 8px;
  width: 60px;
  height: 60px;
  z-index: 100;
}
.slide-kf img {
  width: 100%;
  height: 100%;
}
.recommend-list {
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recommend-list li {
  width: calc((100% - 11px) / 2);
  margin-bottom: 12px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #F5F6F7;
  padding: 8px;
}
.recommend-list li img {
  width: 100%;
  height: 90px;
  border-radius: 2px;
}
.recommend-list li p {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 20px;
  margin-top: 4px;
}
.recommend-list li .jg-name {
  display: block;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #9E9E9E;
  line-height: 17px;
}
.recommend-list li button {
  width: 100%;
  height: 32px;
  background: #FF4C52;
  border-radius: 3px;
  margin-top: 8px;
  font-size: 13px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 30px;
}
