.content_1160 {
  width: 1160px;
  margin: 0 auto;
}

.banner-wrap {
  height: 80vh;
}
.banner-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -36px;
  z-index: 1;
  width: 100%;
  height: 64px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 85%);
}
.banner-wrap .banner1 .swiper-bg {
  background: url("/images/aiInterview/banner.png") no-repeat center center;
  background-size: cover;
}

/* .companies_wrap {
  width: auto;
  margin-right: calc((100vw - 1160px) / 2);
} */

/* 滚动区域 */
.companies_text {
  position: relative;
}
.companies_text > p {
  position: relative;
  z-index: 1;
}
.companies_text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(202, 202, 202, 0.38);
}
.companies_text::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 403px;
  height: 100%;
  background: linear-gradient(
    270deg,
    #fff 84.24%,
    rgba(255, 255, 255, 0) 96.9%
  );
}

.DAYEE_REM_wrap {
  padding-top: 54px;
}
.DAYEE_REM_content_new {
  display: flex;
  justify-content: space-between;
}
.DAYEE_REM_content_new_item {
  width: 287px;
  height: 260px;
  border-radius: 20px;
  background: #5473ff;
  color: #fff;
  padding: 40px 26px 20px 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.DAYEE_REM_content_new_item > p {
  font-size: 20px;
  font-weight: 400;
}
.DAYEE_REM_content_new_item_btm {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.DAYEE_REM_content_new_item_btm aside {
  /* width: 100px; */
  font-size: 64px;
  font-weight: 600;
  display: flex;
}
.DAYEE_REM_content_new_item_btm svg {
}
.DAYEE_REM_content_new_item:nth-child(2) {
  background: linear-gradient(124deg, #686bff 3.22%, #a155ff 95.99%);
}
.DAYEE_REM_content_new_item:nth-child(2) .DAYEE_REM_content_new_item_btm svg {
  margin-top: -12px;
}
.DAYEE_REM_content_new_item:nth-child(3) {
  background: linear-gradient(124deg, #8361ff 3.22%, #cb50f2 95.99%);
}
.DAYEE_REM_content_new_item:nth-child(3) .DAYEE_REM_content_new_item_btm svg {
  margin-top: -16px;
}
.DAYEE_REM_content_new_item:nth-child(4) {
  background: linear-gradient(124deg, #a653ff 3.22%, #f45bd2 95.99%);
}
.DAYEE_REM_content_new_item:nth-child(4) .DAYEE_REM_content_new_item_btm svg {
  margin-top: -26px;
}
.DAYEE_REM_content_new .choice-list-item {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.DAYEE_REM_content_new .choice-list-item aside {
  display: flex;
  font-size: 72px;
  font-weight: bold;
  margin-bottom: 13px;
  background: linear-gradient(to right, #fff, #9ac2ff);
  -webkit-background-clip: text;
  color: transparent;
}
.DAYEE_REM_content_new .dataNums {
  display: flex;
}
.DAYEE_REM_content_new .dataNums .dataOne {
  width: 42px;
  height: 72px;
  text-align: center;
  list-style-type: none;
}
.DAYEE_REM_content_new .dataNums .dataBoc {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.DAYEE_REM_content_new .dataNums .dataBoc .tt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.DAYEE_REM_content_new .dataNums .tt span {
  width: 100%;
  height: 100%;
  color: white;
  font-weight: bold;
}
.DAYEE_REM_content_new .dataNums .dataGradient .tt span {
  background: linear-gradient(to right, rgb(223, 234, 255), rgb(200, 221, 254));
  -webkit-background-clip: text;
  /* color: transparent; */
}

/* Why Yonyou Dayee AI Interview */
.select_ai_interview {
  min-height: 870px;
  background-image: url("/images/aiInterview/bg1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.select_ai_interview_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.select_ai_interview_head {
  padding: 90px 0 60px;
  text-align: center;
}
.select_ai_interview_head > h2 {
  color: #202032;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.select_ai_interview_head > p {
  color: #4f5365;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-top: 10px;
}
.select_ai_interview_card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.select_ai_interview_card_item {
  height: 274px;
  padding: 47px 49px;
  border-radius: 20px;
  background: linear-gradient(
    71deg,
    rgba(65, 81, 251, 0.06) 0.56%,
    rgba(65, 81, 251, 0.07) 96.32%
  );
  transition: 0.4s;
}
.select_ai_interview_card_item:hover {
  translate: 0 -10px;
}
.select_ai_interview_card_item:nth-child(2) {
  background: linear-gradient(
    71deg,
    rgba(65, 81, 251, 0.06) 0.56%,
    rgba(242, 65, 251, 0.07) 96.32%
  );
}
.select_ai_interview_card_item:nth-child(3) {
  background: linear-gradient(
    71deg,
    rgba(65, 81, 251, 0.06) 0.56%,
    rgba(242, 65, 251, 0.07) 96.32%
  );
}
.select_ai_interview_card_item:nth-child(4) {
  padding-top: 42px;
  background: linear-gradient(
    71deg,
    rgba(65, 81, 251, 0.06) 0.56%,
    rgba(65, 81, 251, 0.07) 96.32%
  );
}
.select_ai_interview_card_item > h3 {
  color: #36354c;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 17px 0;
}
.select_ai_interview_card_item > p {
  color: #4f5365;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.select_ai_interview_card_item:nth-child(1) > h3 {
  padding-top: 13px;
}

/* How It Works */
.how_it_works {
  height: 710px;
  background-image: url("/images/aiInterview/bg4.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.how_it_works_cont {
  width: 1070px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.how_it_works_cont .title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 88px;
}
.how_it_works_cont .title p {
  font-size: 18px;
}

.how_it_works_cont .my-swiper {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
}

.how_it_works_cont .swiper-button-next,
.how_it_works_cont .swiper-button-prev {
  color: rgba(255, 255, 255, 0.5); /* 半透明白色 */
  background: rgba(255, 255, 255, 0.1);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  top: 440px;
}
.how_it_works_cont .swiper-button-next {
  left: 103px;
}

.how_it_works_cont .swiper-button-next:hover,
.how_it_works_cont .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.how_it_works_cont .swiper-button-next::after,
.how_it_works_cont .swiper-button-prev::after {
  font-size: 14px;
  font-weight: bold;
}
.how_it_works_cont .custom-fraction {
  position: absolute;
  left: 72px;
  bottom: 12px;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  pointer-events: none; /* 防止遮挡点击 */
  z-index: 10;
}
/* 3. 进度条样式 */
.how_it_works_cont .swiper-pagination-progressbar {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.25);
  width: 100%;
  height: 4px;
  bottom: 0;
  top: auto;
  overflow: hidden;
}
.how_it_works_cont
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #fff; /* 激活进度条颜色 */
  height: 100%;
}
.how_it_works_cont .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.how_it_works_cont .swiper-slide > h2 {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 430px;
  padding-left: 10px;
}
.how_it_works_cont .swiper-slide > h2 > p {
  font-size: 18px;
  line-height: 27px;
  padding-top: 29px;
}
.how_it_works_cont .swiper-slide:nth-child(1) > h2 {
  margin-top: -100px;
}
.how_it_works_cont .swiper-slide:nth-child(2) > h2 {
  margin-top: -110px;
}
.how_it_works_cont .swiper-slide:nth-child(3) > h2 {
  margin-top: -70px;
}
.how_it_works_cont .swiper-slide:nth-child(4) > h2 {
  margin-top: -90px;
}
.how_it_works_cont .swiper-slide:nth-child(3) > img {
  margin-right: 75px;
}
.how_it_works_cont .swiper-slide:nth-child(4) > img {
  margin-right: 33px;
}

/* decision_wrap */
.decision_wrap {
}
.decision_cont .title {
  color: #202032;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 90px;
  margin-bottom: 60px;
}
.decision_cont .title p {
  color: #4f5365;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-top: 10px;
}
.decision_cont_desc {
  display: flex;
  height: 494px;
  border-radius: 30px;
  background: #f3f4ff;
  overflow: hidden;
  align-items: stretch;
  margin-bottom: 60px;
}
.decision_cont_desc .left-sidebar {
  width: 436px;
  height: 100%;
  border-radius: 30px 0 30px 30px;
  background: linear-gradient(
      145deg,
      #5473ff 3.09%,
      #8a5eff 49.89%,
      #bb4bff 79%,
      #f35ad1 105.73%
    ),
    #d9d9d9;
  position: relative;
  z-index: 2;
  padding-top: 75px;
}
.decision_cont_desc .tab-item {
  position: relative;
  transition: color 0.3s;
  z-index: 3;
}
.decision_cont_desc .tab-item .tab-item-top {
  width: 404px;
  height: 47px;
  border-radius: 0 50% 50% 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.decision_cont_desc .tab-item p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}
.decision_cont_desc .tab-item > h3 {
  display: none;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 310px;
  margin: 10px 0 18px;
}
.decision_cont_desc .tab-item.active p {
  color: #333;
  font-weight: 700;
}
.decision_cont_desc .tab-item.active > h3 {
  display: block;
  margin-left: 72px;
}
.decision_cont_desc .tab-item .tab_svg_active {
  display: none;
  margin: 0 18px 0 33px;
}
.decision_cont_desc .tab-item.active .tab_svg_active {
  display: inline-block !important;
}
.decision_cont_desc .tab-item .tab_svg {
  display: inline-block;
  margin: 0 18px 0 33px;
}
.decision_cont_desc .tab-item.active .tab_svg {
  display: none;
}
.decision_cont_desc .tab-item:hover {
  color: #fff;
}
.decision_cont_desc .tab-indicator {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 404.833px;
  height: 47.615px;
  background: #fff;
  border-radius: 0 69px 69px 0;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.right-content {
  flex: 1;
  height: 100%;
  background: #f9f9f9;
  position: relative;
  overflow: hidden;
}
.right-content .swiper {
  width: 100%;
  height: 100%;
}
.right-content .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4ff;
}
.right-content .swiper-wrapper {
  display: flex;
  flex-direction: column;
}

.decision_cont_information {
  height: 510px;
  border-radius: 30px;
  background: #f3f4ff;
  padding: 50px;
  margin: 45px 0 60px;
}
.decision_cont_information > h3 {
  color: #36354c;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  padding-bottom: 40px;
}
.decision_cont_information_demo {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 12px;
  background: #fff;
  transition: 0.4s;
}
.decision_cont_information_demo:hover {
  translate: 0 -10px;
}
.decision_cont_information_demo > p {
  color: #4f5365;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.decision_cont_information_demo > p > b {
  font-weight: 700;
}
.decision_cont_information_demo .btn {
  display: flex;
  width: 131px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: linear-gradient(
      91deg,
      #5473ff 0.48%,
      #8a5eff 49.89%,
      #bb4bff 80.63%,
      #f35ad1 108.85%
    ),
    #3366e5;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  transition: all 0.5s ease;
}
.decision_cont_information_demo .btn:hover {
  /* letter-spacing: 3px; */
  background-color: hsl(261deg 80% 48%);
  color: hsl(0, 0%, 100%);
  box-shadow: rgb(93 24 220) 0px 7px 29px 0px;
}
.decision_cont_information_demo .btn:active {
  /* letter-spacing: 3px; */
  background-color: hsl(261deg 80% 48%);
  color: hsl(0, 0%, 100%);
  box-shadow: rgb(93 24 220) 0px 0px 0px 0px;
  transform: translateY(10px);
  transition: 100ms;
}

/* 大模型 */
.solution_lg_model {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f5f7ff;
  background-image: url("/images/aiInterview/bg1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.solution_lg_model .title {
  font-size: 38px;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px;
}
.solution_lg_model .title > p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.solution_lg_model .list {
  display: flex;
  margin-top: 40px;
  justify-content: center;
  gap: 45px;
}
.solution_lg_model .list .item {
  width: 342px;
  height: 370px;
  background-color: #ffffff;
  background: linear-gradient(
    71deg,
    rgba(65, 81, 251, 0.06) 0.56%,
    rgba(65, 81, 251, 0.07) 96.32%
  );
  border-radius: 20px;
  padding: 43px 29px 53px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.4s;
}
.solution_lg_model .list .item:hover {
  translate: 0 -10px;
}
.solution_lg_model .list .item:nth-child(even) {
  background: linear-gradient(
    71deg,
    rgba(65, 81, 251, 0.06) 0.56%,
    rgba(242, 65, 251, 0.07) 96.32%
  );
}
.solution_lg_model .list .item .item_title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-top: 0px;
}
.solution_lg_model .list .item .item_msg {
  font-weight: 400;
  font-size: 16px;
  color: #4f5365;
  line-height: 30px;
  margin-top: 20px;
}
.solution_lg_model .list .item .item_msg span {
  color: #5972ff;
}
.solution_lg_model .list .item img {
  margin-top: -110px;
  width: 203px;
  height: 184px;
}

/* boost-productivity */
.boost-productivity-wrap {
  padding: 100px 0 100px;
  background-image: url("/images/aiInterview/bg3.png");
}
.boost-productivity-content {
  width: 1040px;
}
.boost-productivity-content > h2 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}
.boost-productivity-content > p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-top: 20px;
}
.boost-productivity-content .boost-productivity-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
}
.boost-productivity-content .boost-productivity-btn-download {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 40px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.boost-productivity-content .boost-productivity-btn-download span {
  position: relative;
  z-index: 1;
}
/* .boost-productivity-content .boost-productivity-btn-download:hover::before {
  transform: scaleX(1);
}
.boost-productivity-content .boost-productivity-btn-download::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(
      91deg,
      #5473ff 0.48%,
      #8a5eff 49.89%,
      #bb4bff 80.63%,
      #f35ad1 108.85%
    ),
    #3366e5;
  transition: all 0.475s;
}

.request-demo:hover {
  background: linear-gradient(
      91deg,
      #5473ff 0.48%,
      #8a5eff 49.89%,
      #bb4bff 80.63%,
      #f35ad1 108.85%
    ),
    #3366e5;
  transition: all 0.475s;
} */
