.container {
  width: 1200px;
  margin: 0 auto; }

.shape {
  position: absolute;
  pointer-events: none; }

.shape > * {
  display: block; }

.shape:not([class*='shape-blur']) {
  overflow: hidden; }

.shape:not([class*='shape-blur']) > * {
  transform: scale(2); }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .shape > svg {
    display: none; } }

.shape-top {
  top: 0;
  right: 0;
  left: 0; }

.shape-top > * {
  transform-origin: bottom center; }

.shape-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.shape-right > * {
  position: inherit;
  top: inherit;
  bottom: inherit;
  right: inherit;
  transform-origin: center left; }

.shape-bottom {
  right: 0;
  bottom: 0;
  left: 0; }

.shape-bottom > * {
  transform-origin: top center; }

.shape-bottom-100 {
  right: 0;
  bottom: 100%;
  left: 0; }

.shape-bottom-100 > * {
  transform-origin: top center; }

.shape-left {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.shape-left > * {
  position: inherit;
  top: inherit;
  bottom: inherit;
  left: inherit;
  transform-origin: center right; }

.shape-fluid-x > * {
  width: 100%;
  height: auto; }

.shape-fluid-y > * {
  width: auto;
  height: 100%; }

.shape-flip-x {
  transform: scaleX(-1); }

.shape-blur-1 {
  top: 0;
  right: 0;
  left: 0; }

@media (min-width: 768px) {
  .shape-blur-1 {
    bottom: 0;
    left: 50%;
    right: auto; } }

.shape-blur-1 > * {
  width: 100%;
  height: auto; }

@media (min-width: 768px) {
  .shape-blur-1 > * {
    width: auto;
    height: 100%; } }

.shape-blur-2 {
  top: 0;
  right: 0;
  left: 0; }

@media (min-width: 768px) {
  .shape-blur-2 {
    bottom: 0;
    right: 50%;
    left: auto; } }

.shape-blur-2 > * {
  width: 100%;
  height: auto; }

@media (min-width: 768px) {
  .shape-blur-2 > * {
    width: auto;
    height: 100%;
    float: right; } }

.shape-blur-3 {
  top: 0;
  right: 0;
  left: 0; }

.shape-blur-3 > * {
  width: 100%;
  height: auto; }

.shape-blur-4 {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%) scale(1.3); }

.shape-blur-4 > * {
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

html *,
body * {
  box-sizing: content-box; }

.main-nav {
  position: relative;
  z-index: 10;
  height: 80px;
  line-height: 80px;
  border-top: 3px solid #2486ff;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04), 0 1px 0 0 #eee; }
  .main-nav__wrap {
    display: flex; }
  .main-nav__link {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
    text-align: right; }
    .main-nav__link a:not(.ui-button) {
      display: inline-block;
      margin-right: 40px;
      font-size: 16px;
      color: #666; }
      .main-nav__link a:not(.ui-button):hover {
        color: #000; }
    .main-nav__link .ui-button {
      height: 20px;
      border-radius: 20px; }
  .main-nav__member {
    display: flex;
    margin-left: auto;
    text-align: right;
    align-items: center; }
    .main-nav__member a {
      font-size: 14px;
      margin-left: 10px; }
  .main-nav__logo {
    width: 200px; }
    .main-nav__logo img {
      width: 140px;
      vertical-align: middle; }
  .main-nav .user-photo {
    display: inline-block;
    height: 40px; }
    .main-nav .user-photo .photo-cover {
      display: inline-block;
      width: 40px;
      height: 40px;
      overflow: hidden;
      border-radius: 20px;
      vertical-align: top; }
    .main-nav .user-photo .fas {
      display: inline-block;
      vertical-align: top;
      line-height: 40px; }
    .main-nav .user-photo img {
      width: 100%;
      vertical-align: top; }
  .main-nav .nav-drop {
    display: none;
    position: absolute;
    background-color: #fff;
    text-align: left;
    line-height: 1.4;
    padding: 20px 0 10px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.08), 0 1px 0 0 #eee;
    border-radius: 4px;
    border: 1px solid #eee; }
    .main-nav .nav-drop::after {
      content: ' ';
      width: 0;
      height: 0;
      border-width: 0 12px 12px;
      border-style: solid;
      border-color: transparent transparent #fff;
      position: absolute;
      top: -12px;
      left: 70px; }
    .main-nav .nav-drop::before {
      content: ' ';
      width: 0;
      height: 0;
      border-width: 0 12px 12px;
      border-style: solid;
      border-color: transparent transparent #eee;
      position: absolute;
      top: -13px;
      left: 70px; }
    .main-nav .nav-drop .nickname {
      padding: 0 20px;
      padding-bottom: 10px;
      border-bottom: 1px solid #eee; }
      .main-nav .nav-drop .nickname span {
        display: inline-block;
        vertical-align: middle;
        max-width: 80px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: break-all; }
    .main-nav .nav-drop .drop-item a {
      display: block;
      padding: 10px 20px;
      margin-left: 0; }
      .main-nav .nav-drop .drop-item a:hover {
        background-color: #f5f5f5; }

footer {
  position: relative;
  background-color: #161c2d;
  text-align: center; }
  footer .footer-wrap {
    display: flex;
    justify-content: space-between; }
  footer .shape {
    display: none;
    color: #161c2d; }
  footer .site-info {
    line-height: 50px;
    color: #999; }
    footer .site-info a {
      color: #999; }
      footer .site-info a:hover {
        color: #666; }
    footer .site-info > div {
      display: inline-block; }
  footer .quick-link {
    padding: 15px 0 0; }
    footer .quick-link a {
      display: inline-block;
      margin: 0 5px;
      color: #999; }

.login-wrap .fix {
  position: relative;
  margin-bottom: 20px; }
  .login-wrap .fix .forget-link {
    position: absolute;
    right: -10px;
    bottom: -50px;
    font-size: 12px;
    z-index: 1000;
    cursor: pointer; }

.em-form-item {
  display: flex;
  margin-bottom: 20px;
  align-items: top; }
  .em-form-item input,
  .em-form-item textarea,
  .em-form-item .ui-textarea,
  .em-form-item select {
    flex-grow: 1; }
  .em-form-item .show-check {
    z-index: auto;
    flex-grow: 0;
    position: static;
    align-self: self-end;
    opacity: 1; }
  .em-form-item label {
    flex-grow: 0;
    width: 120px;
    text-align: right;
    padding-top: 10px;
    margin-right: 15px; }
  .em-form-item.required label::before {
    content: '* ';
    color: red; }

.em-form .form-tips {
  color: #999;
  margin-left: 140px;
  margin-top: -15px;
  margin-bottom: 20px; }

.no-data {
  text-align: center;
  padding: 100px 0 150px; }
  .no-data .tips {
    font-size: 16px;
    margin-top: 30px;
    color: #999; }

.banner {
  height: 400px;
  background: url(/public/image/cool-background.png) no-repeat;
  background-size: cover;
  padding-top: 170px; }
  .banner .container {
    position: relative;
    text-align: center; }
  .banner h1 {
    color: #fff;
    font-size: 48px;
    font-weight: bold; }
  .banner .typed {
    font-size: 30px; }
    .banner .typed span:first-child {
      color: #fad776;
      font-weight: 600; }
    .banner .typed .typed-cursor {
      color: #fff; }
  .banner .busi-desc {
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px; }
  .banner .trial-btn {
    margin-top: 30px;
    padding: 15px 50px;
    min-width: 150px;
    letter-spacing: 2px;
    background-color: #f60; }

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px); }
  100% {
    transform: translateY(-10px); } }

@keyframes up-down {
  0% {
    transform: translateY(10px); }
  100% {
    transform: translateY(-10px); } }

.block-section {
  padding: 80px 0; }
  .block-section > h1 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px; }
  .block-section.grey {
    background-color: #f8fafb; }

.make-step {
  display: flex;
  justify-content: space-between; }
  .make-step .item {
    position: relative;
    width: 287px;
    height: 216px;
    border: 1px solid #eee;
    border-radius: 6px;
    transition: box-shadow ease 200ms; }
    .make-step .item:hover {
      box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04), 0 1px 0 0 #eee; }
    .make-step .item:nth-child(1) {
      background: url(/public/image/step1.png);
      background-size: cover; }
    .make-step .item:nth-child(2) {
      background: url(/public/image/step2.png);
      background-size: cover; }
    .make-step .item:nth-child(3) {
      background: url(/public/image/step3.png);
      background-size: cover; }
    .make-step .item:nth-child(4) {
      background: url(/public/image/step4.png);
      background-size: cover; }
  .make-step .step-name {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 20px 15px; }
  .make-step .step-desc {
    font-size: 16px;
    margin-left: 20px; }
  .make-step .step-icon {
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04), 0 1px 0 0 #eee;
    line-height: 36px;
    color: #666; }

.temp-list {
  display: flex;
  flex-wrap: wrap; }
  .temp-list .temp-item {
    box-sizing: border-box;
    transition: all ease 300ms;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px; }
    .temp-list .temp-item img {
      width: 100%; }
    .temp-list .temp-item:nth-child(2) .card {
      height: 350px; }
    .temp-list .temp-item:nth-child(8) .card {
      height: 350px; }
    .temp-list .temp-item:nth-child(9) .card {
      height: 350px; }
  .temp-list .card-zoom {
    transition: transform ease 300ms; }
  .temp-list .card {
    position: relative;
    margin-bottom: 40px;
    border-radius: 6px;
    overflow: hidden;
    height: 400px; }
    .temp-list .card:hover .card-body {
      transform: translateY(0); }
    .temp-list .card:hover .card-zoom {
      transform: scale(1.1); }
  .temp-list .card-overlay {
    display: flex;
    flex-direction: column;
    padding: 24px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
    border-radius: 6px; }
    .temp-list .card-overlay .card-body {
      display: block;
      background-color: #fff;
      flex-grow: 0;
      transform: translateY(110%);
      transition: all 0.3s ease;
      margin: -30px;
      margin-top: auto;
      padding: 30px; }
  .temp-list .brand {
    color: #869ab8;
    font-size: 14px;
    line-height: 24px; }
  .temp-list .title {
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

.badge-wrap {
  text-align: center;
  margin: -30px 0 50px 0; }
  .badge-wrap .badge-item {
    display: inline-block;
    transition: all ease 300ms;
    cursor: pointer;
    font-size: 12px;
    background-color: rgba(80, 102, 144, 0.1);
    color: #506690;
    padding: 5px 15px;
    margin: 0 5px;
    border-radius: 10px;
    line-height: 1;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04), 0 1px 0 0 #eee; }
    .badge-wrap .badge-item:hover {
      background-color: #1c4ce8;
      color: #fff; }

.plan-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .plan-list .plan-item {
    width: calc(1140px / 3);
    margin-bottom: 30px; }
    .plan-list .plan-item:hover .plan-body {
      top: -4px;
      box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); }
    .plan-list .plan-item:hover img {
      transform: scale(1.1); }
    .plan-list .plan-item .plan-body {
      position: relative;
      top: 0;
      border-radius: 6px;
      height: 260px;
      overflow: hidden;
      transition: all ease 200ms; }
    .plan-list .plan-item .overlay {
      height: 100%;
      overflow: hidden; }
    .plan-list .plan-item .item-text {
      display: block;
      padding: 30px;
      margin-top: auto;
      font-size: 18px;
      transform: translateY(-100%);
      color: #fff;
      background-color: rgba(0, 0, 0, 0.4); }
    .plan-list .plan-item img {
      width: 100%;
      transition: all ease 200ms; }
    .plan-list .plan-item .shape {
      color: rgba(0, 0, 0, 0.4); }

.brand-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .brand-list .item {
    width: 20%;
    margin-bottom: 50px;
    text-align: center; }
    .brand-list .item img {
      width: 60%; }

.brand-section {
  position: relative;
  background: url(/public/image/bg5.png) repeat-y top center; }
  .brand-section h1 {
    color: #666; }
  .brand-section .container,
  .brand-section h1 {
    position: relative;
    z-index: 2; }
  .brand-section .brand-list {
    background: url(/public/image/lg.png) no-repeat top center;
    background-size: cover;
    height: 540px; }

.qa-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .qa-list .item {
    position: relative;
    width: 42%;
    margin-bottom: 40px;
    padding: 20px 20px 20px 60px;
    border-radius: 5px;
    box-shadow: 0 4px 20px 5px rgba(217, 223, 231, 0.8); }
    .qa-list .item .item-index {
      position: absolute;
      top: 20px;
      background-color: #a2c5ff;
      color: #fff;
      width: 24px;
      box-shadow: 0 6px 12px 0 rgba(43, 123, 255, 0.3);
      height: 24px;
      line-height: 24px;
      text-align: center;
      border-radius: 3px;
      left: 20px; }
  .qa-list .ques {
    font-size: 15px;
    margin-bottom: 10px; }
    .qa-list .ques a {
      color: #333; }
  .qa-list .answer {
    line-height: 24px;
    font-size: 13px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

.price-page {
  background-color: #f9fbfd; }
  .price-page .price-banner {
    position: relative;
    background-color: #335eea;
    height: 500px; }
    .price-page .price-banner .shape {
      left: 200px;
      right: 0;
      top: 0; }
      .price-page .price-banner .shape svg {
        width: 100%; }
  .price-page .slogan {
    width: 900px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding-top: 100px; }
    .price-page .slogan h1 {
      font-size: 50px;
      margin-bottom: 20px; }
    .price-page .slogan p {
      font-size: 18px;
      line-height: 2;
      color: #f5f5f5; }
  .price-page .price-plan {
    position: relative;
    padding: 50px 0 0; }
    .price-page .price-plan .shape {
      color: #f9fbfd; }
    .price-page .price-plan .container {
      display: flex;
      width: 1000px;
      position: relative;
      top: -200px; }
      .price-page .price-plan .container .plan-item {
        position: relative;
        padding-top: 30px;
        width: 33.33%;
        background-color: #fff;
        margin-right: 30px;
        box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.1);
        border-radius: 8px; }
        .price-page .price-plan .container .plan-item:last-child {
          margin-right: 0; }
      .price-page .price-plan .container .plan-tag {
        text-align: center; }
        .price-page .price-plan .container .plan-tag .tag {
          display: inline-block;
          background-color: rgba(51, 94, 234, 0.1);
          border-radius: 10px;
          color: #335eea;
          font-size: 12px;
          font-weight: 600;
          line-height: 1;
          padding: 6px 8px;
          text-align: center;
          vertical-align: baseline;
          white-space: nowrap; }
      .price-page .price-plan .container .time-left {
        position: absolute;
        top: 110px;
        width: 100%;
        text-align: center; }
        .price-page .price-plan .container .time-left .under {
          font-size: 12px;
          color: #999;
          text-decoration: line-through; }
        .price-page .price-plan .container .time-left .limit {
          color: #ff6b00; }
      .price-page .price-plan .container .plan-price {
        text-align: center;
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 20px; }
        .price-page .price-plan .container .plan-price .num {
          font-size: 26px;
          color: #ff6b00; }
      .price-page .price-plan .container .plan-content {
        margin: 0 20px 20px 20px;
        padding: 20px; }
        .price-page .price-plan .container .plan-content .plan-strip {
          font-size: 16px;
          margin-bottom: 10px; }
          .price-page .price-plan .container .plan-content .plan-strip .fas {
            color: #42ba96; }
            .price-page .price-plan .container .plan-content .plan-strip .fas.not-support {
              color: #999; }
      .price-page .price-plan .container .order-btn {
        display: block;
        margin: 0 30px 20px;
        background-color: rgba(51, 94, 234, 0.1);
        color: #335eea;
        border-radius: 0.375rem;
        cursor: pointer;
        font-size: 1.0625rem;
        font-weight: 600;
        line-height: 1.6;
        padding: 0.8125rem 1.25rem;
        text-align: center;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        vertical-align: middle; }
        .price-page .price-plan .container .order-btn:hover {
          background-color: rgba(51, 94, 234, 0.15);
          color: #335eea; }
  .price-page .contact-us {
    border-bottom: 1px solid #f1f4f8;
    padding-bottom: 50px;
    margin-bottom: 50px; }
    .price-page .contact-us .contact-information {
      width: 900px;
      display: flex;
      margin: 0 auto; }
      .price-page .contact-us .contact-information .item {
        width: 33.33%;
        text-align: center; }
        .price-page .contact-us .contact-information .item .item-type {
          color: #506690;
          font-size: 12px;
          margin-bottom: 10px; }
        .price-page .contact-us .contact-information .item .item-content {
          color: #335eea;
          font-size: 16px; }
          .price-page .contact-us .contact-information .item .item-content:hover {
            text-decoration: underline; }
  .price-page .let-message {
    width: 700px;
    margin: 0 auto; }
    .price-page .let-message > h1 {
      font-size: 30px;
      text-align: center;
      margin-bottom: 30px; }

.sub-banner {
  background-color: rgba(0, 0, 0, 0.04); }
  .sub-banner h1 {
    font-size: 42px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    padding: 80px 0 20px; }
  .sub-banner .feture {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 12px; }
    .sub-banner .feture .item {
      padding: 5px 15px;
      margin: 0 10px;
      border-radius: 16px;
      box-shadow: 0 2px 8px 4px rgba(0, 0, 0, 0.04); }
      .sub-banner .feture .item:nth-child(1) {
        background-color: #4158d0;
        background-image: linear-gradient(43deg, #4158d0 0%, #c850c0 46%, #ffcc70 100%); }
      .sub-banner .feture .item:nth-child(2) {
        background-color: #8ec5fc;
        background-image: linear-gradient(62deg, #8ec5fc 0%, #e0c3fc 100%); }
      .sub-banner .feture .item:nth-child(3) {
        background-color: #ff9a8b;
        background-image: linear-gradient(90deg, #ff9a8b 0%, #ff6a88 55%, #ff99ac 100%); }
  .sub-banner .show-case {
    width: 1270px;
    margin: 90px auto 0;
    display: flex;
    align-items: flex-end; }
  .sub-banner .show-case .item {
    position: relative; }
  .sub-banner .show-case .item img {
    width: 100%; }
  .sub-banner .show-case .item:nth-child(1) {
    right: -50px;
    z-index: 16; }
  .sub-banner .show-case .item:nth-child(2) {
    z-index: 15; }
  .sub-banner .show-case .item:nth-child(3) {
    left: -50px;
    bottom: -50px;
    z-index: 98;
    box-shadow: 4px 2px 10px 1px black; }
