#main .wrap {
  width: 1200px;
  margin: 0 auto;
}

#main .main_banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  box-sizing: border-box;
  width: 100%;
  height: 850px;
  background: url("../imgs/bg.png") no-repeat center center/cover;
  position: relative;
}

#main .main_banner .banner_top {
  width: 100%;
  height: 64px;
  line-height: 64px;
  margin: 0 auto;
  background-color: transparent;
  position: fixed;
  z-index: 100;
}

#main .main_banner .banner_top .top {
  height: 64px;
  line-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#main .main_banner .banner_top .top .top_left {
  width: 177px;
  display: flex;
}

#main .main_banner .banner_top .top .top_left .logo {
  width: 177px;
}

#main .main_banner .banner_top .top .top_right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 32px;
  background-color: #4d6cfe;
  border-radius: 4px;
}

#main .main_banner .banner_top .top .top_right:hover {
  opacity: 0.9;
}

#main .main_banner .banner_top .top .top_right img {
  margin-right: 6px;
  width: 16px;
}

#main .main_banner .banner_top .top .top_right span {
  font-family: "Alibaba PuHuiTi";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}

#main .main_banner .banner_box {
  margin-top: 124px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main .main_banner .banner_box .box_left {
  margin-right: 39px;
  margin-left: 163px;
}

#main .main_banner .banner_box .box_left .title {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 24px;
}

#main .main_banner .banner_box .box_left .title .title-ms1 {
  font-family: "Douyin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  color: #3388ff;
  padding-bottom: 7px;
}

#main .main_banner .banner_box .box_left .title .title-ms2 {
  font-family: "Douyin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #161e45;
}

#main .main_banner .banner_box .box_left .title .tuijian {
  position: absolute;
  top: -40px;
  right: 0;
  padding: 7px 12px 7px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgba(0, 183, 255, 0.7) 0%, rgba(252, 0, 255, 0.7) 100%);
  border-radius: 25px 25px 25px 0px;
}

#main .main_banner .banner_box .box_left .title .tuijian img {
  margin-right: 2px;
  width: 18px;
}

#main .main_banner .banner_box .box_left .title .tuijian span {
  font-family: "Douyin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #ffffff;
}

#main .main_banner .banner_box .box_left .briefIntroduction1 {
  margin-bottom: 34px;
}

#main .main_banner .banner_box .box_left .briefIntroduction1 li {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  margin: 14px 0;
}

#main .main_banner .banner_box .box_left .briefIntroduction1 li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #475569;
  margin-right: 8px;
  margin-top: 16px;
}

#main .main_banner .banner_box .box_left .briefIntroduction1 li p {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  color: #475569;
}

#main .main_banner .banner_box .box_left .briefIntroduction1 li p span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #475569;
}

#main .main_banner .banner_box .box_left .download_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 266px;
  height: 60px;
  background: linear-gradient(272.84deg, #4f98fe 1.43%, #5e4ffe 78.26%, #894ffe 112.07%);
  border-radius: 77px;
  cursor: pointer;
}

#main .main_banner .banner_box .box_left .download_btn:hover {
  opacity: 0.9;
}

#main .main_banner .banner_box .box_left .download_btn img {
  margin-right: 14px;
  width: 28px;
}

#main .main_banner .banner_box .box_left .download_btn span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}

#main .main_banner .banner_box .box_right {
  width: 712px;
  position: relative;
  height: 437px;
}

#main .main_banner .banner_box .box_right img {
  position: absolute;
  top: -39px;
  left: -45px;
  width: 100%;
}

#main .main_banner .banner_tip {
  font-size: 18px;
  color: #65748b;
  margin-top: 20px;
}

#main .main_banner .banner_setup {
  margin-top: 34px;
  position: absolute;
  bottom: -133px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 266px;
  padding: 0 120px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #f1f5f9;
  box-shadow: 0px 4px 24px rgba(194, 205, 221, 0.25);
  border-radius: 20px;
}

#main .main_banner .banner_setup .s1_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 22px;
  box-sizing: border-box;
  border-bottom: 1px solid #e9e9f3;
  width: 100%;
}

#main .main_banner .banner_setup .s1_top .top_left {
  display: flex;
  align-items: center;
}

#main .main_banner .banner_setup .s1_top .top_left .left_logo {
  margin-right: 9px;
  width: 100px;
}

#main .main_banner .banner_setup .s1_top .top_left .left_title .title_top {
  margin-bottom: 7px;
  display: flex;
  align-items: center;
}

#main .main_banner .banner_setup .s1_top .top_left .left_title .title_top span {
  font-family: "Douyin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 31.4483px;
  line-height: 38px;
  color: #161e45;
}

#main .main_banner .banner_setup .s1_top .top_left .left_title .title_top span.text {
  color: #3388ff;
}

#main .main_banner .banner_setup .s1_top .top_left .left_title .title_bottom {
  display: flex;
  align-items: center;
}

#main .main_banner .banner_setup .s1_top .top_left .left_title .title_bottom .start {
  margin-right: 10px;
  width: 120px;
  height: 20px;
}

#main .main_banner .banner_setup .s1_top .top_left .left_title .title_bottom span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 22px;
  background: linear-gradient(90deg, #6981ff 3.39%, #7e65de 100%);
  border-radius: 3px;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
}

#main .main_banner .banner_setup .s1_top .top_right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 266px;
  height: 60px;
  background: linear-gradient(272.84deg, #4f98fe 1.43%, #5e4ffe 78.26%, #894ffe 112.07%);
  border-radius: 77px;
  cursor: pointer;
}

#main .main_banner .banner_setup .s1_top .top_right:hover {
  opacity: 0.96;
}

#main .main_banner .banner_setup .s1_top .top_right img {
  margin-right: 14px;
  width: 28px;
}

#main .main_banner .banner_setup .s1_top .top_right span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}

#main .main_banner .banner_setup .s1_bottom {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 22px;
}

#main .main_banner .banner_setup .s1_bottom .item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

#main .main_banner .banner_setup .s1_bottom .item span {
  font-family: "Alibaba PuHuiTi";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #161e45;
  display: inline-block;
  margin-bottom: 4px;
}

#main .main_banner .banner_setup .s1_bottom .item p {
  font-family: "Alibaba PuHuiTi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #475569;
}

#main .main_banner .banner_setup .s1_bottom .link {
  width: 1px;
  height: 60px;
  margin: 0 50px;
  box-sizing: border-box;
  background-color: #e9e9f3;
}

#main .s2_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 187px;
}

#main .s2_box .box_top {
  display: flex;
  justify-content: center;
  align-items: center;
}

#main .s2_box .box_top .ms1 {
  margin-right: 16px;
  font-family: "Alibaba PuHuiTi";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #161e45;
}

#main .s2_box .box_top .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

#main .s2_box .box_top .item img {
  margin-right: 12px;
  width: 54px;
}

#main .s2_box .box_top .item span {
  font-family: "Alibaba PuHuiTi";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}

#main .s2_box .box_top .link {
  margin: 0 40px;
  width: 28px;
}

#main .s2_box .box_bottom {
  margin-top: 24px;
  font-family: "Alibaba PuHuiTi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #65748b;
  width: 932px;
  text-align: center;
}

#main .mz {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 15px;
  width: 100%;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #65748b;
}

#main .mz p {
  color: #c7d0e2;
}

#main .footer {
  width: 100%;
  height: 40px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main .footer span {
  font-size: 14px;
  color: #888;
}

#main .footer span a {
  font-size: 14px;
  color: #888;
}

#main .footer i {
  width: 1px;
  height: 12px;
  background-color: #888;
  margin: 0 30px;
}

#main .versionMask {
  width: 400px;
  height: 180px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  display: none;
}

#main .versionMask .title {
  line-height: 30px;
  font-weight: bold;
}

#main .versionMask p {
  width: 165px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(to right, #008ff9, #3b44f7);
  cursor: pointer;
}

#main .versionMask p:hover {
  opacity: 0.9;
}

#privacy-agreement {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 16px;
  background: #fff;
  box-sizing: border-box;
  overflow-y: scroll;
}

#privacy-agreement h2 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
}

#privacy-agreement p {
  margin: 0 0 10px;
  font-size: 14px;
}
