.top-banner {
  width:100%;
  background-color:#9E64FF;
  height: 539px;
  display: flex;
  justify-content: center;
  background-image:url(/templates/xgjnew/aigrowth-assets/img/banner-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  align-items:center;
}
.top-banner .banner-1 {
  width: 550px;
  height: 470px;
  position:relative;
}
.top-banner  .banner-1 .banner-img {
  width: 550px;
  height: 470px;
  position:absolute;
  top:0;
  left:0;
}
.top-banner  .banner-1 .banner-l {
  width: 162.98px;
  height: 179.31px;
  position:absolute;
  top:192px;
  left:-39px;
  animation: float 3s ease-in-out infinite; /* 3秒的动画，循环播放 */
  scale:1.1;
}
.top-banner  .banner-1 .banner-r {
  width: 160px;
  height: 160px;
  position:absolute;
  top:7px;
  right:38px;
  animation: floatr 3s ease-in-out infinite; /* 3秒的动画，循环播放 */
}
/* 上下缓慢移动动画 */
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px); /* 上移10px */
  }
  100% {
    transform: translateY(0);
  }
}
/* 上下缓慢移动动画 */
@keyframes floatr {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px); /* 上移10px */
  }
  100% {
    transform: translateY(0);
  }
}

.top-banner .content {
  width: 635px;
  height: 100%;
  text-align: left;
  padding-left: 40px;
  color:#fff;
}
.top-banner .content .line-1 {
  margin-top: 100px;
  margin-bottom: 20px;
  color:#fff;
  display:flex;
  align-items:center;
}
.top-banner .content .line-1 .logo-1 {
  width: 140px;
  height: 27px;
}
.top-banner .content .line-1  .line{
  display:inline-block;
  width:1px;
  height:16px;
  background-color:#fff;
  margin-left:12px;
}
.top-banner .content .line-1  .line-text{
  display:inline-block;
  margin-left:12px;
  font-weight: 400;
font-size: 18px;
color: #FFFFFF;
}
.top-banner .content .line-2 {
  font-size: 48px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  line-height: 67px;
  color:#fff;
  margin-bottom: 8px;
  display:flex;
  align-items:center;
}
.top-banner .btn {
  border: none;
  outline: none;
}
.top-banner .content .line-3 {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color:#fff;
  line-height: 25px;
  margin-bottom: 30px;
}
.top-banner .content .btn {
  width: 124px;
  height: 44px;
  background: #FDDD4D;
  border-radius: 24px 24px 24px 24px;
  font-weight: 500;
  font-size: 16px;
  color: #7D4007;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.video-wrapper {
  padding-bottom: 80px;
  width: 100%;
  background: #f6fbff;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.video-wrapper .line-1 {
  font-size: 34px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #3d4042;
  line-height: 48px;
  margin-top: 60px;
  margin-bottom: 24px;
}
.video-wrapper .line-2 {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #676c70;
  line-height: 22px;
  margin-bottom: 40px;
}
.video-wrapper .img-wrapper {
  position: relative;
}
.video-wrapper .img-wrapper .video-img {
  cursor: pointer;
  width: 960px;
  height: 540px;
  position: relative;
  z-index: 2;
}
.video-wrapper .img-wrapper .icon-2 {
  position: absolute;
  width: 153px;
  height: 175px;
  z-index: 1;
  left: -100px;
  top: 10px;
}
.video-wrapper .img-wrapper .icon-1 {
  position: absolute;
  width: 111px;
  height: 122px;
  z-index: 1;
  right: -100px;
  bottom: 0;
}

.banxue-liantiao {
  padding-bottom: 85px;
  text-align: center;
}
.banxue-liantiao .line-1 {
  font-size: 34px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #3d4042;
  line-height: 48px;
  margin-top: 80px;
  margin-bottom: 44px;
}
.banxue-liantiao .lian-tiao {
  width: 1000px;
}

.lunbo-wrapper {
  padding-bottom: 80px;
  background: linear-gradient(360deg, #ffffff 0%, #f5fbff 100%);
  text-align: center;
  padding-top: 80px;
}
.lunbo-wrapper .line-1 {
  font-size: 34px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #3d4042;
  line-height: 48px;
  margin-bottom: 40px;
}
.lunbo-wrapper .page-wrapper {
  height: 500px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 1200px;
  cursor: pointer;
}
.lunbo-wrapper .page-wrapper .page {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  flex: 0 0 auto;
  width: 172px;
  height: 460px;
}
.lunbo-wrapper .page-wrapper .page:not(:first-child) {
  border-left: 0;
}
.lunbo-wrapper .page-wrapper .page .change-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  margin-top: 70px;
}
.lunbo-wrapper .page-wrapper .page .change-1 .line-1 {
  margin-bottom: 25px;
}
.lunbo-wrapper .page-wrapper .page .change-1 .line-1 .icon {
  width: 36px;
  height: 36px;
}
.lunbo-wrapper .page-wrapper .page .change-1 .line-2 {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #3d4042;
  line-height: 22px;
  margin-bottom: 10px;
}
.lunbo-wrapper .page-wrapper .page .change-1 .line-3 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #676c70;
  line-height: 20px;
}
.lunbo-wrapper .page-wrapper .page.active {
  width: 345px;
  height: 500px;
  border-radius: 8px;
  border: 1px solid #0f93ff;
  box-shadow: 1px 4px 60px 0px rgba(167, 167, 167, 0.15);
  z-index: 3;
}
.lunbo-wrapper .page-wrapper .page.active .change-1 {
  display: none;
}
.lunbo-wrapper .page-wrapper .page.active .change-2 {
  opacity: 1;
  display: flex;
  transition: opacity 0.1s ease-out;
}
.lunbo-wrapper .page-wrapper .page.active .img {
  width: 300px;
  height: 300px;
  transition: all 0.04s ease;
}
.lunbo-wrapper .page-wrapper .page.active.animate .change-2 {
  opacity: 0.7;
  display: flex;
}
.lunbo-wrapper .page-wrapper .page .change-2 {
  display: none;
  margin-top: 60px;
  align-items: center;
  margin-bottom: 34px;
  padding-left: 50px;
}
.lunbo-wrapper .page-wrapper .page .change-2 .icon {
  width: 36px;
  height: 36px;
  margin-right: 20px;
  color: #0f93ff;
}
.lunbo-wrapper .page-wrapper .page .change-2 .right-text {
  text-align: left;
}
.lunbo-wrapper .page-wrapper .page .change-2 .right-text .line-2 {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #3d4042;
  line-height: 22px;
  margin-bottom: 4px;
}
.lunbo-wrapper .page-wrapper .page .change-2 .right-text .line-3 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #676c70;
  line-height: 20px;
}
.lunbo-wrapper .page-wrapper .page .img {
  width: 128px;
  height: 128px;
}

.pin-pai {
  padding-bottom: 80px;
  text-align: center;
}
.pin-pai .line-1 {
  font-size: 34px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #3d4042;
  line-height: 48px;
  margin-top: 50px;
  margin-bottom: 21px;
}
.pin-pai .line-2 {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #676c70;
  line-height: 22px;
  margin-bottom: 60px;
}
.pin-pai .cards-wrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  position: relative;
  cursor: pointer;
}
.pin-pai .cards-wrapper .card-line {
  position: relative;
  z-index: 2;
}
.pin-pai .cards-wrapper .card-line:not(:last-child) {
  margin-right: 30px;
}
.pin-pai .cards-wrapper .card-line .card {
  padding: 30px;
  margin-bottom: 30px;
  width: 380px;
  background: #ffffff;
  box-shadow: 0px 4px 60px 0px rgba(167, 167, 167, 0.1);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
.pin-pai .cards-wrapper .card-line .card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 8px 60px 0px rgba(167, 167, 167, 0.2);
}
.pin-pai .cards-wrapper .card-line .card .head {
  height: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 15px;
  text-align: left;
}
.head-left {
  display: flex;
}
.head-right {
  display: flex;
  align-items: center;
  color: #0f93ff;
  font-size: 14px;
}
.head-right .arrow {
  display: inline-block;
  margin-left: 4px;
  width: 6px;
  height: 6px;
  border: 1px solid #42aaff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
  background: 0 0;
  vertical-align: 1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pin-pai .cards-wrapper .card-line .card .head .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}
.pin-pai .cards-wrapper .card-line .card .head .line-1 {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #303133;
  line-height: 22px;
  margin: 0;
  margin-bottom: 5px;
}
.pin-pai .cards-wrapper .card-line .card .head .line-2 {
  margin: 0;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #606266;
  line-height: 20px;
}
.pin-pai .cards-wrapper .card-line .card .desc {
  text-align: left;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3d4042;
  line-height: 29px;
}
.pin-pai .cards-wrapper .icon-3 {
  position: absolute;
  width: 142px;
  height: 151px;
  left: -71px;
  top: -80px;
  z-index: 1;
}
.pin-pai .cards-wrapper .icon-4 {
  position: absolute;
  width: 169px;
  height: 169px;
  right: -67px;
  bottom: -64px;
  z-index: 1;
}

.footer-apply {
  height: 280px;
  width: 100%;
  text-align: center;
  background: url('/templates/xgjnew/aigrowth-assets/img/btn-bg.png') no-repeat
    center center;
  background-size: cover;
}
.footer-apply button {
  margin-top: 32px;
  width: 182px;
  height: 46px;
  background: #0f93ff;
  border-radius: 23px;
  border: none;
  outline: none;
  text-align: center;
  line-height: 46px;
  color: #ffffff;
  cursor: pointer;
}
.footer-apply h2 {
  padding-top: 88px;
  font-size: 34px;
  font-weight: 500;
  color: #3d4042;
  line-height: 1;
}
.footer-apply label {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  width: 400px;
  height: 40px;
  outline: none;
  background: #ffffff;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 2px 8px 0px rgba(230, 241, 250, 0.5);
  border-radius: 22px;
  border: 1px solid #edf4fa;
}
.footer-apply label input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  float: left;
  border: none;
  outline: none;
  padding-right: 96px;
  padding-left: 24px;
  color: #606266;
}
.footer-apply label a {
  float: right;
  width: 96px;
  height: 36px;
  line-height: 36px;
  background: linear-gradient( 262deg, #A863FF 0%, #5B32FF 100%);
  border-radius: 24px 24px 24px 24px;
  color: #fff;
  position: absolute;
  right: 1px;
  top: 1px;
  text-decoration: none;
}

.showVedio2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  margin: auto;
  z-index: 9999;
  display: none;
}

.showVedio2 .showVedio2-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.showVedio2 .playcon {
  width: 64vw;
  height: 36vw;
  margin: auto;
  position: relative;
}

.showVedio2 .playcon .player {
  width: 100% !important;
  height: 100% !important;
}

.showVedio2 .close {
  width: 40px;
  height: 40px;
  font-size: 24px;
  position: absolute;
  right: -16px;
  top: -40px;
  cursor: pointer;
  background: url(../img/close.png) no-repeat center center;
}
.showVedio2 .close .icon {
  width: 100%;
  height: 100%;
}

.showVedio2 video {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-hr {
  width: 1280px;
  margin: 0 auto;
  height: 2px;
  background: linear-gradient(90deg, #a3d6ff 0%, #75b6ff 100%);
}

.footer {
  width: 1280px;
  padding: 50px;
  margin: 0 auto;
}
.footer .top {
  display: flex;
  justify-content: space-between;
}
.footer .top .left .line-1 {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3d4042;
  line-height: 16px;
  margin-bottom: 22px;
}
.footer .top .left .contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer .top .left .contact .contact-item {
  flex: 0 0 auto;
  width: 33%;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #676c70;
  line-height: 36px;
  text-align: left;
  display: flex;
  align-items: center;
}
.footer .top .left .contact .contact-item .underline {
  text-decoration: underline;
}
.footer .top .left .contact .contact-item .icon {
  width: 14px;
  height: 18px;
  margin-right: 4px;
}
.footer .top .right {
  text-align: center;
}
.footer .top .right .line-1 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #676c70;
  line-height: 14px;
  margin-bottom: 12px;
}
.footer .top .right .qrcode {
  width: 100px;
  height: 100px;
}
.footer .copyright {
  padding-bottom: 40px;
  font-size: 12px;
  color: #676c70;
  line-height: 24px;
}
.footer .copyright a {
  color: inherit;
}
.footer .copyright .icp {
  float: right;
}
.footer .copyright .desc-qx {
  position: relative;
  cursor: pointer;
}
.footer .copyright .desc-qx .inner-desc-qx {
  position: absolute;
  width: 150px;
  background-color: #3a4d67;
  opacity: 0.8;
  left: calc(100% + 5px);
  bottom: -10px;
  display: none;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
}
.footer .copyright .desc-qx .inner-desc-qx.active {
  display: block;
}

.dialog {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog .content {
  width: 900px;
  height: 540px;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  animation: scalein 0.3s;
  display: flex;
  border-radius: 18px;
  overflow: hidden;
}
.dialog .content .close {
  position: absolute;
  top: 16px;
  right: 16px;
  line-height: 1;
  color: #333;
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  z-index: 20;
}
.dialog .content .dialog-left {
  width: 480px;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}
.dialog .content .dialog-right {
  width: 420px;
  height: 100%;
  background: white;
  position: relative;
}
.dialog .content .dialog-right .form-wrapper {
  padding-bottom: 80px;
}
.dialog .content .dialog-right .form-wrapper > img {
  width: 140px;
  display: block;
  font-size: 0;
  margin: 0 auto;
  margin-top: 70px;
}
.dialog .content .dialog-right .form-wrapper .dialog-form {
  margin-top: 70px;
  padding: 0 40px;
  box-sizing: border-box;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .form-item {
  display: block;
  margin-bottom: 40px;
  position: relative;
}
.dialog
  .content
  .dialog-right
  .form-wrapper
  .dialog-form
  .form-item.form_persons {
  width: 100%;
  margin-bottom: 30px;
}
.dialog
  .content
  .dialog-right
  .form-wrapper
  .dialog-form
  .form-item
  .icon-required {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  vertical-align: middle;
}
.dialog
  .content
  .dialog-right
  .form-wrapper
  .dialog-form
  .form-item
  .icon-required:after {
  content: '*';
  color: red;
  line-height: 46px;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .form-item .clear {
  display: none;
  position: absolute;
  right: 20px;
  background: #fff;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.9;
  border-radius: 50%;
  cursor: pointer;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .form-item input {
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  border: 1px solid #dae0e6;
  border-radius: 4px;
  padding: 0 20px;
  line-height: 42px;
  outline: none;
}
.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99;
  display: flex;
  align-items: flex-start;
  transform: translate(-50%, -50%);
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
.modal.none {
  display: none;
}
.modal .modal-avatar {
  margin-right: 16px;
  width: 70px;
  height: 70px;
}
.modal .modal-right {
  position: relative;
}
.modal .modal-right img {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.modal h3 {
  font-weight: 600;
  color: #333333;
  line-height: 28px;
  font-size: 20px;
}
.modal p {
  padding-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #676c70;
  line-height: 20px;
}
.modal .btn-wrap {
  margin-top: 20px;
  display: flex;
}
.modal .btn-wrap .btn-item {
  width: 128px;
  height: 42px;
  font-size: 14px;
  line-height: 42px;
  color: #0f93ff;
  text-align: center;
  border: 1px solid #0f93ff;
  border-radius: 22px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.modal .btn-wrap .btn-item:first-child {
  margin-right: 10px;
  background-color: #0f93ff;
  color: #ffffff;
}
.modal .btn-wrap .btn-item:first-child:hover {
  background-color: #0d84e5;
}
.modal .btn-wrap .btn-item:last-child:hover {
  border-color: #0d84e5;
  color: #0d84e5;
}
.dialog
  .content
  .dialog-right
  .form-wrapper
  .dialog-form
  .form-item
  input:focus {
  border-color: #0f93ff;
}
.dialog
  .content
  .dialog-right
  .form-wrapper
  .dialog-form
  .form-item
  input::placeholder {
  color: #a1aab3;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .form-item .hint {
  position: absolute;
  left: 0;
  top: 44px;
  line-height: 1;
  font-size: 12px;
  color: red;
  display: none;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .require .hint {
  display: block;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .require input {
  border-color: red;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .code {
  position: relative;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .code input {
  padding-right: 130px;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .code .getcode {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 110px;
  height: 14px;
  line-height: 1;
  float: right;
  text-align: center;
  border-left: 1px solid #d5dbe0;
  color: #0f93ff;
  user-select: none;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .photocode {
  position: relative;
}
.dialog .content .dialog-right .form-wrapper .dialog-form .photocode input {
  padding-right: 140px;
}
.dialog
  .content
  .dialog-right
  .form-wrapper
  .dialog-form
  .photocode
  .getphotocode {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 140px;
  height: 40px;
  line-height: 1;
  float: right;
  text-align: center;
  color: #0f93ff;
  user-select: none;
}
.dialog .content .dialog-right .form-success {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  padding: 0 80px;
  z-index: 2;
  text-align: center;
}
.dialog .content .dialog-right .form-success.active {
  display: block;
}
.dialog .content .dialog-right .form-success img {
  width: 108px;
  height: 108px;
  padding: 0;
  margin: 124px auto 30px;
}
.dialog .content .dialog-right .form-success .line-1 {
  font-size: 24px;
  font-weight: 400;
  color: #3d4042;
  line-height: 24px;
  margin-bottom: 20px;
}
.dialog .content .dialog-right .form-success .line-2 {
  height: 42px;
  font-size: 14px;
  font-weight: 400;
  color: #a1aab3;
  line-height: 21px;
  text-align: left;
  margin-bottom: 46px;
}
.dialog .content .dialog-right .btn {
  display: block;
  height: 42px;
  background: #0f93ff;
  border-radius: 4px;
  margin: 0 auto;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.dialog .toast {
  margin-top: 64px;
  padding-bottom: 20px;
  text-align: center;
}
.dialog .toast .icon {
  font-size: 108px;
}
.dialog .toast .dialog_hint {
  font-size: 24px;
  color: #3d4042;
  line-height: 24px;
  margin-top: 30px;
}
.dialog .toast .dialog_ms {
  display: inline-block;
  width: 260px;
  height: 42px;
  font-size: 14px;
  color: #a1aab3;
  line-height: 21px;
  margin-top: 18px;
}
.dialog .toast .dialog_closeBtn {
  margin-top: 48px;
  display: inline-block;
  width: 260px;
  height: 42px;
  background: #0f93ff;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}
/* .dialog .form-item-select {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 42px;
  outline: 0;
}
.dialog .form-select-item {
  width: 100%;
  height: 42px;
  padding-right: 15px;
  border: 1px solid #dae0e6;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
} */


.form-select-item input {
  margin: 0 10px 0 0 !important;
  width: 15px !important;
  height: 15px !important;
}
.form-select-item label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  width: 50%;
  cursor: pointer;
}
.toolbar2-wrap {
  position: fixed;
  left: 10px;
  bottom: 100px;
  z-index: 997;
  font-size: 12px;
}

.toolbar2-wrap .bottom {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.toolbar2-wrap .bottom .border {
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #0f93ff;
}
.toolbar2-wrap .close-point {
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(/templates/xgjnew/img/close-icon.png);
  background-size: 100%;
}
.toolbar2-wrap .pos {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 124px;
  cursor: pointer;
}
.toolbar2-wrap .pos .left-img-wrap {
  display: flex;
  justify-content: center;
  position: relative;
}
.toolbar2-wrap .pos .content-wrap {
  margin-top: -10px;
  padding-top: 10px;
  border-radius: 10px;
  border: 2px solid #0f93ff;
  overflow: hidden;
}
.toolbar2-wrap .pos .zx-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 34px;
  color: #ffffff;
  background: #0f93ff;
}
.toolbar2-wrap .pos .zx-box img {
  margin-right: 4px;
  width: 14px;
  height: 14px;
}
.toolbar2-wrap .left-avatar {
  width: 90px;
  height: 82px;
}

.toolbar2-wrap ul {
  margin-top: -10px;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
}
.toolbar2-wrap ul li {
  padding: 8px;
  font-weight: 400;
  color: #3d4042;
  line-height: 16px;
}
.toolbar2-wrap ul li:first-child {
  padding-top: 18px;
}
.toolbar2-wrap ul li:nth-child(even) {
  background-color: rgba(15, 147, 255, 0.2);
}
.toolbar2-wrap ul li:hover {
  background-color: rgba(15, 147, 255, 0.1);
}
.toolbar2-wrap.none {
  display: none;
}

/* 右侧工具按钮 */
.toolbar1-wrap {
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 997;
}
.right-avatar {
  width: 80px;
  height: 86px;
}
.toolbar1 {
  margin: -5px auto 0;
  width: 68px;
}

.toolbar1 dd {
  width: 100%;
  height: 64px;
  position: relative;
  background: #1b82fa;
  border-radius: 1px;
  color: #fff;
  line-height: 16px;
  cursor: pointer;
}
.toolbar1 dd :hover {
  background-color: #166ed4;
}
.toolbar1 dd .wechat-icon {
  width: 24px;
  height: 24px;
}
.plus-icon {
  width: 24px;
  height: 24px;
}
.arrow-icon {
  width: 24px;
  height: 10px;
}
.toolbar1 dd i {
  width: 100%;
  height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
}

.toolbar1 dd i .word {
  font-size: 12px;
  padding: 4px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 7px;
}

.toolbar1 .tel a {
  color: #fff;
}

.toolbar1 .slide-tel {
  display: block;
  width: 0;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  padding: 0 0 0 80px;
  top: 0;
  right: 0;
  overflow: hidden;
}

.toolbar1 .pop {
  position: absolute;
  right: 74px;
  top: -3px;
  background: #fff;
  border: 1px solid #e6edf5;
  transform: scale(0);
  *display: none;
  transition: transform 0.2s;
  transform-origin: 100% 0 0;
}

.toolbar1 .dd_cd:not(:last-child) {
  border-bottom: 1px solid #166ed4;
}
.toolbar1 .top-wrap {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.toolbar1 .dd_cd:hover .pop {
  transform: scale(1);
  display: block;
}

.toolbar1 .pop-code {
  width: 160px;
  padding: 20px 20px 0;
}

.toolbar1 .pop-tel {
  color: #1e1d22;
  font-size: 18px;
  text-align: center;
  padding-bottom: 20px;
  white-space: nowrap;
}

.toolbar1 .pop-code img {
  width: 120px;
  height: 120px;
  display: block;
}

.toolbar1 .pop-code h3 {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.toolbar1 .qq span {
  background-position: center 8px;
}

.toolbar1 .qq a {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
  color: #fff;
}

.toolbar1 .zxzx span {
  background-position: center 0;
}

.toolbar1 .tel span {
  background-position: center -41px;
}

.toolbar1 .code span {
  background-position: center -85px;
}

.toolbar1 .top span {
  background-position: center -129px;
}
/* 弹窗 */

#popToast .tips_content {
  background: #ffffff;
  position: fixed;
  top: 50%;
  width: 450px;
  margin-left: -240px;
  margin-top: -64px;
  left: 50%;
  padding: 20px 20px 40px 40px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

#popToast .tips-close-icon {
  overflow: hidden;
  width: 100%;
}

#popToast .tips-close-icon .icon {
  color: #cccccc;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

#popToast .tips-close-icon .icon:hover {
  color: #3673ff;
}

#popToast .tips-close-icon .icon:active {
  color: #3e61c8;
}

#popToast .container {
  width: 100%;
  overflow: hidden;
  margin-top: 8px;
}

#popToast .container .tips-icon {
  width: 24px;
  height: 24px;
}

#popToast .container .tips-icon .icon {
  width: 24px;
  height: 24px;
}

#popToast .container .tips-container {
  width: calc(100% - 44px);
  margin-left: 20px;
}

#popToast .tips-title {
  font-size: 20px;
  color: #000000;
  line-height: 20px;
  margin-bottom: 10px;
  line-height: 24px;
}

#popToast .tips-desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 14px;
}

#popToast .btn-cancel,
#popToast .btn-blue {
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  border: 1px solid #d7dce6;
  padding: 8px 12px;
  cursor: pointer;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 80px;
  text-align: center;
  margin-left: 10px;
}

#popToast .btn-cancel:hover {
  background: #eeeeee;
  border-color: #e9e9e9;
}

#popToast .btn-blue {
  background: #0eda98;
  border: 1px solid #0eda98;
  color: rgb(255, 255, 255);
}

#popToast .btn-blue:hover {
  background-color: #02c687;
  border-color: #02c687;
}

.company-wechat {
  margin: 0 0 80px;
  width: 100%;
  height: auto;
}
.company-wechat .company-title {
  color: #3d4042;
  font-size: 34px;
}
.company-wechat .company-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: 1200px;
}
.company-wechat .company-icon {
  margin-right: 10px;
  width: 28px;
  height: 28px;
}
.company-wechat .company-bg {
  width: 620px;
  height: 490px;
}
.company-wechat .company-menu {
  margin: 20px auto 40px;
  display: flex;
}
.company-wechat .company-menu .menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 54px;
  border: 1px solid #e4e7ed;
  cursor: pointer;
  transition: all 0.2s ease;
}
.company-wechat .company-menu .menu-item:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.company-wechat .company-menu .menu-item:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.company-wechat .company-menu .menu-item:last-child.active {
  border-right-color: #0f93ff;
}
.company-wechat .company-menu .menu-item.active {
  color: #0f93ff;
  border-color: #0f93ff;
}
.company-wechat .company-main {
  display: flex;
}
.company-wechat .company-main.none {
  display: none;
}
.company-wechat .main-content {
  padding: 70px 0 0 80px;
}
.company-wechat .tip-list {
  margin-top: 40px;
}
.company-wechat .tip-list .tip-item {
  margin-top: 20px;
}
.company-wechat .tip-list .tip-circle {
  margin-right: 10px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #3d4042;
  border-radius: 50%;
}
.company-wechat .tip-list .tip-title {
  display: flex;
  align-items: center;
  color: #3d4042;
  font-size: 18px;
}
.company-wechat .tip-list .tip-content {
  width: 440px;
  color: #999999;
  font-size: 14px;
}
.company-wechat .sub-title {
  font-weight: bold;
  font-size: 34px;
  color: #3d4042;
}
.company-wechat button {
  margin-top: 40px;
  border: none;
  outline: none;
  width: 104px;
  height: 34px;
  background: #0f93ff;
  border-radius: 18px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}
.banner {
  width: 100%;
  height: 440px;
  color: #ffffff;
  background: url(./../images/index/banner-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.banner .banner-wrap {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.banner .banner-flag {
  margin-top: 102px;
  width: 200px;
  height: 21px;
}
.banner .banner-main {
  width: 565px;
  height: 440px;
}
.banner .banner-title {
  padding: 12px 0 5px;
  font-size: 48px;
}
.banner .banner-content {
  font-size: 18px;
}
.banner button {
  margin-top: 68px;
  border: none;
  outline: none;
  width: 120px;
  height: 36px;
  color: #ffffff;
  background: linear-gradient(108deg, #ffd77b 0%, #ffae45 100%);
  border-radius: 18px;
  cursor: pointer;
}
/* .code-dialog {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
} */
.code-dialog.none {
  display: none;
}
/* .code-dialog .dialog-content {
  position: relative;
  width: 280px;
  height: 360px;
  background: url(./../images/index/code-bg.png) no-repeat center;
  background-size: 100% 100%;
}
.code-dialog .code-img {
  position: relative;
  left: 80px;
  top: 187px;
  width: 120px;
  height: 120px;
}
.code-dialog .close-img {
  position: absolute;
  right: -28px;
  width: 18px;
  height: 18px;
  cursor: pointer;
} */
.swiper {
  margin-top: 72px;
  position: relative;
  width: 100%;
  height: 539px;
  overflow: hidden;
}
.swiper-button-prev,
.swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 62px;
  background: #000000;
  border-radius: 2px 0px 0px 2px;
  opacity: 0.09;
  transition: opacity 0.2s ease;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.3;
}
.swiper-button-prev {
  left: 0 !important;
}
.swiper-button-next {
  right: 0 !important;
}
.swiper-button-prev::after {
  margin-right: 4px !important;
}
.swiper-button-next::after {
  margin-left: 4px !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  width: 10px;
  height: 17px;
  font-size: 16px !important;
  opacity: 0.5;
}
.swiper-pagination-bullet {
  background-color: #ecf5fd !important;
  opacity: 0.5 !important;
}
.my-bullet-active {
  width: 32px !important;
  height: 8px !important;
  background: #ecf5fd !important;
  border-radius: 4px !important;
  opacity: 1 !important;
}
.look-btn {
  margin: 47px auto 0;
  width: 268px;
  height: 64px;
  line-height: 64px;
  background: #ffffff;
  outline: none;
  text-align: center;
  font-size: 20px;
  color: #101010;
  cursor: pointer; }

.look-btn button {
  width: 224px;
  height: 48px;
  background: linear-gradient( 262deg, #A863FF 0%, #5B32FF 100%);
  outline: none;
  border: none;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 24px; }

.look-btn button:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: linear-gradient( 262deg, #A863FF 0%, #5B32FF 100%); }


  .ai-growth-wrapper{
    width:100%;
    margin-top:120px;
  }
  .ai-growth-wrapper .title-wrap {
    text-align: center; }
  
    .ai-growth-wrapper .title-wrap .sub-title {
    font-weight: 600;
    font-size: 40px;
    color: #303133;
    line-height: 47px;}


   .ai-growth-wrapper .products-content{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:51px;
   } 
   .ai-growth-wrapper .products-content .item{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    margin-left:33px;
    margin-right:33px;
   }
   .ai-growth-wrapper .products-content .item img{
      width:130px;
      height:130px;
   }
   .ai-growth-wrapper .products-content .item .c-title{
      font-weight: 500;
      font-size: 24px;
      color: #303133;
      line-height: 28px;
   }
   .ai-growth-wrapper .products-content .item .b-title{
      font-weight: 400;
      font-size: 18px;
      color: #606266;
      line-height: 21px;
      margin-top:12px;
   }

   .company-wrapper .sub-title{
    font-size:40px;
   }
   .company-wrapper{
    padding:80px 0px;
   }
  .ai-growth-wrapper .animate-ai {
    width:1200px;
    height:620px;
    display:flex;
    align-items:center;
    margin:0 auto;
    justify-content: space-around;
  }

   /* 正方形容器 */
   .ai-growth-wrapper .animate-ai .ai-square {
  position: relative;
  width: 540px;
  height: 540px;
  background-image: url(/templates/xgjnew/aigrowth-assets/img/ai-square.png); /* 背景图片包含箭头 */
  position: relative;
  background-size:100% 100%;
  background-repeat:no-repeat;
  transition: transform 1s; /* 添加平滑过渡动画 */
}

/* 圆形元素样式 */
.ai-growth-wrapper .animate-ai .ai-square .ai-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  background: linear-gradient(180deg, rgba(128,112,245,0.15) 0%, rgba(128,112,245,0) 100%), rgba(255,255,255,0.2);
  box-shadow: 0px 10px 30px -5px rgba(6,29,84,0.15);
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  transition: transform 1s; /* 添加平滑过渡动画 */
}
.ai-growth-wrapper .animate-ai .ai-square .ai-circle .circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg); /* 保证文字正向 */
  font-weight: 600;
  font-size: 28px;
  color: #606266;
  width:100%;
  text-align:center;
}
/* 四个圆的位置 */
.ai-growth-wrapper .animate-ai .ai-square  .ai-top {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.ai-growth-wrapper .animate-ai .ai-square  .ai-right {
  right: 0;
  top: 50%;
  transform: translate(calc(50% + 10px), -50%);
}

.ai-growth-wrapper .animate-ai .ai-square  .ai-bottom {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(50% + 10px));
}

.ai-growth-wrapper .animate-ai .ai-square .ai-left {
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.ai-growth-wrapper .animate-ai .ai-square .ai-active {
  background: linear-gradient( 360deg, #A863FF 0%, #5B32FF 100%);
  box-shadow: 0px 10px 30px -5px rgba(6,29,84,0.15);
}
.ai-growth-wrapper .animate-ai .ai-square .ai-active  .circle-text{
  color:#fff;
}
.ai-growth-wrapper .animate-ai .ai-capous {
 /*  width: 580px; */
  height: 580px;
  overflow: hidden;  /* 确保内容不会溢出 */
  position:relative;
  padding-bottom:184px;
}
.ai-growth-wrapper .animate-ai .ai-capous .jb-top {
  width: 580px;
  height: 214px;
  position:absolute;
  top:0;
  background: linear-gradient( 180deg, #FFFFFF 0%, #FFFFFF 15%, rgba(255,255,255,0) 100%);
  z-index:2;
}
.ai-growth-wrapper .animate-ai .ai-capous .jb-bottom {
  width: 580px;
  height: 214px;
  position:absolute;
  bottom:0;
  z-index:2;
  background: linear-gradient(360deg, #FFFFFF 0%, #FFFFFF 15%, rgba(255,255,255,0) 100%);
}
.ai-growth-wrapper .animate-ai .ai-capous .items-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ai-growth-wrapper .animate-ai .ai-capous .items-wrapper .item {
  width: 540px;
  min-height: 160px;
  background: linear-gradient(180deg, rgba(128, 112, 245, 0.15) 0%, rgba(128, 112, 245, 0) 100%);
  box-shadow: 0px 10px 30px -5px rgba(6, 29, 84, 0.15);
  border-radius: 24px;
  border: 2px solid #FFFFFF;
  margin:12px 30px;
  padding:28px 31px;
}


.ai-growth-wrapper .animate-ai .ai-capous .items-wrapper .item .item-title {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  margin-bottom: 10px; /* 添加一些间距，使得标题和描述之间有间隔 */
}

.ai-growth-wrapper .animate-ai .ai-capous .items-wrapper .item .item-desc {
  font-weight: 400;
  font-size: 20px;
  color: #303133;
}
.ai-growth-wrapper .animate-ai .ai-capous .items-wrapper .item.item-active {
  width: 540px;
  min-height: 160px;
  background: linear-gradient(360deg , #A863FF 0%, #5B32FF 100%);
  border-radius: 24px;
  border: none;
  margin:12px 30px;
  padding:28px 31px;
}

.ai-growth-wrapper .animate-ai .ai-capous .items-wrapper .item-active  .item-title {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px; /* 添加一些间距，使得标题和描述之间有间隔 */
}
.ai-growth-wrapper .animate-ai .ai-capous .items-wrapper .item-active  .item-desc {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}



.ai-growth-wrapper .ai-product-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:60px;
}

.ai-growth-wrapper .ai-product-list .ai-p-left {
  width: 224px;
  height: 100%;
  margin-right:60px;
}

.ai-growth-wrapper .ai-product-list .ai-p-left .ai-p-type {
  width: 100%;
  height: 56px;
  font-weight: 400;
  font-size: 18px;
  color: #606266;
  margin-bottom: 12px;
  padding:14px 0px;
  padding-top:25px;
  margin-top:12px;
}

.ai-growth-wrapper .ai-product-list .ai-p-left .ai-p-type img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.ai-growth-wrapper .ai-product-list .ai-p-left .ai-p-item {
  width: 100%;
  height: 56px;
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #E4E7ED;
  font-weight: 500;
  font-size: 20px;
  color: #303133;
  padding: 14px 16px;
  margin-bottom: 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
}
.ai-growth-wrapper .ai-product-list .ai-p-left .ai-p-item img{
  width: 24px;
  height: 24px;
  display:none;
}
.ai-growth-wrapper .ai-product-list .ai-p-left .ai-product-active {
  background: linear-gradient( 0deg, #A863FF 0%, #5B32FF 100%);
  color:#fff;
}
.ai-growth-wrapper .ai-product-list .ai-p-left .ai-product-active img {
  display:inline-block;
}
.ai-growth-wrapper .ai-product-list .ai-p-right {
  width: 840px;
  height: 700px;
  background: linear-gradient(180deg, #E8E9FD 0%, #FDF9FF 100%);
  border-radius: 24px;
}

.ai-growth-wrapper .ai-product-list .ai-p-right .ai-detail {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  padding: 40px 110px;
}

.ai-growth-wrapper .ai-product-list .ai-p-right .ai-detail .ai-detail-title {
  font-weight: 600;
  font-size: 32px;
  text-align:center;
  color: #303133;
}

.ai-growth-wrapper .ai-product-list .ai-p-right .ai-detail img {
  width: 620px;
  height: 460px;
  margin-top: 22px;
}

.ai-growth-wrapper .ai-product-list .ai-p-right .ai-detail .ai-detial-desc {
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content:center;
  font-weight: 400;
  font-size: 20px;
  color: #606266;
}

.ai-growth-wrapper .ai-product-list .ai-p-right .ai-detail .ai-detial-desc .tag {
  width: 10px;
  height: 10px;
  background: #A7BDFA;
  border-radius: 2px;
  transform: rotate(45deg);
  display: inline-block;
  margin-right: 8px;
}


.ai-growth-wrapper .person-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
}

.ai-growth-wrapper .person-list .line {
  height: 392px;
  width: 1px;
  background-color: rgba(118, 67, 255, 0.1);
  position: relative;
  margin-right:28px;
}

.ai-growth-wrapper .person-list .line .point {
  width: 3px;
  height: 3px;
  background: #6852EB;
  border-radius: 50%;
  left: -50%;
}

.ai-growth-wrapper .person-list .line .point-1 {
  position: absolute;
  top: 13.5px;
}

.ai-growth-wrapper .person-list .line .point-2 {
  position: absolute;
  top: 125.5px;
}

.ai-growth-wrapper .person-list .line .point-3 {
  position: absolute;
  top: 234px;
}

.ai-growth-wrapper .person-list .line .point-4 {
  position: absolute;
  bottom: 46px;
}

.ai-growth-wrapper .person-list .line .active-line {
  position: absolute;
  width: 3px;
  height: 69px;
  background: linear-gradient( 0deg, #A863FF 0%, #5B32FF 100%);
  border-radius: 6px 6px 6px 6px;
  top:0px;
  left: -50%;
  transition:all 0.3s;
}

.ai-growth-wrapper .person-list .person-company {
  height: 428px;
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right:73px;
}

.ai-growth-wrapper .person-list .person-company .company-item {
  width: 300px;
  height: 101px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 20px 24px;
}

.ai-growth-wrapper .person-list .person-company .company-item .company-name {
  font-weight: 600;
  font-size: 22px;
  color: #303133;
}

.ai-growth-wrapper .person-list .person-company .company-item .user-name {
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px;
  color: #606266;
}

.ai-growth-wrapper .person-list .person-company .company-active {
  background: linear-gradient(0deg, #A863FF 0%, #5B32FF 100%);
}

.ai-growth-wrapper .person-list .person-company .company-active .company-name {
  color: #fff;
}

.ai-growth-wrapper .person-list .person-company .company-active .user-name {
  color: #fff;
}

.ai-growth-wrapper .person-list .person-detail {
  height: 448px;
  width: 720px;
}

.ai-growth-wrapper .person-list .person-detail .person-info {
  width: 100%;
  height: 100%;
  position: relative;
}

.ai-growth-wrapper .person-list .person-detail .person-info .bottom {
  width: 720px;
  height: 204px;
  background: linear-gradient(180deg, rgba(243, 223, 254, 0.4) 0%, rgba(177, 183, 250, 0.6) 100%);
  border-radius:  16px 16px 16px 16px;
  padding: 30px;
  padding-top: 46px;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  position: absolute;
  bottom: 0;
}

.ai-growth-wrapper .person-list .person-detail .person-info .center {
  width: 720px;
  height: 160px;
  background: linear-gradient(0deg, #A863FF 0%, #5B32FF 100%);
  border-radius: 16px;
  padding: 26px 30px;
  position: absolute;
  bottom: 178px;
}

.ai-growth-wrapper .person-list .person-detail .person-info .center .c-title {
  font-weight: 600;
  font-size: 28px;
  color: #FFFFFF;
}

.ai-growth-wrapper .person-list .person-detail .person-info .center .c-student{
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 12px;
}
.ai-growth-wrapper .person-list .person-detail .person-info .center .c-campus {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 4px;
}

.ai-growth-wrapper .person-list .person-detail .person-info .top {
  width: 260px;
  height: 260px;
  position: absolute;
  bottom: 178px;
  right: 60px;
}
