html {
  /*width: 100%;*/
}

body {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  display: none;
}
.info_background {
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, #f3f8ff 0%, #dbe3fd 100%), repeat;
  background-size: cover;
  position: absolute;
}

.info {
  width: 100%;
  height: 100vh;
  display: flex;
  align-content: center;
  justify-content: center;
  position: absolute;
}
.info_one {
  display: flex;
  align-items: center;
}

.up {
  width: 491px;
  height: 330px;
  background-image: url("/image/left_up.png");
  background-size: cover;
  background-repeat: repeat;
}

.center {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.download_button {
  width: 254px;
  height: 102px;
  background-size: cover;
  background-repeat: repeat;
}

.android_one {
  background-image: url("/image/android1.png");
}

.android_two {
  background-image: url("/image/android2.png");
}

.ios_one {
  background-image: url("/image/ios1.png");
}

.ios_two {
  background-image: url("/image/ios2.png");
}

.right {
  margin-left: 100px;
  width: 533px;
  height: 700px;
  background-image: url("/image/right_phone.png");
  background-size: cover;
  background-repeat: repeat;
}

.item_button_div {
  width: 5%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item_button {
  height: 70px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  flex-direction: column;
}

.isOn {
  width: 10px;
  height: 10px;
  border: 4px solid;
  border-color: #3860ff;
  border-radius: 20px;
}

.isOff {
  width: 10px;
  height: 10px;
  background: #9aa9ca;
  border-radius: 20px;
}

.header {
  width: 100%;
  z-index: 10;
  position: fixed;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_div {
  min-width: 1200px;
  /*height: 330px;*/
  display: flex;
  align-content: space-between;
  flex-direction: column;
  /*pointer-events: none;*/
}
.divs {
  pointer-events: none;
}

.qr {
  width: 185px;
  height: 229px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 32px;
  backdrop-filter: blur(90px);
  float: right;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  margin-left: 20px;
}
.qr_text_div {
  width: 157px;
  height: 38px;
  background: linear-gradient(
    270deg,
    rgba(57, 97, 255, 0.15) 0%,
    rgba(61, 241, 255, 0.2) 100%
  );
  border-radius: 20px;
  box-shadow: 0px 0px 4px rgba(56, 96, 255, 0.4) inset;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.qr_text_context {
  font-family: PingFang SC;
  font-weight: 500;
  color: #000000;
  font-size: 14px;
}
.qr_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 157px;
  height: 157px;
  border: 1px solid;
  border-color: #3860ff;
  border-radius: 14px;
  background: white;
}
.qr_img img {
  width: 147px;
  height: 147px;
  /*border-radius: 14px;*/
}
.logo_text {
  width: 900px;
  height: 31px;
}
.header_item {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 70px;
  box-shadow: 0px 4px 12px rgba(56, 96, 255, 0.2);
  padding: 0 50px;
  z-index: 10;
}
.left_box {
  display: flex;
}
.item_li {
  cursor: pointer;
}

.item_list {
  width: 600px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.item_div {
  width: 80px;
  height: 28px;
  font-family: PingFang SC;
  color: #9aa9ca;
  font-size: 20px;
  cursor: pointer;
}
.logo_img {
  width: 100px;
  height: 31px;
  background-image: url("../image/logo_text.png");
  background-size: cover;
  background-repeat: repeat;
}
.isOnText {
  font-weight: 500;
  color: #000000;
}
.item_div_p {
  width: 80px;
  height: 28px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #3860ff;
  font-size: 20px;
  line-height: normal;
}
