#app {
  margin: 0 auto;
  width: 1000px;
}
#xr_window {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  height: 2698px;
  z-index: 9999;
  display: none;
}
#xr_window .window {
  width: 750px;
  margin: 0 auto;
  padding-top: 200px;
}
#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 {
  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;
  z-index: 1200;
}
.gallery {
  position: relative;
}
#app .slider.contentBanner {
  position: absolute;
  bottom: 56px;
  left: 15.5%;
  width: 69%;
}
#qrcode,
#qrcode_ios,
#qrcode_android {
  position: relative;
}
#qrcode_ios:after {
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  content: "";
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
#qrcode_android:after {
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  content: "";
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
#video {
  position: relative;
}
#video .player {
  position: absolute;
  width: 100%;
  height: 340px;
  left: 0;
  top: 148px;
}
#video #video-player {
  width: 666px;
  height: 340px;
  margin: 0 auto;
  position: relative;
  left: 14px;
}
#app #countdown {
  height: 190px;
}
#app #countdown .countDown {
  display: flex;
  justify-content: space-between;
}
#app #countdown .countDown > div {
  width: 45%;
  background: url(../images/cd_bg.png) no-repeat;
  background-size: 100% 100%;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 20px 0;
  text-align: center;
}
#app #countdown .countDown h2 {
  font-size: 32px;
  color: #c9b89d;
}
#app #countdown .countDown p {
  font-size: 36px;
  color: #ffd97e;
}
