
* {
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
@font-face {
  font-family: "Alimama ShuHeiTi-Bold";
  src: url(../font/Alimama_ShuHeiTi_Bold.woff2);
}
body {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  font-size: 14px;
  background-color: #f8f8f8;
  overflow-x: hidden;
  overflow-y: scroll;
}
/**头部**/

.bg1 {
  position: absolute;
  top: 1px;
  left: -100px;
  width: 120%;
  height: 750px;
  transform: rotate(0deg);
  background: linear-gradient(-100deg, #f83600 0%, #f9d423 100%);
  border-radius: 92px;
}
.bg2 {
  position: absolute;
  top: 750px;
  right: -100px;
  transform:rotate(0deg);
  width: 120%;
  height: 950px;
  background: rgba(224, 195, 252, 0.51);
  border-radius: 92px;
}
section {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: space-between;
}
section .big-title {
  position: relative;
  font-size: 64px;
  font-family: Alimama ShuHeiTi-Bold, Alimama ShuHeiTi;
  font-weight: bold;
  color: #434443;
  white-space: nowrap;
  line-height: 80px;
}
section .big-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 348px;
  height: 12px;
  border-radius: 5px;
  background: linear-gradient(to right, #f6d365, rgba(255, 255, 255, 0));
}
section .explain {
  font-size: 28px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 35px;
  white-space: nowrap;
}
section .explain.explain2 {
  margin-top: 24px;
  color: #777777;
}
.section1 {
  top: 80px;
}
.section1 .section1-left {
  width: 668px;
  height: 670px;
  background-image: url(../image-load-files/bg1.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.section1 .section1-right {
  margin: 80px 0 0 24px;
}
.section1 .section1-right .title {
  margin-bottom: 16px;
  font-size: 64px;
  font-family: Alimama ShuHeiTi-Bold, Alimama ShuHeiTi;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
}
.section1 .section1-right .explain {
  margin-bottom: 46px;
  font-size: 28px;
  font-family: Alimama ShuHeiTi-Bold, Alimama ShuHeiTi;
  font-weight: bold;
  color: #ffffff;
  line-height: 40px;
  white-space: nowrap;
}
.section1 .section1-right .explain span {
  margin: 0 10px;
  font-size: 48px;
  color: #dbff00;
}
.section1 .section1-right .explain2 {
  display: flex;
  margin-bottom: 57px;
}
.section1 .section1-right .explain2 .small-explain {
  position: relative;
  margin-right: 40px;
  font-size: 20px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 25px;
  white-space: nowrap;
}
.section1 .section1-right .explain2 .small-explain::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
.section1 .section1-right .explain2 .small-explain:first-of-type::before {
  display: none;
}
.section1 .section1-right .download-wrapper {
  display: flex;
  position: relative;
  z-index: 1;
}
.section1 .section1-right .download-wrapper .ewm {
  width: 118px;
  height: 118px;
  border-radius: 5px;
  background: #fff;
}
.section1 .section1-right .download-wrapper .button-container {
  margin-left: 20px;
}
.section1 .section1-right .download-wrapper .button-container .download {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 209px;
  height: 50px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  border-radius: 44px;
  font-size: 20px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  cursor: pointer;
}
.section1 .section1-right .download-wrapper .button-container .download:hover {
  background: rgba(0, 0, 0, 1);
}
.section1 .section1-right .download-wrapper .button-container .download .icon {
  display: block;
  width: 32px;
  height: 32px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.section1 .section1-right .download-wrapper .button-container .download .icon.ios {
  margin-right: 125px;
  background-image: url(../image-load-files/icon1.png);
}
.section1 .section1-right .download-wrapper .button-container .download .icon.android {
  margin-right: 125px;
  background-image: url(../image-load-files/icon2.png);
}
.section1 .section1-right .install-tips {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
  font-weight: bold;
  padding-left: 10px;
}
.section2 {
  top: 817px;
  align-items: center;
}
.section2 .section2-left {
  margin-right: 82px;
}
.section2 .section2-left .big-title {
  margin-bottom: 118px;
}
.section2 .section2-left .explain {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 28px;
  font-family: PingFang SC-Semibold, PingFang SC;
  color: #333333;
}
.section2 .section2-left .explain span {
  width: 84px;
  height: 65px;
  margin: 0 10px 0 20px;
  background: #2a8c51;
  border-radius: 39px 39px 39px 39px;
  font-size: 30px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section2 .section2-right {
  width: 789px;
  height: 829px;
  background-image: url(../image-load-files/bg2.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.section3 {
  top: 1754px;
  align-items: center;
}
.section3 .section3-left {
  width: 792px;
  height: 818px;
  background-image: url(../image-load-files/bg3.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.section3 .section3-right .big-title {
  margin-bottom: 92px;
}
.section3 .section3-right .explain {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  white-space: nowrap;
}
.section3 .section3-right .explain span {
  width: 84px;
  height: 65px;
  margin: 0 10px 0 20px;
  background: #5ec386;
  border-radius: 39px 39px 39px 39px;
  font-size: 30px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section4 {
  top: 2631px;
}
.section4 .section4-left {
  margin-top: 181px;
}
.section4 .section4-left .big-title {
  margin-bottom: 69px;
}
.section4 .section4-left .explain {
  margin-bottom: 25px;
}
.section4 .section4-right {
  width: 880px;
  height: 818px;
  background-image: url(../image/bg4.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.bottom {
  top: 2508px;
  left: 0;
  width: 100%;
  transform: none;
  background: linear-gradient(to right, #868f96, #596164);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 101px;
}
.bottom .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/bg5.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.bottom .big-title {
  font-size: 60px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 75px;
  margin-bottom: 33px;
}
.bottom .big-title::before {
  display: none;
}
.bottom .explain {
  font-size: 26px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 33px;
}
.bottom .button-container {
  display: flex;
  justify-content: space-between;
  margin: 81px auto 102px;
}
.bottom .button-container .download {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 68px;
  font-size: 20px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  border-radius: 44px;
  cursor: pointer;
}
.bottom .button-container .download.ios {
  background: #5278ff;
}
.bottom .button-container .download.ios:hover {
  background: #6f8eff;
}
.bottom .button-container .download.android {
  margin: 0 24px;
  background: #ff8a00;
}
.bottom .button-container .download.android:hover {
  background: #ffa012;
}
.bottom .button-container .download.ewm {
  background: #ff4a4a;
}
.bottom .button-container .download.ewm:hover {
  background: #ff6868;
}
.bottom .button-container .download .icon {
  display: block;
  width: 32px;
  height: 32px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.bottom .button-container .download .icon.ios {
  margin-right: 17px;
  background-image: url(../image-load-files/icon1.png);
}
.bottom .button-container .download .icon.android {
  margin-right: 5px;
  background-image: url(.../image-load-files/icon2.png);
}
.bottom .button-container .download .icon.ewm {
  margin-right: 5px;
  background-image: url(../image/icon3.png);
}
.bottom .button-container .eight-ewm {
  top: 72px;
}
.bottom footer {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #575757;
  box-sizing: border-box;
  padding: 64px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom footer .footer-left .app-icon {
  display: block;
  width: auto;
  height: 62px;
  margin: 0 auto;
}
.bottom footer .footer-right {
  text-align: left;
}
.bottom footer .footer-right .link a {
  margin-right: 15px;
}
.bottom footer .footer-right a:hover {
  color: #5ec386;
}
.bottom footer .footer-right .text {
  margin-bottom: 10px;
  color: #afafaf;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom footer .footer-right .text span {
  margin-right: 20px;
}
.bottom footer .footer-right .text .text2 {
  display: flex;
  align-items: center;
}
.bottom footer .footer-right .text .text2 img {
  margin-right: 5px;
}
.ewm {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 按钮 */
.eight-ewm {
  position: absolute;
  width: 202px;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 15px 0px;
  border-radius: 4px;
  left: 50%;
  top: 62px;
  transform: translate(-50%, 0);
  z-index: 9999;
  display: none;
}
.eight-ewm.box1 {
  height: 190px;
}
.eight-ewm.box2,
.eight-ewm.box3 {
  height: 170px;
}
.eight-ewm p {
  font-size: 14px;
  color: #333;
  line-height: 22px;
}
.eight-ewm p.b_m_url {
  margin-top: 10px;
}
.eight-ewm img {
  width: 130px;
  height: 130px;
  margin: 10px auto;
  float: none;
}
.eight-ewm a {
  color: #ff0000;
  font-size: 14px;
  cursor: pointer;
}
.eight-ewm button {
  display: inline-block;
  width: 100%;
  background: #ff4b4b;
  color: #fff;
  text-align: center;
  line-height: 45px;
  border-radius: 6px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}
.android-container,
.ios-container,
.ewm-container {
  position: relative;
}
