* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
}
@media all and (max-width: 750px) {
  .hidden-m {
    display: none !important;
  }
}
@media all and (min-width: 750px) {
  .hidden-pc {
    display: none !important;
  }
}
.topBanner {
  width: 100vw;
  height: calc(244 / 1920 * 100vw);
  background-size: 100% 100%;
  padding: 0 calc(100vw / 2 - (1920px - 320px * 2) / 2);
  display: flex;
  align-items: center;
}
@media all and (max-width: 750px) {
  .topBanner {
    height: 32vw;
  }
}
.topBanner .text {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
}
.topBanner .text .cn {
  font-size: 36px;
  font-weight: 500;
  color: #FFFFFF;
}
@media all and (max-width: 750px) {
  .topBanner .text .cn {
    font-size: 24px;
  }
}
.topBanner .text .en {
  font-size: 24px;
  font-weight: 300;
  color: #FFFFFF;
  opacity: 0.5;
}
@media all and (max-width: 750px) {
  .topBanner .text .en {
    font-size: 18px;
  }
}
.simpleList {
  width: 1000px;
  margin: 50px auto auto;
  min-height: 400px;
  position: relative;
}
@media all and (max-width: 750px) {
  .simpleList {
    width: 90%;
    margin-top: 10px;
  }
}
.simpleList .item {
  border-bottom: 1px solid #ececec;
  padding: 26px 0;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  width: 100%;
}
@media all and (max-width: 750px) {
  .simpleList .item {
    padding: 10px 0;
  }
}
.simpleList .item .left {
  display: flex;
  align-items: center;
}
@media all and (max-width: 750px) {
  .simpleList .item .left {
    max-width: 75%;
  }
}
.simpleList .item .left .type {
  width: 61px;
  height: 22px;
  border: 1px solid #0D6FB8;
  border-radius: 2px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #0D6FB8;
  margin-top: 2px;
}
.simpleList .item .left .title {
  font-size: 18px;
  margin-left: 10px;
  max-width: 750px;
  font-weight: 400;
  color: #131315;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: linear all 0.3s;
}
@media all and (max-width: 750px) {
}
@media all and (max-width: 750px) {
  .simpleList .item .left .title {
    font-size: 15px;
  }
}
.simpleList .item .date {
  font-size: 16px;
  font-weight: 400;
  color: #96989C;
}
@media all and (max-width: 750px) {
  .simpleList .item .date {
    font-size: 12px;
  }
}
.simpleList .item:hover .left .title {
  font-weight: 800;
}
.simpleArticleDetail {
  background-color: #f2f2f5;
  min-height: 400px;
  padding: 40px 0 60px 0;
  display: flex;
  justify-content: center;
  position: relative;
}
@media all and (max-width: 750px) {
  .simpleArticleDetail {
    padding-top: 20px;
  }
}
.simpleArticleDetail .card {
  padding: 60px 55px;
  background-color: white;
  width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 750px) {
  .simpleArticleDetail .card {
    width: 90%;
    margin-left: 0;
    padding: 25px;
  }
}
.simpleArticleDetail .card .title {
  font-size: 28px;
  font-weight: 400;
  color: #131315;
  text-align: center;
}
@media all and (max-width: 750px) {
  .simpleArticleDetail .card .title {
    font-size: 18px;
    font-weight: 800;
  }
}
.simpleArticleDetail .card .line2 {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #96989C;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 750px) {
  .simpleArticleDetail .card .line2 {
    margin-top: 20px;
  }
}
.simpleArticleDetail .card .line2 .date {
  margin-right: 30px;
}
.simpleArticleDetail .card .content {
  margin-top: 40px;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #D3D6DC;
  min-height: 300px;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  overflow: hidden;
}
@media all and (max-width: 750px) {
  .simpleArticleDetail .card .content {
    font-size: 12px;
    font-weight: 400;
    color: #575661;
    line-height: 24px;
    margin-top: 20px;
  }
}
body {
  background-color: white;
}
.swiper {
  width: 100%;
  height: calc(650 / 1920 * 100vw);
}
@media all and (max-width: 750px) {
  .swiper {
    height: calc(425 / 750 * 100vw);
  }
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service {
  background-color: white;
  padding-bottom: 90px;
}
@media all and (max-width: 750px) {
  .service {
    padding-bottom: 30px;
  }
}
.service .line {
  display: flex;
  justify-content: space-between;
  padding: 0 calc(100vw / 2 - (1920px - 320px * 2) / 2);
  margin-top: 36px;
}
@media all and (max-width: 750px) {
  .service .line {
    flex-wrap: wrap;
    margin-top: 24px;
  }
}
.service .line .item {
  width: 413px;
  height: 160px;
  text-align: center;
  line-height: 160px;
  color: #FFFFFF;
  cursor: pointer;
  background-size: 100% 100%;
}
@media all and (max-width: 750px) {
  .service .line .item {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 5vw;
    height: calc(160 / 413 * 90vw);
    line-height: calc(160 / 413 * 90vw);
  }
}
.service .line .item:nth-child(1) {
  background-image: url("/devimages/service1.png");
}
.service .line .item:nth-child(2) {
  background-image: url("/devimages/service2.png");
}
.service .line .item:nth-child(3) {
  background-image: url("/devimages/service3.png");
}
.about {
  background-color: #f7f7fa;
  padding: 0 calc(100vw / 2 - (1920px - 320px * 2) / 2) 55px calc(100vw / 2 - (1920px - 320px * 2) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 750px) {
  .about {
    padding-bottom: 20px;
  }
}
.about .box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
@media all and (max-width: 750px) {
  .about .box {
    flex-direction: column;
    margin-top: 20px;
  }
}
.about .box .content {
  width: 50%;
  height: 360px;
  overflow: hidden;
}
@media all and (max-width: 750px) {
  .about .box .content {
    width: 90%;
    margin-left: 5%;
    height: auto;
  }
}
.about .box video {
  width: 50%;
  height: 360px;
  background-color: black;
}
@media all and (max-width: 750px) {
  .about .box video {
    width: 90%;
    margin-left: 5%;
    height: auto;
  }
}
.about .guquanBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
}
.about .guquanBox img {
  height: 100%;
  width: auto;
}
@media all and (max-width: 750px) {
  .about .guquanBox img {
    width: 100vw;
    height: auto;
  }
}
.about .hidden {
  display: none;
}
.rewards {
  background-image: url("/devimages/index_rewards_bg.jpg");
  width: 100%;
  height: 782px;
  overflow-y: hidden;
  background-size: cover;
  background-position: center;
}
.rewards .titleimg {
  width: 135px;
  margin-bottom: 60px;
  margin-left: calc(50% - 135px / 2);
  margin-top: 30px;
  position: relative;
}
@media all and (max-width: 750px) {
  .rewards .titleimg {
    margin-bottom: 15px;
  }
}
.rewards .box {
  display: flex;
  flex-wrap: wrap;
  padding: 0 calc(100vw / 2 - (1920px - 320px * 2) / 2);
  justify-content: space-around;
  position: relative;
  overflow: hidden;
}
.rewards .box .reward {
  width: 444px;
  margin-bottom: 50px;
  position: relative;
}
@media all and (max-width: 750px) {
  .rewards .box .reward {
    width: 80%;
  }
}
.rewards .more {
  color: white;
  border-color: white;
}
.bitTitle {
  font-size: 32px;
  font-weight: bold;
  color: #0D6FB8;
  margin-top: 64px;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 750px) {
  .bitTitle {
    margin-top: 20px;
  }
}
.more {
  width: 202px;
  height: 44px;
  line-height: 44px;
  background: rgba(248, 248, 250, 0.1);
  border: 1px solid #0D6FB8;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #0D6FB8;
  margin-top: 60px;
  cursor: pointer;
}
@media all and (max-width: 750px) {
  .more {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=index.css.map */