 body {
  min-width: 1200px;;
 }
 /* 公共 */
 .global-box {
  width: 1200px;
  margin: 0 auto;
 }


/* banner */
.banner .bg {
  width: 100%;
  height: 685px;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(/img/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.banner .bg .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
 
}
.banner .bg .header .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner .bg .header .left .logo {
  width: 37px;
  height: 37px;
}
.banner .bg .header .left .logo2 {
  width: 70px;
  margin-left: 10px;
}
.banner .bg .header .download-btn {
  padding: 8px 28px;
  background: #FC7708;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
}
.banner .bg .content {
  margin-top: 200px;
  color: #fff;
  line-height: 1.5;
}
.banner .bg .content .one {
  font-size: 70px;
  font-weight: bold;
}
.banner .bg .content .two {
  font-size: 40px;
}

/* 我们的团队 */
.team {
  height: 630px;
  background: linear-gradient(180deg, #FFF4EF 0%, rgba(255,251,248,0) 100%);

}
.team .title {
  padding-top: 120px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.team .way {
  position: relative;
}
.team .way .line {
  width: 100%;
}
.team .way .point1 {
  top: 50px;
  left: 160px;
}
.team .way .point2 {
  top: 180px;
  left: 254px;
}
.team .way .point3 {
  top: 50px;
  right: 25px;
}
.team .way .li {
  position: absolute;
  text-align: center;
}
.team .way .li .name {
  font-size: 24px;
  font-weight: 600;
  color: #040404;
}
.team .way .li .decoration {
  width: 50px;
  height: 5px;
  margin: 15px auto;
  background-color: #F76023;
}
.team .way .li .desc {
  font-size: 16px;
  color: #999;
  line-height: 1.8;
}

.app .app-bg {
  width: 100%;
  height: 1250px;
  background-position: 50% 50%;
  background-image: url(/img/app.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.download .bg {
  max-width: 1672px;
  height: 488px;
  margin: 0 auto;
  background-position: 50% 50%;
  background-image: url(/img/buildings.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.download .title {
  margin-top: 160px;
  position: relative;
  top: -40px;
  padding-top: 0px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.download .ul {
  width: 1100px;
  margin: 94px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.download .ul .li {
  text-align: center;
}
.download .ul .li .code {
  width: 130px;
  height: 130px;
}
.download .ul .li .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  padding: 12px 30px;
  border-radius: 5px;
  background-color: #F06B47;

}
.download .ul .li .btn .icon {
  height: 24px;
}
.download .ul .li .btn span {
  color: #fff;
  font-size: 16px;
  margin-left: 10px;
}
.download .ul .disabled .btn {
  background-color: #686868;
}

.summary {

}
.summary .bg {
  width: 100%;
  height: 459px;
  margin: 0 auto;
  background-position: 50% 50%;
  background-image: url(/img/summary.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.summary .global-box {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.summary .text {
  text-align: center;
}
.summary .text .desc {
  font-size: 18px;
  color: #6A6A6A;
  line-height: 2;
}
.summary .text .email {
  display: inline-block;
  background: #F06B4720;
  border-radius: 8px;
  color: #F06B47;
  font-size: 22px;
  padding: 15px 30px;
  margin-top: 50px;
}

.copyright {
  padding: 30px 0;
  background-color: #F06B47;
  color: #fff;
}
.copyright .flex {
  width: 1000px;
  margin: 0 auto;
}
.copyright .flex .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.copyright .flex .left .title {
  font-size: 20px;
  font-weight: bold;
}

.copyright .flex .left .ul {
  margin-top: 10px;
}
.copyright .flex .left .li {
  line-height: 2;
}
.copyright .flex .left .li a {
  color: #fff;
}
.copyright .flex .right .qr img {
  width: 90px;
  height: 90px;

}
.copyright .flex .right .qr .name {
  margin-top: 10px;
}

.copyright .flex .nunber {
  margin-top: 20px;
  border-top: 1px solid #fff;
  padding-top: 30px;
  text-align: center;
}

.right{
  display: flex;
  align-items: center;
}

.toShop{
  width: 80px;
  height: 30px;
  background-color: #4242427a;
  border-radius: 10px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-right: 20px;
  cursor: pointer;
}