.apps {
  max-width: 1920px;
  min-width: 1068px;
}

body.apps,
body.mapps {
  display: block;
}

.apps-header {
  height: 122px;
}

.logo {
  /* width: 210px; */
  height: 50px;
  margin-right: 18px;
  margin-left: 40px;
}

.apps-nav {
  padding: 11px 18px;
  border-left: 1px #e7e7e7 solid;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #5c5c5c;
  line-height: 28px;
}

.apps-top {
  width: 100%;
  height: 698px;
  position: relative;
}

.apps-top-bg {
  background: url('/static/cms/images/apps/bg-top.png') 0 0/1920px 698px no-repeat;
  width: 1920px;
  height: 698px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 107px 414px;
}

.apps-title {
  font-size: 60px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 84px;
  width: 360px;
  text-align: center;
}

.apps-desc {
  font-size: 30px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 42px;
  margin-top: 6px;
  width: 360px;
  text-align: center;
}

.apps-download {
  width: 360px;
  margin: 64px 0 0 0;
  display: flex;
  justify-content: center;
}

.logo-app {
  width: 202px;
  height: 202px;
  display: none;
}

.logo-app.active {
  display: block;
}

.download-right {
  padding: 4px 0;
  height: 202px;
}

.download-btn.active {
  width: 233px;
  height: 78px;
  background: #27dfba;
  border-radius: 8px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 25px;
  cursor: initial;
}

.download-btn.active .default,
.download-btn .active {
  display: none;
}

.download-btn.active .active,
.download-btn .default {
  display: block;
}

.download-ios img {
  width: 45px;
  height: 45px;
  margin-right: 5px;
}

.download-btn {
  width: 233px;
  height: 78px;
  background: #ffffff;
  border-radius: 8px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #4f8bf2;
  line-height: 25px;
  cursor: pointer;
}

.download-android img {
  width: 42px;
  height: 42px;
  margin-right: 7px;
}

.apps-box {
  width: 100%;
  height: 584px;
}

.apps-box.box1 {
  background: #edf8ff;
}

.apps-box.box2 {
  background: #ffffff;
}

.apps-box.box1 img {
  width: 888px;
  height: 432px;
}

.apps-box.box2 img {
  width: 910px;
  height: 432px;
}

.apps-bottom {
  width: 100%;
  height: 419px;
  position: relative;
}

.apps-bottom-bg {
  background: url('/static/cms/images/apps/bg-bottom.png') 0 0/1920px 419px no-repeat;
  width: 1920px;
  height: 419px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 47px 800px;
}

.bottom-title {
  font-size: 34px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 48px;
}

.bottom-desc {
  margin: -top 3px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
}

.bottom-download {
  width: 100%;
  margin-top: 45px;
}

.download-app {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 49px;
}

.download-app img {
  width: 130px;
  height: 130px;
}

.download-app span {
  margin-top: -4px;
}

.logo-box {
  position: relative;
  margin-right: 20px;
}

.download-tip {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 25px;
  white-space: nowrap;
}

.apps-box.apps2 {
  height: 756px;
  background: #f3f4f7;
}

.apps2-box {
  width: 1060px;
  margin-left: 60px;
  display: flex;
  justify-content: space-between;
  margin-top: 118px;
}

.apps2-swiper {
  width: 550px;
  height: 520px;
}

.apps2-swiper .item {
  display: flex;
  flex-direction: column;
}

.apps2-swiper .item .red {
  font-size: 30px;
  font-weight: bold;
  color: #ff7800;
  line-height: 42px;
  margin-right: 30px;
}

.apps2-swiper .item .black {
  font-size: 30px;
  font-weight: bold;
  color: #49494a;
  line-height: 42px;
}

.apps2-swiper .item .desc {
  margin-top: 14px;
  font-size: 24px;
  color: #6c6c6c;
  line-height: 33px;
}

.apps2-swiper .item .img {
  margin-top: 26px;
  width: 432px;
  height: 360px;
}

.apps2-code {
  width: 390px;
  height: 456px;
  background: #ffffff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.apps2-code .title {
  margin-top: 35px;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  line-height: 42px;
}

.apps2-code .desc {
  margin-top: 14px;
  font-size: 20px;
  color: #616161;
  line-height: 28px;
}

.apps2-code .img {
  width: 240px;
  height: 240px;
  margin-top: 16px;
}

.apps2-code .tip {
  margin-top: 16px;
  font-size: 20px;
  color: #3b8bc9;
  line-height: 28px;
}

.apps2-box .swiper-container.bullet .swiper-pagination-bullet{ 
  width: 37px;
  height: 2px;
  background: #D2D2D2;
  border-radius: 1px;
  opacity: 1;
} 

.apps2-box .swiper-container.bullet .swiper-pagination-bullet-active {
  width: 37px;
  height: 2px;
  background: #7D7D7D;
  border-radius: 1px;
  opacity: 1;
}

.swiper-container.bullet .swiper-pagination {
  padding-right: 118px;
}