  /* 全局样式 */
  html,body{
    font-family: "Dosis", "Source Sans Pro", Helvetica, "STHeiti STXihei", "Microsoft YaHei", Tohoma, sans-serif;
    font-size: 14px;
    background-color: #F8F8F8;
}

li { list-style:  none;   }
ul {padding: 0;margin: 0;overflow: hidden;}



#app{ padding-bottom: 50px; background-color: #F8F8F8; }

.van-tabbar-item--active{
    color:#03a9f4;
}
.must-break{
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
}
.block-item {
    border-radius: 2px;
    margin-bottom: 15px;
    padding: 5px 10px;
    background-color: #fff;
    min-height: 80px;
}

h2.h2-title{
    font-size: 16px;
    height: 20px;
    padding: 15px;
    margin: 0;
    overflow: hidden;
    font-weight: normal;
}

textarea.van-field__control, input.van-field__control{
    line-height: 24px;
}
.no-more{ text-align: center; margin-bottom: 15px; color: #7e7e7e;  font-weight: normal;
    user-select: none; }

.full-popup{ width: 100%; height: 100%; }

.info-color { color:#999;}
.text-left {
    text-align: left;
}
[v-clock]{
    display: none;
}
/* 全局-表单样式 */

.ncss-field .van-field__control,
.ncss-field .van-field__error-message {
    text-align: right;
}

.ncss-field .van-field__icon i {
    font-size: 12px;
}

.error-field .van-field__icon i {
    color: #c30;
}

/* 更多 */
.more-link{
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}
.more-link a{
    color:#0fadf4;
}
.more-link .van-icon{
    font-size: 12px;margin-left: 2px;margin-top: 0px;vertical-align: -1px;
}
.more-link .gt-span{
    font-family: Consolas;
    margin-left: 3px;
    font-size: 18px;
}
.divide{
    height: 12px;
    margin-left: -10px;
    margin-right: -10px;
    background: #f8f8f8;
}
/* 职位列表 */

.job-list li {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
}

.job-list .img-box {
    width: 74px;
    position: relative;
}
.job-list .job-mid-box{
    width: calc(100% - 170px);
}
.job-list .job-right-box{
    width: 96px;
    float: right;
}
.job-list .inner-box{
    width: 60px;
    height: 60px;
    margin-right: 5px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    line-height: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.job-list .logo-img {
    width: 60px;
}
.job-list .key-unit .logo-img {
    width: 58px;
}
.job-list .inner-box.key-unit {
    width: 58px;
    height: 58px;
    border: 2px solid #ff8a01;
}
.job-list .img-box .key-tag{
    position: absolute;
    top: 42px;
    left: 42px;
}
.job-list h5 {
    color: #333;
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 16px;
    height: 21px;
}

.job-mid-box>* {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job-list .corp-name {
    color: #666;
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 14px;
}
.job-mid-box{
    position: relative;
}
.job-list .key .corp-name,.job-list .key .job-infos{
    padding-left: 38px;
} 
.key-tagnew{
    position: absolute;
    width: 32px;
    height: 32px;
    border: 1px solid #fe1a31;
    color: #fe1a31;
    font-size: 12px;
    text-align: center;
    left: 0;
    top: 26px;
    border-radius: 2px;
    line-height: 16px;
    white-space: normal;
}

.job-list .job-infos {
    color: #999;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
}

.job-list .job-right-box {
    text-align: right;
}

.job-list .job-right-box p {
    margin-top: 6px;
    margin-bottom: 18px;
    color: #ff9000;
}

.job-list .job-right-box time {
    color: #999;
    font-size: 12px;
}

/* for 公司列表 */

.corp-list li {
    margin-bottom: 8px;
    text-align: center;
}

.corp-list .corp-box {
    border: 1px solid #e5e5e5;
    padding: 10px 6px 6px;
    height: 146px;
    overflow: hidden;
}

.corp-list .img-box {
    height: 60px;
    position: relative;
}
.corp-list .inner-box{
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    height: 58px;
    width:58px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    line-height: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.corp-list .inner-box.key-unit{
    border: 2px solid #ff8a01;
    height: 56px;
    width:56px;
}
.corp-list .img-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    line-height: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.corp-list .logo-img {
    width: 58px;
}
.corp-list .key-unit .logo-img {
    width: 56px;
}
.corp-list .img-box .key-tag{
    position: absolute;
    top: 39px;
    left: 50%;
    margin-left: 12px;
}

.corp-box a>* {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    margin-bottom: 5px;
}

.corp-list h5 {
    font-size: 14px;
    color: #333;
    height: 18px;
    line-height: 18px;
}

.corp-list .corp-key{
    font-size: 10px;
    border: 1px solid #ff1a31;
    color: #ff1a31;
    margin: 0 auto;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 2px;
    line-height: 13px;
    height: 12px;
}
.corp-list .corp-props {
    font-size: 12px;
    color: #ababab;
    line-height: 14px;
    height: 14px;
}

.corp-list .corp-jobinfo {
    font-size: 12px;
    color: #666;
    line-height: 16px;
    height: 16px;
}

.corp-list .corp-jobinfo .job-count {
    color: #ff9000;
}
/* 搜索 */
.ncss-search .van-search .van-cell{
    border-radius: 15px;
    background: #efefef;
}
.van-tabbar-item__icon svg{
    width: 20px;
    height: 18px;
}
/* 解决iosdialog右侧一像素 */
.van-dialog{
    overflow: visible;
}
.van-dialog__footer--buttons{
    margin-right: -1px;
}
.van-dialog__footer--buttons .van-button{
    border-radius: 0;
}
.van-dialog__footer--buttons .van-button:last-child{
    margin-right: 1px;
    border-bottom-right-radius: 3px;
}
.van-dialog__footer--buttons .van-button:first-child{
    border-bottom-left-radius: 3px;
}
.van-hori-line{
    height: 1px;
    background: #ededed;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}
#app {
  position: relative;
}

body {
  margin: 0;
  max-width: 750px;
  margin: 0 auto;
}

.col3 {
  color: #333 !important;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.page-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section1 {
  background: url(https://t1.chei.com.cn/ncss/student/mobile/assets/images/section-bg2.jpg);
  background-size: 100% 100%;
  position: relative;
  height: calc(100vw * 1.6);
  overflow: hidden;
}

.section5,
.section3 {
  margin-top: 0.2rem;
}

.box1 {
  margin-top: calc(100vw * 0.8);
}

.title-box {
  padding-top: 1.88rem;
}

.title-box img {
  width: 100%;
}

.time-box {
  color: #4cf9ff;
  font-size: 0.3rem;
  height: 0.66rem;
  line-height: 0.66rem;
  background: rgba(57, 20, 201, 0.5);
  width: 3.62rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.04rem;
  border-radius: 0.33rem;
  border: 1px solid #2bbdff;
}

.time-box span {
  opacity: 1;
  color: #4cf9ff;
}

.display-box {
  width: 5.6rem;
  height: 0.73rem;
  background: rgba(247, 44, 82, 0.8);
  margin: 0 auto;
  margin-top: 0.3rem;
  text-align: center;
  line-height: 0.73rem;
}

.display-box img {
  width: 4.85rem;
  vertical-align: middle;
  display: inline-block;
}

.file-box {
  margin: 0 auto;
  position: absolute;
  top: 150px;
  right: 0;
}

.file-box .file-a {
  display: block;
  padding: 8px 4px 8px 13px;
  text-align: center;
  background: #fff;
  color: #2762f7;
  border-radius: 50% 0 0 50%;
}

.link-box {
  text-align: center;
}

.link-box a {
  display: inline-block;
  padding: 0.13rem 0.2rem;
  background-color: rgba(39, 98, 247, 0.5);
  color: #fff;
  border: 1px solid 1px solid rgba(51, 238, 255, 0.5);
}

.link-box a+a {
  margin-left: .25rem;
}

.file-box .file-a:nth-child(2) {
  margin-top: 8px;
}

.jobIcon-box {
  margin-top: 0.4rem;
  padding: 0 0.28rem;
  position: relative;
  text-align: center;
}

.jobIcon-box li {
  background: #fff;
  text-align: center;
  width: 1.2rem;
  height: 0.55rem;
  margin-right: 0.11rem;
  display: inline-block;
  margin-bottom: 0.14rem;
  border-radius: 0.11rem;
  overflow: hidden;
}

.jobIcon-box li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  line-height: 0.54rem;
}

.jobIcon-box li a img {
  vertical-align: middle;
  width: 100%;
}

.clickicon-p {
  text-align: left;
  color: #fff;
  font-size: 0.14rem;
  position: absolute;
  top: -0.35rem;
  left: 0.3rem;
}

.link-a {
  text-align: center;
  font-size: 0.2rem;
  margin-top: 0.2rem;
}

.link-a a {
  color: #fff;
}

.bottom-box {
  width: 100%;
  background: rgba(39, 98, 247, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding-top: 0.1rem;
}

.pro-title {
  padding-left: 0.3rem;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: left;
  color: #fff;
}

.bottom-box .province-box {
  padding: 0 0.28rem;
}

.bottom-box .province-box li {
  float: left;
  width: 1.05rem;
  font-size: 0.2rem;
  text-align: left;
  margin-bottom: 0.20rem;
}

.bottom-box .province-box li:nth-child(7n) {
  width: auto;
}

.bottom-box .province-box li:nth-child(7n+1) {
  width: 1.20rem;
}

.bottom-box a {
  color: #fff;
}

.section2 {
  position: relative;
  background-color: #fff;
}

.job-title span {
  color: #2762f7;
  font-weight: bold;
}

.job-title {
  font-size: 0.34rem;
  color: #333;
  margin-top: 0.5rem;
  text-align: center;
}

.job-title img {
  width: 1.7rem;
  vertical-align: middle;
  margin: 0 0.02rem;
}

.from-control {
  position: relative;
  width: 5.4rem;
  margin-top: 0.3rem;
  margin-bottom: 20px;
}

.box2 .van-button {
  width: 5.4rem;
  background: #2762f7;
  margin: 0 auto;
  height: 0.7rem;
  line-height: 0.7rem;
}

.input-control {
  -webkit-appearance: none;
  background: none;
  outline: none;
  border: none;
  width: 5.4rem;
  height: 0.7rem;
  border-radius: 0 !important;
  border: 1px solid #b2c5f6;
  padding: 0;
  margin: 0 auto;
  padding-left: 0.3rem;
  margin: 0;
  line-height: 0.7rem;
  color: #333;
  font-size: 0.28rem;
  box-sizing: border-box;
}

#triangle-down {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #2762f7;
  position: absolute;
  right: 15px;
  top: 14px;
}

.job-title span {
  color: #2762f7;
  font-weight: bold;
}

.job-title {
  font-size: 0.34rem;
  color: #333;
  margin-top: 0.5rem;
}

.refresh {
  color: #666;
  margin-top: 0.2rem;
  font-size: 0.28rem;
  text-align: center;
}

.refresh span {
  color: #666;
}

.refresh .shu {
  margin: 0 0.2rem;
}

/* 职位样式 */
.job-result {
  padding: 0 0.3rem;
  margin-top: 0.2rem;
}

.job-result li {
  height: 1.6rem;
  background: #fff;
  box-shadow: 0px 0px 0.3rem 0.14rem #e9f3fd;
  width: 100%;
  margin-top: 0.24rem;
  margin-bottom: 0.24rem;
}

.img-div {
  margin-top: 0.3rem;
}

.img-div .outer-box {
  width: 1rem;
  float: left;
  margin-right: 0.4rem;
  position: relative;
  margin-left: 0.3rem;
}

.job-detaildiv {
  margin-top: 0.3rem;
}

.img-div .img-box {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  display: table-cell;
  vertical-align: middle;
}

.img-div .job-icon {
  float: left;
  width: 0.98rem;
  max-height: 100%;
}

.job-name {
  font-size: 0.32rem;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 4.8rem;
}

.job-name a {
  color: #333;
}

.job-detail {
  font-size: 0.28rem;
  font-weight: normal;
  margin-top: 0.16rem;
  color: #999;
}

.job-detail .salary {
  color: #ffae31;
}

.job-detail .shu {
  margin: 0 0.2rem;
}

.pull-left {
  float: left;
}

.section3 {
  background: url(https://t4.chei.com.cn/ncss/student/mobile/assets/images/section-bgup3.jpg);
  background-size: 100% 100%;
  position: relative;
}

.section4 {
  background: #edf6ff;
}

.fontBold {
  font-weight: bold !important;
}

.page3-title {
  font-size: 0.32rem;
  font-weight: normal;
  color: #fff;
  position: relative;
  width: 3.76rem;
  margin: 0 auto;
  margin-bottom: 0.4rem;
  text-align: center;
}

.page3-title .clcle {
  position: absolute;
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background: #b4d4ff;
}

.page3-title .clcle1 {
  width: 0.36rem;
  height: 0.36rem;
  background: #97c3ff;
  left: 0;
  top: 50%;
  margin-top: -0.18rem;
}

.page3-title .clcle2 {
  left: 0.2rem;
  top: 0.14rem;
  z-index: 1;
}

.page3-title .clcle3 {
  width: 0.36rem;
  height: 0.36rem;
  background: #97c3ff;
  right: 0;
  top: 50%;
  margin-top: -0.18rem;
}

.page3-title .clcle4 {
  right: 0.2rem;
  top: 0.14rem;
  z-index: 1;
}

.box3 .van-row {
  padding: 0.5rem 0.5rem;
  padding-bottom: 70px;
}

.page3-part {
  height: 7.7rem;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 0.4rem;
  padding: 0.4rem 0 0 0.2rem;
  text-align: left;
}

.page3-part .pro-actives {
  height: 6rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.part3-title {
  font-weight: normal;
  color: #2861f6;
  font-size: 0.28rem;
  margin: 0;
  padding-bottom: 0.1rem;
}

.part3-title span {
  margin-right: 0.1rem;
}

.active-li {
  text-align: center;
}

.active-li span {
  line-height: 0.64rem;
  color: #999;
  font-size: 0.24rem;
  display: inline-block;
  width: 3.8rem;
  white-space: nowrap;
  height: 0.64rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.active-li span a {
  color: #999;
}

.cative-btn {
  display: block;
  height: 0.7rem;
  background: #fff;
  line-height: 0.7rem;
  cursor: pointer;
  text-align: center;
}

.more-active a {
  color: #2762f7;
  font-size: 0.28rem;
}

.icon-exchange {
  margin: 0 0.1rem;
}

.exchange-box {
  cursor: pointer;
}

.footer-box {
  height: 1.1rem;
  background: #3f4851;
  color: #b4b4b4;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  font-size: 0.24rem;
  text-align: center;
  padding: 0.2rem 0;
}

.footer-box p {
  margin: 0;
  padding: 0 0.3rem;
}

.arrow-down {
  display: block;
}

.arrow-down1 {
  font-size: 0.2rem;
  position: relative;
  top: 0;
  color: #fff;
}

.arrow-down2 {
  font-size: 0.2rem;
  position: relative;
  top: 0;
  color: #fff;
  vertical-align: middle;
}

.arrow-down3 {
  font-size: 14px;
  position: relative;
  top: -6px;
  color: #2762f7;
}

.arrow-down4 {
  font-size: 14px;
  position: relative;
  top: -17px;
  color: #2762f7;
}

.fullpage-wrapper {
  height: -webkit-calc(100% - 46px) !important;
  height: -moz-calc(100% - 46px) !important;
  height: calc(100% - 46px) !important;
}

.job-title2 {
  margin-top: 0.6rem;
}

.arrow-box2 {
  position: absolute;
  bottom: 0.05rem;
  left: 50%;
  margin-left: -0.3rem;
}

.arrow-box3 {
  position: absolute;
  bottom: 0.05rem;
  left: 50%;
  margin-left: -0.3rem;
  color: #fff;
}

.suggest-box {
  position: absolute;
  right: 16px;
  bottom: 88px;
  color: #2861f6;
  font-size: 12px;
}

.jobjubao-box {
  position: absolute;
  right: 100px;
  bottom: 45px;
  color: #2861f6;
  font-size: 12px;
}

.van-field__icon .van-icon {
  font-size: 0.24rem;
}

.radio-cell .van-radio-group {
  text-align: left;
}

.radio-cell .van-radio {
  display: inline;
}

.radio-cell .van-cell__title {
  max-width: 90px;
}

.hide {
  display: none !important;
}

/* 单选组件选中样式 */
.sheet-select-active {
  color: #2b90ed;
  font-weight: bold;
}

.auto-complete-loading {
  text-align: center;
  padding: 10px 0;
}

.auto-complete-loading .van-loading {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.auto-complete-loading .van-loading-text {
  font-size: 13px;
  color: #999;
  line-height: 50px;
}

.complete-group div.van-cell:active {
  background-color: #e8e8e8;
}

/*.complete-group .van-cell__title{ color: #999; }*/
.complete-search-active {
  color: #2b90ed;
  font-weight: bold;
}

.autocomplete-selected {
  color: #2b90ed;
}

.education-panel .van-cell__right-icon {
  font-size: 15px;
}

.self-cell .van-cell__title {
  flex: 4;
}

.site-panel .van-nav-bar__text {
  color: #999;
  font-size: 32px;
}

.key-link {
  display: block;
  margin: 5px auto;
  border-radius: 36px;
  height: 36px;
  width: 350px;
  max-width: 100%;
  text-align: center;
  line-height: 36px;
  background: rgb(40, 171, 243);
  color: rgb(255, 255, 255);
}

.key-link .van-icon {
  vertical-align: middle;
}

.key-link span {
  vertical-align: middle;
  max-width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}

/* 职位举报 */
.radio-celljob .van-radio {
  display: inline-block;
  width: 100px;
}

.color-red {
  color: #f44;
  position: absolute;
  left: 7px;
}

.questionTypebox .van-cell__right-icon {
  position: absolute;
  right: 16px;
}

.questionTypebox .van-cell__value span {
  padding-right: 20px;
}

@media screen and (max-height: 960px) {
  .title-box {
    padding-top: 1.4rem;
  }

  .time-box {
    margin-top: -0.3rem;
  }

  .from-control {
    margin-top: 0.2rem;
  }

  .job-title {
    margin-top: 0.5rem;
  }

  .job-title2 {
    margin-top: 0.2rem;
  }

  .job-result li {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }

  .job-result {
    margin-top: 0.1rem;
  }

  .page3-title {
    margin-bottom: 0.2rem;
  }

  .page3-part {
    height: 6rem;
    margin-bottom: 0.2rem;
  }

  .page3-part .pro-actives {
    height: 5rem;
  }

  .suggest-box,
  .jobjubao-box {
    bottom: 45px;
  }
}

@media screen and (max-height: 700px) {
  .title-box {
    padding-top: 1.4rem;
  }

  .time-box {
    margin-top: -0.3rem;
  }

  .from-control {
    margin-top: 0.2rem;
  }

  .job-title {
    margin-top: 0.5rem;
  }

  .job-title2 {
    margin-top: 0.2rem;
  }

  .job-result li {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }

  .job-result {
    margin-top: 0.1rem;
  }

  .page3-title {
    margin-bottom: 0.2rem;
  }

  .page3-part {
    height: 5.5rem;
    margin-bottom: 0.2rem;
  }

  .page3-part .pro-actives {
    height: 5rem;
  }

  .suggest-box,
  .jobjubao-box {
    bottom: 45px;
  }

  .link-a {
    margin-top: 0.1rem;
  }
}

.ts-box {
  padding: .4rem .3rem;
  background-color: #fff;
  padding-left: 1.18rem;
  position: relative;
  margin-bottom: .2rem;
}

.ts-box .ts-title {
  position: absolute;
  width: .68rem;
  height: 2.80rem;
  text-align: center;
  left: .30rem;
  background-color: #2662f8;
  color: #fff;
  font-size: .30rem;
  padding: .62rem .16rem;
  box-sizing: border-box;
  border-radius: .1rem 50% 50% .1rem;
}

.ts-list-box {
  overflow-x: scroll;
}

.ts-box .ts-list {
  width: calc(4.78rem * 4);
}

.ts-box .ts-list li {
  float: left;
  height: 2.80rem;
  width: 4.48rem;
  margin-right: .3rem;
  border-radius: 4px;
  overflow: hidden;
}

.ts-box .ts-list li img {
  width: 100%;
  height: 100%;
}

.key-link {
  display: block;
  margin: 5px auto;
  border-radius: 36px;
  height: 36px;
  width: 350px;
  max-width: 100%;
  text-align: center;
  line-height: 36px;
  background: rgb(40, 171, 243);
  color: rgb(255, 255, 255);
}

.key-link .van-icon {
  vertical-align: middle;
}

.key-link span {
  vertical-align: middle;
  max-width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}

.tab-box {
  overflow: auto;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #2662f8;
  color: #fff;
}

.tab-box ul {
  width: 610px;
  padding: 0 10px;
}

.tab-box li {
  display: inline-block;
  width: 125px;
  margin-right: 30px;
  position: relative;
}

.tab-box li:last-child {
  margin-right: 0;
}

.tab-box .active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 7px;
  margin-left: -23px;
}

.fair-list {
  padding: 0 15px 10px 15px;
  background: #fff;
  margin-bottom: 10px;
}

.fair-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 0;
}

.fair-item a {
  color: #333;
}

.fair-item:last-child {
  border-bottom: none;
}

.fair-list .img-box {
  width: 125px;
  height: 80px;
  display: inline-block;
  vertical-align: top;
}

.fair-list .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.fair-list .fair-text {
  display: inline-block;
  padding-left: 10px;
  width: 55%;
}

.fair-list .fair-text div {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.fair-list .fair-text .count img {
  width: 14px;
  margin: 0 5px;
}

.fair-list .fair-text .num {
  color: #01a9f2;
}

.subjiectbox {
  margin-top: 10px;
  padding: 20px 15px 15px 15px;
  background: #fff;
}

.sub-title {
  color: #333;
  font-size: .3733rem;
  position: relative;
}
.subjiectbox .van-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.subjiectbox .sub-text .li-dl {
  width: 3.3rem;
  display: inline-block;
  padding-top: 10px;
  vertical-align: top;
}
.subjiectbox .sub-text .li-dl a{
  color: #333;
}
.subjiectbox .sub-text .li-dl:nth-child(2n) {
  margin-right: 0;
}

.subjiectbox .sub-text img {
  width: 100%;
  height: 1.86rem;
  border-radius: 4px;
}

.subjiectbox .sub-text .kc-title {
  line-height: 1.6;
  margin-bottom: .0667rem;
  margin-top: .1333rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.32rem;
}

.subjiectbox .sub-text .kc-cont {
  color: #999;
  white-space: normal;
  word-break: break-all;
  font-size: 0.24rem;
}
.van-list__loading {
    margin: 0 auto;
}