* {
  font-family: 'Pingfang SC', "Microsoft YaHei", Helvetica, "黑体", Arial, Tahoma;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  color: #162035;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
  color: inherit;
}
img {
  width: 100%;
  height: 100%;
}
ul,
li {
  list-style: none;
}
.text-center {
  text-align: center;
}
.hover-opacity:hover {
  opacity: 0.8;
}
@media screen and (min-width: 750px) {
  html,
  body {
    min-width: 1280px;
    overflow-x: hidden;
    background: #fff;
    font-variant-ligatures: no-common-ligatures;
    -webkit-font-smoothing: antialiased;
  }
  html.is-showing-dialog .navbar-wrapper,
  body.is-showing-dialog .navbar-wrapper,
  html.is-showing-dialog .page,
  body.is-showing-dialog .page {
    overflow: hidden;
    filter: blur(10px);
  }
  .hide-in-pc {
    display: none !important;
  }
  .hide-view {
    display: none !important;
  }
  #alert {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    margin: auto;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    background: rgba(0,0,0,0.7);
    padding: 10px 20px;
    z-index: 100;
    border-radius: 4px;
  }
  button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 104px;
    height: 40px;
    font-size: 14px;
    background: #fff;
    border-radius: 6px;
    outline: none;
    border: none;
    cursor: pointer;
    color: #006cff;
    font-weight: 600;
    overflow: hidden;
  }
  button:hover {
    background: #f2f7ff;
  }
  button.border {
    border: 1px solid #006cff;
    color: #006cff;
    background: transparent;
  }
  button.border:hover {
    background: #f2f7ff;
  }
  button.primary {
    color: #fff;
    background: linear-gradient(270deg, #1065ff 0%, #1983ff 100%);
  }
  button.primary .primary-text {
    color: #fff;
    z-index: 1;
  }
  button.primary:hover {
    background: #3d7bff;
  }
  button.primary:hover:before {
    --size: 150px;
    opacity: 0.8;
  }
  button.primary:before {
    --size: 20px;
    opacity: 0;
    content: "";
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle closest-side, rgba(0,255,248,0.376), transparent);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease, left 0s, top 0s;
  }
  button.size-big {
    width: 160px;
    height: 54px;
    font-size: 16px;
  }
  .module {
    width: 1200px;
    margin: 0 auto;
  }
  .module-title {
    font-family: 'Ali-M';
    font-size: 36px;
    line-height: 50px;
  }
  .module-title.black {
    color: #000;
  }
  .module-title.white {
    color: #fff;
  }
  .module-descript {
    font-size: 18px;
    line-height: 25px;
  }
  .module-descript.gray {
    color: #6c7181;
  }
  .module-descript.white {
    color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .hide-in-m {
    display: none !important;
  }
  div::-webkit-scrollbar {
    display: none; /* Chrome Safari */
  }
  html,
  body {
    font-size: 50px;
    font-family: PingFangSC, PingFang SC;
    width: 100vw;
    overflow-x: hidden;
  }
  body {
    display: none;
  }
  button {
    width: 1.82rem;
    height: 0.64rem;
    line-height: 0.64rem;
    font-size: 0.26rem;
    border: none;
    border-radius: 0.12rem;
    background: #fff;
    color: #101739;
  }
  button.size-big {
    width: 2.4rem;
    height: 0.84rem;
    font-size: 0.28rem;
  }
  button.primary {
    background: linear-gradient(270deg, #1065ff 0%, #1983ff 100%);
    color: #fff;
  }
  button .primary-text {
    color: #fff;
  }
  #alert {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    margin: auto;
    text-align: center;
    line-height: 0.4rem;
    font-size: 0.32rem;
    color: #fff;
    background: rgba(0,0,0,0.7);
    padding: 0.1rem 0.2rem;
    border-radius: 4px;
    z-index: 999;
  }
  .margin-top_40 {
    margin-top: 0.8rem;
  }
  .module {
    padding: 0 0.4rem;
    text-align: center;
  }
  .module .short-cut-wrapper {
    width: 100%;
    border-radius: 0.04rem;
    font-size: 0;
    overflow: hidden;
  }
  .module .module-descript {
    margin: 0.24rem 0 0.32rem 0;
    text-align: left;
    line-height: 0.48rem;
    text-align: justify;
  }
  .module-title {
    font-family: PingFangSC, PingFang SC;
    font-size: 0.4rem;
    font-weight: 600;
    line-height: 0.5rem;
  }
  .module-title.black {
    color: #000;
  }
  .module-title.white {
    color: #fff;
  }
  .module-descript {
    font-family: PingFangSC, PingFang SC;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .module-descript.gray {
    color: #162035;
  }
  .module-descript.white {
    color: #fff;
  }
}
@media screen and (min-width: 750px) {
  .navbar-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    min-width: 1200px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    transition: background 0.4s;
  }
  .navbar-wrapper .nav-bg {
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s;
  }
  .navbar-wrapper.blur {
    background-color: rgba(255,255,255,0.8);
  }
  .navbar-wrapper.blur .nav-bg {
    background: rgba(255,255,255,0.5);
    box-shadow: 0 0 50px rgba(0,0,0,0.05);
    backdrop-filter: saturate(180%) blur(20px);
    opacity: 1;
  }
  .navbar-wrapper.blur .logo-wrapper .light {
    display: block !important;
  }
  .navbar-wrapper.blur .logo-wrapper .dark {
    display: none !important;
  }
  .navbar-wrapper:hover {
    background: #fff;
  }
  .navbar-wrapper:hover.dark:not(.blur) .navbar .menu-wrapper .menu-text {
    color: #162035;
  }
  .navbar-wrapper:hover.dark:not(.blur) .btn-wrapper .login {
    color: #162035;
  }
  .navbar-wrapper:hover .logo-wrapper .light {
    display: block !important;
  }
  .navbar-wrapper:hover .logo-wrapper .dark {
    display: none !important;
  }
  .navbar-wrapper.dark:not(.blur) .navbar .menu-wrapper .menu-text {
    color: #fff;
  }
  .navbar-wrapper.dark:not(.blur) .btn-wrapper .login {
    color: #fff;
  }
  .navbar-wrapper .logo-wrapper {
    position: absolute;
    left: 38px;
    top: 21px;
    width: 241px;
    height: 27px;
  }
  .navbar-wrapper .logo-wrapper .logo {
    display: flex;
  }
  .navbar-wrapper .logo-wrapper .logo .logo-pc {
    height: 27px;
  }
  .navbar-wrapper .logo-wrapper .logo .wx-logo {
    width: 120px;
    height: 27px;
    margin-left: 20px;
  }
  .navbar-wrapper .navbar {
    width: 1200px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list {
    display: flex;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item {
    position: relative;
    display: flex;
    justify-content: center;
    height: 68px;
    line-height: 68px;
    font-family: PingFangSC, PingFang SC;
    font-size: 14px;
    cursor: pointer;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #0d5aff;
    border-radius: 100px 100px 0px 0px;
    transition: width 0.3s;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item:hover .menu-text {
    color: #006cff !important;
    font-weight: 500;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item:hover .more-menu-wrapper {
    box-shadow: 0 20px 60px 0 rgba(0,51,119,0.06);
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item:hover::after {
    width: 100%;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item + .main-menu-item {
    margin-left: 48px;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .menu-text {
    font-size: 16px;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .more-menu-wrapper {
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    transition: height 0.4s;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .more-menu-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: #f5f6f7;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .wrapper-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .menu-content {
    display: flex;
    flex-wrap: wrap;
    width: 820px;
    margin-left: -14px;
    margin-bottom: -24px;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .menu-content .menu-item {
    position: relative;
    width: 258px;
    height: 105px;
    margin-left: 14px;
    margin-bottom: 24px;
    padding: 20px;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .menu-content .menu-item:hover .meni-bg {
    opacity: 1;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .menu-content .menu-item:hover .menu-title {
    color: #0d5aff;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .menu-content .menu-item .meni-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.4s;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .menu-content .menu-item .menu-title {
    margin-bottom: 8px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #162035;
    line-height: 22px;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .menu-content .menu-item .menu-descript {
    font-family: PingFangSC, PingFang SC;
    font-size: 14px;
    color: #656a73;
    line-height: 20px;
    font-weight: 400;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .hot-wrapper {
    flex: 1;
    margin-top: 20px;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .hot-wrapper .wrapper-title {
    margin-bottom: 10px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #162035;
    line-height: 22px;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .hot-wrapper .hot-wrapper {
    margin-left: 24px;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .hot-wrapper .hot-item {
    display: flex;
    width: 350px;
    height: 120px;
    padding: 8px 20px 8px 8px;
    background: #ecf2ff;
    border-radius: 8px;
    transition: transform 0.3s;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .hot-wrapper .hot-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 1px 18px 0 rgba(0,85,255,0.08);
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .hot-wrapper .hot-item:hover .right .icon {
    display: none;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .hot-wrapper .hot-item:hover .right .icon.active {
    display: inline-block;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .hot-wrapper .hot-item:hover .right .text {
    color: #006cff;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .hot-wrapper .hot-item .left {
    width: 150px;
    height: 104px;
    margin-right: 20px;
    border-radius: 4px;
    overflow: hidden;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .hot-wrapper .hot-item .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 8px;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .hot-wrapper .hot-item .right .article-title {
    line-height: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 14px;
    color: #000;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .hot-wrapper .hot-item .right .btn-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 17px;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .hot-wrapper .hot-item .right .text {
    font-size: 12px;
    line-height: 17px;
    color: #656a73;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .hot-wrapper .hot-item .right .icon {
    width: 12px;
    height: 8px;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .hot-wrapper .hot-item .right .icon.active {
    display: none;
  }
  .navbar-wrapper .navbar .menu-wrapper .main-menu-list .main-menu-item .hot-wrapper .hot-item+.hot-item {
    margin-top: 12px;
  }
  .navbar-wrapper .navbar .menu-wrapper .menu-text {
    font-family: PingFangSC, PingFang SC;
    color: #162035;
  }
  .navbar-wrapper .btn-wrapper {
    position: absolute;
    right: 34px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    margin-left: 73px;
  }
  .navbar-wrapper .btn-wrapper .login {
    margin-right: 28px;
    font-family: PingFangSC, PingFang SC;
    font-size: 14px;
    font-weight: 600;
    color: #162035;
  }
  .navbar-wrapper .btn-wrapper .login:hover {
    color: #006cff !important;
  }
}
@media screen and (max-width: 750px) {
  .navbar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 1.12rem;
    background: #fff;
    z-index: 10;
    transition: height 0.3s;
    box-shadow: 0px 0.08rem 0.2rem 0px rgba(110,126,221,0.05);
  }
  .navbar-wrapper.active .show-icon {
    display: none;
  }
  .navbar-wrapper.active .close-icon {
    display: block !important;
  }
  .navbar-wrapper.active .navbar {
    height: calc(100vh - 1.12rem);
  }
  .navbar-wrapper.active .menu-wrapper {
    height: 10.62rem;
  }
  .navbar-wrapper .logo-wrapper {
    height: 1.12rem;
    padding: 0 0.32rem 0 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-wrapper .logo-wrapper .logo {
    width: 4.22rem;
    display: flex;
  }
  .navbar-wrapper .logo-wrapper .more-icon {
    display: flex;
  }
  .navbar-wrapper .logo-wrapper .more-icon .show-icon {
    width: 0.48rem;
    height: 0.48rem;
  }
  .navbar-wrapper .logo-wrapper .more-icon .close-icon {
    width: 0.48rem;
    height: 0.48rem;
    display: none;
  }
  .navbar-wrapper .navbar {
    background: rgba(0,0,0,0.4);
  }
  .navbar-wrapper .menu-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 0;
    border-radius: 0rem 0rem 0.24rem 0.24rem;
    background: #fff;
    transition: height 0.3s;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .navbar-wrapper .menu-wrapper .main-menu-list {
    flex: 1;
    width: 2.2rem;
    padding-top: 0.1rem;
    border-top: 0.01rem solid #eef0f2;
    border-right: 0.01rem solid #eef0f2;
  }
  .navbar-wrapper .menu-wrapper .main-menu-list .main-menu-item {
    display: flex;
    align-items: center;
    height: 1.04rem;
    padding-left: 0.44rem;
  }
  .navbar-wrapper .menu-wrapper .main-menu-list .main-menu-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 1.04rem;
    font-size: 0;
  }
  .navbar-wrapper .menu-wrapper .main-menu-list .main-menu-item .menu-text {
    font-size: 0.28rem;
    color: #000;
  }
  .navbar-wrapper .menu-wrapper .main-menu-list .main-menu-item.active {
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(13,90,255,0.1) 100%);
    border-left: 0.04rem solid #0d5aff;
  }
  .navbar-wrapper .menu-wrapper .main-menu-list .main-menu-item.active .more-menu-wrapper {
    display: block;
  }
  .navbar-wrapper .menu-wrapper .main-menu-list .main-menu-item .more-menu-wrapper {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 2.2rem;
    height: 9.2rem;
    border-top: 0.01rem solid #eef0f2;
  }
  .navbar-wrapper .menu-wrapper .main-menu-list .main-menu-item .more-menu-wrapper .sub-title {
    margin: 0.42rem 0 0.24rem 0.36rem;
    font-size: 0.26rem;
    color: #6c7181;
    line-height: 0.36rem;
  }
  .navbar-wrapper .menu-wrapper .main-menu-list .main-menu-item .more-menu-wrapper .wrapper-container {
    height: 8rem;
    padding-bottom: 0.68rem;
    overflow-y: auto;
  }
  .navbar-wrapper .menu-wrapper .main-menu-list .main-menu-item .more-menu-wrapper .menu-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 4.5rem;
    height: 1.44rem;
    margin: 0 0.4rem;
    padding: 0 0.4rem;
    border-radius: 0.12rem;
    overflow: hidden;
  }
  .navbar-wrapper .menu-wrapper .main-menu-list .main-menu-item .more-menu-wrapper .menu-item + .menu-item {
    margin-top: 0.32rem;
  }
  .navbar-wrapper .menu-wrapper .main-menu-list .main-menu-item .more-menu-wrapper .menu-item .meni-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .navbar-wrapper .menu-wrapper .main-menu-list .main-menu-item .more-menu-wrapper .menu-item .menu-title {
    font-weight: 500;
    font-size: 0.28rem;
    color: #000;
    line-height: 0.4rem;
  }
  .navbar-wrapper .menu-wrapper .main-menu-list .main-menu-item .more-menu-wrapper .menu-item .menu-descript {
    font-size: 0.24rem;
    color: #656a73;
    line-height: 0.34rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .navbar-wrapper .menu-wrapper .btn-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1.42rem;
    padding: 0 0.34rem;
    border-top: 0.01rem solid #eef0f2;
  }
  .navbar-wrapper .menu-wrapper .btn-wrapper .btn-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.34rem;
    height: 0.96rem;
    border-radius: 0.12rem;
    font-size: 0.32rem;
    font-weight: 700;
  }
  .navbar-wrapper .menu-wrapper .btn-wrapper .btn-item.phone {
    background: rgba(13,90,255,0.1);
    color: #006cff;
  }
  .navbar-wrapper .menu-wrapper .btn-wrapper .btn-item.login {
    background: linear-gradient(270deg, #1065ff 0%, #1983ff 100%);
    color: #fff;
  }
  .navbar-wrapper .menu-wrapper .btn-wrapper .btn-item .phone-img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.04rem;
  }
}
@media screen and (min-width: 750px) {
  .footer--header {
    height: 248px;
    background-image: url("https://static.moguto.net/cdn/website/new/images/footer/footer-bg_icon.png");
    background-size: cover;
  }
  .footer--header .footer--tips__content {
    width: 1200px;
    height: 248px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer--header .footer--tips__content .footer--tips__text {
    font-family: 'Ali-M';
    font-size: 32px;
    color: #000;
    line-height: 44px;
    margin-bottom: 32px;
  }
  .footer--header .footer--tips__content .footer--tips__btn {
    width: 160px;
    height: 54px;
    background: linear-gradient(270deg, #1065ff 0%, #1983ff 100%);
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
  }
  .footer--header .footer--tips__content .footer--tips__btn:hover {
    background: #3d7bff;
  }
  .hide-view {
    display: none;
  }
  .footer-wrapper {
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, #040b10 0%, #040c12 100%);
    height: 362px;
  }
  .footer-wrapper .footer {
    width: 1200px;
    display: flex;
    flex-direction: column;
  }
  .footer-wrapper .footer .menu-info-wrapper {
    flex: 1;
    display: flex;
    justify-content: space-between;
  }
  .footer-wrapper .footer .menu-info-wrapper .menu-group {
    display: flex;
    padding-top: 68px;
    flex: 1;
  }
  .footer-wrapper .footer .menu-info-wrapper .menu-group .group-item {
    width: 174px;
  }
  .footer-wrapper .footer .menu-info-wrapper .menu-group .group-item .group-title {
    height: 22px;
    line-height: 22px;
    margin-bottom: 16px;
    font-size: 16px;
    color: #fff;
  }
  .footer-wrapper .footer .menu-info-wrapper .menu-group .group-item .menu-list .menu-item {
    display: block;
    height: 17px;
    line-height: 17px;
    font-size: 12px;
    color: #b5b8c6;
  }
  .footer-wrapper .footer .menu-info-wrapper .menu-group .group-item .menu-list .menu-item span {
    color: #b5b8c6;
  }
  .footer-wrapper .footer .menu-info-wrapper .menu-group .group-item .menu-list .menu-item + .menu-item {
    margin-top: 12px;
  }
  .footer-wrapper .footer .menu-info-wrapper .menu-group .group-item .menu-list .menu-item:not(.no-hover):hover {
    color: #fff;
  }
  .footer-wrapper .footer .menu-info-wrapper .menu-group .group-item .menu-list .menu-item:not(.no-hover):hover span {
    color: #fff;
  }
  .footer-wrapper .footer .menu-info-wrapper .menu-group .contact--view {
    width: 367px;
  }
  .footer-wrapper .footer .menu-info-wrapper .menu-group .qrcode--view {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .footer-wrapper .footer .menu-info-wrapper .menu-group .qrcode--view .qrcode--view__content .qrcode--view__div {
    width: 130px;
    height: 130px;
    padding: 5px;
    background: #fff;
    border-radius: 4px;
  }
  .footer-wrapper .footer .menu-info-wrapper .menu-group .qrcode--view .qrcode--view__content .qrcode--view__div .qrcode--view__icon {
    width: 120px;
    height: 120px;
    border-radius: 4px;
  }
  .footer-wrapper .footer .menu-info-wrapper .menu-group .qrcode--view .qrcode--view__content:nth-child(1) {
    margin-right: 25px;
  }
  .footer-wrapper .footer .menu-info-wrapper .menu-group .qrcode--view .qrcode--view__content .qrcode--view__text {
    width: 130px;
    text-align: center;
    font-size: 12px;
    color: #b5b8c6;
    margin-top: 11px;
  }
  .footer-wrapper .footer .menu-info-wrapper .company-info {
    padding-top: 90px;
  }
  .footer-wrapper .footer .menu-info-wrapper .company-info .logo {
    display: flex;
    align-items: center;
    width: 262px;
    height: 30px;
    margin-bottom: 27px;
  }
  .footer-wrapper .footer .menu-info-wrapper .company-info .logo .company-logo {
    width: 105px;
    height: 27px;
  }
  .footer-wrapper .footer .menu-info-wrapper .company-info .logo .wx-logo {
    width: 127px;
    margin-left: 20px;
  }
  .footer-wrapper .footer .menu-info-wrapper .company-info .info-list .info-item .info-label,
  .footer-wrapper .footer .menu-info-wrapper .company-info .info-list .info-item .info-desc {
    height: 20px;
    line-height: 20px;
    display: inline-block;
    font-size: 14px;
    color: #b5b8c6;
  }
  .footer-wrapper .footer .menu-info-wrapper .company-info .info-list .info-item + .info-item {
    margin-top: 10px;
  }
  .footer-wrapper .footer .copyright {
    height: 63px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(255,255,255,0.4);
    color: rgba(255,255,255,0.4);
    font-size: 12px;
    line-height: 17px;
  }
  .footer-wrapper .footer .copyright a {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
  }
  .contact-us {
    width: 48px;
    position: fixed;
    right: 40px;
    bottom: 5%;
  }
  .contact-us .item {
    width: 48px;
    height: 48px;
    position: relative;
    margin-bottom: 12px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0px 4px 24px 0px rgba(15,49,81,0.08);
    border: 1px solid #f6f6f7;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
  }
  .contact-us .item .phone-icon--view {
    width: 20px;
    height: 21px;
    background: url("https://static.moguto.net/cdn/website/new/images/footer/phone_icon.png");
    background-size: cover;
  }
  .contact-us .item .wechat-icon--view {
    width: 20px;
    height: 20px;
    background: url("https://static.moguto.net/cdn/website/new/images/footer/wechat_icon.png");
    background-size: cover;
  }
  .contact-us .item.phone .dialog {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transform: translateX(-20px);
    width: 210px;
    height: 56px;
    position: absolute;
    left: -210px;
    top: -4px;
  }
  .contact-us .item.phone .dialog .phone-dialog--view {
    width: 190px;
    height: 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0px 4px 24px 0px rgba(15,49,81,0.08);
    border: 1px solid #f6f6f7;
    border-radius: 8px;
    position: relative;
    background: #fff;
  }
  .contact-us .item.phone .dialog .phone-dialog--view .phone-number {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 12px 0 20px;
  }
  .contact-us .item.phone .dialog .phone-dialog--view .phone-copy {
    font-size: 14px;
    color: #006cff;
  }
  .contact-us .item.phone .dialog .phone-dialog--view:after {
    position: absolute;
    top: 20px;
    right: -16px;
    border: 8px solid transparent;
    border-left-color: #fff;
    box-shadow: 0px 4px 24px 0px rgba(15,49,81,0.08);
    content: "";
  }
  .contact-us .item .line1 {
    color: #6e7796;
    font-size: 14px;
    color: #6e7796;
    position: absolute;
    left: 56px;
    top: 22px;
    z-index: 2;
  }
  .contact-us .item.wechat .dialog {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transform: translateX(-20px);
    position: absolute;
    right: 64px;
    top: -56px;
  }
  .contact-us .item.wechat .dialog .wechat-dialog--view {
    display: flex;
    box-shadow: 0px 4px 24px 0px rgba(15,49,81,0.08);
    border: 1px solid #f6f6f7;
    border-radius: 8px;
    position: relative;
    background: #fff;
    padding: 16px;
  }
  .contact-us .item.wechat .dialog .wechat-dialog--view .qrcode-item+.qrcode-item {
    margin-left: 16px;
  }
  .contact-us .item.wechat .dialog .wechat-dialog--view .wechat-dialog--text {
    font-size: 14px;
    color: #000;
    flex: 1;
    margin-bottom: 8px;
    text-align: center;
  }
  .contact-us .item.wechat .dialog .wechat-dialog--view .wechat-dialog--icon {
    width: 100px;
    height: 100px;
  }
  .contact-us .item.wechat .dialog .wechat-dialog--view:after {
    position: absolute;
    top: 70px;
    right: -16px;
    border: 8px solid transparent;
    border-left-color: #fff;
    box-shadow: 0px 4px 24px 0px rgba(15,49,81,0.08);
    content: "";
  }
  .contact-us .item:hover {
    background: #006cff;
    box-shadow: 0 none;
    border: 1px solid #006cff;
  }
  .contact-us .item:hover .phone-icon--view {
    background: url("https://static.moguto.net/cdn/website/new/images/footer/phone-hover_icon.png");
    background-size: cover;
  }
  .contact-us .item:hover .wechat-icon--view {
    background: url("https://static.moguto.net/cdn/website/new/images/footer/wechat-hover_icon.png");
    background-size: cover;
  }
  .contact-us .item:hover .dialog {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  .contact-us .topping--view {
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #006cff;
    margin-top: 40px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s;
  }
  .contact-us .topping--view .topping-icon {
    width: 20px;
    height: 21px;
  }
  .contact-us .topping--view:hover {
    background: #3d8fff;
  }
  .contact-us .hide-topping {
    opacity: 0;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 750px) {
  .footer--header {
    width: 100vw;
    height: 2.4rem;
    background-image: url("https://static.moguto.net/cdn/website/new/images/footer/footer-bg-m_icon.png");
    background-size: cover;
  }
  .footer--header .footer--tips__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer--header .footer--tips__content .free-try {
    width: 2.04rem;
    height: 0.72rem;
    font-size: 0.28rem;
  }
  .footer--header .footer--tips__text {
    margin: 0.54rem 0 0.34rem 0;
    font-size: 0.3rem;
    color: #000;
    font-weight: 500;
  }
  .footer-wrapper {
    padding: 0 0.4rem;
    background: linear-gradient(180deg, #040b10 0%, #040c12 100%);
  }
  .footer-wrapper .menu-group {
    padding-top: 0.48rem;
    padding-bottom: 0.4rem;
  }
  .footer-wrapper .menu-group .group-item + .group-item {
    margin-top: 0.2rem;
  }
  .footer-wrapper .menu-group .group-item .group-title {
    margin-bottom: 0.26rem;
    color: #fff;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .footer-wrapper .menu-group .group-item .menu-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.48rem;
  }
  .footer-wrapper .menu-group .group-item .menu-list .menu-item {
    margin-left: 0.48rem;
    margin-bottom: 0.32rem;
    color: #9ca0b3;
    font-size: 0.24rem;
    line-height: 0.34rem;
  }
  .footer-wrapper .menu-group .group-connect {
    margin-top: 0.2rem;
    padding: 0.38rem 0;
    border-top: 0.01rem solid rgba(208,215,224,0.5);
    border-bottom: 0.01rem solid rgba(208,215,224,0.5);
  }
  .footer-wrapper .menu-group .group-connect .list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-wrapper .menu-group .group-connect .list-item+.list-item {
    margin-top: 0.24rem;
  }
  .footer-wrapper .menu-group .group-connect .list-item .content {
    flex: 1;
    margin-right: 0.12rem;
    font-size: 0.26rem;
    color: #fff;
    line-height: 0.36rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .footer-wrapper .menu-group .group-connect .list-item .copy {
    font-size: 0.24rem;
    color: #9ca0b3;
  }
  .footer-wrapper .company-info {
    padding-top: 0.4rem;
  }
  .footer-wrapper .company-info .info-list {
    padding-bottom: 0.4rem;
    border-bottom: 0.5px solid rgba(208,215,224,0.5);
  }
  .footer-wrapper .company-info .info-list .info-item {
    display: flex;
  }
  .footer-wrapper .company-info .info-list .info-item + .info-item {
    margin-top: 0.2rem;
  }
  .footer-wrapper .company-info .info-list .info-item div {
    color: #b5b8c6;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .footer-wrapper .copyright {
    padding-bottom: calc(1.62rem + constant(safe-area-inset-bottom));
    padding-bottom: calc(1.62rem + env(safe-area-inset-bottom));
    font-size: 0.2rem;
    line-height: 0.28rem;
    color: #9ca0b3;
    font-weight: 400;
    white-space: nowrap;
  }
  .footer-wrapper .fixed-btn {
    display: none;
    width: 100vw;
    padding: 0.24rem 0.82rem;
    padding-bottom: calc(0.24rem + constant(safe-area-inset-bottom));
    padding-bottom: calc(0.24rem + env(safe-area-inset-bottom));
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 0px 0.24rem 0px rgba(229,229,229,0.5);
  }
  .footer-wrapper .fixed-btn button {
    width: 100%;
    height: 0.8rem;
  }
  .connection-us.hide {
    display: none;
  }
  .connection-us .connect-btn-wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: 1.44rem;
    padding: 0 0.74rem;
    border-radius: 0.2rem 0.2rem 0 0;
    background-image: url("https://static.moguto.net/cdn/website/new/images/footer/footer-m_bg.png");
    background-size: cover;
    z-index: 3;
  }
  .connection-us .connect-btn-wrapper .btn-item {
    display: flex;
    align-items: center;
    transform: translateY(0.16rem);
  }
  .connection-us .connect-btn-wrapper .btn-item img {
    width: 0.42rem;
    height: 0.42rem;
  }
  .connection-us .connect-btn-wrapper .btn-item .text {
    margin-left: 0.12rem;
    font-weight: 500;
    font-size: 0.3rem;
    color: #fff;
  }
  .connection-us .connect-btn-wrapper .phone-btn {
    position: absolute;
    top: 0.1rem;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.16rem;
    height: 1.16rem;
    border-radius: 50%;
    background: #45d5ff;
    overflow: hidden;
    transform: translateX(-50%);
  }
  .connection-us .dialog {
    display: none;
  }
  .connection-us .dialog:after {
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    background: rgba(0,0,0,0.6);
  }
  .connection-us .dialog.online-chat .content {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 5.4rem;
    height: 6.24rem;
    padding-top: 0.4rem;
    z-index: 201;
    text-align: center;
    border-radius: 0.24rem;
    background: #fff;
  }
  .connection-us .dialog.online-chat .content .title {
    font-size: 0.36rem;
    color: #0b1531;
  }
  .connection-us .dialog.online-chat .content img {
    display: block;
    width: 3rem;
    height: 3rem;
    margin: auto;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .connection-us .dialog.online-chat .content .text {
    font-size: 0.24rem;
    color: #0b1531;
  }
  .connection-us .dialog.online-chat .content .cancel {
    height: 0.84rem;
    margin-top: 0.3rem;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    line-height: 0.84rem;
    font-size: 0.32rem;
    color: #4f6bed;
    cursor: pointer;
  }
  .connection-us .dialog.phone-chat .content {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 5.4rem;
    height: 2.98rem;
    padding-top: 0.5rem;
    text-align: center;
    background: #fff;
    z-index: 201;
    border-radius: 0.24rem;
  }
  .connection-us .dialog.phone-chat .content .title {
    font-size: 0.26rem;
    color: #6b7799;
  }
  .connection-us .dialog.phone-chat .content .phone {
    color: #0b1531;
    font-size: 0.4rem;
    line-height: 0.56rem;
    margin-top: 0.2rem;
  }
  .connection-us .dialog.phone-chat .content .btn-group {
    height: 0.84rem;
    display: flex;
    width: 5.4rem;
    margin-top: 0.5rem;
    border-top: 1px solid #e5e5e5;
  }
  .connection-us .dialog.phone-chat .content .btn-group .cancel,
  .connection-us .dialog.phone-chat .content .btn-group .call {
    position: relative;
    width: 50%;
    height: 0.84rem;
    line-height: 0.84rem;
    color: #4f6bed;
    font-size: 0.32rem;
    text-align: center;
    cursor: pointer;
  }
  .connection-us .dialog.phone-chat .content .cancel {
    border-right: 1px solid #e5e5e5;
  }
}
@-moz-keyframes index-full-fade {
  0% {
    opacity: 0.1;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes index-full-fade {
  0% {
    opacity: 0.1;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes index-full-fade {
  0% {
    opacity: 0.1;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes index-full-fade {
  0% {
    opacity: 0.1;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (min-width: 750px) {
  .index-page .index-banner-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    background: linear-gradient(116deg, #e2edff 0%, #e6f2ff 49%, #eaeeff 100%);
  }
  .index-page .index-banner-wrapper .banner-img {
    width: 100%;
    font-size: 0;
    transition: all 0.3s;
  }
  .index-page .index-banner-wrapper .banner-img img {
    height: auto;
    max-height: 650px;
  }
  .index-page .index-banner-wrapper .index-banner {
    position: absolute;
    top: calc(50% + 14px);
    transform: translateY(-50%);
    width: 1200px;
  }
  .index-page .index-banner-wrapper .index-banner .banner-title {
    font-size: 50px;
    line-height: 69px;
    font-family: 'Ali-M';
    letter-spacing: -1px;
  }
  .index-page .index-banner-wrapper .index-banner .free-try {
    margin-top: 56px;
    background: linear-gradient(270deg, #1065ff 0%, #1983ff 100%);
    color: #fff;
  }
  .index-page .index-banner-wrapper .index-banner .free-try:hover {
    background: #3d7bff;
  }
  .index-page .get-customer-module {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f3f8ff;
  }
  .index-page .get-customer-module .module-title {
    margin-bottom: 16px;
    text-align: center;
  }
  .index-page .get-customer-module .short-cut-wrapper {
    margin: 40px auto 0;
    font-size: 0;
    box-shadow: 0px 10px 48px 0px rgba(230,232,235,0.5);
  }
  .index-page .items-module {
    display: flex;
    justify-content: center;
    background: #fff;
  }
  .index-page .items-module .module-container {
    width: 1360px;
    margin: 80px auto;
    padding: 56px 71px 56px 75px;
    background: #f3f8ff;
    border-radius: 40px;
  }
  .index-page .items-module .module-container .module-item {
    display: flex;
  }
  .index-page .items-module .module-container .module-item.mb-137 {
    margin-bottom: 137px;
    position: relative;
  }
  .index-page .items-module .module-container .module-item.mb-137 .module-item--line {
    position: absolute;
    width: 906px;
    height: 74px;
    background: #fff;
    overflow: hidden;
    top: 401px;
    left: 177px;
    border-bottom-right-radius: 20px;
  }
  .index-page .items-module .module-container .module-item.mb-137 .module-item--line .module-item--line__inside {
    width: 896px;
    height: 63px;
    background: #f3f8ff;
    border-bottom-right-radius: 10px;
    z-index: 99;
    position: absolute;
  }
  .index-page .items-module .module-container .module-item.mb-137 .module-item--line .module-item--animation {
    position: absolute;
    width: 906px;
    height: 74px;
    background: #dae6fc;
    z-index: 4;
    transition: all 0.5s;
  }
  .index-page .items-module .module-container .module-item.mb-137 .module-item--line__two {
    position: absolute;
    width: 30px;
    height: 74px;
    background: #fff;
    left: 147px;
    top: 464px;
    border-top-left-radius: 20px;
    overflow: hidden;
  }
  .index-page .items-module .module-container .module-item.mb-137 .module-item--line__two .module-item--line__inside {
    width: 20px;
    height: 64px;
    background: #f3f8ff;
    border-top-left-radius: 10px;
    z-index: 10;
    position: absolute;
    margin-left: 10px;
    margin-top: 11px;
  }
  .index-page .items-module .module-container .module-item.mb-137 .module-item--line__two .module-item--animation {
    position: absolute;
    width: 30px;
    height: 74px;
    background: #dae6fc;
    z-index: 4;
    transition: all 0.5s;
  }
  .index-page .items-module .module-container .module-item.mb-147 {
    margin-bottom: 147px;
    position: relative;
  }
  .index-page .items-module .module-container .module-item.mb-147 .module-item--line {
    position: absolute;
    width: 82px;
    height: 418px;
    top: 401px;
    left: 530px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
    background: #fff;
  }
  .index-page .items-module .module-container .module-item.mb-147 .module-item--line .module-item--line__inside {
    width: 72px;
    margin-left: 10px;
    height: 408px;
    background: #f3f8ff;
    border-bottom-left-radius: 10px;
    z-index: 99;
    position: absolute;
  }
  .index-page .items-module .module-container .module-item.mb-147 .module-item--line .module-item--animation {
    position: absolute;
    width: 82px;
    height: 418px;
    background: #dae6fc;
    z-index: 4;
    transition: all 0.5s;
  }
  .index-page .items-module .module-container .module-item .item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .index-page .items-module .module-container .module-item .item-content .content-title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 26px;
    color: #162035;
  }
  .index-page .items-module .module-container .module-item .item-content .content-text {
    margin: 18px 0 56px 0;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #162035;
    line-height: 28px;
  }
  .index-page .items-module .module-container .module-item .mg-138 {
    width: 138px;
  }
  .index-page .items-module .module-container .module-item .item-image {
    position: relative;
    top: 0;
    width: 602px;
    height: 401px;
    border-radius: 20px;
    overflow: hidden;
    opacity: 1;
    transition: all 1s;
  }
  .index-page .items-module .module-container .module-item .item-image.animate {
    top: 80px;
    opacity: 0;
  }
  .index-page .full-link-module {
    padding: 64px 0;
    background-image: url("https://static.moguto.net/cdn/website/new/images/index/full-link_bg.png");
    background-size: cover;
  }
  .index-page .full-link-module .module {
    width: 1250px;
  }
  .index-page .full-link-module .module-title {
    color: #fff;
    text-align: center;
  }
  .index-page .full-link-module .link-nav-bar {
    display: flex;
    justify-content: center;
    margin: 32px 0 50px 0;
  }
  .index-page .full-link-module .link-nav-bar .bar-item {
    display: flex;
    align-items: center;
    width: unset;
    height: 42px;
    padding: 0 20px;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
  }
  .index-page .full-link-module .link-nav-bar .bar-item.active {
    background: #fff;
    color: #006cff;
    opacity: 1 !important;
  }
  .index-page .full-link-module .link-nav-bar .bar-item+.bar-item {
    margin-left: 38px;
  }
  .index-page .full-link-module .link-nav-bar .bar-item:hover {
    opacity: 0.8;
  }
  .index-page .full-link-module .link-module-container {
    display: flex;
    align-items: center;
  }
  .index-page .full-link-module .link-module-container .module-content {
    position: relative;
    flex: 1;
    height: 504px;
    padding-right: 4px;
  }
  .index-page .full-link-module .link-module-container .module-content .content-title {
    margin-bottom: 30px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    line-height: 33px;
  }
  .index-page .full-link-module .link-module-container .module-content .content-sub-title {
    display: flex;
    align-items: center;
  }
  .index-page .full-link-module .link-module-container .module-content .content-sub-title img {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-right: 16px;
  }
  .index-page .full-link-module .link-module-container .module-content .content-sub-title .text {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
  }
  .index-page .full-link-module .link-module-container .module-content .content-descript {
    padding-left: 36px;
    margin-bottom: 20px;
    font-family: PingFangSC, PingFang SC;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    opacity: 0.7;
  }
  .index-page .full-link-module .link-module-container .module-content .free-try {
    position: absolute;
    bottom: 0;
  }
  .index-page .full-link-module .link-module-container .module-view {
    width: 668px;
    height: 422px;
    border-radius: 12px;
    overflow: hidden;
    animation-name: index-full-fade;
    animation-duration: 0.8s;
    animation-timing-function: esae-out;
  }
  .index-page .solution-module {
    padding: 80px 0 98px 0;
    background-image: url("https://static.moguto.net/cdn/website/new/images/index/solution_bg.png");
    background-size: cover;
  }
  .index-page .solution-module .module-title {
    text-align: center;
  }
  .index-page .solution-module .solution-module-content {
    display: flex;
    margin-top: 51px;
  }
  .index-page .solution-module .solution-module-content .trade-item {
    position: relative;
    width: 238px;
    height: 400px;
    padding: 36px 36px 45px 27px;
    border-radius: 10px;
    background-image: url("https://static.moguto.net/cdn/website/new/images/index/trade-1.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.4s;
    overflow: hidden;
  }
  .index-page .solution-module .solution-module-content .trade-item.big {
    width: 684px;
    padding: 36px 90px 50px 56px;
    background-image: url("https://static.moguto.net/cdn/website/new/images/index/trade-2.png");
  }
  .index-page .solution-module .solution-module-content .trade-item.big .img-box {
    transform: translateX(-76px);
    opacity: 0;
  }
  .index-page .solution-module .solution-module-content .trade-item.big .content-wrapper.open {
    left: 56px;
    opacity: 1;
  }
  .index-page .solution-module .solution-module-content .trade-item.big .content-wrapper.close {
    left: -30px;
    opacity: 0;
  }
  .index-page .solution-module .solution-module-content .trade-item+.trade-item {
    margin-left: 20px;
  }
  .index-page .solution-module .solution-module-content .trade-item .img-box {
    width: 48px;
    height: 48px;
    margin-bottom: 56px;
    transform: translateX(0);
    opacity: 1;
    overflow: hidden;
    transition: all 0.4s;
  }
  .index-page .solution-module .solution-module-content .trade-item .content-wrapper {
    position: absolute;
    transition: all 0.4s;
  }
  .index-page .solution-module .solution-module-content .trade-item .content-wrapper.close {
    top: 167px;
    left: 27px;
    opacity: 1;
  }
  .index-page .solution-module .solution-module-content .trade-item .content-wrapper.open {
    top: 36px;
    left: -30px;
    width: 538px;
    opacity: 0;
  }
  .index-page .solution-module .solution-module-content .trade-item .content-title {
    margin-top: 26px;
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    line-height: 33px;
    font-family: PingFangSC, PingFang SC;
  }
  .index-page .solution-module .solution-module-content .trade-item .content-descript {
    font-family: PingFangSC, PingFang SC;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
  }
  .index-page .solution-module .solution-module-content .trade-item .content-descript.normal {
    width: 194px;
  }
  .index-page .solution-module .solution-module-content .trade-item .free-try {
    margin-top: 100px;
    color: #050409;
  }
  .index-page .post-module {
    padding: 100px 0 85px 0;
    background: #f3f8ff;
  }
  .index-page .post-module .more-wrapper {
    display: inline-block;
    width: 100%;
    margin: 24px 0 32px 0;
    text-align: center;
  }
  .index-page .post-module .more-wrapper:hover .more-icon {
    transform: translateX(5px);
  }
  .index-page .post-module .more-wrapper .more-text {
    margin-right: 4px;
    font-family: PingFangSC, PingFang SC;
    font-size: 14px;
    color: #1168ff;
    font-weight: 500;
  }
  .index-page .post-module .more-wrapper .more-icon {
    display: inline-block;
    width: 11px;
    height: 8px;
    transition: all 0.3s;
  }
  .index-page .post-module .post-list {
    display: flex;
    justify-content: center;
  }
  .index-page .post-module .post-list .post-item {
    flex: 1;
    display: inline-block;
    position: relative;
    height: 300px;
    border-radius: 18px;
    box-shadow: 0px 7px 36px 0px #dee9f3;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s;
  }
  .index-page .post-module .post-list .post-item + .post-item {
    margin-left: 24px;
  }
  .index-page .post-module .post-list .post-item:hover {
    box-shadow: 0 4px 20px rgba(0,28,85,0.2);
  }
  .index-page .post-module .post-list .post-item:hover .post-cover img {
    transform: scale(1.2);
  }
  .index-page .post-module .post-list .post-cover {
    width: 100%;
    height: 160px;
    overflow: hidden;
  }
  .index-page .post-module .post-list .post-cover img {
    transition: transform 0.3s;
  }
  .index-page .post-module .post-list .post-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 160px;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.72), #fff 21.77%, rgba(255,255,255,0.4));
    backdrop-filter: blur(8px);
  }
  .index-page .post-module .post-list .content {
    background: #fff;
  }
  .index-page .post-module .post-list .content .more-wrapper {
    padding-left: 21px;
    text-align: left;
  }
  .index-page .post-module .post-list .post-title {
    padding: 20px 20px 12px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    font-family: PingFangSC, PingFang SC;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .index-page .post-module .post-list .post-desc {
    height: 34px;
    margin: 0 21px;
    line-height: 17px;
    font-size: 12px;
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) {
  .index-page {
    padding-top: 1.12rem;
    background: #f7faff;
    overflow-x: hidden;
  }
  .index-page .index-banner-wrapper .index-banner {
    height: 8rem;
    padding-top: 0.88rem;
    text-align: center;
    background-image: url("https://static.moguto.net/cdn/website/new/images/index/m-banner.png");
    background-size: cover;
  }
  .index-page .index-banner-wrapper .index-banner .banner-title {
    font-weight: 600;
    font-size: 0.48rem;
    line-height: 0.66rem;
    text-align: center;
  }
  .index-page .index-banner-wrapper .index-banner .sub-title {
    font-weight: 500;
    font-size: 400px;
    font-size: 0.26rem;
    line-height: 0.35rem;
    text-align: center;
  }
  .index-page .index-banner-wrapper .index-banner .banner-img {
    width: 6.2rem;
    height: 4.12rem;
    margin: 0.48rem auto 0;
  }
  .index-page .let-spaceing {
    letter-spacing: -0.1px;
  }
  .index-page .get-customer-module .module-title {
    margin: 0 -0.2rem;
    font-size: 0.36rem;
  }
  .index-page .get-customer-module .short-cut-wrapper {
    box-shadow: 0 0 0.26rem 0rem rgba(230,232,235,0.5);
  }
  .index-page .items-module .module {
    margin-top: 0.8rem;
  }
  .index-page .module-content-wrapper {
    width: 6.68rem;
    margin: auto;
    padding: 4.98rem 0.24rem 0.44rem;
    position: relative;
    background: #fff;
    border-radius: 0.12rem;
    box-shadow: 0px 0.12rem 0.24rem 0px #f7faff;
  }
  .index-page .module-content-wrapper .short-cut-wrapper {
    position: absolute;
    top: 0;
    left: 0.24rem;
    width: 6.38rem;
  }
  .index-page .module-content-wrapper button {
    display: block;
    width: 100%;
    margin-top: 0.32rem;
    height: 0.36rem;
    text-align: center;
    line-height: 0.36rem;
    background: #fff;
    font-size: 0.26rem;
    color: #006cff;
  }
  .index-page .module-content-wrapper button span {
    color: #006cff;
    margin-left: 0.06rem;
  }
  .index-page .full-link-module {
    margin-top: 0.4rem;
    background-image: url("https://static.moguto.net/cdn/website/new/images/index/m-full-link_bg.png");
    background-size: cover;
  }
  .index-page .full-link-module .module {
    box-sizing: content-box;
    width: 7.5rem;
    overflow: hidden;
    padding: 0;
  }
  .index-page .full-link-module .module #nav-swiper {
    padding: 0 0.4rem;
  }
  .index-page .full-link-module .module-title {
    margin: 0.74rem 0 0.46rem 0;
    font-family: PingFangSC, PingFang SC;
    font-size: 0.4rem;
    color: #fff;
    line-height: 0.56rem;
    font-weight: 600;
    text-align: center;
  }
  .index-page .full-link-module .link-nav-bar {
    display: flex;
    flex-wrap: nowrap;
  }
  .index-page .full-link-module .link-nav-bar .bar-item {
    flex-shrink: 0;
    width: 2.9rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.4rem;
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
    font-weight: 600;
  }
  .index-page .full-link-module .link-nav-bar .bar-item.active {
    background: #fff;
    color: #006cff;
  }
  .index-page .full-link-module .link-nav-bar .bar-item+.bar-item {
    margin-left: 0.16rem;
  }
  .index-page .full-link-module .swiper-container {
    width: 100%;
    overflow: hidden;
  }
  .index-page .full-link-module .swiper-container .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  .index-page .full-link-module .link-module-container {
    flex-shrink: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 0.4rem;
  }
  .index-page .full-link-module .link-module-container .content-sub-title {
    display: flex;
    align-items: center;
  }
  .index-page .full-link-module .link-module-container .content-sub-title img {
    width: 0.27rem;
    height: 0.27rem;
  }
  .index-page .full-link-module .link-module-container .content-sub-title .text {
    margin-left: 0.2rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.41rem;
  }
  .index-page .full-link-module .link-module-container .content-descript {
    padding-left: 0.47rem;
    font-family: PingFangSC, PingFang SC;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.41rem;
    text-align: left;
    opacity: 0.8;
    margin-bottom: 0.24rem;
  }
  .index-page .full-link-module .link-module-container .module-view {
    margin: 0.48rem 0 0.24rem 0;
  }
  .index-page .full-link-module .try-btn-box {
    font-size: 0;
    padding: 0.44rem 0 0.48rem 0;
    text-align: center;
  }
  .index-page .full-link-module .try-btn-box .free-try {
    background: unset;
    color: #fff;
  }
  .index-page .solution-module {
    margin-top: 0.8rem;
  }
  .index-page .solution-module .module-title {
    margin-bottom: 0.4rem;
  }
  .index-page .solution-module .trade-item {
    padding: 0.48rem;
    border-radius: 0.2rem;
    background-size: cover;
  }
  .index-page .solution-module .trade-item+.trade-item {
    margin-top: 0.24rem;
  }
  .index-page .solution-module .trade-item:nth-child(odd) {
    background-image: url("https://static.moguto.net/cdn/website/new/images/index/trade-m-1.png");
  }
  .index-page .solution-module .trade-item:nth-child(even) {
    background-image: url("https://static.moguto.net/cdn/website/new/images/index/trade-m-2.png");
  }
  .index-page .solution-module .trade-item .img-box {
    display: flex;
    align-items: center;
  }
  .index-page .solution-module .trade-item .img-box img {
    width: 0.64rem;
    height: 0.64rem;
  }
  .index-page .solution-module .trade-item .img-box .content-title {
    margin-left: 0.24rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.34rem;
    color: #fff;
  }
  .index-page .solution-module .trade-item .content-wrapper {
    font-size: 0;
    text-align: left;
  }
  .index-page .solution-module .trade-item .content-descript {
    margin: 0.3rem 0;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.4rem;
    text-align: left;
  }
  .index-page .post-module {
    margin-top: 0.8rem;
  }
  .index-page .post-module .module {
    padding: 0;
    overflow: hidden;
  }
  .index-page .post-module .post-list {
    display: flex;
    padding-right: 0.4rem;
    padding-bottom: 0.48rem;
    padding: 0.4rem 0.4rem 0.6rem 0.4rem;
    overflow: auto;
  }
  .index-page .post-module .post-list .post-item {
    flex-shrink: 0;
    position: relative;
    width: 3.15rem;
    height: 3.89rem;
    border-radius: 0.19rem;
    box-shadow: 0 0.11rem 0.5rem 0 rgba(198,205,214,0.4);
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s;
  }
  .index-page .post-module .post-list .post-item + .post-item {
    margin-left: 0.26rem;
  }
  .index-page .post-module .post-list .post-cover {
    width: 100%;
    height: 1.8rem;
    overflow: hidden;
  }
  .index-page .post-module .post-list .post-cover img {
    transition: transform 0.3s;
  }
  .index-page .post-module .post-list .post-container {
    position: absolute;
    right: -1px;
    bottom: 0;
    left: 0;
    height: 2.11rem;
    border-radius: 0.06rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.72), #fff 21.77%, rgba(255,255,255,0));
    -webkit-backdrop-filter: blur(0.16rem);
    backdrop-filter: blur(0.16rem);
  }
  .index-page .post-module .post-list .post-title {
    padding: 0.16rem 0.22rem 0.1rem 0.22rem;
    font-size: 0.26rem;
    font-weight: 600;
    line-height: 0.36rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .index-page .post-module .post-list .content {
    padding: 0 0.22rem;
    font-size: 0;
    text-align: left;
  }
  .index-page .post-module .post-list .post-desc {
    height: 0.64rem;
    margin-bottom: 0.18rem;
    line-height: 0.32rem;
    font-size: 0.22rem;
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
  }
  .index-page .post-module .post-list .more-text {
    display: inline-block;
    padding: 0.12rem 0 0.26rem 0;
    font-size: 0.24rem;
    color: #1168ff;
    line-height: 0.34rem;
    text-align: left;
  }
  .index-page .post-module .more-box {
    padding-bottom: 0.48rem;
    font-size: 0;
    text-align: center;
  }
  .index-page .post-module .more-box .more-text {
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #1168ff;
  }
}
@media screen and (min-width: 750px) and (max-width: 1440px) {
  .index-page .index-banner-wrapper .index-banner {
    width: 1080px;
  }
  .index-page .index-banner-wrapper .index-banner .banner-title {
    font-size: 42px;
    line-height: 56px;
  }
  .index-page .index-banner-wrapper .index-banner .free-try {
    margin-top: 40px;
  }
  .index-page .items-module .module-container {
    width: 1280px;
  }
  .index-page .items-module .module-container .module-item.mb-147 .module-item--line {
    left: 450px;
  }
}
@media screen and (min-width: 1600px) {
  .index-page .index-banner-wrapper .index-banner .free-try {
    margin-top: 82px;
  }
}
@media screen and (min-width: 750px) {
  .marketing-page .marketing-banner {
    position: relative;
    background-size: cover;
  }
  .marketing-page .marketing-banner .banner-img {
    width: 100%;
    font-size: 0;
    transition: all 0.3s;
  }
  .marketing-page .marketing-banner .banner-img img {
    height: auto;
  }
  .marketing-page .marketing-banner .banner-content {
    position: absolute;
    top: calc(50% + 14px);
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .marketing-page .marketing-banner .banner-content.white .banner__title {
    color: #000;
  }
  .marketing-page .marketing-banner .banner-content.white .banner__desc {
    color: #6c7181;
    margin-bottom: 0;
  }
  .marketing-page .marketing-banner .banner-content.white .free-try {
    margin-top: 104px;
  }
  .marketing-page .marketing-banner .flex {
    display: flex;
    justify-content: space-between;
  }
  .marketing-page .marketing-banner .flex .content-left {
    flex: 1;
  }
  .marketing-page .marketing-banner .flex .content-left .banner__desc {
    width: 100%;
  }
  .marketing-page .marketing-banner.wechat-banner .banner__desc {
    color: #000 !important;
  }
  .marketing-page .marketing-scene {
    background: #f3f8ff;
  }
  .marketing-page .marketing-scene .scene-container {
    width: 1200px;
    height: 580px;
    margin: 0 auto;
  }
  .marketing-page .marketing-scene .scene-title {
    padding: 80px 0 86px 0;
    font-family: 'Ali-M';
    font-size: 36px;
    color: #000;
    line-height: 50px;
    text-align: center;
  }
  .marketing-page .marketing-scene .scene-content {
    display: flex;
    justify-content: center;
  }
  .marketing-page .marketing-scene .scene-content .scene-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 386px;
    height: 230px;
    padding: 0 32px;
    background: #fff;
    box-shadow: 0px 4px 30px 0px #e5edf5;
    border-radius: 6px;
  }
  .marketing-page .marketing-scene .scene-content .scene-item+.scene-item {
    margin-left: 20px;
  }
  .marketing-page .marketing-scene .scene-content .scene-item img {
    width: 60px;
    height: 60px;
  }
  .marketing-page .marketing-scene .scene-content .scene-item .descript {
    margin-top: 28px;
    font-family: PingFangSC, PingFang SC;
    font-size: 18px;
    color: #000;
    line-height: 28px;
  }
  .marketing-page .wechat-module {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f3f8ff;
  }
  .marketing-page .wechat-module .module-title {
    margin-bottom: 16px;
    text-align: center;
  }
  .marketing-page .wechat-module .short-cut-wrapper {
    margin: 40px auto 0;
    font-size: 0;
    box-shadow: 0px 10px 48px 0px rgba(230,232,235,0.5);
  }
  .marketing-page .method-module {
    background-image: url("https://static.moguto.net/cdn/website/new/images/marketing/wechat/jiawei_bg.png");
    background-size: cover;
  }
  .marketing-page .method-module .module-descript {
    opacity: 0.8;
  }
  .marketing-page .method-module .method-wrapper {
    display: flex;
    height: 492px;
    margin-top: 38px;
  }
  .marketing-page .method-module .method-category {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 220px;
  }
  .marketing-page .method-module .method-category .category-item {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 18px;
    background: rgba(255,255,255,0.15);
    border-radius: 12px;
  }
  .marketing-page .method-module .method-category .category-item+.category-item {
    margin-top: 30px;
  }
  .marketing-page .method-module .method-category .category-item.active {
    background: #fff;
  }
  .marketing-page .method-module .method-category .category-item.active .category-icon {
    display: none;
  }
  .marketing-page .method-module .method-category .category-item.active .category-icon.hide {
    display: inline-block;
  }
  .marketing-page .method-module .method-category .category-item.active .category-text {
    color: #0271ef;
  }
  .marketing-page .method-module .method-category .category-item .category-icon {
    width: 34px;
    height: 34px;
  }
  .marketing-page .method-module .method-category .category-item .category-icon.hide {
    display: none;
  }
  .marketing-page .method-module .method-category .category-item .category-text {
    margin-left: 12px;
    font-family: PingFangSC, PingFang SC;
    font-size: 20px;
    color: #fff;
  }
  .marketing-page .method-module .method-view {
    flex: 1;
    margin-left: 30px;
    background: rgba(255,255,255,0.15);
    border-radius: 12px;
    overflow: hidden;
  }
  .marketing-page .page--module__view .module--content__descript {
    font-family: PingFangSC, PingFang SC;
    font-size: 18px;
    color: #162035;
    line-height: 36px;
  }
}
@media screen and (max-width: 750px) {
  .marketing-page {
    padding-top: 1.12rem;
    padding-bottom: 0.64rem;
    background: #f7faff;
  }
  .marketing-page .marketing-banner {
    background-size: cover;
  }
  .marketing-page .marketing-banner.ads-banner {
    background-image: url("https://static.moguto.net/cdn/website/new/images/marketing/ads/m-ads_banner.png");
  }
  .marketing-page .marketing-banner.scrm-banner {
    background-image: url("https://static.moguto.net/cdn/website/new/images/marketing/scrm/m-scrm_banner.png");
  }
  .marketing-page .marketing-banner.crm-banner {
    background-image: url("https://static.moguto.net/cdn/website/new/images/marketing/crm/m-crm_banner.png");
  }
  .marketing-page .marketing-banner.phone-banner {
    background-image: url("https://static.moguto.net/cdn/website/new/images/marketing/phone/m-phone_banner.png");
  }
  .marketing-page .marketing-banner.phone-banner .free-try {
    margin-top: 0.7rem;
  }
  .marketing-page .marketing-banner.wechat-banner {
    background-image: url("https://static.moguto.net/cdn/website/new/images/marketing/wechat/m-wechat_banner.png");
  }
  .marketing-page .marketing-banner.white .banner__title {
    color: #fff !important;
  }
  .marketing-page .marketing-banner.white .banner__desc {
    color: #fff !important;
  }
  .marketing-page .marketing-banner .banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .marketing-page .marketing-banner .banner-content .banner__title {
    margin-bottom: 0.16rem;
    font-size: 0.48rem;
    font-weight: 600;
    color: #000;
    line-height: 0.66rem;
    text-align: center;
  }
  .marketing-page .marketing-banner .banner-content .banner__desc {
    font-size: 0.28rem;
    color: #6c7181;
    line-height: 0.4rem;
    text-align: center;
  }
  .marketing-page .marketing-banner .banner-content .banner-img {
    width: 6.42rem;
    height: 3.86rem;
    margin: 0.48rem 0;
  }
  .marketing-page .marketing-scene {
    padding: 0.8rem 0.4rem 0 0.4rem;
    background-size: cover;
  }
  .marketing-page .marketing-scene .scene-title {
    font-weight: 600;
    font-size: 0.4rem;
    color: #000;
    line-height: 0.56rem;
    text-align: center;
  }
  .marketing-page .marketing-scene .scene-content {
    margin-top: 0.4rem;
  }
  .marketing-page .marketing-scene .scene-content .scene-item {
    display: flex;
    align-items: center;
    padding: 0.4rem 0.46rem;
    background: #fff;
    box-shadow: 0rem 0.08rem 0.6rem 0rem #e5edf5;
    border-radius: 0.2rem;
    border: 0.02rem solid #fff;
  }
  .marketing-page .marketing-scene .scene-content .scene-item+.scene-item {
    margin-top: 0.24rem;
  }
  .marketing-page .marketing-scene .scene-content .scene-item img {
    width: 0.76rem;
  }
  .marketing-page .marketing-scene .scene-content .scene-item .descript {
    flex: 1;
    margin-left: 0.4rem;
    font-size: 0.28rem;
    color: #162035;
    line-height: 0.48rem;
  }
  .marketing-page .wechat-module {
    padding-top: 0.8rem;
    padding-bottom: 0.6rem;
    background-image: url("https://static.moguto.net/cdn/website/new/images/marketing/wechat/m-secene_bg.png");
    background-size: cover;
  }
  .marketing-page .wechat-module .short-cut-wrapper {
    box-shadow: 0 0 0.26rem 0rem rgba(230,232,235,0.5);
  }
  .marketing-page .method-module {
    padding-top: 0.74rem;
    background-image: url("https://static.moguto.net/cdn/website/new/images/marketing/wechat/m-jiawei_bg.png");
    background-size: cover;
    backdrop-filter: blur(2.8px);
  }
  .marketing-page .method-module .method-wrapper .category-item {
    display: flex;
    align-items: center;
    height: 1rem;
    padding: 0 0.38rem;
    background: rgba(255,255,255,0.15);
    border-radius: 0.24rem;
    border: 0.02rem solid rgba(255,255,255,0.2);
  }
  .marketing-page .method-module .method-wrapper .category-item.active {
    background: #fff;
    border: none;
  }
  .marketing-page .method-module .method-wrapper .category-item.active .category-icon {
    display: none;
  }
  .marketing-page .method-module .method-wrapper .category-item.active .category-icon.hide {
    display: inline-block;
  }
  .marketing-page .method-module .method-wrapper .category-item.active .category-text {
    color: #0271ef;
  }
  .marketing-page .method-module .method-wrapper .category-item+.category-item {
    margin-top: 0.24rem;
  }
  .marketing-page .method-module .method-wrapper .category-item .category-icon {
    width: 0.48rem;
    height: 0.48rem;
  }
  .marketing-page .method-module .method-wrapper .category-item .category-icon.hide {
    display: none;
  }
  .marketing-page .method-module .method-wrapper .category-item .category-text {
    margin-left: 0.24rem;
    font-size: 0.28rem;
    color: #fff;
  }
  .marketing-page .method-module .method-view {
    margin-top: 0.24rem;
    background: rgba(255,255,255,0.15);
    border-radius: 0.24rem;
    font-size: 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 1440px) {
  .marketing-page .marketing-banner .banner-content .free-try {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 750px) {
  .about-page .about-banner-wrapper {
    height: 512px;
    background-image: url("https://static.moguto.net/cdn/website/new/images/about/about_banner.png");
    background-size: cover;
  }
  .about-page .about-banner-wrapper .about-banner {
    width: 1200px;
    margin: auto;
    padding-top: 132px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .about-page .about-banner-wrapper .about-banner .about--banner__left .banner--title__view {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .about-page .about-banner-wrapper .about-banner .about--banner__left .banner--title__view .banner--title__text {
    font-family: 'Ali-M';
    font-size: 36px;
    color: #fff;
  }
  .about-page .about-banner-wrapper .about-banner .about--banner__left .banner--title__view .banner--title__line {
    width: 1px;
    height: 28px;
    border-right: 1px solid rgba(255,255,255,0.6);
    margin: 0 10px;
  }
  .about-page .about-banner-wrapper .about-banner .about--banner__left .data--view {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
  }
  .about-page .about-banner-wrapper .about-banner .about--banner__left .data--view .data--view__left {
    width: 218px;
  }
  .about-page .about-banner-wrapper .about-banner .about--banner__left .data--view .data--text__number {
    font-size: 36px;
    font-weight: bolder;
    color: #2980ff;
    font-family: 'Roboto';
    margin-top: 30px;
  }
  .about-page .about-banner-wrapper .about-banner .about--banner__left .data--view .data--title {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    margin-top: 7px;
  }
  .about-page .about-banner-wrapper .about-banner .about--banner__left .data--view .data--text__year {
    color: #2980ff;
    font-size: 22px;
    font-weight: 400;
  }
  .about-page .about-banner-wrapper .about-banner .about--banner__right {
    width: 707px;
    height: 292px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.23);
    opacity: 0.95;
    background: #1b222e;
    padding: 49px 40px 0 40px;
  }
  .about-page .about-banner-wrapper .about-banner .about--banner__right .about--banner__text {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    line-height: 32px;
  }
  .about-page .about-banner-wrapper .about-banner .about--banner__right .about--banner__text:nth-child(1) {
    margin-bottom: 26px;
  }
  .about-page .about-banner-wrapper .about-banner .about--banner__right .about--banner__text .col-blue__text {
    font-size: 16px;
    color: #3a89fe;
  }
  .about-page .corporate-culture--view {
    background: #f0f3fa;
  }
  .about-page .corporate-culture--view .corporate-culture--content {
    width: 1200px;
    height: 377px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .about-page .corporate-culture--view .corporate-culture--content .corporate-culture--list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
  }
  .about-page .corporate-culture--view .corporate-culture--content .corporate-culture--list .corporate-culture--list__item {
    width: 384px;
    height: 121px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fff;
    box-shadow: 0px 4px 30px 0px #e5edf5;
    border-radius: 8px;
    padding-left: 17px;
  }
  .about-page .corporate-culture--view .corporate-culture--content .corporate-culture--list .corporate-culture--list__item .list--item__icon {
    width: 80px;
    height: 80px;
    margin-right: 14px;
  }
  .about-page .corporate-culture--view .corporate-culture--content .corporate-culture--list .corporate-culture--list__item .list--item__title {
    font-family: 'Ali-M';
    font-size: 20px;
    color: #000;
    margin-bottom: 8px;
  }
  .about-page .corporate-culture--view .corporate-culture--content .corporate-culture--list .corporate-culture--list__item .list--item__desc {
    font-family: 'Ali-R';
    font-size: 14px;
    color: #8c96a5;
  }
  .about-page .about--modules__title {
    font-family: 'Ali-M';
    font-size: 36px;
    color: #000;
    margin-bottom: 40px;
  }
  .about-page .qualifications-honors--view {
    background: #fff;
  }
  .about-page .qualifications-honors--view .qualifications-honors--content {
    width: 1200px;
    height: 783px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .about-page .qualifications-honors--view .qualifications-honors--content .honors--banner__view {
    width: 1200px;
    height: 553px;
    background: rgba(240,243,250,0.5);
    border-radius: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .about-page .qualifications-honors--view .qualifications-honors--content .honors--banner__view #certify {
    position: relative;
    width: 1200px;
  }
  .about-page .qualifications-honors--view .qualifications-honors--content .honors--banner__view #certify .swiper-slide {
    width: 347px;
    height: 464px;
    background: linear-gradient(180deg, #ecf1fa 0%, #fefeff 100%);
    box-shadow: 0px 8px 8px 0px #edeff6;
    border-radius: 8px;
    border: 2px solid #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .about-page .qualifications-honors--view .qualifications-honors--content .honors--banner__view #certify .swiper-slide .honors--icon {
    width: 312px;
    height: 432px;
  }
  .about-page .qualifications-honors--view .qualifications-honors--content .honors--banner__view #certify .swiper-button-prev {
    left: 44px;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #d8dde5;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .about-page .qualifications-honors--view .qualifications-honors--content .honors--banner__view #certify .swiper-button-prev:hover {
    background: #f2f7ff;
  }
  .about-page .qualifications-honors--view .qualifications-honors--content .honors--banner__view #certify .swiper-button-prev .prev--btn {
    width: 7px;
    height: 14px;
    transform: scaleX(-1);
    margin-left: -2px;
  }
  .about-page .qualifications-honors--view .qualifications-honors--content .honors--banner__view #certify .swiper-button-prev:after {
    content: '';
  }
  .about-page .qualifications-honors--view .qualifications-honors--content .honors--banner__view #certify .swiper-button-next {
    right: 44px;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #d8dde5;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .about-page .qualifications-honors--view .qualifications-honors--content .honors--banner__view #certify .swiper-button-next:hover {
    background: #f2f7ff;
  }
  .about-page .qualifications-honors--view .qualifications-honors--content .honors--banner__view #certify .swiper-button-next .next--btn {
    width: 7px;
    height: 14px;
  }
  .about-page .qualifications-honors--view .qualifications-honors--content .honors--banner__view #certify .swiper-button-next:after {
    content: '';
  }
  .about-page .technology-partnerships--view {
    background: #f0f3fa;
  }
  .about-page .technology-partnerships--view .technology-partnerships--content {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .about-page .technology-partnerships--view .technology-partnerships--content .partner--icon {
    width: 1200px;
    height: 351px;
  }
  .about-page .join-us--view .join-us--content {
    width: 1200px;
    height: 672px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .about-page .join-us--view .join-us--content .position--view {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1200px;
  }
  .about-page .join-us--view .join-us--content .position--view .position--list {
    width: 288px;
    height: 388px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
  }
  .about-page .join-us--view .join-us--content .position--view .position--list .job-name {
    position: absolute;
    top: 63px;
    left: 74px;
    z-index: 10;
    font-family: 'Ali-M';
    font-size: 36px;
    font-weight: 500;
    color: #fff;
  }
  .about-page .join-us--view .join-us--content .position--view .position--list .shadow--view {
    width: 288px;
    height: 388px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
  }
  .about-page .join-us--view .join-us--content .position--view .position--list .shadow--view:hover {
    background: rgba(13,90,255,0.7);
  }
  .about-page .contact-us--view {
    background: #f0f3fa;
  }
  .about-page .contact-us--view .contact-us--content {
    width: 1200px;
    height: 540px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .about-page .contact-us--view .contact-us--content .map-wrapper {
    width: 1200px;
    height: 323px;
  }
  .about-page .map-module {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #f7faff;
  }
}
@media screen and (max-width: 750px) {
  .about-page {
    background: linear-gradient(180deg, #f7faff 0%, #fff 100%);
    padding-top: 1.12rem;
    padding-bottom: 0.64rem;
  }
  .about-page .about-banner-m {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 3.36rem;
    background-image: url("https://static.moguto.net/cdn/website/new/images/about/m-about_banner.png");
    background-size: cover;
  }
  .about-page .about-banner-m .banner-title {
    font-weight: 600;
    font-size: 0.48rem;
    color: #fff;
    line-height: 0.66rem;
  }
  .about-page .about--modules__title {
    padding: 0.8rem 0 0.48rem 0;
    font-weight: 600;
    font-size: 0.4rem;
    color: #000;
    line-height: 0.56rem;
    text-align: center;
  }
  .about-page .about-company {
    padding: 0 0.4rem;
  }
  .about-page .about-company .data-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.56rem;
  }
  .about-page .about-company .data-view .data--text__number {
    font-weight: 600;
    font-size: 0.48rem;
    color: #2980ff;
    line-height: 0.56rem;
  }
  .about-page .about-company .data-view .data--text__number .data--text__year {
    font-weight: 600;
    font-size: 0.32rem;
    color: #2980ff;
    line-height: 0.56rem;
  }
  .about-page .about-company .data-view .data--title {
    font-size: 0.24rem;
    color: #6c7181;
    line-height: 0.4rem;
  }
  .about-page .about-company .company-desc {
    font-size: 0.24rem;
    color: #6c7181;
    line-height: 0.4rem;
  }
  .about-page .about-company .company-desc+.company-desc {
    margin-top: 0.24rem;
  }
  .about-page .corporate-culture--view {
    padding: 0 0.4rem;
  }
  .about-page .corporate-culture--view .corporate-culture--list__item {
    display: flex;
    align-items: center;
    height: 1.76rem;
    padding-left: 0.3rem;
    background: #fff;
    box-shadow: 0rem 0.08rem 0.6rem 0rem #e5edf5;
    border-radius: 0.2rem;
    filter: blur(0px);
  }
  .about-page .corporate-culture--view .corporate-culture--list__item+.corporate-culture--list__item {
    margin-top: 0.24rem;
  }
  .about-page .corporate-culture--view .corporate-culture--list__item .list--item__icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.36rem;
  }
  .about-page .corporate-culture--view .corporate-culture--list__item .list--item__title {
    font-weight: 500;
    font-size: 0.32rem;
    color: #162035;
    line-height: 0.48rem;
  }
  .about-page .corporate-culture--view .corporate-culture--list__item .list--item__desc {
    margin-top: 0.08rem;
    font-family: 'Ali-R';
    font-size: 0.26rem;
    color: #8c96a5;
    line-height: 0.36rem;
  }
  .about-page .qualifications-honors--view {
    padding: 0 0.4rem;
  }
  .about-page .qualifications-honors--view .swiper-slide {
    width: 2.99rem;
    height: 4rem;
    padding: 0.14rem;
    background: linear-gradient(180deg, #ecf1fa 0%, #fefeff 100%);
    box-shadow: 0rem 0.06rem 0.34rem 0rem #edeff6;
    border-radius: 0.07rem;
    border: 0.02rem solid #fff;
  }
  .about-page .qualifications-honors--view .swiper-slide+.swiper-slide {
    margin-left: 0.22rem;
  }
  .about-page .technology-partnerships--view {
    padding: 0 0.4rem;
  }
  .about-page .technology-partnerships--view .partnerships-content {
    height: 2.82rem;
    background: #fff;
    box-shadow: 0rem 0.08rem 0.58rem 0rem #e5edf5;
    border-radius: 0.12rem;
    filter: blur(0px);
  }
  .about-page .join-us--view {
    padding: 0 0.4rem;
  }
  .about-page .join-us--view .position--view {
    display: flex;
  }
  .about-page .join-us--view .position--view .position--list {
    position: relative;
    height: 2.18rem;
  }
  .about-page .join-us--view .position--view .position--list+.position--list {
    margin-left: 0.14rem;
  }
  .about-page .join-us--view .position--view .position--list .shadow--view {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 2;
  }
  .about-page .join-us--view .position--view .position--list .job-name {
    position: absolute;
    top: 0.3rem;
    left: 0.24rem;
    font-weight: 500;
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.4rem;
    z-index: 6;
  }
  .about-page .contact-us--view {
    padding: 0 0.4rem;
  }
  .about-page .contact-us--view .map-wrapper {
    width: 6.68rem;
    height: 3.6rem;
    border-radius: 0.12rem;
    overflow: hidden;
  }
}
@media screen and (min-width: 750px) {
  .company-list-page .banner--wrapper {
    position: relative;
    padding-top: 0;
  }
  .company-list-page .banner--wrapper .banner-img {
    width: 100%;
    font-size: 0;
    transition: all 0.3s;
  }
  .company-list-page .banner--wrapper .banner-img img {
    height: auto;
    max-height: 650px;
  }
  .company-list-page .banner--wrapper .content--wrapper {
    position: absolute;
    top: calc(50% + 14px);
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .company-list-page .banner--wrapper .content--wrapper .text--wrapper .banner--title {
    font-family: 'Ali-M';
    font-size: 50px;
    color: #fff;
  }
  .company-list-page .banner--wrapper .content--wrapper .banner-logo {
    margin-top: 76px;
    width: 456px;
    transition: transform 1s;
  }
  .company-list-page .marketing-consulting--list {
    padding-top: 56px;
    padding-bottom: 1px;
    background: #f0f3fa;
  }
  .company-list-page .marketing-consulting--list .list--tab__view {
    width: 1065px;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    padding: 0 11px;
  }
  .company-list-page .marketing-consulting--list .list--tab__view .list--tab__item {
    width: unset;
    height: 40px;
    padding: 0 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    color: #000;
    margin-right: 20px;
    cursor: pointer;
  }
  .company-list-page .marketing-consulting--list .list--tab__view .list--tab__item:hover {
    color: #006cff;
  }
  .company-list-page .marketing-consulting--list .list--tab__view .active--tab {
    background: #ebf3ff;
    border-radius: 4px;
    color: #017bfc;
    font-weight: 500;
  }
  .company-list-page .marketing-consulting--list .article {
    margin: 24px auto;
    width: 1065px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
  }
  .company-list-page .marketing-consulting--list .article .info-img {
    margin-right: 32px;
    width: 280px;
    height: 158px;
    border-radius: 6px;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .info-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 27px;
    color: #262626;
    font-weight: 600;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .info-desc {
    flex: 1;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #6c7181;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .time-detail {
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .time-detail .article-type {
    height: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 7px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 2px;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .time-detail .article-type[type-id="203"] {
    color: #06ad87;
    background: #ebfbf2;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .time-detail .article-type[type-id="204"] {
    color: #017bfc;
    background: #ebf3ff;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .time-detail .article-type[type-id="205"] {
    color: #fca601;
    background: #fef5e4;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .time-detail .article-type[type-id="206"] {
    color: #7e45ff;
    background: #f3ebfb;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .time-detail .article-type[type-id="207"] {
    color: #01affc;
    background: #ebfaff;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .time-detail .col-green {
    color: #06ad87;
    background: #ebfbf2;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .time-detail .col-blue {
    color: #017bfc;
    background: #ebf3ff;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .time-detail .col-yellow {
    color: #fca601;
    background: #fef5e4;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .time-detail .col-purple {
    color: #7e45ff;
    background: #f3ebfb;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .time-detail .time {
    font-size: 14px;
    color: #6c7181;
  }
  .company-list-page .marketing-consulting--list .article:hover .info-title {
    color: #006cff;
  }
  .company-list-page .marketing-consulting--list .empty-container {
    width: 1065px;
    margin: 72px auto;
    text-align: center;
  }
  .company-list-page .ul-wrapper {
    width: 1060px;
    margin: 0 auto;
    background: #f0f3fa;
    display: flex;
    padding: 0 0 65px 0;
    font-size: 14px;
  }
  .company-list-page .ul-wrapper li:not(.no-hover):hover {
    color: #3b6cf4;
  }
  .company-list-page .ul-wrapper li+li {
    margin-left: 12px;
  }
  .company-list-page .ul-wrapper .paging--item {
    width: 34px;
    height: 34px;
    border-radius: 5px;
    border: 1px solid #e7e8ec;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #101739;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
  }
  .company-list-page .ul-wrapper .active-paging {
    background: #0d5aff;
    border: 0 none;
    color: #fff;
  }
  .company-list-page .ul-wrapper .arrow--item {
    width: 34px;
    height: 34px;
    border-radius: 5px;
    border: 1px solid #e7e8ec;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #101739;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
  }
  .company-list-page .ul-wrapper .arrow--item .arrow--icon {
    width: 20px;
    height: 20px;
  }
  .company-list-page .ul-wrapper .arrow--item .left--icon {
    transform: scaleX(-1);
  }
}
@media screen and (max-width: 750px) {
  .company-list-page {
    padding-top: 1.12rem;
  }
  .company-list-page .banner--wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.36rem;
    background-image: url("https://static.moguto.net/cdn/website/new/images/marketingConsulting/m-marketing-consulting_banner.png");
    background-size: cover;
  }
  .company-list-page .banner--wrapper .banner--title {
    font-weight: 600;
    font-size: 0.48rem;
    color: #fff;
    line-height: 0.66rem;
  }
  .company-list-page .marketing-consulting--list {
    padding: 0 0.32rem;
    overflow: visible;
  }
  .company-list-page .marketing-consulting--list .nav-swiper {
    padding: 0.32rem 0 0.42rem 0;
  }
  .company-list-page .marketing-consulting--list .list--tab__view {
    display: flex;
    flex-wrap: nowrap;
  }
  .company-list-page .marketing-consulting--list .list--tab__item {
    display: flex;
    align-items: center;
    width: unset;
    height: 0.64rem;
    padding: 0 0.32rem;
    font-size: 0.28rem;
    color: #000;
    border-radius: 0.08rem;
    white-space: nowrap;
  }
  .company-list-page .marketing-consulting--list .list--tab__item.active--tab {
    background: #ebf3ff;
    color: #017bfc;
  }
  .company-list-page .marketing-consulting--list .article {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-bottom: 0.24rem;
  }
  .company-list-page .marketing-consulting--list .article+.article {
    padding-top: 0.22rem;
    border-top: 0.01rem solid #d0d7e0;
  }
  .company-list-page .marketing-consulting--list .article .info-img {
    width: 2.4rem;
    height: 1.6rem;
    border-radius: 0.04rem;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 1.6rem;
    margin-right: 0.34rem;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .info-title {
    font-weight: 500;
    font-size: 0.28rem;
    color: #000;
    line-height: 0.4rem;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .time-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .time-detail .info-time {
    border-radius: 0.04rem;
    font-size: 0;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .time-detail .info-time .article-type {
    padding: 0.02rem 0.16rem;
    font-size: 0.24rem;
    line-height: 0.34rem;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .time-detail .info-time .article-type[type-id="203"] {
    color: #06ad87;
    background: #ebfbf2;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .time-detail .info-time .article-type[type-id="204"] {
    color: #017bfc;
    background: #ebf3ff;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .time-detail .info-time .article-type[type-id="205"] {
    color: #fca601;
    background: #fef5e4;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .time-detail .info-time .article-type[type-id="206"] {
    color: #7e45ff;
    background: #f3ebfb;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .time-detail .time {
    font-size: 0.24rem;
    color: #898f9b;
    line-height: 0.34rem;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .time-detail .col-green {
    color: #06ad87;
    background: #ebfbf2;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .time-detail .col-blue {
    color: #017bfc;
    background: #ebf3ff;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .time-detail .col-yellow {
    color: #fca601;
    background: #fef5e4;
  }
  .company-list-page .marketing-consulting--list .article .item-content-wrapper .time-detail .col-purple {
    color: #7e45ff;
    background: #f3ebfb;
  }
  .company-list-page .marketing-consulting--list .ul-wrapper {
    display: flex;
    justify-content: center;
    margin: 0.3rem 0;
  }
  .company-list-page .marketing-consulting--list .ul-wrapper li {
    display: block;
    margin-right: 0.2rem;
    font-size: 0.28rem;
    color: #898f9b;
  }
  .company-list-page .marketing-consulting--list .ul-wrapper li span {
    color: #898f9b;
  }
  .company-list-page .marketing-consulting--list .empty-container {
    width: 100%;
    margin: 0.72rem auto;
    text-align: center;
    font-size: 0.28rem;
  }
}
@media screen and (min-width: 750px) {
  .company-list-detail-page {
    display: flex;
    justify-content: center;
    background: #f8f9fc;
    margin-top: 68px;
    padding-top: 36px;
    padding-bottom: 49px;
  }
  .company-list-detail-page .content-item-container {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
  }
  .company-list-detail-page .content-item-container .content-container {
    width: 896px;
    background: #fff;
    padding: 40px 30px;
  }
  .company-list-detail-page .content-item-container .content-container .content--nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 14px;
  }
  .company-list-detail-page .content-item-container .content-container .content--nav .first--list {
    font-size: 14px;
    color: #999;
  }
  .company-list-detail-page .content-item-container .content-container .content--nav .first--list:hover {
    color: #006cff;
  }
  .company-list-detail-page .content-item-container .content-container .content--nav .next--list {
    width: 16px;
    height: 16px;
  }
  .company-list-detail-page .content-item-container .content-container .content--nav .second--list {
    font-size: 14px;
    color: #333;
  }
  .company-list-detail-page .content-item-container .content-container .title {
    font-size: 32px;
    font-weight: 500;
    color: #333;
    margin-bottom: 18px;
  }
  .company-list-detail-page .content-item-container .content-container .tip {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 40px;
  }
  .company-list-detail-page .content-item-container .content-container .tip span {
    color: #999;
  }
  .company-list-detail-page .content-item-container .content-container .content {
    font-size: 16px;
    color: #666;
  }
  .company-list-detail-page .content-item-container .content-container .article-switching {
    width: 836px;
    height: 114px;
    margin-top: 40px;
    background: #fafafa;
    border-radius: 6px;
    padding: 24px;
    display: flex;
    flex-direction: row;
  }
  .company-list-detail-page .content-item-container .content-container .article-switching .article-switching--left {
    width: 394px;
    height: 66px;
    border-right: 1px solid #f2f2f2;
    padding-right: 34px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    cursor: pointer;
  }
  .company-list-detail-page .content-item-container .content-container .article-switching .article-switching--left:hover div {
    color: #006cff;
  }
  .company-list-detail-page .content-item-container .content-container .article-switching .article-switching--right {
    width: 394px;
    height: 66px;
    padding-left: 34px;
    text-align: right;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    cursor: pointer;
  }
  .company-list-detail-page .content-item-container .content-container .article-switching .article-switching--right:hover div {
    color: #006cff;
  }
  .company-list-detail-page .content-item-container .content-container .article-switching .article-switching--title {
    margin-top: 6px;
  }
  .company-list-detail-page .popular-recommendations--view {
    width: 284px;
  }
  .company-list-detail-page .popular-recommendations--view .detail-qrcode--view {
    width: 284px;
    height: 238px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .company-list-detail-page .popular-recommendations--view .detail-qrcode--view .detail-qrcode--icon {
    width: 110px;
    height: 110px;
    margin-bottom: 16px;
  }
  .company-list-detail-page .popular-recommendations--view .detail-qrcode--view .detail-qrcode--tips {
    font-size: 16px;
    color: #333;
    font-weight: 500;
  }
  .company-list-detail-page .popular-recommendations--view .popular-article--view {
    background: #fff;
    border-radius: 4px;
    padding: 24px 17px 4px 17px;
  }
  .company-list-detail-page .popular-recommendations--view .popular-article--view .popular-article--view__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 22px;
  }
  .company-list-detail-page .popular-recommendations--view .popular-article--view .popular-article--view__title .line-blue {
    width: 3px;
    height: 16px;
    background: #0d5aff;
    border-radius: 2px;
    margin-right: 8px;
  }
  .company-list-detail-page .popular-recommendations--view .popular-article--view .popular-article--view__title .title-text {
    font-size: 16px;
    color: #333;
    font-weight: 500;
  }
  .company-list-detail-page .popular-recommendations--view .popular-article--view .popular-article--content {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .company-list-detail-page .popular-recommendations--view .popular-article--view .popular-article--content .popular-article--list__icon {
    width: 90px;
    height: 60px;
    border-radius: 4px;
    margin-right: 10px;
  }
  .company-list-detail-page .popular-recommendations--view .popular-article--view .popular-article--content .article-list--item {
    display: flex;
    flex-direction: column;
    height: 60px;
  }
  .company-list-detail-page .popular-recommendations--view .popular-article--view .popular-article--content .article-list--item .article-list--item__title {
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #333;
  }
  .company-list-detail-page .popular-recommendations--view .popular-article--view .popular-article--content .article-list--item .null-view {
    flex: 1;
  }
  .company-list-detail-page .popular-recommendations--view .popular-article--view .popular-article--content .article-list--item .article-list--item__time {
    font-size: 12px;
    color: #999;
  }
  .company-list-detail-page .popular-recommendations--view .popular-article--view .popular-article--content:hover .article-list--item__title {
    color: #006cff;
  }
  .company-list-detail-page .popular-recommendations--view .empty-hot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
  }
}
@media screen and (max-width: 750px) {
  .company-list-detail-page {
    padding-top: 1.12rem;
  }
  .company-list-detail-page .content-item-container {
    padding-top: 0.83rem;
  }
  .company-list-detail-page .content-item-container .content-container {
    padding-left: 0.52rem;
    padding-right: 0.48rem;
  }
  .company-list-detail-page .content-item-container .content-container .title {
    font-size: 0.44rem;
    color: #162035;
    font-weight: 600;
  }
  .company-list-detail-page .content-item-container .content-container .tip {
    height: 0.42rem;
    margin-top: 0.3rem;
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
  .company-list-detail-page .content-item-container .content-container .tip span {
    color: #898f9b;
  }
  .company-list-detail-page .content-item-container .content-container .content {
    text-align: left;
    margin-top: 0.6rem;
    font-size: 0.3rem;
    color: #6b7799;
    font-weight: 400;
    line-height: 0.54rem;
  }
  .company-list-detail-page .content-item-container .content-container .content img {
    max-width: 6.5rem;
  }
  .company-list-detail-page .content-item-container .content-container .article-switching {
    padding: 0.24rem 0;
    margin: 0.24rem 0;
    border-top: 0.01rem solid #d0d7e0;
    border-bottom: 0.01rem solid #d0d7e0;
  }
  .company-list-detail-page .content-item-container .content-container .article-switching .article-switching-item {
    display: flex;
    align-items: center;
  }
  .company-list-detail-page .content-item-container .content-container .article-switching .article-switching-item+.article-switching-item {
    margin-top: 0.12rem;
  }
  .company-list-detail-page .content-item-container .content-container .article-switching .article-switching-item .article-switching--text,
  .company-list-detail-page .content-item-container .content-container .article-switching .article-switching-item .article-switching--title {
    font-size: 0.28rem;
    color: #162035;
    white-space: nowrap;
  }
  .company-list-detail-page .content-item-container .content-container .article-switching .article-switching-item .article-switching--title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .company-list-detail-page .content-item-container .content-container .article-switching .article-switching-item .text-content {
    flex: 1;
    overflow: hidden;
  }
}
@media screen and (min-width: 750px) {
  .private-domain-page .solution-module {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  .private-domain-page .solution-module {
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 750px) {
  .sign-page {
    padding-top: 160px;
    padding-bottom: 132px;
    background: #f7faff;
  }
  .sign-page .container-wrapper {
    display: flex;
    width: 1100px;
    height: 680px;
    margin: 0 auto;
    box-shadow: 0px 2px 20px 0px rgba(193,193,193,0.03);
    border-radius: 12px;
    background: #fff;
  }
  .sign-page .container-wrapper .sidebar {
    width: 520px;
    height: 680px;
    padding-top: 76px;
    position: relative;
    border-radius: 12px 0 0 12px;
    background-image: url("https://static.moguto.net/cdn/website/new/images/signup/sign-up_bg.png");
    background-size: cover;
  }
  .sign-page .container-wrapper .sidebar .sidebar-title {
    padding-left: 40px;
    margin-bottom: 12px;
    font-family: 'Ali-M';
    font-size: 32px;
    color: #162035;
    font-weight: 500;
    line-height: 36px;
  }
  .sign-page .container-wrapper .sidebar .sidebar-desc {
    width: 380px;
    padding-left: 40px;
    white-space: nowrap;
    font-size: 18px;
    line-height: 32px;
    color: #162035;
    font-weight: 500;
  }
  .sign-page .container-wrapper .sidebar .sidebar-desc.mb {
    margin-bottom: 46px;
  }
  .sign-page .container-wrapper .sidebar .sidebar-img {
    width: 429px;
    margin: auto;
  }
  .sign-page .container-wrapper .form-wrapper {
    flex: 1;
    text-align: center;
    padding: 109px 115px 0;
  }
  .sign-page .container-wrapper .form-wrapper .form-title {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 37px;
    font-weight: 600;
  }
  .sign-page .container-wrapper .form-wrapper .form-desc {
    margin-bottom: 36px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }
  .sign-page .container-wrapper .form-wrapper .form-item {
    position: relative;
  }
  .sign-page .container-wrapper .form-wrapper .form-item + .form-item {
    margin-top: 20px;
  }
  .sign-page .container-wrapper .form-wrapper .form-item input {
    width: 350px;
    height: 40px;
    padding: 0 12px;
    line-height: 40px;
    outline: none;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #dcdde3;
  }
  .sign-page .container-wrapper .form-wrapper .form-item input:focus {
    border-color: #006cff;
  }
  .sign-page .container-wrapper .form-wrapper .form-item input::placeholder {
    color: #a2a5b5;
  }
  .sign-page .container-wrapper .form-wrapper .form-item.sms-input .get-sms,
  .sign-page .container-wrapper .form-wrapper .form-item.sms-input .count-down {
    position: absolute;
    top: 11px;
    right: 12px;
    color: #a2a5b5;
    font-size: 14px;
    user-select: none;
  }
  .sign-page .container-wrapper .form-wrapper .form-item.sms-input .get-sms {
    cursor: not-allowed;
  }
  .sign-page .container-wrapper .form-wrapper .form-item.sms-input .get-sms.active {
    cursor: pointer;
    color: #006cff;
  }
  .sign-page .container-wrapper .form-wrapper .form-item.sms-input .get-sms.active:hover {
    color: #3d7bff;
  }
  .sign-page .container-wrapper .form-wrapper .form-item.sms-input .count-down {
    display: none;
    color: #a2a5b5;
  }
  .sign-page .container-wrapper .form-wrapper .submit {
    width: 350px;
    height: 40px;
    margin-top: 48px;
    line-height: 40px;
    background: #d5d9e2;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    cursor: not-allowed;
    user-select: none;
  }
  .sign-page .container-wrapper .form-wrapper .submit.active {
    background: #006cff;
    cursor: pointer;
  }
  .sign-page .container-wrapper .form-wrapper .submit.active:hover {
    background: #3d7bff;
  }
}
@media screen and (max-width: 750px) {
  .sign-page {
    padding-top: 1.12rem;
    background: #f4f6f9;
  }
  .sign-page .container-wrapper .bg-wrapper {
    width: 100vw;
    background: linear-gradient(180deg, #e2edff 0%, #e6f2ff 49%, #f4f6f9 100%);
  }
  .sign-page .container-wrapper .bg-wrapper .bg-img {
    height: 3.36rem;
  }
  .sign-page .container-wrapper .form-wrapper {
    position: relative;
    padding: 0.8rem 0;
    background-color: #fff;
  }
  .sign-page .container-wrapper .form-wrapper .form-title {
    margin-bottom: 0.24rem;
    font-size: 0.44rem;
    font-weight: 600;
    line-height: 0.6rem;
    text-align: center;
  }
  .sign-page .container-wrapper .form-wrapper .form-desc {
    margin-bottom: 0.5rem;
    font-size: 0.26rem;
    font-weight: 400;
    line-height: 0.36rem;
    text-align: center;
  }
  .sign-page .container-wrapper .form-wrapper .form-item {
    width: 6.22rem;
    height: 0.88rem;
    margin: auto;
    position: relative;
    display: flex;
  }
  .sign-page .container-wrapper .form-wrapper .form-item + .form-item {
    margin-top: 0.4rem;
  }
  .sign-page .container-wrapper .form-wrapper .form-item input {
    padding: 0 0.24rem;
    width: 6.22rem;
    height: 0.88rem;
    border: 1px solid #dcdde3;
    border-radius: 0.08rem;
    outline: none;
    font-size: 0.3rem;
  }
  .sign-page .container-wrapper .form-wrapper .form-item input:active,
  .sign-page .container-wrapper .form-wrapper .form-item input:focus {
    border-color: #006cff;
  }
  .sign-page .container-wrapper .form-wrapper .form-item input::placeholder {
    color: #a2a5b5;
  }
  .sign-page .container-wrapper .form-wrapper .form-item.sms-input .get-sms,
  .sign-page .container-wrapper .form-wrapper .form-item.sms-input .count-down {
    position: absolute;
    top: 0.24rem;
    right: 0.24rem;
    color: #a2a5b5;
    font-weight: 400;
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  .sign-page .container-wrapper .form-wrapper .form-item.sms-input .count-down {
    display: none;
  }
  .sign-page .container-wrapper .form-wrapper .form-item.sms-input .get-sms.active {
    color: #006cff;
  }
  .sign-page .container-wrapper .form-wrapper .submit {
    width: 6.22rem;
    height: 0.88rem;
    margin: 0.64rem auto 0;
    border-radius: 0.08rem;
    background: #d5d9e2;
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.3rem;
    color: #fff;
  }
  .sign-page .container-wrapper .form-wrapper .submit.active {
    background: #006cff;
  }
}
@media screen and (min-width: 750px) {
  .industry-solutions-page .banner--wrapper {
    position: relative;
    padding-top: 0;
    background-color: #fff;
  }
  .industry-solutions-page .banner--wrapper .banner-img {
    width: 100%;
    font-size: 0;
    transition: all 0.3s;
  }
  .industry-solutions-page .banner--wrapper .banner-img img {
    height: auto;
    max-height: 650px;
  }
  .industry-solutions-page .banner--wrapper .banner-content {
    position: absolute;
    top: calc(50% + 14px);
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 1200px;
    margin: auto;
    text-align: left;
  }
  .industry-solutions-page .banner--wrapper .banner-content .banner__title {
    font-size: 50px;
    font-family: 'Ali-M';
    color: #fff;
    line-height: 69px;
    height: 69px;
  }
  .industry-solutions-page .banner--wrapper .banner-content .banner__desc {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    margin: 0 0 104px 0;
    text-align: left;
    width: 1200px;
    font-weight: 500;
  }
  .industry-solutions-page .banner--wrapper .banner-content .banner__btn {
    width: 160px;
    height: 54px;
    background: #fff;
    border-radius: 6px;
    font-size: 16px;
    color: #006cff;
    font-weight: 600;
  }
  .industry-solutions-page .banner--wrapper .banner-content .banner__btn:hover {
    background: #f2f7ff;
  }
  .industry-solutions-page .page--module__view {
    height: 580px;
    background: #f0f3fa;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .industry-solutions-page .page--module__view .module--content__title {
    font-family: 'Ali-M';
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 22px;
    color: #000;
  }
  .industry-solutions-page .page--module__view .module--content__desc {
    display: flex;
    flex-direction: row;
    margin-bottom: 8px;
  }
  .industry-solutions-page .page--module__view .module--content__desc .cricle--icon {
    width: 8px;
    height: 8px;
    background: #006cff;
    border-radius: 50%;
    margin-top: 10px;
  }
  .industry-solutions-page .page--module__view .module--content__desc .module--desc__text {
    font-size: 16px;
    line-height: 28px;
    margin-left: 8px;
    color: #000;
    flex: 1;
  }
  .industry-solutions-page .page--module__view .module--desc__view {
    margin-bottom: 16px;
  }
  .industry-solutions-page .page--module__view .page--module__content {
    width: 1200px;
    height: 400px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .industry-solutions-page .page--module__view .page--module__content .pain-spot--image {
    width: 500px;
    height: 300px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .industry-solutions-page .page--module__view .page--module__content .pain-spot--content {
    width: 700px;
    height: 300px;
    background: #fff;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 46px 43px 40px 43px;
  }
  .industry-solutions-page .page--module__view .page--module__content .function-list {
    min-height: 400px;
    width: 567px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .industry-solutions-page .page--module__view .page--module__content .function--image__content {
    width: 602px;
    height: 400px;
    position: relative;
    top: 0;
    transition: all 1s;
  }
  .industry-solutions-page .page--module__view .page--module__content .function--image__content.animate {
    top: 80px;
    opacity: 0;
  }
  .industry-solutions-page .page--module__view .page--module__content .module--content__btn {
    width: 104px;
    height: 40px;
    background: linear-gradient(270deg, #1065ff 0%, #1983ff 100%);
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    margin-top: 28px;
    font-weight: 600;
  }
  .industry-solutions-page .page--module__view .page--module__content .module--content__btn:hover {
    background: #3d7bff;
  }
  .industry-solutions-page .page--module__view .page--module__content .free-try {
    margin-top: 28px;
  }
  .industry-solutions-page .page--module__view.white-bg {
    background: #fff;
  }
  .industry-solutions-page .page--module__view.market-bg {
    background: #f3f8ff;
  }
}
@media screen and (max-width: 750px) {
  .industry-solutions-page {
    padding-top: 1.12rem;
    padding-bottom: 0.64rem;
  }
  .industry-solutions-page .banner--wrapper {
    padding-top: 0.88rem;
    padding-bottom: 0.63rem;
    background-size: cover;
  }
  .industry-solutions-page .banner--wrapper.loan-services-banner {
    background-image: url("https://static.moguto.net/cdn/website/new/images/industrySolutions/loanServices/m-loan-services_banner.png");
  }
  .industry-solutions-page .banner--wrapper.education-training-banner {
    background-image: url("https://static.moguto.net/cdn/website/new/images/industrySolutions/educationTraining/m-education-training_banner.png");
  }
  .industry-solutions-page .banner--wrapper.enterprise-services-banner {
    background-image: url("https://static.moguto.net/cdn/website/new/images/industrySolutions/enterpriseServices/m-enterprise-services_banner.png");
  }
  .industry-solutions-page .banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .industry-solutions-page .banner-content .banner__title {
    margin-bottom: 0.24rem;
    font-size: 0.48rem;
    font-weight: 600;
    color: #fff;
    line-height: 0.66rem;
  }
  .industry-solutions-page .banner-content .banner__desc {
    width: 5.76rem;
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.4rem;
    text-align: center;
  }
  .industry-solutions-page .banner-content .banner__btn {
    margin-top: 0.7rem;
  }
  .industry-solutions-page .banner-content .banner__btn.server-btn {
    width: 2.4rem;
    height: 0.84rem;
    font-size: 0.28rem;
    background: linear-gradient(270deg, #1065ff 0%, #1983ff 100%);
    color: #fff;
  }
  .industry-solutions-page .page--module__view {
    margin-top: 0.8rem;
    padding: 0 0.4rem;
  }
  .industry-solutions-page .page--module__content.flex-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .industry-solutions-page .function-list .free-try {
    display: none;
  }
  .industry-solutions-page .module--content__title {
    margin-bottom: 0.24rem;
    font-weight: 600;
    font-size: 0.4rem;
    color: #000;
    line-height: 0.56rem;
    text-align: center;
  }
  .industry-solutions-page .module--content__descript {
    margin-top: 0.24rem;
    font-size: 0.28rem;
    color: #162035;
    text-align: left;
    line-height: 0.48rem;
    text-align: justify;
  }
  .industry-solutions-page .module--content__desc {
    display: flex;
    flex-direction: row;
    margin-bottom: 0.16rem;
  }
  .industry-solutions-page .module--content__desc .cricle--icon {
    width: 0.12rem;
    height: 0.12rem;
    margin-right: 0.16rem;
    background: #006cff;
    border-radius: 50%;
    transform: translateY(0.12rem);
  }
  .industry-solutions-page .module--content__desc .module--desc__text {
    flex: 1;
    font-size: 0.24rem;
    color: #000;
    line-height: 0.4rem;
    text-align: justify;
  }
  .industry-solutions-page .module--content__desc .module--desc__text.letter-spaceing {
    letter-spacing: -0.1px;
  }
  .industry-solutions-page .function--image__content {
    height: 4.44rem;
    margin-top: 0.4rem;
    border-radius: 0.24rem;
    overflow: hidden;
  }
  .industry-solutions-page .pain-spot-module {
    padding-top: 0.8rem;
    margin-top: 0;
    background: linear-gradient(180deg, #f7faff 0%, #fff 100%);
  }
  .industry-solutions-page .pain-spot-module .module-content {
    padding: 0.32rem 0.24rem 0.16rem 0.24rem;
    background: #fff;
    box-shadow: 0rem 0.08rem 0.6rem 0rem #e5edf5;
    border-radius: 0.2rem;
    filter: blur(0px);
  }
}
@media screen and (min-width: 750px) and (max-width: 1440px) {
  .industry-solutions-page .banner--wrapper .banner-content {
    width: 1080px;
  }
  .industry-solutions-page .banner--wrapper .banner-content .banner__title {
    font-size: 42px;
  }
  .industry-solutions-page .banner--wrapper .banner-content .banner__desc {
    margin-bottom: 60px;
    font-size: 20px;
  }
}
@media screen and (min-width: 750px) {
  .customer-acquisition-page .banner--wrapper .banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .customer-acquisition-page .banner--wrapper .banner-content .banner__title {
    font-size: 50px;
    font-family: 'Ali-M';
    color: #fff;
    line-height: 69px;
    height: 69px;
  }
  .customer-acquisition-page .banner--wrapper .banner-content .banner__desc {
    margin: 35px 0 63px;
    height: 77px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .customer-acquisition-page .banner--wrapper .banner-content .banner__desc .number--view {
    width: 62px;
    height: 77px;
    line-height: 74px;
    text-align: center;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 80px;
    color: #fff;
    background: rgba(255,255,255,0.1);
    border-radius: 2px;
    border: 1px solid rgba(255,255,255,0.5);
  }
  .customer-acquisition-page .banner--wrapper .banner-content .banner__desc .number--left {
    display: flex;
    flex-direction: row;
  }
  .customer-acquisition-page .banner--wrapper .banner-content .banner__desc .number--left .number--view {
    margin-left: 8px;
  }
  .customer-acquisition-page .banner--wrapper .banner-content .banner__desc .number--right {
    display: flex;
    flex-direction: row;
  }
  .customer-acquisition-page .banner--wrapper .banner-content .banner__desc .number--right .number--view {
    margin-right: 8px;
  }
  .customer-acquisition-page .banner--wrapper .banner-content .banner__desc .segmentation--view {
    height: 77px;
    line-height: 77px;
    font-family: DINAlternate, DINAlternate;
    font-weight: bold;
    font-size: 62px;
    color: #fff;
    margin: 0 4px;
  }
  .customer-acquisition-page .banner--wrapper .banner-content .banner__btn {
    width: 160px;
    height: 54px;
    background: linear-gradient(270deg, #1065ff 0%, #1983ff 100%);
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
  }
  .customer-acquisition-page .banner--wrapper .banner-content .banner__btn:hover {
    background: #3d7bff;
  }
  .customer-acquisition-page .cooperate-mode--view {
    background: #f0f3fa;
  }
  .customer-acquisition-page .cooperate-mode--view .cooperate-mode--content {
    width: 1200px;
    height: 660px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .customer-acquisition-page .cooperate-mode--view .cooperate-mode--content .cooperate-mode--content__title {
    font-size: 36px;
    font-family: 'Ali-M';
    line-height: 50px;
    color: #000;
    margin-bottom: 16px;
  }
  .customer-acquisition-page .cooperate-mode--view .cooperate-mode--content .cooperate-mode--content__tips {
    font-size: 18px;
    color: #6c7181;
  }
  .customer-acquisition-page .cooperate-mode--view .cooperate-mode--content .cooperate-mode--content__img {
    width: 1200px;
    height: 336px;
    margin-top: 40px;
    background-image: url("https://static.moguto.net/cdn/website/new/images/customerAcquisition/collaboration-mode_icon.png");
    background-size: cover;
    box-shadow: 0px 10px 48px 0px rgba(230,232,235,0.5);
    border-radius: 4px;
  }
  .customer-acquisition-page .page--module__view {
    height: 580px;
    background: #f0f3fa;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .customer-acquisition-page .page--module__view .module--content__title {
    font-family: 'Ali-M';
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 24px;
    color: #000;
  }
  .customer-acquisition-page .page--module__view .module--content__desc {
    display: flex;
    flex-direction: row;
  }
  .customer-acquisition-page .page--module__view .module--content__desc .module--desc__text {
    font-size: 22px;
    line-height: 36px;
    color: #162035;
    flex: 1;
    margin-left: 0;
  }
  .customer-acquisition-page .page--module__view .page--module__content {
    width: 1200px;
    height: 400px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .customer-acquisition-page .page--module__view .page--module__content .pain-spot--image {
    width: 500px;
    height: 300px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .customer-acquisition-page .page--module__view .page--module__content .pain-spot--content {
    width: 700px;
    height: 300px;
    background: #fff;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 46px 43px 40px 43px;
  }
  .customer-acquisition-page .page--module__view .page--module__content .function-list {
    height: 312px;
    width: 567px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .customer-acquisition-page .page--module__view .page--module__content .function--image__content {
    width: 602px;
    height: 400px;
    position: relative;
    top: 0;
    transition: all 1s;
  }
  .customer-acquisition-page .page--module__view .page--module__content .function--image__content.animate {
    top: 80px;
    opacity: 0;
  }
  .customer-acquisition-page .page--module__view .page--module__content .module--content__btn {
    width: 104px;
    height: 40px;
    background: linear-gradient(270deg, #1065ff 0%, #1983ff 100%);
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    margin-top: 28px;
    font-weight: 600;
  }
  .customer-acquisition-page .page--module__view .page--module__content .module--content__btn:hover {
    background: #3d7bff;
  }
  .customer-acquisition-page .page--module__view.white-bg {
    background: #fff;
  }
  .customer-acquisition-page .service-industry--view {
    background: linear-gradient(180deg, #040b10 0%, #040c12 100%);
  }
  .customer-acquisition-page .service-industry--view .service-industry--content {
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .customer-acquisition-page .service-industry--view .service-industry--content .service-industry--content__title {
    font-family: 'Ali-M';
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 40px;
  }
  .customer-acquisition-page .service-industry--view .service-industry--content .service-industry--content__tab {
    width: 1200px;
    height: 448px;
    display: flex;
    flex-direction: row;
  }
  .customer-acquisition-page .service-industry--view .service-industry--content .service-industry--tab__list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 26px;
  }
  .customer-acquisition-page .service-industry--view .service-industry--content .service-industry--tab__list .list--item {
    width: 320px;
    height: 94px;
    background: #2a303b;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .customer-acquisition-page .service-industry--view .service-industry--content .service-industry--tab__list .list--item .industry--icon {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 92px;
  }
  .customer-acquisition-page .service-industry--view .service-industry--content .service-industry--tab__list .list--item .industry--text {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
  }
  .customer-acquisition-page .service-industry--view .service-industry--content .service-industry--tab__list .active-industry {
    background-image: url("https://static.moguto.net/cdn/website/new/images/customerAcquisition/industry-active_icon.png");
    background-size: cover;
  }
  .customer-acquisition-page .service-industry--view .service-industry--content .service-industry--tab__content {
    width: 854px;
    height: 448px;
    border-radius: 8px;
    overflow: hidden;
  }
  .customer-acquisition-page .mode--view {
    background: #f3f8ff;
  }
  .customer-acquisition-page .mode--view .mode--content {
    width: 1200px;
    height: 480px;
    margin: 0 auto;
    padding-top: 82px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .customer-acquisition-page .mode--view .mode--content .mode--content__title {
    font-family: 'Ali-M';
    font-size: 36px;
    line-height: 50px;
    color: #000;
    margin-bottom: 76px;
  }
  .customer-acquisition-page .mode--view .mode--content .mode--content__img {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .customer-acquisition-page .mode--view .mode--content .mode--content__img .mode--content__one {
    width: 500px;
    height: 167px;
    margin-right: 24px;
    background-image: url("https://static.moguto.net/cdn/website/new/images/customerAcquisition/mode-one_icon.png");
    background-size: cover;
    box-shadow: 0px 4px 20px 0px #e7ecf7;
    border-radius: 8px;
  }
  .customer-acquisition-page .mode--view .mode--content .mode--content__img .mode--content__two {
    width: 500px;
    height: 167px;
    background-image: url("https://static.moguto.net/cdn/website/new/images/customerAcquisition/mode-two_icon.png");
    background-size: cover;
    box-shadow: 0px 4px 20px 0px #e7ecf7;
    border-radius: 8px;
  }
  .customer-acquisition-page .mode--view .mode--content .mode--content__img .mode--content__view {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 36px;
    font-size: 24px;
    font-family: 'Ali-M';
    color: #0039ae;
  }
  .customer-acquisition-page .customer-cases--view {
    background-image: url("https://static.moguto.net/cdn/website/new/images/customerAcquisition/case-bg_icon.png");
    background-size: cover;
  }
  .customer-acquisition-page .customer-cases--view .customer-cases--content {
    width: 1200px;
    height: 650px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
  }
  .customer-acquisition-page .customer-cases--view .customer-cases--content .customer-cases--content__title {
    font-family: 'Ali-M';
    font-size: 36px;
    line-height: 50px;
    color: #000;
    margin-bottom: 40px;
  }
  .customer-acquisition-page .customer-cases--view .customer-cases--content .customer-cases--content__banner {
    width: 1200px;
    height: 368px;
  }
  .customer-acquisition-page .customer-cases--view .customer-cases--content .customer-cases--content__banner #customerCases {
    position: relative;
    width: 1200px;
    overflow: hidden;
    border-radius: 10px;
  }
  .customer-acquisition-page .customer-cases--view .customer-cases--content .customer-cases--content__banner #customerCases .swiper-container .swiper-wrapper {
    width: 1200px;
    height: 368px;
  }
  .customer-acquisition-page .customer-cases--view .customer-cases--content .customer-cases--content__banner #customerCases .swiper-container .swiper-wrapper .swiper-slide {
    width: 1200px;
    height: 368px;
    background: #fff;
    border: 1px solid #fff;
    overflow: hidden;
    padding: 9px;
    display: flex;
    flex-direction: row;
  }
  .customer-acquisition-page .customer-cases--view .customer-cases--content .customer-cases--content__banner #customerCases .swiper-container .swiper-wrapper .swiper-slide .swiper-slide--left {
    flex: 1;
    height: 350px;
    padding: 40px 49px 0 60px;
  }
  .customer-acquisition-page .customer-cases--view .customer-cases--content .customer-cases--content__banner #customerCases .swiper-container .swiper-wrapper .swiper-slide .swiper-slide--left .banner--type {
    width: 76px;
    height: 24px;
    border-radius: 4px;
    font-size: 14px;
    color: #1449aa;
    background: #dbe7ff;
    margin-bottom: 23px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .customer-acquisition-page .customer-cases--view .customer-cases--content .customer-cases--content__banner #customerCases .swiper-container .swiper-wrapper .swiper-slide .swiper-slide--left .banner--title {
    font-size: 32px;
    color: #000;
    margin-bottom: 12px;
  }
  .customer-acquisition-page .customer-cases--view .customer-cases--content .customer-cases--content__banner #customerCases .swiper-container .swiper-wrapper .swiper-slide .swiper-slide--left .banner--desc {
    font-size: 16px;
    color: #162035;
  }
  .customer-acquisition-page .customer-cases--view .customer-cases--content .customer-cases--content__banner #customerCases .swiper-container .swiper-wrapper .swiper-slide .banner--icon {
    width: 560px;
    height: 350px;
    border-radius: 8px;
  }
  .customer-acquisition-page .customer-cases--view .custom-pagination {
    text-align: center;
    padding-top: 20px;
  }
  .customer-acquisition-page .customer-cases--view .custom-pagination span {
    width: 56px;
    height: 4px;
    background: #fff;
    border-radius: 3px;
    margin-right: 14px;
  }
  .customer-acquisition-page .customer-cases--view .custom-pagination .swiper-pagination-bullet-active {
    background: #1168ff;
  }
  .customer-acquisition-page .customer-cases--view .custom-pagination .swiper-pagination-bullet {
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .customer-acquisition-page {
    padding-top: 1.12rem;
    padding-bottom: 0;
    background: #f7faff;
  }
  .customer-acquisition-page .banner--wrapper {
    height: 5.44rem;
    background-image: url("https://static.moguto.net/cdn/website/new/images/customerAcquisition/m-banner.png");
    background-size: cover;
  }
  .customer-acquisition-page .banner--wrapper .banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .customer-acquisition-page .banner--wrapper .banner__title {
    margin-bottom: 0;
    font-size: 0.48rem;
    font-weight: 600;
    color: #fff;
    line-height: 0.66rem;
    text-align: center;
  }
  .customer-acquisition-page .banner--wrapper .banner__desc {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.6rem;
  }
  .customer-acquisition-page .banner--wrapper .number--left,
  .customer-acquisition-page .banner--wrapper .number--right {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .customer-acquisition-page .banner--wrapper .number--left .number--view,
  .customer-acquisition-page .banner--wrapper .number--right .number--view {
    width: 0.8rem;
    height: 1rem;
    background: rgba(255,255,255,0.1);
    border-radius: 0.03rem;
    border: 0.01rem solid rgba(255,255,255,0.5);
    font-weight: bold;
    font-size: 1.04rem;
    line-height: 1rem;
    color: #fff;
    text-align: center;
  }
  .customer-acquisition-page .banner--wrapper .number--left .number--view+.number--view,
  .customer-acquisition-page .banner--wrapper .number--right .number--view+.number--view {
    margin-left: 0.1rem;
  }
  .customer-acquisition-page .banner--wrapper .segmentation--view {
    width: 0.26rem;
    height: 1rem;
    margin: 0 0.1rem;
    font-family: DINAlternate, DINAlternate;
    font-weight: bold;
    font-size: 1.04rem;
    color: #fff;
    line-height: 1rem;
    color: #fff;
    text-align: center;
  }
  .customer-acquisition-page .module-title--base {
    margin-bottom: 0.4rem;
    font-weight: 600;
    font-size: 0.4rem;
    color: #000;
    text-align: center;
  }
  .customer-acquisition-page .module--desc__text {
    font-size: 0.28rem !important;
    text-align: justify;
  }
  .customer-acquisition-page .cooperate-mode--view {
    padding: 0.8rem 0.4rem 0 0.4rem;
  }
  .customer-acquisition-page .cooperate-mode--view .cooperate-mode--content__title {
    margin-bottom: 0.12rem;
    font-weight: 600;
    font-size: 0.4rem;
    color: #000;
    line-height: 0.56rem;
    text-align: center;
  }
  .customer-acquisition-page .cooperate-mode--view .cooperate-mode--content__tips {
    margin-bottom: 0.4rem;
    font-weight: 400;
    font-size: 0.24rem;
    color: #6c7181;
    line-height: 0.4rem;
    text-align: center;
  }
  .customer-acquisition-page .cooperate-mode--view .cooperate-mode--content__img {
    width: 6.7rem;
    height: 1.88rem;
    background-image: url("https://static.moguto.net/cdn/website/new/images/customerAcquisition/collaboration-mode_icon.png");
    background-size: cover;
    box-shadow: 0rem 0.06rem 0.26rem 0rem rgba(230,232,235,0.5);
  }
  .customer-acquisition-page .service-industry--view {
    margin-top: 0.5rem;
    padding: 0.48rem 0.4rem;
    background: #040c11;
  }
  .customer-acquisition-page .service-industry--view .service-industry--content__title {
    margin: 0.32rem 0 0.48rem 0;
    font-weight: 600;
    font-size: 0.4rem;
    color: #fff;
    line-height: 0.56rem;
    text-align: center;
  }
  .customer-acquisition-page .service-industry--view .service-industry--tab__list .list--item {
    display: flex;
    align-items: center;
    height: 1rem;
    padding: 0 0.4rem;
    background: #2a303b;
    border-radius: 0.24rem;
  }
  .customer-acquisition-page .service-industry--view .service-industry--tab__list .list--item+.list--item {
    margin-top: 0.24rem;
  }
  .customer-acquisition-page .service-industry--view .service-industry--tab__list .list--item.active-industry {
    background-image: url("https://static.moguto.net/cdn/website/new/images/customerAcquisition/industry-active_icon.png");
    background-size: cover;
  }
  .customer-acquisition-page .service-industry--view .service-industry--tab__list .list--item img {
    width: 0.4rem;
    height: 0.4rem;
  }
  .customer-acquisition-page .service-industry--view .service-industry--tab__list .list--item .industry--text {
    margin-left: 0.16rem;
    font-size: 0.28rem;
    color: #fff;
  }
  .customer-acquisition-page .service-industry--view .service-industry--tab__content {
    margin-top: 0.24rem;
    height: 3.52rem;
    overflow: hidden;
  }
  .customer-acquisition-page .service-industry--view .service-industry--tab__content img {
    height: 3.52rem;
    border-radius: 0.24rem;
  }
  .customer-acquisition-page .mode--view {
    padding: 0.8rem 0.4rem 0.64rem 0.4rem;
    background: #f3f8ff;
  }
  .customer-acquisition-page .mode--view .mode--content__view {
    display: flex;
    align-items: center;
    height: 1.76rem;
    padding-left: 0.48rem;
    border-radius: 0.2rem;
    box-shadow: 0rem 0.08rem 0.4rem 0rem #e7ecf7;
    font-size: 0.3rem;
    color: #0039ae;
    line-height: 0.42rem;
    font-weight: 500;
  }
  .customer-acquisition-page .mode--view .mode--content__one {
    background-image: url("https://static.moguto.net/cdn/website/new/images/customerAcquisition/mode-one_icon.png");
    background-size: cover;
  }
  .customer-acquisition-page .mode--view .mode--content__two {
    margin-top: 0.32rem;
    background-image: url("https://static.moguto.net/cdn/website/new/images/customerAcquisition/mode-two_icon.png");
    background-size: cover;
  }
  .customer-acquisition-page .customer-cases--view {
    padding: 0.8rem 0.4rem 0 0.4rem;
    background: #b0ceff;
  }
  .customer-acquisition-page .customer-cases--view .customer-cases--content__banner {
    padding: 0.32rem 0.4rem;
    background: linear-gradient(180deg, #f3f8ff 0%, #fff 100%);
    border-radius: 0.2rem;
  }
  .customer-acquisition-page .customer-cases--view .content-container {
    overflow: hidden;
  }
  .customer-acquisition-page .customer-cases--view .content-container .swiper-slide--left {
    font-size: 0;
  }
  .customer-acquisition-page .customer-cases--view .content-container .banner--type {
    display: inline-block;
    height: 0.48rem;
    line-height: 0.48rem;
    padding: 0 0.2rem;
    background: #dbe7ff;
    border-radius: 0.08rem;
    font-size: 0.28rem;
    color: #1449aa;
  }
  .customer-acquisition-page .customer-cases--view .content-container .banner--title {
    margin: 0.28rem 0 0.16rem 0;
    font-weight: 600;
    font-size: 0.32rem;
    color: #000;
    line-height: 0.44rem;
    line-height: 0.36rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .customer-acquisition-page .customer-cases--view .content-container .banner--desc {
    margin-bottom: 0.24rem;
    font-size: 0.24rem;
    color: #6c7181;
    line-height: 0.4rem;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
  }
  .customer-acquisition-page .customer-cases--view .content-container img {
    height: 3.67rem;
  }
  .customer-acquisition-page .customer-cases--view .custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.78rem;
    font-size: 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 1440px) {
  .customer-acquisition-page .banner--wrapper .banner-content .banner__title {
    line-height: 56px;
  }
  .customer-acquisition-page .banner--wrapper .banner-content .banner__desc {
    margin: 12px 0 24px;
  }
  .customer-acquisition-page .banner--wrapper .banner-content .banner__desc .number--view {
    width: 56px;
    height: 66px;
    line-height: 62px;
    font-size: 56px;
  }
}
@-moz-keyframes shake-smooth {
  0% {
    top: 120px;
  }
  50% {
    top: 100px;
  }
  100% {
    top: 120px;
  }
}
@-webkit-keyframes shake-smooth {
  0% {
    top: 120px;
  }
  50% {
    top: 100px;
  }
  100% {
    top: 120px;
  }
}
@-o-keyframes shake-smooth {
  0% {
    top: 120px;
  }
  50% {
    top: 100px;
  }
  100% {
    top: 120px;
  }
}
@keyframes shake-smooth {
  0% {
    top: 120px;
  }
  50% {
    top: 100px;
  }
  100% {
    top: 120px;
  }
}
