html,
body {
  font-size: 20px !important;
}
body,
p {
  color: #999999;
}
.color-default {
  color: #999999;
}
.color-black {
  color: #000;
}
.color-red {
  color: #ff6800;
}
.color-blur {
  color: #0d93fb;
}
.color-white {
  color: #fff;
}
.swiper-container {
  width: 100%;
}
.swiper-container img {
  width: 100%;
  display: block;
}
.line {
  height: 0.5rem;
  background-color: #f5f5f5;
  width: 100%;
  position: relative;
}
.line::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  background-color: #eaeaea;
}
.img-text-box {
  padding: 0.6rem;
  position: relative;
}
.img-text-box::after {
  content: '';
  display: block;
  clear: both;
}
.img-text-box .left {
  width: 5.825rem;
  height: 4.175rem;
  float: left;
}
.img-text-box .left img {
  width: 100%;
  height: 4.175rem;
}
.img-text-box .right {
  float: left;
  width: -webkit-calc(100% - 5.825rem);
  width: calc(100% - 5.825rem);
  padding-left: 0.525rem;
  box-sizing: border-box;
}
.img-text-box .right .title {
  font-size: 0.7rem;
  color: #000;
}
.img-text-box .right .content {
  font-size: 0.55rem;
  height: 2rem;
  margin-top: .2rem;
  overflow: hidden;
}
.img-text-box .right .footer {
  font-size: 0.7rem;
  color: #ff6800;
}
.img-text-box::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  background-color: #eaeaea;
}
.img-text-box-footer {
  height: 2.2rem;
  line-height: 2.2rem;
  padding: 0% 0.5rem;
  font-size: 0.6rem;
}
.img-text-box-footer::after {
  content: '';
  display: block;
  clear: both;
}
.img-text-box-footer > div {
  float: left;
}
.img-text-box-footer .right {
  float: right;
  color: #ff6800;
  font-size: 0.6rem;
}
.page-top {
  height: 2.2rem;
  line-height: 2.2rem;
  font-size: 0.8rem;
  color: #000;
  position: relative;
  font-weight: 600;
}
.page-top .left {
  width: 2rem;
  text-align: center;
  line-height: 2.2rem;
}
.page-top .left img {
  margin-top: .5rem;
  cursor: pointer;
  width: .7rem;
}
.page-top .center {
  position: absolute;
  width: 100%;
  height: 2.2rem;
  top: 0;
  left: 0;
  text-align: center;
}
.weui-navbar {
  background: none;
}
.weui-navbar__item.weui-bar__item--on {
  color: #ff6800;
  background: none;
  position: relative;
}
.weui-navbar__item.weui-bar__item--on::after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #ff6800;
  width: 100%;
  position: absolute;
  top: auto;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.weui-navbar__item {
  font-size: 0.8rem;
  color: #999999;
}
.weui-navbar__item:after {
  border: none;
}
.container {
  padding: 0% 0.5rem;
}
.container::after {
  content: '';
  display: block;
  clear: both;
}
.weui-cell:before {
  left: 0;
}
.weui-vcode-btn {
  color: #ff6800;
}
.page-footer {
  width: 100%;
  height: 2.45rem;
  position: fixed;
  bottom: 0;
  left: 0;
  font-size: 0.7rem;
}
.page-footer > button {
  width: 100%;
  height: 2.45rem;
  border: none;
  background: none;
  background-color: #0d93fb;
  font-size: 0.7rem;
  color: #fff;
}
.weui-cells {
  margin-top: 0% !important;
}
.weui-cells_checkbox .weui-check:checked + .weui-icon-checked:before {
  content: "\EA06";
  color: #ff6800;
}
