* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  width: 100%;
  min-width: 780px;
  margin: 0 auto;
  font-size: 14px;
  font-family: "Microsoft Yahei", "微软雅黑", Arial;
  line-height: 1.5;
  background-color: #141111;
	overflow-x: hidden;
}
a {
  text-decoration: none;
}
a:active,
a:focus {
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
}
.hidden {
  display: none;
}
::-webkit-scrollbar {
  width: 12px;
}
/* 滚动条整体样式 高宽分别对应横竖滚动条的尺寸 */
::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}
/* 滚动条里面小方块 */
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.65);
  background-color: rgba(255, 255, 255, 0.65);
}
/* 滚动条里面轨道 */
::-webkit-scrollbar-track {
  background: transparent;
}
.bg-wrapper {
	width: 10rem;
	height: 5.625rem;
	background-repeat: no-repeat;
	background-size: 100%;
}
.bg-wrapper.two {
	background-image: url('../images/bg02.jpg');
}
.bg-wrapper.three {
	background-image: url('../images/bg03.jpg');
}
.bg-wrapper.four {
	height: 5.5729rem;
	background-image: url('../images/bg04.jpg');
}
.main-content {
  position: relative;
	background-image: url('../images/bg.jpg');
  z-index: 1;
}
.main-content .qrcode {
  position: absolute;
	top: 0.125rem;
	right: 0.125rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.125rem;
  font-weight: 600;
  color: #fff;
}
.main-content .qrcode .item {
  position: relative;
}
.main-content .qrcode .value {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.main-content .qrcode img {
  width: 0.2969rem;
}
.main-content .qrcode span {
  margin-left: 0.0521rem;
}
.main-content .qrcode .item + .item {
  margin-left: 0.2604rem;
}
.main-content .qrcode .code-box {
  position: absolute;
  top: 0.3125rem;
  left: 50%;
  width: 0.8438rem;
  height: 0.9688rem;
  transform: translateX(-50%);
  background: url("../images/box.png") no-repeat;
  background-size: 100%;
  z-index: 9;
}
.main-content .code-box img {
  position: absolute;
  left: 50%;
  bottom: 0.026rem;
  width: 0.7813rem;
  transform: translateX(-50%);
  z-index: 10;
}
.main-content .download {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 0.7292rem;
  transform: translateX(-50%);
}
.download .code {
	width: 0.9115rem;
	height: 0.9115rem;
}
.download .btns {
  margin: 0 0.1042rem 0 0.1302rem;
}
.download .btn {
	display: block;
  width: 1.2656rem;
}
.download .btn + .btn {
  margin-top: 0.0521rem;
}
.intro-video {
	position: relative;
}
.intro-video .poster {
  width: 1.276rem;
}
.intro-video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.4375rem;
	height: 0.4375rem;
  transform: translate(-50%, -50%);
	cursor: pointer;
}

/*底部信息*/
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
	height: 1.1719rem;
	font-size: 14px;
  color: #9d9d9d;
  background-color: #141111;
}
.footer .logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .logos .item.one {
  width: 0.8802rem;
}
.footer .logos .item.two {
  position: relative;
  width: 0.9792rem;
  margin-left: 0.2083rem;
}
.footer .logos .item.two::before {
  position: absolute;
  top: 50%;
  left: -0.1198rem;
  width: 0.0156rem;
  height: 0.3125rem;
  transform: translateY(-50%);
  background-color: #363434;
  content: "";
}
.footer .about {
  margin-left: 0.3906rem;
}
.footer .links {
	margin-bottom: 0.1042rem;
	font-size: 16px;
}
.footer .about a {
  display: inline-block;
  color: #9d9d9d;
}

.win-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 99;
}
.win-modal .video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
