html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
li,
ol,
ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}

.main {
  position: relative;
  height: 100vh;
  background: linear-gradient(180deg, #f3f8ff 0%, #dbe3fd 100%);
}
.left_button {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translate(0, -50%);
}
.left_button li {
  width: 10px;
  height: 10px;
  background: #9aa9ca;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  margin-bottom: 20px;
}
.left_button .on {
  width: 5px;
  height: 5px;
  background: transparent;
  border-radius: 50%;
  border: 3px solid #3860ff;
  cursor: pointer;
  z-index: 2;
}
.content {
}
.info_one {
  display: flex;
  min-width: 1200px;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  margin-left: 5px;
  transform: translate(-50.6%, 40px);
}
.left_up {
  width: 480px;
  height: 324px;
  margin-bottom: 40px;
}
.left_click_btn {
  margin-top: -120px;
}
.left_click_btn,
.download_button {
  display: flex;
  flex-direction: column;
}
.download_button img {
  width: 230px;
  height: 78px;
  cursor: pointer;
}
.left_down {
}
.box {
  display: flex;
  align-items: center;
  height: 78px;
}
.box_item {
  margin-left: 20px;
}
.download_android {
  background-image: url("../image/ad_x2.png");
  background-size: 100%;
  width: 348px;
  height: 78px;
}

.download_ios {
  background-image: url("../image/ios_2x.png");
  background-size: 100%;
  margin-top: 20px;
  width: 348px;
  height: 78px;
}
.apple {
  width: 48px;
  height: 48px;
  margin-left: 20px;
}
#myDiv img, #myDiv1 img {
  width: 40px;
  height: 40px;
}
#myDiv, #myDiv1 {
  cursor: pointer;
  min-height: 55px;
}
.text1,
.text2 {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  width: 348px;
}
.text1 {
  color: #a3b1d1;
  margin-top: 15px;
}
.text2 {
  color: #ff3535;
}
.text_phone {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
}
.right_phone {
  width: 483px;
  height: 632px;
}
.bottom {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}

.bottom_button {
  min-width: 1200px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 70px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(56, 96, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo_text {
  width: 100px;
  height: 31px;
}

.qr_box {
  position: absolute;
  right: 0;
  bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 185px;
  height: 229px;
  border-radius: 32px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(45px);
}
.qr_box_text {
  width: 157px;
  text-align: center;
  margin-bottom: 6px;
  height: 38px;
  line-height: 38px;
  border-radius: 25px;
  background: linear-gradient(
    270deg,
    rgba(57, 97, 255, 0.15) 0%,
    rgba(61, 241, 255, 0.2) 100%
  );
  box-shadow: 0px 0px 4px 0px rgba(56, 96, 255, 0.4) inset;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.qr_border {
  width: 157px;
  height: 157px;
  border-radius: 14px;
  border: 1px solid #3860ff;
}

.button_text,
.button_text ul {
  display: flex;
}

.button_text ul li {
  cursor: pointer;
  color: #9aa9ca;
  font-size: 20px;
  font-weight: 400;
  margin-right: 50px;
}
.button_text .text_click {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.button_text span {
  color: #3860ff;
  font-size: 20px;
  font-weight: 500;
  margin-right: 50px;
  cursor: pointer;
}
#tg_text {
  height: 25px;
}
