* {
  -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: #fff;
}
a {
  display: block;
  color: #151515;
  text-decoration: none;
}
a:active,
a:focus {
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
}
p {
  margin: 0;
}
.hidden {
  display: none;
}
::-webkit-scrollbar {
  width: 12px;
}
/* 滚动条整体样式 高宽分别对应横竖滚动条的尺寸 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/* 滚动条里面小方块 */
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #efefef;
}
/* 滚动条里面轨道 */
::-webkit-scrollbar-track {
  background: transparent;
}
.container {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.main-content {
  position: relative;
  z-index: 1;
}
.main-content .logo {
  position: absolute;
  top: 0.1042rem;
  left: 0.1563rem;
  width: 1.25rem;
  z-index: 2;
}
.main-content .qrcode {
  position: absolute;
  top: 0.1042rem;
  right: 0.1563rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.1354rem;
  font-weight: bold;
  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/box02.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 .intro-video {
  position: absolute;
  top: 2.5417rem;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.main-content .poster {
  width: 1.7344rem;
}
.main-content .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.1875rem;
  transform: translate(-50%, -50%);
}
.main-content .download {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 0.651rem;
  padding: 0.1563rem 0.1823rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.1042rem;
  transform: translateX(-50%);
}
.main-content .download .btns {
  margin-right: 0.1042rem;
}
.main-content .download .btn {
  width: 1.3385rem;
}
.main-content .btn + .btn {
  margin-top: 0.0625rem;
}
.main-content .download .code {
  position: relative;
  width: 1.0833rem;
  height: 0.9271rem;
  background: url("../images/box01.png") no-repeat;
  background-size: 100%;
}
.main-content .download .code img {
  position: absolute;
  top: 0.0573rem;
  left: 0.0573rem;
  width: 0.7917rem;
  border-radius: 0.0781rem;
}
.main-content .info {
  position: absolute;
  left: 0.875rem;
  bottom: 0.3125rem;
  font-size: 0.0833rem;
  color: #fff;
  line-height: 1.6;
}

/*底部信息*/
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3542rem 0;
  color: #151515;
  background-color: #eeefe4;
}
.footer .logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .logos .item.one {
  width: 1.0521rem;
}
.footer .logos .item.two {
  position: relative;
  width: 1.0156rem;
  margin-left: 0.4167rem;
}
.footer .logos .item.two::before {
  position: absolute;
  top: 50%;
  left: -0.2083rem;
  width: 0.0156rem;
  height: 0.349rem;
  transform: translateY(-50%);
  background-color: #a4a4a4;
  content: "";
}
.footer .links {
  margin-left: 0.4167rem;
  font-size: 0.0938rem;
}
.footer .links .item + .item {
  margin-top: 0.026rem;
}
.footer .links a {
  display: inline-block;
}

.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;
}
