html,
body {
  height: 100%;
  width: 100%;
  background-color: #000;
}
.container {
  position: fixed;
  z-index: 1;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.container .wrap_head {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 82px;
}
.container .wrap_head > ul {
  display: flex;
}
.container .wrap_head > ul > li {
  display: flex;
  align-items: center;
  margin-left: 48px;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  border-bottom: 4px solid transparent;
  text-shadow: 0px 2px 4px #000;
}
.container .wrap_head > ul > li span {
  cursor: pointer;
}
.container .wrap_head > ul > li.active {
  border-bottom: 4px solid #FF3851;
}
.container .wrap_head > ul > li.eight {
  position: relative;
  z-index: 10;
}
.container .wrap_head > ul > li.eight .list {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -6px;
  min-width: 128px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.container .wrap_head > ul > li.eight .list ol {
  padding: 15px 0;
}
.container .wrap_head > ul > li.eight .list ol li {
  padding: 0 10px;
  text-align: center;
  height: 44px;
  color: #333333;
  line-height: 44px;
  font-size: 16px;
  font-weight: 500;
}
.container .wrap_head > ul > li.eight .list ol li:hover {
  background: #eeeeee;
  font-weight: 500;
}
.container .wrap_head > ul > li .triangle {
  margin-left: 5px;
  margin-top: 4px;
  width: 0;
  height: 0;
  line-height: 0;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: rotate(45deg);
  cursor: pointer;
}
.container .wrap_head .search {
  margin-right: 40px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 276px;
  height: 36px;
  border-radius: 26px;
  background: rgba(0,0,0,0.7);
  padding-left: 17px;
  cursor: pointer;
}
.container .wrap_head .search img {
  width: 13px;
  height: 13px;
  margin-right: 8px;
}
.container .wrap_head .search span {
  font-size: 12px;
  font-weight: 400;
  color: #8F908F;
}
.container > .media {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.container > .media .media-label {
  min-width: 100%;
  min-height: 100%;
  box-sizing: border-box;
}
.container > .media .swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.container > .media .swiper-container .swiper-slide {
  background-size: cover;
  background-position: center;
}
.container .banner_txt {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 100%;
  max-width: 2560px;
  margin: 0 auto;
}
.container .banner_txt .content {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
.container .banner_txt .content .content_top {
  margin-bottom: 28px;
  text-shadow: 0px 2px 4px #000;
}
.container .banner_txt .content .content_top h4 {
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
  line-height: 70px;
}
.container .banner_txt .content .content_top p {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.container .banner_txt .content .content_bottom {
  display: flex;
  align-items: stretch;
}
.container .banner_txt .content .content_bottom .content_bottom_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.container .banner_txt .content .content_bottom .content_bottom_left img {
  width: 161px;
  height: 57px;
  border-radius: 8px;
  -moz-box-shadow: 0px 0px 10px #000;
  /* 老的 Firefox */
  box-shadow: 0px 0px 10px #000;
}
.container .banner_txt .content .content_bottom .content_bottom_right {
  margin-left: 30px;
  width: 135px;
  height: 135px;
  border-radius: 8px;
  -moz-box-shadow: 0px 0px 10px #000;
  /* 老的 Firefox */
  box-shadow: 0px 0px 10px #000;
}
.wrap_footer {
  position: absolute;
  bottom: 16px;
  width: 100%;
  z-index: 10;
}
.container .wrap_footer ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .wrap_footer ul li {
  color: #ffffff;
  font-size: 12px;
  display: flex;
  align-items: center;
  text-shadow: 0px 2px 4px #000;
}
.container .wrap_footer ul li:nth-child(1) {
  color: #fff;
  font-size: 14px;
  margin-bottom: 11px;
}
.container .wrap_footer ul li img {
  width: 13px;
}
.container .masking {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.container .masking.masking-none {
  display: none;
}
.container .masking img {
  width: 200px;
}
.download-prompt{
  margin-top: 12px;color: #333333;font-size: 16px;text-align: center;
}
.download-prompts{
  margin-top: 12px;color: #333333;font-size: 12px;text-align: center;
}
.agreement{
  margin: 10px 10px 30px 10px;padding:5px;height: 400px;overflow-y:scroll;overflow-x: hidden;
}
