.home .k12-bottom{
  background-image: url('/wp-content/assets/images/bg-bottom.png');
}
.home .animated{
  visibility:hidden
}
.home-collaborate{
  text-align: center;
}
.home-collaborate-img{
  width: 1536px;
  margin: 0 auto;
  margin-top: 40px;
  flex-wrap: wrap;
}
.home-collaborate-img img{
  height: 43px;
}
.home-collaborate-text{
  text-align: center;
  font-size: 32px;
  line-height: 36px;
}
.home-collaborate-text span{
  color: #00AA76;
}

.home-solution{
  background: linear-gradient(180deg, #F2FAF5 0%, #F7F8F8 100%);
}
.home-solution-titles{
  text-align: center;
}
.home-solution-box{
  overflow: hidden;
}
.home-solution .swiper-slide{
  width: 366px;
}
.home-solution-item{
  margin-top: 80px;
  width: 366px;
  height: 600px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  
}
.home-solution-img{
  width: 100%;
  margin-bottom: 40px;
}
.home-solution-title{
  margin-left: 32px;
  font-size: 36px;
  line-height: 46px;
}
.home-solution-desc{
  width: 302px;
  margin: 12px 0  0 32px;
  font-size: 24px;
  line-height: 28px;
}
.home-solution-more{
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 32px;
 
}
.home-solution-more span{
  font-size: 16px;
  line-height: 19px;
}
.home-solution-more-arrow{
 font-size: 16px;
  margin-left: 4px;
  color: #00AA76;
}
.home-feature-item{
  margin-bottom: 180px;
}
.home-feature-item:nth-child(2n){
  flex-direction: row-reverse;
}
.home-feature-item:last-child{
  margin-bottom: 0;
}
.home-feature-left{
  width: 565px;
}
.home-feature-desc{
  font-size: 20px;
  line-height: 28px;
  margin: 30px 0 60px;
}
.home-feature-link{
  margin-right: 24px;
}
.home-feature-right{
  width: 800px;
  border-radius: 52px;
  object-fit: cover;
}
.home-data{
  background-color: #F7F8F8;
}
.home-data-left{
  width: 565px;
}
.home-data-left-desc{
  padding: 30px 0 60px;
  font-size: 24px;
  line-height: 32px;
}
.home-data-right{
  width: 840px;
  flex-wrap: wrap;
}
.home-data-item{
  width: 280px;
  height: 280px;
  background: #FFFFFF;
  box-shadow: 15px 24px 18px rgba(0, 0, 0, 0.0360031);
  border-radius: 24px;
  padding: 34px 26px;
  box-sizing:border-box;
}
.home-data-item:first-child{
  margin: 0 40px 0 236px;
}
.home-data-item:nth-child(2){
  margin-top: 32px;
}
.home-data-item:last-child{
  margin: 40px 0 0 40px;
}
.home-data-item-titel{
  font-style: italic;
  margin: 24px 0 8px;
  text-align: center;
  font-size: 48px;
  line-height: 48px;
}
.home-data-item-desc{
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.home-data-item-img{
  font-size: 72px;
}
.home-stores{
  background: #FAFAFA;
  padding-left: 10%;
}
.home-stores-box-scolle-hidden{
  margin-top: 80px;
  height: 706px;
  /* overflow: hidden; */
}
.home-stores-box-scolle{
  width: 100%;
  overflow-x: auto; 
  
}

.home-stores-img{
  width: 100%;
  height: 270px;
  border-radius: 38px;
  border:  1px solid #f4f4f4;
}
.home-stores-tag{
  margin: 20px 0 12px;
}

.home-bottom{
  background-color: #009265;
}
.home-bottom-title{
  width: 1024px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.home-bottom-link{
  text-align: center;
  margin-top: 80px;
}
.home-bottom-link-price{
  width: 250px;
  background-color: #FFFFFF !important;
  line-height: 74px !important;
  border-radius: 37px !important;
  margin-right: 25px;
  color: #009265 !important;
}
.home-bottom-link-sale{
  width: 250px;
  color: #000;
  line-height: 74px !important;
  border-radius: 37px !important;
  border: 1px solid #fff;
  background-color:transparent !important;
}
.home  .about-solution{
  background: linear-gradient(180deg, #F2FAF5 0%, #F7F8F8 100%);
}
.home .about-solution-descs{
display: none;
}
.home .about-solution-titles{
  margin-bottom: 80px;
}
.home-feature-lms-btn:hover{
  /* color: #009265; */
  text-decoration: underline !important;
}
@media screen and (max-width: 1920px){
  .home-collaborate{
    text-align: center;
  }
  .home-collaborate-img{
    width: 1120px;
  }
  .home-collaborate-img img{
    height: 36px;
  }
  .home-collaborate-text{
    font-size: 24px;
    line-height: 28px;
  }
  .home-solution .swiper-slide{
    width: 262px;
  }
  .home-solution-item{
    margin-top: 60px;
    width: 262px;
    height: 490px;
    border-radius: 21px;    
  }
  .home-solution-img{
    margin-bottom: 28px;
  }
  .home-solution-title{
    margin-left: 22px;
    font-size: 32px;
    line-height: 32px;
  }
  .home-solution-desc{
    width: 218px;
    margin: 12px 0  0 22px;
    font-size: 20px;
    line-height: 26px;
  }
  .home-solution-more{
    bottom: 29px;
    left: 22px;
  }
  .home-feature-item{
    margin-bottom: 150px;
  }
  .home-feature-left{
    width: 448px;
  }
  .home-feature-desc{
    font-size: 18px;
    line-height: 24px;
    margin: 24px 0 40px;
  }
  .home-feature-right{
    width: 600px;
    border-radius: 40px;
  }
  .home-feature-link-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
  }
  .home-feature-lms-btn{
    line-height: 56px;
  }
  .home-feature-link-box  .home-feature-link{
    width: fit-content;
  }
  .home-data-left{
    width: 412px;
  }
  .home-data-left-desc{
    padding: 24px 0 60px;
    font-size: 20px;
    line-height: 32px;
  }
  .home-data-right{
    width: 669px;
  }
  .home-data-item{
    width: 240px;
    height: 258px;
    background: #FFFFFF;
    box-shadow: 15px 24px 18px rgba(0, 0, 0, 0.0360031);
    border-radius: 16px;
    padding: 34px 20px;
  }
  .home-data-item:first-child{
    margin: 0 32px 0 156px;
  }
  .home-data-item:nth-child(2){
    margin-top: 32px;
  }
  .home-data-item:last-child{
    margin: 40px 0 0 32px;
  }
  .home-data-item-titel{
    margin: 24px 0 8px;
    font-size: 28px;
    line-height: 32px;
  }
  .home-data-item-desc{
    font-size: 16px;
    line-height: 20px;
  }
  .home-stores{
    background: #FAFAFA;
    padding-left: 10%;
  }
  .home-stores-box-scolle-hidden{
    margin-top: 80px;
    height: 706px;
    /* overflow: hidden; */
  }
  .home-stores-box-scolle{
    width: 100%;
    overflow-x: auto; 
    
  }
  .home-bottom{
    background-color: #009265;
  }
  .home-bottom-title{
    width: 1024px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
  }
  .home-bottom-link{
    text-align: center;
    margin-top: 80px;
  }
  .home-bottom-link-price{
    width: 250px;
    background-color: #FFFFFF !important;
    line-height: 74px !important;
    border-radius: 37px !important;
    margin-right: 25px;
    color: #009265 !important;
  }
  .home-bottom-link-sale{
    width: 250px;
    color: #000;
    line-height: 74px !important;
    border-radius: 37px !important;
    border: 1px solid #fff;
    background-color:transparent !important;
  }
  .home .about-solution-titles{
    margin-bottom: 60px;
  }
  .home-feature-lms-btn{
    line-height: 60px;
  }
}
@media screen and (max-width: 1200px){
  .home-collaborate{
    text-align: center;
  }
  .home-collaborate-img{
    width: 880px;
    margin-top: 30px;
  }
  .home-collaborate-img img{
    height: 28px;
  }
  .home-collaborate-text{
    font-size: 20px;
    line-height: 20px;
  }
  .home-solution .swiper-slide{
    width: 202px;
  }
  .home-solution-item{
    margin-top: 48px;
    width: 202px;
    height: 406px;
    border-radius: 16px;    
  }
  .home-solution-img{
    margin-bottom: 24px;
  }
  .home-solution-title{
    margin-left: 20px;
    font-size: 24px;
    line-height: 24px;
  }
  .home-solution-desc{
    width: 162px;
    margin: 12px 0  0 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .home-solution-more{
    bottom: 24px;
    left: 20px;
  }
  .home-feature-item{
    margin-bottom: 120px;
  }
  .home-feature-left{
    width: 353px;
  }
  .home-feature-desc{
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 40px;
  }
  
  .home-feature-right{
    width: 478px;
    border-radius: 34px;
  }
  .home-data-left{
    width: 298px;
  }
  .home-data-left-desc{
    padding: 20px 0 40px;
    font-size: 16px;
    line-height: 20px;
  }
  .home-data-right{
    width: 565px;
  }
  .home-data-item{
    width: 200px;
    height: 200px;
    box-shadow: 10px 17px 12px rgba(0, 0, 0, 0.0360031);
    border-radius: 12px;
    padding: 25px 16px;
  }
  .home-data-item:first-child{
    margin: 0 32px 0 130px;
  }
  .home-data-item:nth-child(2){
    margin-top: 24px;
  }
  .home-data-item:last-child{
    margin: 32px 0 0 32px;
  }
  .home-data-item-titel{
    font-size: 24px;
    line-height: 32px;
    margin: 20px 0 4px;
  }
  
  .home-data-item-img{
    font-size: 52px;
  }
  .home .about-solution-titles{
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 960px){
  .home-collaborate{
    text-align: center;
  }
  .home-collaborate-img{
    width:668px;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content:center !important;
    
  }
  .home-collaborate-img img{
    margin-top: 20px;
    margin-right: 40px;
  }
  .home-solution-box{
    width: 100% !important;
    max-width: 880px;
    padding-left: 40px;
  }
  .home-feature-item{
    margin-bottom: 100px;
  }
  .home-feature-left{
    width: 273px;
  }
  .home-feature-desc{
    margin: 20px 0 40px;
  }
  .home-feature-link-box{
    display: flex;
    font-size: 16px;
    line-height: 16px;
  }
  .home-feature-right{
    width: 388px;
    border-radius: 34px;
  }
  .home-data-box{
    flex-direction: column;
  }
  .home-data-left{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .home-data-left-text{
    width: 390px;
  }
  .home-data-left-desc{
    padding: 20px 0 0;
  }
  .home-data-right{
    width: 100%;
    margin-top: 40px;
    justify-content: space-between;
    
  }
  .home-data-item{
    width: 154px;
    height: 176px;
    box-shadow: 8px 13px 9px rgba(0, 0, 0, 0.0360031);
    border-radius: 9px;
    padding: 17px 5px;
  }
  .home-data-item:first-child{
    margin: 0
  }
  .home-data-item:nth-child(2){
    margin-top: 0;
  }
  .home-data-item:last-child{
    margin: 0;
  }
  .home-data-item-titel{
    font-size: 24px;
    line-height: 28px;
    margin: 15px 0 6px;
  }
  .home-data-item-img{
   font-size: 40px;
  }
 
}
@media screen and (max-width: 768px){
  .home-collaborate{
    text-align: left;
    padding: 80px 20px !important;
  }
  .home-collaborate-img{
    width: 540px;
    flex-wrap: wrap;
  }
  .home-collaborate-img img{
    margin-top: 20px;
  }
  .home-solution-titles{
    text-align: left;
    padding: 0 20px;
  }
  .home-solution-box{
    padding-left:20px;
  }
  .home-feature-item{
    margin-bottom: 60px;
    flex-direction: column !important;
    padding: 0 40px !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  .home-feature-left{
    width: 100%;
  }
  .home-feature-desc{
    margin: 10px 0 20px;
  }
  .home-feature-link-box{
    display: flex;
  }
  .home-feature-right{
    width: 100%;
    border-radius: 20px;
    margin-top: 40px;
  }
  .home-data-box{
    flex-direction: column;
  }
  .home-data-left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 390px;
  }
  .home-data-left-text{
    width: 390px;
  }
  .home-data-left-desc{
    padding: 10px 0 10px;
    text-align: center;
  }
  .home-data-right{
    width: 100%;
    margin-top: 40px;
    justify-content: space-between;
    padding: 0 40px;
    
  }
  .home-data-item{
    width: 48%;
    height: 114px;
    box-shadow: 8px 13px 9px rgba(0, 0, 0, 0.0360031);
    border-radius: 9px;
    padding: 24px 20px;
    display: flex;
    flex-direction: row !important;
    align-items: center;
  }
  .home-data-item:first-child{
    margin: 0 0 24px;
  }
  .home-data-item:nth-child(2){
    margin: 0 0 24px;
  }
  .home-data-item:last-child{
    margin: 0;
  }
  .home-data-left-text{
    text-align: center;
  }

  .home-data-item-titel{
    margin: 0px 0 3px;
    text-align: left;
  }
  .home-data-item-desc{
    text-align: left;
  }
  .home-data-item-img{
    font-size: 60px;
    margin-right: 20px;
  }
  .home .about-solution-titles{
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 580px){
  .home-collaborate-img{
    max-width: 540px;
    width: 100%;
   padding: 0 20px;
  }
  .home-collaborate-img img{
    margin-top: 20px;
  }
  .home-data-left{
    width: 100%;
    padding: 0 40px;
  }
  .home-data-left-text{
    width: 100%;
    text-align: center;
  }
  .home-data-item{
    width: 100%;
    margin-bottom: 24px;
  }
  .home-data-item:last-child{
    margin: 0;
  }
  .home-feature-item{
    padding: 0 20px !important;
  }
  .home-feature-link-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home-data-right{
    padding: 0 20px;
  }
}