/*
  全局变量配置，包含媒体查询等
 */
.w-1090 {
  width: 10.9rem;
}
.m-b-20 {
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .m-b-20 {
    margin-bottom: 0.1rem;
  }
}
.m-t-40 {
  margin-top: 0.4rem;
}
@media (max-width: 768px) {
  .m-t-40 {
    margin-top: 0.2rem;
  }
}
.f-s-20 {
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 0.24rem;
}
@media (max-width: 768px) {
  .f-s-20 {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
.p-36 {
  padding: 0 0.36rem;
}
@media (max-width: 768px) {
  .p-36 {
    padding: 0 0.18rem;
  }
}
.p-58 {
  padding: 0 0.58rem;
}
@media (max-width: 768px) {
  .p-58 {
    padding: 0 0.29rem;
  }
}
.display_flex {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: flex;
}
/*伸缩流方向*/
.flex-direction_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/*主轴对齐*/
.justify-content_flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-content_flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-content_flex-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/*侧轴对齐*/
.align-items_flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.align-items_flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.align-items_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.align-items_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
/*换行*/
.flex_wrap {
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*伸缩性*/
.flex_auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.flex_1 {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
/*显示顺序*/
.order_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.order_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.header-pc {
  background-color: #fff;
}
.header-pc .header-box .logo-box {
  background-image: url('../../image/public/logo_color.png') !important;
}
.header-pc .header-box p.line {
  background-color: #21B28B !important;
}
.header-mobile {
  background-color: #21B28B;
}
.header-mobile .header-mobile-box .logo-box {
  background-image: url('../../image/public/logo.png');
}
.banner {
  display: block;
  width: 100%;
  margin-top: 0.95rem;
}
.banner img {
  display: block;
  width: 100%;
  height: 2.26rem;
}
.banner .mobile-banner {
  display: none;
}
.sidebar .m-sidebar .m-bar .default-bar p.arrow-box {
  background-image: url('../../image/public/white_arrow.png');
}
.sidebar .m-sidebar .m-bar.active .default-bar p.arrow-box {
  background-image: url('../../image/public/green_arrow.png');
}
.main {
  margin-top: 0.25rem;
  margin-bottom: 0.4rem;
}
.main .title {
  font-size: 0.36rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 0.45rem;
  text-align: center;
  margin-bottom: 0.3rem;
}
.main .tip {
  font-size: 0.16rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
  line-height: 0.22rem;
  text-align: center;
}
.main .text-box {
  margin-top: 0.5rem;
}
.main .text-box img {
  max-width: 100%;
}
.main .text-box-mobile {
  display: none;
}
@media (max-width: 750px) {
  .banner {
    margin-top: 0.5rem;
  }
  .banner .mobile-banner {
    display: block;
  }
  .banner .pc-banner {
    display: none;
  }
  .main {
    padding: 0 0.25rem;
  }
  .main .text-box {
    display: none;
  }
  .main .text-box-mobile {
    display: block;
    margin-top: 0.16rem;
  }
  .main .text-box-mobile img {
    max-width: 100%;
  }
  .main .title {
    font-size: 0.18rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    line-height: 0.25rem;
    text-align: center;
  }
}
