
/* 2022 导航*/
.ihuyi-bg-gray {
  background-color: #ffffff;
}

.ihuyi-bg-black {
  background-color: #242933;
}

.ihuyi-bg-dev {
  background: url("../image/banner_dev.webp") #F2F5FC no-repeat center center;
  background-size: auto 100%;
}

.focus-shadow {
  box-shadow: 0 0 10px rgba(4, 155, 255, 0.8);
}

.no-webp .index-banner .index-banner-wrapper {
  background-image: url(../image/banner.png);
}
.no-webp .ihuyi-bottom-banner {
  background-image: url("../image/banner_bottom.jpg");
}
.no-webp .ihuyi-bg-dev {
  background-image: url("../image/banner_dev.jpg");
}

.index-banner {
  background-color: #EAF5FE;
}
.index-banner .index-banner-wrapper {
  max-width: 1920px;
  height: 420px;
  padding-top: 70px;
  margin: 0 auto;
  background: url(../image/banner.webp) no-repeat;
  background-size: 100% 100%;
}
.index-banner .index-banner-wrapper .index-banner-content {
  width: 1200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: -40px auto 0;
}
.index-banner .index-banner-wrapper .index-banner-content > h1 {
  font-size: 40px;
  color: #191a24;
  margin-bottom: 24px;
  line-height: 1;
}
.index-banner .index-banner-wrapper .index-banner-content > p {
  font-size: 18px;
  color: #9EA7B3;
  margin-bottom: 36px;
  line-height: 1;
}
.index-banner .index-banner-wrapper .index-banner-content .index-banner-btn a {
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  color: #fff;
  background-color: var(--main-active-color);
  border-radius: 4px;
  transition: all 0.2s;
}
.index-banner .index-banner-wrapper .index-banner-content .index-banner-btn a:hover {
  opacity: 0.8;
}
.index-banner .index-banner-wrapper .index-banner-content .index-banner-intro-below-btn {
  margin-top: 20px;
  font-size: 16px;
  color: #9EA7B3;
}
.index-banner .index-banner-wrapper .index-banner-content .new-home-banner-mobile {
  width: 370px;
  height: 60px;
  box-sizing: border-box;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}
.index-banner .index-banner-wrapper .index-banner-content .new-home-banner-mobile #mobile {
  border: none;
  font-size: 16px;
  width: 68%;
  height: 100%;
  outline: none;
}
.index-banner .index-banner-wrapper .index-banner-content .new-home-banner-mobile #mobile::-webkit-input-placeholder {
  font-size: 16px !important;
  color: #c9c9c9;
}
.index-banner .index-banner-wrapper .index-banner-content .new-home-banner-mobile #newHomeTest, .index-banner .index-banner-wrapper .index-banner-content .new-home-banner-mobile .signup-btn {
  width: 30%;
  height: 100%;
  background-image: linear-gradient(90deg, var(--main-active-color), var(--linear-gradient-lighter));
  border-radius: 10px;
  border: none;
  color: #fff;
  font-size: 16px;
  transition: all 0.2s;
  cursor: pointer;
}
.index-banner .index-banner-wrapper .index-banner-content .new-home-banner-mobile #newHomeTest:hover, .index-banner .index-banner-wrapper .index-banner-content .new-home-banner-mobile .signup-btn:hover {
  background-image: linear-gradient(90deg, var(--main-active-color), var(--linear-gradient-light));
}
.index-banner .index-banner-wrapper .index-banner-content .new-home-banner-mobile-error {
  font-size: 14px;
  color: #ff2222;
  width: 380px;
  margin-top: 10px;
}

.ihuyi-block .ihuyi-block-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding-top: 58px;
  padding-bottom: 0px;
}
.ihuyi-block .ihuyi-block-wrapper > .title {
  font-size: 28px;
  color: #191a24;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
.ihuyi-block .ihuyi-block-wrapper > .vice-title {
  font-size: 16px;
  color: #9EA7B3;
  text-align: center;
  line-height: 1;
  margin-bottom: 58px;
}
.ihuyi-block .ihuyi-block-wrapper > div {
  opacity: 0;
}
.ihuyi-block .ihuyi-block-wrapper > div.noscroll {
  opacity: 1 !important;
}
.ihuyi-block .ihuyi-block-wrapper > div.fade-box {
  opacity: 1;
  animation: show 1s;
}

.ihuyi-home-banner-bottom {
  padding: 30px 0;
}
.ihuyi-home-banner-bottom ul {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.ihuyi-home-banner-bottom ul li {
  width: 25%;
  text-align: center;
}
.ihuyi-home-banner-bottom ul li a {
  font-size: 18px;
  font-weight: bold;
  display: block;
  color: #191a24;
  margin-bottom: 13px;
  line-height: 1;
  transition: color 0.2s;
}
.ihuyi-home-banner-bottom ul li a:hover {
  color: var(--main-active-color);
}
.ihuyi-home-banner-bottom ul li p {
  line-height: 1;
  color: #9EA7B3;
  text-align: center;
}

.ihuyi-home-product ul {
  display: flex;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.ihuyi-home-product ul li {
  border-right: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.ihuyi-home-product ul li:last-child {
  border-right: none;
}
.ihuyi-home-product ul li div {
  line-height: 1;
}
.ihuyi-home-product .ihuyi-home-product-large {
  margin-bottom: 36px;
}
.ihuyi-home-product .ihuyi-home-product-large li {
  width: 25%;
  height: 274px;
}
.ihuyi-home-product .ihuyi-home-product-large li > a {
  box-sizing: border-box;
  height: 100%;
  padding: 48px 36px;
  display: block;
  overflow: hidden;
}
.ihuyi-home-product .ihuyi-home-product-large li > a:hover .ihuyi-home-product-title {
  color: var(--main-active-color);
}
.ihuyi-home-product .ihuyi-home-product-large li:hover {
  background: url("../image/adv-bg.png") no-repeat right bottom;
}
.ihuyi-home-product .ihuyi-home-product-large li:hover .ihuyi-home-product-content {
  transform: translateY(-72px);
}
.ihuyi-home-product .ihuyi-home-product-large li .ihuyi-home-product-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ihuyi-home-product .ihuyi-home-product-large li .ihuyi-home-product-wrapper .ihuyi-home-product-content {
  transition: all 0.3s;
}
.ihuyi-home-product .ihuyi-home-product-large li .ihuyi-home-product-logo {
  width: 48px;
  height: 48px;
  margin-bottom: 36px;
}
.ihuyi-home-product .ihuyi-home-product-large li .ihuyi-home-product-logo img {
  width: 100%;
}
.ihuyi-home-product .ihuyi-home-product-large li .ihuyi-home-product-title {
  font-size: 18px;
  color: #191a24;
  font-weight: bold;
  margin-bottom: 15px;
  transition: color 0.2s;
}
.ihuyi-home-product .ihuyi-home-product-large li .ihuyi-home-product-desc {
  line-height: 2;
  font-size: 16px;
  color: #9EA7B3;
}
.ihuyi-home-product .ihuyi-home-product-large li .ihuyi-home-product-learnmore {
  margin-top: 24px;
  display: inline-block;
  padding: 12px 16px;
  color: var(--main-active-color);
  border: 1px solid var(--main-active-color);
  border-radius: 5px;
}
.ihuyi-home-product .ihuyi-home-product-large li .ihuyi-home-product-learnmore:hover {
  color: #fff;
  background-color: var(--main-active-color);
}
.ihuyi-home-product .ihuyi-home-product-normal li {
  width: 16.67%;
}
.ihuyi-home-product .ihuyi-home-product-normal li:hover {
  background: url("../image/adv-bg-small.png") no-repeat right bottom;
}
.ihuyi-home-product .ihuyi-home-product-normal li img {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
}
.ihuyi-home-product .ihuyi-home-product-normal li a {
  display: block;
  padding: 24px 36px;
  font-size: 18px;
  color: #191a24;
  font-weight: bold;
  transition: color 0.2s;
}
.ihuyi-home-product .ihuyi-home-product-normal li a:hover {
  color: var(--main-active-color);
}

.ihuyi-solution ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -21px;
}
.ihuyi-solution ul li {
  width: 386px;
  margin-right: 21px;
  box-sizing: border-box;
  padding: 36px 36px 36px;
  margin-bottom: 21px;
  transition: all 0.2s;
  background: url("../image/solution_bg.png") #fff no-repeat right bottom;
  background-size: 100% 100%;
}
.ihuyi-solution ul li:hover {
  background: url("../image/solution_bg_hover.png") #fff no-repeat right bottom;
  background-size: 100% 100%;
  transform: translateY(-5px);
}
.ihuyi-solution ul li:hover .ihuyi-solution-content {
  transform: translateY(-26px);
}
.ihuyi-solution ul li:hover .ihuyi-solution-desc {
  padding-bottom: 0;
}
.ihuyi-solution ul li .ihuyi-solution-wrapper {
  overflow: hidden;
  width: 100%;
  height: 112px;
}
.ihuyi-solution ul li .ihuyi-solution-wrapper .ihuyi-solution-content {
  transition: all 0.3s;
}
.ihuyi-solution ul li .ihuyi-solution-title {
  font-size: 18px;
  color: #191a24;
  font-weight: bold;
  margin-bottom: 16px;
}
.ihuyi-solution ul li .ihuyi-solution-divider {
  width: 60px;
  height: 3px;
  background-color: var(--main-active-color);
  margin-bottom: 16px;
}
.ihuyi-solution ul li .ihuyi-solution-desc {
  font-size: 16px;
  color: #9EA7B3;
  line-height: 2;
  padding-bottom: 24px;
}
.ihuyi-solution ul li .ihuyi-solution-btns {
  margin-top: 16px;
}
.ihuyi-solution ul li .ihuyi-solution-btns a {
  display: inline-block;
  color: var(--main-active-color);
  padding: 8px 12px;
  margin-right: 10px;
  border: 1px solid var(--main-active-color);
  border-radius: 5px;
  transition: all 0.2s;
}
.ihuyi-solution ul li .ihuyi-solution-btns a:hover {
  color: #fff;
  background-color: var(--main-active-color);
}
.ihuyi-solution ul li .ihuyi-solution-btns a.solid {
  background-color: var(--main-active-color);
  color: #fff;
}
.ihuyi-solution ul li .ihuyi-solution-btns a.solid:hover {
  opacity: 0.8;
}

@keyframes show {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    btransform: translateY(0);
    opacity: 1;
  }
}
.ihuyi-why-choose-us {
  padding-top: 36px;
}
.ihuyi-why-choose-us ul {
  display: flex;
}
.ihuyi-why-choose-us ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
}
.ihuyi-why-choose-us ul li .__img {
  width: 120px;
  height: 120px;
  margin-bottom: 36px;
}
.ihuyi-why-choose-us ul li .__img img {
  width: 100%;
}
.ihuyi-why-choose-us ul li .__title {
  font-size: 18px;
  color: #191a24;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}
.ihuyi-why-choose-us ul li .__desc {
  font-size: 14px;
  color: #9EA7B3;
  line-height: 2;
  text-align: center;
}

.ihuyi-development {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  margin-top: 132px;
}
.ihuyi-development > ul {
  display: flex;
}
.ihuyi-development > ul > li {
  padding: 36px;
  box-sizing: border-box;
  width: 33.3%;
  border-right: 1px solid #e8e8e8;
}
.ihuyi-development > ul > li:last-child {
  border-right: none;
}
.ihuyi-development > ul > li .__title {
  font-size: 18px;
  color: #191a24;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 24px;
}
.ihuyi-development > ul > li .__desc {
  font-size: 14px;
  color: #9EA7B3;
  line-height: 2;
  margin-bottom: 44px;
}
.ihuyi-development > ul > li .__link {
  color: #191a24;
  font-size: 14px;
}
.ihuyi-development > ul > li .__link a {
  color: inherit;
  transition: color 0.2s;
}
.ihuyi-development > ul > li .__link a:hover {
  color: var(--main-active-color);
}
.ihuyi-development > ul > li .__link span {
  margin: 0 8px;
}
.ihuyi-development > ul > li.ihuyi-development-news .__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ihuyi-development > ul > li.ihuyi-development-news .__title .ihuyi-development-news__btn {
  user-select: none;
}
.ihuyi-development > ul > li.ihuyi-development-news .__title .ihuyi-development-news__btn span {
  color: #cfcfcf;
  margin: 0 3px;
  font-size: 14px;
  cursor: pointer;
}
.ihuyi-development > ul > li.ihuyi-development-news .__title .ihuyi-development-news__btn span.available {
  color: var(--main-active-color);
}
.ihuyi-development > ul > li.ihuyi-development-news ul {
  display: none;
}
.ihuyi-development > ul > li.ihuyi-development-news ul li {
  margin-bottom: 4px;
}
.ihuyi-development > ul > li.ihuyi-development-news ul li:last-child {
  margin-bottom: 0;
}

.ihuyi-company {
  background-color: #fff;
}
.ihuyi-company .ihuyi-container {
  height: 672px;
  overflow: hidden;
  position: relative;
}
.ihuyi-company .ihuyi-container .ihuyi-company-group {
  overflow: hidden;
  width: 120%;
  margin-left: -30px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.ihuyi-company .ihuyi-container .ihuyi-company-group .ihuyi-company-box {
  height: 60px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ihuyi-company .ihuyi-container .ihuyi-company-group .ihuyi-company-box.on-hover img:nth-child(1) {
  display: none;
}
.ihuyi-company .ihuyi-container .ihuyi-company-group .ihuyi-company-box.on-hover img:nth-child(2) {
  display: inline-flex;
}
.ihuyi-company .ihuyi-container .ihuyi-company-group .ihuyi-company-box img {
  width: 100%;
  height: 100%;
}
.ihuyi-company .ihuyi-container .ihuyi-company-group .ihuyi-company-box img:nth-child(1) {
  display: inline-flex;
}
.ihuyi-company .ihuyi-container .ihuyi-company-group .ihuyi-company-box img:nth-child(2) {
  display: none;
}
.ihuyi-company .ihuyi-container .ihuyi-company-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 25px 15px;
  border-radius: 151px;
  background: radial-gradient(#fff, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  text-align: center;
}
.ihuyi-company .ihuyi-container .ihuyi-company-block .ihuyi-company-title {
  font-size: 28px;
  font-weight: 400;
  padding: 0px 15px 0px 15px;
  color: #191a24;
  margin-bottom: 27px;
}
.ihuyi-company .ihuyi-container .ihuyi-company-block .ihuyi-company-text a {
  color: #fff;
  margin: auto;
  display: block;
  letter-spacing: 4px;
  line-height: 50px;
  width: 160px;
  height: 50px;
  font-size: 18px;
  border-radius: 15px; /* 圆角边框 */  

  background-image: linear-gradient(90deg, var(--main-active-color), var(--linear-gradient-lighter));
}
.ihuyi-company .ihuyi-container .ihuyi-company-block .ihuyi-company-text a:hover {
  background-image: linear-gradient(90deg, var(--main-active-color), var(--linear-gradient-light));
}
.ihuyi-company .ihuyi-container .ihuyi-company-mask-top, .ihuyi-company .ihuyi-container .ihuyi-company-mask-bottom {
  z-index: 70;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), #fff);
}
.ihuyi-company .ihuyi-container .ihuyi-company-mask-top {
  top: 0;
}
.ihuyi-company .ihuyi-container .ihuyi-company-mask-bottom {
  bottom: 0;
  background-image: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
}
.ihuyi-company.ihuyi-animation-move .ihuyi-company-group {
  animation: move 50s linear infinite normal;
}
.ihuyi-company.ihuyi-hover .ihuyi-company-box:hover {
  cursor: pointer;
  border-radius: 1px;
  box-shadow: 0px 3px 6px 1px rgba(7, 25, 56, 0.16);
}
.ihuyi-company.ihuyi-hover .ihuyi-company-box:hover img {
  opacity: 1;
}

@keyframes move {
  from {
    transform: translate3d(0, -50%, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.ihuyi-certification ul {
  display: flex;
}
.ihuyi-certification ul li {
  width: 20%;
}
.ihuyi-certification ul li .__img {
  width: 100px;
  height: 100px;
  line-height: 128px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ihuyi-certification ul li .__img:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.ihuyi-certification ul li .__img img {
  width: 64px;
  height: 64px;
  display: block;
}
.ihuyi-certification ul li .__desc {
  font-size: 14px;
  color: #191a24;
  text-align: center;
}

.ihuyi-bottom-banner {
  height: 186px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../image/banner_bottom.webp") no-repeat 50%/cover;
}
.ihuyi-bottom-banner h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 28px;
}
.ihuyi-bottom-banner .__link {
  text-align: center;
}
.ihuyi-bottom-banner .__link a {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--main-active-color);
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}
.ihuyi-bottom-banner .__link a:hover {
  opacity: 0.8;
}

@view-transition {
  navigation: auto;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
}
@keyframes fade-out {
  to {
    opacity: 0;
  }
}
@keyframes scale-up {
  from {
    scale: 0;
  }
}
:root::view-transition-old(page) {
  display: none;
}
:root::view-transition-new(page) {
  animation-name: fade-in, scale-up;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 70px;
  /*backdrop-filter: blur(20px);*/
  -webkit-backdrop-filter: blur(20px);
  /*background-color: rgba(255, 255, 255, 0.3);*/
  transition: all 0.3s;
}

nav {
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
}

.new-nav-main {
  align-self: flex-end;
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-left: 100px;
  align-items: center;
}

.new-nav-tab {
  margin-right: 40px;
}
.new-nav-tab ul {
  display: flex;
  align-items: center;
}
.new-nav-tab ul li {
  margin-right: 30px;
  position: relative;
  line-height: 70px;
}
.new-nav-tab ul li .new-nav-tab-title {
  font-size: 16px;
  color: #5E6485;
  cursor: pointer;
  display: block;
  transition: all 0.2s;
}
.new-nav-tab ul li .new-nav-tab-title svg {
  fill: #5e6485;
}
.new-nav-tab ul li .new-nav-tab-title a {
  color: inherit;
}
.new-nav-tab ul li:hover .new-nav-tab-title {
  color: var(--main-active-color);
}
.new-nav-tab ul li:hover .new-nav-tab-title svg {
  transform: rotate(180deg);
  fill: var(--main-active-color);
}

.new-nav-tab-list {
  flex-wrap: wrap;
  align-items: flex-start;
  position: absolute;
  top: 70px;
  left: -20px;
  background: #fff;
  padding: 24px;
  display: none;
  z-index: 30;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  line-height: initial;
}
.new-nav-tab-list dd {
  margin-right: 14px;
  margin-left: -12px;
}
.new-nav-tab-list dd:last-child {
  margin-right: 0;
}
.new-nav-tab-list dd a {
  display: block;
  min-width: 60px;
  padding: 10px 12px;
  box-sizing: border-box;
  border-radius: 2px;
  color: #5e6485;
  font-size: 14px;
  transition: all 0.3s;
}
.new-nav-tab-list dd a:hover {
  color: var(--main-active-color);
  background-color: #EBF6FC;
}
.new-nav-tab-list dd a span.nav-new {
  color: #23c293;
  font-weight: 600;
}
.new-nav-tab-list dd a span.nav-hot {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url("../image/flame.svg") no-repeat center center/100% 100%;
}
.new-nav-tab-list dd > span {
  color: #333;
  font-size: 16px;
  display: block;
  width: 180px;
  margin-left: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 6px;
}

.product-menu {
  min-width: 568px;
}

.new-nav-login a {
  display: inline-block;
  padding: 7px 16px;
  background: transparent;
  color: var(--main-active-color);
  border-radius: 5px;
  font-size: 14px;
}
.new-nav-login a:hover {
  opacity: 0.8;
}
.new-nav-login a.gift {
  background: var(--main-active-color);
  color: #fff;
}

/*# sourceMappingURL=global_style.css.map */
