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-toast {
  position: fixed;
  top: 82px;
  left: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  opacity: 0.9428;
  padding: 9px 26px;
  z-index: 2000;
}
.index-toast img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.index-toast span {
  font-size: 14px;
  color: #24BE48;
}
a {
  text-decoration: none;
}
#index-content {
  width: 100%;
  z-index: 10;
}
#header-section {
  width: 100%;
  position: relative;
  color: #fff;
  overflow: hidden;
  z-index: 5;
}
#header-section .bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 657px;
  background: -webkit-linear-gradient(269deg, #25c455 0%, #0c8e34 100%);
  background: linear-gradient(181deg, #25c455 0%, #0c8e34 100%);
}
#header-section .bg:after {
  position: absolute;
  right: 0;
  bottom: 0px;
  content: "";
  width: 4000px;
  height: 500px;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(100%) rotate(3deg);
  transform: translateY(100%) rotate(3deg);
  background: #fff;
}
#header-section .bg.bg-for-weiban {
  background: -webkit-linear-gradient(269deg, #509EE3 0%, #216cae 100%);
  background: linear-gradient(181deg, #509EE3 0%, #216cae 100%);
}
#header-section .inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 138px;
  padding-bottom: 73px;
  text-align: center;
  z-index: 3;
}
#header-section .inner .row-flex {
  -webkit-box-flex: 1;
  flex: 1;
}
#header-section .inner .row {
  display: block;
}
#header-section .inner h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 56px;
  margin: 0;
  margin-bottom: 22px;
}
#header-section .inner p {
  font-size: 16px;
  line-height: 31px;
  margin-bottom: 20px;
}
#header-section .inner p.p-desc {
  letter-spacing: 1.2px;
}
#header-section .inner .install-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 28px;
}
#header-section .inner .install-wrapper .web-editor-entry-btn {
  margin-left: 40px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
  height: 54px;
  line-height: 54px;
  padding: 0 54px;
  border: none;
  -webkit-transition: all 0.2s ease 0s, box-shadow 0.3s ease 0s, background 0.3s ease 0s;
  transition: all 0.2s ease 0s, box-shadow 0.3s ease 0s, background 0.3s ease 0s;
  background: #53b94d;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  color: white;
  font-size: 16px;
  font-weight: bold;
}
#header-section .inner .install-wrapper .web-editor-entry-btn:hover {
  background: #53ca4c;
  box-shadow: 0px 2px 8px 0px rgba(87, 87, 87, 0.51);
}
#header-section .inner .install-wrapper .web-editor-entry-btn:active:hover {
  box-shadow: 0 6px 10px rgba(83, 185, 77, 0.3);
}
#header-section .inner .install-wrapper .web-editor-entry-btn:active:active {
  box-shadow: 0 3px 5px rgba(83, 185, 77, 0.3);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
#header-section .inner a.install-btn {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
  height: 54px;
  line-height: 54px;
  padding: 0 54px;
  border: none;
  background: #ffa922;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0px 8px 12px 0px rgba(131, 96, 39, 0.16);
  -webkit-transition: all 0.2s ease 0s, box-shadow 0.3s ease 0s, background 0.3s ease 0s;
  transition: all 0.2s ease 0s, box-shadow 0.3s ease 0s, background 0.3s ease 0s;
}
#header-section .inner a.install-btn.wait {
  cursor: wait;
}
#header-section .inner a.install-btn.wait:hover {
  background: #ffa922;
  box-shadow: 0px 8px 12px 0px rgba(131, 96, 39, 0.16);
}
#header-section .inner a.install-btn:hover {
  background: #ffbe3e;
  box-shadow: 0px 8px 12px 0px rgba(255, 160, 3, 0.51);
}
#header-section .inner a.install-btn:active:hover {
  box-shadow: 0 6px 10px rgba(255, 169, 34, 0.3);
}
#header-section .inner a.install-btn:active:active {
  box-shadow: 0 3px 5px rgba(255, 169, 34, 0.3);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
#header-section .inner h3 {
  font-size: 12px;
  line-height: 17px;
  margin-top: 5px;
}
#header-section .inner h3 a {
  color: #ebd14c;
  margin-left: 12px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
#header-section .inner h3 a.download-page-entry {
  text-decoration: underline;
}
#header-section .inner > .image-box {
  margin-top: 26px;
}
#header-section .inner > .image-box .image-container {
  width: 900px;
  height: 600px;
  margin: 0 auto;
  position: relative;
  border-radius: 8px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  overflow: hidden;
}
#header-section .inner > .image-box .image-container .image-list {
  height: 100%;
  white-space: nowrap;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
}
#header-section .inner > .image-box .image-container .image-list li {
  flex-shrink: 0;
  width: 900px;
  height: 600px;
  background: #fff;
  border-radius: 8px;
}
#header-section .inner > .image-box .image-container .image-list li img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
#header-section .inner > .image-box .dot-list {
  margin-top: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
#header-section .inner > .image-box .dot-list li {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #e4e8eb;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#header-section .inner > .image-box .dot-list li.active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}
#client-section {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 116px;
  z-index: 1;
}
#client-section .row-flex {
  -webkit-box-flex: 1;
  flex: 1;
}
#client-section .row {
  display: block;
}
#client-section .client {
  color: #8d8d8d;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
#client-section .client-image {
  width: 1038px;
  height: 68px;
  object-fit: contain;
}
.menu-section {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  width: 900px;
  margin: auto;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.menu-section .menu-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 10px;
}
.menu-section a {
  cursor: pointer;
  color: black;
  line-height: 32px;
}
.menu-section a.active {
  color: #53ca4c;
}
.menu-section a:hover {
  color: #53ca4c;
}
.wordpress {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e4e8eb;
}
.wordpress .wordpress-list {
  width: 70%;
  margin: auto;
}
.wordpress .wordpress-list .wordpress-item {
  display: -webkit-box;
  display: flex;
  margin-top: 20px;
  margin-left: auto;
  border-bottom: 1px solid #e4e8eb;
}
.wordpress .wordpress-list .wordpress-item .wordpress-img:hover .wordpress-cover {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.wordpress .wordpress-list .wordpress-item .wordpress-img {
  margin-left: 20px;
  margin-right: 20px;
  width: 200px;
  height: 120px;
}
.wordpress .wordpress-list .wordpress-item .wordpress-img .wordpress-cover {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border-radius: 5%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wordpress .wordpress-list .wordpress-item .wordpress-content {
  width: 100%;
  height: 150px;
}
.wordpress .wordpress-list .wordpress-item .wordpress-content .wordpress-title {
  text-align: start;
  font-size: large;
  margin-bottom: 12px;
}
.wordpress .wordpress-list .wordpress-item .wordpress-content .wordpress-title a {
  font-weight: 500;
  color: black;
}
.wordpress .wordpress-list .wordpress-item .wordpress-content .wordpress-desc {
  text-align: start;
  font-size: 14px;
  line-height: 20px;
  color: #787878;
  margin-bottom: 12px;
}
.wordpress .wordpress-list .wordpress-item .wordpress-content .wordpress-date {
  text-align: start;
  font-size: 14px;
  line-height: 20px;
  color: #8d8d8d;
}
.wordpress-content-container {
  width: 900px;
  margin: auto;
}
.wordpress-content-container .wordpress-content-title {
  text-align: start;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 12px;
  color: black;
}
.wordpress-content-container .wordpress-content-date {
  text-align: start;
  font-size: 14px;
  line-height: 20px;
  color: #8d8d8d;
  margin-bottom: 12px;
}
.wordpress-content-container .wordpress-content-style {
  max-width: 80%;
  margin-left: 20px;
}
.wordpress-button-container {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wordpress-load-button {
  cursor: pointer;
  margin-top: 10px;
  display: inline-block;
  font-weight: 400;
  color: #00b703;
  background: white;
  border-color: #00b703;
  margin: 0;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 9px;
  padding-bottom: 9px;
  text-align: center;
  border: 1px solid;
}
.wordpress-load-button .disabled {
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
}
.wordpress-load-button .disabled .spinner {
  border-top-color: #666666;
}
.spinner {
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top: 3px solid #00b703;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.desc-section {
  width: 1076px;
  margin: 0 auto;
  margin-bottom: 160px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  z-index: 1;
}
.desc-section .row-flex {
  -webkit-box-flex: 1;
  flex: 1;
}
.desc-section .row {
  display: block;
}
.desc-section:nth-child(even) {
  width: 1090px;
  -webkit-box-align: end;
  align-items: flex-end;
}
.desc-section:nth-child(even) .section-desc {
  margin-bottom: 53px;
}
.desc-section:nth-child(even) .show-section {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.desc-section:nth-child(even) .show-section ul.desc-box {
  padding-top: 41px;
}
.desc-section:nth-child(even) .show-section ul.desc-box li {
  padding-left: 44px;
}
.desc-section:nth-child(even) .show-section ul.desc-box li .item-hint {
  position: absolute;
  width: 2px;
  height: 62px;
  left: auto;
  right: 0;
  top: 1px;
}
.desc-section .section-hint {
  width: 48px;
  height: 6px;
  margin-bottom: 18px;
}
.desc-section .section-title {
  color: #353535;
  font-size: 32px;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 17px;
}
.desc-section .section-desc {
  color: #787878;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 67px;
}
.desc-section .show-section {
  width: 100%;
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.desc-section .show-section ul.desc-box {
  padding: 0;
  margin: 0;
  padding-top: 27px;
  margin-right: 37px;
  width: 200px;
}
.desc-section .show-section ul.desc-box li {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  width: 200px;
  height: 64px;
  padding-left: 43px;
  padding-top: 20px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 23px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: all 0.05s ease 0s;
  transition: all 0.05s ease 0s;
}
.desc-section .show-section ul.desc-box li .item-hint {
  position: absolute;
  width: 2px;
  height: 62px;
  left: 0;
  top: 1px;
}
.desc-section .show-section ul.desc-box li .detail-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.desc-section .show-section ul.desc-box li .detail-text {
  font-size: 18px;
  line-height: 24px;
  color: #222;
  font-weight: 500;
}
.desc-section .show-section ul.desc-box li .hover-box {
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  min-width: 217px;
  max-width: 300px;
  box-sizing: border-box;
  padding: 8px 12px;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #353535;
  font-weight: 400;
}
.desc-section .show-section ul.desc-box li .hover-box:after {
  width: 5px;
  height: 5px;
  background: #fff;
  content: "";
  position: absolute;
  bottom: -6px;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  left: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: none;
  border-top: none;
}
.desc-section .show-section ul.desc-box li.active {
  background: #f3f4f6;
  border-radius: 5px;
}
.desc-section .show-section .video-box {
  width: 839px;
  height: 559px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.desc-section .show-section .video-box video {
  width: 100.2%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(10000px);
  transform: translateX(10000px);
}
.desc-section .show-section .video-box video.active {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
#feature-section {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 121px;
  z-index: 1;
}
#feature-section .section-title {
  font-size: 36px;
  line-height: 50px;
  color: #222;
  margin-bottom: 96px;
  font-weight: 500;
}
#feature-section ul {
  width: 781px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
#feature-section ul .col-flex {
  -webkit-box-flex: 1;
  flex: 1;
}
#feature-section ul .col {
  display: block;
}
#feature-section ul li {
  text-align: center;
  margin-bottom: 65px;
  position: relative;
  width: 40px;
  height: 128px;
}
#feature-section ul li:nth-child(1) {
  margin-right: 196px;
}
#feature-section ul li:nth-child(2) {
  margin-right: 220px;
}
#feature-section ul li:nth-child(3) {
  margin-right: 205px;
}
#feature-section ul li img {
  width: 40px;
  height: 40px;
}
#feature-section ul li .feature-title {
  position: absolute;
  top: 54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #222;
}
#feature-section ul li .feature-desc {
  position: absolute;
  top: 84px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 14px;
  color: #787878;
  line-height: 22px;
  font-weight: 400;
}
#comment-section {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 129px;
  z-index: 1;
}
#comment-section .section-title {
  font-size: 36px;
  line-height: 50px;
  color: #222;
  font-weight: 500;
}
#comment-section .comment-box {
  min-width: 865px;
  max-width: 1080px;
  height: 120px;
  margin: 91px auto 68px;
  position: relative;
}
#comment-section .comment-box .left-quote {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: -5px;
  -webkit-transform: translate(-470px, -100%) rotate(180deg);
  transform: translate(-470px, -100%) rotate(180deg);
}
#comment-section .comment-box .right-quote {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  bottom: -5px;
  -webkit-transform: translate(438px, 100%);
  transform: translate(438px, 100%);
}
#comment-section .comment-box .comment-list-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#comment-section .comment-box .comment-list-box ul.comment-list {
  height: 120px;
  white-space: nowrap;
  text-align: center;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#comment-section .comment-box .comment-list-box ul.comment-list li {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  height: 120px;
  position: relative;
}
#comment-section .comment-box .comment-list-box ul.comment-list li p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: pre-wrap;
  font-size: 18px;
  line-height: 40px;
  color: #353535;
  width: 865px;
}
#comment-section ul.user-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 93px;
}
#comment-section ul.user-list li {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 28px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  opacity: 0.5;
}
#comment-section ul.user-list li img {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  margin-bottom: 4px;
}
#comment-section ul.user-list li span {
  color: #353535;
  font-size: 16px;
  line-height: 25px;
  white-space: nowrap;
}
#comment-section ul.user-list li.active {
  opacity: 1;
}
#comment-section ul.user-list li.active img {
  width: 64px;
  height: 64px;
  border-radius: 32px;
}
#slogan-section {
  width: 100%;
  height: 305px;
  box-sizing: border-box;
  background: -webkit-linear-gradient(213deg, #29cf4f 0%, #29a950 100%);
  background: linear-gradient(237deg, #29cf4f 0%, #29a950 100%);
  padding: 106px 0 81px;
  z-index: 1;
}
#slogan-section.bg-for-weiban {
  background: -webkit-linear-gradient(213deg, #509EE3 0%, #4994d6 100%);
  background: linear-gradient(237deg, #509EE3 0%, #4994d6 100%);
}
#slogan-section .slogan {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 48px;
}
#slogan-section a {
  width: 125px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-left: 29px;
  box-sizing: border-box;
  -webkit-box-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#slogan-section a .button-text {
  font-size: 16px;
  margin-right: 4px;
}
#slogan-section a .arrow-area {
  position: relative;
  width: 12px;
  height: 12px;
}
#slogan-section a .arrow-area img {
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}
#slogan-section a .arrow-area .arrow-green {
  opacity: 0;
}
#slogan-section a .arrow-area .arrow-white {
  opacity: 1;
}
#slogan-section a:hover {
  border: 1px solid #fff;
  color: #24BE48;
  background: #fff;
}
#slogan-section a:hover .arrow-green {
  opacity: 1;
}
#slogan-section a:hover .arrow-white {
  opacity: 0;
}
.global-help-box {
  display: none;
}
.judge-360 {
  width: 0px;
  height: 0px;
  opacity: 0;
}
.arrow-up {
  outline: none;
  cursor: pointer;
  padding: 0;
  border-radius: 4px;
  border: none;
  background: none;
  position: fixed;
  bottom: 11px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.arrow-up img {
  width: 64px;
  height: 64px;
}
.yiban-editor-guide-dialog.dialog .inner {
  width: 622px;
  padding: 32px;
}
.yiban-editor-guide-dialog.dialog .inner .close {
  position: absolute;
  width: 24px;
  padding: 5px;
  top: 14px;
  right: 14px;
}
.yiban-editor-guide-dialog.dialog .inner .title {
  font-size: 16px;
  color: #333333;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.yiban-editor-guide-dialog.dialog .inner .title img {
  margin-right: 7px;
}
.yiban-editor-guide-dialog.dialog .inner .title span {
  font-weight: bold;
  margin-left: 2px;
}
.yiban-editor-guide-dialog.dialog .inner .container {
  margin: 16px 0 8px;
  width: 100%;
  background: rgba(250, 250, 250, 0.48);
  border-radius: 3px;
  border: 1px solid rgba(232, 232, 232, 0.37);
  padding: 31px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yiban-editor-guide-dialog.dialog .inner .container .item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.yiban-editor-guide-dialog.dialog .inner .container .item.row-1 {
  margin-bottom: 43px;
}
.yiban-editor-guide-dialog.dialog .inner .container .item img {
  width: 62px;
  margin-right: 12px;
}
.yiban-editor-guide-dialog.dialog .inner .container .item .right {
  font-size: 13px;
  color: #666666;
  line-height: 18px;
  max-width: 150px;
}
.yiban-editor-guide-dialog.dialog .inner .container .item .right .bold {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  margin-bottom: 5px;
}
.yiban-editor-guide-dialog.dialog .inner .text {
  color: #353535;
  font-size: 13px;
}
.yiban-editor-guide-dialog.dialog .inner .btn-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 24px;
}
.yiban-editor-guide-dialog.dialog .inner .btn-box .btn {
  width: 200px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  line-height: 40px;
  font-size: 15px;
  color: #353535;
}
.yiban-editor-guide-dialog.dialog .inner .btn-box .btn.web-editor-entry-btn:hover {
  background-color: #F8F8F8;
  border-color: #D3D3D3;
  color: #333333;
}
.yiban-editor-guide-dialog.dialog .inner .btn-box .btn.install-btn {
  border-color: #24BE48;
  background-color: #24BE48;
  color: #FFFFFF;
  margin-right: 45px;
}
.yiban-editor-guide-dialog.dialog .inner .btn-box .btn.install-btn:hover {
  border-color: #21AF51;
  color: #FFFFFF;
  background-color: #21AF51;
}
