/** header **/
.mobile-header {
  position: relative;
}

.red {
  color: #e60000;
}

.h5_page-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 1px 4px 0 rgba(55, 99, 170, 0.1);
}

.h5_page-nav .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  height: 64px;
  background-color: #fff;
}

.h5_page-nav .top-lt {
  width: 100px;
  display: flex;
  align-items: center;
}

.h5_page-nav .top-ct {
  display: flex;
  align-items: center;
}

.h5_page-nav .top-rt {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.h5_page-nav .header-top .rt-my {
  margin-left: 20px;
}

.h5_page-nav .header-top .rt-my img {
  width: 18px;
}

.h5_page-nav .header-top .rt-search img {
  width: 18px;
}

.h5_page-nav .header-menu {
  z-index: 100;
  background-color: #162e64;
  padding: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  max-height: 310px;
  overflow-y: auto;
  display: none;
}

.h5_page-nav .menu-item-box {
  position: relative;
}

.h5_page-nav .btn-item,
.h5_page-nav .sub-menu-item {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: 0;
  border-bottom: 1px solid #11234c;
}

.h5_page-nav .btn-item.active,
.h5_page-nav .sub-menu-item.active {
  background-color: #11234c;
}

.h5_page-nav .hav-submenu::after {
  content: '';
  float: right;
  margin-top: 7px;
  height: 7px;
  width: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-right: 5px;
}

.h5_page-nav .sub-menu {
  display: none;
}

.h5_page-nav .submenu-open .btn-item {
  display: none;
}

.h5_page-nav .submenu-open .sub-menu {
  display: block;
}

.h5_page-nav .menu-open .btn-item {
  display: none;
}

.h5_page-nav .btn-back {
  background: rgba(0, 0, 0, .1);
  padding-left: 10px;
}

.h5_page-nav .btn-back::before {
  content: '';
  display: inline-block;
  height: 7px;
  width: 7px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  margin-right: 5px;
}

.h5-sjs-school {
  margin-top: 28px;
  padding: 24px 14px;
  background: #fff;
}

.h5-sjs-school_title {
  display: flex;
  justify-content: space-between;
}

.h5-sjs-school_title span {
  color: #333;
  font-weight: 600;
  font-size: 18px;
}

.h5-czxy-more {
  display: flex;
  align-items: center;
}

.h5-czxy-more .more-wrap {
  display: none;
}

.h5-czxy-more .more-wrap:first-child {
  display: block;
}

.h5-sjs-btnWrap {
  margin-top: 14px;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: auto;
}

.h5-sjs-btnWrap span {
  display: inline-block;
  padding: 4px 8px;
  font-size: 14px;
  color: #333;
  margin-right: 14px;
  cursor: pointer;
}

.h5-sjs-btnWrap .active {
  color: #fff;
  background: #e60000;
  border-radius: 4px;
}

.h5-sjs-itemWrap .h5-sjs-item {
  display: none;
}

.h5-sjs-itemWrap .h5-sjs-item:first-child {
  display: block;
}

.h5-sjs-imgWrap {
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
}

.h5-sjs-imgWrap::-webkit-scrollbar {
  display: none;
}

.h5-sjs-imgWrap .img-item {
  margin-right: 16px;
}

.h5-sjs-imgWrap .img-item-wrap {
  width: 275px;
  height: 154px;
  border-radius: 4px;
  overflow: hidden;
}

.h5-sjs-imgWrap .img-item-wrap img {
  width: 100%;
  height: 100%;
}

.h5-sjs-imgWrap .img-item:last-child {
  margin-right: 0;
}

.h5-cy-main-conteiner {
  padding: 24px 14px 20px;
  background-color: #EEF1F8;
}

.h5-cy-content {
  display: flex;
  flex-direction: column;
}

.h5-cy-content .h5-cy-imgbox {
  margin-top: 16px;
  width: 100%;
  height: 202px;
  border-radius: 4px;
}

.h5-cy-content .h5-cy-imgbox img {
  width: 100%;
  height: 100%;
}

.h5-cy-title {
  margin-top: 16px;
  margin-bottom: 22px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.h5-cy-peopleInfoList {
  color: #999;
  font-size: 14px;
}

/* .h5-cy-peopleInfoList div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
} */

.h5-newsletter-wrap {
  width: 100%;
  padding: 24px 14px;
  background: #fff;
}

.h5-newsletters-page {
  display: flex;
  flex-direction: column;
}

/* #h5-xwdt {
  display: none;
} */

.h5-card {
  margin-top: 16px;
}

.h5-card-title {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h5-card-content {
  display: flex;
  padding-top: 8px;
  align-items: stretch;
}

.h5-card-content .content_left {
  display: flex;
  flex-grow: 1;
  margin-right: 14px;
  flex-direction: column;
  justify-content: space-between;
}

.h5-card-content .content_left .content_text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #999;
}

.h5-card-content .h5-card-imgbox {
  width: 115px;
  height: 67px;
  border-radius: 4px;
  flex: 0 0 auto;
}

.h5-card-content .h5-card-imgbox img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.h5-card-content .h5-card-date {
  display: flex;
  align-items: center;
  margin-top: 8px;
  color: #999;
}

.h5-card-content .h5-card-date img {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.h5-card-content .h5-card-date span {
  font-size: 12px;
  margin-bottom: 2px;
}

.h5-footer-bot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.h5-footer-bot .flsm {
  margin-bottom: 8px;
  font-size: 12px;
  color: #999;
}

.h5-footer-bot .copyright {
  margin-bottom: 8px;
  font-size: 12px;
  color: #333;
}

.h5-footer-bot a {
  margin-bottom: 8px;
  font-size: 12px;
  color: #999;
}

.h5-btsk:first-child {
  margin-right: 8px;
}

.h5-btsk:last-child {
  margin-left: 8px;
}

/** 最新开放报名和持续开放报名 **/
.h5-page-content-main {
  width: 100%;
  margin-top: 68px;
  /* padding-bottom: 20px; */
  flex-grow: 1;
}

.h5-tabs-main {
  width: 100%;
  padding-top: 4px;
  position: fixed;
  left: 0;
  width: 100%;
  top: 64px;
  z-index: 1;
  background: #eceef6;
}

.h5-page-content-main-tabWrap {
  padding: 6px 14px;
  display: flex;
  justify-content: space-around;
  background: #fff;
}

.h5-page-content-main-tabWrap span,
.h5-page-content-main-tabWrap a {
  color: #333;
  display: inline-block;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 14px;
}

.h5-page-content-main-tabWrap .active {
  color: #e60000;
  border-bottom: 3px solid #e60000;
}

.h5-page-dtTabWrap {
  padding: 6px 14px;
  background: #fff;
  white-space: nowrap;
  overflow-x: auto;
}

.h5-page-dtTabWrap::-webkit-scrollbar {
  display: none;
}

.h5-page-dtTabWrap span,
.h5-page-dtTabWrap a {
  color: #333;
  display: inline-block;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 14px;
  margin-right: 14px;
}

.h5-page-dtTabWrap span:last-child,
.h5-page-dtTabWrap a:last-child {
  margin-right: 0;
}

.h5-page-dtTabWrap .active {
  color: #e60000;
  border-bottom: 3px solid #e60000;
}

.h5-i_subtabs {
  position: fixed;
  left: 0;
  top: 118px;
  width: 100%;
  padding: 10px 14px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #333;
  z-index: 1;
  box-shadow: 0 2px 4px 0 rgba(55, 99, 170, 0.1);
}

.h5-selectOption {
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
  background: #fff;
  font-size: 14px;
  padding: 10px 0;
  box-shadow: 0 2px 4px 0 rgba(55, 99, 170, 0.1);
  z-index: 2;
  border-top: 1px solid #eee;
}

.h5-option {
  display: block;
  padding: 7px 14px;
  color: #333;
}

.h5-selectOption .selected {
  color: #e60000;
}

.h5-zkIcon {
  position: relative;
  padding-right: 10px;
  font-size: 12px;
  color: #999;
}

.h5-rigArrow {
  transform: translateY(-50%) rotate(45deg);
  border: solid 1.5px #999;
  border-bottom-width: 0;
  border-left-width: 0;
  content: "";
  top: 50%;
  right: 0;
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all linear .1s;
  transition: all linear .1s;
}

.h5-item-box {
  padding: 0 14px 0;
  display: flex;
  flex-direction: column;
  background: transparent;
}

.h5-item-box-card {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  padding: 16px 8px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(55, 99, 170, 0.1);
}

.h5-item-box-card-title {
  padding-bottom: 8px;
  color: #333;
  font-size: 14px;
  border-bottom: 1px dashed rgba(85, 115, 170, 0.2);
}

.h5-item-box-card-footer {
  display: flex;
  padding-top: 8px;
  justify-content: space-between;
  align-items: center;
}

.h5-item-box-card-footer_date {
  font-size: 12px;
  color: #999;
}

#h5-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

#h5-pagination .pagination__prev__btn,
#h5-pagination .pagination__next__btn {
  margin-right: 10px;
  font-size: 12px;
  width: 65px;
  height: 30px;
}

#h5-pagination .pagination__arrow {
  width: 7px;
  height: 7px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}

#h5-pagination .pagination_number {
  min-width: 30px;
  height: 30px;
  font-size: 12px;
  color: #333;
}

#h5-pagination .J-paginationjs-go-button {
  height: 30px;
  font-size: 12px;
  padding: 0 7px;
}

#h5-pagination .J-paginationjs-go-pagenumber {
  width: 40px;
  height: 30px;
  font-size: 12px;
}

#h5-pagination .pagination__next__btn {
  margin-left: 10px;
}

#h5-pagination .pagination__active {
  box-shadow: none;
  background: rgba(28, 118, 216, 0.1);
}

.h5-toTop {
  display: none;
  width: 38px;
  height: 38px;
  position: fixed;
  bottom: 20%;
  right: 8px;
  z-index: 999;
}

/** 创新成长学院列表 **/
.h5-cxxy-card {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(55, 99, 170, 0.1);
}

.h5-cxxy-card-imgwrap {
  width: 100%;
  height: 206px;
}

.h5-cxxy-card-imgwrap img{
  width: 100%;
  height: 100%;
}

.h5-cxxy-card-title {
  margin-top: 10px;
  color: #333;
  font-size: 15px;
}

.h5-cxxy-card-footer {
  display: flex;
  padding-top: 10px;
  justify-content: space-between;
  align-items: center;
}

.h5-cxxy-card-footer_date {
  font-size: 12px;
  color: #999;
}

/** H5-个人中心 **/
.h5-personalCenterPage {
  margin: 64px auto 0;
  max-width: 768px;
}

.h5-personalCenterMaxWid {
  max-width: 768px;
  margin: 0 auto;
}

.h5-personalWrap {
  padding: 14px;
}

.h5-personalAtarWrap {
  height: 110px;
  display: flex;
  align-items: center;
  background: url('/sme-static/imgs/mobile/grzx_index.svg') no-repeat;
  background-size: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0 18px;
}

.h5-personalAtarWrap img {
  width: 40px;
  height: 40px;
  border: 2px solid #8da2c6;
  box-sizing: content-box;
  border-radius: 4px;
}

.h5-personalNameWrap {
  margin-left: 13px;
}

.h5-personalName {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.h5-personal-wel {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
}

.h5-personal-menWrpa {
  margin-top: -2px;
  padding: 12px 2px;
  height: 176px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
}

.h5-personal-menBtn {
  display: inline-block;
  margin: 10px 8px;
  text-align: center;
  line-height: 56px;
  width: 153px;
  height: 56px;
  background: rgba(85, 115, 170, 0.1);
  border-radius: 4px;
  font-size: 0;
}

.h5-personal-menBtn img {
  width: 24px;
  height: 22.5px;
  vertical-align: middle;
}

.h5-personal-menBtn span {
  margin-left: 16px;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
}

.h5-personal-card {
  height: 202px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 4px;
  margin-top: 16px;
}

.h5-personal-card-title {
  padding: 0 10px;
  height: 52px;
  line-height: 52px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: linear-gradient(270deg, #fff 0%, #eff1f8 100%), #fff;
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

.h5-personal-subTitle {
  padding: 10px;
  font-size: 12px;
  color: #999;
}

.h5-personal-dataWrap {
  padding: 4px 10px 14px;
  display: flex;
  justify-content: space-between;
}

.h5-personal-dataBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.h5-personal-num {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.h5-personal-num span:first-child {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.h5-personal-num span:last-child {
  margin-left: 5px;
  font-size: 12px;
}

.h5-personal-des {
  margin-top: 8px;
  font-size: 12px;
  color: #999;
}

.h5-personal-num .blueNum {
  color: #5573aa !important;
}

.h5-personal-bmBtn {
  margin: 0 10px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fceded;
  border-radius: 4px;
  color: #e60000;
  font-size: 14px;
  flex: 1;
}

.h5-personal-bmBtn img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.h5-bmxxCard-footer-btn > a {
  flex: 1;
}

.h5-personal-zjbmWrap {
  margin-top: 16px;
}

.h5-personal-zjbmTitle {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.h5-zjbmCard {
  height: 173px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 4px;
  margin-top: 8px;
  box-shadow: 0 2px 4px 0 rgba(55, 99, 170, 0.1);
}

.h5-bmxxCard {
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #333;
  border-radius: 4px;
  margin-top: 14px;
  box-shadow: 0 2px 4px 0 rgba(55, 99, 170, 0.1);
}

.h5-zjbmCard-title {
  display: flex;
  padding: 0 2px 0 10px;
  height: 52px;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: linear-gradient(270deg, #fff 0%, #eff1f8 100%), #fff;
  color: #162e64;
  font-size: 14px;
}

.h5-zjbmCard-title img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.h5-zjbmCard-title a {
  color: #162e64;
}

.h5-zjbmCard-title span:first-child {
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.h5-bmxxCard-content {
  padding: 2px 10px 2px 0;
  display: flex;
  flex-wrap: wrap;
}

.h5-zjbmCard-content {
  margin: 0 10px;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed rgba(85, 115, 170, 0.2);
}

.h5-zjbmCard-item {
  padding: 8px 0;
  width: 50%;
  font-size: 12px;
}

.h5-zjbmCard-item span:last-child {
  margin-left: 10px;
  color: #999;
}

.h5-bmxxCard-item {
  padding: 8px 0 8px 10px;
  width: 50%;
  font-size: 0;
}

.scroll-item {
  animation: scroll linear 5s alternate infinite;
  float: left;
}

@keyframes scroll {
  0% {
    margin-left: 0;
    transform: translateX(0);
  }

  10% {
    margin-left: 0;
    transform: translateX(0);
  }

  90% {
    margin-left: 100%;
    transform: translateX(-100%);
  }

  100% {
    margin-left: 100%;
    transform: translateX(-100%);
  }
}

.h5-bmxxCard-item .minLabel {
  width: 56px;
  display: inline-block;
  padding-right: 8px;
  text-align: right;
  font-size: 12px;
  vertical-align: middle;
}

.h5-bmxxCard-item .maxLabel {
  width: 80px;
  display: inline-block;
  padding-right: 8px;
  text-align: right;
  font-size: 12px;
  vertical-align: middle;
}

.h5-bmxxCard-item .minVal {
  max-width: calc(100% - 56px);
  display: inline-block;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  vertical-align: middle;
}

.h5-bmxxCard-item .maxVal {
  max-width: calc(100% - 80px);
  display: inline-block;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  vertical-align: middle;
}

.h5-zjbmCard-btn {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #162e64;
}

.h5-bmxxCard-btn {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-around;
  font-size: 14px;
  color: #162e64;
  border-top: 1px solid #dcdcdc;
  height: 40px;
}

.h5-bmxxCard-btn-box {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #dcdcdc;
  position: relative;
  color: #162e64;
}

.h5-bmxxCard-btn-box a {
  color: #162e64;
}

.h5-bmxxCard-btn-box:last-child {
  border-right: 0;
}

.h5-bmxxCard-btn img {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.msgNum {
  position: absolute;
  right: -22px;
  top: -5px;
  border-radius: 50%;
  background: #e60000;
  color: #fff;
  font-size: 12px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.7);
}

.hsText {
  color: #999;
}

.h5-popver-wrap {
  position: absolute;
  top: 40px;
  left: 0;
  background: transparent;
  z-index: 99;
}

.h5-popver-wrap-box {
  width: 112px;
  padding: 0 10px;
  box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.2);
  box-sizing: border-box;
  background: #fff;
  margin-top: 10px;
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border-radius: 4px;
}

.h5-popver-wrap-trai {
  right: 50px;
}

.h5-popver-wrap-li {
  width: 100%;
  display: flex;
  color: #333;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.h5-popver-wrap-li:last-child {
  border-bottom: 0;
}

.h5-bmxxCard-footer-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 14px 4px;
  background: #fff;
  box-shadow: 0 -2px 4px 0 rgba(55, 99, 170, 0.1);
  border-top: 1px solid #eee;
  z-index: 999;
  display: flex;
}

.ddmxBox {
  width: 100%;
  justify-content: space-between;
  padding: 8px 0 8px 10px;
  font-size: 0;
}

.ddmxLef {
  width: 50%;
  text-align: left;
  display: inline-block;
  padding-right: 8px;
  font-size: 12px;
  vertical-align: middle;
}

.ddmxRig {
  width: 50%;
  text-align: right;
  display: inline-block;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  vertical-align: middle;
}

.zfbtn1 {
  background: #26a2ff;
  color: #fff;
}

.zfbtn2 {
  background: #e60000;
  color: #fff;
}

.zfTips {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #666;
}

.tipText {
  padding-left: 14px;
}

.zfjzsj {
  padding: 8px 4px 8px 12px;
  background: #f6f7fa;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  color: #e60000;
}

.zfjzsj img {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}

.ljzf-content {
  padding: 0 14px;
  background: #fff;
}

.ljzf-content-title {
  padding: 14px 0;
  font-size: 14px;
  font-weight: 600;
  color: #162e64;
  border-bottom: 1px solid #e4e4e4;
}

.ljzf-content-detail {
  padding: 14px 0;
}

.ljzf-content-list {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 24px;
}

.ljzf-content-label {
  width: 60px;
  color: #333;
}

.ljzf-content-val {
  color: #999;
}

.zftype-content {
  position: relative;
  margin-top: 14px;
  background: #fff;
}

.zftype-title {
  padding: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #e4e4e4;
}

.zftype-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  margin: 0 14px;
  font-size: 14px;
  color: #666;
  border-bottom: 1px dashed #e4e4e4;
}

.zftype-list:nth-child(3) {
  border: 0;
}

.zftype-list img {
  width: 20px;
  height: 20px;
}

.zftype-text {
  padding-left: 20px;
  flex: 1;
}

.zftype-list input {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

.zf-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding: 14px;
  background: #fff;
  font-size: 14px;
}

.zf-name {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.zf-name span:first-child {
  color: #333;
}

.zf-name span:last-child {
  margin-left: 8px;
  color: #e60000;
}

.zf-checkBtn {
  color: #e60000;
}

.ddBtn1 {
  margin-bottom: 10px;
  color: #fff;
  background: #e60000;
}

.ddBtn2 {
  background: #fff;
  color: #e60000;
  border: 1px solid #e60000;
}

.zf-tips {
  
  left: 14px;
  font-size: 12px;
  color: #e60000;
}

.cxhBg {
  background: #fff;
}

.cxhBg img {
  width: 100%;
}