.banner-box{
  position: relative;
  height: 911px;
  margin-bottom: 150px;
}
.banner-box > .swiper {
  height: 100%;
}
.banner-box > .swiper > .swiper-wrapper {
  height: 100%;
}

.banner-pagination {
  position: absolute;
  bottom: 190px;
  left: 50%;
  transform: translateX(-50%);
  width: 168px;
  height: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
}
.banner-pagination-item {
  width: calc((100% - 48px) / 3);
  height: 100%;
  background-color: #decfc0;
  cursor: pointer;
}
.banner-pagination-item-index {
  width: calc((100% - 48px) / 3);
  height: 100%;
  background-color: #decfc0;
  cursor: pointer;
}
.banner-pagination .active,
.banner-pagination-item-index.active {
  background-color: #ff962a;
}

.swiper-pagination{
  width: 1300px;
  height: 78px;
  position: absolute;
  left: 50%;
  bottom: 40px;
  display: flex;
  justify-content: center;
  background: url(/img/index/swiper/swiper-bottom.png?t=20221118) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 12px 40px;
  transform: translateX(-50%);
}
.swiper-pagination ul,li{ 
  padding: 0;
  margin: 0;
  list-style: none;
}
.swiper-pagination-custom-ul{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.swiper-pagination-custom-ul .active .swiper-pagination-custom-text{
  opacity: 1;
}
.swiper-pagination-custom-ul::before,.swiper-pagination-custom-ul::after{
  content: none;
}

.swiper-pagination-custom-li{
  cursor: pointer;
  display: flex;
  align-items: center;
}
/* .swiper-pagination-custom-ul li:first-child{
  justify-content: left;
  flex-grow: 1;
}
.swiper-pagination-custom-ul li:last-child{
  justify-content: flex-end;
  flex-grow: 1;
} */
.swiper-pagination-custom-img{
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.swiper-pagination-custom-text{
  margin-left: 12px;
  color: #ffffff;
  text-align: left;
  opacity: 0.6;
}
.s-p-c-big-text{
  font-size: 14px;
}
.s-p-c-small-text{
  margin-top: 6px;
  font-size: 12px;
}

.swiper-img1{
  /* background: url(/img/index/swiper/1-exam.png?t=2311081616) top no-repeat; */
  background: url(/img/index/swiper/11.png?t=2605061443) top no-repeat;
  background-size: 100% 800px;
}

.swiper-img1 .banner-left-box{
  position: relative;
  z-index: 1;
}

.swiper-img1 .banner-left-box::before{
  content: '';
  z-index: 1;
  width: 950px;
  height: 220%;
  top: -150px;
  left: 350px;
  background-image: url(/img/index/swiper/111.png?t=2605181443);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.swiper-img2{
  background: url(/img/index/swiper/33.png?t=2605061443) top no-repeat;
  background-size: 100% 800px;
}

.swiper-img2 .banner-left-box{
  position: relative;
  z-index: 1;
}

.swiper-img2 .banner-left-box::before{
  content: '';
  z-index: 1;
  width: 950px;
  height: 220%;
  top: -150px;
  left: 350px;
  background-image: url(/img/index/swiper/333.png?t=2605181443);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.swiper-img3{
  background: url(/img/index/swiper/swiper-img3-20230626.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.swiper-img4{
  background: url(/img/index/swiper/22.png?t=2605061443) top no-repeat;
  background-size: 100% 800px;
}

.swiper-img4 .banner-left-box{
  position: relative;
  z-index: 1;
}

.swiper-img4 .banner-left-box::before{
  content: '';
  z-index: 1;
  width: 950px;
  height: 220%;
  top: -150px;
  left: 350px;
  background-image: url(/img/index/swiper/222.png?t=2605181443);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.swiper-img5{
  background: url(/img/index/swiper/44.png?t=2605061443) top no-repeat;
  background-size: 100% 800px;
}

.swiper-img5 .banner-left-box{
  position: relative;
  z-index: 1;
}

.swiper-img5 .banner-left-box::before{
  content: '';
  z-index: 1;
  width: 950px;
  height: 220%;
  top: -150px;
  left: 350px;
  background-image: url(/img/index/swiper/444.png?t=2605181443);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.swiper-img6 {
  background: url(../img/index/swiper/6-openclaw.png?t=202609181802) center no-repeat;
  background-size: auto 850px;
}

.swiper2-input{
  outline: none;
  width: 550px;
  height: 60px;
  border-radius: 8px;
  font-size:14px;
  border: 1px solid #ffffff;
  padding-left: 65px;
}
.swiper2-input:focus{
  outline: none;
  border:1px solid orange;
}
.swiper2-span{
  margin: 0 20px;
  /* opacity: 0.2; */
}
.swiper2-img{
  position: absolute;
  top: 13px;
  left: 22.5px;
  width: 20px;
  height: 35px;
}

.swiper2-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 174px;
  height: 50px;
  background-color: #ff962a;
  border-radius: 4px;
}
.swiper2-btn a{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
}
.swiper2-btn a:hover{
  color: #ffffff!important;
}

.index-smart-exam{
  position: relative;
  height: 260px;
  display: flex;
}
.index-smart-exam-img{
  position: absolute;
  left: 50%;
  bottom: -68px;
  width: 220px;
  transform: translate(-50%);
}

.index-smart-content {
  padding-top: 86px;
  padding-bottom: 80px;
  background-color: #f7fbff;
}

.index-smart-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index-smart-exam-item{
  width: 305px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 32px;
  background-color: #ffffff;
	border-radius: 10px;
  margin-bottom: 33px;
}
.index-smart-exam-item:hover{
  box-shadow: 0px 5px 12px 1px rgba(255, 150, 42, 0.18);
}
.index-smart-exam-item-img{
  width: 126px;
  height: 126px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffeede;
}
.index-smart-exam-item-big-text{
  margin-top: 42px;
  font-size: 20px;
  color: #333;
}
.index-smart-exam-item-small-text {
  margin-top: 20px;
  font-size: 15px;
  flex: 1;
  color: #666;
  width: 100%;
  text-align: justify;
  text-justify:distribute-all-lines;
}
.index-smart-exam-item-link {
  position: relative;
  width: 100%;
  height: 54px;
}
.index-smart-exam-item-link-a {
  position: absolute;
  left: -70px;
  width: 226px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.index-smart-exam-item-link-a:hover{
  border-radius: 10px;
  background-color: #ffeede;
}
.index-smart-exam-item-link a{
  display: block;
  height: 100%;
  width: 100%;
  line-height: 54px;
  font-size: 15px;
  color: #999999!important;
  padding-right: 28px;

}

.triangle-left {
  position:  absolute;
  right: 68px;
  margin-left: 14px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #ff962a;
  border-bottom: 5px solid transparent;
}

.index-smart-btn{
  margin-top: 27px!important;
}


.index-smart-exam-mobile{
  width: 100vw;
  padding-bottom: 100px;
}

.index-smart-exam-mobile-item{
  width: 100vw;
  flex-shrink: 0;
}
.footer-link-content{
  display: flex;
}
.center-block ul>li {
  color: #b3b3b3;
  font-size: 14px;
  padding-bottom: 12px;
}
.long-info{
  width: 230px;
}
.long-info ul > li {
  color: #b3b3b3;
  font-size: 14px;
  padding-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer-line {
  height: 138px;
  border: solid 1px #ffffff;
  opacity: 0.2;
  margin: auto 0;
}

.footer-link-content-qrCode{
  width: 212px;
  display: flex;
  flex-wrap: wrap;
}
.footer-link-content-qrCode-name{
	font-size: 14px;
	color: #ccc;
  margin-bottom: 10px;
  text-align: center;
}
.footer-link-content-qrCode img {
  width: 90px;
  height: 90px;
}
.footer-input-content{
  display: flex;
  justify-content: center;
  margin-top: 77px;
}
.footer-input-content-input{
  position: relative;
  width: 500px;
  margin-right: 28px;
}
.footer-input-content-img{
  position: absolute;
  top: 8px;
  left: 22.5px;
  width: 20px;
  height: 35px;
}
.footer-input{
  outline: none;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  font-size:16px;
  border: 0;
  padding-left: 65px;
}
.footer-input:focus{
  outline: none;
}
.footer-btn{
  width: 174px;
  height: 50px;
  background-color: #fff;
  border: 0;
  border-radius: 8px;
  color: #ff962a;
  font-size: 18px;
  transition: all .3s;
}
.footer-btn:hover {
  transform: scale(1.04);
}
.swiper-pagination-mobile{
  position: absolute;
  right: 20px;
  bottom: 17px;
  display: flex;
  justify-content: center;
  z-index: 99;
}
.swiper-pagination-mobile li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fb9730;
  margin-left: 5px
}
.swiper-pagination-mobile .active {
  background-color: #fb9730;
}
.new-footer-yks{
  background-color: #011325;
}
.flex {
  display: flex;
}
.information-left{
  flex: 1;
  background-color: #ffffff;
	box-shadow: 0px 3px 15px 0px 
		rgba(126, 64, 0, 0.05);
	border-radius: 10px;
}
.information-left img{
  width: 52%;
}
.information-ltext{
	font-size: 22px;
	line-height: 24px;
	color: #333333;
}
.information-stext{
  width: 40px;
  margin-left: 16px;
  font-size: 12px;
  text-align: left;
  line-height: 30px;
  color: #ffe6cc;
  border-radius: 2px;
  border-top: 2px solid #ffe5cc;
}
.information-right{
  width: 440px;
  margin-left: 40px;
}
.information-ul {
  display: flex;
  flex-direction: column;
}
.information-ul li {
  /* flex: 1; */
  display: flex;
  margin-bottom: 16px;
  background: url(/img/information/li-icon.png) no-repeat ;
  background-position:  left 36%;
  padding-left: 20px;
}
.information-ul a {
  flex: 1;
  font-size: 16px;
  color: #333333;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.information-ul a:hover {
  font-weight: 700;
  color: #333333!important;
}
.information-li-label {
  width: 80px;
  text-align: right;
  font-size: 16px;
  color: #2d9cf3;
}
.information-lcard{
  padding: 32px;
  background-color: #ffffff;
	box-shadow: 0px 3px 15px 0px 
		rgba(126, 64, 0, 0.05);
	border-radius: 10px;
}
.information-hul {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.information-hul li {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #e6e6e6;
}
.information-hul a{
  width: 100%;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.information-hul a:hover {
  font-weight: 700;
  color: #333333!important;
}
.footer-link-content::before {
  content: none;
}

@media screen and (max-width: 768px) {
  .footer-input-content-input{
    width: 14rem;
  }
  .footer-btn{
    width: 5rem;
  }
  .footer-input-content{
    margin-top: 2rem;
  }
  .swiper2-input{
    width: 20rem;
    padding-left: 10px;
    font-size: 12px;
  }
  .swiper2-btn{
    width: 5rem;
  }
  .swiper2-btn a {
    font-size: 16px;
  }
  .swiper2-img {
    display: none;
  }
  .swiper-img1 .banner-left-box::before,.swiper-img2 .banner-left-box::before,.swiper-img4 .banner-left-box::before,.swiper-img5 .banner-left-box::before{
    content: none;
  }

}


/* transition: all .3s; */


.bottom-contact{
  position: fixed;
  bottom: 0;
  z-index: 999;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: calc(60px + 24px);
}

.bottom-contact-item{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  /* width: 50%; */
  flex: 1;
  height: 100%;
}

.bottom-contact-item img{
  width: 18px;
  margin: 0 8px 0 0;
}

.bottom-contact-item.functions {
  flex-direction: column;
  justify-content: center;
  flex: unset;
  width: 76px;
  font-size: 16px;
  background-color: #ffffff;
  text-align: center;
}

.bottom-contact-item .functions-icon {
  width: 26px;
	height: 26px;
  margin: 0;
}

.bottom-contact-item .functions-title {
  font-size: 12px;
  margin-top: 2px;
}

.bottom-contact-item.tel {
  font-size: 16px;
  line-height: 19px;
  color: rgb(255,150,42);
  background-color: rgb(255,250,245);
  box-shadow:0 0 3 0 rgba(158,80,0,0.15);
}

.bottom-contact-item.online {
  font-size: 16px;
  line-height: 19px;
  color: rgb(255,255,255);
  background: linear-gradient(to right, rgb(255,184,112), rgb(255,150,42));
  box-shadow:0 0 3 0 rgba(158,80,0,0.15);
}

.functions-box-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .3);
  z-index: 998;
}
.functions-box-mobile .functions-popup {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  text-align: center;
  transform: translateY(100%);
  transition: .3s;
}
.functions-popup-header {
  border-bottom: 0.06rem solid #e6e6e6;
  padding: 0.75rem;
}
.functions-popup-title {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
.functions-popup-desc {
  font-size: 0.81rem;
  color: #999;
  margin-top: 0.5rem;
}
.functions-popup-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 1.5rem;
	height: 1.5rem;
  background: url('/img/functions-experience/close.svg') center / 100% 100% no-repeat;
  cursor: pointer;
}
.functions-popup-main {
  position: relative;
  width: 100%;
  height: 23.56rem;
  padding: 1.5rem 1rem;
}
.functions-popup-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 6.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.25rem;
}
.functions-popup-progress-item {
  width: 1.19rem;
	height: 0.25rem;
	background-color: #ffecd9;
  transition: .3s;
}
.functions-popup-progress-item:nth-of-type(n+2) {
  margin-left: 0.38rem;
}
.functions-popup-progress-item.active {
  background-color: #ff962a;
}
.functions-popup-swiper {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.functions-popup-item {
  width: 100%;
  height: 100%;
}
.functions-popup-item-title {
  font-size: 1rem;
  color: #333333;
}
.functions-popup-item-img {
  width: 21.44rem;
	height: 12.81rem;
  margin-top: 1rem;
}
.functions-popup-item-btn {
  display: block;
  width: 20.69rem;
	height: 2.75rem;
  line-height: 2.75rem;
  text-align: center;
  font-size: 1rem;
  color: #fff;
	background-color: #ff962a;
	border-radius: 0.25rem;
  border: none;
  margin: 2.5rem auto 0;
}
.functions-popup-item-btn:focus, .functions-popup-item-btn:hover {
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  .bottom-contact{
    display: flex;
  }
}


/* =====================================================
   openclaw 区块 – 图片 + 透明热区按钮
   ===================================================== */

/* 外层容器：相对定位，作为按钮的定位参照 */
.openclaw-img-wrap {
  position: relative;
  display: inline-block;
  /* 图片垂直居中（配合 flex 效果更好） */
  margin-top: auto!important;
  margin-bottom: auto;
}

.openclaw-img-wrap-m {
  display: none;
}

/* 图片自适应容器宽度 */
.openclaw-img-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

/* =====================================================
   扫光效果 – 给按钮图片加 shine
   ===================================================== */

/* 按钮外层容器：定位基准 + hover 放大 */
.openclaw-btn-group {
  position: relative;
  display: inline-block;
  overflow: visible;
  transition: transform 0.3s ease;
}

/* 第二个按钮左移 8px */
.openclaw-btn-group-right {
  margin-left: -8px;
}

/* hover 时整体放大 5% */
.openclaw-btn-group:hover {
  transform: scale(1.05);
}

/* 扫光层：白色高光带，从左下 → 右上（135deg 等于 / 方向） */
.openclaw-btn-group::after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 16px;
  width: 226px;
  height: 54px;
  border-radius: 32px;
  /* 45度斜向渐变：高光在中央，两端透明 */
  background: linear-gradient(
    135deg,
    transparent 0%,
    transparent 40%,
    rgba(255, 255, 255, 0.7) 50%,
    transparent 60%,
    transparent 100%
  );
  /* 初始状态：扫光从左下角外侧开始 */
  background-position: 10% 0;
  background-size: 200% 200%;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 5;
  opacity: 0;
  transition: opacity 0s;
}

/* hover 时：扫光从左下 → 右上走完整个按钮，耗时 1s */
.openclaw-btn-group:hover::after {
  opacity: 1;
  transition: none;
  animation: btn-shine-sweep 1s ease-out forwards;
}


/* 扫光从左下角 → 右上角 sweep 动画 */
@keyframes btn-shine-sweep {
  0% {
    background-position: 100% 100%;   /* 左下角外侧 */
  }
  100% {
    background-position: -200% -100%;   /* 右上角外侧 */
  }
}


/* 移动端：不显示扫光效果 */
@media screen and (max-width: 768px) {
  .openclaw-btn-group::after {
    display: none;
  }

  .openclaw-btn-group:hover {
    transform: none;  /* 移动端不放大 */
  }
}

/* 两个按钮热区：透明背景 + 绝对定位，叠在图片上（相对于 .openclaw-btn-group 定位） */
.openclaw-btn-hot {
  position: absolute;
  display: block;
  bottom: 20px;
  left: 16px;
  width: 226px;
  height: 54px;
  line-height: 52px;
  text-align: center;
  background: transparent;
  cursor: pointer;
  z-index: 10;
  text-decoration: none;
  border: none;
  border-radius: 32px;
}

/* 第二个按钮：在第一个按钮右侧，间距 10px */
.openclaw-btn-hot.oc-btn {
  left: 16px;
}

/* 移动端：按钮缩小，保持相对位置 */
@media screen and (max-width: 768px) {
  .openclaw-img-wrap {
    /* 移动端全宽显示 */
    display: none;
    width: 100%;
  }
  .openclaw-img-wrap-m {
    display: block;
    position: relative;
  }

  .openclaw-img-wrap-m img {
    width: 80%;
    height: auto;
    margin-top: 100px;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
  }

  .openclaw-btn-hot {
    height: 36px;
    line-height: 36px;
    bottom: 10px;
    left: 8px;
    width: 36%;
    height: 12%;
  }

  .openclaw-btn-hot.oc-btn {
    left: 42%;
  }
}
