.home {
  position: relative;
}
.home .banner {
  position: relative;
  padding: 9.84375vw 0 4.16667vw 2.5vw;
  overflow: hidden;
  fill: #fff;
  box-shadow: 0px 8px 8px rgba(238, 238, 238, 0.25);
}
.home .banner .t1 {
  color: #1c1c1c;
  font-weight: 400;
  line-height: 2.125;
}
.home .banner .text_box {
  margin: -4.42708vw 8.54167vw 1.04167vw 20.83333vw;
  display: flex;
  align-items: center;
}
.home .banner .text_box .t2 {
  color: #1c1c1c;
  font-weight: 400;
  line-height: 1.125;
  margin-right: 1.04167vw;
  position: relative;
  width: fit-content;
}
.home .banner .text_box .t2::after {
  content: "";
  display: block;
  width: 18.23297vw;
  height: 2.70833vw;
  border-radius: 4px;
  background: #f40;
  position: absolute;
  right: 3.59375vw;
  top: 0.78125vw;
  z-index: -1;
  animation: ani_rotate 600ms forwards linear;
  animation-delay: 300ms;
}
@keyframes ani_rotate {
  to {
    transform: rotate(-5.026deg);
  }
}
.home .banner .text_box .text_swiper {
  position: relative;
}
.home .banner .text_box .text_swiper::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 33.3%;
  height: 1px;
  transform: scaleY(0.5);
  background: #838383;
  width: 100%;
}
.home .banner .text_box .text_swiper::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 33.3%;
  height: 0.5px;
  transform: scaleY(0.5);
  background: #838383;
  width: 100%;
}
.home .banner .text_box .text_swiper .swiper1 {
  width: 20.83333vw;
  height: 13.02083vw;
  transform: scaleY(-1);
}
.home .banner .text_box .text_swiper .swiper1 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scaleY(-1);
}
.home .banner .text_box .text_swiper .swiper1 .swiper-slide .pt {
  color: #1c1c1c;
  line-height: 1.125;
  white-space: nowrap;
  transform: scale(0.5);
  transition: all 600ms;
  position: relative;
}
.home .banner .text_box .text_swiper .swiper1 .swiper-slide-active .pt {
  transform: scale(1);
}
.home .banner .text_box .text_swiper .swiper1 .swiper-slide-prev {
  position: relative;
}
.home .banner .text_box .text_swiper .swiper1 .swiper-slide-prev .pt {
  transform: scale(0.5) translateY(-0.78125vw);
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.2),
    rgba(0, 0, 0, 0.8)
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.home .banner .text_box .text_swiper .swiper1 .swiper-slide-next {
  position: relative;
}
.home .banner .text_box .text_swiper .swiper1 .swiper-slide-next .pt {
  transform: scale(0.5) translateY(0.78125vw);
  background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.8));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.home .banner .des {
  width: 30.26042vw;
  color: #919191;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
}
.home .banner .jt_btn {
  margin: 1.66667vw auto 0 0;
  width: 100%;
  display: block;
  text-align: center;
}
.home .banner .jt_btn .more {
  display: inline-block;
  width: fit-content;
  margin-left: -2.5vw;
}
.home .banner .jt_btn .more img {
  width: 1.82292vw;
  height: auto;
  transition: all 600ms;
}
.home .banner .jt_btn .more:hover img {
  transform: translateX(10px);
}
.home .banner .btns {
  display: flex;
  justify-content: center;
  display: none;
}
.home .banner .btns .common_btn_bg {
  padding: 0.625vw 1.25vw;
  border-radius: 4px;
  background: #40f;
  display: flex;
  align-items: center;
  color: white;
  line-height: 1.5;
  transition: all 600ms;
}
.home .banner .btns .common_btn_bg svg {
  width: 0.88542vw;
  height: auto;
  display: block;
  margin-right: 0.41667vw;
}
.home .banner .btns .common_btn_bg:hover {
  background: #3000b2;
}
.home .banner .btns .common_btn {
  padding: 0.625vw 1.25vw;
  border-radius: 4px;
  border: 0.5px solid #898989;
  display: flex;
  align-items: center;
  color: #3c3c3c;
  line-height: 1.5;
  margin-left: 0.67708vw;
  transition: all 600ms;
}
.home .banner .btns .common_btn svg {
  width: 0.9375vw;
  height: auto;
  display: block;
  margin-right: 0.41667vw;
}
.home .banner .btns .common_btn:hover {
  background: #f9f9f9;
}
.home .banner .bg1 {
  position: absolute;
  left: 0;
  top: -2.60417vw;
  width: 35.20833vw;
  height: 35.20833vw;
  border-radius: 50%;
  z-index: -1;
}
.home .banner .bg1 img {
  width: 100%;
  height: 100%;
  animation: ani_move 10s infinite ease-in;
}
.home .banner .bg2 {
  position: absolute;
  right: 0;
  top: 9.84375vw;
  width: 33.07292vw;
  height: 33.07292vw;
  border-radius: 50%;
  z-index: -1;
}
.home .banner .bg2 img {
  width: 100%;
  height: 100%;
}
.home .banner .bg3 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 60%);
  bottom: 0;
  width: 35.20833vw;
  height: 35.20833vw;
  border-radius: 50%;
  z-index: -1;
}
.home .banner .bg3 img {
  width: 100%;
  height: 100%;
}
@keyframes ani_move {
  0% {
    transform: translate(20px, 20px);
  }
  25% {
    transform: translate(-20px, -20px);
  }
  50% {
    transform: translate(-10px, -10px);
  }
  75% {
    transform: translate(-20px, -20px);
  }
  100% {
    transform: translate(20px, 20px);
  }
}
.home .tag_btn {
  padding: 0.41667vw 1.25vw;
  border-radius: 32px;
  border: 0.5px solid #898989;
  color: #3c3c3c;
  line-height: 1.5;
  margin: 0 auto;
  width: fit-content;
}
.home .partners {
  text-align: center;
}
.home .partners .tag_btn {
  margin: 4.16667vw auto 1.25vw auto;
}
.home .partners .t {
  color: #1c1c1c;
  line-height: 1.33;
}
.home .partners .des {
  margin: 0.41667vw 0 1.35417vw 0;
  color: #9c9c9c;
  line-height: 1.5;
}
.home .partners .scroll_box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home .partners .scroll_box::before {
  background-image: -webkit-linear-gradient(
    left,
    #fff 20%,
    rgba(240, 242, 245, 0)
  );
  content: "";
  display: none;
  height: 120%;
  left: -15px;
  position: absolute;
  top: -10px;
  width: 7.8125vw;
  z-index: 2;
  display: block;
}
.home .partners .scroll_box::after {
  background-image: -webkit-linear-gradient(
    right,
    #fff 20%,
    rgba(240, 242, 245, 0)
  );
  content: "";
  display: none;
  height: 120%;
  right: -15px;
  position: absolute;
  top: -10px;
  width: 7.8125vw;
  z-index: 2;
  display: block;
}
.home .partners .scroll_box .animate_box {
  display: flex;
  width: max-content;
  animation: ani-loop 25s linear infinite;
}
.home .partners .scroll_box .animate_box .flex_xb .pics {
  display: flex;
}
.home .partners .scroll_box .animate_box .flex_xb .pics .pic {
  margin: 0 1.04167vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 120px;
  height: 60px;
}
.home .partners .scroll_box .animate_box .flex_xb .pics .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
  width: auto;
  height: auto;
}
@keyframes ani-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.home .cards_items {
  margin: 4.16667vw 2.5vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2.5vw;
}
.home .cards_items .item {
  width: 100%;
  border-radius: 16px;
  border: 0.5px solid #e2e2e2;
  background: #fff;
  box-shadow: 0px 0px 12px 4px rgba(238, 238, 238, 0.25);
  padding: 1.25vw;
  position: relative;
  overflow: hidden;
}
.home .cards_items .item .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 11.51042vw;
  text-align: right;
  transform: translate(45%, -40%);
}
.home .cards_items .item .icon img {
  width: 100%;
  border-top-right-radius: 16px;
  transition: all 600ms;
}
.home .cards_items .item .pt {
  height: 7.5vw;
  color: #1c1c1c;
}
.home .cards_items .item .des {
  margin-top: 1.71875vw;
  color: #919191;
  line-height: 1.5;
  width: 18.54167vw;
}
.home .cards_items .item .des span {
  font-weight: 700;
}
.home .cards_items .item:hover .icon img {
  transform: rotate(-30deg) scale(1.25);
}
.home .cards_items .item:nth-child(1) .pt {
  width: 19.0625vw;
}
.home .cards_items .item:nth-child(2) .pt {
  width: 14.89583vw;
}
.home .cards_items .item:nth-child(2) .icon {
  transform: translate(48%, -45%);
}
.home .cards_items .item:nth-child(3) .pt {
  width: 14.16667vw;
}
.home .cards_items .item:nth-child(3) .des {
  width: 19.63542vw;
}
.home .interviews {
  text-align: center;
}
.home .interviews .tag_btn {
  margin: 0 auto 1.25vw auto;
}
.home .interviews .t {
  color: #1c1c1c;
  line-height: 1.33;
}
.home .interviews .des {
  margin: 0.41667vw 0 2.08333vw 0;
  color: #9c9c9c;
  line-height: 1.5;
}
.home .interviews .content {
  position: relative;
  padding: 0 10.625vw;
}
.home .interviews .content::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/bg_circle1.png) no-repeat;
  background-size: 100% 100%;
  width: 17.60417vw;
  height: 35.20833vw;
  z-index: -1;
}
.home .interviews .content .item {
  display: flex;
  justify-content: space-between;
}
.home .interviews .content .item:not(:last-child) {
  margin-bottom: 2.08333vw;
}
.home .interviews .content .item .l video {
  width: 46.09375vw;
  height: 25.9375vw;
  border-radius: 16px;
  border: 0.5px solid #e2e2e2;
  background: #fff;
  box-shadow: 0px 0px 12px 4px rgba(238, 238, 238, 0.25);
  display: block;
  object-fit: cover;
}
.home .interviews .content .item .r {
  width: 30vw;
  border-radius: 16px;
  border: 0.5px solid #e2e2e2;
  background: #fff;
  box-shadow: 0px 0px 12px 4px rgba(238, 238, 238, 0.25);
  padding: 2.8125vw 1.25vw 1.25vw 1.25vw;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home .interviews .content .item .r .icon img {
  width: 1.5625vw;
}
.home .interviews .content .item .r .pt {
  color: #1c1c1c;
  line-height: 1.25;
  margin: 0.83333vw 0;
}
.home .interviews .content .item .r .des {
  color: #9c9c9c;
  line-height: 1.5;
  margin: 0;
}
.home .interviews .content .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.home .email_manager {
  text-align: center;
  padding: 4.16667vw 2.5vw 6.04167vw 2.5vw;
  position: relative;
}
.home .email_manager::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -4.16667vw;
  background: url(../images/bg_circle2.png) no-repeat;
  background-size: 100% 100%;
  width: 20.9375vw;
  height: 41.875vw;
  z-index: -1;
}
.home .email_manager .tag_btn {
  margin: 0 auto 1.25vw auto;
}
.home .email_manager .t {
  color: #1c1c1c;
  line-height: 1.33;
}
.home .email_manager .des {
  margin: 0.41667vw 0 2.08333vw 0;
  color: #9c9c9c;
  line-height: 1.5;
}
.home .email_manager .video video {
  width: 74.16667vw;
  height: 41.71875vw;
  border-radius: 16px;
  margin: 0 auto;
  border: 0.5px solid #e2e2e2;
  background: #fff;
  box-shadow: 0px 0px 12px 4px rgba(238, 238, 238, 0.25);
  display: block;
  object-fit: cover;
}
.home .email_manager .wrap {
  margin-top: 2.08333vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5vw;
  text-align: left;
}
.home .email_manager .wrap .item {
  width: 30vw;
  border-radius: 16px;
  border: 0.5px solid #e2e2e2;
  background: #fff;
  box-shadow: 0px 0px 12px 4px rgba(238, 238, 238, 0.25);
  padding: 1.25vw;
  padding-bottom: 0.83333vw;
}
.home .email_manager .wrap .item .box .b {
  padding: 0.41667vw 0.83333vw;
  color: #9c9c9c;
  line-height: 1.5;
  border: 0.5px solid #e2e2e2;
  border-radius: 5px;
  position: relative;
}
.home .email_manager .wrap .item .box .b p {
  transform: scale(1);
  transition: all 600ms;
}
.home .email_manager .wrap .item .box .b::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 600ms;
  border-radius: 5px;
}
.home .email_manager .wrap .item .box .b .dot {
  position: absolute;
  right: 0.83333vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0.26042vw;
  height: 0.26042vw;
  border-radius: 50%;
  opacity: 0;
  transition: all 600ms;
}
.home .email_manager .wrap .item .box .b .dot::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 50%;
  transition: all 300ms;
  transform: scale(0);
}
.home .email_manager .wrap .item .box .b:not(:last-child) {
  margin-bottom: 0.41667vw;
}
.home .email_manager .wrap .item .box .b:hover::before {
  opacity: 1;
}
.home .email_manager .wrap .item .box .b:hover .dot {
  opacity: 1;
}
.home .email_manager .wrap .item .box .b:hover .dot::before {
  transform: scale(1);
  transition-delay: 300ms;
}
.home .email_manager .wrap .item .box .b:hover p {
  color: white;
}
.home .email_manager .wrap .item .box .b:nth-child(1)::before {
  background: linear-gradient(90deg, #f40 15.98%, #ff9a75 47.49%, #fff 100%),
    #fff;
}
.home .email_manager .wrap .item .box .b:nth-child(1) .dot {
  background: #f40;
}
.home .email_manager .wrap .item .box .b:nth-child(1) .dot::before {
  box-shadow: 0px 0px 5.945px rgba(255, 51, 0, 0.9);
}
.home .email_manager .wrap .item .box .b:nth-child(2)::before {
  background: linear-gradient(90deg, #40f 0%, rgba(255, 255, 255, 0) 100%), #fff;
}
.home .email_manager .wrap .item .box .b:nth-child(2) .dot {
  background: #40f;
}
.home .email_manager .wrap .item .box .b:nth-child(2) .dot::before {
  box-shadow: 0px 0px 6px #40f;
}
.home .email_manager .wrap .item .box .b:nth-child(3)::before {
  background: linear-gradient(90deg, #ffc800 0%, rgba(255, 255, 255, 0) 100%),
    #fff;
}
.home .email_manager .wrap .item .box .b:nth-child(3) .dot {
  background: #ffc800;
}
.home .email_manager .wrap .item .box .b:nth-child(3) .dot::before {
  box-shadow: 0px 0px 6px #ffc800;
}
.home .email_manager .wrap .item .line_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .email_manager .wrap .item .line_box .l_box {
  width: 8.125vw;
  height: 7.08333vw;
  border: 0.5px solid #e2e2e2;
  border-left: none;
  border-radius: 0 5px 5px 0;
}
.home .email_manager .wrap .item .line_box .c_box {
  width: calc(100% - 21.875vw);
}
.home .email_manager .wrap .item .line_box .c_box div {
  position: relative;
}
.home
  .email_manager
  .wrap
  .item
  .line_box
  .c_box
  div:nth-child(2)
  img:nth-child(2) {
  top: -0.36458vw;
}
.home .email_manager .wrap .item .line_box .c_box div img {
  display: block;
  width: 100%;
  transition: all 600ms;
  object-fit: fill;
  max-height: 2.60417vw;
}
.home .email_manager .wrap .item .line_box .c_box div img:nth-child(2) {
  position: absolute;
  left: -0.41667vw;
  width: 8.85417vw;
  object-fit: cover;
  height: auto;
  top: 0;
  max-width: inherit;
  opacity: 0;
  z-index: 10;
}
.home .email_manager .wrap .item .line_box .c_box div.on img:nth-child(1) {
  opacity: 0;
}
.home .email_manager .wrap .item .line_box .c_box div.on img:nth-child(2) {
  opacity: 1;
}
.home .email_manager .wrap .item .line_box .r_box {
  width: 13.75vw;
}
.home .email_manager .wrap .item .line_box .r_box .rb {
  padding: 0.41667vw 0.83333vw;
  color: #9c9c9c;
  border: 0.5px solid #e2e2e2;
  border-right: none;
  border-radius: 5px 0 0 5px;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
}
.home .email_manager .wrap .item .line_box .r_box .rb p {
  position: relative;
  transition: all 600ms;
}
.home .email_manager .wrap .item .line_box .r_box .rb.on::before {
  opacity: 1;
}
.home .email_manager .wrap .item .line_box .r_box .rb.on p {
  color: white;
}
.home .email_manager .wrap .item .line_box .r_box .rb::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 600ms;
  border-radius: 5px;
}
.home .email_manager .wrap .item .line_box .r_box .rb:not(:last-child) {
  margin-bottom: 0.41667vw;
}
.home .email_manager .wrap .item .line_box .r_box .rb:nth-child(1)::before {
  background: linear-gradient(90deg, #f40 15.98%, #ff9a75 47.49%, #fff 100%),
    #fff;
}
.home .email_manager .wrap .item .line_box .r_box .rb:nth-child(2)::before {
  background: linear-gradient(90deg, #40f 0%, rgba(255, 255, 255, 0) 100%), #fff;
}
.home .email_manager .wrap .item .line_box .r_box .rb:nth-child(3)::before {
  background: linear-gradient(90deg, #ffc800 0%, rgba(255, 255, 255, 0) 100%),
    #fff;
}
.home .email_manager .wrap .item .table_box {
  border-radius: 4px;
  border: 0.5px solid #e2e2e2;
  background: #fff;
  height: 6.77083vw;
  display: flex;
  padding: 0.41667vw 0.9375vw 0.83333vw 0.83333vw;
  position: relative;
  text-align: center;
  margin-bottom: 2.34375vw;
}
.home .email_manager .wrap .item .table_box::before {
  content: "";
  display: block;
  width: calc(100% - 1.67vw);
  height: 1px;
  background: #e2e2e2;
  position: absolute;
  left: 0.83333vw;
  top: 3.54167vw;
}
.home .email_manager .wrap .item .table_box .bs {
  width: 28.6%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.home .email_manager .wrap .item .table_box .bs .b {
  width: 50%;
}
.home .email_manager .wrap .item .table_box .bs .bg1 {
  position: absolute;
  left: 0;
  bottom: -0.625vw;
  width: 95%;
  border-radius: 4px;
  height: 0;
  transition: all 300ms;
  background: linear-gradient(180deg, #ffc800 0%, rgba(255, 255, 255, 0) 129%),
    #fff;
}
.home .email_manager .wrap .item .table_box .b {
  width: 14.3%;
  border-right: 1px solid #e2e2e2;
  color: #9c9c9c;
  line-height: 1.5;
  position: relative;
}
.home .email_manager .wrap .item .table_box .b div {
  position: absolute;
  left: 10%;
  bottom: -0.625vw;
  width: 80%;
  border-radius: 4px;
  height: 0;
  transition: all 300ms;
}
.home .email_manager .wrap .item .table_box .b .bg1 {
  background: linear-gradient(180deg, #ffc800 0%, rgba(255, 255, 255, 0) 129%),
    #fff;
}
.home .email_manager .wrap .item .table_box .b .bg2 {
  background: linear-gradient(180deg, #f40 0%, rgba(255, 255, 255, 0) 123%),
    #fff;
}
.home .email_manager .wrap .item .table_box .b .bg3 {
  background: linear-gradient(180deg, #40f 0%, rgba(255, 255, 255, 0) 139%),
    #fff;
}
.home .email_manager .wrap .item .table_box .b p:first-child {
  margin-bottom: 0.41667vw;
}
.home .email_manager .wrap .item .table_box .b .active {
  position: relative;
}
.home .email_manager .wrap .item .table_box .b .active span {
  position: relative;
  transition: all 600ms;
}
.home .email_manager .wrap .item .table_box .b .active::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.35417vw;
  height: 1.35417vw;
  background: #f40;
  border-radius: 50%;
  opacity: 0;
  transition: all 600ms;
}
.home .email_manager .wrap .item .table_box .b:last-child {
  border-right: none;
}
.home .email_manager .wrap .item .pt {
  color: #1c1c1c;
  line-height: 1.25;
  margin: 1.66667vw 0 0.83333vw 0;
}
.home .email_manager .wrap .item .des {
  color: #9c9c9c;
  line-height: 1.5;
  margin: 0;
}
.home .email_manager .wrap .item:last-child:hover .table_box .bs .bg1 {
  height: 48%;
}
.home .email_manager .wrap .item:last-child:hover .table_box .b div {
  height: 48%;
}
.home
  .email_manager
  .wrap
  .item:last-child:hover
  .table_box
  .b
  .active::before {
  opacity: 1;
}
.home .email_manager .wrap .item:last-child:hover .table_box .b .active span {
  color: white;
}
.home .email_manager .wrap .nopadding {
  padding: 1.25vw 0 0 0;
}
.home .email_manager .wrap .nopadding .text {
  padding: 1.25vw;
  padding-top: 0;
}
.home .help_box {
  text-align: center;
}
.home .help_box .txt_box {
  color: #1c1c1c;
  line-height: 1.167;
  margin: 0 auto 2.08333vw auto;
  position: relative;
  width: fit-content;
}
.home .help_box .txt_box .t p:not(:last-child) {
  margin-bottom: 0.83333vw;
}
.home .help_box .txt_box .t p span {
  font-weight: normal;
}
.home .help_box .txt_box .icon1 {
  position: absolute;
  left: -3.54167vw;
  top: 2.08333vw;
  z-index: -1;
}
.home .help_box .txt_box .icon1 img {
  width: 3.38542vw;
  animation-delay: 600ms;
}
.home .help_box .txt_box .icon2 {
  position: absolute;
  right: -0.26042vw;
  top: -0.52083vw;
  z-index: -1;
}
.home .help_box .txt_box .icon2 img {
  width: 3.64583vw;
  animation-delay: 700ms;
}
.home .help_box .txt_box .icon3 {
  position: absolute;
  right: 2.70833vw;
  bottom: -0.9375vw;
  z-index: -1;
}
.home .help_box .txt_box .icon3 img {
  width: 4.47917vw;
  animation-delay: 800ms;
}
.home .help_box a {
  padding: 0.41667vw 1.25vw;
  border-radius: 4px;
  background: #40f;
  color: white;
  line-height: 1.5;
  display: block;
  width: fit-content;
  margin: 0 auto;
  transition: all 600ms;
}
.home .help_box a:hover {
  background: #3000b2;
}
.home .market {
  padding: 4.16667vw 10.625vw 6.45833vw 10.625vw;
  background: url(../images/mbg.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.home .market .tag_btn {
  margin: 0 auto 1.25vw auto;
}
.home .market .t {
  color: #1c1c1c;
  line-height: 1.33;
  text-align: center;
}
.home .market .content {
  display: flex;
  gap: 2.5vw;
  justify-content: center;
  margin-top: 1.30208vw;
}
.home .market .content .box1 {
  width: 38.125vw;
  height: 24.58333vw;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 12px 4px rgba(238, 238, 238, 0.25);
  padding: 2.08333vw;
  transition: all 600ms;
  position: relative;
  border: 2px solid #ffc800;
}
.home .market .content .box1 .tag {
  padding: 0.41667vw 1.25vw;
  border-radius: 1.66667vw;
  border: 0.5px solid #898989;
  color: #3c3c3c;
  width: fit-content;
  line-height: 1.5;
}
.home .market .content .box1 .p1 {
  margin: 1.25vw 0 0.41667vw 0;
  color: #f40;
  line-height: 1.25;
}
.home .market .content .box1 .p2 {
  color: #9c9c9c;
  line-height: 1.5;
}
.home .market .content .box1 .info {
  line-height: 1.5;
}
.home .market .content .box1 .info .item {
  padding: 0.83333vw 0 0.83333vw 1.35417vw;
  position: relative;
}
.home .market .content .box1 .info .item:last-child {
  border-bottom: none;
}
.home .market .content .box1 .info .item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1.19792vw;
  width: 0.52083vw;
  height: 0.52083vw;
  background: #f40;
  border-radius: 50%;
}
.home .market .content .box1 .info .item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #acacac;
  transform: scaleY(0.5);
}
.home .market .content .box1 .info .item .pt {
  color: #1c1c1c;
}
.home .market .content .box1 .info .item .des {
  color: #9c9c9c;
  margin-top: 0.41667vw;
  white-space: nowrap;
}
.home .market .content .box2 {
  width: 38.125vw;
  height: 24.58333vw;
  border-radius: 16px;
  border: 0.5px solid #e2e2e2;
  background: #fff;
  box-shadow: 0px 0px 12px 4px rgba(238, 238, 238, 0.25);
  padding: 2.08333vw 1.45833vw 2.08333vw 2.08333vw;
  transition: all 600ms;
  position: relative;
}
.home .market .content .box2 .tag {
  padding: 0.41667vw 1.25vw;
  border-radius: 1.66667vw;
  border: 0.5px solid #898989;
  color: #3c3c3c;
  width: fit-content;
  line-height: 1.5;
}
.home .market .content .box2 .p1 {
  margin: 1.25vw 0 0.41667vw 0;
  color: #f40;
  line-height: 1.25;
  display: flex;
  align-items: center;
}
.home .market .content .box2 .p1 p:first-child {
  color: #1c1c1c;
}
.home .market .content .box2 .p1 p:nth-child(2) {
  color: #9c9c9c;
  margin-left: 0.41667vw;
}
.home .market .content .box2 .p2 {
  color: #9c9c9c;
  line-height: 1.5;
}
.home .market .content .box2 .info {
  line-height: 1.5;
}
.home .market .content .box2 .info .item {
  padding: 0.83333vw 0 0.83333vw 1.35417vw;
  position: relative;
}
.home .market .content .box2 .info .item:last-child {
  border-bottom: none;
}
.home .market .content .box2 .info .item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1.25vw;
  width: 0.52083vw;
  height: 0.52083vw;
  background: url(../images/gb.svg) no-repeat;
  background-size: 100% 100%;
}
.home .market .content .box2 .info .item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #acacac;
  transform: scaleY(0.5);
}
.home .market .content .box2 .info .item .pt {
  color: #1c1c1c;
}
.home .market .content .box2 .info .item .des {
  color: #9c9c9c;
  margin-top: 0.41667vw;
}
.home .community .tag_btn {
  margin: 0 auto 1.71875vw auto;
}
.home .community .t {
  color: #1c1c1c;
  line-height: 1.33;
  text-align: center;
}
.home .community .box {
  margin: 1.25vw 10.625vw 2.08333vw 10.625vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.04167vw;
  height: 41.66667vw;
  overflow: hidden;
  position: relative;
}
.home .community .box::before {
  background-image: -webkit-linear-gradient(
    top,
    #fff 10%,
    rgba(240, 242, 245, 0)
  );
  content: "";
  display: none;
  height: 10.41667vw;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  display: block;
}
.home .community .box::after {
  background-image: -webkit-linear-gradient(
    bottom,
    #fff 10%,
    rgba(240, 242, 245, 0)
  );
  content: "";
  display: none;
  height: 10.41667vw;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  display: block;
}
.home .community .box .matter {
  width: 100%;
  height: max-content;
  animation: img_go 30s infinite linear;
}
.home .community .box .matter:nth-child(2n) {
  animation-direction: reverse;
}
.home .community .box .matter a {
  position: relative;
  display: block;
}
.home .community .box .matter a:not(:last-child) {
  margin-bottom: 1.25vw;
}
.home .community .box .matter a .pic {
  border-radius: 0.78125vw;
  overflow: hidden;
}
.home .community .box .matter a .pic img {
  width: 100%;
  height: 25vw;
  object-fit: cover;
  border-radius: 0.78125vw;
  transition: all 600ms;
}
.home .community .box .matter a .info {
  position: absolute;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(20px);
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.25vw 0.26042vw 1.25vw 1.25vw;
  color: white;
}
.home .community .box .matter a .info .name {
  line-height: 1.33;
}
.home .community .box .matter a .info .stars {
  margin: 0.20833vw 0 0.83333vw 0;
  display: flex;
}
.home .community .box .matter a .info .stars img {
  width: 1.40625vw;
  height: 1.40625vw;
  margin-right: 0.20833vw;
}
.home .community .box .matter a .info .des {
  color: #e6e6e6;
  line-height: 1.5;
}
.home .community .box .matter a:hover .pic img {
  transform: scale(1.1);
}
@keyframes img_go {
  100% {
    transform: translateY(-50%);
  }
}
.home .community .more {
  padding: 0.41667vw 1.25vw;
  border-radius: 4px;
  background: #40f;
  color: white;
  line-height: 1.5;
  display: block;
  width: fit-content;
  margin: 0 auto 4.16667vw auto;
  transition: all 600ms;
}
.home .community .more:hover {
  background: #3000b2;
}
@media screen and (max-width: 1024px) {
  .home .banner {
    padding: 100px 0 40px 0;
  }
  .home .banner .t1 {
    line-height: 1.5;
    font-size: 44px;
    margin-left: 32px;
  }
  .home .banner .text_box {
    margin: 0;
    flex-direction: column;
  }
  .home .banner .text_box .t2 {
    font-size: 44px;
    line-height: 1.5;
    margin-right: 0;
    margin-left: 32px;
  }
  .home .banner .text_box .t2::after {
    display: none;
  }
  .home .banner .text_box .text_swiper {
    font-size: 40px;
  }
  .home .banner .text_box .text_swiper .swiper1 {
    width: 240px;
    height: 180px;
  }
  .home .banner .text_box .text_swiper .swiper1 .swiper-slide .pt::after {
    bottom: -7px;
  }
  .home .banner .text_box .text_swiper .swiper1 .swiper-slide-prev .pt {
    transform: scale(0.6) translateY(-15px);
  }
  .home .banner .text_box .text_swiper .swiper1 .swiper-slide-next .pt {
    transform: scale(0.6) translateY(15px);
  }
  .home .banner .des {
    color: #919191;
    margin: 0 32px;
    width: fit-content;
  }
  .home .banner .btns {
    display: flex;
  }
  .home .banner .btns .common_btn_bg {
    padding: 6px 20px;
  }
  .home .banner .btns .common_btn_bg svg {
    width: 17px;
    margin-right: 8px;
  }
  .home .banner .btns .common_btn {
    padding: 6px 20px;
    margin-left: 9px;
  }
  .home .banner .btns .common_btn svg {
    width: 17px;
    margin-right: 8px;
  }
  .home .banner .jt_btn {
    margin: 20px auto;
  }
  .home .banner .jt_btn .more {
    margin-left: 0;
  }
  .home .banner .jt_btn .more img {
    width: 30px;
  }
  .home .banner .bg1 {
    width: 676px;
    height: 676px;
    top: -200px;
  }
  .home .banner .bg2 {
    width: 200px;
    height: 635px;
  }
  .home .banner .bg3 {
    width: 676px;
    height: 206px;
    bottom: 20%;
  }
  .home .tag_btn {
    padding: 7px 18px;
  }
  .home .partners .tag_btn {
    margin: 40px auto 12px auto;
  }
  .home .partners .t {
    font-size: 24px;
  }
  .home .partners .des {
    margin: 8px 0 13px 0;
  }
  .home .partners .scroll_box::before,
  .home .partners .scroll_box::after {
    width: 100px;
  }
  .home .partners .scroll_box .animate_box .flex_xb .pics .pic {
    margin: 0 10px;
  }
  .home .cards_items {
    margin: 61px 32px 40px 32px;
    display: block;
  }
  .home .cards_items .item {
    padding: 20px 12px;
    margin-bottom: 20px;
  }
  .home .cards_items .item .icon {
    width: 20%;
  }
  .home .cards_items .item .pt {
    height: auto;
    font-size: 24px;
  }
  .home .cards_items .item .des {
    width: 100% !important;
    margin-top: 12px;
  }
  .home .cards_items .item:nth-child(1) .pt {
    width: 190px;
  }
  .home .cards_items .item:nth-child(2) .pt {
    width: 143px;
  }
  .home .cards_items .item:nth-child(3) .pt {
    width: 136px;
  }
  .home .interviews .tag_btn {
    margin: 0 auto 12px auto;
  }
  .home .interviews .t {
    font-size: 24px;
  }
  .home .interviews .des {
    margin: 8px 40px 13px 40px;
  }
  .home .interviews .content {
    padding: 0 32px;
  }
  .home .interviews .content::before {
    width: 338px;
    height: 676px;
  }
  .home .interviews .content .item {
    flex-direction: column !important;
  }
  .home .interviews .content .item:not(:last-child) {
    margin-bottom: 20px;
  }
  .home .interviews .content .item .l video {
    width: 100%;
    height: auto;
  }
  .home .interviews .content .item .r {
    width: 100%;
    margin-top: 20px;
    padding: 20px 12px;
  }
  .home .interviews .content .item .r .icon img {
    width: 20px;
  }
  .home .interviews .content .item .r .pt {
    margin: 12px 0;
    font-size: 24px;
  }
  .home .interviews .content .item .r .des {
    margin: 0;
  }
  .home .email_manager {
    padding: 40px 32px;
  }
  .home .email_manager::before {
    width: 402px;
    height: 804px;
  }
  .home .email_manager .tag_btn {
    margin: 0 auto 12px auto;
  }
  .home .email_manager .t {
    font-size: 24px;
  }
  .home .email_manager .des {
    margin: 8px 0 20px 0;
  }
  .home .email_manager .video video {
    width: 100%;
    height: auto;
  }
  .home .email_manager .wrap {
    margin-top: 20px;
  }
  .home .email_manager .wrap .item {
    width: 100%;
    height: auto;
    padding: 20px 12px;
    margin-bottom: 20px;
  }
  .home .email_manager .wrap .item .box .b {
    padding: 4px 8px;
  }
  .home .email_manager .wrap .item .box .b .dot {
    right: 8px;
    width: 5px;
    height: 5px;
  }
  .home .email_manager .wrap .item .box .b:not(:last-child) {
    margin-bottom: 4px;
  }
  .home .email_manager .wrap .item .line_box {
    justify-content: flex-start;
  }
  .home
    .email_manager
    .wrap
    .item
    .line_box
    .c_box
    div:nth-child(2)
    img:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .home .email_manager .wrap .item .line_box .c_box div img {
    max-height: 50px;
    min-height: 3px;
  }
  .home .email_manager .wrap .item .line_box .c_box div img:nth-child(2) {
    left: -5%;
    width: 110%;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
  }
  .home .email_manager .wrap .item .line_box .r_box .rb p {
    font-size: 12px;
  }
  .home .email_manager .wrap .item .line_box .r_box .rb:not(:last-child) {
    margin-bottom: 4px;
  }
  .home .email_manager .wrap .item .table_box {
    height: 100px;
    padding: 4px 8px 8px 8px;
  }
  .home .email_manager .wrap .item .table_box::before {
    width: calc(100% - 16px);
    left: 8px;
    top: 60px;
  }
  .home .email_manager .wrap .item .table_box .b p:first-child {
    margin-bottom: 8px;
  }
  .home .email_manager .wrap .item .table_box .b .active::before {
    width: 20px;
    height: 20px;
  }
  .home .email_manager .wrap .item .pt {
    margin: 16px 0 8px 0;
  }
  .home .email_manager .wrap .item .des {
    width: 100%;
  }
  .home .email_manager .wrap .item:last-child:hover .table_box .bs .bg1 {
    height: 30%;
  }
  .home .email_manager .wrap .item:last-child:hover .table_box .b div {
    height: 30%;
  }
  .home
    .email_manager
    .wrap
    .item:last-child:hover
    .table_box
    .b
    .active::before {
    opacity: 1;
  }
  .home .email_manager .wrap .item:last-child:hover .table_box .b .active span {
    color: white;
  }
  .home .email_manager .wrap .nopadding {
    padding: 20px 0 0 0;
  }
  .home .email_manager .wrap .nopadding .text {
    padding: 12px;
    padding-top: 0;
  }
  .home .help_box {
    text-align: left;
  }
  .home .help_box .txt_box {
    margin: 0 auto 20px auto;
    padding: 0 32px;
  }
  .home .help_box .txt_box .t {
    font-size: 32px;
    line-height: 1.125;
  }
  .home .help_box .txt_box .t p:not(:last-child) {
    margin-bottom: 0;
  }
  .home .help_box .txt_box .t p:last-child {
    width: 90%;
  }
  .home .help_box .txt_box .t span {
    font-weight: normal;
  }
  .home .help_box .txt_box .icon1 {
    left: 10px;
    top: -5px;
  }
  .home .help_box .txt_box .icon1 img {
    width: 32px;
  }
  .home .help_box .txt_box .icon2 {
    right: 50px;
    top: 40px;
  }
  .home .help_box .txt_box .icon2 img {
    width: 35px;
  }
  .home .help_box .txt_box .icon3 {
    right: 80px;
    bottom: 10px;
  }
  .home .help_box .txt_box .icon3 img {
    width: 43px;
  }
  .home .help_box a {
    padding: 8px 0;
    width: auto;
    text-align: center;
    margin: 0 32px;
    font-size: 18px;
  }
  .home .market {
    padding: 40px 32px;
  }
  .home .market .tag_btn {
    margin: 0 auto 12px auto;
  }
  .home .market .t {
    font-size: 24px;
  }
  .home .market .content {
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
  }
  .home .market .content .box1 {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .home .market .content .box1 .tag {
    padding: 7px 18px;
    border-radius: 48px;
  }
  .home .market .content .box1 .p1 {
    margin: 12px 0;
    font-size: 24px;
  }
  .home .market .content .box1 .info .item {
    padding: 12px 0 12px 13px;
  }
  .home .market .content .box1 .info .item::before {
    width: 5px;
    height: 5px;
    top: 20px;
    left: 0;
  }
  .home .market .content .box1 .info .item .des {
    white-space: normal;
  }
  .home .market .content .box2 {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .home .market .content .box2 .tag {
    padding: 7px 18px;
    border-radius: 48px;
  }
  .home .market .content .box2 .p1 {
    margin: 12px 0;
    font-size: 24px;
  }
  .home .market .content .box2 .p1 p:nth-child(2) {
    color: #9c9c9c;
    margin-left: 8px;
    font-size: 14px;
  }
  .home .market .content .box2 .info .item {
    padding: 12px 0 12px 13px;
  }
  .home .market .content .box2 .info .item::before {
    width: 5px;
    height: 5px;
    top: 20px;
    left: 0;
  }
  .home .community {
    margin-bottom: 40px;
  }
  .home .community .tag_btn {
    margin: 0 auto 12px auto;
  }
  .home .community .t {
    font-size: 24px;
  }
  .home .community .box {
    margin: 12px 32px 20px 32px;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    height: 800px;
  }
  .home .community .box .matter a:not(:last-child) {
    margin-bottom: 16px;
  }
  .home .community .box .matter a .pic {
    border-radius: 15px;
  }
  .home .community .box .matter a .pic img {
    height: 240px;
    border-radius: 15px;
  }
  .home .community .box .matter a .info {
    padding: 10px 10px 20px 12px;
  }
  .home .community .box .matter a .info .stars {
    margin: 2px 0 8px 0;
  }
  .home .community .box .matter a .info .stars img {
    width: 13.5px;
    height: 13.5px;
  }
  .home .community .box .matter a .info .des {
    font-size: 9px;
  }
  .home .community .more {
    padding: 8px 0;
    width: auto;
    text-align: center;
    margin: 0 32px;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .home .cards_items .item .icon {
    width: 50%;
  }
  .home .email_manager .wrap {
    display: block;
  }
  .home .email_manager .wrap .item .line_box {
    justify-content: flex-start;
  }
  .home .email_manager .wrap .item .line_box .l_box {
    width: 91px;
    height: 68px;
  }
  .home .email_manager .wrap .item .line_box .c_box {
    width: calc(100% - 223px);
  }
  .home
    .email_manager
    .wrap
    .item
    .line_box
    .c_box
    div:nth-child(2)
    img:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .home .email_manager .wrap .item .line_box .c_box div img {
    max-height: 50px;
    min-height: 3px;
  }
  .home .email_manager .wrap .item .line_box .c_box div img:nth-child(2) {
    left: -5%;
    width: 110%;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
  }
  .home .email_manager .wrap .item .line_box .r_box {
    width: 132px;
  }
  .home .email_manager .wrap .item .line_box .r_box .rb p {
    font-size: 12px;
  }
  .home .email_manager .wrap .item .line_box .r_box .rb:not(:last-child) {
    margin-bottom: 4px;
  }
}
