#app {
  margin: 0 auto;
}
#xr_window {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  z-index: 9999;
  overflow: auto;
  display: none;
}
#xr_window .window {
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
  height: 2384px;
}
#app .download {
  position: relative;
}
#app .qr_list {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
}
#app .qr_list dl {
  display: inline-block;
  margin: 0 20px;
  padding-top: 20px;
}
#app .qr_list dl img {
  width: 160px;
}
#app .qr_list dl dd {
  color: #f7b905;
  font-size: 20px;
  padding-top: 10px;
}
#app .slider {
  position: relative;
}
#app .slider #certify {
  position: absolute;
  left: 0;
  top: 0;
}
#certify {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#certify .swiper-container {
  padding-bottom: 60px;
}
#certify .swiper-slide {
  width: 444px;
  height: 486px;
  text-align: center;
}
#certify .swiper-slide img {
  display: block;
  margin: 0 auto;
}
#certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}
#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
#certify .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
#certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}
#certify .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}
#certify .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}
#cs {
  position: fixed;
  right: 60px;
  bottom: 60px;
  display: block;
  cursor: pointer;
}
.gallery {
  position: relative;
}
#app .slider.contentBanner {
  position: absolute;
  bottom: 56px;
  left: 15.5%;
  width: 69%;
}

.mbody {
  float: left;
  width: 100%;
  padding: 10px 10px 10px;
  border-radius: 15px;
}
.mbody .c {
  float: left;
  width: 100%;
}
.mbody .c li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.mbody .c li b {
  float: left;
  width: 19%;
  font-size: 14px;
  line-height: 40px;
  margin: 0 0 0;
  color: #fff;
  background: #540da9;
  font-weight: normal;
  border-radius: 4px 0 0 4px;
  padding-left: 5px;
  text-align: center;
}
.mbody .c li em {
  float: left;
  width: 60%;
  font-size: 14px;
  line-height: 40px;
  margin: 0 0 0;
  color: #540da9;
  background: #fff;
  font-style: normal;
  border-radius: 0 4px 4px 0;
  padding-left: 5px;
}
.mbody .c li a {
  float: right;
  width: 20%;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  background: #540da9;
  margin-left: 1%;
  border-radius: 4px;
  font-weight: normal;
}
@media (max-width: 500px) {
  .mbody .c li b {
    float: left;
    width: 19%;
    font-size: 14px;
    line-height: 40px;
    margin: 0 0 0;
    color: #fff;
    background: #540da9;
    font-weight: normal;
    border-radius: 4px 0 0 4px;
    padding-left: 5px;
    text-align: center;
  }
  .mbody .c li em {
    float: left;
    width: 60%;
    font-size: 14px;
    line-height: 40px;
    margin: 0 0 0;
    color: #540da9;
    background: #fff;
    font-style: normal;
    border-radius: 0 4px 4px 0;
    padding-left: 5px;
  }
  .mbody .c li a {
    float: right;
    width: 20%;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    background: #540da9;
    margin-left: 1%;
    border-radius: 4px;
    font-weight: normal;
  }
}
.mbody .c li .color1 {
  background-color: #9104b4;
  padding: 4px;
  color: #fff;
  margin-right: 4px;
}
.mbody .c li .color2 {
  background-color: #0421b4;
  padding: 4px;
  color: #fff;
  margin-right: 4px;
}
.mbody .c li .color3 {
  background-color: #064804;
  padding: 4px;
  color: #fff;
  margin-right: 4px;
}
.mbody .c li .color4 {
  background-color: #a2ce06;
  padding: 4px;
  color: #fff;
  margin-right: 4px;
}
.mbody .c li .color5 {
  background-color: #0ea3e9;
  padding: 4px;
  color: #fff;
  margin-right: 4px;
}
.mbody .c li a img {
  width: 100%;
}
.mbody .c li .level1 {
  background-color: #06fc1a;
}
.mbody .c li .level2 {
  background-color: #14e7a8;
}
.mbody .c li .level3 {
  background-color: #11899e;
}
.mbody .c li .level4 {
  background-color: #88a12c;
}
.mbody .c li .level5 {
  background-color: #2b8de9;
}
