@charset "UTF-8";
/* rem单位切换
---------------------------------------- */
.topnew {
  display: block;
}
.topnew h3 {
  color: var(--red);
  font-size: 0.22rem;
  font-weight: bold;
  width: 100%;
  margin: 0 auto 0.1rem;
}
.topnew p {
  color: #999999;
  font-size: 0.16rem;
  text-align: left;
  text-indent: 2em;
}

.yw-slide {
  position: relative;
  margin-top: 0.2314814815rem;
}
.yw-slide .item {
  position: relative;
}
.yw-slide .item p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  height: 0.3240740741rem;
  line-height: 0.3240740741rem;
  padding: 0 0.8333333333rem 0 0.0925925926rem;
  color: #fff;
  font-size: 0.1574074074rem;
}
.yw-slide .slick-dots {
  position: absolute;
  right: 0.0925925926rem;
  bottom: 0.1481481481rem;
}
.yw-slide .slick-dots li {
  display: inline-block;
  margin-left: 0.0694444444rem;
}
.yw-slide .slick-dots li button {
  font-size: 0;
  border-radius: 0.0416666667rem;
  width: 0.0833333333rem;
  height: 0.0833333333rem;
  color: #ffffff;
  background-color: #ffffff;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.yw-slide .slick-dots li.slick-active button {
  background-color: var(--red);
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.5092592593rem;
  color: #4b4b4b;
  font-size: 0.1851851852rem;
  border-bottom: 1px solid #ddd;
}
.tabs li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  line-height: 0.5092592593rem;
}
.zwh.tabs li {
  height: 0.5092592593rem;
  line-height: 1.4;
}
.tabs li.active {
  font-size: 0.2037037037rem;
  font-weight: bold;
  color: #000;
}
.tabs li.active::after {
  content: "";
  position: absolute;
  height: 0.0185185185rem;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--red);
}
.tabs-content {
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
}
.tabs-content_item {
  display: none;
}
.tabs-content_item:first-child {
  display: block;
}

.list {
  margin: 0.162037037rem 0;
}
.list .item {
  position: relative;
  display: block;
  color: #000;
  font-size: 0.18rem;
  line-height: 2.5;
  padding-left: 0.1388888889rem;
}
.list .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.0416666667rem;
  height: 0.0416666667rem;
  background-color: var(--red);
}

.vip {
  height: 0.6203703704rem;
  border-radius: 0.0462962963rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 0.18rem;
}
.vip .tit {
  background: url(../imgs/vip.png) no-repeat right top #e8f5fe;
  width: 0.6944444444rem;
  background-size: 0.287037037rem auto;
  height: 100%;
}
.vip .tit span {
  color: #1f7dc4;
  font-size: 0.15rem;
  margin-left: 0.0694444444rem;
  margin-top: 0.1157407407rem;
  width: 0.3148148148rem;
  display: inline-block;
  line-height: 1.2;
}
.vip .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.vip .item .iconfont {
  font-size: 0.2592592593rem;
  color: var(--primary);
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.vip .item span {
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.gk-title {
  position: relative;
  font-size: 0.1851851852rem;
  color: #000;
  font-weight: bold;
  padding-left: 0.1388888889rem;
  line-height: 1.2;
}
.gk-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.037037037rem;
  border-radius: 0.0138888889rem;
  background-color: var(--primary);
}
.gk .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.8564814815rem;
  height: 0.787037037rem;
  background: url(../imgs/gk-bg.png) no-repeat center;
  background-size: 100%;
  color: #205fb5;
  font-size: 0.18rem;
}
.gk .item .iconfont {
  font-size: 0.25rem;
  margin-bottom: 0.0925925926rem;
}
.jk-slide {
  margin-top: 15px;
  margin-bottom: 15px;
}
.jk-slide .slick-slide {
    padding: 0 5px;
}
.jk-slide .item p {
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 5px 0;
}
.jk-slide .slick-dots {
  text-align: center;
  margin-top: -10px;
}
.jk-slide .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  height: 10px;
}
.jk-slide .slick-dots li button {
  font-size: 0;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  color: #a3a3a3;
  background-color: #a3a3a3;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.jk-slide .slick-dots li.slick-active button {
  background-color: var(--red);
}
/*# sourceMappingURL=index.css.map */