@charset "utf-8";
@import url(format.css);

.home {
  font-size: 16px;
  color: #333;
  width: 100%;
  box-sizing: border-box;
  font-weight: 500;
}

.min-width {
  width: 1400px;
  margin: 0 auto;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  background: rgba(255, 255, 255, 0.70);
}

.header .h-left {
  display: flex;
  align-items: center;
}

.header .h-left img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.header .h-left .h-left-title {
  font-weight: 600;
  font-size: 34px;
}

.header .h-right {
  display: flex;
  align-items: center;
}

.header .h-right .h-menu {
  display: flex;
  align-items: center;
}

.header .h-right .h-menu a {
  margin-right: 50px;
}

.header .h-right .download-btn {
  background-color: #05D394;
  color: #fff;
  border-radius: 28px;
  padding: 15px 30px;
  cursor: pointer;
}

.banner {
  width: 100%;
  min-width: 1400px;
  height: 700px;
  position: relative;
}

.banner .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .banner-title-box {
  position: absolute;
  top: 70px;
  left: calc((100% - 1400px)/2);
  color: #fff;
}

.banner .banner-title-box .b-title {
  font-size: 90px;
  font-weight: bold;
  color: #000000;
}

.banner .banner-title-box .b-subtitle {
  margin-top: 35px;
  font-size: 64px;
  color: #000000;
}

.banner .banner-bottom {
  position: absolute;
  left: calc((100% - 1400px)/2);
  bottom: 44px;
  display: flex;
  align-items: flex-start;
  color: #fff;
}

.banner .banner-bottom .qrcode-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 44px;
}
.banner .banner-bottom .qrcode-box .q-text {
  color: #000000;
  font-size: 20px;
}

.banner .banner-bottom .qrcode-box .qrcode {
  border-radius: 10px;
  border: 2px solid #D2F1FF;
  padding: 4px 4px 0 4px;
  display: inline-block;
  background-color: #fff;
}

.banner .banner-bottom .qrcode-box img {
  width: 180px;
  height: 180px;
  border-radius: 10px;
  border: 2px #D2F1FF;
}

.banner .banner-bottom .btn-box {
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner .banner-bottom .btn-box .down-btn {
  border-radius: 40px;
  background-color: #05D394;
  padding: 16px 70px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #ffffff;
}

.banner .banner-bottom .btn-box .down-btn img {
  width: 32px;
  height: 32px;
  margin-right: 4px;
}

.section-one {
  padding: 40px 0 80px 0;
}

.section-one .t-subtitle {
  font-size: 20px;
  color: #66aff9;
}

.section-one .t-title {
  font-size: 48px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 24px;
}

.section-one .t-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-one .t-list .t-list-item:nth-child(3n) {
  margin-right: 0;
}

.section-one .t-list .t-list-item {
  width: 30%;
  display: flex;
  align-items: center;
}

.section-one .t-list .t-list-item .item-icon {
  background-color: #05D394;
  border-radius: 32px;
  width: 88px;
  height: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 32px;
}

.section-one .t-list .t-list-item .item-right {
  flex: 1;
  min-width: 0;
}

.section-one .t-list .t-list-item .item-right .r-title {
  font-size: 22px;
}

.section-one .t-list .t-list-item .item-right .r-subtitle {
  font-size: 14px;
  color: #594D6D;
  margin-top: 8px;
}

.margin-top98 {
  margin-top: 98px;
}

.line {
  width: 100%;
  height: 2px;
  background-color: #000;
}

.section-two {
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-two .image-box {
  height: 744px;
}

.margin-right120 {
  margin-right: 120px;
}

.margin-left120 {
  margin-left: 120px;
}

.section-two .image-box img {
  width: auto;
  height: 100%;
}


.section-two .t-text-box .box-subtitle {
  color: #66aff9;
  font-size: 20px;
}

.section-two .t-text-box .box-title {
  font-size: 48px;
  font-weight: 600;
  margin-top: 32px;
}

.section-two .t-text-box .t-header {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.section-two .t-text-box .t-header img {
  width: 65px;
  height: 65px;
  margin-right: 30px;
}

.section-two .t-text-box .t-header .t-header-text {
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-two .t-text-box .t-header .t-header-text .h-title {
  font-size: 18px;
  font-weight: 600;
}

.section-two .t-text-box .t-header .t-header-text .h-subtitle {
  font-size: 14px;
  color: #594D6D;
}

.section-three {
  padding: 80px 350px;
  background-color: #05D394;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-three .avatar-list {
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-three .avatar-list img:nth-child(2) {
  width: 95px;
  height: 95px;
}

.section-three .avatar-list img:nth-child(1), .section-three .avatar-list img:nth-child(3) {
  width: 65px;
  height: 65px;
}

.section-three .three-desc {
  width: 730px;
  margin-top: 80px;
  font-size: 36px;
  font-weight: 500;
}

.section-three .three-user {
  font-size: 22px;
  margin-top: 34px;
}

.section-three .three-source {
  font-size: 14px;
  opacity: 0.5;
  margin-top: 10px;
}

.section-four {
  padding: 70px 0;
}

.section-four .f-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-four .f-box .f-box-left {
  display: flex;
  align-items: center;
}

.section-four .f-box .f-box-left img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.section-four .f-box .f-box-left .f-title {
  font-size: 34px;
  font-weight: 600;
}

.section-four .f-box .btn {
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 15px 50px;
  border-radius: 28px;
  background: #05D394;
}

.section-four .mail {
  font-size: 16px;
  margin-top: 40px;
}

.section-four .f-line {
  width: 100%;
  height: 1px;
  background-color: #E7E5EA;
  margin: 25px 0 60px 0;
}

.section-four .f-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-four .f-bottom .f-bottom-left .b-menu {
  margin-right: 40px;
  font-size: 16px;
}

.section-four .version {
  color: #594D6D;
  font-size: 14px;
  margin-right: 20px;
}

