

.block {
  width: 1200px;
}
.ishow-title{
  height: 80px;
}
#bg {
  background: url(../image/bg.png) no-repeat;
  background-size: 100%;
}

#bg main {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  /*
  flex-wrap: wrap;*/
}

#bg aside {
 /* color: #454545;*/
  color: #737373;
  text-align: center;
  border-radius: 8px;
  /*width: 240px;*/
  max-width: 240px;
  display: inline-block;
  width: 20%;
  vertical-align: top;
}

#bg aside .active {
  color: #a40000;
}

#bg aside .sidebar:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

#bg aside .sidebar:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.sidebar {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: rgba(229, 229, 229, 0.4);
  position: relative;
  cursor: pointer;
}

.sidebar .hr {
  /*width: 167px;*/
  width:170px;
  height: 1px;
  background-color: white;
  position: absolute;
  /*top: 97%;*/
  top:98%;
  left: 50%;
  transform: translate(-50%);
}

.sidebar h4 {
  width: 100%;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: normal;
}

.sidebar span {
  font-size: clamp(12px, 1.2vw, 14px);
  margin-top: -30px;
}
.sidebar:hover h4, .sidebar:hover span{
  color: #a40000;
}

.triangle {
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 8px solid #a40000;
  position: absolute;
  top: 50%;
  /*right: 30px;*/
  right:10px;
  transform: translate(0, -50%);
}

#bg section {
  /*flex: 5;*/
  margin-left: 40px;
  display: inline-block;
  width:76%
}

/* HEADER */
header {
  position: fixed;
  z-index: 280;
  width: 100%;
  height: 44px;
  background-color: #333333;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(12px, 1.2vw, 14px);
  top: 0;
  left: 0;
}

.head_left div {
  float: left;
  cursor: pointer;
}

.head_left span {
  height: 26px;
  line-height: clamp(20px, 2vw, 26px);
  font-size:clamp(12px, 1.5vw, 14px);
}
.head_left img{
  vertical-align: middle;
  margin-right: 10px;
}

.head_left div:nth-child(2) {
  margin-left: 1.9rem;
}

.head_left div:nth-child(2) img {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.head {
  width: 1200px;
  height: 100%;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.phone_color {
  color: #ffcd50;
  font-weight: 600;
  font-size: clamp(16px, 2vw, 18px);
}

.i2-gn-content>a {
  font-family: Microsoft YaHei, 微软雅黑 !important;

}

.i2-gn-content>div {
  /* width: 239.5px; */
  /*padding-right: 105px;*/
  padding-right:10px;
}

.head_right ul li span {
  font-family: Microsoft YaHei, 微软雅黑 !important;
  line-height: 20px;

}

.head_right ul li {
  float: left;
  position: relative;
  cursor: pointer;
  display: flex;
}
.head_right ul li a img{
  width:20px;
  height:20px;
}
.head_right ul li a {
  font-size: clamp(12px, 1.2vw, 14px);
  color: white;
  font-family: '微软雅黑';
  line-height: clamp(18px, 1.8vw, 22px);
}
.head_right ul li>img,.head_right ul li a.weiboA {
  width: 20px;
  height: 20px;
}

.head_right .code {
  position: absolute;
  top: 100%;
  height: 140px;
  z-index: 280;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.head_right .code1 {
  width: 230px;
  left: -75%;
}

.head_right .code2 {
  width: 122px;
  left: -19%;
}

.head_right .code3 {
  width: 122px;
  /*left: -30%;*/
  left: -62%
}

.head_right ul li:hover .code,.head_right ul li:hover img:nth-child(2) {
  display: block;
}
.head_right ul li img:nth-child(2),.head_right ul li:hover img:nth-child(1),
.head_left div:nth-child(2) img:nth-child(2), .head_left div:nth-child(1) img:nth-child(2),
.head_left div:nth-child(2):hover img:nth-child(1), .head_left div:nth-child(1):hover img:nth-child(1)
{
  display: none;
}
.head_left div:nth-child(2):hover img:nth-child(2), .head_left div:nth-child(1):hover img:nth-child(2) {
  display: inline-block;
}
ul li {
  list-style-type: none;
}

.spacing {
  margin: 0 7.5px;
}

/* NAV */

.shadow {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}

#nav {
  position: relative;
  padding: 10px 20px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

#nav div:nth-child(2) {
  display: flex;
}

.nav {
  padding-top: 28px;
}

.nav li {
  float: left;
  font-size: clamp(14px, 1.5vw, 16px);
  margin: 0 20px;
  text-align: center;
}

.nav li a {
  color: #515a6e;
  /* font-size: 16px; */
}

.nav li .title {
  font-size: clamp(14px, 1.5vw, 16px);
  margin-bottom: 4px;
}

.nav li span {
  font-size: clamp(11px, 1.2vw, 13px);
  font-family: Arial, Helvetica, sans-serif;
  display: block;
}

.nav li span:nth-child(1) {
  margin-top: -8px;
}

.active-header {
  color: #a40001;
}

.active-header span {
  color: #a40001;
}

.active-header .title {
  color: #a40001;
}

.decoration {
  display: block;
  /*width: 70px;*/
  height: 6px;
  /* background-color: #a40001;*/
  border-radius: 3px;
  margin: 15px auto 0 auto;
  opacity: 0;
}

.decoration_hidden {
  opacity: 1;
}

.nav:hover .decoration_hidden {
  opacity: 0;
}

nav ul li:hover .decoration {
  opacity: 1 !important;
}

.nav_button {
  display: block;
  color: white;
  background-color: #b60001;
  border-radius: 30px;
  width: 158px;
  height: 38px;
  font-size: clamp(14px, 1.5vw, 16px);
  border: none;
  outline: none;
  text-align: center;
  line-height: 38px;
}

.nav_button:hover {
  background-color: #ffc66c;
}

footer>div {
  margin: 0 35px;
  color: #fdfbfb;
}

footer div a {
  color: #fdfbfb;
}

.link a {
  font-size: clamp(12px, 1.3vw, 14px);
  line-height: clamp(1.8, 2vw, 2);
  color: #eaeaea;
}


.link h4 a {
  font-size: clamp(16px, 1.8vw, 18px);
  color: #eaeaea;
}

.big_line {
  width: 1px;
  height: 130px;
  background-color: #b4b4b4;
  margin-top: 12px;
}

.top {
  cursor: pointer;
  margin-bottom: 20px;
}

.top,
.bottom {
  display: flex;
  justify-content: left;
}

.top img,
.bottom img {
  margin-right: 20px;
}

.top div,
.bottom div {
  font-weight: 600;
}

.top div span,
.bottom div span {
  font-size: clamp(12px, 1.3vw, 14px);
  font-weight: normal;
}

.footer_phone {
  font-size: clamp(14px, 1.5vw, 16px) !important;
}

.footer {
  background-color: #333;
  color: #fdfbfb;
  padding: 43px 0;
  display: flex;
  justify-content: center;
  font-size: clamp(10px, 1vw, 12px);
  position: relative;
  cbox-sizing: border-box;
}

.footer a {
  margin-left: 20px;
  color: #fdfbfb;
}

footer {
  display: flex;
  justify-content: center;
  background-color: #333333;
  color: #fdfbfb;
  padding: 60px 0 56px 0;
}

footer a {
  text-decoration: none;
  color: #fdfbfb;
}

.about {
  line-height: clamp(36px, 4vw, 42px);
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 600;
}

.banner_img {
  width: 1200px;
  height: 360px;
  margin: 20px auto;
  margin-top: 144px;
}

.banner_img img {
  width: 100%;
}

button {
  cursor: pointer;
}

/* 分页器 */
ul.pagination {
  display: flex;
  justify-content: center;
  margin: 50px 0 100px 0;

}

ul.pagination li {
  color: #8B8B8B;
  float: left;
  /* padding: 8px 16px; */
  width: 14px;
  height: 14px;
  text-decoration: none;
  border: 1px solid #E9E9E9;
  margin: 0 4px;
  font-size: clamp(16px, 1.8vw, 18px);
  border-radius: 50%;
  background-color: #E9E9E9;
}

ul.pagination li.active {
  background-color: #A40000;
  color: white;
  border: 1px solid #E9E9E9;
}

ul.pagination li:hover:not(.active) {
  background-color: #A40000;
  color: white;
  cursor: pointer;
}

.button {
  display: block;
  width: 270px;
  height: 60px;
  border-radius: 50px;
  border: none;
  outline: none;
  font-size: clamp(16px, 1.8vw, 18px);
  text-align: center;
  line-height: 60px;
}

section .title,
section .title a {
  font-size: clamp(12px, 1.3vw, 14px);
  /*color: #898989;*/
  color: #737373
}

section .title span {
  cursor: pointer;
}

/* 返回顶部 */
.back_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 999;
  color: white;
}

/* 在线客服 */
.service {
  position: fixed;
  right: 0;
  bottom: 105px;
  /*transform: translate(0, -85px);*/
  cursor: pointer;
  width: 75px;
  height: 75px;
  z-index: 999;
  opacity: 0.6
}
.service:hover{
  opacity: 1;
}
.form_img {
  position: fixed;
  right: 0;
  bottom:20px;
  /*transform: translate(0, -20px);*/
  cursor: pointer;
  width: 75px;
  height: 75px;
  z-index: 999;
  opacity: 0.6;
}
.form_img:hover{
  opacity: 1;
}
#i2-globalnav .i2-button.i2-btn-small {
  /* line-height: 40px; */
  /* padding: 12px 30px; */
  width: 146px;
  font-size: clamp(12px, 1.3vw, 14px);
  line-height: clamp(20px, 2vw, 25px);
  border: 1px solid #a40001;
}

@media screen and (max-width: 1200px) {
  .head, #nav, .banner_img, .block {
    width: 1080px;
  }
  #bg main{
    max-width: 1080px;
  }
  #bg section{
    width:74%;
  }
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #F1F1F1;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #c1c1c1;
}
@media screen and (max-width:1025px) {
  .i2-gn-content > div{
    padding-right: 5%
  }
  .i2-gn-item .title{
    font-size:1rem
  }
  .i2-gn-item{
    margin: 0 7px;
  }
  .i2-gn-item span{
    font-size: 10px;
  }
}
/* footer 的头部 */
.six-pic-group{
  position: absolute;
  display: flex;
  height: 50px;
  width: 100%;
  top: -30px;
  align-items: center;
  z-index: 30;
}
.six-pic-left{
  width: 50%;
  height: 50px;
  border-top-right-radius: 30px;
  background-color: #a61f22;
}
.six-pic-right{
  width: 50%;
  height: 50px;
  border-top-left-radius: 30px;
  background-color:#a61f22;
}


/* iShow 3.0 样式 */
.ishow-section {
  overflow: hidden;
  position: relative;
  padding: 60px 0;
  background-color: #f8f8f8;
  margin: auto;
}
.about-bg-pic{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.about-bg-pic img{
  width: 100%;
  height: 100%;
}
.ishow-bg-pic{
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 0;
}
.ishow-bg-pic img{
  width: 100%;
}
.ishow-growth-solution {
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  padding:0px 50px;
  /* padding-left: 100px; */
  margin-left: 140px;
  z-index: 333;
  top: 0;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.ishow-growth-solution.animate {
  opacity: 1;
  transform: translateY(0);
}

.ishow-growth-solution .feature-item {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}

.ishow-growth-solution.animate .feature-item {
  opacity: 1;
  transform: translateY(0);
}

.ishow-growth-solution.animate .feature-item:nth-child(1) {
  transition-delay: 0.2s;
}

.ishow-growth-solution.animate .feature-item:nth-child(2) {
  transition-delay: 0.4s;
}

.ishow-growth-solution.animate .feature-item:nth-child(3) {
  transition-delay: 0.6s;
}

.ishow-growth-solution .ishow-cta {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out 0.8s;
}

.ishow-growth-solution.animate .ishow-cta {
  opacity: 1;
  transform: translateY(0);
}

.ishow-growth-solution .ishow-form {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out 1s;
}

.ishow-growth-solution.animate .ishow-form {
  opacity: 1;
  transform: translateY(0);
}

/* 语言艺术课程体系样式 */
.language-arts-section {
  position: relative;
  width: 100%;
  padding: 120px 0;
  padding-bottom: 50px;
}

.la-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.la-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.la-content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  /* padding: 60px; */
  box-sizing: border-box;
}

.la-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 100px;
  margin-left: 10%;
}

.la-logo {
  width: 80px;
  margin-right: 20px;
}

.la-title h2 {
  font-size: clamp(28px, 3vw, 36px);
  color: #333;
  margin: 0 0 5px 0;
}

.la-title p {
  font-size: clamp(14px, 1.8vw, 18px);
  color: #666;
  margin: 0;
}

.cards {
  box-sizing: border-box;
  width: 100%;
  padding: 50px;
}

.la-cards {
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap-reverse;
  gap: 40px;
}

.la-card {
  width: 100%;
  background: #eaeaea;
  border-radius: 30px;
  padding: 40px;
  position: relative;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  padding-bottom: 20px;
}

.la-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.la-card-content {
  margin-bottom: 30px;
}

.la-text {
  box-sizing: border-box;
  width: 100%;
  padding-right: 180px;
  line-height: 30px;
}

.la-text h3 {
  font-size: clamp(22px, 2.5vw, 28px);
  color: #333;
  margin: 0 0 15px 0;
  font-weight: bold;
}

.la-text p {
  padding-right: 120px;
  font-size: clamp(12px, 1.3vw, 14px);
  color: #666;
  line-height: clamp(1.6, 1.8vw, 1.8);
  margin: 0;
  text-align: justify;
}

.la-bottom-content {
  position: relative;
  margin-top: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.la-character-left {
  position: absolute;
  right: 0;
  top: -20px;
  width: 140px;
}

.la-character-right {
  position: absolute;
  right: -40px;
  bottom: -20px;
  width: 200px;
}

.la-character-left img,
.la-character-right img {
  width: 100%;
  transition: all 0.3s ease;
}

.la-character-left:hover img,
.la-character-right:hover img {
  transform: scale(1.05);
}

.books {
  width: 180px;
}

.books img {
  height: 100px;
  transition: all 0.3s ease;
}

.books:hover img {
  transform: scale(1.05) rotate(2deg);
}

.la-books-left,
.la-books-right {
  /* align-items: flex-end;
  gap: 10px;
  margin-top: 80px; */
}

.la-books-left .book,
.la-books-right .book {
  width: 50px;
}

.la-books-left .special-text,
.la-books-right .play-logo {
  width: 120px;
  display: block;
}

.la-age-badge {
  margin-top: 15px;
  margin: 0 10px;
}

.la-age-badge span {
  display: inline-block;
  background: #a40001;
  color: white;
  padding: 2px 15px;
  border-radius: 20px;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: bold;
  transition: all 0.3s ease;
  background: rgb(37,56,134);
}

.la-age-badge span:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 10px rgba(164, 0, 1, 0.3);
  background: #c10002;
}

@media (max-width: 768px) {
  .la-cards {
    flex-direction: column;
  }
  
  .la-header {
    flex-direction: column;
    text-align: center;
    
  }
  
  .la-logo {
    margin-right: 0;
    margin-bottom: 15px;
  }
  
  .la-card-content {
    flex-direction: column;
  }
  
  .la-character-left,
  .la-character-right {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  
  .la-books-left,
  .la-books-right {
    justify-content: center;
    margin-top: 30px;
  }
  
  .la-text {
    width: 100%;
  }
  
  .la-text p {
    padding-right: 0;
  }
  
  .la-card {
    width: 100%;
  }
}

.special-text {
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: bold;
  color: #333;
  margin-right: 10px;
}

.play-logo img {
  width: 120px;
  margin-top: 10px;
}  .la-character {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

/* 英语全能力培养部分样式 */
.english-development-section {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.english-development-section.animate {
  opacity: 1;
  transform: translateY(0);
}

.section-image {
  position: relative;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.8s ease-out;
  overflow: hidden;
}

.english-development-section.animate .section-image {
  opacity: 1;
  transform: scale(1);
}

.section-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-content {
  position: absolute;
  top: 15%;
  left: 120px;
  z-index: 2;
  width: 800px;
  box-sizing: border-box;
}

.section-text {
  width: 100%;
  max-width: 800px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out 0.3s;
  text-align: center;
}

.english-development-section.animate .section-text {
  opacity: 1;
  transform: translateY(0);
}

.section-text h2 {
  
  font-size:clamp(28px, 3vw, 36px);
  font-weight: 700;
  color: #555;
  margin-bottom: 10px;
  line-height: clamp(1.2, 1.3vw, 1.3);
}

.section-text p {
  font-size: clamp(16px, 2vw, 20px);
  color: #555;
  margin-bottom: 40px;
  line-height: clamp(1.4, 1.5vw, 1.5);
  font-weight: bold;
}

.features-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 500px;
  margin: auto;
}

.english-feature-item {
  font-size: clamp(16px, 2vw, 20px);
  color: #666;
  position: relative;
  padding-left: 12px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease-out;
  width: 50%;
  box-sizing: border-box;
  padding-right: 10px;
  margin-bottom: 15px;
  box-sizing: border-box;
  letter-spacing: clamp(1px, 0.2vw, 2px);
}

.english-development-section.animate .english-feature-item:nth-child(1) {
  transition-delay: 0.6s;
}

.english-development-section.animate .english-feature-item:nth-child(2) {
  transition-delay: 0.7s;
}

.english-development-section.animate .english-feature-item:nth-child(3) {
  transition-delay: 0.8s;
}

.english-development-section.animate .english-feature-item:nth-child(4) {
  transition-delay: 0.9s;
}

.english-development-section.animate .english-feature-item {
  padding-left: 35px;
  text-align: left;
  opacity: 1;
  transform: translateY(0);
}

.english-feature-item::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #a40001;
  
}
.age-range{
  font-size: clamp(32px, 4vw, 44px);
  line-height: clamp(40px, 5vw, 50px);
  color: #444;
  font-weight: bolder;
}
.age-range-eng{
  color: #444;
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: clamp(24px, 3vw, 32px);
  margin:20px auto;
  font-weight: bolder;
}
@media screen and (max-width: 768px) {
  .section-image {
    height: 400px;
  }
  
  .section-content {
    left: 20px;
    right: 20px;
    max-width: none;
  }
  
  .section-text {
    max-width: 100%;
    text-align: center;
  }

  .section-text h2 {
    font-size: 28px;
  }
  
  .english-feature-item {
    padding-left: 20px;
    
  }
}

/* 关于我们部分样式 */
.about-us-section {
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
  padding: 100px 0;
  
}

.about-us-section.animate {
  opacity: 1;
  transform: translateY(0);
}

.about-content {
  overflow: hidden;
  width: 600px;
  box-sizing: border-box;
}

.about-header {
  margin-bottom: 40px;
  font-weight: 100;
  padding-left: 50px;
}

.about-header h2 {
  font-size: clamp(28px, 3vw, 36px);
  color: #666;
  margin: 0 0 10px 0;
  font-weight: 600;
  
}

.about-header p {
  font-size: clamp(22px, 2.5vw, 28px);
  color: #666;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.about-circles {
  position: relative;
  height: 130px;
  margin-bottom: 40px;
}

.circle {
  position: absolute;
  border-radius: 50%;
  background-color: #ddd;
  border: 2px solid white;
  transition: all 0.4s ease-out;
  opacity: 0;
  transform: scale(0);
  animation: blink 3s infinite ease-in-out, colorChange 6s infinite ease-in-out;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
}

@keyframes colorChange {
  0%, 100% {
    background-color: #999;
  }
  50% {
    background-color: #a40001;
  }
}

.about-us-section.animate .circle {
  opacity: 1;
  transform: scale(1);
}

.circle-1 {
  width: 16px;
  height: 16px;
  bottom: 5px;
  left: 10px;
  transition-delay: 0.2s;
  animation-delay: 0s, 0s;
}

.circle-2 {
  width: 10px;
  height: 10px;
  top: 10px;
  left: 130px;
  transition-delay: 0.3s;
  animation-delay: 0.6s, 0.75s;
}

.circle-3 {
  width: 10px;
  height: 10px;
  top: 60px;
  left: 180px;
  transition-delay: 0.4s;
  animation-delay: 1.2s, 1.5s;
}

.circle-4 {
  width: 10px;
  height: 10px;
  top: 5px;
  left: 300px;
  transition-delay: 0.5s;
  animation-delay: 1.8s, 2.25s;
}

.circle-5 {
  width: 14px;
  height: 14px;
  top: 40px;
  left: 360px;
  transition-delay: 0.6s;
  animation-delay: 2.4s, 3s;
}

.circle-6 {
  width: 10px;
  height: 10px;
  top: 12px;
  left: 460px;
  transition-delay: 0.7s;
  animation-delay: 3s, 3.75s;
}

.circle-7 {
  width: 10px;
  height: 10px;
  top: 80px;
  left: 530px;
  transition-delay: 0.8s;
  animation-delay: 3.6s, 4.5s;
}

.circle-8 {
  width: 16px;
  height: 16px;
  top: 110px;
  left: 300px;
  transition-delay: 0.9s;
  animation-delay: 4.2s, 5.25s;
}

.center-name {
  font-size: clamp(20px, 2.2vw, 24px);
  color: #666;
  margin: 0 0 10px 0;
  font-weight: bolder;
}
.center-text{
  font-size: clamp(14px, 1.8vw, 18px);
  color: #999;
  margin: 0 0 10px 0;
  font-weight: 500;
}
.about-text  {
  padding-left: 80px;
  box-sizing: border-box;
}
.about-text p {
  font-size: clamp(12px, 1.3vw, 14px);
  color: #999;
  margin-top: 30px;
  text-transform: uppercase;
}

/* 旗帜图标样式 */
.flag-icon {
  position: relative;
  display: inline-block;
  
  margin-left: 10px;
  vertical-align: middle;
}

.dot{
  display: flex;
  justify-content: center;
  box-sizing: border-box;

}
/* 小圆圈样式 */
.dot div {
  display: flex;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #a40001;
  margin: 1px 2px;
  box-sizing: border-box;
}

.about-description p {
  font-size: clamp(14px, 1.8vw, 18px);
  color: #777;
  line-height: clamp(1.8, 2vw, 2);
  margin-top: 30px;
  text-transform: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
  transition-delay: 0.8s;
}

.about-us-section.animate .about-description p {
  opacity: 1;
  line-height: 2;
  transform: translateY(0);
}

.about-map {
  height: 600px;
  position: relative;
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.8s ease-out;
  transition-delay: 1s;
}

.about-us-section.animate .about-map {
  opacity: 1;
  transform: translateX(0);
}

.about-map img {
  height:600px;
}

.map-stats {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stat-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.stat-number {
  font-size: clamp(28px, 3vw, 36px);
  font-weight: bold;
  color: #333;
}

.stat-label {
  font-size: clamp(14px, 1.5vw, 16px);
  color: #666;
}

@media screen and (max-width: 768px) {
  .about-us-section {
    flex-direction: column;
    padding: 40px 20px 20px;
    text-align: center;
  }
  
  .about-content {
    padding-right: 0;
    margin-bottom: 40px;
  }
  
  .about-header h2 {
    font-size: 28px;
    color: #666;
    font-weight: bolder;
  }
  
  .about-circles {
    height: 100px;
  }
  
  .circle-1 {
    left: 50px;
  }
  
  .circle-2 {
    left: 120px;
  }
  
  .circle-3 {
    left: 200px;
  }
  
  .circle-4 {
    left: 280px;
  }
  
  .circle-5 {
    left: 360px;
  }
  
  .map-stats {
    position: relative;
    bottom: 0;
    left: 0;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
  }
  
  .stat-number {
    font-size: 24px;
  }
  
  .stat-label {
    font-size: 14px;
  }
}

/* 图片部分样式 */
.images-section {
  position: relative;
 
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.images-section.animate {
  opacity: 1;
  transform: translateY(0);
}

.images-section {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
 
}

.images-section img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.8s ease-out;
  opacity: 0;
  position:absolute;
  top: 0;
  left: 0;
}

img.image-16{
  display: block;
  width: 100%;
  height: auto;
  z-index: 1000;
  position: relative;
}
.images-section.animate .image-1 {
  opacity: 1;
  transition-delay:0.5s;
}

.images-section.animate .image-2 {
  opacity: 1;
  transition-delay: 1s;
}

.images-section.animate .image-3 {
  opacity: 1;
  transition-delay: 1.8s;
}

.images-section.animate .image-4 {
  opacity: 1;
  transition-delay: 2s;
}

.images-section.animate .image-5 {
  opacity: 1;
  transition-delay: 2.5s;
}

.images-section.animate .image-6 {
  opacity: 1;
  transition-delay: 3s;
  animation: shine 2s ease-out 1.5s 1;
}

.images-section.animate .image-7 {
  opacity: 1;
  transition-delay: 4s;
}

.images-section.animate .image-8 {
  opacity: 1;
  transition-delay: 5s;
}

.images-section.animate .image-9 {
  opacity: 1;
  transition-delay: 5.5s;
}

.images-section.animate .image-10 {
  opacity: 1;
  transition-delay: 6s;
}

.images-section.animate .image-11 {
  opacity: 1;
  transition-delay: 6.5s;
}

.images-section.animate .image-12 {
  opacity: 1;
  transition-delay: 7s;
}

.images-section.animate .image-13 {
  opacity: 1;
  transition-delay: 7.5s;
}

.images-section.animate .image-14 {
  opacity: 1;
  transition-delay: 1s;
}

.images-section.animate .image-15 {
  opacity: 1;
  transition-delay: 1.5s;
}

.images-section.animate .image-16 {
  opacity: 1;
  transition-delay: 2s;
}

@keyframes shine {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 10px rgba(255, 255, 255, 0.5);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0), 0 0 20px rgba(255, 255, 255, 0.8);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 10px rgba(255, 255, 255, 0);
  }
}

/* 图片位置 */
.image-1 {
  top: 0;
  left: 0;
  width: 100%;
}

.image-2 {
  top: 0;
  left: 0;
  width: 100%;
}

.image-3 {
  top: 0;
  left: 0;
  width: 100%;
}

.image-4 {
  top: 0;
  left: 0;
  width: 100%;
}

.image-5 {
  top: 0;
  left: 0;
  width: 100%;
  position: relative;
}

.image-7 {
  top: 0;
  left: 0;
  width: 100%;
}

.image-8 {
  top: 0;
  left: 0;
  width: 100%;
}

.image-9 {
  top: 0;
  left: 0;
  width: 100%;
}

.image-10 {
  top: 0;
  left: 0;
  width: 100%;
}

.image-11 {
  top: 0;
  left: 0;
  width: 100%;
}

.image-12 {
  top: 0;
  left: 0;
  width: 100%;
}

.image-13 {
  top: 0;
  left: 0;
  width: 100%;
}

.image-14 {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.image-15 {
  top: 0;
  left: 0;
  width: 100%;
}

img.image-6 {
  display: block;
  bottom: 6%;
  left: 10%;
  width: 25%;
  position: absolute;
  z-index: 1000;
  filter: brightness(1.2) drop-shadow(0 0 10px rgba(255,255,255,0.5));
}

.image-6-text {
  position: absolute;
  bottom: 6%;
  left: 10%;
  width: 600px;
  z-index: 1000;
  white-space: nowrap;
  opacity: 0;
  display: flex;
justify-content: flex-end;
}

.images-section.animate .image-6-text {
  opacity: 1;
  transition-delay: 3.2s;
}

.chinese-text {
  font-style: italic;
  font-size: clamp(36px, 5vw, 54px);
  font-weight: 600;
  color: #d4af37;
  text-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
  line-height: clamp(1, 1.1vw, 1.1);
  width: 50%;
  display: flex;
  justify-content: center;
  font-family: 'Arial', 'Microsoft YaHei', sans-serif;
  letter-spacing: clamp(1px, 0.2vw, 2px);
}

.english-text {
  font-style: italic;
  font-family: 'Arial', 'Times New Roman', sans-serif;
  width: 50%;
  font-size: clamp(12px, 1.5vw, 16px);
  font-weight: 600;
  color: #d4af37;
  text-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
  line-height: clamp(1, 1.1vw, 1.1);
  margin-top: 8px;
  letter-spacing: clamp(0.5px, 0.1vw, 1px);
}

.chinese-text span,
.english-text span {
  display: inline-block;
  opacity: 0;
  background: linear-gradient(90deg, #b8860b 0%, #daa520 30%, #f0e68c 50%, #daa520 70%, #b8860b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: textReveal 0.8s ease-out forwards;
  text-shadow: 0 0 5px rgba(212, 175, 55, 0.5);
}

@keyframes textReveal {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.chinese-text .char-1 { animation-delay: 3.2s; }
.chinese-text .char-2 { animation-delay: 3.4s; }
.chinese-text .char-3 { animation-delay: 3.6s; }
.chinese-text .char-4 { animation-delay: 3.8s; }
.chinese-text .char-5 { animation-delay: 4.0s; }
.chinese-text .char-6 { animation-delay: 4.2s; }

.english-text .char-7 { animation-delay: 4.4s; }
.english-text .char-8 { animation-delay: 4.6s; }
.english-text .char-9 { animation-delay: 4.8s; }
.english-text .char-10 { animation-delay: 5.0s; }
.english-text .char-11 { animation-delay: 5.2s; }
.english-text .char-12 { animation-delay: 5.4s; }
.english-text .char-13 { animation-delay: 5.6s; }
.english-text .char-14 { animation-delay: 5.8s; }
.english-text .char-15 { animation-delay: 6.0s; }
.english-text .char-16 { animation-delay: 6.2s; }
.english-text .char-17 { animation-delay: 6.4s; }
.english-text .char-18 { animation-delay: 6.6s; }
.english-text .char-19 { animation-delay: 6.8s; }
.english-text .char-20 { animation-delay: 7.0s; }
.english-text .char-21 { animation-delay: 7.2s; }
.english-text .char-22 { animation-delay: 7.4s; }
.english-text .char-23 { animation-delay: 7.6s; }
.english-text .char-24 { animation-delay: 7.8s; }
.i2go-left-container{
  width: 60%;
  display: flex;
  justify-content:center;
  align-items: flex-end;
}
/* i2Go section styles */
.i2go-section {
  
  background-color: #f8f8f8;
  overflow: hidden;
}

.i2go-content {

  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 80px;

}

.i2go-left {
  width: 100%;
  margin-right: 0px;
  max-width: 500px;
  opacity: 0;
  transition: all 0.8s ease-out;

  padding-bottom: 20px;
}

.i2go-right {
  width: 50%;
 text-align: right;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
  transition-delay: 0.3s;
  max-width: 900px;
}
.i2go-right img{
  width: 100%;
  height: auto;
}
.i2go-section.animate .i2go-left {
  opacity: 1;
  transform: translateY(0);
}
.i2go-section.animate .i2go-right {
  opacity: 1;
  transform: translateY(0);
}

.i2go-icon {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin-right: 15px;
}

.i2go-icon img {
  width: 90px;
}

.i2go-desc {
  font-size: clamp(20px, 2.2vw, 24px);
  color: #333;
  font-weight: 600;
  margin-left: 20px;
}

.i2go-left h4 {
  font-size: clamp(14px, 1.8vw, 18px);
  margin-top: 8px;
  color: #666;
  font-weight: 400;
}

.i2go-left p {
  font-size: clamp(14px, 1.7vw, 16px);
  color: #666;
  line-height: 2;
  margin: 30px auto;
  letter-spacing: clamp(1px, 0.15vw, 1.5px);
}

.qrcode {
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
}

.qrcode img {
  width: 120px;
  margin-bottom: 0px;
}

.qrcode p {
  background: #fff;
  font-size: clamp(12px, 1.3vw, 14px);
  color: #333;
  margin: 0;
  font-weight: bolder;
}

.i2go-button {
  background-color: #a40001;
  color: white;
  border: none;
  padding: 8px;
  font-size: clamp(14px, 1.8vw, 18px);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  text-align: center;
  width: 300px;
  letter-spacing: clamp(0.5px, 0.1vw, 1px);
}

.i2go-button:hover {
  background-color: #c10001;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(164, 0, 1, 0.3);
}

.i2go-image {
  height: 830px;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media screen and (max-width: 768px) {
  .images-section {
  }
  
  /* .image-1 {
    top: 20px;
    left: 50px;
    width: 150px;
  }
  
  .image-2 {
    top: 70px;
    left: 200px;
    width: 100px;
  }
  
  .image-3 {
    top: 150px;
    left: 100px;
    width: 130px;
  }
  
  .image-4 {
    top: 220px;
    left: 50px;
    width: 110px;
  }
  
  .image-5 {
    top: 180px;
    left: 200px;
    width: 90px;
  }
  
  .image-6 {
    top: 280px;
    right: -200px;
    width: 150px;
  } */
  .i2go-image {
    width: 100%;
  }
  .i2go-content {
    flex-direction: column;
    text-align: center;
  }
  
  .i2go-left {
    max-width: 100%;
    margin-bottom: 40px;
  }
  
  .i2go-right {
    width: 35%;
    text-align: right;
  }
  .i2go-right img {
   width: 100%;
  }
  

}
.cta-img{
  width: 330px;
  margin: auto;
  text-align: right;
  margin-top: -10px;
  z-index: 1000;
  position: relative;
}
.cta-img img{
  width: 40px;
}
.ishow-title {
  text-align: left;
  margin-bottom: 0px;
  height: 10px;
}


.ishow-features {
  display: block;
  box-sizing: border-box;
  justify-content: space-around;
  gap: 10px;
  margin: 60px;
  display: flex;
}

.feature-item {
  width: 50%;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  
}
.bg-mode{
  position: relative;
  z-index: 999;
  width: 100%;
  padding: 100px 0px;
  background: rgba(227, 227, 227, 0.9);
}
.cta-text{
  margin-top: 10px;
  color: #737373;
  line-height: clamp(24px, 3vw, 30px);
  margin-bottom: 10px;
}
.feature-circle {
  margin: auto;
  position: relative;
  width: 150px;
  height: 150px;
  background-color: #a40001;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
}

.feature-circle::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #a40001 transparent transparent transparent;
}
.feature-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: clamp(14px, 1.8vw, 18px);
  text-align: center;
}


.feature-word{
  margin-top: 20px;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: clamp(12px, 1.3vw, 14px);
}
.ishow-cta {
  text-align: center;
  position: relative;
  padding: 0px 0;
}

.ishow-cta .line1{
  content: '';
  position: absolute;
  top:25px;
  left: 0;
 width: 25%;
  height: 2px;
  background-color: #fff;
  z-index: 1;
}
.ishow-cta .line2{
  content: '';
  position: absolute;
  top:25px;
  width: 25%;
  right: 0;
  height: 2px;
  background-color: #fff;
  z-index: 1;
}
.cta-button {
  position: relative;
  background-color: #a40001;
  color: white;
  font-size: 24px;
  padding: 10px 40px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
  display: inline-block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5\9);
}

.cta-button::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #a40001 transparent transparent transparent;
}

.cta-button:hover {
  background-color: #c10001;
}

.cta-button:hover::after {
  border-color: #c10001 transparent transparent transparent;
}

.ishow-cta p {
  font-size: 14px;
  color: #666;
  margin-top: 30px;
  line-height: 1.6;
}

.ishow-form {
  margin: 0 auto;
}
.ishow-form #select{
width: 240px;
}
.ishow-form #select input{
width: 240px;
margin-top: 10px;
}
.ishow-form #select:after{
  top: 28px;
}
.ishow-form .form_content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.ishow-form input,
.ishow-form select {
  padding: 5px 15px;
  border: 1px solid #ddd;
  border-radius: 15px;
  font-size: 14px;
  width: 240px;
  height: 35px;
  background-color: white;
  box-sizing: border-box;
  margin-top: 10px;
}

.ishow-form select {
  cursor: pointer;
  padding-right: 30px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.ishow-form .form_submit {
  padding: 12px 20px;
  background-color: #a40001;
  color: white;
  border: none;
  border-radius: 0;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 200px;
  box-sizing: border-box;
}

.ishow-form .form_submit:hover {
  background-color: #c10001;
}

.ishow-form > div:last-child {
  text-align: center;
  margin-top: 30px;
  letter-spacing: 8px;
}

.ishow-form > div:last-child p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
.title-icon{
  width: 290px;
  margin-left: 10%;
}
.title-icon img{
  width: 100%;
}

/* ===== 1000px 以下视频区域 ===== */
@media screen and (max-width: 1000px) {
  .min-width {
    width: 100% !important;
    margin: 0 !important;
  }
  .video-wrapper {
    height: auto !important;
  }
}

/* ===== 768px 以下自适应 ===== */
@media screen and (max-width: 768px) {
  /* 视频区域 */
  .min-width {
    padding-top: 60px;
  }
  .video-wrapper {
    height: auto !important;
    margin-top: 0 !important;
  }

  /* iShow 区域 */
  .ishow-section {
    padding: 0;
  }
  .bg-mode {
    padding: 40px 15px;
    box-sizing: border-box;
  }
  .ishow-bg-pic {
    width: 100%;
    position: absolute;
  }
  .ishow-growth-solution {
    margin-left: 0;
    max-width: 100%;
    padding: 0 15px;
  }
  .ishow-features {
    display: flex;
    align-items: center;
    gap: 0px;
    margin: 0px 0;
    flex-wrap: wrap;
  }
  .feature-item {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .feature-circle {
    width: 100px;
    height: 100px;
  }
  .feature-text {
    font-size: 14px;
  }
  .feature-word {
    margin-top: 10px;
    font-size: 12px;
  }
  .ishow-cta {
    padding: 20px 0;
  }
  .ishow-cta .line1,
  .ishow-cta .line2 {
    display: none;
  }
  .cta-button {
    width: 300px;
    font-size: 14px;
    padding: 12px 20px;
  }
  .cta-img {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .cta-text {
    font-size: 13px;
    line-height: 22px;
    padding: 0 15px;
  }

  /* 表单 */
  .ishow-form .form_content {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .ishow-form input,
  .ishow-form select {
    width: 260px;
    margin-top: 0;
  }
  .ishow-form > div:last-child p {
    font-size: 12px;
    letter-spacing: 4px;
  }

  /* 英语全能力培养 */
  .english-development-section {
    min-height: 400px;
    flex-direction: column;
  }
  .section-image {
    height: 400px;
  }
  .section-content {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 100%;
    padding:  20px;
  }
  .section-text {
    max-width: 100%;
    text-align: center;
  }
  .age-range {
    font-size: 22px;
  }
  .age-range-eng {
    font-size: 14px;
  }
  .features-list {
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
  }
  .english-feature-item {
    width: 50%;
    padding: 0px 16px;
    font-size: 13px;
    margin-bottom: 5px;
  }
.english-feature-item::before{
top: 2px;
}
  /* 语言艺术课程体系 */
  .language-arts-section {
    padding: 60px 0 30px;
  }
  .la-header {
    flex-direction: column;
    text-align: center;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .la-logo {
    margin-right: 0;
    margin-bottom: 15px;
    width: 60px;
  }
  .la-title h2 {
    font-size: 24px;
  }
  .la-title p {
    font-size: 14px;
  }
  .la-content {
    padding: 0 10px;
  }
.about-text{
    padding:  20px;

  padding-left: 0%;
  padding-bottom: 0;
}
.about-header{
  padding-left: 0;
  margin-bottom: 20px;
}
  /* 关于我们 */
  .about-us-section {
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;

  }
  .about-content {
    width: 90%;
    padding-right: 0;
    margin-bottom: 0px;
  }
  .about-header h2 {
    font-size: 26px;
  }
  .about-header p {
    font-size: 18px;
  }
  .about-text .center-name {
    font-size: 22px;
  }
  .about-text .center-text {
    font-size: 14px;
  }
  .about-description p {
    font-size: 13px;
    line-height: 1.8;
  }
  .about-circles {
    display: none;
    height: 80px;
  }
  .circle {
    width: 10px;
    height: 10px;
  }
  .circle-1 { left: 30px; }
  .circle-2 { left: 80px; }
  .circle-3 { left: 130px; }
  .circle-4 { left: 180px; }
  .circle-5 { left: 230px; }
  .circle-6 { left: 280px; }
  .circle-7 { left: 330px; }
  .about-map {
    margin-left: 0;
    margin-top: 20px;
    height: auto;
  }
  .about-map img {
    width: 100%;
    height: auto;
  }

  /* 闪光少年分层图 */
  .images-section {

    overflow: hidden;
  }
  .images-section img {
    max-width: 100%;
  }

  /* i2Go */
  .i2go-section {
    padding: 40px 20px 0px;
  }
  .i2go-content {
    padding-top: 10px;
    flex-direction: column;
    text-align: center;
  }
  .i2go-left-container {
    width: 100%;
  }
  .i2go-left {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .i2go-left p {
    font-size: 13px;
  }
  .i2go-icon {
    justify-content: center;
  }
  .i2go-desc {
    font-size: 12px;
  }
  .qrcode {
    text-align: center;
  }
  .qrcode img {
    width: 120px;
  }
  .i2go-button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    font-size: 14px;
  }
  .i2go-right {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
  .i2go-image {
    height: auto;
    width: 100%;
  }

  /* 页脚 */
  .footer {
    padding: 20px 15px;
    font-size: 12px;
    width: 100% !important;
  }
  .footer p {
    font-size: 11px;
  }
}
