.ihuyi-bg-gray {
  background-color: #F2F5FC;
}

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

.ihuyi-bg-dev {
  background: url("https://www.ihuyi.com/images/new-home/webp/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(https://www.ihuyi.com/images/new-home/banner.png);
}
.no-webp .ihuyi-bottom-banner {
  background-image: url("https://www.ihuyi.com/images/new-home/banner_bottom.jpg");
}
.no-webp .ihuyi-bg-dev {
  background-image: url("https://www.ihuyi.com/images/new-home/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(https://www.ihuyi.com/images/new-home/webp/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: 80px;
}
.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("https://www.ihuyi.com/images/new-home/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("https://www.ihuyi.com/images/new-home/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("https://www.ihuyi.com/images/new-home/solution_bg.png") #fff no-repeat right bottom;
  background-size: 100% 100%;
}
.ihuyi-solution ul li:hover {
  background: url("https://www.ihuyi.com/images/new-home/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;
  font-size: 18px;
  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("https://www.ihuyi.com/images/new-home/webp/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;
}

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

.ihuyi-bg-vn-func {
  background: #162245 url("https://www.ihuyi.com/images/voice_notice/voice_bg_solution.png") no-repeat center top;
}
.ihuyi-bg-vn-func .ihuyi-block-wrapper > .title, .ihuyi-bg-vn-func .ihuyi-block-wrapper > .vice-title {
  color: #fff;
}

.ihuyi-bg-vc-scheme {
  background: url("https://www.ihuyi.com/images/voice_notice/voice_bg_feature.png") no-repeat center center;
}

.index-banner-voice-notice {
  background-color: #0C0F24;
  margin-top: 70px;
}
.index-banner-voice-notice .index-banner-wrapper {
  padding-top: 0;
}
.index-banner-voice-notice .index-banner-wrapper .index-banner-content {
  margin: 0 auto;
}
.index-banner-voice-notice .index-banner-wrapper .index-banner-content h1, .index-banner-voice-notice .index-banner-wrapper .index-banner-content p {
  color: #fff;
}

.ihuyi-home-banner-bottom ul li a {
  margin-bottom: 0;
}
.ihuyi-home-banner-bottom ul li a:hover {
  color: inherit;
}
.ihuyi-home-banner-bottom ul li a img {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}

.ihuyi-voice-scene-index {
  display: flex;
  justify-content: center;
}
.ihuyi-voice-scene-index .__preview {
  width: 320px;
  height: 470px;
  position: relative;
  margin-right: 130px;
  background: url("https://www.ihuyi.com/images/voice_notice/phone_mockup.png") no-repeat;
}
.ihuyi-voice-scene-index .__preview .__preview-content {
  position: absolute;
  bottom: 100px;
  left: -40px;
  width: 130%;
  padding: 16px 16px 16px 52px;
  border-radius: 40px;
  line-height: 1.5;
  box-sizing: border-box;
  display: flex;
  border: 1px solid #ccc;
  color: #9EA7B3;
  background: #fff url("https://www.ihuyi.com/images/voice_notice/phone.png") no-repeat 10px center;
}
.ihuyi-voice-scene-index .__preview .__preview-content img {
  display: block;
  margin-right: 12px;
}
.ihuyi-voice-scene-index .__preview .__preview-image {
  position: absolute;
  left: 40px;
  top: 95px;
}
.ihuyi-voice-scene-index .__list ul li {
  padding: 25px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  width: 600px;
  position: relative;
  cursor: pointer;
}
.ihuyi-voice-scene-index .__list ul li:last-child {
  border-bottom: none;
}
.ihuyi-voice-scene-index .__list ul li.ontab::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--main-active-color);
  position: absolute;
  top: 0;
  left: 0;
}
.ihuyi-voice-scene-index .__list ul li.ontab h4 {
  color: var(--main-active-color);
}
.ihuyi-voice-scene-index .__list ul li.ontab p {
  display: block;
}
.ihuyi-voice-scene-index .__list ul li h4 {
  font-size: 18px;
  font-weight: bold;
}
.ihuyi-voice-scene-index .__list ul li p {
  font-size: 14px;
  color: #9EA7B3;
  display: none;
  margin-top: 16px;
}

.ihuyi-voice-scene-solution {
  display: flex;
  justify-content: center;
}
.ihuyi-voice-scene-solution .__preview {
  width: 350px;
  height: 480px;
  position: relative;
  margin-right: 130px;
  background: url("https://www.ihuyi.com/images/voice_notice/phone_mockup.png") no-repeat;
}
.ihuyi-voice-scene-solution .__preview .__preview-content {
  position: absolute;
  bottom: 100px;
  left: -40px;
  width: 90%;
  padding: 16px 16px 16px 52px;
  border-radius: 40px;
  line-height: 1.5;
  box-sizing: border-box;
  display: flex;
  border: 1px solid #ccc;
  color: #9EA7B3;
  font-size: 12px;
  background: #fff url("https://www.ihuyi.com/images/voice_notice/phone.png") no-repeat 10px center;
}
.ihuyi-voice-scene-solution .__preview .__preview-content:nth-child(1) {
  left: -70px;
  bottom: 230px;
}
.ihuyi-voice-scene-solution .__preview .__preview-content:nth-child(2) {
  left: 80px;
  bottom: 145px;
}
.ihuyi-voice-scene-solution .__preview .__preview-content:nth-child(3) {
  left: -30px;
  bottom: 50px;
}
.ihuyi-voice-scene-solution .__desc {
  width: 450px;
  font-size: 16px;
  padding-top: 15px;
}

.ihuyi-why-choose-us ul li .__desc {
  max-width: 60%;
}

.ihuyi-solution ul li .ihuyi-solution-wrapper {
  height: 144px;
}

.ihuyi-int-sms-company ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-bottom: -16px;
}
.ihuyi-int-sms-company ul li {
  width: calc(16.66% - 16px);
  height: 90px;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.ihuyi-int-sms-company ul li img {
  max-width: 100%;
  max-height: 100%;
}

.ihuyi-development > ul > li.ihuyi-development-news ul {
  display: block;
}

.ihuyi-voice-notice-functional-single {
  display: flex;
}
.ihuyi-voice-notice-functional-single .__img {
  display: block;
  width: 480px;
  height: 310px;
}
.ihuyi-voice-notice-functional-single .__img img {
  width: 100%;
  height: 100%;
}
.ihuyi-voice-notice-functional-single .__content {
  background-color: #fff;
  width: calc(100% - 480px);
}
.ihuyi-voice-notice-functional-single .__content h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 16px 40px;
  margin-bottom: 24px;
  background: #F2F5FC url("https://www.ihuyi.com/images/voice_notice/voice_bg_solution_title.png") no-repeat right center;
}
.ihuyi-voice-notice-functional-single .__content p {
  padding: 0 40px;
  line-height: 1.5;
  font-size: 14px;
  color: #9EA7B3;
  margin-bottom: 24px;
}
.ihuyi-voice-notice-functional-single .__content p:last-child {
  margin-bottom: 0;
}

.ihuyi-voice-notice-functional-multiple ul {
  display: flex;
  flex-wrap: wrap;
}
.ihuyi-voice-notice-functional-multiple ul li {
  width: calc(50% - 20px);
  margin-right: 20px;
}
.ihuyi-voice-notice-functional-multiple ul li h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 16px 40px;
  background: #F2F5FC url("https://www.ihuyi.com/images/voice_notice/voice_bg_solution_title.png") no-repeat right center;
  text-align: center;
}
.ihuyi-voice-notice-functional-multiple ul li .__content {
  display: flex;
  background-color: #fff;
}
.ihuyi-voice-notice-functional-multiple ul li .__content img {
  display: block;
  width: 235px;
  height: 235px;
}
.ihuyi-voice-notice-functional-multiple ul li .__content p {
  margin-top: 24px;
  padding: 0 30px;
  line-height: 1.5;
  font-size: 16px;
  color: #9EA7B3;
}

.ihuyi-voice-notice-scheme {
  display: flex;
}
.ihuyi-voice-notice-scheme .__preview {
  width: 70%;
  margin-right: 80px;
}
.ihuyi-voice-notice-scheme .__list {
  width: 480px;
}
.ihuyi-voice-notice-scheme .__list ul {
  width: 100%;
}
.ihuyi-voice-notice-scheme .__list ul li {
  display: flex;
  padding: 20px 40px;
  transition: all 0.2s;
}
.ihuyi-voice-notice-scheme .__list ul li:nth-child(odd) {
  background-color: #F2F5FC;
}
.ihuyi-voice-notice-scheme .__list ul li:nth-child(even) {
  background-color: #DBE1E8;
}
.ihuyi-voice-notice-scheme .__list ul li:hover {
  background-color: var(--main-active-color);
  transform: scale(1.1);
}
.ihuyi-voice-notice-scheme .__list ul li:hover .__img svg {
  fill: #fff;
}
.ihuyi-voice-notice-scheme .__list ul li:hover .__content h4, .ihuyi-voice-notice-scheme .__list ul li:hover .__content p {
  color: #fff;
}
.ihuyi-voice-notice-scheme .__list ul li .__img {
  width: 40px;
  height: 40px;
  min-width: 48px;
  margin-right: 8px;
}
.ihuyi-voice-notice-scheme .__list ul li .__img svg {
  fill: var(--main-active-color);
  width: 100%;
  height: 100%;
}
.ihuyi-voice-notice-scheme .__list ul li .__content h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 8px 0;
}
.ihuyi-voice-notice-scheme .__list ul li .__content p {
  font-size: 14px;
  color: #9EA7B3;
  line-height: 1.5;
}

.ihuyi-voice-notice-company {
  margin-top: 40px;
}
.ihuyi-voice-notice-company .__tab {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 32px;
}
.ihuyi-voice-notice-company .__tab ul {
  display: flex;
  justify-content: center;
}
.ihuyi-voice-notice-company .__tab ul li {
  font-size: 18px;
  padding-bottom: 12px;
  position: relative;
  color: #191a24;
  margin: 0 20px;
  cursor: pointer;
  transition: all 0.2s;
}
.ihuyi-voice-notice-company .__tab ul li:hover {
  color: var(--main-active-color);
}
.ihuyi-voice-notice-company .__tab ul li.ontab {
  color: var(--main-active-color);
}
.ihuyi-voice-notice-company .__tab ul li.ontab::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--main-active-color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.ihuyi-voice-notice-company .__content {
  display: none;
  background-color: #fff;
}
.ihuyi-voice-notice-company .__content .__left {
  padding: 40px;
  width: calc(100% - 480px);
  box-sizing: border-box;
}
.ihuyi-voice-notice-company .__content .__left h4 {
  font-size: 18px;
  color: #191a24;
  margin-bottom: 12px;
  font-weight: 400;
}
.ihuyi-voice-notice-company .__content .__left .__desc {
  font-size: 14px;
  color: #191a24;
  margin-bottom: 32px;
}
.ihuyi-voice-notice-company .__content .__left .__template {
  padding: 20px 45px;
  font-size: 14px;
  color: #9EA7B3;
  position: relative;
}
.ihuyi-voice-notice-company .__content .__left .__template::before {
  content: "";
  background: url("https://www.ihuyi.com/images/voice_notice/voice_solution_mark_left.png") no-repeat;
  width: 30px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
}
.ihuyi-voice-notice-company .__content .__left .__template::after {
  content: "";
  background: url("https://www.ihuyi.com/images/voice_notice/voice_solution_mark_right.png") no-repeat;
  width: 30px;
  height: 22px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.ihuyi-voice-notice-company .__content .__left .__template p {
  margin-bottom: 12px;
  line-height: 1.5;
}
.ihuyi-voice-notice-company .__content .__left .__template p:last-child {
  margin-bottom: 0;
}
.ihuyi-voice-notice-company .__content .__right {
  width: 480px;
  height: 340px;
}
.ihuyi-voice-notice-company .__content .__right img {
  width: 100%;
  height: 100%;
}

.ihuyi-voice-notice-pipe ul {
  display: flex;
  justify-content: space-between;
}
.ihuyi-voice-notice-pipe ul li {
  position: relative;
  transform-style: preserve-3d;
}
.ihuyi-voice-notice-pipe ul li:last-child::after {
  display: none;
}
.ihuyi-voice-notice-pipe ul li:nth-child(2)::after {
  width: 456px;
  left: 71%;
}
.ihuyi-voice-notice-pipe ul li::after {
  content: "";
  width: 428px;
  height: 1px;
  background-color: var(--main-active-color);
  position: absolute;
  top: 38px;
  left: 76%;
}
.ihuyi-voice-notice-pipe ul li.ontab .__top {
  display: none;
}
.ihuyi-voice-notice-pipe ul li.ontab .__top.__top-hover {
  display: block;
}
.ihuyi-voice-notice-pipe ul li.ontab .__content .__btn a {
  background-color: var(--main-active-color);
  color: #fff;
  border-color: var(--main-active-color);
}
.ihuyi-voice-notice-pipe ul li .__top {
  color: var(--main-active-color);
  font-size: 16px;
  width: 72px;
  height: 72px;
  text-align: center;
  line-height: 72px;
  border-radius: 50%;
  border: 1px solid var(--main-active-color);
  margin: 0 auto 24px;
}
.ihuyi-voice-notice-pipe ul li .__top.__top-hover {
  width: 100.8px;
  height: 100.8px;
  line-height: 100.8px;
  background-color: #F2F5FC;
  display: none;
  margin-top: -14px;
  margin-bottom: 9px;
  transform: translateZ(1px);
}
.ihuyi-voice-notice-pipe ul li .__top.__top-hover span {
  display: inline-block;
  width: 72px;
  height: 72px;
  text-align: center;
  line-height: 72px;
  border-radius: 50%;
  color: #fff;
  background-color: var(--main-active-color);
}
.ihuyi-voice-notice-pipe ul li .__content {
  text-align: center;
}
.ihuyi-voice-notice-pipe ul li .__content .__title {
  font-size: 18px;
  color: #191a24;
  font-weight: bold;
  margin-bottom: 8px;
}
.ihuyi-voice-notice-pipe ul li .__content .__desc {
  font-size: 14px;
  color: #9EA7B3;
  margin-bottom: 32px;
}
.ihuyi-voice-notice-pipe ul li .__content .__btn a {
  display: inline-block;
  padding: 12px 30px;
  font-size: 14px;
  color: #9EA7B3;
  border: 1px solid #9EA7B3;
}

.ihuyi-sms-scene-solution {
  display: flex;
  justify-content: center;
}
.ihuyi-sms-scene-solution .__img {
  margin-right: 60px;
}
.ihuyi-sms-scene-solution .__desc {
  margin-top: 86px;
  line-height: 1.5;
  font-size: 16px;
  width: 580px;
}
.ihuyi-sms-scene-solution .__desc p {
  margin-bottom: 24px;
}

.ihuyi-sms-pipe .__img {
  text-align: center;
}

.ihuyi-sms-restaurant-booking {
  margin-top: 36px;
}
.ihuyi-sms-restaurant-booking .__content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
}
.ihuyi-sms-restaurant-booking .__content:last-child {
  margin-bottom: 0;
}
.ihuyi-sms-restaurant-booking .__content .__img, .ihuyi-sms-restaurant-booking .__content .__desc {
  margin: 0 40px;
}
.ihuyi-sms-restaurant-booking .__content .__desc h3 {
  font-size: 18px;
  color: #191a24;
  margin-bottom: 16px;
}
.ihuyi-sms-restaurant-booking .__content .__desc p {
  font-size: 16px;
  color: #9EA7B3;
}

.ihuyi-sms-restaurant-template .yl-cj ul {
  display: flex;
  justify-content: space-between;
}
.ihuyi-sms-restaurant-template .yl-cj ul li {
  width: 215px;
  height: 181px;
  background: url("https://www.ihuyi.com/images/ylxxxt/pm.png") no-repeat;
  padding: 26px 12px 16px;
  box-sizing: border-box;
  color: #999999;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 16px;
  overflow: hidden;
}
.ihuyi-sms-restaurant-template .yl-cj ul li div {
  height: 100%;
  overflow: auto;
}
.ihuyi-sms-restaurant-template .yl-cj ul li p {
  text-align: center;
  font-weight: bold;
  color: #999999;
}
.ihuyi-sms-restaurant-template .yl-cj .btn {
  text-align: center;
  margin-top: 40px;
}
.ihuyi-sms-restaurant-template .yl-cj .btn a {
  display: inline-block;
  padding: 12px 20px;
  color: #fff;
  background-color: #049bff;
  font-size: 14px;
  border-radius: 4px;
}

.ihuyi-scene-uni .__preview {
  background-image: url("https://www.ihuyi.com/images/sms/ct_scene_mockup.png");
}
.ihuyi-scene-uni .__preview .__preview-content {
  bottom: unset;
  top: 103px;
  left: 30px;
  width: 80%;
  padding: 12px;
  border: none;
  background: #f2f2f2 none;
  color: #333;
  border-radius: 5px;
}

.ihuyi-development.ihuyi-int-sms-pd {
  margin-top: 0;
}
.ihuyi-development.ihuyi-int-sms-pd > ul > li > a:hover .__title {
  color: var(--main-active-color);
}
.ihuyi-development.ihuyi-int-sms-pd > ul > li .__title {
  display: flex;
  align-items: center;
  line-height: 1.4;
  transition: color 0.2s;
}
.ihuyi-development.ihuyi-int-sms-pd > ul > li .__title img {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}
.ihuyi-development.ihuyi-int-sms-pd > ul > li .__desc {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.5;
}
.ihuyi-development.ihuyi-int-sms-pd > ul > li .__goto {
  text-align: right;
}
.ihuyi-development.ihuyi-int-sms-pd > ul > li.ihuyi-development-demo ul {
  display: flex;
  flex-wrap: wrap;
}
.ihuyi-development.ihuyi-int-sms-pd > ul > li.ihuyi-development-demo ul li {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  margin: 0 8px 8px 0;
  color: #191a24;
  transition: all 0.2s;
}
.ihuyi-development.ihuyi-int-sms-pd > ul > li.ihuyi-development-demo ul li a {
  display: block;
  padding: 4px 12px;
  color: inherit;
  transition: none;
}
.ihuyi-development.ihuyi-int-sms-pd > ul > li.ihuyi-development-demo ul li:hover {
  color: var(--main-active-color);
  border-color: var(--main-active-color);
}

.ihuyi-development.ihuyi-int-sms-pd-mkt {
  margin-top: 0;
}
.ihuyi-development.ihuyi-int-sms-pd-mkt > ul > li {
  width: 50%;
  background: url("https://www.ihuyi.com/images/int_sms/dev_bg_2.png") no-repeat bottom right;
}
.ihuyi-development.ihuyi-int-sms-pd-mkt > ul > li:nth-child(2) {
  background-image: url("https://www.ihuyi.com/images/int_sms/dev_bg_1.png");
}
.ihuyi-development.ihuyi-int-sms-pd-mkt > ul > li .__desc {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.5;
}
.ihuyi-development.ihuyi-int-sms-pd-mkt > ul > li .__link a {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  color: #191a24;
  margin-right: 12px;
  transition: all 0.2s;
  background-color: rgba(255, 255, 255, 0.6);
}
.ihuyi-development.ihuyi-int-sms-pd-mkt > ul > li .__link a:hover {
  border-color: var(--main-active-color);
  color: #fff;
  background-color: var(--main-active-color);
}
.ihuyi-development.ihuyi-int-sms-pd-mkt > ul > li .__link a:first-child {
  border-color: var(--main-active-color);
  color: #fff;
  background-color: var(--main-active-color);
}
.ihuyi-development.ihuyi-int-sms-pd-mkt > ul > li .__link a:first-child:hover {
  opacity: 0.8;
}

.ihuyi-mms-main-intro {
  display: flex;
  justify-content: center;
  position: relative;
}
.ihuyi-mms-main-intro .__img {
  margin-left: -100px;
  margin-right: 40px;
}
.ihuyi-mms-main-intro .__desc {
  position: absolute;
  top: 80px;
  right: 0px;
  width: 500px;
}
.ihuyi-mms-main-intro .__desc p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.ihuyi-mms-case-swiper {
  overflow: hidden;
  margin-top: 40px;
}
.ihuyi-mms-case-swiper ul {
  display: flex;
  justify-content: space-between;
}
.ihuyi-mms-case-swiper ul li {
  width: 243px;
  height: 415px;
  background: url(https://www.ihuyi.com/images/mms/sjb_al_bg_r.png) no-repeat;
  padding: 69px 23px 0px 24px;
  margin-bottom: 33px;
  box-sizing: border-box;
}
.ihuyi-mms-case-swiper .__swiper-page {
  display: flex;
  justify-content: center;
}

.ihuyi-rcs-whatis {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.ihuyi-rcs-whatis .rcs-whatis-img {
  margin-right: 76px;
  width: 643px;
  height: 466px;
}
.ihuyi-rcs-whatis .rcs-whatis-img img {
  width: 100%;
  height: 100%;
}
.ihuyi-rcs-whatis .rcs-whatis-desc {
  flex: 1;
}
.ihuyi-rcs-whatis .rcs-whatis-desc .desc-title {
  font-size: 18px;
  color: #333333;
  margin-bottom: 26px;
}
.ihuyi-rcs-whatis .rcs-whatis-desc .desc-scenes p {
  font-size: 18px;
  margin-bottom: 25px;
}
.ihuyi-rcs-whatis .rcs-whatis-desc .desc-scenes ul {
  display: flex;
  flex-wrap: wrap;
}
.ihuyi-rcs-whatis .rcs-whatis-desc .desc-scenes ul li {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #E5E5E5;
  color: #999;
  border-radius: 4px;
  margin-right: 16px;
  margin-bottom: 12px;
}

.ihuyi-rcs-sence .sms-service-solution {
  border-bottom: 1px solid #EBEBEB;
}
.ihuyi-rcs-sence .sms-service-solution ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: -1px;
}
.ihuyi-rcs-sence .sms-service-solution ul li {
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  width: 19.9%;
  background: #EEEEEE;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.ihuyi-rcs-sence .sms-service-solution ul li::before {
  content: "";
  display: none;
  width: 100%;
  height: 2px;
  background: #049BFF;
  position: absolute;
  top: 0;
  left: 19px;
  margin-left: -20px;
}
.ihuyi-rcs-sence .sms-service-solution ul li:hover {
  color: #049BFF;
}
.ihuyi-rcs-sence .sms-service-solution ul li.ontab {
  color: #049BFF;
  background: #fff;
}
.ihuyi-rcs-sence .sms-service-solution ul li.ontab::before {
  display: block !important;
}
.ihuyi-rcs-sence .sms-service-solution-details {
  justify-content: center;
  padding: 30px 0;
  display: none;
  background: #fff;
}
.ihuyi-rcs-sence .sms-service-solution-details img {
  margin: 0 20px;
}

.ihuyi-voice-package > ul {
  display: flex;
  justify-content: space-between;
}
.ihuyi-voice-package > ul > li {
  width: 28%;
  padding: 35px;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);
}
.ihuyi-voice-package > ul > li div {
  text-align: center;
}
.ihuyi-voice-package > ul > li .voice-package-title {
  font-size: 18px;
  font-weight: bold;
  color: #049BFF;
  line-height: 28px;
  margin-bottom: 16px;
}
.ihuyi-voice-package > ul > li .voice-package-desc {
  font-size: 14px;
  color: #9999A5;
  line-height: 26px;
  margin-bottom: 26px;
}
.ihuyi-voice-package > ul > li .voice-package-price {
  font-size: 24px;
  font-weight: bold;
  color: #666666;
  line-height: 30px;
  margin-bottom: 8px;
}
.ihuyi-voice-package > ul > li .voice-package-price > span {
  font-size: 12px;
}
.ihuyi-voice-package > ul > li .voice-package-price-detail {
  margin-bottom: 24px;
}
.ihuyi-voice-package > ul > li .voice-package-price-detail ul li {
  font-size: 12px;
  color: #666666;
}
.ihuyi-voice-package > ul > li .voice-package-price-detail ul li span {
  color: #FF994A;
}
.ihuyi-voice-package > ul > li .voice-package-link a {
  display: inline-block;
  width: 247px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background-color: #049BFF;
}
.ihuyi-voice-package > ul > li .voice-package-link a:hover {
  opacity: 0.8;
}

.ihuyi-food-index-industry .__little {
  margin-bottom: 64px;
}
.ihuyi-food-index-industry .__little ul {
  display: flex;
  justify-content: space-between;
}
.ihuyi-food-index-industry .__little ul li .__img {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 10px var(--linear-gradient-lighter);
}
.ihuyi-food-index-industry .__little ul li .__img img {
  width: 40px;
  height: 40px;
  display: block;
}
.ihuyi-food-index-industry .__little ul li p {
  font-size: 16px;
  font-weight: bold;
  margin-top: 12px;
  text-align: center;
}
.ihuyi-food-index-industry .__normal ul {
  display: flex;
  justify-content: space-between;
}
.ihuyi-food-index-industry .__normal ul li {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  overflow: hidden;
}
.ihuyi-food-index-industry .__normal ul li img {
  width: 270px;
  height: 140px;
}
.ihuyi-food-index-industry .__normal ul li p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
}

.ihuyi-food-index-more-func .__func-show ul {
  display: flex;
  flex-wrap: wrap;
}
.ihuyi-food-index-more-func .__func-show ul li {
  width: 25%;
  margin-bottom: 24px;
  display: flex;
}
.ihuyi-food-index-more-func .__func-show ul li img {
  display: block;
  width: 48px;
  height: 48px;
  min-width: 48px;
  margin-right: 10px;
}
.ihuyi-food-index-more-func .__func-show ul li .__detail h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.ihuyi-food-index-more-func .__func-show ul li .__detail p {
  font-size: 14px;
  color: #9EA7B3;
}
.ihuyi-food-index-more-func .__func-hide {
  display: none;
}
.ihuyi-food-index-more-func .__btn {
  text-align: center;
  margin-top: 40px;
}
.ihuyi-food-index-more-func .__btn a {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--main-active-color);
  border: 1px solid var(--main-active-color);
}
.ihuyi-food-index-more-func .__btn a:hover {
  color: #fff;
  background-color: var(--main-active-color);
}

.ihuyi-food-solution-highlight .__highlight-item {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.ihuyi-food-solution-highlight .__highlight-item :last-child {
  margin-bottom: 0;
}
.ihuyi-food-solution-highlight .__highlight-item > div {
  min-width: 400px;
  margin: 0 40px;
}
.ihuyi-food-solution-highlight .__highlight-item > div img {
  max-width: 100%;
}
.ihuyi-food-solution-highlight .__highlight-item > div h3 {
  font-size: 24px;
  margin-bottom: 12px;
  padding-top: 40px;
}
.ihuyi-food-solution-highlight .__highlight-item > div p {
  font-size: 16px;
  line-height: 1.5;
  color: #9EA7B3;
}

.ihuyi-food-pricing-list .strong {
  color: #ff4d4d;
  font-size: 20px;
  font-weight: 400;
}
.ihuyi-food-pricing-list .text-gray {
  color: #b2b2b2;
}
.ihuyi-food-pricing-list .text-noticeNewPrice {
  font-size: 12px;
  color: #535353;
  height: 16px;
  margin-top: -10px;
  margin-bottom: 8px;
}
.ihuyi-food-pricing-list .text-detail {
  margin-top: 8px;
  margin-bottom: 16px;
}
.ihuyi-food-pricing-list .text-detail .understandDatail {
  color: #a37aff;
  text-decoration: underline;
}
.ihuyi-food-pricing-list .text-detail .understandDatail:hover {
  color: #9164f9;
}
.ihuyi-food-pricing-list .card {
  border-radius: 4px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  color: #535353;
  font-size: 14px;
  position: relative;
}
.ihuyi-food-pricing-list .card .advertisePic {
  position: absolute;
  right: -58px;
  top: 15px;
}
.ihuyi-food-pricing-list .card + .card {
  margin-top: 5px;
}
.ihuyi-food-pricing-list .button {
  font-size: 14px;
  text-align: center;
  color: #fff;
  width: 110px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  background: -webkit-linear-gradient(left, #12cd80, #3dd360);
  background: linear-gradient(90deg, #12cd80, #3dd360);
  box-shadow: 0 3px 8px 0 rgba(33, 206, 117, 0.3);
  display: inline-block;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.ihuyi-food-pricing-list .button:hover {
  background: -webkit-linear-gradient(left, #09be73, #2dc551);
  background: linear-gradient(90deg, #09be73, #2dc551);
}
.ihuyi-food-pricing-list .button.is-zs {
  background: -webkit-linear-gradient(left, #4381fd, #44b6ff);
  background: linear-gradient(90deg, #4381fd, #44b6ff);
  box-shadow: 0 3px 8px 0 rgba(67, 137, 253, 0.3);
}
.ihuyi-food-pricing-list .button.is-zs:hover {
  background: -webkit-linear-gradient(left, #2d70f6, #29a8f9);
  background: linear-gradient(90deg, #2d70f6, #29a8f9);
}
.ihuyi-food-pricing-list .button.is-by {
  background: -webkit-linear-gradient(left, #ffaa30, #ffcd47);
  background: linear-gradient(90deg, #ffaa30, #ffcd47);
  box-shadow: 0 3px 8px 0 rgba(255, 175, 51, 0.3);
}
.ihuyi-food-pricing-list .button.is-by:hover {
  background: -webkit-linear-gradient(left, #f79f20, #f8be23);
  background: linear-gradient(90deg, #f79f20, #f8be23);
}
.ihuyi-food-pricing-list .button.is-bj {
  background: -webkit-linear-gradient(left, #ff4d4d, #ff793e);
  background: linear-gradient(90deg, #ff4d4d, #ff793e);
  box-shadow: 0 3px 8px 0 rgba(255, 84, 76, 0.3);
}
.ihuyi-food-pricing-list .button.is-bj:hover {
  background: -webkit-linear-gradient(left, #f84141, #f8692a);
  background: linear-gradient(90deg, #f84141, #f8692a);
}
.ihuyi-food-pricing-list .button.is-union {
  background: -webkit-linear-gradient(left, #00cbd2, #40e4b8);
  background: linear-gradient(90deg, #00cbd2, #40e4b8);
  box-shadow: 0 3px 8px 0 rgba(5, 205, 209, 0.3);
}
.ihuyi-food-pricing-list .button.is-union:hover {
  background: -webkit-linear-gradient(left, #00c4cb, #2ae0af);
  background: linear-gradient(90deg, #00c4cb, #2ae0af);
}
.ihuyi-food-pricing-list .button.is-md {
  background: -webkit-linear-gradient(left, #8169ff, #a37aff);
  background: linear-gradient(90deg, #8169ff, #a37aff);
  box-shadow: 0 3px 8px 0 rgba(133, 107, 255, 0.3);
}
.ihuyi-food-pricing-list .button.is-md:hover {
  background: -webkit-linear-gradient(left, #745bf9, #9164f9);
  background: linear-gradient(90deg, #745bf9, #9164f9);
}
.ihuyi-food-pricing-list .button.is-jt {
  background: -webkit-linear-gradient(left, #1853f9 0, #3d84ff 100%);
  background: linear-gradient(90deg, #1853f9 0, #3d84ff 100%);
  box-shadow: 0 3px 8px rgba(67, 137, 253, 0.3);
}
.ihuyi-food-pricing-list .button.is-jt:hover {
  background: -webkit-linear-gradient(left, #0441eb 0, #1e6cf2 100%);
  background: linear-gradient(90deg, #0441eb 0, #1e6cf2 100%);
}
.ihuyi-food-pricing-list .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.ihuyi-food-pricing-list .table td {
  margin: 0;
  padding: 0;
  text-align: center;
}
.ihuyi-food-pricing-list .table tr .table-cell .f12Cb5 {
  font-size: 12px;
  color: #b5b5b5;
}
.ihuyi-food-pricing-list .table tr .table-cell:last-child {
  border-right: none;
}
.ihuyi-food-pricing-list .table tr:last-child .table-cell {
  border-bottom: none;
}
.ihuyi-food-pricing-list .table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 144px;
  height: 42px;
  border: 1px solid #eee;
  border-top: none;
  border-left: none;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
}
.ihuyi-food-pricing-list .table-cell.hdMD {
  display: none;
  height: 209px;
}
.ihuyi-food-pricing-list .table-header-wrap .table-header {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  background: #fff;
  border-collapse: separate;
}
.ihuyi-food-pricing-list .table-header-wrap .table-header .service-list {
  font-size: 22px;
  height: 87px;
}
.ihuyi-food-pricing-list .table-header-wrap .table-header .service-content {
  width: 290px;
  font-size: 16px;
  height: 62px;
  vertical-align: middle !important;
  border-bottom: none;
  border-right: none;
}
.ihuyi-food-pricing-list .table-header-wrap .table-header .service-type {
  width: 160px;
  font-size: 16px;
  height: 62px;
  vertical-align: middle !important;
}
.ihuyi-food-pricing-list .table-header-wrap .table-header .topLine {
  width: 100%;
  height: 6px;
  display: block;
  margin-bottom: 42px;
}
.ihuyi-food-pricing-list .table-header-wrap .table-header .topLine.is-desc {
  background-color: #dcdcdc;
}
.ihuyi-food-pricing-list .table-header-wrap .table-header .topLine.is-free {
  background-color: #99ebbe;
}
.ihuyi-food-pricing-list .table-header-wrap .table-header .topLine.is-by {
  background-color: #fed696;
}
.ihuyi-food-pricing-list .table-header-wrap .table-header .topLine.is-bj {
  background-color: #fcb6b4;
}
.ihuyi-food-pricing-list .table-header-wrap .table-header .topLine.is-zs {
  background-color: #a1c8fe;
}
.ihuyi-food-pricing-list .table-header-wrap .table-header .topLine.is-union {
  background-color: #0cc5c3;
  opacity: 0.5;
}
.ihuyi-food-pricing-list .table-header-wrap .table-header .topLine.is-md {
  background-color: #824af3;
  opacity: 0.5;
}
.ihuyi-food-pricing-list .table-header-wrap .table-header .topLine.is-jt {
  background: #05f;
  opacity: 0.5;
}
.ihuyi-food-pricing-list .table-header-wrap .table-header .table-cell {
  vertical-align: top;
}
.ihuyi-food-pricing-list .table-header-wrap .table-header .table-header-title {
  position: relative;
  line-height: 1;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 400;
}
.ihuyi-food-pricing-list .table-header-wrap .table-header .table-header-price {
  line-height: 1;
  color: #898989;
  margin-bottom: 20px;
  height: 20px;
  line-height: 20px;
}
.ihuyi-food-pricing-list .table-header-wrap .table-header .table-header-price .free {
  font-size: 16px;
}
.ihuyi-food-pricing-list .table-header-wrap .table-header .text-tipe {
  font-size: 14px;
  color: #4381fd;
  margin-bottom: 20px;
  height: 19px;
  line-height: 21px;
}
.ihuyi-food-pricing-list .table-header-wrap .table-header .table-header-link {
  margin-bottom: 10px;
  height: 32px;
  line-height: 32px;
}
.ihuyi-food-pricing-list .table-header-wrap .table-header .table-icon {
  position: absolute;
  display: inline-block;
  background: url(../../image/hdPro/icon.png?v=202010230912) no-repeat;
}
.ihuyi-food-pricing-list .table-header-wrap .table-header .table-header-hot-icon {
  width: 34px;
  height: 18px;
  margin-left: -19px;
  margin-top: -20px;
}
.ihuyi-food-pricing-list .table-header-wrap .table-header .table-header-question-icon {
  width: 18px;
  height: 18px;
  margin-left: 5px;
  background-position-x: -44px;
}
.ihuyi-food-pricing-list .table-header-wrap .table-header .table-header-question-icon:hover {
  background-position-x: -68px;
}
.ihuyi-food-pricing-list .table-header-wrap .table-header-placeholder {
  display: none;
}
.ihuyi-food-pricing-list .table-header-wrap.table-header-fixed .table-header-placeholder {
  height: 209px;
  display: block;
}
.ihuyi-food-pricing-list .table-header-wrap.table-header-fixed .table-header {
  position: fixed;
  top: 70px;
  left: 50%;
  width: 1200px;
  margin: auto auto auto -600px;
  z-index: 900;
}
.ihuyi-food-pricing-list .table-header .first-col {
  width: 301px;
}
.ihuyi-food-pricing-list .table-header .first-col .topLine {
  margin-bottom: 54px;
}
.ihuyi-food-pricing-list .service-type {
  border-bottom: none;
}
.ihuyi-food-pricing-list .serviceDetailBtn {
  line-height: 21px;
  text-decoration: underline;
  color: #4381fd;
  cursor: pointer;
}
.ihuyi-food-pricing-list .serviceDetailBtn:hover {
  color: #2566e9;
}
.ihuyi-food-pricing-list .table-header.table tr:last-child .table-cell {
  border-bottom: 1px solid #eee;
}
.ihuyi-food-pricing-list .table + .table .table-cell {
  border-top: none;
}
.ihuyi-food-pricing-list .table-header-wrap + .table .table-cell {
  border-top: none;
}
.ihuyi-food-pricing-list .highlight-text.is-zs {
  color: #3f8bff;
}
.ihuyi-food-pricing-list .highlight-text.is-bj {
  color: #fe4e4b;
}
.ihuyi-food-pricing-list .highlight-text.is-md {
  color: #a37aff;
}
.ihuyi-food-pricing-list .table-header-content .table-cell {
  width: 300px;
  height: 180px;
}

.ihuyi-food-about-us p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.5;
}
.ihuyi-food-about-us p:last-child {
  margin-bottom: 0;
}

.ihuyi-food-index-solution ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ihuyi-food-index-solution ul li {
  width: 386px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  box-sizing: border-box;
}
.ihuyi-food-index-solution ul li img {
  width: 64px;
  height: 64px;
  display: block;
  margin-bottom: 24px;
}
.ihuyi-food-index-solution ul li h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px;
}
.ihuyi-food-index-solution ul li p {
  font-size: 14px;
  line-height: 1.5;
  color: #9EA7B3;
}

.ihuyi-food-solution-personal {
  display: flex;
}
.ihuyi-food-solution-personal .__img {
  width: 58%;
  margin-right: 3%;
}
.ihuyi-food-solution-personal .__img img {
  width: 100%;
}
.ihuyi-food-solution-personal .__content .__content-item {
  margin-bottom: 36px;
}
.ihuyi-food-solution-personal .__content .__content-item h3 {
  font-size: 18px;
  color: #646774;
  margin-bottom: 12px;
}
.ihuyi-food-solution-personal .__content .__content-item p {
  font-size: 14px;
  color: #646774;
  line-height: 1.5;
  margin-bottom: 8px;
}

.ihuyi-num-cert-why .__tab {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}
.ihuyi-num-cert-why .__tab ul {
  display: flex;
}
.ihuyi-num-cert-why .__tab ul li {
  border: 1px solid #e5e5e5;
  border-right-color: transparent;
  padding: 12px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}
.ihuyi-num-cert-why .__tab ul li:last-child {
  border-right-color: #e5e5e5;
}
.ihuyi-num-cert-why .__tab ul li.ontab {
  background-color: var(--main-active-color);
  color: #fff;
}
.ihuyi-num-cert-why .__tab ul li.ontab:hover {
  color: #fff;
}
.ihuyi-num-cert-why .__tab ul li:hover {
  color: var(--main-active-color);
}
.ihuyi-num-cert-why .__content {
  display: flex;
}
.ihuyi-num-cert-why .__content .__left, .ihuyi-num-cert-why .__content .__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ihuyi-num-cert-why .__content .__left .__img, .ihuyi-num-cert-why .__content .__right .__img {
  margin-bottom: 20px;
}
.ihuyi-num-cert-why .__content .__left h3, .ihuyi-num-cert-why .__content .__right h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
.ihuyi-num-cert-why .__content .__left .__reason ul li, .ihuyi-num-cert-why .__content .__right .__reason ul li {
  line-height: 1.5;
  margin-bottom: 8px;
}
.ihuyi-num-cert-why .__content .__left .__reason ul li span, .ihuyi-num-cert-why .__content .__right .__reason ul li span {
  display: inline-block;
  margin-right: 8px;
}
.ihuyi-num-cert-why .__content .__left .__reason ul li span svg, .ihuyi-num-cert-why .__content .__right .__reason ul li span svg {
  vertical-align: middle;
}

.ihuyi-num-cert-who-can ul {
  display: flex;
  justify-content: center;
}
.ihuyi-num-cert-who-can ul li {
  width: 20%;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #f2f5fc;
  background-color: #fff;
  margin: 0 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.ihuyi-num-cert-who-can ul li .__content {
  font-size: 32px;
  font-weight: bolder;
  color: var(--main-active-color);
}

.ihuyi-new-cert-exhibit {
  display: flex;
}
.ihuyi-new-cert-exhibit .__left {
  display: flex;
  margin-right: 30px;
}
.ihuyi-new-cert-exhibit .__left .__img {
  width: 210px;
  height: 400px;
  background: url("https://www.ihuyi.com/images/num_cert/haoma_xiaoguo_1.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 30px;
  position: relative;
}
.ihuyi-new-cert-exhibit .__left .__img.huawei {
  background-image: url("https://www.ihuyi.com/images/num_cert/haoma_xiaoguo_2.png");
}
.ihuyi-new-cert-exhibit .__left .__img.huawei .__name {
  top: 40px;
}
.ihuyi-new-cert-exhibit .__left .__img.huawei .__name.__number {
  top: 64px;
}
.ihuyi-new-cert-exhibit .__left .__img.oppo {
  background-image: url("https://www.ihuyi.com/images/num_cert/haoma_xiaoguo_3.png");
}
.ihuyi-new-cert-exhibit .__left .__img.oppo .__avatar {
  left: unset;
  right: 20px;
}
.ihuyi-new-cert-exhibit .__left .__img.oppo .__name {
  width: 60%;
  top: 54px;
  left: 20px;
  text-align: left;
}
.ihuyi-new-cert-exhibit .__left .__img.oppo .__name.__number {
  top: 78px;
  left: 20px;
}
.ihuyi-new-cert-exhibit .__left .__img .__avatar {
  position: absolute;
  top: 51px;
  left: 82px;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
}
.ihuyi-new-cert-exhibit .__left .__img .__avatar img {
  width: 100%;
  height: 100%;
}
.ihuyi-new-cert-exhibit .__left .__img .__name {
  width: 80%;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 21px;
  top: 109px;
  line-height: 1.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ihuyi-new-cert-exhibit .__left .__img .__name.__number {
  top: 129px;
  opacity: 0.9;
}
.ihuyi-new-cert-exhibit .__left .__img .__title {
  font-size: 14px;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  color: #9EA7B3;
}
.ihuyi-new-cert-exhibit .__right h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.ihuyi-new-cert-exhibit .__right p {
  font-size: 18px;
  color: #999999;
  margin-bottom: 20px;
}
.ihuyi-new-cert-exhibit .__right a, .ihuyi-new-cert-exhibit .__right .btn {
  display: inline-block;
  width: 430px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: var(--main-active-color);
  font-size: 18px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.ihuyi-new-cert-exhibit .__right a:hover, .ihuyi-new-cert-exhibit .__right .btn:hover {
  opacity: 0.8;
}
.ihuyi-new-cert-exhibit .__right .form-item {
  margin-bottom: 15px;
}
.ihuyi-new-cert-exhibit .__right .form-item:last-child {
  margin-bottom: 0;
}
.ihuyi-new-cert-exhibit .__right .form-item .__tip {
  font-size: 12px;
  color: #9EA7B3;
  margin-top: 8px;
}
.ihuyi-new-cert-exhibit .__right .form-item label {
  color: #333333;
  display: inline-block;
  margin-bottom: 8px;
}
.ihuyi-new-cert-exhibit .__right .form-item input {
  width: 430px;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 14px;
  padding-left: 18px;
  box-sizing: border-box;
}
.ihuyi-new-cert-exhibit .__right .form-item input::-webkit-input-placeholder, .ihuyi-new-cert-exhibit .__right .form-item input::-moz-placeholder {
  font-size: 14px !important;
  color: #f00;
}
.ihuyi-new-cert-exhibit .__right .form-item #upload {
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 4px;
  background-color: var(--main-active-color);
  border: none;
  color: #fff;
  cursor: pointer;
}

.ihuyi-wireless-fl-scene ul {
  display: flex;
  justify-content: space-between;
}
.ihuyi-wireless-fl-scene ul li {
  width: 20%;
}
.ihuyi-wireless-fl-scene ul li img {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.ihuyi-wireless-fl-scene ul li h3 {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}
.ihuyi-wireless-fl-scene ul li p {
  font-size: 14px;
  color: #9ea7b3;
  line-height: 1.5;
}

.ihuyi-price .__title {
  display: flex;
  margin-bottom: 36px;
}
.ihuyi-price .__title img {
  width: 48px;
  height: 48px;
  display: block;
  margin-right: 12px;
}
.ihuyi-price .__title .__name {
  font-size: 18px;
  color: #191a24;
  font-weight: bold;
  margin-bottom: 2px;
}
.ihuyi-price .__title .__desc {
  color: #9ea7b3;
}
.ihuyi-price .__title .__desc a {
  color: var(--main-active-color);
  margin-left: 10px;
}
.ihuyi-price .__price-list {
  text-align: center;
}
.ihuyi-price .__price-list ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -8px;
}
.ihuyi-price .__price-list ul li {
  width: 18%;
  margin: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  transition: all 0.2s;
  position: relative;
}
.ihuyi-price .__price-list ul li.on-sale::after {
  content: "";
  background: url(https://www.ihuyi.com/images/pricing_limit.png) no-repeat;
  position: absolute;
  right: 0;
  top: -4px;
  width: 90px;
  height: 22px;
}
.ihuyi-price .__price-list ul li a:hover {
  color: inherit;
}
.ihuyi-price .__price-list ul li .__price-wrapper {
  margin: 4px;
  padding: 12px;
  text-align: left;
  background-color: #F4F8FE;
}
.ihuyi-price .__price-list ul li .__price-num {
  padding: 12px 16px 16px;
  font-size: 14px;
  color: #999;
  text-align: left;
}
.ihuyi-price .__price-list ul li .__price-num p {
  font-size: 20px;
  color: var(--main-active-color);
}
.ihuyi-price .__price-list ul li .__price-num p span {
  font-size: 14px;
}
.ihuyi-price .__price-list ul li .__price-num p button {
  background-color: var(--main-active-color);
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  border: none;
  outline: none;
  height: 36px;
  width: 100px;
  margin: 7.5px auto;
  display: block;
}
.ihuyi-price .__price-list ul li:hover {
  box-shadow: 0 0 10px var(--main-active-color);
}
.ihuyi-price .__price-list ul li:hover .__btn {
  display: block;
}
.ihuyi-price .__price-list ul li .__num {
  font-size: 20px;
  font-weight: bold;
  color: var(--main-active-color);
  margin-bottom: 12px;
}
.ihuyi-price .__price-list ul li .__desc {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 4px;
}
.ihuyi-price .__price-list ul li .__unit {
  font-weight: bold;
}
.ihuyi-price .__price-list ul li .__unit .__unit-symbol {
  color: #f0a608;
  font-size: 16;
}
.ihuyi-price .__price-list ul li .__unit .__unit-unit {
  font-size: 12px;
  color: #9ea7b3;
}
.ihuyi-price .__price-list ul li .__btn {
  display: none;
  margin-top: 12px;
}
.ihuyi-price .__price-list ul li .__btn a {
  display: inline-block;
  padding: 6px 12px;
  background-color: var(--main-active-color);
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  transition: opacity 0.2s;
}
.ihuyi-price .__price-list ul li .__btn a:hover {
  opacity: 0.8;
}
.ihuyi-price .__price-5g {
  display: flex;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.ihuyi-price .__price-5g .__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 24px 0;
  margin-right: 120px;
}
.ihuyi-price .__price-5g .__contact .__img {
  margin-bottom: 8px;
}
.ihuyi-price .__price-5g .__contact .__img img {
  width: 120px;
  height: 120px;
}
.ihuyi-price .__price-5g .__contact .__desc {
  color: #9ea7b3;
  margin-bottom: 12px;
}
.ihuyi-price .__price-5g .__contact .__btn a {
  display: inline-block;
  padding: 12px 24px;
  color: #fff;
  background-color: var(--main-active-color);
  transition: opacity 0.2s;
  border-radius: 4px;
}
.ihuyi-price .__price-5g .__contact .__btn a:hover {
  opacity: 0.8;
}
.ihuyi-price .__price-5g .__imgs {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ihuyi-price .__price-5g .__imgs img {
  width: 130px;
  margin-right: 40px;
}
.ihuyi-price .__price-5g .__imgs img:last-child {
  margin-right: 0;
}

.number-certify-banner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.number-certify-banner h1 {
  font-size: 40px;
  color: #191a24;
  margin-bottom: 24px;
  line-height: 1;
}
.number-certify-banner .__form {
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 24px;
}
.number-certify-banner .__form input {
  border: none;
  outline: none;
  width: 600px;
  height: 60px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0 16px;
  box-sizing: border-box;
}
.number-certify-banner .__form button {
  width: 120px;
  height: 60px;
  border: none;
  outline: none;
  background-color: #f0a608;
  color: #fff;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
}
.number-certify-banner .__tags {
  font-size: 14px;
}
.number-certify-banner .__tags span {
  display: inline-block;
  padding: 5px 8px;
  border-radius: 4px;
  margin-right: 8px;
  color: #fff;
  background-color: #ccc;
}
.number-certify-banner .__tags span.blue {
  background-color: rgb(69, 156, 252);
}
.number-certify-banner .__tags span.red {
  background-color: rgb(255, 135, 118);
}
.number-certify-banner .__tags span.green {
  background-color: rgb(0, 206, 124);
}

.contact-form {
  display: none;
  width: 1000px;
  padding: 20px;
  box-sizing: border-box;
}
.contact-form .contact-form-alert {
  padding: 8px 16px;
  background-color: rgb(255, 245, 209);
  border: 1px solid rgb(255, 213, 125);
  border-radius: 8px;
  color: #FF6600;
  margin-bottom: 24px;
}
.contact-form .contact-form-alert a {
  color: var(--main-active-color);
}
.contact-form .__content {
  display: flex;
}
.contact-form .__content .__left, .contact-form .__content .__right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact-form .__content .__left img {
  margin-bottom: 24px;
}
.contact-form .__content .__left .__title {
  font-size: 16px;
  margin-bottom: 8px;
}
.contact-form .__content .__left .__desc {
  font-size: 12px;
  color: #9ea7b3;
  margin-bottom: 24px;
}
.contact-form .__content .__left .__form-item {
  margin-bottom: 24px;
}
.contact-form .__content .__left .__form-item label {
  color: #5e6485;
}
.contact-form .__content .__left .__form-item input {
  border: 1px solid #e8e8e8;
  height: 36px;
  padding-left: 12px;
}
.contact-form .__content .__left .__form-item button {
  border: none;
  background-color: var(--main-active-color);
  color: #fff;
  border-radius: 4px;
  padding: 10px 104px;
}
.contact-form .__content .__middle {
  display: flex;
  align-items: center;
  position: relative;
}
.contact-form .__content .__middle::before, .contact-form .__content .__middle::after {
  content: "";
  height: 45%;
  width: 1px;
  background-color: #e5e5e5;
  position: absolute;
  left: 50%;
  margin-left: -0.5px;
}
.contact-form .__content .__middle::before {
  top: 0;
}
.contact-form .__content .__middle::after {
  bottom: 0;
}
.contact-form .__content .__right img {
  width: 200px;
  height: 200px;
  margin-bottom: 12px;
}
.contact-form .__content .__right p {
  font-size: 16px;
  color: #9ea7b3;
}

.ihuyi-pd-seo-qa ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
.ihuyi-pd-seo-qa ul li {
  padding-left: 45px;
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
  position: relative;
}
.ihuyi-pd-seo-qa ul li::before {
  content: "";
  background: url("https://www.ihuyi.com/images/pd_seo/qa.png") no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.ihuyi-pd-seo-qa ul li h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.ihuyi-pd-seo-qa ul li p {
  font-size: 16px;
  color: #9EA7B3;
  line-height: 1.5;
}

.ihuyi-pd-box-101 ul {
  display: flex;
}
.ihuyi-pd-box-101 ul li {
  width: 33.3%;
  padding: 0 20px;
}
.ihuyi-pd-box-101 ul li > div {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 40px 30px;
}
.ihuyi-pd-box-101 ul li > div h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 22px;
  padding-bottom: 18px;
  position: relative;
}
.ihuyi-pd-box-101 ul li > div h3::after {
  content: "";
  width: 20%;
  height: 3px;
  background-color: var(--main-active-color);
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10%;
}
.ihuyi-pd-box-101 ul li > div p {
  padding: 0 24px;
  text-align: center;
  font-size: 14px;
  color: #9EA7B3;
}

.ihuyi-pd-box-102 ul {
  display: flex;
}
.ihuyi-pd-box-102 ul li {
  width: 33.3%;
  padding: 0 30px;
}
.ihuyi-pd-box-102 ul li img {
  max-width: 100%;
  margin-bottom: 12px;
}
.ihuyi-pd-box-102 ul li h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 8px;
}
.ihuyi-pd-box-102 ul li p {
  text-align: center;
  color: #9EA7B3;
}

.ihuyi-sjyx-1 > div {
  display: flex;
  margin-bottom: 48px;
}
.ihuyi-sjyx-1 > div .__content {
  width: 55%;
  padding-right: 60px;
  box-sizing: border-box;
}
.ihuyi-sjyx-1 > div .__content h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.ihuyi-sjyx-1 > div .__content p {
  font-size: 16px;
  color: #A7AFBB;
  line-height: 1.5;
  margin-bottom: 32px;
}
.ihuyi-sjyx-1 > div .__content .__tag span {
  display: inline-block;
  padding: 8px 12px;
  font-size: 13px;
  color: var(--main-active-color);
  border: 1px solid var(--main-active-color);
  margin-right: 12px;
  background-color: #fff;
  border-radius: 4px;
}
.ihuyi-sjyx-1 > div .__img {
  width: 45%;
}
.ihuyi-sjyx-1 > div .__img img {
  max-width: 100%;
}

.ihuyi-sjyx-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px -32px;
}
.ihuyi-sjyx-2 ul li {
  width: 25%;
  margin-bottom: 32px;
  padding: 0 24px;
  box-sizing: border-box;
}
.ihuyi-sjyx-2 ul li > div {
  width: 100%;
  color: #fff;
  text-align: center;
}
.ihuyi-sjyx-2 ul li > div img {
  width: 100%;
  margin-bottom: 12px;
}
.ihuyi-sjyx-2 ul li > div h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.ihuyi-sjyx-2 ul li > div p {
  font-size: 13px;
}

.ihuyi-sjyx-3 ul {
  display: flex;
}
.ihuyi-sjyx-3 ul li {
  width: 23%;
  text-align: center;
  padding: 0 24px;
  box-sizing: border-box;
}
.ihuyi-sjyx-3 ul li.arrow {
  width: 2.5%;
}
.ihuyi-sjyx-3 ul li.arrow img {
  margin-top: 32px;
  width: 24px;
}
.ihuyi-sjyx-3 ul li img {
  width: 80px;
  margin-bottom: 14px;
}
.ihuyi-sjyx-3 ul li p {
  text-align: center;
}

.ihuyi-fusion-cdn-brand ul {
  display: flex;
  justify-content: space-between;
}
.ihuyi-fusion-cdn-brand ul li {
  width: 140px;
}
.ihuyi-fusion-cdn-brand ul li img {
  width: 100%;
  margin-bottom: 10px;
}
.ihuyi-fusion-cdn-brand ul li p {
  font-size: 14px;
  text-align: center;
}

.ihuyi-fusion-cdn-scene-content {
  display: flex;
}
.ihuyi-fusion-cdn-scene-content img {
  display: block;
  margin: 0 32px 0 0 !important;
  width: 340px;
  flex-shrink: 0;
}
.ihuyi-fusion-cdn-scene-content .__content h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}
.ihuyi-fusion-cdn-scene-content .__content p {
  font-size: 14px;
  line-height: 1.5;
  color: #999;
}
.ihuyi-fusion-cdn-scene-content .__content h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 20px 0 8px;
}

.ihuyi-fusion-cdn-process {
  width: 780px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.ihuyi-fusion-cdn-process .__img {
  width: 300px;
  flex-shrink: 0;
  margin-right: 60px;
}
.ihuyi-fusion-cdn-process .__img img {
  width: 100%;
}
.ihuyi-fusion-cdn-process .__content .__item {
  margin-bottom: 20px;
}
.ihuyi-fusion-cdn-process .__content .__item h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}
.ihuyi-fusion-cdn-process .__content .__item p {
  font-size: 14px;
  color: #999;
  line-height: 1.5;
}

#aff-im-root .embed-icon {
  display: none !important;
}

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