.header {
  z-index: 12;
}

.page {
  padding-top: 80px;
}

.page .case {
  padding-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 158px;
}

.page .case .w1200 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page .case .w1200 .list {
  width: calc(370 / 1200 * 100%);
  margin-left: calc(45 / 1200 * 100%);
  margin-bottom: 46px;
}

.page .case .w1200 .list:nth-child(3n + 1) {
  margin-left: 0;
}

.page .case .w1200 .list .img {
  font-size: 0;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.page .case .w1200 .list .img .caseBlackBg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.page .case .w1200 .list .img .caseBlackBg .caseMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 calc(30 / 370 * 100%);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 22px;
  width: 100%;
}

.page .case .w1200 .list .img .caseBlackBg .caseMenu a {
  display: block;
  width: calc((100% - 2px) / 2);
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
}

.page .case .w1200 .list .img .caseBlackBg .caseMenu a:first-child {
  background-image: -webkit-gradient(linear, left top, right top, from(#f84c05), to(#f98a2f));
  background-image: linear-gradient(90deg, #f84c05, #f98a2f);
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px;
}

.page .case .w1200 .list .img .caseBlackBg .caseMenu a:last-child {
  background-image: -webkit-gradient(linear, left top, right top, from(#fa8c30), to(#e2bb5e));
  background-image: linear-gradient(90deg, #fa8c30, #e2bb5e);
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
}

.page .case .w1200 .list .content {
  display: block;
  padding: 16px 20px 12px;
}

.page .case .w1200 .list .content .title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 18px;
}

.page .case .w1200 .list .content .title .price {
  font-size: 18px;
  color: #e20612;
}

.page .case .w1200 .list .content .tips {
  font-size: 13px;
  color: #666;
  margin-top: 10px;
}

.page .caseDetail {
  padding-top: 86px;
}

.page .caseDetail .w1200 .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page .caseDetail .w1200 .info .img {
  width: calc(700 / 1200 * 100%);
  border: 5px solid #333;
  -webkit-box-shadow: 0 45px 80px -24px #8591a0;
  box-shadow: 0 45px 80px -24px #8591a0;
  border-radius: 20px;
  overflow: hidden;
}

.page .caseDetail .w1200 .info .right {
  width: calc(500 / 1200 * 100%);
  padding: 0 0 0 calc(80 / 1200 * 100%);
  padding-top: 14px;
}

.page .caseDetail .w1200 .info .right .caseTitle {
  font-size: 32px;
  color: #333;
}

.page .caseDetail .w1200 .info .right .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px;
}

.page .caseDetail .w1200 .info .right .type span {
  display: block;
  padding: 0 18px;
  text-align: center;
  border: 1px solid #dbdde1;
  font-size: 14px;
  color: #999;
  line-height: 28px;
  border-radius: 15px;
  margin-right: 10px;
  margin-top: 10px;
}

.page .caseDetail .w1200 .info .right .number {
  font-size: 15px;
  color: #666666;
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d7db;
}

.page .caseDetail .w1200 .info .right .caseTips {
  font-size: 15px;
  color: #666;
  line-height: 26px;
  padding-top: 14px;
}

.page .caseDetail .w1200 .info .right .btn {
  display: block;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #f84311;
  border-radius: 26px;
  margin-top: 60px;
}

.page .caseDetail .w1200 .caseDetailTitle {
  text-align: center;
  font-size: 24px;
  color: #666;
  margin-top: 88px;
}

.page .caseDetail .w1200 .caseDetailContent {
  margin-top: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 120px;
  border-bottom: 1px solid #dbdde1;
}

.page .caseDetail .w1200 .caseDetailContent img {
  max-width: 100%;
  -webkit-box-shadow: 0 0 50px rgba(82, 90, 95, 0.15);
  box-shadow: 0 0 50px rgba(82, 90, 95, 0.15);
}

.page .caseDetail .w1200 .pageTurn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 38px 0 80px;
}

.page .caseDetail .w1200 .pageTurn a {
  width: calc(250 / 1200 * 100%);
  border: 1px solid #dbdde1;
  text-align: center;
  font-size: 14px;
  color: #999;
  line-height: 44px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 23px;
}

.page .pageTitle {
  padding-top: 96px;
  padding-bottom: 80px;
}

.page .pageTitle p {
  text-align: center;
  font-size: 36px;
  color: #2b3346;
  font-weight: 600;
}

.page .pageTitle .pageTips {
  color: #2b3346;
  font-size: 15px;
  text-align: center;
  margin-top: 11px;
}

.page .officialBanner {
  position: relative;
}
.page .officialBanner img {
  width: 100%;
  height: auto;
}
.page .officialBanner .w1200 {
  position: absolute;
  top: 400px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page .officialBanner .w1200 .content .title {
  font-size: 42px;
  color: #333;
  font-weight: bold;
}

.page .officialBanner .w1200 .content .tips {
  font-size: 18px;
  color: #333;
  margin-top: 23px;
}

.page .officialBanner .w1200 .content .btn {
  display: block;
  width: 150px;
  height: 46px;
  background-color: #f84311;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(224, 115, 115, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(224, 115, 115, 0.2);
  border-radius: 23px;
  font-size: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 48px;
}

.page .officialBanner .w1200 .content .btn.key {
  background-color: #1162f8 !important;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(17, 202, 248, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(17, 202, 248, 0.2);
}

.page .officialBanner .w1200 .content .btn img {
  margin-right: 10px;
  width: auto;
}

.page .officialBanner .w1200 .content p {
  font-size: 15px;
  color: #999;
  margin-top: 37px;
}

.page .officialBanner .w1200 .content .ico {
  margin-top: 72px;
}
.page .officialBanner .w1200 .content .ico img {
  width: auto;
}
.page .officialBlock {
  padding-bottom: 36px;
}

.page .officialBlock .w1200 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page .officialBlock .w1200 .content .list {
  width: calc(246 / 1200 * 100%);
  margin-left: calc(72 / 1200 * 100%);
  margin-bottom: 60px;
}

.page .officialBlock .w1200 .content .list:nth-child(4n + 1) {
  margin-left: 0;
}

.page .officialBlock .w1200 .content .list .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 36px;
}

.page .officialBlock .w1200 .content .list .title {
  color: #43464d;
  font-size: 16px;
  margin-top: 21px;
}

.page .officialBlock .w1200 .content .list .tips {
  font-size: 15px;
  line-height: 25px;
  color: #6f7480;
  margin-top: 10px;
}

.page .officialBlock2 {
  background: url(../images/officialBlock2Bg.jpg) no-repeat center;
  padding-bottom: 118px;
}

.page .officialBlock2 .w1200 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 40px;
}

.page .officialBlock2 .w1200 .content .contLeft ul li {
  width: 160px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 22px;
  border: solid 1px #16BAAA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: #43464d;
  margin-bottom: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page .officialBlock2 .w1200 .content .contLeft ul li img {
  margin-right: 10px;
}
.page .officialBlock2 .w1200 .content .contLeft ul li i {
  margin-right: 10px;
}

@media (max-width:850px){
.page .officialBlock2 .w1200 .content .contLeft ul li i {
  display: none;
}	

}

.page .officialBlock2 .w1200 .content .contLeft ul li.on {
  background-color: #16BAAA;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(22,186,170, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(22,186,170, 0.2);
  border-color: #16BAAA;
  color: #fff;
}

.page .officialBlock2 .w1200 .content .contLeft ul li.on img {
  -webkit-filter: grayscale(100%) brightness(600%);
  filter: grayscale(100%) brightness(600%);
}

.page .officialBlock2 .w1200 .content .contRight {
  max-width: 910px;
  max-height: 517px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  border: solid 6px #01304a;
  overflow: hidden;
}

.page .officialBlock2 .w1200 .content .contRight .cont {
  font-size: 16px;
}

.page .officialBlock2 .w1200 .content .contRight .cont img {
  width: 910px;
  height: auto;
}

.page .officialBlock3 .w1200 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page .officialBlock3 .w1200 .content .list {
  width: calc(372 / 1200 * 100%);
  position: relative;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(43, 51, 70, 0.13);
  box-shadow: 0px 0px 20px 0px rgba(43, 51, 70, 0.13);
  border-radius: 10px;
  overflow: hidden;
  margin-left: calc(42 / 1200 * 100%);
}

.page .officialBlock3 .w1200 .content .list:first-child {
  margin-left: 0;
}

.page .officialBlock3 .w1200 .content .list:nth-child(2) .cont .btn {
  background: #7108f1;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(112, 8, 241, 0.33);
  box-shadow: 0px 0px 20px 0px rgba(112, 8, 241, 0.33);
}

.page .officialBlock3 .w1200 .content .list:nth-child(3) .cont .btn {
  background: #0059ff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 89, 255, 0.33);
  box-shadow: 0px 0px 20px 0px rgba(0, 89, 255, 0.33);
}

.page .officialBlock3 .w1200 .content .list .cont {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 45px;
}

.page .officialBlock3 .w1200 .content .list .cont img {
  width: 100%;
  height: auto;
}

.page .officialBlock3 .w1200 .content .list .cont .title {
  font-size: 28px;
  color: #fff;
  text-align: center;
}

.page .officialBlock3 .w1200 .content .list .cont .tips {
  font-size: 15px;
  color: #fff;
  opacity: 0.9;
  text-align: center;
  margin-top: 12px;
}

.page .officialBlock3 .w1200 .content .list .cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 34px;
}

.page .officialBlock3 .w1200 .content .list .cont ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: #fff;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.15);
  margin-left: 10px;
}

.page .officialBlock3 .w1200 .content .list .cont ul li:first-child {
  margin-left: 0;
}

.page .officialBlock3 .w1200 .content .list .cont ul li img {
  margin-right: 2px;
  width: auto;
}

.page .officialBlock3 .w1200 .content .list .cont .price {
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin-top: 27px;
}

.page .officialBlock3 .w1200 .content .list .cont .price span {
  font-size: 50px;
  margin-right: 5px;
  font-family: "barlow-m";
}

.page .officialBlock3 .w1200 .content .list .cont .btn {
  width: 220px;
  line-height: 46px;
  background-color: #00d09f;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 208, 159, 0.33);
  box-shadow: 0px 0px 20px 0px rgba(0, 208, 159, 0.33);
  border-radius: 23px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 122px;
}

.page .platformBlock3 {
  padding-bottom: 84px;
}

.page .platformBlock3 .w1200 .pageTitle {
  padding-bottom: 65px;
}

.page .platformBlock3 .w1200 .content {
  padding: 0 50px 0 35px;
  position: relative;
}

.page .platformBlock3 .w1200 .content .menuBlock {
  position: absolute;
  width: calc(504 / 1200 * 100%);
  right: 50px;
  bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page .platformBlock3 .w1200 .content .menuBlock .contRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  margin-top: -13px;
  position: relative;
}

.page .platformBlock3 .w1200 .content .menuBlock .contRight .swiper-button-next,
.page .platformBlock3 .w1200 .content .menuBlock .contRight .swiper-button-prev {
  position: initial;
  z-index: 11;
  width: 46px;
  height: 46px;
  border: 1px solid #f84311;
  background: #f84311;
  border-radius: 23px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 0;
  margin: 0;
  cursor: pointer;
}

.page .platformBlock3 .w1200 .content .menuBlock .contRight .swiper-button-next::after,
.page .platformBlock3 .w1200 .content .menuBlock .contRight .swiper-button-prev::after {
  width: 8px;
  height: 15px;
  font-size: 15px;
  color: #fff;
}

.page
  .platformBlock3
  .w1200
  .content
  .menuBlock
  .contRight
  .swiper-button-next.swiper-button-disabled,
.page
  .platformBlock3
  .w1200
  .content
  .menuBlock
  .contRight
  .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  border-color: #e3e1e1;
  color: #e3e1e1;
  background: #fff;
}

.page
  .platformBlock3
  .w1200
  .content
  .menuBlock
  .contRight
  .swiper-button-next.swiper-button-disabled::after,
.page
  .platformBlock3
  .w1200
  .content
  .menuBlock
  .contRight
  .swiper-button-prev.swiper-button-disabled::after {
  color: #e3e1e1;
}

.page .platformBlock3 .w1200 .content .menuBlock .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 15px;
  color: #6f7480;
  position: initial;
  line-height: 24px;
}

.page .platformBlock3 .w1200 .content .menuBlock .swiper-pagination .swiper-pagination-current {
  font-size: 24px;
  color: #43464d;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.page .platformBlock3 .w1200 .swiper {
  overflow: hidden;
}

.page .platformBlock3 .w1200 .swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page .platformBlock3 .w1200 .swiper .swiper-slide .contRight {
  width: calc(504 / 1115 * 100%);
  padding-top: 40px;
}

.page .platformBlock3 .w1200 .swiper .swiper-slide .contRight .title {
  font-size: 24px;
  color: #43464d;
  font-weight: bold;
  border-bottom: 1px solid #e3e1e1;
  position: relative;
  width: 100%;
  padding-bottom: 22px;
}

.page .platformBlock3 .w1200 .swiper .swiper-slide .contRight .title::after {
  position: absolute;
  width: 70px;
  height: 2px;
  display: block;
  content: "";
  bottom: -1px;
  left: 0;
  background: #f84311;
}

.page .platformBlock3 .w1200 .swiper .swiper-slide .contRight .tips {
  font-size: 15px;
  line-height: 2;
  color: #6f7480;
  margin-top: 28px;
}

.page .platformBlock4 {
  position: relative;
}

.page .platformBlock4 img {
  width: 100%;
  height: auto;
}

.page .platformBlock4 .content {
  width: calc(1040 / 1920 * 100%);
  max-width: 1040px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page .platformBlock4 .content .contLeft {
  width: calc(826 / 1040 * 100%);
  position: relative;
}

.page .platformBlock4 .content .contLeft p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
}

.page .platformBlock4 .content .contLeft p span {
  font-size: 36px;
  color: #fff;
  margin-right: 13px;
}

.page .platformBlock4 .content .contLeft ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
}

.page .platformBlock4 .content .contLeft ul li {
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 15px;
  color: #fff;
  padding: 0 10px;
}

.page .platformBlock4 .content .contLeft ul li img {
  width: auto;
  margin-right: 5px;
}

.page .platformBlock4 .content .contLeft .price {
  font-size: 15px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page .platformBlock4 .content .contLeft .price span {
  font-size: 44px;
  color: #fff;
}

.page .platformBlock4 .content .btn {
  font-size: 16px;
  color: #f84311;
  background: #fff;
  width: 164px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(248, 67, 17, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(248, 67, 17, 0.2);
  border-radius: 23px;
  display: block;
  text-align: center;
  line-height: 46px;
}

@media (max-width: 1200px) {
  .page .platformBlock3 {
    padding-bottom: 100px;
  }

  .page .platformBlock3 .w1200 .content .menuBlock {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page .platformBlock3 .w1200 .content .menuBlock .swiper-pagination {
    display: none;
  }

  .page .platformBlock3 .w1200 .content .menuBlock .contRight {
    bottom: 0;
  }

  .page .platformBlock3 .w1200 .content .menuBlock .contRight .swiper-button-prev {
    margin-right: 20px;
  }
}

@media (max-width: 996px) {
  .w1200 {
    width: 86%;
  }
  .page .officialBanner .w1200 {
    top: 246px;
  }
  .page .caseDetail .w1200 .info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page .caseDetail .w1200 .info .img,
  .page .caseDetail .w1200 .info .right {
    width: 100%;
  }

  .page .caseDetail .w1200 .info .right {
    padding: 50px 0 0;
  }

  .page .caseDetail .w1200 .pageTurn a {
    width: 40%;
  }

  .page .officialBlock3 .w1200 .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page .officialBlock3 .w1200 .content .list {
    width: auto;
    margin: 0;
    max-width: 49%;
    margin-bottom: 40px;
  }

  .page .officialBlock3 .w1200 .content .list .cont .btn {
    margin-top: 40px;
  }

  .page .platformBlock3 .w1200 .content {
    padding: 0;
  }

  .page .platformBlock3 .w1200 .content .swiper .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page .platformBlock3 .w1200 .content .swiper .swiper-slide .contRight {
    width: 100%;
  }

  .page .platformBlock3 .w1200 .content .menuBlock {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -50px;
  }

  .page .platformBlock4 .content {
    width: 80%;
  }

  .page .platformBlock4 .content .contLeft ul {
    display: none;
  }

  .page .platformBlock4 .content .contLeft p span {
    font-size: 30px;
  }

  .page .platformBlock4 .content .contLeft .price {
    right: 20%;
  }

  .page .platformBlock4 .content .contLeft .price span {
    font-size: 30px;
  }
}

@media (max-width: 750px) {
  .page .pageTitle {
    padding: 40px 0;
  }

  .page .pageTitle p {
    font-size: 6vw;
  }

  .page .pageTitle .pageTips {
    font-size: 3vw;
  }

  .page .case {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .page .case .w1200 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page .case .w1200 .list {
    width: 48%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .page .case .w1200 .list .content {
    padding: 10px 10px 0;
  }

  .page .case .w1200 .list .content .title .price {
    display: none;
  }

  .page .caseDetail .w1200 .pageTurn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }

  .page .caseDetail .w1200 .pageTurn a {
    width: 100%;
    margin-bottom: 20px;
  }

  .page .officialBanner {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }

  .page .officialBanner img {
    height: 100%;
    width: auto;
    max-width: 1000%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .page .officialBanner .w1200 .content .title {
    font-size: 8vw;
  }

  .page .officialBanner .w1200 .content .tips {
    display: none;
  }

  .page .officialBanner .w1200 .content .btn {
    height: 40px;
    margin-top: 25px;
  }

  .page .officialBanner .w1200 .content .btn img {
    width: auto;
    height: auto;
    position: initial;
  }

  .page .officialBanner .w1200 .content .ico {
    display: none;
  }

  .page .officialBlock .w1200 .content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page .officialBlock .w1200 .content .list {
    margin-left: 0;
    width: 48%;
  }

  .page .officialBlock2 .w1200 .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
  }

  .page .officialBlock2 .w1200 .content .contLeft ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page .officialBlock2 .w1200 .content .contLeft ul li {
    width: auto;
    padding: 0 15px;
    margin-right: 10px;
    height: 35px;
  }

  .page .officialBlock2 .w1200 .content .contLeft ul li img {
    display: none;
  }

  .page .officialBlock3 .w1200 .content .list {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }

  .page .officialBlock3 .w1200 .content .list:first-child {
    margin: 0 auto;
  }

  .page .platformBlock4 {
    display: none;
  }
}

.page .platformBanner .w1200 .content .btn {
  background: #0082ff;
}
.page .officialBlock2 {
  background-size: cover;
}
.page .platformBlock2 .w1200 .content {
  flex-direction: column;
}
.page .platformBlock2 .w1200 .content .contLeft ul {
  display: flex;
  justify-content: center;
}
.page .platformBlock2 .w1200 .content .contLeft ul li {
  margin-right: 32px;
  box-shadow: 0px 10px 30px 0px rgb(0 130 255 / 20%) !important;
}
.page .platformBlock2 .w1200 .content .contLeft ul li:last-child {
  margin-right: 0;
}
.page .platformBlock2 .w1200 .content .contRight {
  max-width: 955px;
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
}
.page .platformBlock2 .w1200 .content .contLeft ul li.on {
  background: #0082ff;
  border-color: #0082ff;
}
.page .platformBlock4 .content .btn {
  color: #0082ff;
  box-shadow: 0px 10px 30px 0px rgb(0 130 255 / 20%) !important;
}
.page .platformBlock3 .w1200 .swiper .swiper-slide .contRight .title::after {
  background: #0082ff;
}
.page .platformBlock3 .w1200 .content .menuBlock .contRight .swiper-button-next {
  margin-left: 25px;
}
.page .platformBlock3 .w1200 .content .menuBlock .contRight div:hover {
  background: #0082ff;
  border-color: #0082ff;
}
/*# sourceMappingURL=newSass.css.map */
