.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.pos-center-h {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.pos-rel {
  position: relative;
}
.pos-ab {
  position: absolute;
}
.mg-side {
  margin-left: 0.32rem;
  margin-right: 0.32rem;
}
.mg-v {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.dpib {
  display: inline-block;
}
.ta-c {
  text-align: center;
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.ta-jst {
  text-align: justify;
}
.bg-img {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mg-t {
  margin-top: 0.32rem !important;
}
.mg-t-20 {
  margin-top: 0.2rem !important;
}
.mg-t-0 {
  margin-top: 0 !important;
}
.mg-b {
  margin-bottom: 0.32rem !important;
}
.mg-b-0 {
  margin-bottom: 0 !important;
}
.mg-b-020 {
  margin-bottom: 0.20rem !important;
}
.mg-v-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.mg-side-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.lh1 {
  line-height: 1;
}
.rec-text-red {
  border: 1px solid #e93030;
  color: #e93030;
}
.bg-f5 {
  background-color: #f5f5f5;
}
.bg-469 {
  background-color: #4691EE;
}
.bg-white {
  background-color: #fff;
}
.bg-trans {
  background-color: transparent;
}
.bg-red-ths {
  background-color: #e93030;
}
.ovf-hid {
  overflow: hidden;
}
.fsr-020 {
  font-size: 0.2rem;
}
.fsr-024 {
  font-size: 0.24rem;
}
.fsr-028 {
  font-size: 0.28rem;
}
.fsr-030 {
  font-size: 0.3rem;
}
.fsr-032 {
  font-size: 0.32rem;
}
.fsr-036 {
  font-size: 0.36rem;
}
.ft-s-n {
  font-style: normal;
}
.cl-white {
  color: #fff;
}
.cl-9 {
  color: #999;
}
.cl-6 {
  color: #666666;
}
.cl-red-ths {
  color: #e93030;
}
.cl-blue-469 {
  color: #4691EE;
}
.pd-t {
  padding-top: 0.32rem !important;
}
.pd-b {
  padding-bottom: 0.32rem !important;
}
.pd-v {
  padding-top: 0.32rem !important;
  padding-bottom: 0.32rem !important;
}
.pd-v-20 {
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
}
.pd-t-0 {
  padding-top: 0 !important;
}
.pd-side {
  padding-left: 0.32rem;
  padding-right: 0.32rem;
}
.sec-bottom-info {
  font-size: 0.24rem;
  color: #999;
}
.fw-b {
  font-weight: bold;
}
.fw-n {
  font-weight: normal;
}
.bd-t {
  border-top: 1px solid #eee;
}
.bd-b {
  border-bottom: 1px solid #eee !important;
}
.black .bd-t,
.black .bd-b {
  border-color: #313131 !important;
}
.br-0 {
  border-radius: 0 !important;
}
.br-4 {
  border-radius: 0.04rem;
}
.br-8 {
  border-radius: 0.08rem;
}
.line-list {
  padding-left: 0.32rem;
  padding-right: 0.32rem;
}
.line-list li {
  display: inline-block;
  line-height: 1;
  margin-right: 0.18rem;
  border-radius: 0.04rem;
}
.hide {
  display: none;
}
.opa-075 {
  opacity: 0.75;
}
.arrow-base {
  border: 1px solid #4691EE;
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
}
.arrow-right {
  border: 1px solid #4691EE;
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-left: 0;
  border-bottom: 0;
}
.point-rt {
  top: 0%;
  right: 0%;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #e93030;
  display: inline-block;
  position: absolute;
  border-radius: 100%;
  top: 0.35rem;
}
