html {
  width: 100%;
  height: 100%;
}

body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.containter {
  position: relative;
  height: 100%;
  width: 100%;
}

.ts {
  position: fixed;
  display: flex;
  align-content: center;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.6;
  z-index: 10000;
}

.ts img {
  width: 100%;
  height: 35%;
}

.logo {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.logo img {
  width: 80px;
  height: 80px;
}

.bg {
  position: fixed;
  width: 100%;
  height: 100%;
}

img {
  width: 100%;
  height: 100%;
}

.wrap {
  width: 100%;
  height: 100%;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 100%;
  z-index: 10;

  /* padding-top: 40px; */
}

.header .header-title {
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
  font-weight: bold;
  font-family: Alibaba PuHuiTi, sans-serif;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  width: 100%;
  /* background: rgb(108 200 245 / 30%); */
}

.main .phone {
  height: auto;
  padding-bottom: 30px;
}

.main .phone img {
  width: 100%;
  height: auto;
}

.main .dl-iOS {
  display: flex;
  justify-content: center;
  align-items:center;
  width: 90%;
  height: 45px;
  margin-bottom:20px;
  border-radius:5px;
  color: #e4e4e4;
  font-family: PingFang SC;
  background-color: #252A33;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
}

.main .dl-iOS img {
  width: 30px;
  height: 30px;
}

.main .dl-Android {
  display: flex;
  justify-content: center;
  align-items:center;
  width: 90%;
  height: 45px;
  margin-bottom: 10px;
  color: #e4e4e4;
  border-radius:5px;
  font-family: PingFang SC;
  background-color: #252A33;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
}

.main .dl-Android img {
  width: 30px;
  height: 30px;
}

.introd-wrap {
  display: flex;
  flex-direction: column;
  width: 180px;
  height: auto;
  padding-top: 10px;
}

.introd-wrap .header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  height: 16px;
  color: #333333;
  font-family: PingFangSC-Light, sans-serif;
}

.introd-wrap .header .separator {
  height: 16px;
  width: 3px;
  background-color: #333333;
  border-radius: 0px 0px;
  margin-right: 5px;
}

.introd-wrap .content {
  height: 100px;
  width: 100%;
  z-index: 100;
}

.introd-wrap .content p {
  font-size: 12px;
  color: #333333;
}
.TipsPage{
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:#04040F;
  opacity: 0.8;
}
.TipsPage .arrowing{
  position:absolute;
  top: 20px;
  right:10px;
  width: 129px;
  height: 177px;
}
.conterBox{
  width: 80%;
  font-size: 18px;
  margin: 200px auto 0 auto;
  color: #FFE75E ;
  border: 2px solid #FFE75E ;
}
.conterBox p {
  text-align: center;
}