body.hide-meiqia #MEIQIA-BTN-HOLDER {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
body.body-no-scroll {
  overflow: hidden !important;
}
* {
  font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.clearfix::after {
  display: table;
  content: "";
  clear: both;
}
ul {
  list-style: none;
}
.mpa-hide,
.hide {
  display: none !important;
}
body,
h3,
p,
ul,
li {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.has-dialog {
  overflow: hidden;
}
button {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.global-help-box {
  position: fixed;
  right: 0;
  top: 40%;
  width: 3em;
  background-color: white;
  border: 1px solid #efefef;
  border-radius: 3px;
  box-shadow: -1px 1px 2px #efefef;
  z-index: 100;
  text-align: center;
}
.global-help-box a {
  padding: 10px 0.5em;
  color: #999;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  text-decoration: none;
}
.global-help-box a:hover {
  color: #666;
  text-decoration: none;
}
.global-help-box #line {
  width: 70%;
  height: 1px;
  margin: 0 auto;
  background-color: #ccc;
}
.gs-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}
.gs-dialog .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px 35px 20px;
  border-radius: 2px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: 316px;
}
.gs-dialog .inner img.close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 32px;
  height: 34px;
  padding: 10px;
  cursor: pointer;
}
.gs-dialog .inner .title {
  text-align: center;
  font-size: 17px;
  margin: 20px 0 0;
  color: #222222;
  font-weight: 500;
  padding: 0;
}
.gs-dialog footer {
  margin-top: 20px;
}
.dialog-enlarge {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}
.dialog-enlarge > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2000;
  overflow: auto;
}
.dialog header {
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 15px;
}
.dialog header .dialog-close {
  height: 24px;
  cursor: pointer;
  float: right;
  padding: 5px;
  position: absolute;
  right: 7px;
  opacity: 0.6;
}
.dialog header .dialog-close:hover {
  opacity: 1;
}
.dialog .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  text-align: left;
  min-width: 380px;
  border-radius: 2px;
}
.dialog .inner .content {
  padding: 0px 15px;
  width: 100%;
  overflow: hidden;
}
.dialog .inner .content .input {
  display: block;
  width: 100%;
}
.dialog .inner .content p {
  margin: 10px 0;
}
.dialog footer {
  padding: 12px 12px;
  padding-top: 0;
  text-align: right;
}
.dialog .inner > .content {
  margin-bottom: 15px;
}
.dialog .btn {
  cursor: pointer;
  border: none;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  outline: none;
  display: inline-block;
  min-width: 90px;
  padding: 0;
}
.dialog .btn + .btn {
  margin-left: 10px;
}
.dialog .btn-default {
  border: 1px solid #dcdcdc;
  background: white;
  color: #333;
  -webkit-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
}
.dialog .btn-default:hover {
  background: #fafafa;
  border: 1px solid #d5d5d5;
  color: #333;
}
.dialog .btn-default:active {
  background: #eee;
}
.dialog .btn-primary {
  color: white;
  background: #20c05c;
  -webkit-transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
}
.dialog .btn-primary:hover {
  border-color: #1ab955;
  background: #1ab955;
  color: white;
}
.dialog .btn-primary:active {
  border-color: #22ad56;
  background: #22ad56;
  color: white;
}
.common-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.48);
  z-index: 900000000;
}
.common-dialog .inner {
  position: relative;
  padding: 32px;
  padding-bottom: 24px;
  border-radius: 4px;
  width: 399px;
  box-sizing: border-box;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.common-dialog .inner .close-icon {
  position: absolute;
  top: 21px;
  right: 21px;
  width: 11px;
  height: 11px;
  cursor: pointer;
}
.common-dialog .inner .title {
  font-size: 16px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 12px;
}
.common-dialog .inner .content {
  font-size: 14px;
  color: #222;
  margin-bottom: 24px;
}
.common-dialog .inner .btn-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.common-dialog .inner .btn-box .btn {
  display: inline-block;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 5px 16px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  background: #FFFFFF;
  margin-right: 8px;
}
.common-dialog .inner .btn-box .confirm-btn {
  background: #24BE48;
  color: #FFFFFF;
  border-color: #24BE48;
}
.mpa-btn-v1 {
  outline: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 0 20px;
  white-space: nowrap;
  color: #000000;
  font-size: 14px;
  background: white;
  box-sizing: content-box;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 32px;
  line-height: 32px;
}
.mpa-btn-v1:hover {
  color: #333333;
  background: #f8f8f8;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
}
.mpa-btn-v1:active {
  color: #1a1a1a;
  background: #f2f2f2;
  border-radius: 4px;
  border: 1px solid #cfcfcf;
}
.mpa-btn-v1.primary {
  background: #24BE58;
  color: white;
  border: 1px solid #24BE58;
}
.mpa-btn-v1.primary:hover {
  background: #21af42;
  color: #ffffff;
}
.mpa-btn-v1.primary:active {
  background: #1fa63f;
}
.mpa-btn-v1.primary.disable {
  background: #f5f5f5;
  color: #b8b8b8;
  border: 1px solid transparent;
  cursor: not-allowed;
}
.mpa-btn-v1.primary.disable:hover {
  opacity: 1;
}
.common-dialog-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.48);
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.common-dialog-container .inner {
  width: 400px;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 22px 30px 16px 30px;
  position: relative;
  background: white;
}
.common-dialog-container .inner > .close-icon {
  width: 14px;
  height: 14px;
  padding: 4px;
  box-sizing: content-box;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 12px;
  right: 18px;
}
.common-dialog-container .inner > .title {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  width: 100%;
  text-align: left;
}
.common-dialog-container .inner > .content {
  width: 100%;
  font-size: 14px;
  color: #222;
  white-space: pre-wrap;
  word-break: break-all;
  text-align: left;
  line-height: 18px;
  margin-top: 10px;
}
.common-dialog-container .inner > .action-wrap {
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}
.common-dialog-container .inner > .action-wrap .btn {
  line-height: 32px;
}
.common-dialog-container .inner > .action-wrap .cancel-btn {
  border: none;
  outline: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #D9D9D9;
  color: #333;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.common-dialog-container .inner > .action-wrap .cancel-btn:active {
  background: #f2f2f2;
  border: 1px solid #cfcfcf;
}
.common-dialog-container .inner > .action-wrap .cancel-btn:hover {
  background: #f8f8f8;
  border: 1px solid #d3d3d3;
}
.common-dialog-container .inner > .action-wrap .btn.primary {
  margin-left: 12px;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background: #24be48;
  border-radius: 4px;
  color: #FFF;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.common-dialog-container .inner > .action-wrap .btn.primary:active {
  background: #1FA63F;
}
.common-dialog-container .inner > .action-wrap .btn.primary:hover {
  background: #21AF42;
}
#index-header-new {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
}
#help-center {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
#help-center article .indent {
  text-indent: 2em;
  display: block;
}
#help-center article .new-indent {
  text-indent: 1.3em;
  display: block;
}
#help-center article .left {
  margin-left: 26px;
  display: block;
}
#help-center article .text {
  margin-left: 56px;
  display: block;
}
#help-center .open-aside-btn {
  width: 18px;
  height: 18px;
  position: fixed;
  top: 114px;
  left: -999px;
  border: 1px solid #efefef;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 42px;
  font-size: 30px;
  text-align: center;
  z-index: 999;
}
#help-center .dot {
  width: 6px;
  height: 6px;
  margin-right: 10px;
  margin-top: 11px;
  border-radius: 100%;
  background: black;
  float: left;
}
#help-center .dot.green-dot {
  background: #24BE48;
}
#help-center .search {
  height: 38px;
  line-height: 38px;
  padding: 0 16px;
  color: #10952F;
  position: fixed;
  top: 100px;
  right: -999px;
  background: #F2FBF4;
  border-radius: 19px;
  text-align: center;
  z-index: 998;
  font-size: 13px;
  white-space: nowrap;
}
#help-center aside {
  width: 228px;
  position: fixed !important;
  top: 112px;
  left: -999px;
  z-index: 999;
  overflow: visible;
  padding-bottom: 100px;
  margin-bottom: 32px;
}
#help-center aside::-webkit-scrollbar {
  width: 10px;
}
#help-center aside .aside-content {
  overflow: auto;
  width: 228px;
  padding-bottom: 100px;
  margin-bottom: 32px;
}
#help-center aside .aside-content::-webkit-scrollbar {
  width: 2px;
}
#help-center aside .hidden-aside-btn {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 18px;
  right: 30px;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#help-center aside .border-line .tint-color-line {
  position: absolute;
  background: #F6F8F9;
  width: 1px;
  height: 845px;
  top: 0px;
  right: 1px;
}
#help-center aside .group-title {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #353535;
  font-size: 17px;
  line-height: 24px;
  margin-top: 28px;
  font-weight: bold;
  margin-bottom: 9px;
  display: -webkit-box;
  display: flex;
  -ms-grid-column-align: flex-start;
  justify-items: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
#help-center aside .group-title div {
  height: 24px;
  line-height: 24px;
}
#help-center aside .group-title img {
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-right: 6px;
}
#help-center aside .group-title:first-child {
  margin-top: 0 !important;
}
#help-center aside .group-title.chosen {
  color: #13AE37;
}
#help-center aside .border-row {
  background: #EDEDED;
  width: 201px;
  height: 1px;
  margin-top: 20px;
}
#help-center aside .group-list {
  list-style: none;
}
#help-center aside .group-list .group-second-title {
  line-height: 38px;
  padding-right: 28px;
  padding-left: 30px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #353535;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
#help-center aside .group-list .group-second-title.chosen {
  color: #13AE37;
}
#help-center aside .group-list .group-second-title.unfold::after {
  content: '';
  display: block;
  background: url('/assets/imgs/help-center/icons/down.svg');
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
}
#help-center aside .group-list .group-second-title::after {
  content: '';
  display: block;
  background: url('/assets/imgs/help-center/icons/right.svg');
  background-repeat: no-repeat;
  font-size: 6px;
  width: 6px;
  height: 6px;
}
#help-center aside .group-list .group-second-title:hover {
  color: #24BE48;
}
#help-center aside .group-list .group-second-title:hover::after {
  content: '';
  display: block;
  background: url('/assets/imgs/help-center/icons/right-green.svg');
  background-repeat: no-repeat;
  width: 6px;
  height: 6px;
}
#help-center aside .group-list .group-second-title:hover.unfold::after {
  content: '';
  display: block;
  background: url('/assets/imgs/help-center/icons/down-green.svg');
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
}
#help-center aside .group-list li {
  color: #353535;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  margin-top: 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 30px;
}
#help-center aside .group-list li.chosen {
  color: #13AE37 !important;
  background: #F2FBF4 !important;
  border-right: #24BE48 2px solid;
}
#help-center aside .group-list li.group-third-title {
  margin-left: 21px;
  padding-left: 26px;
  font-size: 14px;
  color: #555555;
}
#help-center aside .group-list li:hover {
  color: #24BE48;
}
#help-center article {
  width: 1300px;
  margin: auto;
  padding: 110px 135px 44px 426px;
  letter-spacing: 2px;
  overflow-x: auto;
}
#help-center article .first-title {
  color: #222222;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}
#help-center article .first-title:first {
  margin-top: 0px;
}
#help-center article .second-title {
  color: #222222;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}
#help-center article .third-title {
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
#help-center article .content {
  color: #333333;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}
#help-center article .content video {
  width: 100%;
  position: relative;
  object-fit: fill;
  margin-top: 20px;
}
#help-center article .content p {
  margin-top: 20px;
}
#help-center article .content p + img {
  margin-top: 26px;
}
#help-center article .content p + img + p {
  margin-top: 20px;
}
#help-center em {
  color: #159934 !important;
  font-weight: bold;
  font-style: normal;
}
#help-center strong {
  color: #222222;
  font-weight: bold;
}
#help-center img {
  max-width: 701px;
  max-height: 361px;
}
#help-center a {
  color: #1E84EB;
}
#help-center .img-group {
  display: -webkit-box;
  display: flex;
}
#help-center .img-group img {
  height: 469px;
  max-width: 301px;
  margin-right: 45px;
  object-fit: contain;
}
#help-center .second-title-to-first-title {
  margin-top: 24px;
}
#help-center .third-title-to-second-title {
  margin-top: 24px;
}
#help-center .third-title-to-second-title .dot {
  margin-top: 8px;
}
#help-center .content-to-third-title {
  margin-top: 15px;
}
#help-center .content-to-second-title {
  margin-top: 15px;
}
#help-center .third-title-to-content {
  margin-top: 38px;
}
#help-center .second-title-to-content {
  margin-top: 54px;
}
#help-center .first-title-to-content {
  margin-top: 54px;
}
#help-center .img-to-first-title {
  margin-top: 20px;
}
#help-center .img-to-second-title {
  margin-top: 40px;
}
#help-center .img-to-third-title {
  margin-top: 36px;
}
#help-center .img-to-ke-fu {
  width: 300px;
  padding: 10px;
}
#help-center .img-to-content {
  margin-top: 36px;
}
#help-center .content-to-img {
  margin-top: 40px;
}
#help-center .first-title-to-img {
  margin-top: 64px;
}
#help-center .second-title-to-img {
  margin-top: 54px;
}
#help-center .third-title-to-img {
  margin-top: 54px;
}
#help-center .aside-show-animate {
  -webkit-animation: asideShow 1s ease;
  animation: asideShow 1s ease;
}
#help-center .aside-hide-animate {
  -webkit-animation: asideHide 1s ease;
  animation: asideHide 1s ease;
}
@-webkit-keyframes asideShow {
  from {
    left: -242px;
  }
  to {
    left: 10px;
  }
}
@keyframes asideShow {
  from {
    left: -242px;
  }
  to {
    left: 10px;
  }
}
@-webkit-keyframes asideHide {
  from {
    left: 10px;
  }
  to {
    left: -242px;
  }
}
@keyframes asideHide {
  from {
    left: 10px;
  }
  to {
    left: -242px;
  }
}
body {
  position: relative;
  height: auto !important;
}
#MEIQIA-BTN-HOLDER {
  position: absolute !important;
  bottom: 91px !important;
  display: block !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 64px !important;
  height: 28px !important;
}
#MEIQIA-BTN-HOLDER #MEIQIA-BTN {
  text-align: center !important;
  background: #FFFFFF;
  border: none;
  box-shadow: none;
  height: 28px !important;
}
#MEIQIA-BTN-HOLDER #MEIQIA-BTN #MEIQIA-BTN-ICON {
  display: none !important;
}
#MEIQIA-BTN-HOLDER #MEIQIA-BTN #MEIQIA-BTN-LINE {
  display: none !important;
}
#MEIQIA-BTN-HOLDER #MEIQIA-BTN #MEIQIA-CIRCLE {
  display: none !important;
}
#MEIQIA-BTN-HOLDER #MEIQIA-BTN #MEIQIA-BTN-TEXT {
  font-size: 14px !important;
  height: 28px !important;
  line-height: 28px !important;
  float: none;
  color: #1E84EB;
  margin: 0;
}
#MEIQIA-BTN-HOLDER #MEIQIA-BTN #MEIQIA-BUBBLE {
  display: none !important;
}
