.wx-tip-wrap {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10000;
  display: none;
}
.wx-tip {
  position: relative;
  width: 100%;
  top: -60px;
}
    
.page {
  /* padding-top: 64px; */
  /* margin-left: auto; */
  /* margin-right: auto; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* nav */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(53, 128, 248, 1);
}
.nav-box {
  box-sizing: border-box;
  padding: 0 20.8%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  height: 36px;
  /* background: rgba(204, 204, 204, 1); */
  text-align: center;
}
.logo a{
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.logo img{
  /* width: 36px; */
  height: 36px;
  margin-right: 15px;
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.nav-item{
  position: relative;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  padding: 0 20px;
}

.nav-active::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 16px;
  height: 4px;
  background-color: #fff;
  border-radius: 3px;
  /* transition: all .3s; */
}

@media screen and (max-width: 767px) {
  .nav{
    display: none;
  }
}

/* 巨应科技 */
.banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(40.99% 50.05% at 50% 50.14778325123152%, rgba(122, 189, 255, 1) 0%, rgba(70, 154, 255, 1) 100%);
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  max-height: 60vw;
}
.banner-main {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0 20.8%;
}
.banner-context {
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  height: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .banner .banner-context {
    left: -20%;
  }
  .banner .banner-title { 
    font-size: 24px;
  }
  .banner .banner-btn{
    font-size: 16px;
    padding: 10px 16px ;
    width: 50%;
  }
}
.banner-title {
  font-family: 'Source Han Sans';
  font-size: 50px;
  line-height: 72px;
  font-weight: 700;
}
.banner-detail {
  font-size: 24px;
  line-height: 34px;
  max-width: 504px;
  font-weight: bold;
}
.banner-btn {
  display: inline-block;
  padding: 25px 55px;
  border-radius: 80px;
  text-align: center;
  background-color: #fff;
  color: rgba(70, 154, 255, 1);
  font-size: 20px;
  margin-top: 44px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s linear;
}
.banner-btn:active {
        transform: scale3d(0.92, 0.92, 1);
    }
.city {
  position: absolute;
  /* right: -280px; */
  top: 93px;
  left: -9.166%;
  right: 0;
  bottom: 0;
  width: 100vw;
  /* height: 869px; */
}


/* 移动端轮播样式 */
.mobile-banner {
  display: none;
  background: radial-gradient(40.99% 50.05% at 50% 50.14778325123152%, rgba(122, 189, 255, 1) 0%, rgba(70, 154, 255, 1) 100%);
}
.mobile-banner-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  padding-bottom: 45px;
}
.mobile-banner-logo{
  height: 30px;
  /* margin: 30px 0; */
  margin-top: 30px;
  align-self: flex-start;
  padding: 0 30px;
}
.mobile-banner-img{
  width: 68.53%;
  margin-top: 66px;
}
.mobile-banner-title{
  font-size: 25px;
  font-weight: bold;
  margin-top: 14px;
}
.mobile-banner-text{
  font-weight: bold;
  margin-top: 8px;
}
.mobile-banner-btn{
  display: inline-block;
  border-radius: 80px;
  text-align: center;
  background-color: #fff;
  color: rgba(70, 154, 255, 1);
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s linear;
  font-size: 15px;
  padding: 13px 28px;
  margin-top: 19px;
}

@media screen and (max-width: 767px) {
  .banner{
    display: none;
  }
  .mobile-banner{
    display: block;
  }
}

/* 公司简介 */
.feture {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 15px;
  padding-top: 220px;
  padding-bottom: 30px;
}
.feture-title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 56px;
  color: rgba(26, 35, 38, 1);
  margin-bottom: 100px;
  opacity: 0;
}
.feture-title img{
  height: 134px;
}
.feture-main {
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.feture-img {
  position: relative;
  /* flex: 0 0 50%; */
  width: 40%;
  order: 1;
  opacity: 0;
}
/* .feture-img::after{
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  background: rgba(255, 153, 51, 1);
  filter: blur(100px);
  z-index: -1;
} */
.feture-main-content {
  width: 50%;
  opacity: 0;
}

.feture-main-title {
  font-size: 30px;
  color: rgba(26, 35, 38, 1);
  margin-bottom: 34px;
  line-height: 56px;
  order: 2;
}
.feture-main-detail {
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 34.75px;
  color: #808080;
  order: 2;
}

.feture-tick-list{
  margin-top: 30px;
  color: rgba(128, 128, 128, 1);
    line-height: 34.75px;
}
.feture-tick-item{
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.feture-tick-item img{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .feture{
    padding-top: 10px;
  }
  .feture-img,
  .feture-main-content {
    width: 100%;
    padding: 0px 16px;
  }

  .feture-title{
    margin-bottom: 30px;
  }
  .feture-title img{
    /* height: 78px; */
    position: relative;
    width: 74%;
    height: auto;
  }
  .feture-img{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .feture-img img{
    width: 80% !important;
    display: block;
    position: relative;
    margin: 0 auto;
  }
  .feture-img::after{
    content: '';
    position: absolute;
    top: 10%;
    left: 10%;
    width: 90%;
    height: 90%;
    filter: blur(100px);
    z-index: -1;
    background-color:rgba(255, 153, 51, 1);
    opacity: 0.5
  }
  .feture-main-title{
    font-size: 20px;
    margin-bottom: 0;
  }
  .feture-main-detail{
    font-size: 14px;
    line-height: 1.8;
  }
  .feture-tick-item img{
    width: 16px;
    height: 16px;
  }
  .feture-tick-list{
    line-height: 1.8;
    font-size: 14px;
  }
  .feture-main-content{
    margin-top: 20px;
  }
}

/* 愿景及使命 start*/
.wish {
  /* background-color: rgba(249, 251, 255, 1); */
  /* height: 372px; */
  padding: 47px 0;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wish-box {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.wish_img {
  /* width: 100%;
  height: 100%; */
  /* width: 278px; */
  width: 40%;
  margin-right: 108px;
  /* height: 278px; */
  opacity: 0;
}
.wish-context {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}

.wish-title {
  line-height: 56px;
  font-size: 30px;
  margin-bottom: 17px;
  margin-top: 10px;
}
.wish-detail {
  letter-spacing: 0px;
  line-height: 34.75px;
  color:#404040;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .wish{
    padding-bottom: 10px;
  }
  .wish_img {
    width: 84%;
    padding: 0 8%;
    margin-right: 0px;
  }
  .wish-title{
    margin-top: 42px;
    font-size: 20px;
    line-height: 1.8;
  }
  .wish-detail{
    font-size: 14px;
    color: rgba(128, 128, 128, 1);
    line-height: 1.8;
  }
}
/* 培养孩子的三大能力 */
.ability {
  box-sizing: border-box;
  padding: 0 15px;
}
.ability-title {
  padding-top: 188px;
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 57.92px;
  color: rgba(26, 35, 38, 1);
  opacity: 0;
}

.ability-title img{
  display: block;
  height: 112px;
  margin: 0 auto;
}
.ability-title .mobile-ability-title-img{
    display: none;
}


.ability-main {
  margin-top: 144px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.ability-item {
  position: relative;
  flex: 1;
  padding-top: 100px;
  /* padding-bottom: 10px; */
  border-radius: 50px;
  margin: 0 20px;
  margin-bottom: 70px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 48px  rgba(213, 227, 242, 1);
  opacity: 0;
}

.ability-item-title {
  position: relative;
  left: -25px;
  margin-bottom: 12px;
  font-size: 30px;
  /* font-weight: 700; */
  letter-spacing: 0px;
  line-height: 42px;
  color: rgba(26, 35, 38, 1);
}

.ability-item-title img{
  width: 50px;
  height: 50px;
  margin-top: -10px;
}

.ability-item-detail {
  margin: 35px;
  color: rgba(138, 138, 138, 1);
  line-height: 1.8;
}

.ability-item>img{
  position: absolute;
  top: -52px;
  right: 0;
  width: 190px;
}
@media screen and (max-width: 1200px) {
  .ability-item-title{
    font-size: 20px;
  }
  .ability-item-detail{
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .ability {
    margin-top: 45px;
  }
  .ability-title {
    padding-top: 0;
  }
  .ability-title .ability-title-img{
    display: none;
  }
  .ability-title .mobile-ability-title-img{
    display: block;
    height: auto;
    width: 70%;
  }
  .ability-main{
    margin-top: 49px;
  }
  .ability-item {
    flex: initial;
    /* margin: 0 37px; */
    margin-bottom: 61px;
    padding-top: 60px;
    border-radius: 30px;
  }
  .ability-item>img{
    transform: scale(0.8) translateX(20px)

  }

  .ability-item-title{
    font-size: 16px;
    font-weight: bold;
  }
  .ability-item-detail{
    font-size: 13px;
    margin: 15px 19px 29px;
  }
}

/* 更多特色功能 start*/
.more {
  padding: 54px 0 60px;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more-box {
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.more-main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-bottom: 57px;
  margin: 0 7px;
}

.more-item {
  position: relative;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin-top: 36px;
  margin-right: 7.8%;
  padding: 76px 28px 123px;
  border-radius: 160px 20px 20px 20px;
  box-shadow: 0 2px 48px  #D5E3F2;
  opacity: 0;
}

.more-item:nth-child(3) {
  margin-right: 0;
}

.more-item-title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 52.13px;
  color: rgba(26, 35, 38, 1);
  /* margin-left: 12px; */
  text-align: center;
  align-self: center;
  width: 100%;
}
.more-item-detail {
  line-height: 26px;
  margin-top: 38px;
  color: #808080;
  line-height: 1.9;
}

.more-item-detail p{
  margin-bottom: 20px;
}

.more-item img{
  position: absolute;
  bottom: -70px;
  right: -64px;
  width: 300px;
}

.more-item .more-feture-4{
  /* bottom: -55px; */
  right: -37px;
  width: 189px;
}

.more-item .more-feture-5{
  /* bottom: -69px; */
  right: -38px;
  width: 225px;
}

.blank {
  height: 187px;
}
@media screen and (max-width: 767px) {
  .more{
    padding-top: 0;
  }
  .more-main{
    padding: 0 15px;
  }
  .more-item{
    flex: initial;
    margin-top: 60px;
    margin-right: 0;
    padding: 40px 20px 80px;
    border-top-left-radius: 100px;
  }
  .more-item img{
    transform: scale(0.6);
  }
  .more-item .more-feture-4{
    transform: scale(0.6);
  }
  .more-item .more-feture-5{
    transform: scale(0.6);
  }
  .blank {
    display: none;
  }
  .more-item-title{
    font-size: 18px;
  }
  .more-item-detail{
    font-size: 14px;
    margin-top: 20px;
  }
}
/* footer */
.footer {
  background: linear-gradient(180deg, rgba(70, 154, 255, 1) 0%, rgba(122, 189, 255, 1) 100%);
  color: #fff;
  width: 100vw;
}
.footer-main{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 3% 10.4%;
}

.footer-left img{
  width: 300px;
}

.footer-info{
  margin-top: 80px;
}
.footer-info-list{
  display: flex;
  align-items: center;
  margin-top: 29px;
}

.footer-info-list div{
  border-radius: 50px;
  /* height: 50px; */
  padding: 11px 13px;
  background-color: rgba(62, 148, 247, 1);
  margin-right: 14px;
}

.footer-right {
  margin-top: 50px;
  align-self: self-end;
}

.footer-right span{
  font-size: 18px;
  font-weight: bold;
}
.footer-right-list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 25px;
}

.footer-right-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 50px;

}
.footer-right-ite:last-child{
  margin-right: 0;
}
.footer-right-item-img{
  background-color: #fff;
  padding: 15px 45px;
  border-radius: 20px;
  margin-bottom: 10px;

}
.footer-right-item img{
  width: 50px;
  height: 50px;
}

.footer-bottom{
  padding: 50px 50px;
  margin: 0 auto;
  text-align: center;
  border-top: 2px solid rgba(194, 224, 255, .5);
  line-height: 1.8;
}

.footer-bottom-top{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.footer-bottom-top img{
    width: 150px;
    margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .footer-main{
    flex-direction: column;
    padding: 0;
  }
    .footer-main img{
      margin-bottom: 15px;
    }
  .footer-bottom{
    padding: 25px 50px 50px;
  }
}

/* 下载 */
.download{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(40.99% 50.05% at 50% 50.14778325123152%, rgba(122, 189, 255, 1) 0%, rgba(70, 154, 255, 1) 100%);
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.download-title{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-top: 50px;
}

.download-list{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 86px;
  width: 100%;
}

.download-item{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-right: 4.16%;
  border-radius: 40px;
  background: rgba(237, 244, 250, 1);
  box-shadow:inset 0px 2px 0  rgba(255, 255, 255, 1);
  padding: 35px 0;
  width: 27%;
  min-width:360px;
  cursor: pointer;
}
.download-item img{
  width: 50px;
  height: 50px;
}
.download-item:last-child{
  margin-right: 0;
}

.ipad-show{
  width: 63%;
  margin-top: 140px;
}
#PC_Download{
  display: block;
}
  #Mobile_Download{
    display: none;
  }
/* 移动端-下载 */
@media screen and (max-width: 767px) {
  #PC_Download{
    display: none;
  }
  #Mobile_Download{
    display: block;
  }
  .mobile-download{
      background: radial-gradient(40.99% 50.05% at 50% 50.14778325123152%, rgba(122, 189, 255, 1) 0%, rgba(70, 154, 255, 1) 100%);
      height: 100vh;
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .mobile-download-nav{
    align-self: flex-start;
    display: flex;
    align-items: center;
    padding: 30px 20px 0;
  }
  #backHome{
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
  .mobile-download-logo{
    height: 30px;
  }
  .mobile-download-title{
    font-size: 20px;
    margin-top: 65px;
    font-weight: bold;
    color: white;
    letter-spacing: 1.1px;
  }
  .ipad-show{
    margin-top: 41px;
    width: 84%;
  }
  .mobile-download-list{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 52px;
    width: 100%;
  }
  .download-item{
    width: 70%;
    padding: 20px 0;
    margin-right: 0;
    margin-bottom: 18px;
    border-radius: 20px;
    min-width: 238px;
  }
  .download-item img{
    width: 26px;
    height: 26px;
  }
}
/* 动画 */
.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 0.9s; /* 设置动画持续时间 */
  animation-fill-mode: forwards; /* 动画结束后保持最后一帧的状态 */
  animation-delay: 0.5s;
}
.fadeInLeft {
  animation-name: fadeInLeft;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
.TextfadeInLeft {
  animation-name: TextfadeInLeft;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
.TextfadeInRight {
  animation-name: TextfadeInRight;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
.TextfadeInButton{
  animation-name: TextfadeInButton;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes TextfadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-500px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes TextfadeInRight {
  0% {
    opacity: 0;
    transform: translateX(500px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes TextfadeInButton {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* @media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .banner-title {
    font-size: 40px;
    line-height: 62px;
  }
  .banner-detail,
  .feture-main-detail,
  .wish-detail {
    font-size: 20px;
    width: 100%;
    line-height: 30px;
  }
} */