@charset "UTF-8";
.all_box {
  margin: 0 auto;
  min-height: 100vh;
  height: 100vh;
  padding-bottom: 1.24rem;
}

.all_box .header {
  width: 100%;
  background-color: #fff;
  z-index: 999;
  position: fixed;
  top: 0;
}

.all_box .header > img {
  display: block;
  width: 100%;
  height: 0.64rem;
}

.all_box .main-wrapper {
  width: 100%;
  height: 100%;
  padding-bottom: constant(safe-area-inset-bottom);
  /*兼容 IOS<11.2*/
  padding-bottom: env(safe-area-inset-bottom);
  /*兼容 IOS>11.2*/
}

.all_box .footer {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0 -0.03rem 0.04rem 0 rgba(215, 215, 215, 0.5);
          box-shadow: 0 -0.03rem 0.04rem 0 rgba(215, 215, 215, 0.5);
  border-radius: 0.2rem 0.2rem 0 0;
  padding-bottom: constant(safe-area-inset-bottom);
  /*兼容 IOS<11.2*/
  padding-bottom: env(safe-area-inset-bottom);
  /*兼容 IOS>11.2*/
}

.all_box .footer .footer-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.15rem 0.3rem;
  height: 0.94rem;
}

.all_box .footer .f-list {
  display: block;
  width: 1.48rem;
  height: 0.64rem;
}

.all_box .footer .f-aciton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.all_box .footer .f-aciton .f-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.all_box .footer .f-aciton .f-item .f-pre {
  margin-right: 0.2rem;
}

.all_box .footer .f-aciton .f-item .f-next {
  margin-left: 0.2rem;
}

.all_box .footer .f-aciton .f-item img {
  display: block;
  width: 0.54rem;
  height: 0.54rem;
}

.all_box .footer .f-aciton .f-item span {
  font-weight: 500;
  font-size: 0.28rem;
  color: #D4D4D4;
  line-height: 0.54rem;
}

.all_box .footer .f-aciton .f-item .page-active {
  color: #333;
}

.all_box .footer .f-aciton .f-line {
  width: 0.02rem;
  height: 0.36rem;
  background: #D8D8D8;
  border-radius: 0.02rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}

.list {
  width: 100%;
  min-height: 100%;
  padding: 0.83rem 0.36rem 1.75rem 0.36rem;
  position: relative;
}

.list .list-close {
  position: absolute;
  top: 0.36rem;
  right: 0.36rem;
  display: block;
  width: 0.3rem;
  height: 0.3rem;
}

.list .list-unit:not(:last-child) {
  margin-bottom: 0.5rem;
}

.list .list-unit .list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.16rem;
  border-bottom: 0.02rem solid #000;
  margin-bottom: 0.25rem;
}

.list .list-unit .list-title em {
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #000;
  border-radius: 50%;
  margin-right: 0.15rem;
}

.list .list-unit .list-title span {
  font-weight: 500;
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.32rem;
}

.list .list-unit .list-con .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list .list-unit .list-con .list-item:not(:last-child) {
  margin-bottom: 0.23rem;
}

.list .list-unit .list-con .list-item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list .list-unit .list-con .list-item p em {
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #000;
  border-radius: 50%;
  margin-right: 0.2rem;
}

.list .list-unit .list-con .list-item p span {
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
}

.list .list-unit .list-con .list-item img {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
}

.lxb_open_con {
  background-size: 100% 100% !important;
}
/*# sourceMappingURL=style.css.map */