@media (min-width: 100px) and (max-width: 1200px) {

  /* 头部样式 */
  .headers {
    width: 100%;
    /* height: 0.64rem;
    line-height: 0.64rem; */
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 1000;
    padding-top: 0.06rem;
    padding-bottom: 0.06rem;
    align-items: center;
    right: 0;
    transition: all .3s ease;
    -webkit-transition: all 0.3s ease;
  }

  .headers-logo {
    width: 0.86rem;
    margin: 0px 0.1rem;
  }

  .header-cont input {
    margin-left: 0.12rem;
    width: 1.7rem;
  }

  .header-cont {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 0.3rem;
    border: 0.02rem solid;
    border-color: #1ca738;
    border-radius: 0.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 0.17rem; */
  }

  .header-Nav {
    display: block;
    width: 0.2rem;
    margin: 0px 0.1rem;
  }

  .header-cont img {
    width: 0.2rem;
    position: absolute;
    right: 0.12rem
  }

  .box-flex {
    display: flex;
  }

  /* 底部 */
.tarbar {
  height: 0.45rem;
  width: 100%;
  border-top: 0.01rem solid #f6f6f6;
  padding-top: 0.05rem;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
}
.tarbar ul {
  width: 100%;
  height: 100%;
}
.tarbar ul li {
  width: 25%;
  float: left;
}
.tarbar ul li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0.12rem;
  color: #333333;
}
.tarbar ul li a img {
  /* width: 0.19rem; */
  height: 0.18rem;
}

/* 到底了的提示 */
.earth-di {
  width: 100%;
  height: 0.62rem;
  text-align: center;
  line-height: 0.62rem;
  font-size: 0.12rem;
  color: #999999;
}
/* 加载中 */
.load-yi {
  height: 0.62rem;
  width: 100%;
  height: 0.62rem;
  text-align: center;
  line-height: 0.62rem;
  font-size: 0.12rem;
  color: #999999;
}
.load-yi .load-img {
  display: inline-block;
  width: 0.2rem;
  margin-right: 0.02rem;

}
.u-r-tit-all h2 a {
  font-size: 0.16rem;
}
.l-r-w-Inpt li input.lTxt {
  margin: 0 10px;
 }
 .u-r-tit-all h2 .study-title-text {
   font-size: 14px;
 }
 .u-cous-inf-warp-index .fsize14 {
   font-size: 0.12rem;
 }
 .c-infor-title span {
   font-size: 0.14rem;
 }
 code, kbd, samp, tt {
   font-size: 0.14rem;
 }
 .nr-box p.sm-txt, .nr-box p.big-txt {
   font-size: 0.14rem;
 }
 .lh-menu ul li.lh-menu-stair a.l-m-stitle {
   font-size: 0.14rem;
 }
 .cou-tit-txt {
   font-size: 0.14rem;
 }
 .new-cou-menu-r img {
   width: 50px !important;
 }
 .u-r-tit-all h2 p {
  font-size: 0.16rem;
 }
 .col-class-w .fsize16 {
   font-size: 0.14rem;
 }
 .u-m-t-ab-in ul li a {
   font-size: 0.14rem;
 }
 .u-o-right .cou-kscp-k {
  font-size: 0.14rem;
 }
}

