html,
body {
  background-color: #f7f7f7;
}

.container {
  width: 6.9rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  position: relative;
}

.color-blue {
  color: #0067db;
}

.color-red {
  color: #e90101;
}

.top-tab {
  width: 100%;
  height: 0.8rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}

.top-tab a {
  display: block;
  width: 100%;
  height: 0.8rem;
  text-align: center;
  font-size: 0.28rem;
  color: #999;
  line-height: 0.8rem;
  position: relative;
}

.top-tab a i {
  display: block;
  width: 0.4rem;
  height: 0.06rem;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.2rem;
}

.top-tab a.active {
  font-size: 0.34rem;
  color: #333;
}

.top-tab a.active i {
  background-color: #0067db;
}

.top-tab-h {
  width: 100%;
  height: 0.8rem;
  clear: both;
}

.footer {
  width: 100%;
  height: 1rem;
  border-top: 1px solid #eee;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.footer a {
  display: block;
  width: 100%;
  margin: 0 0.3rem;
  text-align: center;
}

.footer a i {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background-size: 100% 100%;
  margin: 0 auto;
}

.footer a i.icon1 {
  background-image: url(../images/02.png);
}

.footer a i.icon2 {
  background-image: url(../images/03.png);
}

.footer a i.icon3 {
  background-image: url(../images/04.png);
}

.footer a span {
  display: block;
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 0.24rem;
  margin-top: 0.06rem;
  color: #333;
}

.footer a.active i.icon1 {
  background-image: url(../images/05.png);
}

.footer a.active i.icon2 {
  background-image: url(../images/06.png);
}

.footer a.active i.icon3 {
  background-image: url(../images/07.png);
}

.footer a.active span {
  color: #0067db;
}

.footer-h {
  width: 100%;
  height: 1rem;
  clear: both;
}

.header {
  width: 100%;
  height: 0.8rem;
  background-color: #0067db;
  padding-right: 0.3rem;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.header .back {
  display: block;
  float: left;
  width: 0.95rem;
  height: 0.8rem;
  background-image: url(../images/16.png);
  background-size: 0.35rem 0.28rem;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
}

.header .right {
  display: inline-flex;
  align-items: center;
  float: right;
  height: 0.8rem;
  line-height: 0.8rem;
  position: relative;
  z-index: 2;
}

.header .right span {
  font-size: 0.34rem;
  color: #fff;
}

.header .right i {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  background-image: url(../images/17.png);
  background-size: 100% 100%;
  margin-left: 0.1rem;
}

.header .time {
  position: absolute;
  top: 0;
  left: 2rem;
  z-index: 1;
  width: 3.5rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.34rem;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header .tab {
  position: absolute;
  top: 0;
  left: 1.7rem;
  z-index: 1;
  width: 4.1rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.34rem;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.header .tab a {
  display: block;
  width: 100%;
  height: 0.8rem;
  color: #abd3ff;
}

.header .tab a.active {
  color: #fff;
}

.mod-title {
  width: 100%;
  height: 0.8rem;
  background-color: #fff;
  padding: 0 0.3rem;
  position: relative;
  line-height: 0.8rem;
  font-size: 0.3rem;
  color: #666;
  position: fixed;
  top: 0.8rem;
  left: 0;
  z-index: 2;
}

.mod-title a {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0.28rem;
  right: 0.3rem;
}

.mod-title a i {
  display: block;
  width: 0.23rem;
  height: 0.24rem;
  background-image: url(../images/34.png);
  background-size: 100% 100%;
}

.mod-title a span {
  font-size: 0.24rem;
  margin-left: 0.08rem;
  line-height: 0.24rem;
  color: #6bb1ff;
}

.header-h,
.mod-title-h {
  width: 100%;
  height: 0.8rem;
  clear: both;
}

.common-search {
  width: 100%;
  height: 0.7rem;
  margin: 0.3rem 0;
}

.common-search .container {
  background-color: #fff;
  height: 0.7rem;
}

.common-search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.7rem;
}

.common-search form input {
  width: 6rem;
  height: 100%;
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding: 0 0.3rem;
}

.common-search form .submit {
  width: 0.9rem;
  height: 0.7rem;
  flex-shrink: 0;
  background-color: #fff;
  border: none;
  background-image: url(../images/09.png);
  background-size: 0.25rem 0.25rem;
  background-position: center center;
  background-repeat: no-repeat;
}

.empty {
  width: 100%;
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
}

.empty .img {
  width: 4.96rem;
  height: 4.04rem;
  margin: 0 auto;
}

.empty .img img {
  width: 100%;
  height: 100%;
}

.empty .text {
  width: 100%;
  font-size: 0.28rem;
  color: #999;
  margin-top: 0.35rem;
}

.group .item {
  width: 100%;
  padding: 0.14rem 0;
}

.group .item input {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}

.group .item label {
  display: flex;
  width: 100%;
  padding: 0.14rem 0;
  -webkit-tap-highlight-color: transparent;
}

.group .item label .p {
  margin-right: 0.26rem;
}

.group .item label:active {
  background-color: #fff;
}

input[type="radio"] + label {
  cursor: pointer;
}

input[type="radio"] + label::before {
  content: "";
  display: block;
  float: left;
  width: 0.3rem;
  height: 0.3rem;
  flex-shrink: 0;
  background-image: url("../images/18.png");
  background-size: 100% 100%;
  margin-right: 0.28rem;
}

input[type="radio"] + label span {
  display: block;
  float: left;
  min-height: 0.3rem;
  line-height: 0.4rem;
  margin-top: -0.04rem;
  font-size: 0.28rem;
  user-select: none;
}

input[type="radio"]:checked + label::before {
  background-image: url("../images/19.png");
  flex-shrink: 0;
}

input[type="checkbox"] + label {
  cursor: pointer;
}

input[type="checkbox"] + label::before {
  content: "";
  display: block;
  float: left;
  width: 0.3rem;
  height: 0.3rem;
  flex-shrink: 0;
  background-image: url("../images/20.png");
  background-size: 100% 100%;
  margin-right: 0.28rem;
}

input[type="checkbox"] + label span {
  display: block;
  float: left;
  min-height: 0.3rem;
  line-height: 0.4rem;
  margin-top: -0.04rem;
  font-size: 0.28rem;
  user-select: none;
}

input[type="checkbox"]:checked + label::before {
  background-image: url("../images/21.png");
  flex-shrink: 0;
}

input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label {
  color: #0067db;
}

input[type="radio"],
input[type="checkbox"] {
  display: none;
  opacity: 0;
}
