@charset "UTF-8";
@keyframes animated-border {
  0% {
    box-shadow: 0 0 0 0 rgba(240, 116, 116, 0.3);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(4, 235, 54, 0);
  }
}
body {
  color: #020814;
}

.box {
  max-width: 1280px;
}

h2.title {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  margin-top: 100px;
}

h2.title-white {
  color: #fff;
}

.title-p {
  font-size: 18px;
  color: #51565d;
  line-height: 1.5;
  margin-bottom: 60px;
}

.title-p-white {
  color: #fff;
  opacity: 0.8;
}

.title-tag {
  position: relative;
  bottom: -85px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  height: 30px;
  margin-top: -30px;
  text-align: center;
  color: #ff2630;
  background: #ffefef;
  border-radius: 16px;
  border: 1px solid #ff8b90;
}

.apply-btn-box {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.apply-btn-box a,
.apply-btn-box .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 25px;
  line-height: 1.5;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(90deg, #fc354c 0%, #ff4e4e 100%);
  transition: all 0.3s ease-in-out;
}
.apply-btn-box a:hover,
.apply-btn-box .btn:hover {
  box-shadow: 0 10px 25px 0 rgba(255, 77, 77, 0.4);
}
.apply-btn-box a:nth-child(2),
.apply-btn-box .btn:nth-child(2) {
  margin-left: 20px;
  color: #fc354c;
  border: 2px solid #fc354c;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.apply-btn-box a:nth-child(2):hover,
.apply-btn-box .btn:nth-child(2):hover {
  box-shadow: 0 10px 25px 0 rgba(255, 77, 77, 0.4);
}
.apply-btn-box .button-no-border {
  padding: 6px 25px;
}
.apply-btn-box a.button-lg {
  padding: 10px 25px;
}

.apply-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 3px;
  padding: 6px 25px;
  min-height: 40px;
  line-height: 1.5;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(90deg, #fc354c 0%, #ff4e4e 100%);
  transition: all 0.3s ease-in-out;
}
.apply-btn:hover {
  box-shadow: 0 10px 25px 0 rgba(255, 77, 77, 0.4);
}

.banner-wrap {
  height: 450px;
  background: url("/assets/images/copilot_banner_bg.jpg") no-repeat center center/cover;
}
.banner-wrap .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.banner-wrap .box .box-left {
  max-width: 55%;
}
.banner-wrap .box h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.banner-wrap .box p {
  max-width: 520px;
  margin-top: 25px;
  color: #51565d;
  font-size: 18px;
  line-height: 1.7;
}
.banner-wrap .box .banner-apply-box {
  display: flex;
  margin-top: 25px;
}
.banner-wrap .box .banner-apply-box a,
.banner-wrap .box .banner-apply-box .btn {
  display: block;
  width: 140px;
  height: 42px;
  line-height: 42px;
  border-radius: 6px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(90deg, #fc354c 0%, #ff4e4e 100%);
  transition: all 0.3s ease-in-out;
}
.banner-wrap .box .banner-apply-box a:hover,
.banner-wrap .box .banner-apply-box .btn:hover {
  box-shadow: 0 10px 25px 0 rgba(255, 77, 77, 0.4);
}
.banner-wrap .box .banner-apply-box a:nth-child(2),
.banner-wrap .box .banner-apply-box .btn:nth-child(2) {
  margin-left: 20px;
  color: #333;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.banner-wrap .box .banner-apply-box a:nth-child(2):hover,
.banner-wrap .box .banner-apply-box .btn:nth-child(2):hover {
  box-shadow: 3px 15px 15px rgba(0, 0, 0, 0.05);
}

.copilot-box {
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
}
.copilot-box .copilot-text {
  flex: 1;
  border-radius: 25px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d6ddf2;
  transition: all 0.3s ease-in-out;
}
.copilot-box .copilot-text img {
  max-width: 410px;
}
.copilot-box .copilot-text h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
  transition: all 0.3s ease-in-out;
}
.copilot-box .copilot-text h3 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
}
.copilot-box .copilot-text .line {
  width: 50px;
  height: 2px;
  background: #ff4848;
  border-radius: 1px;
  margin: 25px auto;
  margin-left: auto;
  margin-right: auto;
}
.copilot-box .copilot-text p {
  color: #51565d;
  max-width: 66%;
  margin: 0 auto 40px;
}
.copilot-box .copilot-text:hover {
  transform: translateY(-5px);
  box-shadow: 0px 0px 20px 1px rgba(18, 41, 78, 0.16);
}
.copilot-box .copilot-text:hover h4 {
  color: #ff4848;
}

.content-wrap .apply-btn-box {
  margin-top: 25px;
}
.content-wrap .content-bottom-box {
  margin-top: 40px;
  padding: 30px;
  display: flex;
  justify-content: space-evenly;
  gap: 30px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #d6ddf2;
}
.content-wrap .content-bottom-box h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #436eff;
}

.content-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8%;
}
.content-box .title-tag {
  margin-left: 0;
  color: #ff2630 !important;
}
.content-box .title {
  text-align: left;
  margin-bottom: 0;
}
.content-box .content-text-p {
  margin: 40px 0 !important;
}
.content-box .content-img {
  width: 50%;
  max-width: 620px;
}
.content-box .content-text {
  flex: 1;
}
.content-box .content-text .title {
  line-height: 1.3;
  margin-bottom: 25px !important;
}
.content-box .content-text h3 {
  font-size: 26px;
  line-height: 1;
  color: #020814;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 25px;
}
.content-box .content-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #51565d;
  text-align: justify;
  margin-bottom: 15px;
}
.content-box .content-text p.mb-25 {
  margin-bottom: 25px;
}
.content-box .content-text p.title-tag {
  font-size: 15px;
}
.content-box .content-text p i {
  color: #fd5a67;
  font-size: var(--font-size);
  margin-right: 5px;
}
.content-box .content-text p.tag {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 15px;
  margin-bottom: 0;
}
.content-box .content-text p.tag::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  display: block;
  clear: both;
  border-radius: 6px;
  transform: skewX(-10deg);
  background: linear-gradient(90deg, #ff525f 0%, #fd2222 100%);
}
.content-box .content-text-box {
  display: flex;
  flex-wrap: wrap;
}
.content-box .content-text-box .content-text-list-item {
  width: 50%;
  display: flex;
  gap: 5px;
}
.content-box .content-text-box .content-text-list-item i {
  font-size: 16px;
  color: #ff2630;
  margin-top: 2px;
}
.content-box .content-text-box .content-text-list-item i.blank {
  opacity: 0;
}
.content-box .content-text-box .content-text-list-item h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px;
}
.content-box .content-text-box .content-text-list-item p {
  font-size: 14px;
}
.content-box .content-text-box .content-text-list-item-full {
  width: 100%;
}
.content-box .content-text-img {
  background-color: #fff;
  padding: 40px;
  border-radius: 14px;
  text-align: center;
}
.content-box .content-text-img img {
  max-width: 100%;
}
.content-box .content-text-img h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin: 25px 0;
}
.content-box .content-text-img p {
  max-width: 86%;
  margin: 0 auto;
  color: #51565d;
}
.content-box .content-text-item {
  display: flex;
  gap: 15px;
}
.content-box .content-text-item:not(:last-child) {
  margin-bottom: 25px;
}
.content-box .content-text-item .content-text-item-img {
  width: 30px;
  flex-shrink: 0;
  position: relative;
}
.content-box .content-text-item h4 {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
.content-box .content-text-item h4 i {
  margin-right: 10px;
  width: 4px;
  height: 22px;
  margin-top: 2px;
  line-height: 1;
  background: #ff4848;
  border-radius: 2px 2px 2px 2px;
}
.content-box .content-text-item p {
  line-height: 1.7;
  color: #6e7080;
}
.content-box .content-text-item:hover h4 {
  color: red;
}
.content-box .content-text-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.content-box .content-text-item ul li img {
  width: 14px;
  height: auto;
}
.content-box .content-text-item ul li p {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}
.content-box .content-text-item ul li {
  min-width: 45%;
  display: flex;
  gap: 10px;
  align-items: center;
}

.more-item-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1px;
  border: 1px solid #e9ecf1;
  background-color: #e9ecf1;
  transition: all 0.4s ease-in-out;
}
.more-item-box .more-item {
  flex: 1;
  min-width: 18%;
  padding: 30px 0;
  background-color: #fff;
  text-align: center;
}
.more-item-box .more-item:hover {
  z-index: 5;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 6px 20px 0 rgba(14, 14, 111, 0.16);
}
.more-item-box .more-item:hover p {
  color: red;
}
.more-item-box .more-item img {
  max-height: 35px;
}
.more-item-box .more-item p {
  color: #282b42;
  font-size: 16px;
  margin-top: 10px;
}

.content-mana-box {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}
.content-mana-box .content-mana {
  flex: 1;
  padding: 40px;
  background: linear-gradient(180deg, #f7f9ff 0%, #ffffff 100%);
  box-shadow: 0px 10px 30px 1px rgba(63, 54, 170, 0.09);
  border-radius: 16px;
  border: 1px solid rgb(216, 223, 250);
  transition: all 0.3s ease-in-out;
}
.content-mana-box .content-mana .default {
  display: block;
  width: 42px;
}
.content-mana-box .content-mana .active {
  display: none;
  width: 42px;
}
.content-mana-box .content-mana:nth-child(2) {
  background: linear-gradient(180deg, #faf7ff 0%, #ffffff 100%);
  border: 1px solid rgb(228, 216, 250);
}
.content-mana-box .content-mana:nth-child(3) {
  border: 1px solid rgb(250, 216, 217);
  background: linear-gradient(180deg, #fff7f8 0%, #ffffff 100%);
  box-shadow: 0px 10px 30px 1px rgba(63, 54, 170, 0.09);
}
.content-mana-box .content-mana:hover {
  transform: translateY(-5px);
  background: #fff;
}
.content-mana-box .content-mana:hover .default {
  display: none;
}
.content-mana-box .content-mana:hover .active {
  display: block;
}
.content-mana-box .content-mana h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 15px;
}

.background-bottom-wrap {
  background: url("/assets/images/commu_background_bottom_bg.png") no-repeat center center/cover;
}

.indus-content-wrap .title {
  font-size: 26px;
}

.train-wrap {
  background: url("/assets/images/robot_train_bg.png") no-repeat center center/cover;
}

.train-box {
  max-width: 1000px;
  display: flex;
  justify-content: center;
  gap: 45px;
}
.train-box .train-left-img {
  width: 40px;
  flex-shrink: 0;
}
.train-box .train-left-img .train-left-line {
  margin: 0 auto;
  width: 4px;
  height: 160px;
  background: linear-gradient(180deg, #4e7ffc 0%, rgba(255, 255, 255, 0) 100%);
}
.train-box h4 {
  width: 100%;
  padding: 3px 15px;
  font-size: 20px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #4e7fff 0%, #798eff 100%);
}
.train-box p {
  max-width: 86%;
  margin: 0 auto;
  font-size: 14px;
  color: #51565d;
  line-height: 1.7;
}
.train-box .train-item {
  flex: 1;
  display: flex;
  gap: 20px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.train-box .train-item:first-child {
  margin-top: 120px;
}
.train-box .train-item:nth-child(2) {
  margin-top: 60px;
}
.train-box .train-item:nth-child(2) .train-left-line {
  background: linear-gradient(180deg, #8474fc 0%, rgba(255, 255, 255, 0) 100%);
}
.train-box .train-item:nth-child(2) h4 {
  background: linear-gradient(90deg, #7d6cff 0%, #8558ff 100%);
}
.train-box .train-item:last-child .train-left-line {
  background: linear-gradient(180deg, #fd4b52 0%, rgba(255, 255, 255, 0) 100%);
}
.train-box .train-item:last-child h4 {
  background: linear-gradient(90deg, #ff4a51 0%, #ff6c72 100%);
}
.train-box .train-item:hover {
  transform: translateY(-5px);
}

.define-wrap {
  background: linear-gradient(180deg, #ebefff 0%, #ffffff 100%);
}
.define-wrap .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 25px;
  line-height: 1;
  border-radius: 6px;
  font-size: 16px;
  word-wrap: nowrap;
  color: #fff;
  background: linear-gradient(90deg, #fc354c 0%, #ff4e4e 100%);
  transition: all 0.3s ease-in-out;
  padding: 14px 30px;
  font-size: 18px;
  transition: box-shadow 0.3s ease-in-out;
}
.define-wrap .button:hover {
  box-shadow: 0 10px 25px 0 rgba(255, 77, 77, 0.4);
}

.define-box {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.define-box h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 25px;
}
.define-box p {
  font-size: 14px;
  color: #51565d;
  line-height: 1.7;
}
.define-box .define-slide {
  padding: 40px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 6px 20px 1px rgba(14, 44, 111, 0.1608);
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}
.define-box .define-slide h4 {
  text-align: center;
}
.define-box .define-slide img {
  margin-top: auto;
}
.define-box .define-slide:hover {
  transform: translateY(-5px);
}
.define-box .define-main {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.define-box .define {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 6px 20px 1px rgba(14, 44, 111, 0.1608);
  border-radius: 8px 8px 8px 8px;
}
.define-box .define img {
  max-width: 45%;
}
.define-box .define {
  transition: transform 0.3s ease-in-out;
}
.define-box .define:hover {
  transform: translateY(-5px);
}

.ssc-use-wrap {
  padding-bottom: 60px;
  background: linear-gradient(102deg, #edf2f6 0%, #f3f5fc 100%);
}
.ssc-use-wrap .ssc-use-box {
  position: relative;
}
.ssc-use-wrap .swiper-slide {
  opacity: 1;
  width: 800px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  background-color: #fff;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.ssc-use-wrap .swiper-slide .ssc-use-img {
  width: 346px;
  min-width: 256px;
  max-height: 100%;
}
.ssc-use-wrap .swiper-slide .ssc-use-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  display: block;
}
.ssc-use-wrap .swiper-slide .ssc-use-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 30px;
  text-align: left;
}
.ssc-use-wrap .swiper-slide .ssc-use-text .flex {
  margin-top: 25px;
  margin-bottom: 25px;
}
.ssc-use-wrap .swiper-slide .ssc-use-text h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.ssc-use-wrap .swiper-slide .ssc-use-text span.tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  background: linear-gradient(90deg, #ff4d53 0%, #ff3939 100%);
}
.ssc-use-wrap .swiper-slide .ssc-use-text span.tag:not(:last-child) {
  margin-right: 5px;
}
.ssc-use-wrap .swiper-slide .ssc-use-text img {
  max-height: 80px;
}
.ssc-use-wrap .swiper-slide .ssc-use-text p {
  line-height: 1.7;
  color: #51565d;
}
.ssc-use-wrap .swiper-slide-prev,
.ssc-use-wrap .swiper-slide-next {
  transform: scale(0.75);
  cursor: pointer;
  position: relative;
}
.ssc-use-wrap .swiper-slide-prev::after,
.ssc-use-wrap .swiper-slide-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.ssc-use-wrap .swiper-slide-duplicate-prev {
  transition: all 0.3s ease-in-out;
  opacity: 0 !important;
}
.ssc-use-wrap .swiper-slide-duplicate-next {
  transition: all 0.3s ease-in-out;
  opacity: 0 !important;
}
.ssc-use-wrap .swiper-slide-active {
  transition: all 0.3s ease-in-out !important;
  opacity: 1 !important;
}
.ssc-use-wrap .swiper-button-prev {
  top: 50%;
  left: -26px;
  width: 52px;
  height: 52px;
  border-radius: 26px;
  justify-content: center;
  align-items: center;
  z-index: 10;
  color: #9ba0c1;
  background-color: #fff;
  border: solid 1px #e7eef5;
  display: flex;
  box-shadow: 0px 5px 5px 0px rgba(217, 218, 228, 0.2);
}
.ssc-use-wrap .swiper-button-prev::after {
  font-size: 24px;
  font-weight: bolder;
}
.ssc-use-wrap .swiper-button-prev:hover {
  color: #333;
}
.ssc-use-wrap .swiper-button-prev .swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: auto;
}
.ssc-use-wrap .swiper-button-next {
  top: 50%;
  right: -26px;
  width: 52px;
  height: 52px;
  border-radius: 26px;
  justify-content: center;
  align-items: center;
  z-index: 10;
  color: #9ba0c1;
  background-color: #fff;
  border: solid 1px #e7eef5;
  display: flex;
  box-shadow: 0px 5px 5px 0px rgba(217, 218, 228, 0.2);
}
.ssc-use-wrap .swiper-button-next::after {
  font-size: 24px;
  font-weight: bolder;
  margin-left: 5px;
}
.ssc-use-wrap .swiper-button-next:hover {
  color: #333;
}
.ssc-use-wrap .swiper-button-next .swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: auto;
}

/* -------------- 客户案例 -------------- */
.ssc-use-wrap {
  background: url("/assets/images/robot_custom_bg.png") no-repeat left top/cover;
}
.ssc-use-wrap .custom-logo-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
.ssc-use-wrap .custom-logo-box .custom-logo {
  flex: 1;
  min-width: 12%;
  max-width: 15%;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.ssc-use-wrap .custom-logo-box .custom-logo:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 20px 1px rgba(14, 44, 111, 0.16);
  border-radius: 8px 8px 8px 8px;
}

.question-box {
  padding-top: 80px;
  align-items: stretch;
}
.question-box .question {
  width: 48%;
  border-radius: 8px;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), translate3d(0, -2px, 0);
}
.question-box .question h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.question-box a {
  display: flex;
  align-items: center;
  line-height: 2.2;
  transition: all 0.2s ease-in-out;
  color: var(--text-color);
}
.question-box a p {
  font-size: 13px;
  text-align: center;
  width: 30px;
  height: 16px;
  margin-right: 8px;
  line-height: 16px;
  color: #fff;
  background-color: #fd1c1b;
  border-radius: 3px;
}
.question-box a span {
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.question-box a i {
  font-size: 13px;
  font-style: normal;
  color: #666;
  margin-left: auto;
}
.question-box a:hover {
  color: #ef4030;
}
.question-box a:hover i {
  color: #ef4030;
}

.flink {
  max-width: 1180px;
  margin: 20px auto;
  color: #8c8c8c;
  overflow: hidden;
}
.flink .bottom-click {
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}
.flink .bottom-click span {
  transition: transform 0.3s ease-in-out;
}
.flink .bottom-click .click-active {
  transform: rotate(180deg);
}
.flink ul {
  width: 100%;
}
.flink ul a {
  margin: 0;
  padding: 0px 1px 0 0;
  color: #8c8c8c !important;
  font-size: 12px;
  line-height: 2;
  word-break: keep-all;
}
.flink ul a:hover {
  color: #ccc;
}
.flink ul span {
  color: #8c8c8c;
  display: inline-block;
  margin: 0 2px 0 1px;
}
.flink .nav-icon {
  vertical-align: middle;
  padding-left: 4px;
  width: 14px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  nav {
    width: 100%;
  }
  nav .order-banner-wrap {
    height: 350px;
  }
  nav .order-banner-wrap .order-banner {
    height: 350px;
    flex-wrap: nowrap;
  }
  nav .order-banner-wrap .order-banner br {
    display: none;
  }
  .order-mana-wrap {
    padding-bottom: 40px;
  }
  .order-mana-tab li {
    font-size: 16px;
    margin-right: 8%;
  }
  .order-mana {
    max-width: 94%;
  }
  .order-price-wrap img {
    max-width: 94%;
    margin-top: 5%;
  }
  .order-video {
    width: 23.5%;
    padding: 3%;
    border: 1px solid #e0e6ec;
    border-radius: 8px;
    transition: all 0.4s ease-in-out;
  }
  .order-video h3 {
    margin-top: 5%;
  }
  .order-video p {
    line-break: anywhere;
  }
  .order-more-box {
    justify-content: center;
  }
  .order-more-box div.order-more {
    width: 19.75%;
    padding: 3%;
  }
  .order-more-box div.order-more .order-hover {
    font-size: var(--font-size);
    line-break: anywhere;
  }
  .order-more-box div.order-more .order-hover br {
    display: none;
  }
  .flink {
    width: 92%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 768px) {
  .title {
    max-width: 90%;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: bold;
    margin: 4rem auto 2.5rem;
  }
  .pt-80 {
    padding-top: 6rem;
  }
  .pb-120 {
    padding-bottom: 8rem;
  }
  .apply-btn-box {
    width: 100%;
    max-width: 94%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .apply-btn-box a,
  .apply-btn-box .btn {
    padding: 0.6rem 5.5rem;
    border-radius: 2rem;
    font-size: 1.6rem;
    background: linear-gradient(90deg, #fd515e 0%, #fd2324 100%);
  }
  .apply-btn-box a:hover,
  .apply-btn-box .btn:hover {
    box-shadow: 0 1rem 2.5rem 0 rgba(238, 77, 45, 0.4);
  }
  .apply-btn-box a:nth-child(2),
  .apply-btn-box .btn:nth-child(2) {
    margin-left: 0;
    border: 0.2rem solid #fd2324;
  }
  .apply-btn-box a:nth-child(2):hover,
  .apply-btn-box .btn:nth-child(2):hover {
    box-shadow: 0 1rem 2.5rem 0 rgba(238, 77, 45, 0.4);
  }
  .apply-btn-box .button-no-border {
    padding: 0.8rem 2.5rem;
  }
  .apply-btn-box a.button-lg {
    padding: 1rem 2.5rem;
  }
  .banner-wrap {
    height: auto;
    min-height: 42rem;
    padding-bottom: 4rem;
    background: #eef2f8 url("/assets/images/copilot_banner_bg.jpg") no-repeat center top/cover;
  }
  .banner-wrap .box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding-top: 6rem;
  }
  .banner-wrap .box .box-left {
    max-width: 100%;
  }
  .banner-wrap .box h1 {
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  .banner-wrap .box p {
    max-width: 94%;
    margin: 0 auto;
    font-size: 1.4rem;
    text-align: center;
    opacity: 0.85;
    line-height: 1.7;
  }
  .banner-wrap .box .banner-apply-box {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
  .banner-wrap .box .banner-apply-box a,
  .banner-wrap .box .banner-apply-box .btn {
    width: 12rem;
    height: 3.6rem;
    line-height: 3.6rem;
    border-radius: 0.6rem;
    font-size: 1.4rem;
    margin-left: 0;
  }
  h2.title {
    font-size: 2.4rem;
    line-height: 1.45;
    margin: 3.5rem auto 2rem;
    text-align: center;
    max-width: 94%;
  }
  .title-tag {
    position: static;
    bottom: auto;
    margin: 3rem auto 0;
    padding: 0.4rem 1.6rem;
    height: auto;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .title-p {
    max-width: 94%;
    margin: -1rem auto 3rem;
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: center;
  }
  .copilot-box {
    flex-direction: column;
    gap: 2rem;
    margin-top: 0;
  }
  .copilot-box .copilot-text {
    width: 100%;
    flex: none;
    border-radius: 1.6rem;
  }
  .copilot-box .copilot-text img {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .copilot-box .copilot-text h4 {
    font-size: 1.6rem;
    margin-top: 2.5rem;
  }
  .copilot-box .copilot-text h3 {
    font-size: 2rem;
    margin-top: 0.8rem;
  }
  .copilot-box .copilot-text .line {
    width: 4rem;
    margin: 1.8rem auto;
  }
  .copilot-box .copilot-text p {
    max-width: 86%;
    margin: 0 auto 2.5rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .copilot-box .copilot-text:hover {
    transform: none;
  }
  .content-wrap {
    padding-bottom: 4rem;
  }
  .content-wrap .title {
    margin-top: 0;
  }
  .content-wrap .content-bottom-box {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem 1rem;
    margin-top: 3rem;
    padding: 2rem 1.5rem;
    border-radius: 1.2rem;
  }
  .content-wrap .content-bottom-box .content-bottom-item {
    width: 46%;
    text-align: center;
  }
  .content-wrap .content-bottom-box .content-bottom-item h4 {
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
  }
  .content-wrap .content-bottom-box .content-bottom-item p {
    font-size: 1.3rem;
    color: #51565d;
  }
  .content-mana-box {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
  }
  .content-mana-box .content-mana {
    padding: 2.5rem 2rem;
    border-radius: 1.2rem;
  }
  .content-mana-box .content-mana h4 {
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
  .content-mana-box .content-mana p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .content-mana-box .content-mana:hover {
    transform: none;
  }
  /* ----------- 轮播banner部分 ----------- */
  .swiper-banner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url("/assets/images/aicall_swiper_bg.png") no-repeat center center/cover;
  }
  .swiper-banner h2 {
    margin-bottom: 0;
  }
  .swiper-banner .swiper-slide {
    width: 100%;
    height: auto;
    padding-bottom: 8rem;
  }
  .swiper-banner .banner-text-wrap {
    max-width: 94%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .swiper-banner .banner-text-wrap h2 {
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .swiper-banner .banner-text-wrap .flex {
    flex-wrap: wrap;
  }
  .swiper-banner .banner-text {
    width: 100%;
  }
  .swiper-banner .banner-text h3 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    color: #282b42;
    margin-top: 2rem;
  }
  .swiper-banner .banner-text p {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-top: 4rem;
    margin-bottom: 4rem;
    color: #51565d;
  }
  .swiper-banner .banner-text .banner-text-button {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1rem 2.5rem;
    font-size: 1.6rem;
    margin-top: 2rem;
    border-radius: 0.6rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(90deg, #fc354c 0%, #ff4e4e 100%);
    transition: all 0.3s ease-in-out;
  }
  .swiper-banner .banner-text .banner-text-button .banner-text-img {
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-banner .banner-text .banner-text-button .banner-text-img .img-play {
    width: 90%;
    height: 90%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .swiper-banner .banner-text .banner-text-button .banner-text-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .swiper-banner .banner-text .banner-text-button p {
    all: unset;
  }
  .swiper-banner .banner-text .banner-text-button:hover {
    box-shadow: 0 1rem 2.5rem 0 rgba(255, 77, 77, 0.4);
  }
  .swiper-banner .banner-text .audio-active {
    animation: animated-border 1.5s infinite;
  }
  .swiper-banner .banner-text .aicall-audio {
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .swiper-banner .banner-right {
    width: 94%;
    display: flex;
    flex-wrap: nowrap !important;
    gap: 5%;
    text-align: center;
  }
  .swiper-banner .swiper-pagination {
    bottom: 3.2rem !important;
  }
  .swiper-banner .swiper-pagination-bullet {
    width: 1.7rem;
    height: 0.6rem;
    margin: 0 0.6rem !important;
    background: #1f2c4e;
    border-radius: 0.3rem;
    opacity: 1;
  }
  .swiper-banner .swiper-pagination-bullet-active {
    width: 4.8rem;
    height: 0.6rem;
    opacity: 1;
    background: #fd3d3e;
  }
  .swiper-banner .swiper-button-next,
  .swiper-banner .swiper-button-prev {
    width: 10rem;
    height: 40rem;
    top: 2.1rem;
  }
  .pain-wrap .button-apply {
    margin: 4rem auto 0 auto;
  }
  .pain-box {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .pain-box .pain-item {
    width: 100%;
    flex: auto;
    border-radius: 0.4rem;
  }
  .pain-box .pain-item:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 1rem 2.5rem 0 rgba(217, 226, 237, 0.74);
  }
  .pain-box .pain-item h3 {
    gap: 1rem;
    padding: 0 2rem;
    font-size: 1.8rem;
  }
  .pain-box .pain-item h3 img {
    width: 2rem;
  }
  .pain-box .pain-item .pain-text {
    height: auto;
    padding: 3rem 3.5rem;
  }
  .pain-box .pain-item .pain-text p {
    font-size: 1.4rem;
  }
  .wrap h2.title {
    line-height: 1.5;
    max-width: 94%;
  }
  .wrap .apply-btn-box {
    margin-top: 4rem;
  }
  .content-box {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 3rem;
  }
  .content-box .content-img {
    width: 100%;
    max-width: 100%;
    order: -1;
  }
  .content-box .content-img img {
    width: 100%;
    display: block;
    border-radius: 1rem;
  }
  .content-box .content-text {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
  .content-box .content-text .title {
    text-align: left;
    margin: 0 0 1.5rem;
    font-size: 2.2rem;
  }
  .content-box .content-text .title-tag {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  .content-box .content-text p {
    font-size: 1.4rem;
    text-align: left;
  }
  .content-box .content-text .content-text-p {
    margin: 1.5rem 0 !important;
  }
  .content-box .content-text-box {
    gap: 1.5rem 0;
  }
  .content-box .content-text-box .content-text-list-item {
    width: 100%;
    align-items: flex-start;
    gap: 0.8rem;
  }
  .content-box .content-text-box .content-text-list-item i {
    font-size: 1.4rem;
    margin-top: 0.2rem;
  }
  .content-box .content-text-box .content-text-list-item h4 {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
  }
  .content-box .content-text-box .content-text-list-item p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .content-box .content-text-img {
    padding: 0;
  }
  .content-box .content-text-img h3 {
    font-size: 1.6rem;
    text-align: left;
    text-indent: 0;
    margin-bottom: 1rem;
  }
  .content-box .content-text-img img {
    max-width: 100%;
  }
  .content-box .apply-btn-box {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
  }
  .content-box .content-text-item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .content-box .content-text-item h4 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .content-box .content-text-item h4 i {
    margin-right: 1rem;
    width: 0.4rem;
    height: 2.2rem;
    margin-top: 0.2rem;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  }
  .order-text-box {
    gap: 2rem;
  }
  .order-text-box .order-text {
    padding: 2.5rem 2rem;
    border-radius: 0.4rem;
    box-shadow: 0rem 0.3rem 1rem 0.1rem rgba(30, 40, 93, 0.1);
  }
  .order-text-box .order-text:hover {
    transform: translateY(-0.5rem);
  }
  .order-text-box .order-text h4 {
    margin: 1rem 0;
  }
  .order-mana-wrap .order-mana-box {
    border-radius: 1.6rem;
  }
  .order-mana-tab li {
    font-size: 1.3rem;
    padding: 1.5rem 0;
    gap: 1rem;
  }
  .order-mana-tab li img {
    display: none;
  }
  .order-mana-content {
    padding: 3rem;
  }
  .order-mana-content .apply-btn-box {
    margin-top: 1.5rem;
  }
  .order-mana-content .order-mana-img {
    width: 100% !important;
  }
  .order-mana-text ul {
    margin: 1.5rem 0 0;
  }
  .order-mana-text ul li i {
    margin-right: 1.5rem;
  }
  .train-box {
    max-width: 100rem;
    gap: 0;
    flex-wrap: wrap;
  }
  .train-box .train-left-img {
    width: 4rem;
  }
  .train-box .train-left-img .train-left-line {
    width: 0.4rem;
    height: 12rem;
  }
  .train-box h4 {
    padding: 0.3rem 0;
    font-size: 2rem;
    border-radius: 0.4rem;
    margin-bottom: 1.5rem;
    background: none !important;
    color: #333;
  }
  .train-box p {
    max-width: 100%;
    font-size: 1.4rem;
  }
  .train-box .train-item {
    width: 100%;
    min-width: 100%;
    gap: 2rem;
    border-radius: 0.4rem;
  }
  .train-box .train-item:first-child {
    margin-top: 0rem;
  }
  .train-box .train-item:nth-child(2) {
    margin-top: 0;
  }
  .define-wrap .button {
    padding: 1.2rem 2.5rem;
    border-radius: 0.6rem;
    font-size: 1.6rem;
    padding: 1.4rem 3rem;
    font-size: 1.8rem;
  }
  .define-wrap .button:hover {
    box-shadow: 0 1rem 2.5rem 0 rgba(255, 77, 77, 0.4);
  }
  .define-box {
    gap: 2rem;
    flex-wrap: wrap;
  }
  .define-box h4 {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .define-box p {
    font-size: 1.4rem;
    color: #51565d;
    line-height: 1.7;
  }
  .define-box .define-slide {
    min-width: 100%;
    padding: 2rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    box-shadow: 0rem 0.6rem 2rem 0.1rem rgba(14, 44, 111, 0.1608);
    border-radius: 0.8rem;
    transition: transform 0.3s ease-in-out;
  }
  .define-box .define-slide h4 {
    text-align: left;
  }
  .define-box .define-slide img {
    display: none;
    margin-top: auto;
  }
  .define-box .define-slide:hover {
    transform: translateY(-0.5rem);
  }
  .define-box .define-main {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .define-box .define {
    display: flex;
    align-items: center;
    padding: 2rem 1.5rem;
    background: #ffffff;
    box-shadow: 0rem 0.6rem 2rem 0.1rem rgba(14, 44, 111, 0.1608);
    border-radius: 0.8rem 0.8rem 0.8rem 0.8rem;
  }
  .define-box .define h4 {
    text-align: left;
  }
  .define-box .define img {
    display: none;
    max-width: 45%;
  }
  .define-box .define {
    transition: transform 0.3s ease-in-out;
  }
  .define-box .define:hover {
    transform: translateY(-0.5rem);
  }
  .use-wrap {
    padding-bottom: 0;
  }
  .ssc-use-wrap {
    padding-bottom: 4rem;
  }
  .ssc-use-wrap .use-wrap .title {
    margin-bottom: 2.5rem;
  }
  .ssc-use-wrap .ssc-use-box.hidden-xs {
    display: block !important;
  }
  .ssc-use-wrap .swiper-container {
    overflow: visible;
  }
  .ssc-use-wrap .swiper-wrapper {
    display: block !important;
    transform: none !important;
  }
  .ssc-use-wrap .swiper-slide {
    width: 100% !important;
    height: auto !important;
    transform: none !important;
    opacity: 1 !important;
    flex-direction: column;
    margin-bottom: 2rem;
    border-radius: 1.2rem;
    box-shadow: 0 1rem 1.5rem -0.3rem rgba(0, 0, 0, 0.1), 0 0.4rem 0.6rem -0.2rem rgba(0, 0, 0, 0.05);
  }
  .ssc-use-wrap .swiper-slide::after {
    display: none;
  }
  .ssc-use-wrap .swiper-slide .ssc-use-img {
    display: block;
    width: 100%;
    min-width: 0;
    max-height: none;
  }
  .ssc-use-wrap .swiper-slide .ssc-use-img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ssc-use-wrap .swiper-slide .ssc-use-text {
    flex: 1;
    padding: 2rem;
    background: none;
  }
  .ssc-use-wrap .swiper-slide .ssc-use-text h4 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .ssc-use-wrap .swiper-slide .ssc-use-text .flex {
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .ssc-use-wrap .swiper-slide .ssc-use-text span.tag {
    font-size: 1.2rem;
    padding: 0.4rem 0.8rem;
  }
  .ssc-use-wrap .swiper-slide .ssc-use-text p {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 0;
  }
  .ssc-use-wrap .swiper-slide-prev,
  .ssc-use-wrap .swiper-slide-next,
  .ssc-use-wrap .swiper-slide-active,
  .ssc-use-wrap .swiper-slide-duplicate-prev,
  .ssc-use-wrap .swiper-slide-duplicate-next {
    transform: none !important;
    opacity: 1 !important;
  }
  .ssc-use-wrap .swiper-slide-prev::after,
  .ssc-use-wrap .swiper-slide-next::after,
  .ssc-use-wrap .swiper-slide-active::after,
  .ssc-use-wrap .swiper-slide-duplicate-prev::after,
  .ssc-use-wrap .swiper-slide-duplicate-next::after {
    display: none;
  }
  .ssc-use-wrap .swiper-button-prev,
  .ssc-use-wrap .swiper-button-next {
    display: none;
  }
  .bottom-tryout-wrap {
    height: auto;
    padding: 4rem 0;
  }
  .bottom-tryout-wrap .bottom-tryout {
    max-width: 94%;
    margin: 0 auto;
    text-align: center;
  }
  .bottom-tryout-wrap .bottom-tryout p {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .bottom-tryout-wrap .bottom-tryout a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 12rem;
    height: 3.6rem;
    padding: 0 2.5rem;
    margin-top: 2rem;
    border-radius: 0.6rem;
    font-size: 1.6rem;
  }
  /* ------------ 工单系统功能大全 ------------ */
  .more-item-box {
    gap: 0.1rem;
    border: 0.1rem solid #e9ecf1;
  }
  .more-item-box .more-item {
    flex: 1;
    min-width: 33%;
    padding: 1.5rem 0;
  }
  .more-item-box .more-item:hover {
    box-shadow: 0.1rem 1.3rem 2.9rem 0.3rem rgba(217, 226, 237, 0.74);
  }
  .more-item-box .more-item img {
    max-height: 3rem;
  }
  .more-item-box .more-item p {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  .commu-case-wrap .commu-case-box {
    gap: 2rem;
    flex-wrap: wrap;
  }
  .commu-case-wrap .apply-btn-box a:nth-child(2) {
    border: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.5);
  }
  .commu-case-wrap .apply-btn-box a:nth-child(2):hover {
    box-shadow: 0 1rem 2.5rem 0 rgba(255, 255, 255, 0.3);
  }
  .commu-case-item {
    width: 100%;
    flex: auto;
    border-radius: 0.4rem;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .commu-case-item:hover {
    transform: translateY(-0.5rem);
  }
  .commu-case-item h4 {
    padding: 2rem 3rem;
    line-height: 1;
    font-weight: bold;
  }
  .commu-case-item p {
    padding: 0 3rem;
    margin-bottom: 3rem;
  }
  .question-box {
    flex-wrap: wrap;
    padding-top: 2rem;
  }
  .question-box .question {
    padding: 15px;
    width: 100%;
    margin-bottom: 0;
  }
  .question-box .question p {
    flex-shrink: 0;
  }
  .question-box .question span {
    max-width: 75%;
    margin-right: 1rem;
  }
  .question-box .question i {
    white-space: nowrap;
    margin-left: auto;
  }
  .question-box .question:first-child {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=copilot.css.map */