@charset "UTF-8";
/**
 * @copyright     2022 shopleade.com - All Rights Reserved.
 * @link          https://shopleade.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:45:17
 */
/**
 * @copyright     2022 shopleade.com - All Rights Reserved.
 * @link          https://shopleade.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-24 17:24:33
 * @LastEditTime  2022-09-16 19:05:06
 */
[v-cloak] {
  display: none;
}

body:not(.page-home) {
  padding-top: 100px;
}
@media (max-width: 992px) {
  body:not(.page-home) {
    padding-top: 50px;
  }
}

@font-face {
  font-family: "poppins";
  src: url("/fonts/poppins/Poppins-Regular.ttf");
}
@font-face {
  font-family: "poppins";
  src: url("/fonts/poppins/Poppins-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("/fonts/poppins/Poppins-Medium.ttf");
}
.min-h1 {
  min-height: 100px;
}

.min-h2 {
  min-height: 200px;
}

.min-h3 {
  min-height: 300px;
}

.min-h4 {
  min-height: 400px;
}

.min-h5 {
  min-height: 500px;
}

.min-h6 {
  min-height: 600px;
}

@media (min-width: 768px) {
  .wp-100 {
    width: 100px;
  }
  .wp-200 {
    width: 200px;
  }
  .wp-300 {
    width: 300px;
  }
  .wp-400 {
    width: 400px;
  }
  .wp-500 {
    width: 500px;
  }
  .wp-600 {
    width: 600px;
  }
  .wp-700 {
    width: 700px;
  }
  .wp-800 {
    width: 800px;
  }
  .wp-900 {
    width: 900px;
  }
  .wp-1000 {
    width: 1000px;
  }
  .wp-100- {
    width: calc(100% - 100px);
  }
  .wp-200- {
    width: calc(100% - 200px);
  }
  .wp-300- {
    width: calc(100% - 300px);
  }
  .wp-400- {
    width: calc(100% - 400px);
  }
  .wp-500- {
    width: calc(100% - 500px);
  }
  .wp-600- {
    width: calc(100% - 600px);
  }
  .wp-700- {
    width: calc(100% - 700px);
  }
  .wp-800- {
    width: calc(100% - 800px);
  }
  .wp-900- {
    width: calc(100% - 900px);
  }
  .wp-1000- {
    width: calc(100% - 1000px);
  }
  .hp-100 {
    height: 100px;
  }
  .hp-200 {
    height: 200px;
  }
  .hp-300 {
    height: 300px;
  }
  .hp-400 {
    height: 400px;
  }
  .hp-500 {
    height: 500px;
  }
  .hp-600 {
    height: 600px;
  }
  .hp-700 {
    height: 700px;
  }
  .hp-800 {
    height: 800px;
  }
  .hp-900 {
    height: 900px;
  }
  .hp-1000 {
    height: 1000px;
  }
}
.h-min-100 {
  min-height: 100px;
}

.h-min-200 {
  min-height: 200px;
}

.h-min-300 {
  min-height: 300px;
}

.h-min-400 {
  min-height: 400px;
}

.h-min-500 {
  min-height: 500px;
}

.h-min-600 {
  min-height: 600px;
}

.h-min-700 {
  min-height: 700px;
}

.h-min-800 {
  min-height: 800px;
}

.h-min-900 {
  min-height: 900px;
}

.h-min-1000 {
  min-height: 1000px;
}

.w-min-100 {
  min-width: 100px;
}

.w-min-200 {
  min-width: 200px;
}

.w-min-300 {
  min-width: 300px;
}

.w-min-400 {
  min-width: 400px;
}

.w-min-500 {
  min-width: 500px;
}

.w-min-600 {
  min-width: 600px;
}

.w-min-700 {
  min-width: 700px;
}

.w-min-800 {
  min-width: 800px;
}

.w-min-900 {
  min-width: 900px;
}

.w-min-1000 {
  min-width: 1000px;
}

.w-max-100 {
  max-width: 100px;
}

.w-max-200 {
  max-width: 200px;
}

.w-max-300 {
  max-width: 300px;
}

.w-max-400 {
  max-width: 400px;
}

.w-max-500 {
  max-width: 500px;
}

.w-max-600 {
  max-width: 600px;
}

.w-max-700 {
  max-width: 700px;
}

.w-max-800 {
  max-width: 800px;
}

.w-max-900 {
  max-width: 900px;
}

.w-max-1000 {
  max-width: 1000px;
}

.wh-10 {
  height: 10px;
  width: 10px;
}

.wh-20 {
  height: 20px;
  width: 20px;
}

.wh-30 {
  height: 30px;
  width: 30px;
}

.wh-40 {
  height: 40px;
  width: 40px;
}

.wh-50 {
  height: 50px;
  width: 50px;
}

.wh-60 {
  height: 60px;
  width: 60px;
}

.wh-70 {
  height: 70px;
  width: 70px;
}

.wh-80 {
  height: 80px;
  width: 80px;
}

.wh-90 {
  height: 90px;
  width: 90px;
}

.wh-100 {
  height: 100px;
  width: 100px;
}

.page-head, .page-head-2 {
  padding: 50px 0 60px;
  margin-bottom: 20px;
}
.page-head .title, .page-head-2 .title {
  font-size: 62px;
  font-weight: bold;
  text-align: center;
}
.page-head .sub-title, .page-head-2 .sub-title {
  font-size: 20px;
  color: #666;
  text-align: center;
}
.page-head .page-bg, .page-head-2 .page-bg {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
.page-head .page-bg img, .page-head-2 .page-bg img {
  width: 100% !important;
}

.shadow-lxx {
  box-shadow: 0px 30px 50px 0px rgba(8, 0, 42, 0.08);
}

.page-head-2 {
  text-align: center;
  background-color: transparent;
  background-image: url("/image/bksaas/page-bg-3.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.max-h-100 {
  max-height: 100%;
}

.col-form-label.required::before {
  content: "*";
  color: #f56c6c;
  font-size: 12px;
  font-weight: bold;
  margin-right: 5px;
}

.body-gray {
  background-color: #f0f2f5;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-scroll {
  cursor: all-scroll;
}

.flex-1 {
  flex: 1;
}

.help-text {
  color: #B2B2B2;
  margin-top: 4px;
  font-size: 12px;
}

.font-size-12 {
  font-size: 12px;
}

.open-file-manager {
  cursor: pointer;
}

.file-manager-box .layui-layer-title {
  background-color: #293042;
  color: #fff;
  border-color: #404e72;
}
.file-manager-box .layui-layer-ico {
  background: url("/image/close.png") no-repeat;
  background-size: cover;
  background-position: center center;
}

.border-dashed {
  border-style: dashed !important;
}

.set-product-img {
  background-color: #f8f8f8;
  border: 1px dashed #e2e2e2;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.set-product-img:hover {
  background-color: #f1f1f1;
}

.main-content {
  display: flex;
  transition: margin-left 0.25s ease-in-out, left 0.25s ease-in-out, margin-right 0.25s ease-in-out, right 0.25s ease-in-out;
  width: 100%;
  height: calc(100vh - 60px);
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .main-content {
    margin-left: 260px;
  }
}
.main-content:not(.active) {
  margin-left: 0;
}
.main-content > #content {
  flex: 1;
  padding: 0 1rem 4rem;
  overflow-y: auto;
}
@media screen and (max-width: 991px) {
  .main-content > #content {
    padding: 0 1rem 1.5rem;
  }
}

.page-title-box {
  height: 64px;
}
.page-title-box .page-title {
  font-size: 1rem;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: inherit;
}

.switch-plus {
  position: relative;
  width: 50px;
  height: 24px;
  margin-bottom: 1rem;
}
.switch-plus input {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  height: 20px;
  width: 50px;
  left: 0;
  margin: 0;
}
.switch-plus input:checked {
  z-index: 1;
}
.switch-plus input:checked + label {
  opacity: 1;
  cursor: default;
}
.switch-plus input:checked + label:hover {
  opacity: 0.5;
}
.switch-plus input:checked ~ .toggle-outside .toggle-inside {
  left: 0.25rem;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
}
.switch-plus input ~ input:checked ~ .toggle-outside {
  background-color: #1274ff;
}
.switch-plus input ~ input:checked ~ .toggle-outside .toggle-inside {
  left: 23px;
  background-color: #fff;
}
.switch-plus label {
  color: #fff;
  opacity: 0.33;
  transition: opacity 0.25s ease;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 3rem;
  display: inline-block;
  width: 50px;
  height: 100%;
  margin: 0;
  text-align: center;
}
.switch-plus label:last-of-type {
  margin-left: 50px;
}
.switch-plus .toggle-outside {
  height: 100%;
  border-radius: 2rem;
  padding: 2px;
  overflow: hidden;
  transition: 0.25s ease all;
  background-color: #e7eaf3;
  position: absolute;
  width: 46px;
  left: 0;
}
.switch-plus .toggle-inside {
  border-radius: 50%;
  position: absolute;
  transition: 0.25s ease all;
  height: 20px;
  width: 20px;
}

body.page-seller-product .share-link-pop .share-links-td {
  padding-top: 4px;
  padding-bottom: 4px;
}
body.page-seller-product .share-link-pop .share-links-code {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
body.page-seller-product .share-link-pop .share-links-code img {
  max-width: 100%;
}

.filter-title {
  flex: 0 0 56px;
  margin-right: 10px;
  text-align: right;
  margin-bottom: 0;
}

.order-by-wrap i {
  line-height: 0.6;
  cursor: pointer;
}
.order-by-wrap i:hover {
  color: #000;
}
.order-by-wrap i:active {
  color: #1274ff;
}

.layui-layer-btn .layui-layer-btn0 {
  border: 1px solid #dedede;
  color: #333;
  background-color: #fff;
}
.layui-layer-btn .layui-layer-btn1 {
  background-color: #1274ff;
  border-color: #1274ff;
  color: #fff;
}

table.table thead th, .fw-bold, h1, h2, h3, h4, h5, h6, b, strong, .card .card-header {
  font-family: "Poppins-Medium", sans-serif;
}

.nowrap {
  white-space: nowrap;
}

@media (min-width: 768px) {
  body:not(.zh_cn) .el-form:not(.el-form--label-top) .el-form-item .el-form-item__label {
    line-height: 1.3;
    font-size: 13px;
    margin-top: 13px;
  }
}
.el-form.el-form--label-top .el-form-item__label {
  line-height: inherit;
}

@media (max-width: 768px) {
  .wp-200.text-end {
    text-align: left !important;
  }
  .col-auto {
    flex: 1 0 auto !important;
  }
  .table-push {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .table-push + .el-pagination {
    margin-top: 20px;
  }
  .el-form--inline .el-form-item__label {
    text-align: left;
  }
  .el-form--inline .el-form-item__content {
    width: 100%;
  }
  .el-form-item__label {
    text-align: left;
    width: 100% !important;
    min-width: 100px !important;
  }
  .el-form-item__content {
    margin-left: 0 !important;
  }
  .table {
    margin-bottom: 0;
  }
  .el-dialog {
    width: 95% !important;
  }
  .text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .row > * {
    margin-top: 0.2rem;
  }
  .el-message-box {
    width: 90%;
  }
  .el-form-item {
    margin-bottom: 10px;
  }
  .layui-layer-iframe {
    width: 100% !important;
    left: 0 !important;
  }
  .tox .tox-toolbar--scrolling {
    flex-wrap: wrap !important;
  }
}
.swal2-confirm:focus {
  box-shadow: none !important;
}

.order-top-info table tr td:first-of-type {
  width: 40%;
}
html[lang=zh_cn] .order-top-info table tr td:first-of-type, html[lang=zh_hk] .order-top-info table tr td:first-of-type, html[lang=en] .order-top-info table tr td:first-of-type, html[lang=ja] .order-top-info table tr td:first-of-type {
  width: 90px;
}

.autocomplete-group-wrapper .inline-input {
  width: 100%;
}
.autocomplete-group-wrapper .item-group-wrapper {
  padding: 10px;
  min-height: 280px;
  overflow: auto;
  background-color: #f5f5f5;
}
.autocomplete-group-wrapper .item-group-wrapper .item {
  overflow: hidden;
  position: relative;
  padding: 5px 8px;
  margin-bottom: 4px;
  background: #fff;
  border: 1px solid #eee;
  cursor: move;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.autocomplete-group-wrapper .item-group-wrapper .item:hover {
  border-color: #aaa;
}
.autocomplete-group-wrapper .item-group-wrapper .item div {
  display: flex;
  line-height: 1;
  width: calc(100% - 16px);
  align-items: center;
}
.autocomplete-group-wrapper .item-group-wrapper .item div i {
  margin-right: 4px;
}
.autocomplete-group-wrapper .item-group-wrapper .item span {
  font-size: 12px;
  overflow: hidden;
  padding: 2px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.autocomplete-group-wrapper .item-group-wrapper .item i {
  color: #999;
  font-weight: 400;
}
.autocomplete-group-wrapper .item-group-wrapper .item i.right {
  cursor: pointer;
}
.autocomplete-group-wrapper .item-group-wrapper .item i.right:hover {
  color: #222;
}

.active-line {
  position: relative;
}
.active-line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1rem);
  background-color: rgba(18, 116, 255, 0.04);
  border: 1px dashed rgba(18, 116, 255, 0.5);
}

.saas-btn-1 {
  text-decoration: none;
  background-color: #fff;
  height: 42px;
  border-radius: 42px;
  color: #1274ff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 35px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  width: 140px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .saas-btn-1 {
    font-weight: normal;
  }
}
.saas-btn-1 .btn-hover {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #95d2ff;
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: none;
  scale: 0;
  transition: all 0.3s;
}
.saas-btn-1 .btn-hover img {
  color: #000;
  width: 22px;
  height: 14px;
  font-size: 1rem;
}
.saas-btn-1:hover .btn-hover {
  scale: 1;
}

.saas-btn-3 {
  text-decoration: none;
  background-color: #1274ff;
  height: 42px;
  border-radius: 42px;
  color: #fff;
  padding: 7px 35px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}
@media (max-width: 992px) {
  .saas-btn-3 {
    font-weight: normal;
  }
}
.saas-btn-3 .btn-hover {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #95d2ff;
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: none;
  scale: 0;
  transition: all 0.3s;
}
.saas-btn-3 .btn-hover img {
  color: #000;
  width: 22px;
  height: 14px;
  font-size: 1rem;
}
.saas-btn-3:hover .btn-hover {
  scale: 1;
}

.saas-btn-2 {
  text-decoration: none;
  background-color: #0c4ae7;
  height: 42px;
  border-radius: 42px;
  color: #fff;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 35px;
  font-weight: bold;
  font-size: 18px;
  width: 140px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .saas-btn-2 {
    font-weight: normal;
  }
}

@media (max-width: 768px) {
  .table-mb thead {
    display: none;
  }
  .table-mb tbody td {
    display: block;
    text-align: right !important;
    clear: both;
    white-space: normal;
    background-color: #fff !important;
    border-bottom: none;
    padding: 4px 0;
  }
  .table-mb tbody td > div, .table-mb tbody td > img, .table-mb tbody td > .form-select, .table-mb tbody td > .form-control {
    margin-left: auto;
    justify-content: flex-end;
  }
  .table-mb tbody td .form-check {
    display: inline-block;
  }
  .table-mb tbody td::before {
    content: attr(data-label) "";
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .table-mb tbody td::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .table-mb tbody td .btn-sm {
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .table-mb tbody td:last-child {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
  .table-mb tfoot tr {
    display: flex;
    width: 100%;
  }
  .table-mb tfoot tr td {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .table-mb tfoot tr td:first-child {
    text-align: left !important;
  }
}

.main {
  margin-bottom: 30px;
}

.flex {
  display: flex;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.fB {
  font-weight: bold;
}

.flex-warp {
  flex-wrap: wrap;
}

.overflow {
  overflow: hidden;
}

.between {
  justify-content: space-between;
}

.flex-center {
  justify-content: center;
}

.flex-around {
  justify-content: space-around;
}

.line-center {
  align-items: center;
}

.line-cont {
  align-content: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.text-center {
  text-align: center;
}

.move {
  transition: all 0.3s;
}

.cursor {
  cursor: pointer;
}

.overflow1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.overflow3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.overflow4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.overflow5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.zindex1 {
  z-index: 1;
}

.zindex2 {
  z-index: 2;
}

.zindex3 {
  z-index: 3;
}

.zindex4 {
  z-index: 4;
}

.zindex5 {
  z-index: 5;
}

body.page-login.en {
  font-family: Arial, Helvetica, sans-serif;
}

body.page-login.zh {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

body.page-login {
  --btnColor: #1274ff;
  --noBtnColor: #90b4ee;
  --titleColor: #1d1d1d;
  --juheColor: #333;
  --huiColor: #999;
  --titleSize: 20px;
  --logoSize: 14px;
  --juheSize: 14px;
  --xieyiSize: 12px;
  --inputSize: 12px;
  --borderYuan: 5px;
  --errorColor: #e33629;
  --bottomPx: 15px;
  padding: 0;
}
body.page-login a {
  text-decoration: none;
}
body.page-login header {
  display: none;
}
body.page-login footer {
  display: none;
}
body.page-login .lang-logo-cont {
  display: none;
  width: 100%;
  padding: 10px 0;
  font-size: var(--titleSize);
  font-weight: 700;
}
body.page-login .login-lf-scroll {
  height: 100vh;
  overflow: auto;
  position: relative;
  z-index: 1;
}
body.page-login .login-lf {
  max-width: 41vw;
  width: 100%;
  border-radius: 0 50px 50px 0;
  padding: 60px 112px;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  background-color: white;
}
body.page-login .login-lf .loading-cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3294117647);
  backdrop-filter: blur(3px);
  z-index: 1;
  border-radius: 0 50px 50px 0;
}
body.page-login .login-lf .loading-cont i {
  color: var(--btnColor);
  font-size: var(--titleSize);
  animation: loadingmove 3s ease infinite;
}
@keyframes loadingmove {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.page-login .login-lf .juhe-create .juhe-create-title {
  font-size: var(--titleSize);
  color: var(--titleColor);
  font-weight: 700;
}
body.page-login .login-lf .juhe-create .juhe-create-des {
  margin: 10px 0 30px 0;
  font-size: var(--xieyiSize);
  color: var(--huiColor);
}
body.page-login .login-lf .juhe-create .juhe-create-email {
  font-weight: 700;
}
body.page-login .login-lf .create_btn {
  right: 0px;
  top: 0px;
  bottom: 0;
  margin: auto 0;
  font-size: var(--xieyiSize);
  font-weight: normal;
  height: -moz-fit-content;
  height: fit-content;
}
body.page-login .login-lf .create_btn span:nth-child(1) {
  color: var(--huiColor);
}
body.page-login .login-lf .create_btn span:nth-child(2) {
  color: var(--juheColor);
}
body.page-login .login-lf .form-cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
body.page-login .login-lf .form-cont > div {
  width: 100%;
}
body.page-login .login-lf .login-text {
  font-size: var(--titleSize);
  color: var(--titleColor);
  margin-bottom: var(--bottomPx);
  font-weight: 700;
  width: 100%;
}
body.page-login .login-lf .input-item {
  width: 100%;
}
body.page-login .login-lf .input-item input {
  width: 100%;
  outline: none;
  border: none;
  border-radius: var(--borderYuan);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1019607843), -1px -1px 2px 0px rgba(0, 0, 0, 0.1019607843);
  color: black;
  font-size: var(--inputSize);
  padding: 10px 14px;
  position: relative;
}
body.page-login .login-lf .input-item .calling-code-select {
  --bs-form-select-bg-img: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"%3e%3cpathfill="none"stroke="%23343a40"stroke-linecap="round"stroke-linejoin="round"stroke-width="2"d="m2 5 6 6 6-6"/%3e%3c/svg%3e
  );
  position: absolute;
  right: 0;
  width: 130px;
  top: 0;
  height: 100%;
  border-radius: 0 var(--borderYuan) var(--borderYuan) 0;
  font-weight: 400;
  color: var(--titleColor);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: none;
  border-left: var(--bs-border-width) solid var(--bs-border-color);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body.page-login .login-lf .input-item input::-moz-placeholder {
  color: var(--huiColor);
}
body.page-login .login-lf .input-item input::placeholder {
  color: var(--huiColor);
}
body.page-login .login-lf .input-item .input-cont .error-text {
  width: -moz-fit-content;
  width: fit-content;
  left: 16px;
  font-size: var(--xieyiSize);
  bottom: -20px;
  color: var(--errorColor);
  transition: all 0.3s;
  transform-origin: top center;
  transform: scaleY(0);
  max-width: 100%;
}
body.page-login .login-lf .input-item .input-cont.error .error-text {
  transform: scaleY(1);
}
body.page-login .login-lf .input-item .input-cont.time-text .passicon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 25px;
  color: var(--huiColor);
  font-size: var(--logoSize);
  height: -moz-fit-content;
  height: fit-content;
}
body.page-login .login-lf .input-item.create {
  margin-bottom: 10px !important;
}
body.page-login .login-lf .itemText.error .texticon {
  color: var(--errorColor);
  opacity: 1;
}
body.page-login .login-lf .itemPassword.error .texticon {
  color: var(--huiColor);
}
body.page-login .login-lf .itemText .texticon {
  opacity: 0;
}
body.page-login .login-lf .itemPassword .texticon {
  opacity: 1;
}
body.page-login .login-lf .itemPassword .passicon,
body.page-login .login-lf .itemPassword .texticon,
body.page-login .login-lf .itemText .passicon,
body.page-login .login-lf .itemText .texticon {
  top: 0;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  right: 25px;
  color: var(--huiColor);
}
body.page-login .login-lf .user-selset {
  margin-top: 10px;
  order: 0;
}
body.page-login .login-lf .user-selset span {
  font-size: var(--xieyiSize);
  color: var(--btnColor);
  text-decoration: underline;
}
body.page-login .login-lf .input-item:not(:last-child) {
  margin-bottom: 20px;
}
body.page-login .login-lf .itemCheckout input {
  opacity: 0;
  display: none;
}
body.page-login .login-lf .itemCheckout span {
  color: var(--huiColor);
  font-size: var(--xieyiSize);
}
body.page-login .login-lf .itemCheckout .check-span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 16px;
  border: 1px solid var(--huiColor);
  margin-top: 5px;
  border-radius: 5px;
}
body.page-login .login-lf .itemCheckout input:checked ~ .check-span {
  background-position: center center;
  background-image: url("/image/icon/chenggong.svg");
}
body.page-login .login-lf .itemCheckout a {
  color: var(--btnColor);
  font-size: var(--xieyiSize);
}
body.page-login .login-lf .submit-btn {
  order: 2;
}
body.page-login .login-lf .submit-btn button {
  background-color: var(--btnColor);
  color: white;
  font-size: var(--logoSize);
  padding: 12px 0;
  border-radius: var(--borderYuan);
  width: 100%;
  margin-top: var(--bottomPx);
  display: block;
  outline: none;
  border: none;
  font-weight: 700;
}
body.page-login .login-lf .submit-btn.login {
  order: 0;
}
body.page-login .login-lf .submit-btn.active button {
  cursor: no-drop;
  background-color: var(--noBtnColor);
}
body.page-login .login-lf .juhe_login {
  margin: 5px 0 5px 0;
  font-size: 16px;
  text-align: center;
  order: 1;
}
body.page-login .login-lf .juhe_login a {
  color: var(--juheColor);
}
body.page-login .login-lf .juhe_login .or {
  margin: 5px 0;
}
body.page-login .login-lf .juhe_login .juhe_item {
  padding: 10px 0;
  width: 100%;
  border-radius: var(--borderYuan);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1019607843), 1px -1px 2px 0px rgba(0, 0, 0, 0.1019607843);
  font-size: var(--juheSize);
}
body.page-login .login-lf .juhe_login .juhe_item a {
  width: 100%;
  height: 100%;
}
body.page-login .login-lf .juhe_login .juhe_item img {
  margin-right: 20px;
}
body.page-login .login-lf .juhe_login .juhe_item:not(:last-child) {
  margin-bottom: 10px;
}
body.page-login .login-lf .juhe_login .or::after,
body.page-login .login-lf .juhe_login .or::before {
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 40%;
  background-color: var(--huiColor);
  height: 1px;
  position: absolute;
}
body.page-login .login-lf .juhe_login .or::after {
  left: 0;
}
body.page-login .login-lf .juhe_login .or::before {
  right: 0;
}
body.page-login .login-lf .black-btn {
  order: 2;
  background-color: white;
  color: var(--huiColor);
  font-size: var(--logoSize);
  padding: 10px 0;
  border-radius: var(--borderYuan);
  width: 100%;
  margin-top: var(--bottomPx);
  font-weight: 700;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1019607843), -0.5px -0.5px 2px 0px rgba(0, 0, 0, 0.1019607843);
}
body.page-login .login-lf.change-success .chang-success-title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: var(--titleSize);
}
body.page-login .login-lf.change-success .chang-suuccess-des {
  font-size: var(--xieyiSize);
  color: var(--huiColor);
}
body.page-login .login-lf.change-success .chang-sucucess-tishi {
  margin-top: 30px;
  color: var(--btnColor);
}
body.page-login .login-lf.change-success .change-success-btn {
  color: white;
  border-radius: 20px;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  background-color: var(--btnColor);
}
body.page-login .login-lf.change-success div {
  width: 100%;
}
body.page-login .login-lf.change-success p {
  width: 100%;
}
body.page-login .lang-cont {
  position: absolute;
  color: var(--huiColor);
  z-index: 1;
  font-size: var(--logoSize);
  left: 112px;
  top: 30px;
  height: 30px;
}
body.page-login .lang-cont .lang-item-cont {
  background-color: white;
  transform: scaleY(0);
  transform-origin: center top;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
}
body.page-login .lang-cont .lang-item-cont a {
  color: var(--huiColor);
  display: block;
  transition: all 0.3s;
  padding: 5px 10px;
}
body.page-login .lang-cont .lang-item-cont a:hover {
  color: var(--juheColor);
  background-color: rgb(231, 231, 231);
}
body.page-login .lang-cont:hover .lang-item-cont {
  transform: scaleY(1);
}
body.page-login .home-cont {
  position: absolute;
  color: var(--huiColor);
  z-index: 1;
  right: 112px;
  top: 30px;
  height: 30px;
  display: none;
}
body.page-login .home-cont a {
  color: var(--huiColor);
}
body.page-login .home-cont i {
  font-size: 20px;
}
body.page-login .login-bg {
  flex: 1;
  font-size: 44px;
  color: white;
  background-image: url(/image/logo_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  margin-left: -40px;
  z-index: 0;
}
body.page-login .login-bg div {
  width: 100%;
  position: relative;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 0;
  height: 100%;
}
body.page-login .login-bg div span {
  position: absolute;
  inset: 0;
  margin: auto;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
body.page-login .login-bg div span img {
  margin-right: 22px;
}

@media all and (max-width: 1370px) {
  body.page-login {
    --titleSize: 16px;
    --logoSize: 14px;
    --juheSize: 12px;
    --xieyiSize: 12px;
    --borderYuan: 5px;
  }
  body.page-login .lang-logo-cont {
    display: block;
  }
  body.page-login .lang-cont {
    left: 30px;
    top: 20px;
  }
  body.page-login .home-cont {
    right: 30px;
    top: 20px;
    display: block;
  }
  body.page-login .home-cont i {
    font-size: 20px;
  }
  body.page-login .login-lf {
    padding: 10px 30px 10px 30px;
    position: relative;
    z-index: 1;
  }
  body.page-login .login-lf .form-cont {
    max-width: none;
  }
  body.page-login .login-bg {
    flex: 1;
    font-size: 30px;
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media all and (max-width: 1020px) {
  body.page-login .login-lf {
    border-radius: 0;
    box-shadow: none;
    max-width: 100%;
  }
  body.page-login .login-lf .loading-cont {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3294117647);
    backdrop-filter: blur(1px);
    z-index: 1;
    border-radius: 0 50px 50px 0;
  }
  body.page-login .login-lf .loading-cont i {
    color: var(--btnColor);
    font-size: var(--titleSize);
    animation: loadingmove 3s ease infinite;
  }
  @keyframes loadingmove {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  body.page-login .login-lf .input-item input {
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.1019607843);
  }
  body.page-login .login-lf .form-cont {
    width: 100%;
  }
  body.page-login .login-lf .login-text {
    margin-bottom: var(--bottomPx);
  }
  body.page-login .login-lf .user-selset {
    margin: 10px 0;
  }
  body.page-login .login-lf .input-item:not(:last-child) {
    margin-bottom: 20px;
  }
  body.page-login .login-lf .submit-btn button {
    margin-top: 0px;
  }
  body.page-login .login-lf .juhe_login {
    margin: 10px 0 10px 0;
  }
  body.page-login .login-lf .juhe_login .juhe_item:not(:last-child) {
    margin-bottom: 10px;
  }
  body.page-login .login-bg {
    display: none;
  }
}
body.page-register {
  background-color: #f4f4f7;
}

.calling-code-dropdown {
  padding: 15px;
  width: 330px;
}
.calling-code-dropdown:not(.el) {
  font-size: 13px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.calling-code-dropdown.el .el-dropdown-menu__item {
  padding: 0px;
  font-size: 13px;
  line-height: inherit;
  background-color: transparent !important;
  color: #606266 !important;
}
.calling-code-dropdown hr {
  opacity: 0.08;
}
.calling-code-dropdown .code-list {
  max-height: 200px;
  overflow-y: auto;
  margin-top: 14px;
  padding-left: 0;
}
.calling-code-dropdown .code-list li {
  padding: 2px 14px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calling-code-dropdown .code-list li:hover {
  background-color: #f5f5f5;
}
.calling-code-dropdown .code-list li img {
  width: 18px;
  margin-right: 2px;
}
.calling-code-dropdown #calling-code-search {
  background-image: none;
  border-color: #ced4da;
}

body[class^=page-account] {
  background-color: #f0f2f5;
}

.account-title {
  font-size: 24px;
}

@media (max-width: 768px) {
  .account-title {
    font-size: 16px;
  }
}
.user-left {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .user-left {
    flex: auto;
  }
}
@media (min-width: 768px) {
  .user-left {
    padding: 20px 0;
    background-color: #fff;
    margin-right: 15px;
    flex: 0 0 130px;
    border-radius: 14px;
    overflow: hidden;
  }
}
.user-left .account-sidebar ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .user-left .account-sidebar ul {
    display: flex;
    justify-content: space-between;
  }
}
.user-left .account-sidebar ul li {
  position: relative;
}
.user-left .account-sidebar ul li::before {
  content: "";
  border-bottom: 1px dashed #ebebf4;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 10%;
}
.user-left .account-sidebar ul li a {
  color: #333;
  font-size: 14px;
  display: flex;
  text-decoration: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
}
@media (max-width: 768px) {
  .user-left .account-sidebar ul li a {
    white-space: nowrap;
    padding: 5px 15px;
    font-size: 12px;
  }
}
.user-left .account-sidebar ul li a:hover {
  background: linear-gradient(90deg, rgba(52, 79, 255, 0.15) 0%, rgba(218, 220, 227, 0) 100%);
}
.user-left .account-sidebar ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: transparent;
}
.user-left .account-sidebar ul li a i {
  font-size: 26px;
  color: #222;
  margin-bottom: 5px;
}
.user-left .account-sidebar ul li a.active {
  background-color: rgba(52, 79, 255, 0.15);
  background: linear-gradient(90deg, rgba(52, 79, 255, 0.15) 0%, rgba(218, 220, 227, 0) 100%);
  color: #1274ff;
}
@media (max-width: 768px) {
  .user-left .account-sidebar ul li a.active {
    background: none;
    background-color: rgba(52, 79, 255, 0.15);
  }
}
.user-left .account-sidebar ul li a.active::after {
  background-color: #1274ff;
}
@media (max-width: 768px) {
  .user-left .account-sidebar ul li a.active::after {
    display: none;
  }
}
.user-left .account-sidebar ul li a.active i {
  color: #1274ff;
}

.user-right {
  flex: 1;
  min-width: 0;
}
.user-right > .card {
  border-radius: 14px;
}
.user-right > .card tr td {
  line-height: 2em;
}
.user-right .el-table .cell {
  padding: 0 !important;
  text-align: center !important;
  font-size: 14px;
}
.user-right .el-table .cell a, .user-right .el-table .cell span {
  font-size: 14px;
}

@media (max-width: 768px) {
  .user-right a {
    font-size: 12px;
  }
  .user-right a span {
    font-size: 12px;
  }
  .user-right .el-table__row {
    font-size: 12px;
  }
  .user-right .el-table__row .cell {
    font-size: 12px;
  }
  .user-right .el-table {
    font-size: 12px;
  }
  .user-right .el-table .el-table__header-wrapper th,
  .user-right .el-table .el-table__body-wrapper td {
    padding: 8px 5px;
  }
  .user-right .el-table .el-table__fixed-right {
    position: static !important;
    width: auto !important;
    transform: none !important;
  }
  .user-right .el-table .el-button--small {
    padding: 5px 8px;
    margin-bottom: 5px;
  }
}
/**
 * @copyright     2022 shopleade.com - All Rights Reserved.
 * @link          https://shopleade.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-04 15:52:42
 * @LastEditTime  2022-09-16 19:05:15
 */
body[class^=page-account] header {
  margin-bottom: 30px;
}

header.bs-header {
  background-color: transparent;
  z-index: 11;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 3px 3px 4px -1px rgba(224, 224, 224, 0.4509803922);
}
header.bs-header .dropdown {
  cursor: pointer;
}
header.bs-header .dropdown .dropdown-menu {
  transition: all 0.3s;
  transform: scaleY(0);
  transform-origin: top center;
  display: block !important;
  left: -20px;
}
header.bs-header .dropdown:hover .dropdown-menu {
  transform: scaleY(1);
  display: block;
}
@media all and (max-width: 992px) {
  header.bs-header .dropdown .dropdown-menu {
    left: -100px;
  }
}
header.bs-header .header-desktop {
  display: flex;
  align-items: center;
  background-color: white;
}
header.bs-header .header-desktop > .container {
  height: 70px;
}
@media (max-width: 992px) {
  header.bs-header .header-desktop {
    display: none;
  }
}
header.bs-header .header-desktop .left {
  display: flex;
  align-items: center;
  height: inherit;
}
header.bs-header .header-desktop .left .logo {
  max-width: 140px;
  max-height: 50px;
  margin-bottom: 0;
  line-height: 50px;
}
header.bs-header .header-desktop .left .menu {
  margin-left: 10px;
  height: inherit;
  display: flex;
  align-items: center;
}
header.bs-header .header-desktop .left .menu .navbar {
  padding: 0;
}
header.bs-header .header-desktop .left .menu .navbar-nav {
  height: inherit;
}
header.bs-header .header-desktop .left .menu .navbar-nav .nav-item {
  height: inherit;
}
header.bs-header .header-desktop .left .menu .navbar-nav .nav-item.active > .nav-link {
  color: #000;
}
header.bs-header .header-desktop .left .menu .navbar-nav .nav-item.active > .nav-link > span::before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0% 50%;
  transition-timing-function: ease;
}
header.bs-header .header-desktop .left .menu .navbar-nav .nav-item.dropdown {
  height: inherit;
}
header.bs-header .header-desktop .left .menu .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}
header.bs-header .header-desktop .left .menu .navbar-nav .nav-item.dropdown .dropdown-item {
  color: #00142d;
  margin-top: 0;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
}
header.bs-header .header-desktop .left .menu .navbar-nav .nav-item.dropdown .dropdown-item:hover {
  color: #1274ff;
}
header.bs-header .header-desktop .left .menu .navbar-nav .nav-item.dropdown .dropdown-menu {
  max-height: 80vh;
  overflow-y: auto;
  border: none;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  display: block;
  transform-origin: top center;
  transition: all 0.2s ease-in-out;
  transform: translate(-50%, 0.5rem);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header.bs-header .header-desktop .left .menu .navbar-nav .nav-item.dropdown .dropdown-menu .group-name {
  font-size: 16px;
  border-bottom: 1px solid #e0e3e8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
header.bs-header .header-desktop .left .menu .navbar-nav .nav-item.dropdown .dropdown-menu .group-name .image_nav {
  width: 26px;
  margin-right: 5px;
}
header.bs-header .header-desktop .left .menu .navbar-nav .nav-item.dropdown .dropdown-menu ul.nav {
  list-style: none;
}
header.bs-header .header-desktop .left .menu .navbar-nav .nav-item.dropdown .dropdown-menu ul.nav .nav-item a {
  color: #667281;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}
header.bs-header .header-desktop .left .menu .navbar-nav .nav-item.dropdown .dropdown-menu ul.nav .nav-item a:hover {
  color: #1274ff;
}
header.bs-header .header-desktop .left .menu .navbar-nav .nav-item.dropdown .dropdown-menu ul.nav .title {
  padding: 5px 0;
  border-bottom: 1px solid #d3d3d3;
}
header.bs-header .header-desktop .left .menu .navbar-nav .nav-item.dropdown .dropdown-menu ul.nav .title a {
  font-weight: bold;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
header.bs-header .header-desktop .left .menu .navbar-nav .nav-item.dropdown .dropdown-menu ul.nav .title a:hover {
  color: #000;
}
header.bs-header .header-desktop .left .menu .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%);
}
header.bs-header .header-desktop .left .menu .navbar-nav .nav-item.dropdown > .nav-link {
  color: #000;
  font-size: 16px;
  padding: 0 6px;
  margin: 0 14px;
  position: relative;
  height: inherit;
  display: flex;
  align-items: center;
}
header.bs-header .header-desktop .left .menu .navbar-nav .nav-item.dropdown > .nav-link .badge {
  position: absolute;
  bottom: 70%;
  border-radius: 0;
  padding: 2px 4px;
  font-weight: 400;
  left: calc(50% - 0px);
  margin-left: 0px;
}
header.bs-header .header-desktop .left .menu .navbar-nav .nav-item.dropdown > .nav-link .badge::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10px;
  border: 4px solid;
  border-color: inherit;
  border-right-color: rgba(0, 0, 0, 0) !important;
  border-bottom-color: rgba(0, 0, 0, 0) !important;
  border-right-width: 7px;
  border-left-width: 0;
}
header.bs-header .header-desktop .left .menu .navbar-nav .nav-item.dropdown > .nav-link > span {
  padding: 4px 0;
  position: relative;
}
header.bs-header .header-desktop .left .menu .navbar-nav .nav-item.dropdown > .nav-link > i {
  font-size: 16px;
  transition: all 1s;
}
@media (max-width: 1400px) {
  header.bs-header .header-desktop .left .menu .navbar-nav .nav-item.dropdown > .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  header.bs-header .header-desktop .left .menu .navbar-nav .nav-item.dropdown > .nav-link {
    font-size: 14px;
    padding: 0;
    margin: 0 5px;
  }
}
header.bs-header .header-desktop .left .menu .navbar-nav .nav-item:hover > .dropdown > .nav-link {
  color: #1274ff;
}
header.bs-header .header-desktop .left .menu .navbar-nav .nav-item:hover > .dropdown > .nav-link i {
  transform: rotateX(-180deg);
  transition: none;
}
header.bs-header .header-desktop .left .menu .navbar-nav .nav-item:hover .dropdown-menu {
  border-radius: 2px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: none;
  display: block;
}
header.bs-header .header-desktop .right {
  display: flex;
  align-items: center;
  height: inherit;
  color: #000;
}
header.bs-header .header-desktop .right .navbar-link {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  padding: 0 6px;
  margin: 0 14px;
}
@media (max-width: 1400px) {
  header.bs-header .header-desktop .right .navbar-link {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  header.bs-header .header-desktop .right .navbar-link {
    font-size: 14px;
    padding: 0;
    margin: 0 5px;
  }
}
header.bs-header .header-desktop .right .navbar-link:hover {
  color: #1274ff;
}
header.bs-header .header-desktop .right .saas-locales i {
  font-size: 20px;
}
header.bs-header .header-desktop .right > .btn {
  border-radius: 4px;
  min-width: 80px;
  height: 2rem;
  line-height: 16px;
  font-size: 16px;
}
header.bs-header .header-desktop .right .user-wrap .avatar {
  width: 36px;
}
header.bs-header .header-desktop .right .dropdown {
  height: inherit;
}
header.bs-header .header-desktop .right .dropdown > .nav-link {
  height: inherit;
  display: flex;
  align-items: center;
}
header.bs-header .header-desktop .right .dropdown .dropdown-menu {
  border-radius: 2px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: none;
}
header.bs-header .header-desktop .right .dropdown .dropdown-toggle::after {
  display: none;
}
header.bs-header .header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: white;
}
@media (min-width: 992px) {
  header.bs-header .header-mobile {
    display: none;
  }
}
header.bs-header .header-mobile .avatar {
  width: 36px;
}
header.bs-header .header-mobile .logo {
  max-width: 160px;
  max-height: 50px;
  margin-bottom: 0;
}
header.bs-header .header-mobile .mb-icon i {
  font-size: 30px;
  line-height: 1;
}
header.bs-header .header-mobile .btn-sm {
  border-radius: 40px;
}
header.bs-header .header-mobile .header-cart-icon {
  position: relative;
}
header.bs-header .header-mobile .header-cart-icon .icon-quantity {
  position: absolute;
  top: -5px;
  right: -10px;
  background-color: #1274ff;
  color: #fff;
  font-size: 11px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.bs-header .header-mobile #mobile-menu-offcanvas,
header.bs-header .header-mobile #mobile-account-menu-offcanvas {
  width: 76%;
}
header.bs-header .header-mobile #mobile-menu-offcanvas .offcanvas-header,
header.bs-header .header-mobile #mobile-account-menu-offcanvas .offcanvas-header {
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
}
header.bs-header .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group,
header.bs-header .header-mobile #mobile-account-menu-offcanvas .offcanvas-header .search-group {
  margin-right: 10px;
}
header.bs-header .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group input,
header.bs-header .header-mobile #mobile-account-menu-offcanvas .offcanvas-header .search-group input {
  height: 38px;
}
header.bs-header .header-mobile #mobile-menu-offcanvas .offcanvas-header .search-group .btn i,
header.bs-header .header-mobile #mobile-account-menu-offcanvas .offcanvas-header .search-group .btn i {
  font-size: 18px;
}
header.bs-header .header-mobile #mobile-menu-offcanvas .offcanvas-header .account-icon img,
header.bs-header .header-mobile #mobile-account-menu-offcanvas .offcanvas-header .account-icon img {
  width: 100px;
}
header.bs-header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap,
header.bs-header .header-mobile #mobile-account-menu-offcanvas .mobile-menu-wrap {
  padding: 0;
}
header.bs-header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item,
header.bs-header .header-mobile #mobile-account-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
header.bs-header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item .nav-item-text,
header.bs-header .header-mobile #mobile-account-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item .nav-item-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.bs-header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item .nav-item-text > a,
header.bs-header .header-mobile #mobile-account-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item .nav-item-text > a {
  flex: 1;
  height: 44px;
  padding: 0 14px;
  display: flex;
  align-items: center;
}
header.bs-header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item .nav-item-text > a:active,
header.bs-header .header-mobile #mobile-account-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item .nav-item-text > a:active {
  background-color: #eee;
}
header.bs-header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item .nav-item-text > a .badge,
header.bs-header .header-mobile #mobile-account-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item .nav-item-text > a .badge {
  position: relative;
  margin-left: 13px;
  font-weight: 400;
}
header.bs-header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item .nav-item-text > a .badge::before,
header.bs-header .header-mobile #mobile-account-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item .nav-item-text > a .badge::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(0, -50%);
  border: 4px solid;
  border-right-width: 7px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-right-color: inherit;
}
header.bs-header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item .nav-item-text > span,
header.bs-header .header-mobile #mobile-account-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item .nav-item-text > span {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.bs-header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item .nav-item-text > span:active,
header.bs-header .header-mobile #mobile-account-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item .nav-item-text > span:active {
  background-color: #eee;
}
header.bs-header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item .nav-item-text > span[aria-expanded=true] i,
header.bs-header .header-mobile #mobile-account-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item .nav-item-text > span[aria-expanded=true] i {
  transform: rotate(180deg);
}
header.bs-header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item > .accordion-collapse,
header.bs-header .header-mobile #mobile-account-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item > .accordion-collapse {
  padding: 0 10px;
  border-top: 1px solid #e5e5e5;
}
header.bs-header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item > .accordion-collapse .children-group .children-title,
header.bs-header .header-mobile #mobile-account-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item > .accordion-collapse .children-group .children-title {
  height: 44px;
}
header.bs-header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item > .accordion-collapse .children-group .children-title span,
header.bs-header .header-mobile #mobile-account-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item > .accordion-collapse .children-group .children-title span {
  margin-right: -10px;
  width: 44px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.bs-header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item > .accordion-collapse .children-group .children-title span:active,
header.bs-header .header-mobile #mobile-account-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item > .accordion-collapse .children-group .children-title span:active {
  background-color: #eee;
}
header.bs-header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item > .accordion-collapse .children-group .children-title span[aria-expanded=true] i::before,
header.bs-header .header-mobile #mobile-account-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item > .accordion-collapse .children-group .children-title span[aria-expanded=true] i::before {
  content: "\f63b";
}
header.bs-header .header-mobile #mobile-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item > .accordion-collapse .children-group .nav a,
header.bs-header .header-mobile #mobile-account-menu-offcanvas .mobile-menu-wrap .menu-accordion .accordion-item > .accordion-collapse .children-group .nav a {
  color: #777;
}

/**
 * @copyright     2023 shopleade.com - All Rights Reserved.
 * @link          https://shopleade.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2023-12-15 17:34:39
 * @LastEditTime  2023-12-15 17:34:48
 */
footer.footer-wrap {
  background: #f9fbfe;
  text-align: center;
  padding: 0.6rem 0;
  background-image: url("https://shoplineapp.cn/images/footer_image.webp");
}
@media (min-width: 768px) {
  footer.footer-wrap {
    padding: 60px 120px;
    font-size: 0.9rem;
  }
}
footer.footer-wrap .col-btns {
  margin-bottom: 2rem;
  animation: footerbtn 1s ease infinite alternate;
}
footer.footer-wrap .col-btns .btn {
  font-size: 1.4rem;
  border-radius: 30px;
  padding: 10px 60px;
  box-shadow: 0 16px 30px 0 rgba(0, 0, 0, 0.1);
  color: #000;
  margin-left: 10px;
}
footer.footer-wrap .col-btns .btn:hover {
  background: #000;
  border-color: #000;
}
@media (max-width: 992px) {
  footer.footer-wrap .footer-links {
    margin-top: 20px;
  }
}
footer.footer-wrap .footer-links a {
  color: #fff;
  text-decoration: none;
}
footer.footer-wrap .footer-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  footer.footer-wrap .footer-content {
    display: block;
  }
}
footer.footer-wrap .footer-content .footer-list-title {
  color: #fff;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 992px) {
  footer.footer-wrap .footer-content .footer-list-title {
    font-size: 16px;
  }
}
footer.footer-wrap .footer-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
footer.footer-wrap .footer-content ul li a {
  display: block;
  color: rgba(177, 191, 201, 0.7019607843);
  font-size: 14px;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 992px) {
  footer.footer-wrap .footer-content ul li a {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  footer.footer-wrap .footer-content ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer.footer-wrap .footer-content ul li {
    width: 50%;
  }
}
footer.footer-wrap .footer-content .footer-code .title {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 992px) {
  footer.footer-wrap .footer-content .footer-code .title {
    font-size: 16px;
  }
}
footer.footer-wrap .footer-content .footer-code .img-wrap {
  display: flex;
}
footer.footer-wrap .footer-content .footer-code .img-wrap .img-wrap-item {
  text-align: left;
  width: 150px;
  margin-right: 30px;
}
footer.footer-wrap .footer-content .footer-code .img-wrap .img-wrap-item img {
  width: 150px;
  height: 150px;
}
@media (max-width: 992px) {
  footer.footer-wrap .footer-content .footer-code .img-wrap .img-wrap-item img {
    width: 100px;
    height: 100px;
  }
}
footer.footer-wrap .footer-content .footer-code .img-wrap .img-wrap-item .img-wrap-item-text {
  margin-top: 20px;
}
@media (max-width: 992px) {
  footer.footer-wrap .footer-content .footer-code .img-wrap .img-wrap-item .img-wrap-item-text {
    margin-top: 5px;
  }
}
footer.footer-wrap .footer-content .footer-code .img-wrap .img-wrap-item .img-wrap-item-text a {
  font-size: 14px;
  color: rgba(177, 191, 201, 0.7019607843);
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  footer.footer-wrap .footer-content .footer-code .img-wrap .img-wrap-item .img-wrap-item-text a {
    font-size: 12px;
  }
}
footer.footer-wrap .info-wrap {
  text-align: left;
  color: rgba(177, 191, 201, 0.7019607843);
  text-decoration: none;
}
footer.footer-wrap .copyright-wrap {
  text-align: center;
}
footer.footer-wrap .copyright-wrap a {
  color: rgba(177, 191, 201, 0.7019607843);
  text-decoration: none;
}
footer.footer-wrap .copyright a {
  height: 20px;
  line-height: 20px;
  margin: 0px 0px 0px 5px;
  color: #939393;
  font-size: 18px;
}
footer.footer-wrap .to-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #000;
  position: fixed;
  bottom: 90px;
  right: 26px;
  border: 1px solid rgba(102, 102, 102, 0.8);
  border-radius: 100%;
  cursor: pointer;
  z-index: 2016;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
footer.footer-wrap .to-top img {
  max-width: 18px;
}
footer.footer-wrap .sidebar-bottom {
  opacity: 0;
}

/**
 * @copyright     2022 shopleade.com - All Rights Reserved.
 * @link          https://shopleade.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:55:31
 */
@font-face {
  font-family: "iconfont";
  src: url("/fonts/saasfront/iconfont.woff?t=hdskjhjdsh") format("woff"), url("/fonts/saasfront/iconfont.ttf?t=hdskjhjdsh") format("truetype"); /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}
.iconfont {
  font-family: "iconfont";
  font-size: 1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "login_iconfont";
  src: url("/fonts/saasfront/login_iconfont.woff") format("woff"), url("/fonts/saasfront/login_iconfont.ttf") format("truetype"); /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}
.login_iconfont {
  font-family: "login_iconfont";
  font-size: 1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Segmentor:before {
  content: "\e603";
}

.icon-shouye:before {
  content: "\e69f";
}

.icon-fuzhi:before {
  content: "\e65f";
}

.icon-yongjin:before {
  content: "\e626";
}

.icon-tixian:before {
  content: "\e67c";
}

.icon-yaoqing:before {
  content: "\e65e";
}

.icon-yonghuming:before {
  content: "\e619";
}

.icon-jiangjinchi-xuanzhong:before {
  content: "\e675";
}

.icon-a-fenxiangweifenxiang:before {
  content: "\e60b";
}

.icon-zhuanqian:before {
  content: "\e6b2";
}

.icon-tuiguang-copy-copy:before {
  content: "\e602";
}

.icon-duoyuyan:before {
  content: "\e654";
}

.icon-loading1:before {
  content: "\e891";
}

.icon-xianshi1:before {
  content: "\e610";
}

.icon-apple:before {
  content: "\e61e";
}

.icon-dagou:before {
  content: "\e607";
}

.icon-dagou1:before {
  content: "\e600";
}

.icon-facebook:before {
  content: "\e612";
}

.icon-guge:before {
  content: "\e696";
}

.icon-chacha:before {
  content: "\e601";
}

.icon-yincang1:before {
  content: "\e611";
}

@font-face {
  font-family: "partners_iconfont";
  src: url("/fonts/saasfront/partners_iconfont.woff") format("woff"), url("/fonts/saasfront/partners_iconfont.ttf") format("truetype"); /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}
.partners_iconfont {
  font-family: "partners_iconfont";
  font-size: 1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.icon-qianbao:before {
  content: "\e6fe";
}

.icon-yongjin:before {
  content: "\e65a";
}

.icon-youshi:before {
  content: "\e601";
}

.icon-qiye:before {
  content: "\e60f";
}

.icon-geren:before {
  content: "\e654";
}

.icon-kaixin:before {
  content: "\e64f";
}

.icon-tongyong_shenhezhong_16:before {
  content: "\e7b8";
}

.icon-shenhe:before {
  content: "\e616";
}

.icon-shuangyinhao:before {
  content: "\e9e4";
}

.icon-arrow-right:before {
  content: "\e646";
}

.icon-sousuo:before {
  content: "\e752";
}

.icon-zhuce:before {
  content: "\e62d";
}

.icon-youjiantou:before {
  content: "\e624";
}

.icon-tuiguang-copy:before {
  content: "\e600";
}

.icon-ziliao:before {
  content: "\e63b";
}

.icon-zuojiantou:before {
  content: "\e63c";
}

@font-face {
  font-family: "global_iconfont";
  src: url("/fonts/global/iconfont.woff?t=1765850962193") format("woff"), url("/fonts/global/iconfont.ttf?t=1765850962193") format("truetype"); /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}
.global_iconfont {
  font-family: "global_iconfont";
  font-size: 1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fuzhi1:before {
  content: "\e620";
}

.icon-bianji:before {
  content: "\e693";
}

.icon-wujiaoxing:before {
  content: "\e676";
}

.icon-tianjia:before {
  content: "\e62b";
}

.icon-shanchu:before {
  content: "\e74b";
}

.icon-jinggao:before {
  content: "\eb65";
}

.icon-shangchuantupian:before {
  content: "\e61e";
}

/**
 * @copyright     2022 shopleade.com - All Rights Reserved.
 * @link          https://shopleade.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-09-01 16:23:34
 * @LastEditTime  2022-09-16 20:55:44
 */
body.page-order-success .order-wrap .card-body.main-body, body.page-payment .order-wrap .card-body.main-body {
  padding: 3rem;
}
@media (max-width: 768px) {
  body.page-order-success .order-wrap .card-body.main-body, body.page-payment .order-wrap .card-body.main-body {
    padding: 1rem;
  }
}
body.page-order-success .order-wrap .card-body .order-top .left, body.page-payment .order-wrap .card-body .order-top .left {
  margin-top: -6px;
}
@media (max-width: 768px) {
  body.page-order-success .order-wrap .card-body .order-top .left, body.page-payment .order-wrap .card-body .order-top .left {
    display: none;
  }
}
body.page-order-success .order-wrap .card-body .order-top .left i, body.page-payment .order-wrap .card-body .order-top .left i {
  color: #4caf50;
  font-size: 80px;
  line-height: 1;
}
@media (max-width: 768px) {
  body.page-order-success .order-wrap .card-body .order-top .right, body.page-payment .order-wrap .card-body .order-top .right {
    margin: 0;
  }
}
body.page-order-success .order-wrap .card-body .order-top .right .table, body.page-payment .order-wrap .card-body .order-top .right .table {
  margin-bottom: 0;
}
body.page-order-success .order-wrap .card-body .order-top .right .order-title, body.page-payment .order-wrap .card-body .order-top .right .order-title {
  margin-bottom: 1.2rem;
  font-weight: 400;
}
body.page-order-success .order-wrap .card-body .order-top .right .order-info, body.page-payment .order-wrap .card-body .order-top .right .order-info {
  padding: 0.7rem;
  background-color: #fffaf0;
  border: 1px solid #ffe1ad;
}
body.page-order-success .order-wrap .card-body .order-bottom, body.page-payment .order-wrap .card-body .order-bottom {
  margin-left: calc(2rem + 80px);
  line-height: 2;
}
@media (max-width: 768px) {
  body.page-order-success .order-wrap .card-body .order-bottom, body.page-payment .order-wrap .card-body .order-bottom {
    margin: 0;
  }
}

body.page-payment .addresses-wrap .item {
  position: relative;
  padding: 8px 14px;
  cursor: pointer;
}
@media (max-width: 768px) {
  body.page-payment .addresses-wrap .item {
    margin-bottom: 0.9rem;
    padding: 10px;
    height: auto;
  }
  body.page-payment .addresses-wrap .item.address-right {
    margin-bottom: 0;
  }
}
body.page-payment .addresses-wrap .item:hover {
  border-color: #222;
}
body.page-payment .addresses-wrap .item.active {
  border-left: none;
  background-color: #FFFAF0;
}
body.page-payment .addresses-wrap .item.active:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 4px;
  height: calc(100% + 2px);
  background-color: #4991F4;
  background: repeating-linear-gradient(-45deg, #d60404 0, #d60404 10px, #fff 10px, #fff 20px, #4991F4 20px, #4991F4 30px, #fff 30px, #fff 40px);
}
body.page-payment .addresses-wrap .item .name-wrap {
  margin-bottom: 0.6rem;
  line-height: 1;
}
body.page-payment .addresses-wrap .item .name-wrap .name {
  font-size: 1rem;
  font-weight: bold;
}
body.page-payment .addresses-wrap .item .name-wrap .phone {
  font-size: 0.8rem;
  color: #666;
}
body.page-payment .addresses-wrap .item .zipcode {
  margin-bottom: 0.3rem;
  min-height: 20px;
}
body.page-payment .addresses-wrap .item .address-info {
  height: 32px;
  line-height: 1.3;
}
body.page-payment .addresses-wrap .item .address-bottom {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.page-account-combos {
  background-color: #f4f4f7;
}
body.page-account-combos .product-pricing-info {
  padding: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}
body.page-account-combos .combo-card {
  transition: all 0.3s;
  margin: 0 2.66% 2% 0%;
}
body.page-account-combos .combo-card:hover {
  transform: translateY(-5px);
}
body.page-account-combos .combo-card .combo-info .title {
  font-size: 16px;
}
body.page-account-combos .combo-card .combo-info .price {
  font-size: 30px;
  font-weight: bold;
}
body.page-account-combos .combo-card .combo-info .desc {
  min-height: 40px;
}
body.page-account-combos .combo-card .combo-info .months {
  font-size: 18px;
}
body.page-account-combos .combo-card .combo-info .price-discount-wrap {
  margin: 20px 0;
}
body.page-account-combos .combo-card .combo-info .price-discount-wrap .price-current {
  margin-bottom: 8px;
}
body.page-account-combos .combo-card .combo-info .price-discount-wrap .price-current .discount-price {
  font-size: 32px;
  font-weight: bold;
  color: black;
}
body.page-account-combos .combo-card .combo-info .price-discount-wrap .price-current .per-period {
  font-size: 16px;
  color: #666;
  margin-left: 4px;
}
body.page-account-combos .combo-card .combo-info .price-discount-wrap .price-original {
  margin-bottom: 8px;
  font-size: 14px;
}
body.page-account-combos .combo-card .combo-info .price-discount-wrap .price-original .original-label {
  color: #999;
  margin-right: 4px;
}
body.page-account-combos .combo-card .combo-info .price-discount-wrap .price-original .original-value {
  color: #999;
  text-decoration: line-through;
}
body.page-account-combos .combo-card .combo-info .price-discount-wrap .price-total {
  margin-bottom: 12px;
  font-size: 13px;
  color: #666;
}
body.page-account-combos .combo-card .combo-info .price-discount-wrap .price-total .total-label {
  margin-right: 6px;
}
body.page-account-combos .combo-card .combo-info .price-discount-wrap .price-total .total-value {
  color: #333;
  font-weight: 600;
}
body.page-account-combos .combo-card .combo-info .price-discount-wrap .discount-badge {
  display: inline-block;
  padding: 6px 12px;
  background: linear-gradient(135deg, #4a90e2 0%, #1f74f4 100%);
  border-radius: 20px;
  color: white;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(31, 116, 244, 0.25);
}
body.page-account-combos .combo-card .combo-info .price-discount-wrap .discount-badge .save-text {
  margin-right: 4px;
}
body.page-account-combos .combo-card .combo-info .price-discount-wrap .discount-badge .save-percentage {
  font-weight: bold;
}
body.page-account-combos .combo-card .combo-info .details {
  padding: 0;
  list-style: none;
  font-size: 15px;
  border-top: 1px solid #eee;
}
body.page-account-combos .combo-card .combo-info .details li {
  line-height: 2.4;
}
body.page-account-combos .combo-card .combo-info .details li::before {
  content: "\f270";
  margin-right: 0.5rem;
  color: #1274ff;
  font-family: "bootstrap-icons";
  display: block;
}
body.page-account-combos .combo-card .combo-info.bg > img {
  position: absolute;
  height: 250px;
  right: 0;
  top: 0;
  z-index: 0;
  opacity: 0.5;
}
body.page-account-combos .combo-card:nth-child(4) {
  margin-right: 0;
}

/**
 * @copyright     2022 shopleade.com - All Rights Reserved.
 * @link          https://shopleade.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-04 15:52:42
 * @LastEditTime  2022-09-16 19:05:15
 */
body.page-home {
  overflow-x: hidden;
}
body.page-home footer {
  margin-top: 0;
}
body.page-home .btn-home-bg {
  background: linear-gradient(135deg, #4F53F4 0%, #B05CF6 100%);
  border: 0;
}
body.page-home .saas-btn-1 {
  text-decoration: none;
  background-color: #fff;
  height: 42px;
  border-radius: 42px;
  color: #1274ff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 35px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  width: 140px;
  white-space: nowrap;
}
body.page-home .saas-btn-1 .btn-hover {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #95d2ff;
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: none;
  scale: 0;
  transition: all 0.3s;
}
body.page-home .saas-btn-1 .btn-hover img {
  color: #000;
  width: 22px;
  height: 14px;
  font-size: 1rem;
}
body.page-home .saas-btn-1:hover .btn-hover {
  scale: 1;
}
body.page-home .saas-btn-3 {
  text-decoration: none;
  background-color: #1274ff;
  height: 42px;
  line-height: 42px;
  border-radius: 42px;
  color: #fff;
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding: 0 35px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  white-space: nowrap;
}
body.page-home .saas-btn-3 .btn-hover {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #95d2ff;
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: none;
  scale: 0;
  transition: all 0.3s;
}
body.page-home .saas-btn-3 .btn-hover img {
  color: #000;
  width: 22px;
  height: 14px;
  font-size: 1rem;
}
body.page-home .saas-btn-3:hover .btn-hover {
  scale: 1;
}
body.page-home .saas-btn-2 {
  text-decoration: none;
  background-color: #0c4ae7;
  height: 42px;
  border-radius: 42px;
  color: #fff;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 35px;
  font-weight: bold;
  font-size: 18px;
  width: 140px;
  white-space: nowrap;
}
body.page-home .item-title {
  color: #1a2c42;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
@media (max-width: 992px) {
  body.page-home .item-title {
    font-size: 20px;
    line-height: 30px;
    text-align: left !important;
  }
}
body.page-home .item-des {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #667281;
}
@media (max-width: 992px) {
  body.page-home .item-des {
    font-size: 14px;
    line-height: 22px;
    text-align: left !important;
  }
}
body.page-home .animation-img-0 {
  scale: 0 !important;
}
body.page-home .module-item {
  padding: 50px 0;
}
@media (min-width: 992px) {
  body.page-home .module-item {
    padding: 80px 0;
  }
}
body.page-home .module-item .module-title {
  font-size: 38px;
  line-height: 46px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body.page-home .module-item .module-title {
    text-align: left;
    margin-bottom: 6px;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }
}
body.page-home .module-item .module-sub-title {
  text-align: center;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 10px;
  color: #667281;
}
@media (max-width: 768px) {
  body.page-home .module-item .module-sub-title {
    margin-bottom: 30px;
  }
}
body.page-home .module-item .module-little-title {
  text-align: center;
  font-size: 1.2rem;
  color: #475467;
}
body.page-home .module-item .btn-register {
  border-radius: 6px;
  padding: 10px 46px;
  font-weight: bold;
  font-size: 16px;
  margin-top: 80px;
}
body.page-home .module-top-banner {
  position: relative;
  padding-bottom: 0;
  text-align: left;
  background-color: #0061ff;
  background-image: linear-gradient(270deg, #0045b7, #0054dd 29% 75%, #0045b7);
  padding-top: 130px;
  padding-bottom: 410px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  body.page-home .module-top-banner {
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 226px;
    margin-bottom: 0;
  }
}
body.page-home .module-top-banner > .container {
  position: relative;
}
body.page-home .module-top-banner .title {
  color: #fff;
  font-size: 42px;
  line-height: 64px;
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
@media (max-width: 992px) {
  body.page-home .module-top-banner .title {
    text-align: left;
    font-size: 36px;
    line-height: 48px;
  }
}
body.page-home .module-top-banner .sub-title {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  margin-bottom: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  body.page-home .module-top-banner .sub-title {
    font-size: 14px;
    line-height: 22px;
    display: block;
    text-align: left;
  }
}
@media (max-width: 992px) {
  body.page-home .module-top-banner .sub-title .sub-title-1 {
    font-size: 14px;
    line-height: 22px;
  }
}
body.page-home .module-top-banner .sub-title .sub-title-2 {
  color: #ffef42;
  text-align: center;
  letter-spacing: -0.0375em;
  cursor: text;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  display: inline;
  margin-left: 20px;
  margin-right: 20px;
  height: 32px;
}
@media (max-width: 992px) {
  body.page-home .module-top-banner .sub-title .sub-title-2 {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    display: inline-block;
    height: 22px;
    margin-left: 0;
    vertical-align: bottom;
  }
}
body.page-home .module-top-banner .sub-title .sub-title-3 {
  display: inline-block;
}
body.page-home .module-top-banner .sub-title p {
  padding: 0;
  margin: 0;
}
body.page-home .module-top-banner .top-text-swiper {
  height: 32px;
}
body.page-home .module-top-banner .top-text-swiper .swiper-slide {
  height: 32px;
}
body.page-home .module-top-banner .btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-home .module-top-banner .img-wrap {
  width: 100%;
  margin-top: 42px;
  overflow: hidden;
  position: absolute;
  bottom: -590px;
  left: 50%;
  transform: translateX(-50%);
  height: 553px;
}
@keyframes circle2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50px);
  }
}
@keyframes triangle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.page-home .module-theme {
  overflow: hidden;
}
body.page-home .module-theme .theme-wrap {
  margin-top: 40px;
}
body.page-home .module-theme .theme-wrap .theme-info {
  overflow: hidden;
  width: 2000px;
}
body.page-home .module-theme .theme-wrap .theme-info .theme-item-wrap {
  float: left;
}
body.page-home .module-theme .theme-wrap .theme-info .theme-item-wrap.theme-item-left {
  transform: translateX(0px);
  animation: 10s linear 0s infinite normal none running module-theme;
}
body.page-home .module-theme .theme-wrap .theme-info .theme-item-wrap .theme-item {
  display: flex;
}
body.page-home .module-theme .theme-wrap .theme-info .theme-item-wrap .theme-img {
  max-width: 430px;
  max-height: 320px;
  overflow: hidden;
  margin: 5px 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 992px) {
  body.page-home .module-theme .theme-wrap .theme-info .theme-item-wrap .theme-img {
    max-width: 230px;
    max-height: 120px;
  }
}
body.page-home .module-start-creating {
  background-color: #1274ff;
  color: #fff;
  text-align: center;
  background-color: transparent;
  background-image: url("/image/bksaas/home/bg-5.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}
body.page-home .module-start-creating .title {
  font-size: 2rem;
  padding: 0 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body.page-home .module-start-creating .title {
    font-size: 1.4rem;
  }
}
body.page-home .module-start-creating .btn-create-register {
  background-color: #fff;
  border-radius: 40px;
  padding: 10px 36px;
  font-weight: bold;
  font-size: 20px;
}
body.page-home .module-start-creating .btn-create-register:hover {
  color: #1274ff;
}
body.page-home .module-create .nav-underline {
  margin-top: 30px;
  border-bottom: 1px solid #cccccc;
}
body.page-home .module-create .nav-underline .nav-item .nav-link {
  color: #848e9b;
  font-size: 24px;
  line-height: 32px;
  background-color: #fff;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 20px;
  border: 0;
}
body.page-home .module-create .nav-underline .nav-item .nav-link.active {
  color: #0061ff;
  border-bottom: 3px solid #0061ff;
}
@media (max-width: 992px) {
  body.page-home .module-create .nav-underline .nav-item .nav-link {
    font-size: 13px;
    line-height: 26px;
    margin-right: 5px;
    padding-right: 0px;
  }
  body.page-home .module-create .nav-underline .nav-item .nav-link.active {
    border-bottom: 2px solid #0061ff;
  }
}
body.page-home .module-create .tab-wrap {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  body.page-home .module-create .tab-wrap {
    margin-top: 20px;
    display: block;
  }
}
body.page-home .module-create .tab-wrap .video-wrap {
  max-width: 60%;
  margin-right: 60px;
}
@media (max-width: 992px) {
  body.page-home .module-create .tab-wrap .video-wrap {
    max-width: 100%;
    margin-right: 0px;
  }
}
body.page-home .module-create .tab-wrap .video-wrap video {
  width: 100%;
}
body.page-home .module-create .tab-wrap .text-wrap p {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #667281;
}
body.page-home .module-layout {
  background-color: #DFE6EF;
}
body.page-home .module-layout .saas-btn-3 {
  margin: 0 auto;
  margin-bottom: 43px;
}
body.page-home .module-layout .module-title {
  margin-bottom: 20px;
}
body.page-home .module-layout .item-des {
  margin-bottom: 30px;
}
body.page-home .module-layout .module-sub-title {
  margin-bottom: 30px;
}
body.page-home .module-layout .layout-item {
  text-decoration: none;
}
body.page-home .module-layout .layout-item .img-wrap {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
body.page-home .module-layout .layout-item .img-wrap .animation-img {
  position: absolute;
  right: 10%;
  top: 5%;
  max-height: 94%;
  scale: 1;
  transition: all 1s;
}
body.page-home .module-layout .layout-item .img-item-2 {
  position: relative;
}
body.page-home .module-layout .layout-item .img-item-2 .animation-img {
  position: absolute;
  right: 0%;
  top: 42%;
  max-height: 80%;
  scale: 1;
  transition: all 1s;
}
body.page-home .module-layout .layout-item .img-item-3 {
  position: relative;
}
body.page-home .module-layout .layout-item .img-item-3 .animation-img {
  position: absolute;
  right: 0%;
  top: 5%;
  max-height: 100%;
  scale: 1;
  transition: all 1s;
}
body.page-home .module-layout .layout-item .layout-item-title {
  color: #1a2c42;
  margin-top: 40px;
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
@media (max-width: 992px) {
  body.page-home .module-layout .layout-item .layout-item-title {
    margin-top: 15px;
  }
}
body.page-home .module-layout .layout-item .layout-item-des {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #667281;
}
body.page-home .module-image-text .img-wrap {
  width: 55%;
  position: relative;
}
@media (max-width: 992px) {
  body.page-home .module-image-text .img-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
body.page-home .module-image-text .img-wrap .animation-img {
  position: absolute;
  right: 0%;
  top: 4%;
  max-height: 50%;
  transition: all 1s;
}
body.page-home .module-image-text .text-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  body.page-home .module-image-text .text-wrap {
    width: 100%;
  }
}
body.page-home .module-image-text .text-wrap .module-title {
  margin-bottom: 40px;
}
body.page-home .module-image-text .text-wrap .image-text-item {
  border-bottom: 1px solid #c1c1c1;
  display: flex;
  align-items: start;
  margin-bottom: 14px;
  padding-bottom: 14px;
}
@media (max-width: 992px) {
  body.page-home .module-image-text .text-wrap .image-text-item {
    border: 0;
  }
}
body.page-home .module-image-text .text-wrap .image-text-item:last-of-type {
  border: 0;
}
body.page-home .module-image-text .text-wrap .image-text-item .image-text-img-wrap {
  margin-right: 14px;
  width: 30px;
  height: 30px;
}
body.page-home .module-image-text .text-wrap .image-text-item .item-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  body.page-home .module-image-text .text-wrap .saas-btn-3 {
    width: 100%;
  }
}
body.page-home .module-image-text .right-text {
  padding-left: 60px;
}
@media (max-width: 992px) {
  body.page-home .module-image-text .right-text {
    padding-left: 0px;
  }
}
body.page-home .module-image-text .left-text {
  padding-right: 60px;
}
@media (max-width: 992px) {
  body.page-home .module-image-text .left-text {
    padding-right: 0px;
  }
}
body.page-home .module-image-text .item-2 {
  margin-top: 50px;
}
body.page-home .module-manage .module-title {
  margin-bottom: 23px;
}
body.page-home .module-manage .saas-btn-3 {
  margin: 0 auto;
  margin-bottom: 43px;
}
@media (max-width: 992px) {
  body.page-home .module-manage .saas-btn-3 {
    width: 100%;
  }
}
body.page-home .module-manage .manage-item {
  width: 30%;
}
@media (max-width: 992px) {
  body.page-home .module-manage .manage-item {
    width: 100%;
    display: flex;
    align-items: start;
    margin-bottom: 20px;
  }
  body.page-home .module-manage .manage-item .image-text-img-wrap {
    margin-right: 14px;
    width: 30px;
    height: 30px;
  }
}
body.page-home .module-manage .manage-item .item-title {
  margin-top: 40px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  body.page-home .module-manage .manage-item .item-title {
    margin-top: 0px;
    margin-bottom: 8px;
  }
}
body.page-home .module-manage .img-wrap {
  position: relative;
}
body.page-home .module-manage .img-wrap .img-item-1 {
  position: absolute;
  top: 30%;
  right: 8%;
  max-height: 50%;
  transition: all 1s;
}
body.page-home .module-manage .img-wrap .img-item-2 {
  position: absolute;
  top: 66%;
  left: 21%;
  max-height: 30%;
  transition: all 1s;
}
body.page-home .module-select {
  background-color: #edf4fd;
  position: relative;
}
body.page-home .module-select .module-title {
  margin-bottom: 38px;
}
body.page-home .module-select .select-swiper {
  position: relative;
}
body.page-home .module-select .select-swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  body.page-home .module-select .select-swiper .swiper-slide {
    display: block;
  }
}
body.page-home .module-select .select-swiper .swiper-slide > img {
  max-width: 45%;
}
@media (max-width: 992px) {
  body.page-home .module-select .select-swiper .swiper-slide > img {
    max-width: 100%;
  }
}
body.page-home .module-select .select-swiper .swiper-slide .text-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  body.page-home .module-select .select-swiper .swiper-slide .text-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
body.page-home .module-select .select-swiper .swiper-slide .text-wrap .icon {
  width: 56px;
  height: 42px;
  margin-bottom: 20px;
  display: block;
}
body.page-home .module-select .select-swiper .swiper-slide .text-wrap .logo {
  width: 140px;
}
@media (max-width: 992px) {
  body.page-home .module-select .select-swiper .swiper-slide .text-wrap .logo {
    width: 90px;
  }
}
body.page-home .module-select .select-swiper .swiper-slide .text-wrap p {
  color: #00142d;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  line-height: 34px;
  border-bottom: 1px solid #d5dce1;
}
@media (max-width: 992px) {
  body.page-home .module-select .select-swiper .swiper-slide .text-wrap p {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
body.page-home .module-select .select-swiper .select-swiper-prev, body.page-home .module-select .select-swiper .select-swiper-next {
  position: absolute;
  width: 49px;
  height: 49px;
  top: 70%;
  z-index: 10;
}
@media (max-width: 992px) {
  body.page-home .module-select .select-swiper .select-swiper-prev, body.page-home .module-select .select-swiper .select-swiper-next {
    display: none;
  }
}
body.page-home .module-select .select-swiper .select-swiper-next {
  right: 20px;
}
body.page-home .module-select .select-swiper .select-swiper-prev {
  right: 80px;
}
body.page-home .module-support .support-item-bg {
  background-color: #f0f7ff;
  border-radius: 20px;
  height: 100%;
}
body.page-home .module-support .support-item {
  text-align: left;
  padding: 18px 22px;
}
body.page-home .module-support .support-item .support-item-img {
  width: 90px;
  height: 90px;
}
@media (max-width: 992px) {
  body.page-home .module-support .support-item .support-item-img {
    width: 50px;
    height: 50px;
  }
}
body.page-home .module-support .support-item .support-item-icon {
  width: 17px;
  height: 12px;
  margin-left: 20px;
}
body.page-home .module-support .support-item .item-title {
  display: flex;
  margin-top: 20px;
  margin-bottom: 14px;
  align-items: center;
  justify-content: flex-start;
}
body.page-home .module-start {
  background-image: linear-gradient(270deg, #0045b7, #0054dd 28.83% 75.14%, #0045b7);
}
body.page-home .module-start .module-title {
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  body.page-home .module-start .module-title {
    margin-bottom: 20px;
    font-size: 38px;
  }
}
@media (max-width: 992px) {
  body.page-home .module-start .saas-btn-1 {
    width: 100%;
  }
}
body.page-home .module-start .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-home .module-theme {
  overflow: hidden;
}
body.page-home .module-theme .theme-wrap .theme-info {
  overflow: hidden;
  width: 100000px;
}
body.page-home .module-theme .theme-wrap .theme-info .theme-item-wrap {
  float: left;
}
body.page-home .module-theme .theme-wrap .theme-info .theme-item-wrap.theme-item-left {
  transform: translateX(0px);
  animation: 32.8461s linear 0s infinite normal none running module-theme;
}
body.page-home .module-theme .theme-wrap .theme-info .theme-item-wrap.theme-item-right {
  transform: translateX(-3318px);
  animation: 32.8461s linear 0s infinite normal none running module-theme-up;
}
body.page-home .module-theme .theme-wrap .theme-info .theme-item-wrap .theme-item {
  display: flex;
}
body.page-home .module-theme .theme-wrap .theme-info .theme-item-wrap .theme-img {
  max-width: 430px;
  max-height: 320px;
  overflow: hidden;
  margin: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 992px) {
  body.page-home .module-theme .theme-wrap .theme-info .theme-item-wrap .theme-img {
    max-width: 230px;
    max-height: 120px;
  }
}

@keyframes module-theme {
  100% {
    transform: translateX(-3318px);
  }
}
@keyframes module-theme-up {
  100% {
    transform: translateX(0);
  }
}
body.page-account-issues-info .issue-head {
  display: flex;
  padding: 10px;
  background-color: #F7F7F6;
  margin-bottom: 10px;
}
body.page-account-issues-info .issue-head .left {
  width: 40px;
  flex: 0 0 40px;
  height: 40px;
  margin-right: 10px;
}
body.page-account-issues-info .issue-head .right {
  color: #666;
}
body.page-account-issues-info .issue-head .right .customer-name {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}
body.page-account-issues-info .issue-head .right .issue-created-at > span {
  margin-right: 10px;
}
body.page-account-issues-info .issue-head .right .issue-created-at > span::after {
  content: "|";
  padding-left: 10px;
}
body.page-account-issues-info .issue-head .right .issue-created-at > span:last-child::after {
  display: none;
}
body.page-account-issues-info .issue-title {
  font-size: 20px;
  font-weight: bold;
}
body.page-account-issues-info .issue-comments {
  margin-top: 20px;
}
body.page-account-issues-info .issue-comments .comments-head {
  margin-bottom: 20px;
}
body.page-account-issues-info .issue-comments .comments-head .replies-item {
  font-size: 16px;
  color: #161616;
  border-bottom: 2px solid #1274ff;
  padding-bottom: 7px;
  display: inline-block;
}
body.page-account-issues-info .comments-list {
  margin-bottom: 20px;
}
body.page-account-issues-info .comments-list .item {
  padding: 10px;
  border-bottom: 1px dotted #E2E2E2;
}
body.page-account-issues-info .comments-list .item .item-head {
  display: flex;
  align-items: center;
}
body.page-account-issues-info .comments-list .item .item-head .avatar {
  width: 40px;
  flex: 0 0 40px;
  height: 40px;
  margin-right: 6px;
}
body.page-account-issues-info .comments-list .item .item-head .name {
  flex: 1;
}
body.page-account-issues-info .comments-list .item .content {
  margin: 20px 0;
}
body.page-account-issues-info .comments-list .item .created_at {
  color: #888;
}
body.page-account-issues-info .add-comment {
  padding: 10px;
  background: #F7F7F7;
  border-radius: 6px;
}
@media (min-width: 768px) {
  body.page-account-issues-info .add-comment {
    padding: 20px;
  }
}
body.page-account-issues-info .add-comment .customer-item {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
body.page-account-issues-info .add-comment .customer-item img {
  width: 40px;
  height: 40px;
  display: flex;
  margin-right: 8px;
  justify-content: center;
  align-items: center;
}
body.page-account-issues-info .add-comment .right {
  position: relative;
  z-index: 2;
}

body.page-news .news-container {
  max-width: 1200px;
}
body.page-news .new-item {
  background-color: #f9f9fb;
  border-radius: 10px;
  overflow: hidden;
}
body.page-news .new-item .card-body {
  padding: 30px;
}
body.page-news .new-item .post-item .image {
  display: block;
  margin: -30px -30px 30px;
}
body.page-news .new-item .post-item .new-title {
  font-size: 40px;
}
body.page-news .new-item .post-item .new-summary {
  font-size: 15px;
  color: #55545b;
}
body.page-news .new-right-categoy {
  margin-left: 30px;
}
body.page-news .new-right-categoy .card-header {
  padding: 1.7rem 1.7rem 0.3rem;
}
body.page-news .new-right-categoy .card-body {
  padding: 1rem 1.7rem 1.7rem;
}

body.page-about .partners-info {
  margin-bottom: 40px;
}
body.page-about .partners-info .about-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
body.page-about .about-sub-title {
  color: #666;
}
body.page-about .contact-us {
  background-color: #f5f5f7;
  padding: 50px 0;
}
body.page-about .contact-us .contact-us-info {
  text-align: center;
}
body.page-about .contact-us .contact-us-info .module-title {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}
body.page-about .contact-us .contact-us-info .module-sub-title {
  margin-bottom: 20px;
  color: #666;
}

body.page-account-checkout .checkout-left .combo-table {
  border: 1px solid #eee;
}
body.page-account-checkout .checkout-left .combo-table td, body.page-account-checkout .checkout-left .combo-table th {
  border: none;
}
body.page-account-checkout .checkout-left .payment-methods-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
body.page-account-checkout .checkout-left .payment-methods-grid .el-radio {
  margin-right: 0;
  width: 100%;
}
@media (max-width: 992px) {
  body.page-account-checkout .checkout-left .payment-methods-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  body.page-account-checkout .checkout-left .payment-methods-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  body.page-account-checkout .checkout-left .payment-methods-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) {
  body.page-account-checkout .checkout-right {
    width: 300;
    flex: 0 0 300px;
  }
}
body.page-account-checkout .checkout-right .total-wrap ul {
  padding: 0;
  list-style: none;
}
body.page-account-checkout .checkout-right .total-wrap ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
body.page-account-checkout .checkout-right .total-wrap ul li.line {
  height: 1px;
  padding: 0;
  margin: 5px 0;
  background-color: #eee;
}
body.page-account-checkout .checkout-right .coupons-wrap ul {
  margin: 0;
  max-height: 300px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0;
  overflow-y: auto;
}
body.page-account-checkout .checkout-right .coupons-wrap ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  cursor: pointer;
}
body.page-account-checkout .checkout-right .coupons-wrap ul li:active {
  background-color: #eee;
}
body.page-account-checkout .checkout-right .coupons-wrap ul li .left {
  display: flex;
  align-items: center;
}
body.page-account-checkout .checkout-right .coupons-wrap ul li .left i {
  margin-right: 4px;
  font-size: 12px;
}
body.page-account-checkout .checkout-right .coupons-wrap ul li .left i.bi-circle {
  color: #aaa;
}
body.page-account-checkout .checkout-right .coupons-wrap ul li .left i.bi-check-circle-fill {
  color: #1274ff;
}
body.page-account-checkout .checkout-right .coupons-wrap ul li.line {
  height: 1px;
  padding: 0;
  margin: 5px 0;
  background-color: #eee;
}

body.page-account-stores .loading-container {
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
  z-index: 1;
}
body.page-account-stores .loading-container i {
  font-size: 30px;
  animation: loading 3s ease infinite;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.page-account-stores .errorString {
  color: red;
}
body.page-account-stores .btn_sub {
  cursor: not-allowed;
}
body.page-account-stores .btn_sub.active {
  cursor: pointer;
}

body.page-account-domains .store-info-card {
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 1.25rem;
}
body.page-account-domains .store-info-header {
  padding: 1.25rem 1.5rem 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0f172a;
  border-bottom: 1px solid #f1f5f9;
}
body.page-account-domains .store-info-header svg {
  color: #1274ff;
  flex-shrink: 0;
}
body.page-account-domains .store-info-grid {
  padding: 1.25rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.25rem;
}
@media (max-width: 576px) {
  body.page-account-domains .store-info-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
body.page-account-domains .info-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
body.page-account-domains .info-label {
  font-size: 0.75rem;
  color: #64748b;
}
body.page-account-domains .info-value {
  font-size: 0.875rem;
  font-weight: 500;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
body.page-account-domains .info-value.expire {
  color: #ea580c;
}
body.page-account-domains .domains-card {
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
body.page-account-domains .input-section {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #e2e8f0;
  background-color: rgba(248, 250, 252, 0.6);
}
body.page-account-domains .input-wrapper {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}
@media (max-width: 576px) {
  body.page-account-domains .input-wrapper {
    flex-direction: column;
  }
  body.page-account-domains .input-wrapper .btn-add-domain {
    width: 100%;
    justify-content: center;
  }
}
body.page-account-domains .input-box {
  position: relative;
  flex: 1;
}
body.page-account-domains .input-box .input-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  pointer-events: none;
}
body.page-account-domains .domain-input {
  width: 100%;
  padding: 0.625rem 1rem 0.625rem 2.5rem;
  font-size: 0.875rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  color: #0f172a;
  background: #fff;
}
body.page-account-domains .domain-input::-moz-placeholder {
  color: #94a3b8;
}
body.page-account-domains .domain-input::placeholder {
  color: #94a3b8;
}
body.page-account-domains .domain-input:focus {
  border-color: #1274ff;
  box-shadow: 0 0 0 3px rgba(18, 116, 255, 0.15);
}
body.page-account-domains .domain-input.is-error {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15);
}
body.page-account-domains .input-error-msg {
  display: none;
  align-items: center;
  gap: 0.25rem;
  color: #ef4444;
  font-size: 0.8125rem;
  margin-top: 0.375rem;
}
body.page-account-domains .input-error-msg.show {
  display: flex;
}
body.page-account-domains .btn-add-domain {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.625rem 1.125rem;
  background-color: #1274ff;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s, opacity 0.2s;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
body.page-account-domains .btn-add-domain:hover {
  background-color: rgb(0, 96.0151898734, 232.2);
}
body.page-account-domains .btn-add-domain:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
body.page-account-domains .domain-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.page-account-domains .domain-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #f1f5f9;
  transition: background-color 0.15s;
}
body.page-account-domains .domain-item:last-child {
  border-bottom: none;
}
body.page-account-domains .domain-item:hover {
  background-color: #f8fafc;
}
body.page-account-domains .domain-item .item-left {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
body.page-account-domains .domain-item .item-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #eff6ff;
  color: #1274ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
body.page-account-domains .domain-item .domain-name {
  font-size: 1rem;
  font-weight: 600;
  color: #0f172a;
  word-break: break-all;
}
body.page-account-domains .domain-item .domain-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.25rem;
  flex-wrap: wrap;
}
body.page-account-domains .domain-item .badge-status {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
}
body.page-account-domains .domain-item .badge-status.enabled {
  background-color: #dcfce7;
  color: #15803d;
}
body.page-account-domains .domain-item .badge-status.disabled {
  background-color: #f1f5f9;
  color: #64748b;
}
body.page-account-domains .domain-item .badge-status.default {
  background-color: #eff6ff;
  color: #1274ff;
}
body.page-account-domains .domain-item .badge-status.cf {
  background-color: #fef3c7;
  color: #b45309;
}
body.page-account-domains .domain-item .domain-ssl {
  font-size: 0.75rem;
  color: #94a3b8;
}
body.page-account-domains .empty-state {
  padding: 5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body.page-account-domains .empty-state .empty-icon {
  width: 4.5rem;
  height: 4.5rem;
  background-color: #f1f5f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  margin-bottom: 1rem;
}
body.page-account-domains .empty-state .empty-title {
  font-size: 1rem;
  font-weight: 500;
  color: #0f172a;
  margin-bottom: 0.375rem;
}
body.page-account-domains .empty-state .empty-desc {
  font-size: 0.875rem;
  color: #64748b;
  max-width: 22rem;
  line-height: 1.6;
}

body.page-account-domains .domain-info-box {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
body.page-account-domains .info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
body.page-account-domains .info-row:last-child {
  margin-bottom: 0;
}
body.page-account-domains .info-key {
  color: #6c757d;
}
body.page-account-domains .info-row .info-value {
  font-weight: 500;
  color: #212529;
  background-color: #e9ecef;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  display: inline-block;
}
body.page-account-domains .tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
body.page-account-domains .tooltip-container .question-mark {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-size: 13px;
}
body.page-account-domains .tooltip-container .tooltip-text {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 8px;
  position: absolute;
  z-index: 1000;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  line-height: 1.4;
}
body.page-account-domains .tooltip-container .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
body.page-account-domains .tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

body.page-account-domains .item-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
body.page-account-domains .btn-set-default {
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.375rem;
  background: #f8fafc;
  color: #64748b;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1.6;
  transition: border-color 0.15s, color 0.15s, background-color 0.15s;
}
body.page-account-domains .btn-set-default:hover {
  border-color: #1274ff;
  color: #1274ff;
  background-color: #eff6ff;
}
body.page-account-domains .btn-delete-domain {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  border-radius: 0.375rem;
  color: #94a3b8;
  cursor: pointer;
  transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}
body.page-account-domains .btn-delete-domain:hover {
  background-color: #fef2f2;
  border-color: #fca5a5;
  color: #ef4444;
}

/**
 * @copyright     2022 shopleade.com - All Rights Reserved.
 * @link          https://shopleade.com
 * @Author        pu shuo <pushuo@guangda.work>
 * @Date          2022-08-02 19:19:52
 * @LastEditTime  2022-09-16 20:45:17
 */
.product-pricing-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 10%;
}
@media (max-width: 1200px) {
  .product-pricing-info {
    padding: 0;
  }
}
.product-pricing-info .combo-card {
  width: 48%;
  transition: all 0.3s;
  margin: 0 2% 2% 0%;
  border-radius: 12px;
  padding: 2px;
}
@media (max-width: 1200px) {
  .product-pricing-info .combo-card {
    width: 47%;
    margin: 0 2% 2% 0;
  }
}
@media (max-width: 765px) {
  .product-pricing-info .combo-card {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .product-pricing-info .combo-card {
    width: 23%;
  }
}
.product-pricing-info .combo-card .card-body {
  border-radius: 10px;
  padding: 40px 20px;
}
.product-pricing-info .combo-card:hover {
  transform: translateY(-5px);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}
.product-pricing-info .combo-card .combo-info .title {
  font-size: 20px;
  font-weight: bold;
}
.product-pricing-info .combo-card .combo-info .price {
  font-size: 30px;
  font-weight: bold;
}
.product-pricing-info .combo-card .combo-info .desc {
  min-height: 40px;
}
.product-pricing-info .combo-card .combo-info .months {
  font-size: 18px;
}
.product-pricing-info .combo-card .combo-info .price-discount-wrap {
  margin: 20px 0;
}
.product-pricing-info .combo-card .combo-info .price-discount-wrap .price-current {
  margin-bottom: 8px;
}
.product-pricing-info .combo-card .combo-info .price-discount-wrap .price-current .discount-price {
  font-size: 32px;
  font-weight: bold;
  color: black;
}
.product-pricing-info .combo-card .combo-info .price-discount-wrap .price-current .per-period {
  font-size: 16px;
  color: #666;
  margin-left: 4px;
}
.product-pricing-info .combo-card .combo-info .price-discount-wrap .price-original {
  margin-bottom: 8px;
  font-size: 14px;
}
.product-pricing-info .combo-card .combo-info .price-discount-wrap .price-original .original-label {
  color: #999;
  margin-right: 4px;
}
.product-pricing-info .combo-card .combo-info .price-discount-wrap .price-original .original-value {
  color: #999;
  text-decoration: line-through;
}
.product-pricing-info .combo-card .combo-info .price-discount-wrap .price-total {
  margin-bottom: 12px;
  font-size: 13px;
  color: #666;
}
.product-pricing-info .combo-card .combo-info .price-discount-wrap .price-total .total-label {
  margin-right: 6px;
}
.product-pricing-info .combo-card .combo-info .price-discount-wrap .price-total .total-value {
  color: #333;
  font-weight: 600;
}
.product-pricing-info .combo-card .combo-info .price-discount-wrap .discount-badge {
  display: inline-block;
  padding: 6px 12px;
  background: linear-gradient(135deg, #4a90e2 0%, #1f74f4 100%);
  border-radius: 20px;
  color: white;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(31, 116, 244, 0.25);
}
.product-pricing-info .combo-card .combo-info .price-discount-wrap .discount-badge .save-text {
  margin-right: 4px;
}
.product-pricing-info .combo-card .combo-info .price-discount-wrap .discount-badge .save-percentage {
  font-weight: bold;
}
.product-pricing-info .combo-card .combo-info .details-wrap {
  display: flex;
}
.product-pricing-info .combo-card .combo-info .details-wrap .details {
  padding: 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
}
.product-pricing-info .combo-card .combo-info .details-wrap .details li {
  margin: 16px 0;
}
.product-pricing-info .combo-card .combo-info .details-wrap .details li::before {
  content: "\f270";
  margin-right: 0.5rem;
  color: #1274ff;
  font-family: "bootstrap-icons";
  display: block;
}
.product-pricing-info .combo-card .combo-info.bg > img {
  position: absolute;
  height: 250px;
  right: 0;
  top: 0;
  z-index: 0;
  opacity: 0.5;
}
.product-pricing-info .combo-card .card-body {
  background-image: linear-gradient(250deg, #d6e5ff 0%, #f3f3f3 100%) !important;
}

body.page-product-pricing .footer-wrap {
  margin-top: 0;
}
body.page-product-pricing .compare-title {
  color: #242833;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 100px;
  margin-bottom: 30px;
}
body.page-product-pricing .compare-container {
  border: 1px solid #e6e8ec;
  padding: 20px;
  border-radius: 20px;
}
body.page-product-pricing .compare-container .img-fluid {
  max-width: 15px;
  height: 15px;
}
body.page-product-pricing .compare-container .des {
  color: #b6b6b6;
  min-height: 40px;
}
body.page-product-pricing .compare-wrap {
  border: 1px solid #d7dbe7;
  border-radius: 10px;
}
body.page-product-pricing .compare-wrap .compare-head {
  padding: 20px 30px;
}
body.page-product-pricing .compare-wrap .text-1 {
  color: rgba(0, 20, 45, 0.8);
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
}
body.page-product-pricing .compare-wrap .text-2 {
  color: #848e9b;
  font-size: 16px;
  font-weight: 400;
}
body.page-product-pricing .compare-wrap .text-3 {
  color: rgba(0, 20, 45, 0.8);
  font-size: 16px;
  font-weight: bold;
}
body.page-product-pricing .compare-wrap .compare-table .item-wrap {
  padding: 15px 30px;
  background-color: #f5f6f8;
  margin-top: 5px;
}
body.page-product-pricing .compare-wrap .compare-table .question-wrap {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #00142d;
}
body.page-product-pricing .compare-wrap .compare-table .question-wrap .img-icon {
  position: relative;
}
body.page-product-pricing .compare-wrap .compare-table .question-wrap .img-icon img {
  width: 27px;
  transition: all 0.3s;
}
body.page-product-pricing .compare-wrap .compare-table .question-wrap .img-icon .second-img {
  position: absolute;
  top: 6%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
body.page-product-pricing .compare-wrap .compare-table .question-wrap .img-icon .animal-img {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(90deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
body.page-product-pricing .compare-wrap .compare-table .answer-wrap {
  padding: 20px 30px;
}
body.page-product-pricing .compare-wrap .compare-table .answer-wrap .answer-item {
  padding: 30px 0;
  border-bottom: 1px solid #f5f6f8;
}
body.page-product-pricing .compare-wrap .compare-table .answer-wrap .answer-item img {
  width: 19px;
  display: inline-block;
}
body.page-product-pricing .why-wrap .text-2 {
  color: #848e9b;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  body.page-product-pricing .why-wrap .text-2 {
    font-size: 12px;
  }
}
body.page-product-pricing .why-wrap .text-1 {
  color: rgba(0, 20, 45, 0.8);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  body.page-product-pricing .why-wrap .text-1 {
    font-size: 12px;
  }
}
body.page-product-pricing .why-wrap .why-head-1 {
  width: 40%;
}
body.page-product-pricing .why-wrap .why-head-2 {
  width: 30%;
  position: relative;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
@media (min-width: 1200px) {
  body.page-product-pricing .why-wrap .why-head-2 {
    color: white;
    background-color: #1f74f4;
  }
  body.page-product-pricing .why-wrap .why-head-2::before {
    content: "";
    width: 100%;
    height: 40px;
    border-radius: 15px;
    position: absolute;
    top: -20px;
    left: 0;
    background-color: #1f74f4;
  }
}
body.page-product-pricing .why-wrap .why-head-3 {
  width: 30%;
}
body.page-product-pricing .why-wrap .td-2 {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
body.page-product-pricing .why-wrap .td-2 img {
  width: 19px;
  display: inline-block;
}
@media (min-width: 1200px) {
  body.page-product-pricing .why-wrap .td-2 {
    color: white;
    background-color: #1f74f4;
  }
  body.page-product-pricing .why-wrap .td-2 img {
    width: 40px;
    display: inline-block;
  }
}
body.page-product-pricing .why-wrap .td-3 img {
  width: 19px;
  display: inline-block;
}
body.page-product-pricing .why-wrap .title {
  font-size: 43px;
  line-height: 58px;
  text-align: center;
  color: #00142d;
  font-weight: bold;
  margin-top: 100px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  body.page-product-pricing .why-wrap .title {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }
}
body.page-product-pricing .why-wrap .table-wrap {
  border-radius: 15px;
  border: 1px solid #dee2e6;
}
body.page-product-pricing .why-wrap .table-wrap .table {
  margin: 0;
}
body.page-product-pricing .why-wrap .table-wrap .table th,
body.page-product-pricing .why-wrap .table-wrap .table td {
  padding: 20px 40px;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  body.page-product-pricing .why-wrap .table-wrap .table th,
  body.page-product-pricing .why-wrap .table-wrap .table td {
    padding: 10px 15px;
  }
}
body.page-product-pricing .why-wrap .table-wrap .table tr:last-of-type td {
  border-bottom: 0;
}
@media (min-width: 1200px) {
  body.page-product-pricing .why-wrap .table-wrap .table tr:last-of-type .td-2 {
    position: relative;
  }
  body.page-product-pricing .why-wrap .table-wrap .table tr:last-of-type .td-2::before {
    content: "";
    width: 100%;
    height: 40px;
    border-radius: 15px;
    position: absolute;
    bottom: -20px;
    left: 0;
    background-color: #1f74f4;
  }
}
body.page-product-pricing .page-position .position-btn-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

body.page-partners {
  --TitleSize: 30px;
  --DescSize: 14px;
}
body.page-partners .page-head .lf {
  padding-right: 20px;
}
body.page-partners .page-head .lf .title {
  font-size: var(--TitleSize);
  text-align: left;
}
body.page-partners .page-head .lf .sub-title {
  margin: 20px 0;
  text-align: left;
  font-size: var(--DescSize);
}
body.page-partners .page-head .lf .button-cont {
  margin-top: 20px;
  font-size: 20px;
}
body.page-partners .page-head .lf .button-cont .btn1,
body.page-partners .page-head .lf .button-cont .btn2 {
  border-radius: 30px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 10%;
  margin-right: 10px;
  display: inline-block;
}
body.page-partners .page-head .lf .btn1 {
  background-color: #306eff;
  color: white;
}
body.page-partners .page-head .lf .btn1:hover {
  background-color: #104edd;
}
body.page-partners .page-head .lf .btn2 {
  border: 1px solid var(--bs-body-color);
}
body.page-partners .page-head .lf .btn3 {
  text-decoration: underline;
}
body.page-partners .page-head .check-father-container {
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.1));
}
body.page-partners .page-head .check-container-title {
  border-radius: 5px 5px 0 0;
  padding: 20px;
  clip-path: polygon(0 0, 62% 0, 100% 100%, 0 100%);
  background-color: white;
}
body.page-partners .page-head .check-container-title h2 {
  width: 100%;
}
body.page-partners .page-head .check-container-title p {
  font-size: 18px;
  text-align: left;
  width: 100%;
  padding-right: 20%;
}
body.page-partners .page-head .check-container-footer {
  border-radius: 0 0 5px 5px;
  padding: 20px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 35% 100%);
  background-color: white;
}
body.page-partners .page-head .check-container-footer h2 {
  width: 100%;
  text-align: right;
}
body.page-partners .page-head .check-container-footer p {
  font-size: 18px;
  text-align: right;
  width: 100%;
  margin-bottom: 2px;
  padding-left: 25%;
}
body.page-partners .page-head .check-container-footer i {
  color: rgba(48, 110, 255, 0.1921568627);
  font-size: 120px;
  right: 20px;
  top: 0;
  z-index: -1;
}
body.page-partners .page-head .check-container {
  margin: 0 auto;
}
body.page-partners .page-head .check-container .check-item {
  background-color: white;
  padding: 20px 40px;
  position: relative;
  overflow: hidden;
}
body.page-partners .page-head .check-container .check-item .check-item-lf {
  position: absolute;
  right: 20px;
}
body.page-partners .page-head .check-container .check-item i {
  color: rgba(48, 110, 255, 0.2862745098);
  font-size: 160px;
}
body.page-partners .page-head .check-container .check-item .check-item-rg {
  position: relative;
  z-index: 1;
  flex: 1;
  padding-right: 50px;
}
body.page-partners .page-head .check-container .check-item .check-item-rg .check-item-title {
  font-size: 26px;
}
body.page-partners .page-head .check-container .check-item .check-item-rg .check-item-desc {
  font-size: 14px;
}
body.page-partners .page-head .check-container .check-item .check-item-rg .check-item-taocan {
  font-size: 16px;
}
body.page-partners .page-head .check-container .check-item:hover {
  background-color: #d8d8d8;
}
body.page-partners .partners-info {
  margin-top: 50px;
  /* 详情页 */
}
body.page-partners .partners-info .partners-list {
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
}
body.page-partners .partners-info .partners-list a {
  max-width: 100%;
  display: inline-block;
}
body.page-partners .partners-info .partners-list a div {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  animation: movePartners 20s linear infinite;
}
body.page-partners .partners-info .partners-list a div img {
  width: 200px;
  border: 1px solid rgb(214, 214, 214);
  border-radius: 10px;
  height: 100px;
  display: inline-block;
  margin-right: 20px;
}
@keyframes movePartners {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(0);
  }
}
body.page-partners .partners-info .partners-live .title {
  font-size: var(--TitleSize);
}
body.page-partners .partners-info .partners-live .desc {
  color: #666;
  font-size: var(--DescSize);
}
body.page-partners .partners-info .partners-desc-cont {
  margin-top: 100px;
}
body.page-partners .partners-info .partners-desc-cont .title {
  font-size: var(--TitleSize);
}
body.page-partners .partners-info .partners-desc-cont > .title {
  margin-bottom: 1rem;
}
body.page-partners .partners-info .partners-desc-cont .desc {
  font-size: var(--DescSize);
  color: #666;
}
body.page-partners .partners-info .partners-desc-cont .order-1 {
  order: 1;
}
body.page-partners .partners-info .partners-desc-cont .des-cont {
  order: 2;
}
body.page-partners .partners-info .partners-desc-cont .img-cont {
  order: 3;
  overflow: hidden;
  border-radius: 20px;
}
body.page-partners .partners-info .partners-desc-cont .tag {
  padding: 20px 0;
  grid-column-gap: 50px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
  grid-row-gap: 14px;
  font-size: var(--DescSize);
}
body.page-partners .partners-info .partners-desc-cont .tag .top {
  padding-top: 20px;
  border-top: 0.5px solid #bcc7cf;
}
body.page-partners .partners-info .partners-desc-cont .partners-desc-item {
  margin-bottom: 100px;
}
body.page-partners .partners-info .partners-desc-cont .btn-cont {
  margin-top: 20px;
  text-align: center;
}
body.page-partners .partners-info .partners-desc-cont .btn-cont .cursor:nth-child(1) {
  background-color: #306eff;
  color: white;
  border-radius: 20px;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 30px;
}
body.page-partners .partners-info .partners-desc-cont .btn-cont .cursor:nth-child(2) {
  color: #306eff;
  background-color: white;
  border: 1px solid #306eff;
  border-radius: 20px;
  padding: 10px 20px;
  display: inline-block;
}
body.page-partners .partners-info .partners-need-container {
  position: relative;
  margin-top: 100px;
  padding: 100px 0;
}
body.page-partners .partners-info .partners-need-container .title {
  text-align: center;
  font-size: var(--TitleSize);
  margin-bottom: 50px;
}
body.page-partners .partners-info .partners-need-container .partners-need > .title {
  color: white;
}
body.page-partners .partners-info .partners-need-container .partners-need-item {
  background-color: white;
  padding: 50px;
  border-radius: 20px;
  width: 48%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
body.page-partners .partners-info .partners-need-container .partners-need-item .desc {
  font-size: var(--DescSize);
  color: #666;
}
body.page-partners .partners-info .partners-need-container .partners-need-item .to-admin .cursor {
  background-color: #306eff;
  color: white;
  border-radius: 20px;
  padding: 10px 40px;
  display: inline-block;
  margin-top: 40px;
}
body.page-partners .partners-info .partners-need-container .partners-need-item:hover {
  transform: translateY(-10px);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
body.page-partners .partners-info .partners-need-container .page-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}
body.page-partners .partners-info .partners-need-container .page-bg img {
  width: 100%;
  height: 100%;
}
body.page-partners .partners-info .swiper-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
body.page-partners .partners-info .swiper-container .title {
  font-size: var(--TitleSize);
}
body.page-partners .partners-info .swiper-container > .title {
  margin-bottom: 80px;
}
body.page-partners .partners-info .swiper-container .ins-swiper-item .img-cont,
body.page-partners .partners-info .swiper-container .ins-swiper-item .desc-cont {
  width: 48%;
}
body.page-partners .partners-info .swiper-container .ins-swiper-item .img-cont {
  text-align: center;
}
body.page-partners .partners-info .swiper-container .ins-swiper-item .img-cont img {
  max-height: 600px;
}
body.page-partners .partners-info .swiper-container .ins-swiper-item .desc-cont i {
  font-size: 40px;
  color: #666;
}
body.page-partners .partners-info .swiper-container .ins-swiper-item .desc-cont .title {
  margin: 20px 0;
}
body.page-partners .partners-info .swiper-container .ins-swiper-item .desc-cont .desc {
  font-size: var(--DescSize);
  color: #666;
  margin-bottom: 20px;
}
body.page-partners .partners-info .swiper-container .ins-swiper-item .desc-cont .info {
  font-size: 20px;
}
body.page-partners .partners-info .swiper-container .ins-swiper-item .desc-cont .info img {
  height: 40px;
}
body.page-partners .partners-info .swiper-container .ins-swiper-left-btn,
body.page-partners .partners-info .swiper-container .ins-swiper-right-btn {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 5;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
body.page-partners .partners-info .swiper-container .ins-swiper-left-btn {
  left: 30px;
}
body.page-partners .partners-info .swiper-container .ins-swiper-right-btn {
  right: 30px;
}
body.page-partners .partners-info .friend-order-container {
  padding: 80px 0;
}
body.page-partners .partners-info .friend-order-container .container .title {
  font-size: var(--TitleSize);
  margin-bottom: 40px;
}
body.page-partners .partners-info .friend-order-container .container .friend-order-item {
  width: 25%;
  justify-content: space-around;
}
body.page-partners .partners-info .friend-order-container .container .icon i {
  font-size: 50px;
}
body.page-partners .partners-info .friend-order-container .container .icon span {
  font-size: var(--DescSize);
}
body.page-partners .partners-info .friend-order-container .container .icon-arrow-right {
  font-size: 50px;
}
body.page-partners .partners-info .friend-order-container .page-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  transform: rotate(180deg);
}
body.page-partners .partners-info .friend-order-container .page-bg img {
  width: 100%;
  height: 100%;
}
body.page-partners .partners-info .partners-about {
  background-color: #eff2ff;
}
body.page-partners .partners-info .partners-about .partners-about-container {
  padding: 5% 0;
}
body.page-partners .partners-info .partners-about .partners-about-container > div {
  width: 50%;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
}
body.page-partners .partners-info .partners-about .partners-about-container .title {
  font-size: var(--TitleSize);
  margin-bottom: 40px;
}
body.page-partners .partners-info .partners-about .partners-about-container .desc {
  grid-column-gap: 50px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
  grid-row-gap: 40px;
  font-size: 18px;
}
body.page-partners .partners-info .partners-about .partners-about-container .desc .partners-about-item {
  border-left: 2px solid #306eff;
  padding-left: 20px;
}
body.page-partners .partners-info .partners-about .partners-about-container .desc .partners-about-item div:nth-child(1) {
  font-size: var(--TitleSize);
}
body.page-partners .partners-info .partners-about .partners-about-container .desc .partners-about-item div:nth-child(2) {
  font-size: var(--DescSize);
  color: #666;
  margin-top: 10px;
}
body.page-partners .partners-info .partners-about .bg {
  position: absolute;
  top: 0;
  right: 0;
  justify-content: right;
  height: 100%;
}
body.page-partners .partners-info .partners-about .bg img {
  height: 100%;
}
body.page-partners .partners-info .partners-footer {
  background-image: linear-gradient(270deg, #0045b7, #0054dd 28.83% 75.14%, #0045b7);
  padding: 80px 0;
}
body.page-partners .partners-info .partners-footer .title {
  text-align: center;
  font-size: var(--TitleSize);
  color: white;
}
body.page-partners .partners-info .btn-cont {
  margin-top: 10px;
  text-align: center;
}
body.page-partners .partners-info .btn-cont .cursor {
  background-color: #306eff;
  color: white;
  padding: 10px 30px;
  border-radius: 20px;
  font-size: var(--DescSize);
}
body.page-partners .partners-info .partners-info-logo {
  height: 90px;
}
body.page-partners .partners-info .partners-info-logo img {
  height: 100%;
  max-width: 290px;
}
body.page-partners .partners-info .partners-info-data {
  margin-top: 40px;
  padding-bottom: 40px;
}
body.page-partners .partners-info .partners-info-data .row .title {
  font-size: var(--TitleSize);
}
body.page-partners .partners-info .partners-info-data .rg-top,
body.page-partners .partners-info .partners-info-data .rg-desc {
  color: #666;
  font-size: 16px;
}
body.page-partners .partners-info .partners-info-data .rg-desc {
  margin-top: 20px;
}
body.page-partners .partners-info .info-loading-cont {
  padding-bottom: 192px;
}
body.page-partners .partners-info .info-loading-cont .title,
body.page-partners .partners-info .info-loading-cont .desc {
  margin-top: 10px;
  height: 20px;
  animation: moveBg 1s infinite linear both alternate;
}
@keyframes moveBg {
  0% {
    background-color: #dadcdf;
  }
  100% {
    background-color: #cdcfd1;
  }
}
body.page-partners .form-container {
  background-color: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
body.page-partners .form-container .form-cont {
  margin-top: 50px;
}
@keyframes loadingmove {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.page-partners .loading-cont {
  font-size: var(--TitleSize);
}
body.page-partners .loading-cont i {
  animation: loadingmove 3s ease infinite;
}
body.page-partners .review-cont,
body.page-partners .partner-status-cont {
  font-size: var(--DescSize);
  text-align: center;
}

@media all and (max-width: 1400px) {
  body.page-partners .partners-info .partners-about .partners-about-container {
    padding: 40px 0;
  }
}
@media all and (max-width: 992px) {
  body.page-partners {
    --TitleSize: 24px;
    --DescSize: 12px;
  }
  body.page-partners .page-head .check-container-title p {
    font-size: 12px;
  }
  body.page-partners .page-head .check-container-footer p {
    font-size: 12px;
  }
  body.page-partners .page-head .lf {
    padding-right: 0px;
  }
  body.page-partners .page-head .lf .title {
    text-align: center;
  }
  body.page-partners .page-head .lf .sub-title {
    margin: 0px 0px 20px 0;
    text-align: center;
  }
  body.page-partners .page-head .lf .button-cont {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
  }
  body.page-partners .page-head .lf .btn1 {
    font-size: var(--DescSize);
  }
  body.page-partners .page-head .lf .btn2 {
    font-size: var(--DescSize);
  }
  body.page-partners .page-head .lf .btn3 {
    font-size: var(--DescSize);
  }
  body.page-partners .page-head .check-container .check-item {
    padding: 20px;
    margin-top: 0 !important;
  }
  body.page-partners .page-head .check-container .check-item i {
    font-size: 100px;
  }
  body.page-partners .page-head .check-container .check-item .check-item-rg .check-item-title {
    font-size: 16px;
  }
  body.page-partners .page-head .check-container .check-item .check-item-rg .check-item-desc {
    font-size: 12px;
  }
  body.page-partners .page-head .check-container .check-item .check-item-rg .check-item-taocan {
    font-size: 14px;
  }
  body.page-partners .partners-info .partners-desc-cont .title,
  body.page-partners .partners-info .partners-desc-cont .desc {
    text-align: center;
  }
  body.page-partners .partners-info .partners-desc-cont .order-1 {
    order: 3 !important;
  }
  body.page-partners .partners-info .partners-desc-cont .des-cont {
    margin-bottom: 20px;
  }
  body.page-partners .partners-info .partners-desc-cont .btn-cont {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  body.page-partners .partners-info .partners-desc-cont .btn-cont .cursor:nth-child(1) {
    padding: 5px 15px;
  }
  body.page-partners .partners-info .partners-desc-cont .partners-desc-item:nth-of-type:not(:first-of-type) {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  body.page-partners .partners-info .partners-need-container .title {
    margin-bottom: 1rem;
  }
  body.page-partners .partners-info .partners-need-container .partners-need-item {
    width: 100%;
    margin-bottom: 40px;
  }
  body.page-partners .partners-info .partners-need-container .partners-need-item .title {
    margin-bottom: 1rem;
  }
  body.page-partners .partners-info .swiper-container .ins-swiper-item .img-cont {
    margin-bottom: 30px;
  }
  body.page-partners .partners-info .swiper-container .ins-swiper-item .img-cont,
  body.page-partners .partners-info .swiper-container .ins-swiper-item .desc-cont {
    width: 100%;
  }
  body.page-partners .partners-info .swiper-container .ins-swiper-left-btn,
  body.page-partners .partners-info .swiper-container .ins-swiper-right-btn {
    display: none;
  }
  body.page-partners .partners-info .friend-order-container .container .title {
    font-size: var(--TitleSize);
    margin-bottom: 40px;
  }
  body.page-partners .partners-info .friend-order-container .container .friend-order-item {
    width: 25%;
  }
  body.page-partners .partners-info .friend-order-container .container .icon i {
    font-size: 30px;
  }
  body.page-partners .partners-info .friend-order-container .container .icon span {
    font-size: 12px;
    text-align: center;
    display: block;
  }
  body.page-partners .partners-info .friend-order-container .container .icon-arrow-right {
    font-size: 30px;
  }
  body.page-partners .partners-info .partners-about .partners-about-container > div {
    width: 100%;
    padding: 0 20px;
  }
  body.page-partners .partners-info .partners-about .partners-about-container .title {
    text-align: center;
  }
  body.page-partners .partners-info .partners-about .partners-about-container .desc {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  body.page-partners .partners-info .partners-about .bg {
    position: relative;
  }
  body.page-partners .partners-info .partners-about .bg img {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  body.page-partners .page-head .check-container-title {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  body.page-partners .page-head .check-container-title h2 {
    text-align: left;
  }
  body.page-partners .page-head .check-container-title p {
    padding-right: 0;
    text-align: left;
  }
  body.page-partners .page-head .check-container-footer {
    margin-top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  body.page-partners .page-head .check-container-footer h2 {
    text-align: left;
  }
  body.page-partners .page-head .check-container-footer p {
    padding-left: 0;
    text-align: left;
  }
}
.module-item {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .module-item {
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  .module-item {
    padding: 80px 0;
  }
}
.module-item .module-title {
  font-size: 38px;
  line-height: 46px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .module-item .module-title {
    text-align: left;
    margin-bottom: 6px;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
  }
}
.module-item .module-sub-title {
  text-align: center;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 10px;
  color: #667281;
}
@media (max-width: 768px) {
  .module-item .module-sub-title {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }
}
.module-item .module-little-title {
  text-align: center;
  font-size: 1.2rem;
  color: #475467;
}
.module-item .btn-register {
  border-radius: 6px;
  padding: 10px 46px;
  font-weight: bold;
  font-size: 16px;
  margin-top: 80px;
}

@media (max-width: 992px) {
  .module-question {
    padding-bottom: 0;
  }
}
.module-question .module-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .module-question .module-title {
    margin-bottom: 20px;
  }
}
.module-question .item-wrap {
  padding: 30px 0;
  border-bottom: 1px solid #474f5e;
}
.module-question .top-item {
  border-top: 1px solid #474f5e;
}
.module-question .question-wrap {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #00142d;
}
.module-question .question-wrap .img-icon {
  position: relative;
}
.module-question .question-wrap .img-icon img {
  width: 27px;
  transition: all 0.3s;
}
.module-question .question-wrap .img-icon .second-img {
  position: absolute;
  top: 6%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.module-question .question-wrap .img-icon .animal-img {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(90deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.module-question .answer-wrap {
  color: #667281;
  font-size: 16px;
}

.page-build .footer-wrap {
  margin-top: 0;
}
.page-build .page-head {
  background-color: #12369e;
  color: #fff;
  margin-bottom: 0;
  margin-top: -30px;
}
.page-build .page-head .head-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .page-build .page-head .head-wrap {
    display: block;
  }
}
.page-build .page-head .head-wrap .text {
  width: 50%;
}
@media (max-width: 992px) {
  .page-build .page-head .head-wrap .text {
    width: 100%;
  }
}
.page-build .page-head .head-wrap .text .title {
  text-align: left;
  font-size: 50px;
  line-height: 58px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .page-build .page-head .head-wrap .text .title {
    font-size: 38px;
    line-height: 60px;
  }
}
.page-build .page-head .head-wrap .text .sub_title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-build .page-head .head-wrap .text .btn {
  border-radius: 50px;
  background-color: #fff;
  color: #0061ff;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 36px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .page-build .page-head .head-wrap .text .btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-build .page-head .head-wrap .text .btn {
    width: 100%;
  }
}
.page-build .page-head .head-wrap .img {
  width: 50%;
  text-align: center;
}
@media (max-width: 992px) {
  .page-build .page-head .head-wrap .img {
    width: 100%;
  }
}
.page-build .bg-color {
  background-color: #fffcf0;
}
@media (max-width: 992px) {
  .page-build .module-image-text {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.page-build .module-image-text .image-text-item {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-build .module-image-text .text-wrap {
  width: 50%;
  padding: 0 20px;
}
.page-build .module-image-text .text-wrap .step {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background-color: #00142d;
  border-radius: 30px;
  width: auto;
  max-width: none;
  height: auto;
  margin-bottom: 30px;
  padding: 6px 28px;
  font-weight: 700;
  display: inline-block;
}
@media (max-width: 992px) {
  .page-build .module-image-text .text-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-build .module-image-text .img-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-build .module-image-text .img-wrap {
    width: 100%;
  }
}
.page-build .module-image-text .module-title {
  font-size: 36px;
  line-height: 44px;
  color: #00142d;
  margin-bottom: 30px;
}
.page-build .module-image-text .module-sub-title {
  font-size: 16px;
  line-height: 24px;
  color: #354253;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .page-build .module-image-text .module-sub-title {
    margin-bottom: 20px;
  }
}
.page-build .module-image-text-bottom {
  text-align: center;
  background-image: linear-gradient(#f3f9ff, #fff);
  position: relative;
  padding-top: 150px;
}
.page-build .module-image-text-bottom .item-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 75%;
}
.page-build .module-image-text-bottom .item-bg img {
  width: 90px;
}
.page-build .module-image-text-bottom .item-bg .item-bg-1 {
  margin-top: 95px;
}
.page-build .module-image-text-bottom .item-bg .item-bg-2 {
  margin-top: 55px;
}
.page-build .module-image-text-bottom .item-bg .item-bg-3 {
  margin-top: 35px;
}
.page-build .module-image-text-bottom .item-bg .item-bg-4 {
  margin-top: 15px;
}
.page-build .module-image-text-bottom .step {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background-color: #00142d;
  border-radius: 30px;
  width: auto;
  max-width: none;
  height: auto;
  margin-bottom: 30px;
  padding: 6px 28px;
  font-weight: 700;
  display: inline-block;
}
.page-build .module-image-text-bottom .module-title {
  margin-bottom: 30px;
}
.page-build .module-image-text-bottom .text-wrap {
  margin-left: 180px;
  margin-right: 180px;
}
.page-build .module-image-text-bottom .text-wrap a {
  text-decoration: none;
}
@media (max-width: 992px) {
  .page-build .module-image-text-bottom .text-wrap {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.page-build .module-bottom {
  background-color: #0061ff;
  margin-top: 0;
  color: white;
  position: relative;
  bottom: -4rem;
  padding: 40px 30px;
}
@media (min-width: 992px) {
  .page-build .module-bottom {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.page-build .module-bottom .module-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .page-build .module-bottom .module-title {
    text-align: center;
  }
}
.page-build .module-bottom .module-sub-title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.page-build .module-bottom .btn {
  text-align: center;
  border-radius: 34px;
  margin-bottom: 10px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  width: auto;
  background-color: #fff;
  color: #1274ff;
}
.page-build .module-bottom .btn:hover {
  background-color: #fff;
  color: #1274ff;
}

.page-relocation .footer-wrap {
  margin-top: 0;
}
.page-relocation .page-head {
  background-color: #000;
  color: #fff;
  margin-bottom: 0;
  margin-top: -30px;
}
.page-relocation .page-head .head-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .page-relocation .page-head .head-wrap {
    display: block;
  }
}
.page-relocation .page-head .head-wrap .text {
  width: 50%;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .page-relocation .page-head .head-wrap .text {
    width: 100%;
  }
}
.page-relocation .page-head .head-wrap .text .title {
  text-align: left;
  font-size: 50px;
  line-height: 58px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .page-relocation .page-head .head-wrap .text .title {
    font-size: 38px;
    line-height: 60px;
  }
}
.page-relocation .page-head .head-wrap .text .sub_title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-relocation .page-head .head-wrap .text .btn {
  border-radius: 50px;
  background-color: #fff;
  color: #0061ff;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 36px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .page-relocation .page-head .head-wrap .text .btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-relocation .page-head .head-wrap .text .btn {
    width: 100%;
  }
}
.page-relocation .page-head .head-wrap .img {
  width: 50%;
  text-align: center;
}
@media (max-width: 992px) {
  .page-relocation .page-head .head-wrap .img {
    width: 100%;
  }
}
.page-relocation .module-adv {
  background-image: linear-gradient(#02080e, #3f3cff);
  color: white;
}
.page-relocation .module-adv .module-title {
  margin-bottom: 50px;
}
.page-relocation .module-adv .title {
  font-size: 17px;
  line-height: 25px;
  color: #fff;
  text-align: left;
  margin-bottom: 6px;
  font-weight: 700;
}
.page-relocation .module-adv .des {
  font-size: 14px;
  line-height: 22px;
  color: #f5f8fc;
}
.page-relocation .module-adv img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .page-relocation .module-image-text {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.page-relocation .module-image-text .image-text-item {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-relocation .module-image-text .text-wrap {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .page-relocation .module-image-text .text-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-relocation .module-image-text .text-wrap .module-title {
  margin-bottom: 40px;
}
.page-relocation .module-image-text .text-wrap .image-text-item {
  border-bottom: 1px solid #c1c1c1;
  display: flex;
  align-items: start;
  margin-bottom: 14px;
  padding-bottom: 14px;
}
@media (max-width: 992px) {
  .page-relocation .module-image-text .text-wrap .image-text-item {
    border: 0;
  }
}
.page-relocation .module-image-text .text-wrap .image-text-item:last-of-type {
  border: 0;
}
.page-relocation .module-image-text .text-wrap .image-text-item .image-text-img-wrap {
  margin-right: 14px;
  width: 30px;
  height: 30px;
}
.page-relocation .module-image-text .text-wrap .image-text-item .item-title {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .page-relocation .module-image-text .text-wrap .saas-btn-3 {
    width: 100%;
  }
}
.page-relocation .module-image-text .img-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-relocation .module-image-text .img-wrap {
    width: 100%;
  }
}
.page-relocation .module-image-text .module-title {
  font-size: 36px;
  line-height: 44px;
  color: #00142d;
  margin-bottom: 30px;
}
.page-relocation .module-image-text .module-sub-title {
  font-size: 16px;
  line-height: 24px;
  color: #354253;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .page-relocation .module-image-text .module-sub-title {
    margin-bottom: 20px;
  }
}
.page-relocation .module-relocation .relocation-nav {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .page-relocation .module-relocation .relocation-nav {
    justify-content: start;
  }
}
.page-relocation .module-relocation .relocation-nav li {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .page-relocation .module-relocation .relocation-nav li {
    margin: 0;
  }
}
.page-relocation .module-relocation .relocation-nav a {
  font-size: 24px;
}
@media (max-width: 992px) {
  .page-relocation .module-relocation .relocation-nav a {
    font-size: 18px;
  }
}
.page-relocation .module-relocation .relocation-nav a:hover {
  color: #000000;
}
.page-relocation .module-relocation .relocation-nav a.active {
  font-weight: bold;
  border-bottom: 3px solid #1676fc;
}
.page-relocation .module-relocation .tab-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .page-relocation .module-relocation .tab-wrap {
    display: block;
  }
}
.page-relocation .module-relocation .tab-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-relocation .module-relocation .tab-wrap .text-wrap {
    width: 100%;
  }
}
.page-relocation .module-relocation .tab-wrap .text-wrap h3 {
  font-weight: bold;
}
.page-relocation .module-relocation .tab-wrap .text-wrap .step {
  display: flex;
  font-size: 16px;
  margin-bottom: 40px;
}
.page-relocation .module-relocation .tab-wrap .text-wrap .step .icon {
  color: #0061ff;
  font-weight: bold;
  margin-right: 10px;
  white-space: nowrap;
}
.page-relocation .module-relocation .tab-wrap .text-wrap .step p {
  margin-bottom: 0;
}
.page-relocation .module-relocation .tab-wrap .text-wrap .range {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  margin-bottom: 50px;
}
.page-relocation .module-relocation .tab-wrap .text-wrap .range > div {
  padding: 10px 28px;
  font-size: 16px;
  line-height: 30px;
  color: #495a71;
  background-color: #eef8ff;
  border-radius: 1000px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.page-relocation .module-relocation .tab-wrap .text-wrap .saas-btn-3 {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .page-relocation .module-relocation .tab-wrap .text-wrap .saas-btn-3 {
    width: auto;
  }
}
.page-relocation .module-relocation .tab-wrap .text-wrap .tips {
  font-size: 16px;
  color: rgba(53, 66, 83, 0.7);
}
.page-relocation .module-relocation .tab-wrap .video-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-relocation .module-relocation .tab-wrap .video-wrap {
    width: 100%;
  }
}
.page-relocation .module-case {
  background-color: rgba(223, 243, 255, 0.75);
}
.page-relocation .module-case .case-swiper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .page-relocation .module-case .case-swiper {
    margin-top: 20px;
  }
}
.page-relocation .module-case .case-swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .page-relocation .module-case .case-swiper .swiper-slide {
    display: block;
  }
}
.page-relocation .module-case .case-swiper .swiper-slide > img {
  max-width: 50%;
}
@media (max-width: 992px) {
  .page-relocation .module-case .case-swiper .swiper-slide > img {
    max-width: 100%;
  }
}
.page-relocation .module-case .case-swiper .swiper-slide .text-wrap {
  width: 50%;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .page-relocation .module-case .case-swiper .swiper-slide .text-wrap {
    width: 100%;
    padding-left: 0px;
  }
}
.page-relocation .module-case .case-swiper .swiper-slide .text-wrap h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .page-relocation .module-case .case-swiper .swiper-slide .text-wrap h3 {
    font-size: 20px;
  }
}
.page-relocation .module-case .case-swiper .swiper-slide .text-wrap ul {
  list-style: none;
}
.page-relocation .module-case .case-swiper .swiper-slide .text-wrap ul li {
  font-size: 18px;
  color: #354253;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 992px) {
  .page-relocation .module-case .case-swiper .swiper-slide .text-wrap ul li {
    font-size: 14px;
  }
}
.page-relocation .module-case .case-swiper .swiper-slide .text-wrap ul li::before {
  content: "•";
  color: #0061ff;
  display: inline-block;
  width: 24px;
  font-size: 30px;
  vertical-align: sub;
  position: absolute;
  left: -20px;
  top: -10px;
}
.page-relocation .module-case .case-swiper .swiper-slide .text-wrap .efficiency-wrap {
  display: flex;
  margin-bottom: 40px;
}
.page-relocation .module-case .case-swiper .swiper-slide .text-wrap .efficiency-wrap .color-left {
  background-image: linear-gradient(#00a3ff, #66f6ff);
  width: 3px;
  margin-right: 20px;
  height: 100%;
}
.page-relocation .module-case .case-swiper .swiper-slide .text-wrap .efficiency-wrap .efficiency-items {
  display: flex;
  width: 50%;
}
.page-relocation .module-case .case-swiper .swiper-slide .text-wrap .efficiency-wrap .efficiency-title {
  color: #0061ff;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}
@media (max-width: 992px) {
  .page-relocation .module-case .case-swiper .swiper-slide .text-wrap .efficiency-wrap .efficiency-title {
    font-size: 30px;
  }
}
.page-relocation .module-case .case-swiper .swiper-slide .text-wrap .efficiency-wrap .efficiency-sub-title {
  font-size: 16px;
}
@media (max-width: 992px) {
  .page-relocation .module-case .case-swiper .swiper-slide .text-wrap .efficiency-wrap .efficiency-sub-title {
    font-size: 14px;
  }
}
.page-relocation .module-support .module-title {
  margin-bottom: 50px;
}
.page-relocation .module-support .support-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .page-relocation .module-support .support-content {
    display: block;
  }
}
.page-relocation .module-support .support-content .img-wrap {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .page-relocation .module-support .support-content .img-wrap {
    margin: 20px 0;
  }
}
.page-relocation .module-support .support-content .left-text, .page-relocation .module-support .support-content .right-text {
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(67, 73, 101, 0.2);
}
.page-relocation .module-support .support-content .left-text .title, .page-relocation .module-support .support-content .right-text .title {
  color: #00142d;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
}
.page-relocation .module-support .support-content .left-text .des, .page-relocation .module-support .support-content .right-text .des {
  display: flex;
}
.page-relocation .module-support .support-content .left-text .des .des-icon, .page-relocation .module-support .support-content .right-text .des .des-icon {
  width: 24px;
  flex: none;
}
.page-relocation .module-support .support-content .left-text .des .des-text, .page-relocation .module-support .support-content .right-text .des .des-text {
  margin-left: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.page-template .footer-wrap {
  margin-top: 0;
}
.page-template .page-head {
  background-color: rgba(255, 255, 255, 0);
  color: white;
  margin-top: -30px;
  position: relative;
}
.page-template .page-head .head-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .page-template .page-head .head-wrap {
    display: block;
  }
}
.page-template .page-head .head-wrap .text {
  width: 50%;
}
@media (max-width: 992px) {
  .page-template .page-head .head-wrap .text {
    width: 100%;
  }
}
.page-template .page-head .head-wrap .text .title {
  text-align: left;
  font-size: 50px;
  line-height: 70px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .page-template .page-head .head-wrap .text .title {
    font-size: 38px;
    line-height: 60px;
  }
}
.page-template .page-head .head-wrap .text .sub_title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-template .page-head .head-wrap .text .btn {
  border-radius: 50px;
  background-color: white;
  color: #1274ff;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 36px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .page-template .page-head .head-wrap .text .btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-template .page-head .head-wrap .text .btn {
    width: 100%;
  }
}
.page-template .page-head .head-wrap .img {
  width: 50%;
  text-align: center;
}
@media (max-width: 992px) {
  .page-template .page-head .head-wrap .img {
    width: 100%;
  }
}
.page-template .module-title {
  margin-bottom: 32px;
}
.page-template .module-sub-title {
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .page-template .module-sub-title {
    font-size: 14px;
  }
}
.page-template .module-theme .swiper-slide .text-wrap {
  display: flex;
}
.page-template .module-theme .swiper-slide .text-wrap p {
  color: #0061ff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  margin-right: 8px;
}

.page-payment .footer-wrap {
  margin-top: 0;
}
.page-payment .page-head {
  background-image: linear-gradient(137deg, #64c7ff 8.31%, #0061ff 87.12%);
  color: white;
  margin-top: -30px;
}
.page-payment .page-head .head-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .page-payment .page-head .head-wrap {
    display: block;
  }
}
.page-payment .page-head .head-wrap .text {
  width: 50%;
}
@media (max-width: 992px) {
  .page-payment .page-head .head-wrap .text {
    width: 100%;
  }
}
.page-payment .page-head .head-wrap .text .title {
  text-align: left;
  font-size: 50px;
  line-height: 94px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .page-payment .page-head .head-wrap .text .title {
    font-size: 38px;
    line-height: 60px;
  }
}
.page-payment .page-head .head-wrap .text .sub_title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-payment .page-head .head-wrap .text .btn {
  border-radius: 50px;
  background-color: white;
  color: #1274ff;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 36px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .page-payment .page-head .head-wrap .text .btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-payment .page-head .head-wrap .text .btn {
    width: 100%;
  }
}
.page-payment .page-head .head-wrap .img {
  width: 50%;
  text-align: center;
}
@media (max-width: 992px) {
  .page-payment .page-head .head-wrap .img {
    width: 100%;
  }
}
.page-payment .module-payment-options .module-title {
  margin-bottom: 10px;
}
.page-payment .module-payment-options .module-sub-title {
  margin-bottom: 40px;
}
.page-payment .module-payment-options .options-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .page-payment .module-payment-options .options-wrap {
    display: block;
  }
  .page-payment .module-payment-options .options-wrap .module-sub-title {
    font-size: 18px;
  }
}
.page-payment .module-payment-options .options-wrap .img-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-payment .module-payment-options .options-wrap .img-wrap {
    width: 100%;
  }
}
.page-payment .module-payment-options .options-wrap .text-wap {
  width: 45%;
}
@media (max-width: 992px) {
  .page-payment .module-payment-options .options-wrap .text-wap {
    width: 100%;
  }
}
.page-payment .module-payment-options .options-wrap .text-wap .payment-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .page-payment .module-payment-options .options-wrap .text-wap .payment-wrap {
    flex-wrap: wrap;
  }
}
.page-payment .module-payment-options .options-wrap .text-wap .payment-wrap .payment-item img {
  width: 64px;
  height: 64px;
}
.page-payment .module-payment-options .options-wrap .text-wap .payment-wrap .payment-item .payment-item-name {
  font-size: 20px;
  line-height: 30px;
  color: #354253;
  font-weight: bold;
}
@media (max-width: 992px) {
  .page-payment .module-payment-options .options-wrap .text-wap .payment-wrap .payment-item {
    width: 50%;
    text-align: center;
  }
  .page-payment .module-payment-options .options-wrap .text-wap .payment-wrap .payment-item img {
    width: 30px;
    height: 30px;
  }
  .page-payment .module-payment-options .options-wrap .text-wap .payment-wrap .payment-item .payment-item-name {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.page-payment .module-payment-options .options-wrap .text-wap .tips {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: rgba(132, 142, 155, 0.7019607843);
  margin-top: 40px;
}
.page-payment .module-ong-pay {
  background-image: linear-gradient(215deg, #0047ba, #000 34.55%, #0047ba 102%);
  color: #fff;
}
.page-payment .module-ong-pay .module-sub-title {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 992px) {
  .page-payment .module-ong-pay .module-sub-title {
    font-size: 16px;
  }
}
.page-payment .module-ong-pay .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .page-payment .module-ong-pay .flex-wrap {
    display: block;
  }
}
.page-payment .module-ong-pay .flex-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-payment .module-ong-pay .flex-wrap .text-wrap {
    width: 100%;
  }
}
.page-payment .module-ong-pay .flex-wrap .text-wrap .text-item-title {
  font-size: 28px;
  margin-bottom: 7px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 992px) {
  .page-payment .module-ong-pay .flex-wrap .text-wrap .text-item-title {
    font-size: 24px;
  }
}
.page-payment .module-ong-pay .flex-wrap .text-wrap .text-item-des {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7019607843);
}
@media (max-width: 992px) {
  .page-payment .module-ong-pay .flex-wrap .text-wrap .text-item-des {
    font-size: 14px;
  }
}
.page-payment .module-ong-pay .flex-wrap .text-wrap .nav {
  display: flex;
  flex-direction: column;
}
.page-payment .module-ong-pay .flex-wrap .text-wrap .nav .nav-link {
  border: 0;
  padding: 9px 0 9px 13px;
  margin-bottom: 10px;
  font-weight: bold;
}
.page-payment .module-ong-pay .flex-wrap .tab-content {
  width: 50%;
}
@media (max-width: 992px) {
  .page-payment .module-ong-pay .flex-wrap .tab-content {
    width: 100%;
  }
}
.page-payment .module-transactions .module-title {
  margin-bottom: 20px;
}
.page-payment .module-transactions .module-sub-title {
  margin-bottom: 50px;
}
.page-payment .module-transactions .text-wrap {
  width: 50%;
}
.page-payment .module-transactions .text-wrap .title {
  color: #354253;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.page-payment .module-transactions .text-wrap .des {
  opacity: 0.8;
  color: #354253;
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 992px) {
  .page-payment .module-transactions .text-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-payment .module-transactions .img-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-payment .module-transactions .img-wrap {
    width: 100%;
  }
}

.page-logistics .footer-wrap {
  margin-top: 0;
}
.page-logistics .page-head {
  background-image: linear-gradient(139deg, #001c61, #0a399b);
  color: white;
  margin-bottom: 0;
  margin-top: -30px;
}
.page-logistics .page-head .head-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .page-logistics .page-head .head-wrap {
    display: block;
  }
}
.page-logistics .page-head .head-wrap .text {
  width: 50%;
}
@media (max-width: 992px) {
  .page-logistics .page-head .head-wrap .text {
    width: 100%;
  }
}
.page-logistics .page-head .head-wrap .text .title {
  text-align: left;
  font-size: 50px;
  line-height: 94px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .page-logistics .page-head .head-wrap .text .title {
    font-size: 38px;
    line-height: 60px;
  }
}
.page-logistics .page-head .head-wrap .text .sub_title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-logistics .page-head .head-wrap .text .data-wrap {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-logistics .page-head .head-wrap .text .data-wrap .item {
  margin-right: 10px;
  border-right: 2px solid #00b2ff;
  padding-right: 15px;
}
.page-logistics .page-head .head-wrap .text .data-wrap .item:last-of-type {
  border: none;
}
.page-logistics .page-head .head-wrap .text .data-wrap .item .title {
  font-size: 26px;
  line-height: 38px;
  color: #00b2ff;
  margin: 0;
  text-align: left;
}
@media (max-width: 992px) {
  .page-logistics .page-head .head-wrap .text .data-wrap .item .title {
    font-size: 20px;
  }
}
.page-logistics .page-head .head-wrap .text .data-wrap .item .sub-title {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
.page-logistics .page-head .head-wrap .text .btn {
  border-radius: 50px;
  background-color: white;
  color: #1274ff;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 36px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .page-logistics .page-head .head-wrap .text .btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-logistics .page-head .head-wrap .text .btn {
    width: 100%;
  }
}
.page-logistics .page-head .head-wrap .img {
  width: 50%;
  text-align: center;
}
@media (max-width: 992px) {
  .page-logistics .page-head .head-wrap .img {
    width: 100%;
  }
}
.page-logistics .module-image-text {
  background-color: #080812;
  color: white;
}
.page-logistics .module-image-text .module-title {
  margin-bottom: 25px;
}
.page-logistics .module-image-text .module-sub-title {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 992px) {
  .page-logistics .module-one {
    padding-bottom: 0;
  }
}
.page-logistics .module-one .one-title-wrap {
  margin-bottom: 38px;
}
.page-logistics .module-one .one-title-wrap img {
  width: auto;
  height: 38px;
  margin-bottom: 23px;
}
.page-logistics .module-one .one-title-wrap .one-title-text {
  border-left: 8px solid #02c8c6;
  padding-left: 20px;
}
.page-logistics .module-one .one-title-wrap .one-title-text .module-title {
  text-align: left;
  margin-bottom: 10px;
  font-size: 36px;
}
@media (max-width: 992px) {
  .page-logistics .module-one .one-title-wrap .one-title-text .module-title {
    font-size: 26px;
  }
}
.page-logistics .module-one .one-title-wrap .one-title-text .module-sub-title {
  text-align: left;
  font-size: 18px;
}
@media (max-width: 992px) {
  .page-logistics .module-one .one-title-wrap .one-title-text .module-sub-title {
    font-size: 14px;
  }
}
.page-logistics .module-one .text-img-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .page-logistics .module-one .text-img-wrap {
    display: block;
  }
}
.page-logistics .module-one .text-img-wrap .img-wrap {
  max-width: 50%;
}
@media (max-width: 992px) {
  .page-logistics .module-one .text-img-wrap .img-wrap {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.page-logistics .module-one .text-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .page-logistics .module-one .text-wrap {
    padding: 0;
  }
}
.page-logistics .module-one .text-wrap .text-item:first-of-type {
  margin-bottom: 5%;
}
.page-logistics .module-one .text-wrap .text-title {
  font-size: 20px;
  line-height: 30px;
  color: #00142d;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .page-logistics .module-one .text-wrap .text-title {
    font-size: 16px;
  }
}
.page-logistics .module-one .text-wrap .text-des {
  font-size: 16px;
  line-height: 24px;
  color: #667281;
}
.page-logistics .module-one .text-wrap .text-des li {
  margin-bottom: 10px;
}

.page-markets .footer-wrap {
  margin-top: 0;
}
.page-markets .page-head {
  background-image: radial-gradient(circle at 100% 20%, rgba(40, 165, 255, 0.3019607843), rgba(255, 255, 255, 0) 16%), linear-gradient(#022264, #001136);
  color: #fff;
  margin-bottom: 0;
  margin-top: -30px;
}
.page-markets .page-head .head-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .page-markets .page-head .head-wrap {
    display: block;
  }
}
.page-markets .page-head .head-wrap .text {
  width: 50%;
}
@media (max-width: 992px) {
  .page-markets .page-head .head-wrap .text {
    width: 100%;
  }
}
.page-markets .page-head .head-wrap .text .title {
  text-align: left;
  font-size: 50px;
  line-height: 58px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .page-markets .page-head .head-wrap .text .title {
    font-size: 38px;
    line-height: 60px;
  }
}
.page-markets .page-head .head-wrap .text .sub_title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-markets .page-head .head-wrap .text .btn {
  border-radius: 50px;
  background-color: white;
  color: #1274ff;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 36px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .page-markets .page-head .head-wrap .text .btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-markets .page-head .head-wrap .text .btn {
    width: 100%;
  }
}
.page-markets .page-head .head-wrap .img {
  width: 50%;
  text-align: center;
}
@media (max-width: 992px) {
  .page-markets .page-head .head-wrap .img {
    width: 100%;
  }
}
.page-markets .module-sales {
  background-image: linear-gradient(#011237, #000b24);
  color: white;
}
.page-markets .module-sales .module-title {
  margin-bottom: 50px;
}
.page-markets .module-sales .title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 12px;
}
.page-markets .module-sales .des {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 992px) {
  .page-markets .module-image-text {
    padding-top: 20px;
  }
}
.page-markets .module-image-text .image-text-item {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-markets .module-image-text .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-markets .module-image-text .text-wrap {
    width: 100%;
  }
}
.page-markets .module-image-text .img-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-markets .module-image-text .img-wrap {
    width: 100%;
    margin-top: 30px;
  }
}
.page-markets .module-image-text .module-title {
  font-size: 36px;
  line-height: 44px;
  color: #00142d;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .page-markets .module-image-text .module-title {
    font-size: 26px;
  }
}
.page-markets .module-image-text .module-sub-title {
  font-size: 16px;
  line-height: 24px;
  color: #354253;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .page-markets .module-image-text .module-sub-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.page-markets .bg-color {
  background-image: linear-gradient(rgba(190, 224, 255, 0.8), rgba(216, 248, 255, 0.8));
}
.page-markets .module-online-shopping .module-title {
  margin-bottom: 50px;
}
.page-markets .module-online-shopping .text-wrap {
  max-width: 30%;
}
@media (max-width: 992px) {
  .page-markets .module-online-shopping .text-wrap {
    max-width: 100%;
  }
}
.page-markets .module-online-shopping .text-wrap .title {
  font-size: 20px;
  line-height: 26px;
  color: #00142d;
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 700;
}
.page-markets .module-online-shopping .text-wrap .des {
  color: rgba(53, 66, 83, 0.8);
  font-size: 18px;
  line-height: 26px;
}

.page-channel-marketing .footer-wrap {
  margin-top: 0;
}
.page-channel-marketing .page-head {
  background-color: #f1f7ff;
  color: #114587;
  margin-bottom: 0;
  margin-top: -30px;
}
.page-channel-marketing .page-head .head-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .page-channel-marketing .page-head .head-wrap {
    display: block;
  }
}
.page-channel-marketing .page-head .head-wrap .text {
  width: 50%;
}
@media (max-width: 992px) {
  .page-channel-marketing .page-head .head-wrap .text {
    width: 100%;
  }
}
.page-channel-marketing .page-head .head-wrap .text .title {
  text-align: left;
  font-size: 50px;
  line-height: 58px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .page-channel-marketing .page-head .head-wrap .text .title {
    font-size: 38px;
    line-height: 60px;
  }
}
.page-channel-marketing .page-head .head-wrap .text .sub_title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-channel-marketing .page-head .head-wrap .text .btn {
  border-radius: 50px;
  background-color: white;
  color: #1274ff;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 36px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .page-channel-marketing .page-head .head-wrap .text .btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-channel-marketing .page-head .head-wrap .text .btn {
    width: 100%;
  }
}
.page-channel-marketing .page-head .head-wrap .img {
  width: 50%;
  text-align: center;
}
@media (max-width: 992px) {
  .page-channel-marketing .page-head .head-wrap .img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-channel-marketing .module-point {
    padding: 20px 0;
  }
  .page-channel-marketing .module-point .point-item {
    text-align: center;
  }
}
.page-channel-marketing .module-point .module-title {
  margin-bottom: 50px;
}
.page-channel-marketing .module-point img {
  width: 65px;
}
.page-channel-marketing .module-point .text-title {
  font-size: 18px;
  line-height: 28px;
  color: #00142d;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 992px) {
  .page-channel-marketing .module-point .text-title {
    text-align: center;
  }
}
.page-channel-marketing .module-point .text-sub-title {
  color: #354253;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 992px) {
  .page-channel-marketing .module-point .text-sub-title {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .page-channel-marketing .module-image-text {
    padding: 20px 0;
  }
}
.page-channel-marketing .module-image-text .image-text-item {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-channel-marketing .module-image-text .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-channel-marketing .module-image-text .text-wrap {
    width: 100%;
  }
}
.page-channel-marketing .module-image-text .text-wrap a {
  margin-top: 50px;
}
.page-channel-marketing .module-image-text .img-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-channel-marketing .module-image-text .img-wrap {
    width: 100%;
    margin-top: 30px;
  }
}
.page-channel-marketing .module-image-text .module-title {
  font-size: 36px;
  line-height: 44px;
  color: #00142d;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .page-channel-marketing .module-image-text .module-title {
    font-size: 26px;
  }
}
.page-channel-marketing .module-image-text .module-sub-title {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 26px;
  color: #00142d;
  font-weight: bold;
}
@media (max-width: 992px) {
  .page-channel-marketing .module-image-text .module-sub-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.page-channel-marketing .module-image-text .module-sub-title-2 {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 992px) {
  .page-channel-marketing .module-image-text .module-sub-title-2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.page-channel-marketing .module-image-text .des {
  font-size: 16px;
  line-height: 24px;
  color: #354253;
  margin-bottom: 20px;
  position: relative;
  margin-left: 30px;
}
.page-channel-marketing .module-image-text .des::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 7px;
  left: -30px;
}

.page-email-marketing .footer-wrap {
  margin-top: 0;
}
.page-email-marketing .page-head {
  background-color: #400ea9;
  color: #fff;
  margin-bottom: 0;
  margin-top: -30px;
}
.page-email-marketing .page-head .head-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .page-email-marketing .page-head .head-wrap {
    display: block;
  }
}
.page-email-marketing .page-head .head-wrap .text {
  width: 50%;
}
@media (max-width: 992px) {
  .page-email-marketing .page-head .head-wrap .text {
    width: 100%;
  }
}
.page-email-marketing .page-head .head-wrap .text .title {
  text-align: left;
  font-size: 50px;
  line-height: 58px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .page-email-marketing .page-head .head-wrap .text .title {
    font-size: 38px;
    line-height: 60px;
  }
}
.page-email-marketing .page-head .head-wrap .text .sub_title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-email-marketing .page-head .head-wrap .text .btn {
  border-radius: 50px;
  background-color: white;
  color: #1274ff;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 36px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .page-email-marketing .page-head .head-wrap .text .btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-email-marketing .page-head .head-wrap .text .btn {
    width: 100%;
  }
}
.page-email-marketing .page-head .head-wrap .img {
  width: 50%;
  text-align: center;
}
@media (max-width: 992px) {
  .page-email-marketing .page-head .head-wrap .img {
    width: 100%;
  }
}
.page-email-marketing .module-use .module-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .page-email-marketing .module-use .module-title {
    margin-bottom: 20px;
  }
}
.page-email-marketing .module-use .icon-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-email-marketing .module-use .icon-wrap .icon-item {
  padding: 0 20px;
  text-align: center;
}
.page-email-marketing .module-use .icon-wrap .icon-item img {
  width: 62px;
  margin-bottom: 15px;
}
.page-email-marketing .module-use .icon-wrap .icon-item .icon-item-text-1 {
  margin-bottom: 10px;
  font-size: 37px;
  line-height: 48px;
  font-weight: bold;
}
.page-email-marketing .module-use .icon-wrap .icon-item .icon-item-text-2 {
  font-size: 17px;
  line-height: 26px;
  font-weight: bold;
  color: #354253;
}
@media (max-width: 992px) {
  .page-email-marketing .module-use .icon-wrap {
    flex-wrap: wrap;
  }
  .page-email-marketing .module-use .icon-wrap .icon-item {
    width: 50%;
  }
  .page-email-marketing .module-use .icon-wrap .icon-item img {
    width: 53px;
    margin-bottom: 0px;
  }
  .page-email-marketing .module-use .icon-wrap .icon-item .icon-item-text-1 {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .page-email-marketing .module-use .icon-wrap .icon-item .icon-item-text-2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.page-email-marketing .module-item .btn {
  border-radius: 50px;
  cursor: pointer;
  font-weight: bold;
  height: 50px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  background-color: #bc67ff;
  border-color: #e65ef2;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .page-email-marketing .module-item .btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-email-marketing .module-item .btn {
    width: 100%;
  }
}
.page-email-marketing .module-video {
  background-color: #f2f0fa;
  padding-top: 77px;
  padding-bottom: 77px;
}
@media (max-width: 992px) {
  .page-email-marketing .module-video {
    padding: 20px 0;
  }
}
.page-email-marketing .module-video .module-video-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .page-email-marketing .module-video .module-video-wrap {
    display: block;
  }
}
.page-email-marketing .module-video .module-video-wrap .video-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-email-marketing .module-video .module-video-wrap .video-wrap {
    width: 100%;
  }
}
.page-email-marketing .module-video .module-video-wrap .video-wrap video {
  width: 100%;
}
.page-email-marketing .module-video .module-video-wrap .text-wrap {
  width: 50%;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .page-email-marketing .module-video .module-video-wrap .text-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-email-marketing .module-video .module-video-wrap .text-wrap {
    padding-left: 0px;
  }
}
.page-email-marketing .module-video .module-video-wrap .text-wrap .module-title {
  font-size: 34px;
  line-height: 50px;
  margin-bottom: 50px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .page-email-marketing .module-video .module-video-wrap .text-wrap .module-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.page-email-marketing .module-click .module-title {
  font-size: 34px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .page-email-marketing .module-click .module-title {
    font-size: 30px;
  }
}
.page-email-marketing .module-click .btn-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .page-email-marketing .module-click .btn-wrap {
    margin-bottom: 0px;
  }
}
.page-email-marketing .module-click .click-wrap-item {
  background-color: #f9f9f9;
  padding-top: 27px;
  padding-left: 31px;
  padding-right: 31px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .page-email-marketing .module-click .click-wrap-item {
    margin-bottom: 20px;
  }
}
.page-email-marketing .module-click .click-wrap-item .text-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  margin-bottom: 4px;
}
.page-email-marketing .module-click .click-wrap-item .text-des {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.page-email-marketing .module-click .click-wrap-item img {
  position: relative;
  right: -30px;
}
.page-email-marketing .module-close-loop {
  background-color: #f2f0fa;
  padding-top: 77px;
  padding-bottom: 77px;
}
@media (max-width: 992px) {
  .page-email-marketing .module-close-loop {
    padding: 20px 0;
  }
}
.page-email-marketing .module-close-loop .module-close-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .page-email-marketing .module-close-loop .module-close-wrap {
    display: block;
  }
}
.page-email-marketing .module-close-loop .module-close-wrap .img-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-email-marketing .module-close-loop .module-close-wrap .img-wrap {
    width: 100%;
  }
}
.page-email-marketing .module-close-loop .module-close-wrap .text-wrap {
  width: 50%;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .page-email-marketing .module-close-loop .module-close-wrap .text-wrap {
    width: 100%;
    padding-left: 0px;
  }
}
.page-email-marketing .module-close-loop .module-close-wrap .text-wrap .text-title {
  margin-top: 23px;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 27px;
  color: #00142d;
  font-weight: bold;
}
.page-email-marketing .module-close-loop .module-close-wrap .text-wrap .text-des {
  color: rgba(53, 66, 83, 0.8);
  font-size: 14px;
  line-height: 20px;
}
.page-email-marketing .module-close-loop .module-close-wrap .text-wrap .btn {
  margin-top: 31px;
}

.page-membership-system .footer-wrap {
  margin-top: 0;
}
.page-membership-system .page-head {
  background-color: #fffcf0;
  color: #114587;
  margin-bottom: 0;
  margin-top: -30px;
}
.page-membership-system .page-head .head-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .page-membership-system .page-head .head-wrap {
    display: block;
  }
}
.page-membership-system .page-head .head-wrap .text {
  width: 50%;
}
@media (max-width: 992px) {
  .page-membership-system .page-head .head-wrap .text {
    width: 100%;
  }
}
.page-membership-system .page-head .head-wrap .text .title {
  text-align: left;
  font-size: 50px;
  line-height: 58px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .page-membership-system .page-head .head-wrap .text .title {
    font-size: 38px;
    line-height: 60px;
  }
}
.page-membership-system .page-head .head-wrap .text .sub_title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-membership-system .page-head .head-wrap .text .btn {
  border-radius: 50px;
  background-color: #0061ff;
  color: #fff;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 36px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .page-membership-system .page-head .head-wrap .text .btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-membership-system .page-head .head-wrap .text .btn {
    width: 100%;
  }
}
.page-membership-system .page-head .head-wrap .img {
  width: 50%;
  text-align: center;
}
@media (max-width: 992px) {
  .page-membership-system .page-head .head-wrap .img {
    width: 100%;
  }
}
.page-membership-system .module-image-text {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .page-membership-system .module-image-text {
    padding: 20px 0;
  }
}
.page-membership-system .module-image-text .image-text-item {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-membership-system .module-image-text .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-membership-system .module-image-text .text-wrap {
    width: 100%;
  }
}
.page-membership-system .module-image-text .img-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-membership-system .module-image-text .img-wrap {
    width: 100%;
    margin-top: 30px;
  }
}
.page-membership-system .module-image-text .module-title {
  font-size: 36px;
  line-height: 44px;
  color: #00142d;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .page-membership-system .module-image-text .module-title {
    font-size: 26px;
  }
}
.page-membership-system .module-image-text .module-sub-title {
  font-size: 16px;
  line-height: 24px;
  color: #354253;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .page-membership-system .module-image-text .module-sub-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.page-membership-system .module-image-text .icon-wrap {
  max-width: 75%;
}
.page-membership-system .module-image-text .icon-wrap .point {
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.page-membership-system .module-image-text a {
  margin-top: 50px;
}

.page-message-center .footer-wrap {
  margin-top: 0;
}
.page-message-center .page-head {
  background-color: #fffcf0;
  color: #114587;
  margin-bottom: 0;
  margin-top: -30px;
}
.page-message-center .page-head .head-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .page-message-center .page-head .head-wrap {
    display: block;
  }
}
.page-message-center .page-head .head-wrap .text {
  width: 50%;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .page-message-center .page-head .head-wrap .text {
    width: 100%;
  }
}
.page-message-center .page-head .head-wrap .text .title {
  text-align: left;
  font-size: 50px;
  line-height: 58px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .page-message-center .page-head .head-wrap .text .title {
    font-size: 38px;
    line-height: 60px;
  }
}
.page-message-center .page-head .head-wrap .text .sub_title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-message-center .page-head .head-wrap .text .btn {
  border-radius: 50px;
  background-color: #0061ff;
  color: #fff;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 36px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .page-message-center .page-head .head-wrap .text .btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-message-center .page-head .head-wrap .text .btn {
    width: 100%;
  }
}
.page-message-center .page-head .head-wrap .img {
  width: 50%;
  text-align: center;
}
@media (max-width: 992px) {
  .page-message-center .page-head .head-wrap .img {
    width: 100%;
  }
}
.page-message-center .module-analysis {
  background-color: #e7f2ff;
}
.page-message-center .module-analysis .module-title {
  margin-bottom: 20px;
}
.page-message-center .module-analysis .module-sub-title {
  margin-bottom: 50px;
}
.page-message-center .module-analysis .img-wrap {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}
.page-message-center .module-analysis .img-wrap .mid-wrap {
  max-width: 170px;
}
.page-message-center .module-analysis .img-wrap .content-wrap {
  max-width: 400px;
}
.page-message-center .module-analysis .img-wrap .text {
  color: #354253;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
.page-message-center .module-analysis2 {
  background-color: #000;
  color: white;
}
.page-message-center .module-analysis2 .module-sub-title {
  margin-bottom: 50px;
}
.page-message-center .module-analysis2 .img-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .page-message-center .module-analysis2 .img-wrap {
    display: block;
  }
}
.page-message-center .module-analysis2 .img-wrap .text {
  margin-top: 20px;
  color: rgba(122, 132, 153, 0.8);
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 992px) {
  .page-message-center .module-analysis2 .img-wrap .text {
    margin-bottom: 30px;
  }
}
.page-message-center .module-ai {
  background-color: #e7f2ff;
}
.page-message-center .module-ai .module-title {
  color: #00142d;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 54px;
}
.page-message-center .module-ai .module-sub-title {
  color: #667281;
  text-align: left;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 992px) {
  .page-message-center .module-ai .module-sub-title {
    margin-bottom: 20px;
  }
}
.page-message-center .module-ai .text-title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
.page-message-center .module-ai .text-des {
  margin-top: 12px;
  color: rgba(122, 132, 153, 0.8);
}
@media (max-width: 992px) {
  .page-message-center .module-ai .text-des {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .page-message-center .module-image-text {
    padding: 20px 0;
  }
}
.page-message-center .module-image-text .image-text-item {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-message-center .module-image-text .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-message-center .module-image-text .text-wrap {
    width: 100%;
  }
}
.page-message-center .module-image-text .img-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-message-center .module-image-text .img-wrap {
    width: 100%;
    margin-top: 30px;
  }
}
.page-message-center .module-image-text .module-title {
  font-size: 36px;
  line-height: 44px;
  color: #00142d;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .page-message-center .module-image-text .module-title {
    font-size: 26px;
  }
}
.page-message-center .module-image-text .module-sub-title {
  font-size: 16px;
  line-height: 24px;
  color: #354253;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .page-message-center .module-image-text .module-sub-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.page-message-center .module-image-text .list {
  margin-bottom: 50px;
}
.page-message-center .module-image-text .list li {
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 20, 45, 0.8);
  margin-bottom: 40px;
}

.page-easyrank-seo .footer-wrap {
  margin-top: 0;
}
.page-easyrank-seo .page-head {
  background-image: linear-gradient(98.23deg, #1a9fff, #1a4cff);
  color: #fff;
  margin-bottom: 0;
  margin-top: -30px;
}
.page-easyrank-seo .page-head .head-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .page-easyrank-seo .page-head .head-wrap {
    display: block;
  }
}
.page-easyrank-seo .page-head .head-wrap .text {
  width: 50%;
}
@media (max-width: 992px) {
  .page-easyrank-seo .page-head .head-wrap .text {
    width: 100%;
  }
}
.page-easyrank-seo .page-head .head-wrap .text .title {
  text-align: left;
  font-size: 50px;
  line-height: 58px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .page-easyrank-seo .page-head .head-wrap .text .title {
    font-size: 38px;
    line-height: 60px;
  }
}
.page-easyrank-seo .page-head .head-wrap .text .sub_title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-easyrank-seo .page-head .head-wrap .text .btn {
  border-radius: 50px;
  background-color: #51ffc0;
  color: #0061ff;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 36px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .page-easyrank-seo .page-head .head-wrap .text .btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-easyrank-seo .page-head .head-wrap .text .btn {
    width: 100%;
  }
}
.page-easyrank-seo .page-head .head-wrap .img {
  width: 50%;
  text-align: center;
}
@media (max-width: 992px) {
  .page-easyrank-seo .page-head .head-wrap .img {
    width: 100%;
  }
}
.page-easyrank-seo .module-video video {
  max-width: 100%;
}
@media (max-width: 992px) {
  .page-easyrank-seo .module-image-text {
    padding: 20px 0;
  }
}
.page-easyrank-seo .module-image-text .image-text-item {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-easyrank-seo .module-image-text .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-easyrank-seo .module-image-text .text-wrap {
    width: 100%;
  }
}
.page-easyrank-seo .module-image-text .img-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-easyrank-seo .module-image-text .img-wrap {
    width: 100%;
    margin-top: 30px;
  }
}
.page-easyrank-seo .module-image-text .module-title {
  font-size: 36px;
  line-height: 44px;
  color: #00142d;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .page-easyrank-seo .module-image-text .module-title {
    font-size: 26px;
  }
}
.page-easyrank-seo .module-image-text .module-sub-title {
  font-size: 16px;
  line-height: 24px;
  color: #354253;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .page-easyrank-seo .module-image-text .module-sub-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.page-smart-feed .footer-wrap {
  margin-top: 0;
}
.page-smart-feed .page-head {
  background-color: #f1f7ff;
  color: #114587;
  margin-bottom: 0;
  margin-top: -30px;
}
.page-smart-feed .page-head .head-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .page-smart-feed .page-head .head-wrap {
    display: block;
  }
}
.page-smart-feed .page-head .head-wrap .text {
  width: 50%;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .page-smart-feed .page-head .head-wrap .text {
    width: 100%;
    padding-right: 0px;
  }
}
.page-smart-feed .page-head .head-wrap .text .title {
  text-align: left;
  font-size: 50px;
  line-height: 58px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .page-smart-feed .page-head .head-wrap .text .title {
    font-size: 38px;
    line-height: 60px;
  }
}
.page-smart-feed .page-head .head-wrap .text .sub_title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-smart-feed .page-head .head-wrap .text .btn {
  border-radius: 50px;
  background-color: #0061ff;
  color: #fff;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 36px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .page-smart-feed .page-head .head-wrap .text .btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-smart-feed .page-head .head-wrap .text .btn {
    width: 100%;
  }
}
.page-smart-feed .page-head .head-wrap .img {
  width: 50%;
  text-align: center;
}
@media (max-width: 992px) {
  .page-smart-feed .page-head .head-wrap .img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-smart-feed .module-image-text {
    padding: 20px 0;
  }
}
.page-smart-feed .module-image-text .image-text-item {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-smart-feed .module-image-text .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-smart-feed .module-image-text .text-wrap {
    width: 100%;
  }
}
.page-smart-feed .module-image-text .img-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-smart-feed .module-image-text .img-wrap {
    width: 100%;
    margin-top: 30px;
  }
}
.page-smart-feed .module-image-text .module-title {
  font-size: 36px;
  line-height: 44px;
  color: #00142d;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .page-smart-feed .module-image-text .module-title {
    font-size: 26px;
  }
}
.page-smart-feed .module-image-text .module-sub-title {
  font-size: 16px;
  line-height: 24px;
  color: #354253;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .page-smart-feed .module-image-text .module-sub-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.page-crm .footer-wrap {
  margin-top: 0;
}
.page-crm .page-head {
  background-color: #ffa41c;
  color: #fff;
  margin-bottom: 0;
  margin-top: -30px;
}
.page-crm .page-head .head-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .page-crm .page-head .head-wrap {
    display: block;
  }
}
.page-crm .page-head .head-wrap .text {
  width: 50%;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .page-crm .page-head .head-wrap .text {
    width: 100%;
    padding-right: 0px;
  }
}
.page-crm .page-head .head-wrap .text .title {
  text-align: left;
  font-size: 50px;
  line-height: 58px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .page-crm .page-head .head-wrap .text .title {
    font-size: 38px;
    line-height: 60px;
  }
}
.page-crm .page-head .head-wrap .text .sub_title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-crm .page-head .head-wrap .text .btn {
  border-radius: 50px;
  background-color: #080808;
  color: #fff;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 36px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .page-crm .page-head .head-wrap .text .btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-crm .page-head .head-wrap .text .btn {
    width: 100%;
  }
}
.page-crm .page-head .head-wrap .img {
  width: 50%;
  text-align: center;
}
@media (max-width: 992px) {
  .page-crm .page-head .head-wrap .img {
    width: 100%;
  }
}
.page-crm .module-multi-level {
  background-color: #000;
  background-image: linear-gradient(43deg, rgba(255, 217, 82, 0.2) 1%, rgba(0, 0, 0, 0.9294117647) 22%, #000 80%, rgba(255, 217, 82, 0.2));
}
.page-crm .module-multi-level .multi-level-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .page-crm .module-multi-level .multi-level-wrap {
    display: block;
  }
}
.page-crm .module-multi-level .multi-level-wrap img {
  width: 50%;
}
@media (max-width: 992px) {
  .page-crm .module-multi-level .multi-level-wrap img {
    width: 100%;
  }
}
.page-crm .module-multi-level .multi-level-wrap .text-wrap {
  width: 50%;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .page-crm .module-multi-level .multi-level-wrap .text-wrap {
    width: 100%;
    padding-left: 0px;
  }
}
.page-crm .module-multi-level .multi-level-wrap .text-wrap .text-title {
  font-size: 46px;
  line-height: 54px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 992px) {
  .page-crm .module-multi-level .multi-level-wrap .text-wrap .text-title {
    font-size: 32px;
    line-height: 42px;
  }
}
.page-crm .module-multi-level .multi-level-wrap .text-wrap .text-des {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 50px;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 992px) {
  .page-crm .module-multi-level .multi-level-wrap .text-wrap .text-des {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.page-crm .module-multi-level .multi-level-wrap .text-wrap .tip div {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}
.page-crm .module-plan .text-title {
  font-size: 46px;
  line-height: 54px;
  margin-bottom: 50px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .page-crm .module-plan .text-title {
    font-size: 32px;
    line-height: 42px;
  }
}
.page-crm .module-more-invite .invite-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .page-crm .module-more-invite .invite-wrap {
    display: block;
  }
}
.page-crm .module-more-invite .invite-wrap .img-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-crm .module-more-invite .invite-wrap .img-wrap {
    width: 100%;
  }
}
.page-crm .module-more-invite .invite-wrap .text-wrap {
  width: 50%;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .page-crm .module-more-invite .invite-wrap .text-wrap {
    width: 100%;
    padding-left: 0px;
  }
}
.page-crm .module-more-invite .invite-wrap .text-wrap .text-title {
  margin-bottom: 40px;
  font-size: 46px;
  line-height: 54px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .page-crm .module-more-invite .invite-wrap .text-wrap .text-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
.page-crm .module-more-invite .invite-wrap .text-wrap .text-des {
  font-size: 18px;
  line-height: 26px;
  color: #354253;
}
@media (max-width: 992px) {
  .page-crm .module-more-invite .invite-wrap .text-wrap .text-des {
    margin-bottom: 20px;
  }
}
.page-crm .module-time {
  background-color: #ffefee;
}
.page-crm .module-time .time-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .page-crm .module-time .time-wrap {
    display: block;
  }
}
.page-crm .module-time .time-wrap .img-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-crm .module-time .time-wrap .img-wrap {
    width: 100%;
  }
}
.page-crm .module-time .time-wrap .text-wrap {
  width: 50%;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .page-crm .module-time .time-wrap .text-wrap {
    width: 100%;
    padding-left: 0px;
  }
}
.page-crm .module-time .time-wrap .text-wrap .text-title {
  margin-bottom: 40px;
  font-size: 46px;
  line-height: 54px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .page-crm .module-time .time-wrap .text-wrap .text-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
.page-crm .module-time .time-wrap .text-wrap .text-des {
  font-size: 18px;
  line-height: 26px;
  color: #354253;
}
@media (max-width: 992px) {
  .page-crm .module-time .time-wrap .text-wrap .text-des {
    margin-bottom: 20px;
  }
}

.page-store-data .footer-wrap {
  margin-top: 0;
}
.page-store-data .page-head {
  background-image: linear-gradient(45deg, #ac11f5 15%, #2648ff 35%, #1069ee 60%, #5edbec 84%, #51ffcb 98%);
  color: #fff;
  margin-bottom: 0;
  margin-top: -30px;
}
.page-store-data .page-head .head-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .page-store-data .page-head .head-wrap {
    display: block;
  }
}
.page-store-data .page-head .head-wrap .text {
  width: 50%;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .page-store-data .page-head .head-wrap .text {
    width: 100%;
    padding-right: 0px;
  }
}
.page-store-data .page-head .head-wrap .text .title {
  text-align: left;
  font-size: 50px;
  line-height: 58px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .page-store-data .page-head .head-wrap .text .title {
    font-size: 38px;
    line-height: 60px;
  }
}
.page-store-data .page-head .head-wrap .text .sub_title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-store-data .page-head .head-wrap .text .btn {
  border-radius: 50px;
  background-color: #fff;
  color: #1274ff;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 36px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .page-store-data .page-head .head-wrap .text .btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-store-data .page-head .head-wrap .text .btn {
    width: 100%;
  }
}
.page-store-data .page-head .head-wrap .img {
  width: 50%;
  text-align: center;
}
@media (max-width: 992px) {
  .page-store-data .page-head .head-wrap .img {
    width: 100%;
  }
}
.page-store-data .module-point {
  background-image: linear-gradient(#050525, #12005e);
}
.page-store-data .module-point img {
  width: 65px;
}
@media (max-width: 992px) {
  .page-store-data .module-point img {
    width: 50px;
  }
}
.page-store-data .module-point .text-title {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}
.page-store-data .module-point .text-sub-title {
  color: rgba(122, 132, 153, 0.8);
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
}
.page-store-data .module-improve {
  background-color: #ebefff;
}
.page-store-data .module-improve .text-wrap {
  width: 50%;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .page-store-data .module-improve .text-wrap {
    width: 100%;
    padding-left: 0px;
  }
}
.page-store-data .module-improve .text-wrap .module-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .page-store-data .module-improve .text-wrap .module-title {
    margin-bottom: 20px;
  }
}
.page-store-data .module-improve .text-wrap .module-sub-title {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .page-store-data .module-improve .text-wrap .module-sub-title {
    margin-bottom: 20px;
  }
}
.page-store-data .module-improve .text-wrap .item-title {
  color: #00142d;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  position: relative;
  margin-left: 20px;
}
.page-store-data .module-improve .text-wrap .item-title::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 7px;
  left: -20px;
}
.page-store-data .module-improve .text-wrap .item-des {
  color: rgba(0, 20, 45, 0.8);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.page-store-data .module-improve .text-wrap a {
  margin-top: 40px;
}
.page-store-data .module-improve .img-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-store-data .module-improve .img-wrap {
    width: 100%;
  }
}
.page-store-data .module-analysis .text-wrap {
  width: 50%;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .page-store-data .module-analysis .text-wrap {
    width: 100%;
    padding-left: 0px;
  }
}
.page-store-data .module-analysis .text-wrap .module-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .page-store-data .module-analysis .text-wrap .module-title {
    margin-bottom: 20px;
  }
}
.page-store-data .module-analysis .text-wrap .module-sub-title {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .page-store-data .module-analysis .text-wrap .module-sub-title {
    margin-bottom: 20px;
  }
}
.page-store-data .module-analysis .text-wrap .item-title {
  color: #00142d;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  position: relative;
  margin-left: 20px;
}
.page-store-data .module-analysis .text-wrap .item-title::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 7px;
  left: -20px;
}
.page-store-data .module-analysis .text-wrap .item-des {
  color: rgba(0, 20, 45, 0.8);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.page-store-data .module-analysis .text-wrap a {
  margin-top: 40px;
}
.page-store-data .module-analysis .img-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-store-data .module-analysis .img-wrap {
    width: 100%;
  }
}

.page-payment-management .footer-wrap {
  margin-top: 0;
}
.page-payment-management .page-head {
  background-color: #fffcf0;
  color: #114587;
  margin-bottom: 0;
  margin-top: -30px;
}
.page-payment-management .page-head .head-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .page-payment-management .page-head .head-wrap {
    display: block;
  }
}
.page-payment-management .page-head .head-wrap .text {
  width: 50%;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .page-payment-management .page-head .head-wrap .text {
    width: 100%;
    padding-right: 0px;
  }
}
.page-payment-management .page-head .head-wrap .text .title {
  text-align: left;
  font-size: 50px;
  line-height: 58px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .page-payment-management .page-head .head-wrap .text .title {
    font-size: 38px;
    line-height: 60px;
  }
}
.page-payment-management .page-head .head-wrap .text .sub_title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-payment-management .page-head .head-wrap .text .btn {
  border-radius: 50px;
  background-color: #1274ff;
  color: #fff;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 36px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .page-payment-management .page-head .head-wrap .text .btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-payment-management .page-head .head-wrap .text .btn {
    width: 100%;
  }
}
.page-payment-management .page-head .head-wrap .img {
  width: 50%;
  text-align: center;
}
@media (max-width: 992px) {
  .page-payment-management .page-head .head-wrap .img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-payment-management .module-image-text {
    padding: 20px 0;
  }
}
.page-payment-management .module-image-text .image-text-item {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-payment-management .module-image-text .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-payment-management .module-image-text .text-wrap {
    width: 100%;
  }
}
.page-payment-management .module-image-text .img-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-payment-management .module-image-text .img-wrap {
    width: 100%;
    margin-top: 30px;
  }
}
.page-payment-management .module-image-text .module-title {
  font-size: 36px;
  line-height: 44px;
  color: #00142d;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .page-payment-management .module-image-text .module-title {
    font-size: 26px;
  }
}
.page-payment-management .module-image-text .module-sub-title {
  font-size: 16px;
  line-height: 24px;
  color: #354253;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .page-payment-management .module-image-text .module-sub-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.page-payment-management .module-image-text ul {
  margin-bottom: 60px;
}
.page-payment-management .module-image-text ul li {
  font-size: 16px;
  color: #354253;
}
@media (max-width: 992px) {
  .page-payment-management .module-image-text ul {
    margin-bottom: 20px;
  }
}

.page-order-management .footer-wrap {
  margin-top: 0;
}
.page-order-management .page-head {
  background-color: #fef4f1;
  color: #114587;
  margin-bottom: 0;
  margin-top: -30px;
}
.page-order-management .page-head .head-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .page-order-management .page-head .head-wrap {
    display: block;
  }
}
.page-order-management .page-head .head-wrap .text {
  width: 50%;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .page-order-management .page-head .head-wrap .text {
    width: 100%;
    padding-right: 0px;
  }
}
.page-order-management .page-head .head-wrap .text .title {
  text-align: left;
  font-size: 50px;
  line-height: 58px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .page-order-management .page-head .head-wrap .text .title {
    font-size: 38px;
    line-height: 60px;
  }
}
.page-order-management .page-head .head-wrap .text .sub_title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-order-management .page-head .head-wrap .text .btn {
  border-radius: 50px;
  background-color: #1274ff;
  color: #fff;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 36px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .page-order-management .page-head .head-wrap .text .btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-order-management .page-head .head-wrap .text .btn {
    width: 100%;
  }
}
.page-order-management .page-head .head-wrap .img {
  width: 50%;
  text-align: center;
}
@media (max-width: 992px) {
  .page-order-management .page-head .head-wrap .img {
    width: 100%;
  }
}
.page-order-management .module-point .point-item {
  text-align: center;
}
@media (max-width: 992px) {
  .page-order-management .module-point {
    padding: 20px 0;
  }
}
.page-order-management .module-point .module-title {
  margin-bottom: 50px;
}
.page-order-management .module-point img {
  width: 65px;
}
.page-order-management .module-point .text-title {
  font-size: 18px;
  line-height: 28px;
  color: #00142d;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 992px) {
  .page-order-management .module-point .text-title {
    text-align: center;
  }
}
.page-order-management .module-point .text-sub-title {
  color: #354253;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 992px) {
  .page-order-management .module-point .text-sub-title {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .page-order-management .module-image-text {
    padding: 20px 0;
  }
}
.page-order-management .module-image-text .image-text-item {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-order-management .module-image-text .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-order-management .module-image-text .text-wrap {
    width: 100%;
  }
}
.page-order-management .module-image-text .img-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-order-management .module-image-text .img-wrap {
    width: 100%;
    margin-top: 30px;
  }
}
.page-order-management .module-image-text .module-title {
  font-size: 36px;
  line-height: 44px;
  color: #00142d;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .page-order-management .module-image-text .module-title {
    font-size: 26px;
  }
}
.page-order-management .module-image-text .module-sub-title {
  font-size: 16px;
  line-height: 24px;
  color: #354253;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .page-order-management .module-image-text .module-sub-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.page-store-management .footer-wrap {
  margin-top: 0;
}
.page-store-management .page-head {
  background-color: #f1f7ff;
  color: #114587;
  margin-bottom: 0;
  margin-top: -30px;
}
.page-store-management .page-head .head-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .page-store-management .page-head .head-wrap {
    display: block;
  }
}
.page-store-management .page-head .head-wrap .text {
  width: 50%;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .page-store-management .page-head .head-wrap .text {
    width: 100%;
    padding-right: 0px;
  }
}
.page-store-management .page-head .head-wrap .text .title {
  text-align: left;
  font-size: 50px;
  line-height: 58px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .page-store-management .page-head .head-wrap .text .title {
    font-size: 38px;
    line-height: 60px;
  }
}
.page-store-management .page-head .head-wrap .text .sub_title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-store-management .page-head .head-wrap .text .btn {
  border-radius: 50px;
  background-color: #1274ff;
  color: #fff;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 36px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .page-store-management .page-head .head-wrap .text .btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-store-management .page-head .head-wrap .text .btn {
    width: 100%;
  }
}
.page-store-management .page-head .head-wrap .img {
  width: 50%;
  text-align: center;
}
@media (max-width: 992px) {
  .page-store-management .page-head .head-wrap .img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-store-management .module-image-text {
    padding: 20px 0;
  }
}
.page-store-management .module-image-text .image-text-item {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-store-management .module-image-text .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-store-management .module-image-text .text-wrap {
    width: 100%;
  }
}
.page-store-management .module-image-text .img-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .page-store-management .module-image-text .img-wrap {
    width: 100%;
    margin-top: 30px;
  }
}
.page-store-management .module-image-text .module-title {
  font-size: 36px;
  line-height: 44px;
  color: #00142d;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .page-store-management .module-image-text .module-title {
    font-size: 26px;
  }
}
.page-store-management .module-image-text .module-sub-title {
  font-size: 16px;
  line-height: 24px;
  color: #354253;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .page-store-management .module-image-text .module-sub-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.page-tutorial-videos .footer-wrap {
  margin-top: 0;
}
.page-tutorial-videos .page-head {
  background: url("https://shoplineapp.cn/images/shopline_au_pricing.webp");
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
  background-color: #eef5ff;
  padding: 80px 120px;
  margin-top: -30px;
}
@media (max-width: 992px) {
  .page-tutorial-videos .page-head {
    padding: 40px 30px;
  }
}
.page-tutorial-videos .page-head .head-wrap .text .title {
  text-align: center;
  font-size: 50px;
  line-height: 58px;
  font-weight: bold;
  color: #114587;
}
@media (max-width: 1400px) {
  .page-tutorial-videos .page-head .head-wrap .text .title {
    font-size: 38px;
    line-height: 60px;
  }
}
.page-tutorial-videos .module-videos .nav {
  margin-bottom: 70px;
}
.page-tutorial-videos .module-videos .nav .nav-link {
  border: 0;
  color: #7a8499;
  text-align: center;
  background-color: #f1f6fb;
  background-clip: border-box;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 10px 40px;
  font-size: 18px;
  position: relative;
  overflow: visible;
}
.page-tutorial-videos .module-videos .nav .nav-link.active {
  color: #fff;
  background-color: #3a7dff;
  border-bottom: 3px solid #fff;
  border-radius: 100px;
  padding: 10px 40px;
}
.page-tutorial-videos .module-videos .nav .nav-link:hover {
  color: #0061ff;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 992px) {
  .page-tutorial-videos .module-videos .nav .nav-link {
    padding: 5px 20px;
    font-size: 12px;
  }
  .page-tutorial-videos .module-videos .nav .nav-link.active {
    padding: 5px 20px;
    font-size: 12px;
  }
}
.page-tutorial-videos .module-videos .tab-content .title {
  color: #00142d;
  padding-top: 20px;
  padding-right: 0;
  font-size: 18px;
  text-decoration: none;
}
.page-tutorial-videos .module-videos .tab-content .time {
  color: #acacac;
  padding-top: 20px;
  font-size: 14px;
  text-decoration: none;
}
.page-tutorial-videos .module-bottom {
  background-color: #003476;
  margin-top: 0;
  color: white;
  position: relative;
}
@media (min-width: 992px) {
  .page-tutorial-videos .module-bottom {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.page-tutorial-videos .module-bottom .module-title {
  margin-bottom: 10px;
}
.page-tutorial-videos .module-bottom .module-sub-title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.page-tutorial-videos .module-bottom .btn {
  text-align: center;
  border-radius: 34px;
  margin-bottom: 10px;
  padding: 12px 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  width: auto;
}
.page-tutorial-videos .module-bottom .btn:hover {
  background-color: #1274ff;
  color: #fff;
}

.page-white-paper .footer-wrap {
  margin-top: 0;
}
.page-white-paper .page-head {
  background-color: #f1f7ff;
  color: #114587;
  margin-bottom: 0;
  margin-top: -30px;
}
.page-white-paper .page-head .head-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .page-white-paper .page-head .head-wrap {
    display: block;
  }
}
.page-white-paper .page-head .head-wrap .text {
  width: 50%;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .page-white-paper .page-head .head-wrap .text {
    width: 100%;
    padding-right: 0px;
  }
}
.page-white-paper .page-head .head-wrap .text .title {
  text-align: left;
  font-size: 50px;
  line-height: 58px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .page-white-paper .page-head .head-wrap .text .title {
    font-size: 38px;
    line-height: 60px;
  }
}
.page-white-paper .page-head .head-wrap .text .sub_title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-white-paper .page-head .head-wrap .text .btn {
  border-radius: 50px;
  background-color: #1274ff;
  color: #fff;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 36px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .page-white-paper .page-head .head-wrap .text .btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-white-paper .page-head .head-wrap .text .btn {
    width: 100%;
  }
}
.page-white-paper .page-head .head-wrap .img {
  width: 50%;
  text-align: center;
}
@media (max-width: 992px) {
  .page-white-paper .page-head .head-wrap .img {
    width: 100%;
  }
}
.page-white-paper .module-classification .module-title {
  margin-top: 20px;
  margin-bottom: 40px;
}
.page-white-paper .module-classification .item {
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #e1e5e9;
  display: flex;
  justify-content: space-between;
}
.page-white-paper .module-classification .item img {
  height: auto;
  display: block;
  max-width: 120px;
  margin-right: 10px;
}
.page-white-paper .module-classification .item .text-wrap h3 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 20, 45, 0.8);
  margin-bottom: 10px;
}
.page-white-paper .module-classification .item .text-wrap .des, .page-white-paper .module-classification .item .text-wrap .down-time {
  color: #667281;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}
.page-white-paper .module-classification .item .text-wrap a {
  color: #0061ff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.page-white-paper .module-bottom {
  background-color: #003476;
  margin-top: 0;
  color: white;
  position: relative;
}
@media (min-width: 992px) {
  .page-white-paper .module-bottom {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.page-white-paper .module-bottom .module-title {
  margin-bottom: 10px;
}
.page-white-paper .module-bottom .module-sub-title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.page-white-paper .module-bottom .btn {
  text-align: center;
  border-radius: 34px;
  margin-bottom: 10px;
  padding: 12px 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  width: auto;
}
.page-white-paper .module-bottom .btn:hover {
  background-color: #1274ff;
  color: #fff;
}

.page-compliance-center .footer-wrap {
  margin-top: 0;
}
.page-compliance-center .module-compliance .flex-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .page-compliance-center .module-compliance .flex-wrap {
    display: block;
  }
}
.page-compliance-center .module-compliance .flex-wrap .text-wrap {
  width: 18%;
}
@media (max-width: 992px) {
  .page-compliance-center .module-compliance .flex-wrap .text-wrap {
    width: 100%;
  }
}
.page-compliance-center .module-compliance .flex-wrap .text-wrap .text-item-title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 7px;
}
.page-compliance-center .module-compliance .flex-wrap .text-wrap .nav {
  display: flex;
  padding: 30px 0;
  flex-direction: column;
  border-right: 1px solid rgba(203, 203, 203, 0.3019607843);
}
.page-compliance-center .module-compliance .flex-wrap .text-wrap .nav .nav-link {
  border: 0;
  padding: 9px 0 9px 13px;
}
.page-compliance-center .module-compliance .flex-wrap .text-wrap .nav .nav-link.active {
  color: #356dff;
  background-color: #f0f7ff;
  font-weight: 700;
}
.page-compliance-center .module-compliance .flex-wrap .tab-content {
  width: 80%;
  padding-left: 60px;
}
@media (max-width: 992px) {
  .page-compliance-center .module-compliance .flex-wrap .tab-content {
    width: 100%;
    padding-left: 0px;
  }
}
.page-compliance-center .module-compliance .flex-wrap .tab-content .title {
  font-size: 36px;
  line-height: 54px;
  font-weight: bold;
}
.page-compliance-center .module-compliance .flex-wrap .tab-content .des {
  font-size: 18px;
  line-height: 27px;
}

.module-bottom {
  background-color: #003476;
  margin-top: 0;
  color: white;
  position: relative;
}
@media (min-width: 992px) {
  .module-bottom {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.module-bottom .module-title {
  margin-bottom: 10px;
}
.module-bottom .module-sub-title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.module-bottom .btn {
  text-align: center;
  border-radius: 34px;
  margin-bottom: 10px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  width: auto;
  background-color: #fff;
  color: #1274ff;
}
.module-bottom .btn:hover {
  background-color: #fff;
  color: #1274ff;
}

.module-image-text .img-wrap {
  text-align: center;
}
.module-image-text img {
  max-width: 80%;
}
@media (max-width: 992px) {
  .module-image-text img {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .p-50 {
    padding: 50px;
  }
}

.page-application-center .footer-wrap {
  margin-top: 0;
}
.page-application-center .page-head {
  background: linear-gradient(180deg, #f4f7fa, rgba(255, 255, 255, 0)), #fff;
  color: #141414;
  margin-bottom: 0;
  margin-top: -30px;
  padding: 50px 0 0;
}
.page-application-center .page-head .head-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .page-application-center .page-head .head-wrap {
    display: block;
  }
}
.page-application-center .page-head .head-wrap .text {
  width: 50%;
}
@media (max-width: 992px) {
  .page-application-center .page-head .head-wrap .text {
    width: 100%;
  }
}
.page-application-center .page-head .head-wrap .text .title {
  text-align: left;
  font-size: 38px;
  line-height: 48px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .page-application-center .page-head .head-wrap .text .title {
    font-size: 32px;
    line-height: 48px;
  }
}
.page-application-center .page-head .head-wrap .text .sub_title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-application-center .page-head .head-wrap .text .btn {
  border-radius: 50px;
  background-color: #fff;
  color: #0061ff;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 36px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .page-application-center .page-head .head-wrap .text .btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-application-center .page-head .head-wrap .text .btn {
    width: 100%;
  }
}
.page-application-center .page-head .head-wrap .img {
  width: 50%;
  text-align: center;
}
@media (max-width: 992px) {
  .page-application-center .page-head .head-wrap .img {
    width: 100%;
  }
}
.page-application-center .list-wrap .module-title {
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
}
.page-application-center .list-wrap .module-sub-title {
  font-size: 18px;
}
.page-application-center .list-wrap .item-wrap {
  display: flex;
  align-items: start;
  margin-bottom: 30px;
}
.page-application-center .list-wrap .item-wrap .icon-wrap {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
}
.page-application-center .list-wrap .item-wrap .text-wrap {
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-application-center .list-wrap .item-wrap .text-wrap .app-name {
  color: #00142d;
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-application-center .list-wrap .item-wrap .text-wrap .app-description {
  color: #667281;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

body.page-account-edit {
  /* 对话框样式调整 */
}
body.page-account-edit .banner-dialog {
  background: linear-gradient(to bottom, rgb(93, 158, 255) 0%, rgb(255, 255, 255) 100%) !important;
}
body.page-account-edit #canvas-container {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  max-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-account-edit #canvas {
  max-width: 100%;
  max-height: 70vh;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
body.page-account-edit .poster-controls {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.page-account-edit .poster-control-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
body.page-account-edit .poster-control-group label {
  min-width: 80px;
  text-align: right;
}
body.page-account-edit .el-dialog__body {
  padding: 20px;
}
body.page-account-edit .user-info .login_iconfont {
  margin-right: 10px;
}
body.page-account-edit .user-info .fB,
body.page-account-edit .user-info .fB ~ span {
  font-size: 18px;
}
body.page-account-edit .demo-form-inline .el-input {
  --el-input-width: 220px;
}
body.page-account-edit .el-form-item__label {
  width: auto !important;
}
body.page-account-edit .user-right > .card tr td {
  line-height: 2.5em;
}

body.page-video {
  background-color: #f4f4f7;
}
body.page-video .video-top {
  background: linear-gradient(to bottom, rgba(59, 136, 255, 0.57) 0%, rgb(255, 255, 255) 100%);
  height: 200px;
  margin-top: -30px;
  font-size: 40px;
}
body.page-video .video-class {
  padding: 20px 0;
  background-color: #fff;
}
body.page-video .video-class .video-class-item {
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 20px;
  width: 18%;
  margin-bottom: 20px;
  margin-right: 2%;
  background-color: #f3f3f3;
  text-align: center;
}
body.page-video .video-class .video-class-item.active,
body.page-video .video-class .video-class-item:hover {
  background-color: #92bbfc;
  color: #333;
}
body.page-video .video-class .video-class-item:nth-child(5n) {
  margin-right: 0%;
}
@media all and (max-width: 1000px) {
  body.page-video .video-class .video-class-item {
    width: 30%;
    margin-right: 3.33%;
    font-size: 16px;
  }
  body.page-video .video-class .video-class-item:nth-child(3n) {
    margin-right: 0%;
  }
  body.page-video .video-class .video-class-item:nth-child(5n) {
    margin-right: 3.33%;
  }
}
body.page-video .video-content .video-content-item {
  width: 23%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  margin-right: 2%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
body.page-video .video-content .video-content-item img {
  height: 160px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: white;
}
body.page-video .video-content .video-content-item .text-cont {
  background-color: #fff;
  padding: 10px;
}
body.page-video .video-content .video-content-item .desc {
  color: #807e7e;
  margin-bottom: 10px;
  word-break: break-all;
}
body.page-video .video-content .video-content-item:hover {
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
}
body.page-video .video-content .video-content-item:nth-child(4n) {
  margin-right: 0%;
}
@media all and (max-width: 1554px) {
  body.page-video .video-content .video-content-item, body.page-video .video-content .video-content-item:nth-child(4n) {
    width: 30%;
    margin-right: 5%;
  }
  body.page-video .video-content .video-content-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (max-width: 1124px) {
  body.page-video .video-content .video-content-item, body.page-video .video-content .video-content-item:nth-child(4n) {
    width: 48%;
    margin-right: 2%;
  }
  body.page-video .video-content .video-content-item:nth-child(2n), body.page-video .video-content .video-content-item:nth-child(4n) {
    margin-right: 0;
  }
  body.page-video .video-content .video-content-item:nth-child(3n), body.page-video .video-content .video-content-item:nth-child(2n) {
    margin-right: 2%;
  }
}
@media all and (max-width: 678px) {
  body.page-video .video-content .video-content-item, body.page-video .video-content .video-content-item:nth-child(4n) {
    width: 100%;
    margin-right: 0%;
  }
  body.page-video .video-content .video-content-item:nth-child(3n), body.page-video .video-content .video-content-item:nth-child(4n), body.page-video .video-content .video-content-item:nth-child(2n) {
    margin-right: 0%;
  }
}

body.page-partner-more {
  --TitleSize: 30px;
  --DescSize: 14px;
}
body.page-partner-more .page-head .title {
  font-size: var(--TitleSize);
}
body.page-partner-more .page-head .sub-title {
  margin: 20px 0;
  text-align: left;
  font-size: var(--DescSize);
}
body.page-partner-more .page-head .button-cont {
  margin-top: 20px;
  font-size: 20px;
}
body.page-partner-more .page-head .button-cont .btn1,
body.page-partner-more .page-head .button-cont .btn2 {
  border-radius: 30px;
  text-align: center;
  width: 180px;
  padding: 10px 0;
  margin-right: 10px;
  display: inline-block;
}
body.page-partner-more .page-head .btn1 {
  background-color: #306eff;
  color: white;
}
body.page-partner-more .page-head .btn1:hover {
  background-color: #104edd;
}
body.page-partner-more .page-head .btn2 {
  border: 1px solid #c5c5c5;
}
body.page-partner-more .page-head .btn3 {
  text-decoration: underline;
}
body.page-partner-more .partners-more-info .partners-more-container .lf .server-item {
  padding: 40px 20px;
  border-radius: 20px;
  border: 1px solid #dcdcdc;
}
body.page-partner-more .partners-more-info .partners-more-container .lf .server-item .title {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}
body.page-partner-more .partners-more-info .partners-more-container .lf .server-item .title > span:nth-child(1) {
  font-size: 20px;
  color: black;
}
body.page-partner-more .partners-more-info .partners-more-container .lf .server-item .server-item-child {
  overflow-y: auto;
  max-height: 200px;
}
body.page-partner-more .partners-more-info .partners-more-container .lf .server-item .server-item-child .server-item-child-item {
  font-size: var(--DescSize);
}
body.page-partner-more .partners-more-info .partners-more-container .lf .server-item .server-item-child .server-item-child-item input {
  padding: 5px;
}
body.page-partner-more .partners-more-info .partners-more-container .lf .server-item .server-item-child .server-item-child-item:not(:last-child) {
  margin-bottom: 20px;
}
body.page-partner-more .partners-more-info .partners-more-container .lf .server-item:not(:last-child) {
  margin-bottom: 20px;
}
body.page-partner-more .partners-more-info .partners-more-container .rg input {
  flex: 1;
  padding: 15px 30px;
  border-radius: 20px 0 0 20px;
  outline: none;
  border: 1px solid #dcdcdc;
  border-right: none;
  font-size: 16px;
}
body.page-partner-more .partners-more-info .partners-more-container .rg .button-span {
  border-radius: 0 20px 20px 0;
  border: 1px solid #dcdcdc;
  border-left: none;
  padding: 0 40px;
  color: #666;
  background-color: #f8f9fc;
  display: flex;
  align-items: center;
}
body.page-partner-more .partners-more-info .partners-more-container .rg .button-span i {
  font-size: 26px;
}
body.page-partner-more .partners-more-info .partners-more-container .rg .partner_list {
  margin-top: 20px;
}
body.page-partner-more .partners-more-info .partners-more-container .rg .partner_list .partner_list_item {
  border: 1px solid #dcdcdc;
  overflow: hidden;
  border-radius: 20px;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3%;
  background-color: #f8f9fc;
}
body.page-partner-more .partners-more-info .partners-more-container .rg .partner_list .partner_list_item .img-cont {
  padding: 20px;
  background-color: white;
}
body.page-partner-more .partners-more-info .partners-more-container .rg .partner_list .partner_list_item .img-cont img {
  width: 100%;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
body.page-partner-more .partners-more-info .partners-more-container .rg .partner_list .partner_list_item .title {
  font-size: 18px;
}
body.page-partner-more .partners-more-info .partners-more-container .rg .partner_list .partner_list_item .server_type {
  font-size: var(--DescSize);
}
body.page-partner-more .partners-more-info .partners-more-container .rg .partner_list .partner_list_item .info {
  padding: 20px;
}
body.page-partner-more .partners-more-info .partners-more-container .rg .partner_list .partner_list_item .server_local {
  font-size: 16px;
}
body.page-partner-more .partners-more-info .partners-more-container .rg .partner_list .partner_list_item .server_local,
body.page-partner-more .partners-more-info .partners-more-container .rg .partner_list .partner_list_item .server_type_text,
body.page-partner-more .partners-more-info .partners-more-container .rg .partner_list .partner_list_item .create_time {
  color: #666;
}
body.page-partner-more .partners-more-info .partners-more-container .rg .partner_list .partner_list_item .create_time {
  margin-bottom: 5px;
}
body.page-partner-more .partners-more-info .partners-more-container .rg .partner_list .partner_list_item .button {
  color: #306eff;
  margin-top: 5px;
}
body.page-partner-more .partners-more-info .partners-more-container .rg .partner_list .partner_list_item:nth-child(3n) {
  margin-right: 0;
}
body.page-partner-more .partners-more-info .partners-more-container .rg .loading-cont .partner_list_item .img-cont {
  min-height: 150px;
}
body.page-partner-more .partners-more-info .partners-more-container .rg .loading-cont .partner_list_item .create_time {
  width: 100px;
}
body.page-partner-more .partners-more-info .partners-more-container .rg .loading-cont .partner_list_item .server_type {
  width: 120px;
}
body.page-partner-more .partners-more-info .partners-more-container .rg .loading-cont .partner_list_item .server_loca {
  width: 60px;
}
body.page-partner-more .partners-more-info .partners-more-container .rg .loading-cont .partner_list_item .title,
body.page-partner-more .partners-more-info .partners-more-container .rg .loading-cont .partner_list_item .server_loca,
body.page-partner-more .partners-more-info .partners-more-container .rg .loading-cont .partner_list_item .create_time,
body.page-partner-more .partners-more-info .partners-more-container .rg .loading-cont .partner_list_item .server_type {
  min-height: 20px;
}
body.page-partner-more .partners-more-info .partners-more-container .rg .loading-cont .partner_list_item .img-cont,
body.page-partner-more .partners-more-info .partners-more-container .rg .loading-cont .partner_list_item .title,
body.page-partner-more .partners-more-info .partners-more-container .rg .loading-cont .partner_list_item .server_loca,
body.page-partner-more .partners-more-info .partners-more-container .rg .loading-cont .partner_list_item .create_time,
body.page-partner-more .partners-more-info .partners-more-container .rg .loading-cont .partner_list_item .server_type {
  animation: moveBg 1s infinite linear both alternate;
}
@keyframes moveBg {
  0% {
    background-color: #dadcdf;
  }
  100% {
    background-color: #cdcfd1;
  }
}
body.page-partner-more .partners-more-info .partners-footer {
  background-image: linear-gradient(270deg, #0045b7, #0054dd 28.83% 75.14%, #0045b7);
  padding: 80px 0;
}
body.page-partner-more .partners-more-info .partners-footer .title {
  text-align: center;
  font-size: var(--TitleSize);
  color: white;
}
body.page-partner-more .partners-more-info .btn-cont {
  margin-top: 10px;
}
body.page-partner-more .partners-more-info .btn-cont .cursor {
  background-color: #306eff;
  color: white;
  padding: 10px 30px;
  border-radius: 20px;
  font-size: var(--DescSize);
}

@media all and (max-width: 1400px) {
  body.page-partner-more .partners-more-info .partners-more-container .lf .server-item .title {
    font-size: 14px;
    margin-bottom: 40px;
  }
  body.page-partner-more .partners-more-info .partners-more-container .lf .server-item .title > span:nth-child(1) {
    font-size: 16px;
  }
  body.page-partner-more .partners-more-info .partners-more-container .rg input {
    font-size: 14px;
  }
  body.page-partner-more .partners-more-info .partners-more-container .rg .partner_list .partner_list_item {
    width: 48%;
    margin-right: 4%;
  }
  body.page-partner-more .partners-more-info .partners-more-container .rg .partner_list_item:nth-child(2n) {
    margin-right: 0%;
  }
  body.page-partner-more .partners-more-info .partners-more-container .rg .partner_list_item:nth-child(3n) {
    margin-right: 4%;
  }
}
@media all and (max-width: 992px) {
  body.page-partner-more {
    --TitleSize: 24px;
    --DescSize: 12px;
  }
  body.page-partner-more .partners-more-info .partners-more-container .rg input {
    font-size: 14px;
    width: -moz-fit-content;
    width: fit-content;
  }
  body.page-partner-more .partners-more-info .partners-more-container .rg .button-span {
    padding: 0 20px;
    color: #666;
    background-color: #f8f9fc;
    display: flex;
    align-items: center;
  }
  body.page-partner-more .partners-more-info .partners-more-container .rg .button-span i {
    font-size: 18px;
  }
  body.page-partner-more .partners-more-info .partners-more-container .rg .partner_list .partner_list_item {
    width: 100%;
    margin-right: 0%;
  }
  body.page-partner-more .partners-more-info .partners-more-container .rg .partner_list_item:nth-child(2n) {
    margin-right: 0%;
  }
  body.page-partner-more .partners-more-info .partners-more-container .rg .partner_list_item:nth-child(3n) {
    margin-right: 0%;
  }
}
