/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
/* 1 */
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, 'Pingfang SC', 'Microsoft Yahei', 'WenQuanYi Micro Hei', sans-serif;
  font-size: 16px;
  line-height: 1.2;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  font-size: 0.875rem;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
button,
input,
textarea {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  outline: 0;
}
button {
  cursor: pointer;
  border-radius: 0;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  background-color: #fff !important;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: inherit;
  color: #eb5648;
}
svg.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
input.regular:not([type="radio"]):not([type="checkbox"]):not([readonly]) {
  padding: 0.25em 0.5em;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #27364e;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
input.regular:not([type="radio"]):not([type="checkbox"]):not([readonly])::placeholder {
  color: #a9afb8;
}
input.regular:not([type="radio"]):not([type="checkbox"]):not([readonly]):hover,
input.regular:not([type="radio"]):not([type="checkbox"]):not([readonly]):focus {
  border-color: #eb5648;
}
input.regular[readonly] {
  padding: 0.25em 0.5em;
  background-color: #f6f6f6;
  border: 0;
  color: rgba(39,54,78,0.4);
}
textarea.regular:focus {
  outline: 0;
}
textarea.regular[readonly] {
  padding: 0.25em 0.5em;
  background-color: #f6f6f6;
  border: 0;
  color: rgba(39,54,78,0.4);
}
button.regular,
button.primary,
.mb-homepage-new #sec1 a.to-workspace,
.mb-homepage-new #sec2 a.to-workspace,
.mb-homepage-new #sec2 button.to-fast-signup,
.mb-homepage-new #fast-signup button,
.mb-homepage-new #fast-signup a.submit,
.mb-sketch #sec1 .download,
.mb-sketch #sec1 .play,
.mb-sketch #sec3 a,
.payment-modal .coupon button,
.mb-pricing-new ul.plan > li .topdesc a.switch,
.mb-pricing-new ul.plan > li .topdesc button.switch,
.mb-pricing-new ul.plan > li button.renew:disabled,
.mb-pricing-new ul.plan > li.is-current-plan header button.renew:not(:disabled),
.mb-pricing-new ul.plan > li.is-current-plan header button.renew:disabled,
.mb-pricing-new #sec2_1 .content a.reserve,
.mb-pricing-new #sec2 .header .header_content .header_right li .table_switch,
.mb-pricing-new #sec2 > button,
.mb-pricing-new #sec3_1 .content a.advisory,
.mb-pricing-new #sec3 a.apply,
.mb-pricing-new #sec4 .more a,
.mb-enterprise-introduct #sec3 .content a.advisory {
  padding: 0.25em;
  border: 1px solid #eb5648;
  border-radius: 1px;
  color: #eb5648;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
button.regular:not(button),
button.primary:not(button),
.mb-homepage-new #sec1 a.to-workspace:not(button),
.mb-homepage-new #sec2 a.to-workspace:not(button),
.mb-homepage-new #sec2 button.to-fast-signup:not(button),
.mb-homepage-new #fast-signup button:not(button),
.mb-homepage-new #fast-signup a.submit:not(button),
.mb-sketch #sec1 .download:not(button),
.mb-sketch #sec1 .play:not(button),
.mb-sketch #sec3 a:not(button),
.payment-modal .coupon button:not(button),
.mb-pricing-new ul.plan > li .topdesc a.switch:not(button),
.mb-pricing-new ul.plan > li .topdesc button.switch:not(button),
.mb-pricing-new ul.plan > li button.renew:disabled:not(button),
.mb-pricing-new ul.plan > li.is-current-plan header button.renew:not(:disabled):not(button),
.mb-pricing-new ul.plan > li.is-current-plan header button.renew:disabled:not(button),
.mb-pricing-new #sec2_1 .content a.reserve:not(button),
.mb-pricing-new #sec2 .header .header_content .header_right li .table_switch:not(button),
.mb-pricing-new #sec2 > button:not(button),
.mb-pricing-new #sec3_1 .content a.advisory:not(button),
.mb-pricing-new #sec3 a.apply:not(button),
.mb-pricing-new #sec4 .more a:not(button),
.mb-enterprise-introduct #sec3 .content a.advisory:not(button) {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
button.regular:hover:not([disabled]),
button.primary:hover:not([disabled]),
.mb-homepage-new #sec1 a.to-workspace:hover:not([disabled]),
.mb-homepage-new #sec2 a.to-workspace:hover:not([disabled]),
.mb-homepage-new #sec2 button.to-fast-signup:hover:not([disabled]),
.mb-homepage-new #fast-signup button:hover:not([disabled]),
.mb-homepage-new #fast-signup a.submit:hover:not([disabled]),
.mb-sketch #sec1 .download:hover:not([disabled]),
.mb-sketch #sec1 .play:hover:not([disabled]),
.mb-sketch #sec3 a:hover:not([disabled]),
.payment-modal .coupon button:hover:not([disabled]),
.mb-pricing-new ul.plan > li .topdesc a.switch:hover:not([disabled]),
.mb-pricing-new ul.plan > li .topdesc button.switch:hover:not([disabled]),
.mb-pricing-new ul.plan > li button.renew:disabled:hover:not([disabled]),
.mb-pricing-new ul.plan > li.is-current-plan header button.renew:not(:disabled):hover:not([disabled]),
.mb-pricing-new ul.plan > li.is-current-plan header button.renew:disabled:hover:not([disabled]),
.mb-pricing-new #sec2_1 .content a.reserve:hover:not([disabled]),
.mb-pricing-new #sec2 .header .header_content .header_right li .table_switch:hover:not([disabled]),
.mb-pricing-new #sec2 > button:hover:not([disabled]),
.mb-pricing-new #sec3_1 .content a.advisory:hover:not([disabled]),
.mb-pricing-new #sec3 a.apply:hover:not([disabled]),
.mb-pricing-new #sec4 .more a:hover:not([disabled]),
.mb-enterprise-introduct #sec3 .content a.advisory:hover:not([disabled]) {
  background-color: #eb5648;
  border: 1px solid #eb5648;
  color: #fff;
}
button.regular[disabled],
button.primary[disabled],
.mb-homepage-new #sec1 a.to-workspace[disabled],
.mb-homepage-new #sec2 a.to-workspace[disabled],
.mb-homepage-new #sec2 button.to-fast-signup[disabled],
.mb-homepage-new #fast-signup button[disabled],
.mb-homepage-new #fast-signup a.submit[disabled],
.mb-sketch #sec1 .download[disabled],
.mb-sketch #sec1 .play[disabled],
.mb-sketch #sec3 a[disabled],
.payment-modal .coupon button[disabled],
.mb-pricing-new ul.plan > li .topdesc a.switch[disabled],
.mb-pricing-new ul.plan > li .topdesc button.switch[disabled],
.mb-pricing-new ul.plan > li button.renew:disabled[disabled],
.mb-pricing-new ul.plan > li.is-current-plan header button.renew:not(:disabled)[disabled],
.mb-pricing-new ul.plan > li.is-current-plan header button.renew:disabled[disabled],
.mb-pricing-new #sec2_1 .content a.reserve[disabled],
.mb-pricing-new #sec2 .header .header_content .header_right li .table_switch[disabled],
.mb-pricing-new #sec2 > button[disabled],
.mb-pricing-new #sec3_1 .content a.advisory[disabled],
.mb-pricing-new #sec3 a.apply[disabled],
.mb-pricing-new #sec4 .more a[disabled],
.mb-enterprise-introduct #sec3 .content a.advisory[disabled] {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.mb-homepage-new #sec2 a.to-workspace,
.mb-homepage-new #sec2 button.to-fast-signup,
.mb-pricing-new ul.plan > li.is-current-plan header button.renew:not(:disabled),
.mb-pricing-new #sec3 a.apply {
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.15), 0 6px 20px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.15), 0 6px 20px 0 rgba(0,0,0,0.1);
  color: #eb5648;
}
.mb-homepage-new #sec2 a.to-workspace:hover:not([disabled]),
.mb-homepage-new #sec2 button.to-fast-signup:hover:not([disabled]),
.mb-pricing-new ul.plan > li.is-current-plan header button.renew:not(:disabled):hover:not([disabled]),
.mb-pricing-new #sec3 a.apply:hover:not([disabled]) {
  background-color: #fedad8;
  border: 0;
  color: #eb5648;
}
.mb-homepage-new #sec2 a.to-workspace:active,
.mb-homepage-new #sec2 button.to-fast-signup:active,
.mb-pricing-new ul.plan > li.is-current-plan header button.renew:not(:disabled):active,
.mb-pricing-new #sec3 a.apply:active {
  background-color: #ffb9b5;
  border: 0;
}
button.primary,
.mb-homepage-new #sec1 a.to-workspace,
.mb-homepage-new #fast-signup button,
.mb-homepage-new #fast-signup a.submit,
.mb-sketch #sec1 .download {
  background-color: #eb5648;
  color: #fff;
}
button.primary:hover:not([disabled]),
.mb-homepage-new #sec1 a.to-workspace:hover:not([disabled]),
.mb-homepage-new #fast-signup button:hover:not([disabled]),
.mb-homepage-new #fast-signup a.submit:hover:not([disabled]),
.mb-sketch #sec1 .download:hover:not([disabled]) {
  background-color: #ff7c75;
  border-color: #ff7c75;
  color: #fff;
}
.login-box footer .quick-login h2 {
  border-bottom: 1px solid #e5e5e5;
}
.login-box footer .quick-login h2 span {
  display: inline-block;
  padding: 0 1em;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  background-color: #fff;
}
.user-name,
.user-email,
.project-name,
.team-name,
.widget-name {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quote {
  display: inline-block;
}
.user-name {
  max-width: 10em;
}
.user-email {
  max-width: 12em;
}
.project-name {
  max-width: 15em;
}
.team-name {
  max-width: 10em;
}
.widget-name {
  max-width: 12em;
}
.modal-mask.video {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(0,0,0,0.9);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.modal-mask.video.is-open {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.modal-mask.video.is-close {
  visibility: hidden;
}
.modal-mask.video .modal {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}
.modal-mask.video .close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  font-size: 2rem;
  color: #fff;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.modal-mask.video .close-btn:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.modal-mask.video .video-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}
.modal-mask.video.is-close .video-container {
  visibility: hidden;
}
.modal-mask.video video {
  width: 100% !important;
  height: 100% !important;
}
.modal-mask.video iframe {
  width: 100% !important;
  height: calc(100% - 128px) !important;
}
@media (max-width: 640px) {
  .phone-should-show {
    display: initial;
  }
  .phone-shouldnt-show {
    display: none;
  }
}
.mb-landing {
  overflow-x: hidden;
}
.mb-landing a:link,
.mb-landing a:visited {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.mb-landing #toTop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 103px;
  cursor: pointer;
  overflow: visible;
  z-index: 9990;
  width: 54px;
  height: 54px;
  background-image: url("/static/img/homepage/toTop.svg");
  -webkit-background-size: 21px 22px;
  -moz-background-size: 21px 22px;
  background-size: 21px 22px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-box-shadow: 0 6px 16px 0 rgba(65,80,88,0.16);
  box-shadow: 0 6px 16px 0 rgba(65,80,88,0.16);
  border-radius: 50%;
  background-color: #7d8694;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.mb-landing #toTop:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mb-landing #YSF-BTN-HOLDER {
  position: fixed;
  max-width: 70px;
  max-height: 70px;
  right: 30px;
  bottom: 24px;
  cursor: pointer;
  overflow: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 9990;
}
.mb-landing #YSF-CUSTOM-ENTRY-3 {
  position: relative;
  width: 54px;
  height: 54px;
  background-image: url("/images/landing/homepage/concat.png");
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-color: #ff6161;
  -webkit-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  transition: opacity 0.15s;
  -webkit-box-shadow: 0 6px 16px 0 rgba(65,80,88,0.16);
  box-shadow: 0 6px 16px 0 rgba(65,80,88,0.16);
}
.mb-landing #YSF-CUSTOM-ENTRY-3:hover:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.mb-landing #YSF-CUSTOM-ENTRY-3:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: inline-block;
  content: '\58A8\5200\5728\7EBF\5BA2\670D';
  position: relative;
  color: #fff;
  border-radius: 6px;
  -webkit-transform: translateX(-100%) translateY(-50%);
  -moz-transform: translateX(-100%) translateY(-50%);
  -o-transform: translateX(-100%) translateY(-50%);
  -ms-transform: translateX(-100%) translateY(-50%);
  transform: translateX(-100%) translateY(-50%);
  top: 50%;
  z-index: 20;
  padding: 1rem 0 1rem 1.2rem;
  width: 9em;
  height: 3em;
  min-width: 3em;
  max-width: 20em;
  min-height: 2em;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-image: url("/images/landing/homepage/new_1/icon/concat.svg");
}
.mb-landing #YSF-CUSTOM-ENTRY-3 img {
  display: none;
}
.mb-landing .mb-homepage-new {
  overflow-x: hidden;
}
.is-overflow {
  overflow: hidden;
}
nav.mb-nav-org {
  position: fixed;
  top: 0;
  z-index: 99;
  height: 66px;
}
#content,
#web {
  margin-top: 66px;
}
main.mb-main {
  margin: 0 auto 3.5rem;
  max-width: 72.5rem;
}
.event-bnr {
  display: none;
}
body.with-event-bnr .event-bnr {
  position: relative;
  z-index: 10000;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100vw;
  height: 40px;
  background-color: #ff3133;
  background-image: url(/webpack/event-banner.17ecce25d0afb5837ff0f5d47bf81e65.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
  color: #fff;
}
body.with-event-bnr .event-bnr .zh:lang(zh),
body.with-event-bnr .event-bnr .en:lang(en) {
  display: block;
}
body.with-event-bnr .event-bnr .zh:lang(en),
body.with-event-bnr .event-bnr .en:lang(zh) {
  display: none;
}
body.with-event-bnr .event-bnr .en {
  font-size: 12px;
}
body.with-event-bnr .event-bnr a {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: inherit;
}
body.with-event-bnr .event-bnr .join {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
}
body.with-event-bnr .event-bnr .join:hover {
  color: rgba(255,255,255,0.8);
}
@media (max-width: 360px) {
  body.with-event-bnr .event-bnr .join:lang(en) {
    display: none;
  }
}
body.with-event-bnr .event-bnr .close {
  position: absolute;
  top: 12px;
  right: 2rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
.mb-nav {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.with-event-bnr .mb-nav:not(.isnt-on-top) {
  top: 0;
}
nav.mb-nav-org {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 90px;
  width: 100%;
  background-color: #fff;
  height: 66px;
  color: #415058;
}
@media (max-width: 1078px) {
  nav.mb-nav-org {
    padding: 0 16px;
  }
}
nav.mb-nav-org #nav-menu-toggle {
  display: none;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  padding: 0;
  font-size: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  outline: 0;
  color: #eb5648;
}
@media (max-width: 960px) {
  nav.mb-nav-org #nav-menu-toggle {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
nav.mb-nav-org .deco {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: calc(66px + 490px);
  clip: rect(0 999999px 66px 0);
}
.clip-path nav.mb-nav-org .deco {
  clip: unset;
  clip-path: inset(0 0 490px 0);
}
nav.mb-nav-org #header-left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
nav.mb-nav-org #header-left .switch-lang {
  margin-left: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 5em;
}
@media (max-width: 1366px) {
  nav.mb-nav-org #header-left .switch-lang {
    margin-left: 16px;
    width: 4.5em;
  }
}
nav.mb-nav-org #header-left .switch-lang a {
  color: #415058;
}
nav.mb-nav-org #header-left .switch-lang a.active {
  color: #ff6161;
}
nav.mb-nav-org #header-left .nav-logo {
  width: 193px;
}
@media (max-width: 1200px) {
  nav.mb-nav-org #header-left .nav-logo {
    width: 50px;
  }
}
@media (max-width: 640px) {
  nav.mb-nav-org #header-left .nav-logo {
    width: 34px;
  }
}
nav.mb-nav-org #header-left .nav-logo a {
  display: block;
  height: 36px;
}
@media (max-width: 640px) {
  nav.mb-nav-org #header-left .nav-logo a {
    height: 24px;
  }
}
nav.mb-nav-org #header-left .nav-logo img {
  width: auto;
  height: 100%;
}
@media (max-width: 1200px) {
  nav.mb-nav-org #header-left .nav-logo img.core {
    display: none;
  }
  nav.mb-nav-org #header-left .nav-logo img.core-phone {
    display: block;
  }
}
@media (max-width: 960px) {
  nav.mb-nav-org #menu-center {
    display: none;
  }
}
nav.mb-nav-org #menu-center ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
}
nav.mb-nav-org #menu-center ul li {
  margin: 0 20px;
  cursor: pointer;
}
nav.mb-nav-org #menu-center ul li a {
  color: #415058;
  font-size: 14px;
  width: 100%;
}
nav.mb-nav-org #menu-center ul li a:hover {
  color: #ff6161;
}
nav.mb-nav-org #menu-center ul li .is-active-a {
  color: #ff6161;
}
nav.mb-nav-org #menu-center ul li:last-child {
  margin-right: 0;
}
nav.mb-nav-org #menu-center ul li:first-child {
  margin-left: 0;
}
nav.mb-nav-org #menu-center ul li.features:hover .features-dropdown {
  display: block;
}
nav.mb-nav-org #menu-center ul li#company {
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
}
nav.mb-nav-org #menu-center ul li#company:hover .dropdown {
  display: inline-block;
}
nav.mb-nav-org #menu-center ul li#company .company-content {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
nav.mb-nav-org #menu-center ul li#company .company-content .arrow-bottom {
  display: none;
}
nav.mb-nav-org #menu-center ul li#company .dropdown {
  position: absolute;
  left: -16px;
  width: 97px;
  text-align: left;
  margin-top: 15px;
  padding-bottom: 8px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(39,54,78,0.12), 4px 12px 40px 0 rgba(39,54,78,0.12);
  box-shadow: 0 2px 10px 0 rgba(39,54,78,0.12), 4px 12px 40px 0 rgba(39,54,78,0.12);
  display: none;
}
nav.mb-nav-org #menu-center ul li#company .dropdown .dropdown.show {
  padding-top: 16px;
  padding-bottom: 5px;
  height: auto;
  display: block;
}
nav.mb-nav-org #menu-center ul li#company .dropdown .dropdown-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 39px;
  font-size: 12px;
  margin: 0;
  cursor: pointer;
  color: #5b6b73;
}
nav.mb-nav-org #menu-center ul li#company .dropdown .dropdown-content span {
  width: 62px;
}
nav.mb-nav-org #menu-center ul li#company .dropdown .dropdown-content:hover {
  background-color: #f6f7f8;
  color: #1f292e;
}
nav.mb-nav-org #menu-center ul li#company .dropdown .dropdown-content:first-child {
  margin-top: 6px;
}
nav.mb-nav-org #menu-right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media (max-width: 960px) {
  nav.mb-nav-org #menu-right {
    display: none;
  }
}
nav.mb-nav-org #menu-right ul#login-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
}
nav.mb-nav-org #menu-right ul#login-menu li {
  position: relative;
  margin: 0 14px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
nav.mb-nav-org #menu-right ul#login-menu li:last-child {
  margin-right: 0;
}
nav.mb-nav-org #menu-right ul#login-menu .login-status a {
  color: #415058;
}
nav.mb-nav-org #menu-right ul#login-menu .login-status a:hover {
  color: #ff6161;
}
nav.mb-nav-org #menu-right ul#login-menu a.primary {
  color: #fff;
  background-color: #ff6161;
  width: 104px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
}
nav.mb-nav-org #menu-right ul#login-menu a.primary:hover {
  background: #ec4954;
  border: none;
}
@media (max-width: 960px) {
  nav.mb-nav-org .menu {
    position: fixed;
    top: 66px;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    padding: 12px 20px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -o-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    overflow: scroll;
    border-top: 1px solid #f2f2f2;
  }
}
nav.mb-nav-org .menu:not(.is-open) {
  pointer-events: none;
  display: none;
}
nav.mb-nav-org .menu.is-open {
  display: block;
}
nav.mb-nav-org .menu.is-open a {
  color: #415058;
  font-size: 16px;
}
nav.mb-nav-org .menu.is-open #menu-center {
  display: block;
}
nav.mb-nav-org .menu.is-open #menu-center ul.menu-content {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
nav.mb-nav-org .menu.is-open #menu-center ul.menu-content li#company {
  padding: 0;
  height: auto;
}
nav.mb-nav-org .menu.is-open #menu-center ul.menu-content li#company .company-content {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
nav.mb-nav-org .menu.is-open #menu-center ul.menu-content li#company .company-content a {
  width: auto;
}
nav.mb-nav-org .menu.is-open #menu-center ul.menu-content li#company .dropdown {
  position: static;
  border: none;
  width: auto;
  font-size: 14px;
  margin-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
}
nav.mb-nav-org .menu.is-open #menu-center ul.menu-content li#company .dropdown.show {
  display: block;
}
nav.mb-nav-org .menu.is-open #menu-center ul.menu-content li#company .dropdown.show .dropdown-content {
  font-size: 14px;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  color: #7d8694;
}
nav.mb-nav-org .menu.is-open #menu-center ul.menu-content li#company .dropdown.show .dropdown-content span {
  display: inline-block;
  width: 100%;
}
nav.mb-nav-org .menu.is-open #menu-center ul.menu-content li#company .arrow-bottom {
  display: block;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-image: url("/static/img/homepage/icon_arrow.svg");
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
nav.mb-nav-org .menu.is-open #menu-center ul.menu-content li {
  height: 59.76px;
  width: 100%;
  line-height: 59.76px;
  margin: 0;
  border-bottom: 1px solid #f2f2f2;
}
nav.mb-nav-org .menu.is-open #menu-center ul.menu-content li a {
  display: inline-block;
  text-align: start;
  width: 100%;
  font-size: 16px;
}
nav.mb-nav-org .menu.is-open #menu-right {
  display: block;
  height: auto;
}
nav.mb-nav-org .menu.is-open #menu-right ul#login-menu {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;
}
nav.mb-nav-org .menu.is-open #menu-right ul#login-menu a.primary {
  width: 140px;
  height: 40px;
  line-height: 40px;
  margin-top: 32px;
}
nav.mb-nav-org .features-dropdown.features-dropdown-active {
  display: block;
}
nav.mb-nav-org .features-dropdown.features-dropdown-hover-none:hover {
  display: none;
}
nav.mb-nav-org .features-dropdown {
  display: none;
  position: absolute;
  padding-top: 30px;
  top: 36px;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 10px 5px 5px rgba(0,0,0,0.1);
  box-shadow: 10px 5px 5px rgba(0,0,0,0.1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 999;
}
nav.mb-nav-org .features-dropdown:hover {
  display: block;
}
nav.mb-nav-org .features-dropdown ul.content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #fff;
}
nav.mb-nav-org .features-dropdown ul.content li.whole {
  margin: 14px 12px 14px 0;
  padding: 27px 10px 19px;
  width: 190px;
  cursor: pointer;
}
nav.mb-nav-org .features-dropdown ul.content li.whole:lang(en) {
  width: 202px;
}
nav.mb-nav-org .features-dropdown ul.content li.whole:hover {
  background-color: #f6f7f8;
}
nav.mb-nav-org .features-dropdown ul.content li.whole .dropdown-title {
  color: #1f292e;
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid #8d9ea7;
  margin: 0;
  padding: 14px 0 7px;
}
nav.mb-nav-org .features-dropdown ul.content li.whole .dropdown-desc {
  margin-top: 10px;
}
nav.mb-nav-org .features-dropdown ul.content li.whole .dropdown-desc li {
  color: #5b6b73;
  font-size: 12px;
  line-height: 1.9;
}
nav.mb-nav-org .features-dropdown ul.content li.whole:last-child {
  margin-right: 0;
}
.mb-pricing-new nav.is-header-position {
  position: absolute;
  top: 1409px;
  background: #fff !important;
}
.mb-pricing-new nav.is-header-fixed {
  position: fixed;
  background: #fff !important;
  z-index: 1000;
  top: 0;
}
.mb-enterprise-solution nav.is-header-position {
  position: absolute;
}
.mb-enterprise-solution nav.is-header-fixed {
  position: fixed;
  top: 0;
}
.mb-enterprise-introduct nav.is-header-position {
  position: absolute;
}
.mb-enterprise-introduct nav.is-header-fixed {
  position: fixed;
  top: 0;
}
.mb-new-features nav.is-header-position {
  position: absolute;
}
.mb-new-features nav.is-header-fixed {
  position: fixed;
  top: 0;
}
@media (max-width: 1366px) and (min-width: 961px) {
  .menu li:lang(en) {
    margin: 0 12px;
  }
}
footer.mb-footer-new {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 24px 16px 12px;
  font-size: 16px;
  line-height: 2;
  color: #1f292e;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer.mb-footer-new h2 {
  margin: 0.83em 0;
  font-size: 14px;
  color: #1f292e;
  font-weight: 500;
}
footer.mb-footer-new a {
  color: #5b6b73;
  font-size: 14px;
  width: 100%;
}
footer.mb-footer-new a:hover {
  color: #ff6161;
}
footer.mb-footer-new .list {
  width: 208px;
}
footer.mb-footer-new .contact ul.concat_icon_logo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
footer.mb-footer-new .contact ul.concat_icon_logo li {
  position: relative;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  border: 1px solid #dedee4;
  border-radius: 3em;
  margin-right: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
footer.mb-footer-new .contact ul.concat_icon_logo li:hover {
  background-color: #ff6161;
  border: none;
}
footer.mb-footer-new .contact ul.concat_icon_logo li:hover .icon,
footer.mb-footer-new .contact ul.concat_icon_logo li:active .icon,
footer.mb-footer-new .contact ul.concat_icon_logo li:focus .icon {
  display: none;
}
footer.mb-footer-new .contact ul.concat_icon_logo li:hover .icon#active,
footer.mb-footer-new .contact ul.concat_icon_logo li:active .icon#active,
footer.mb-footer-new .contact ul.concat_icon_logo li:focus .icon#active {
  display: inline-block;
}
footer.mb-footer-new .contact ul.concat_icon_logo li:first-child {
  margin-left: 0;
}
footer.mb-footer-new .contact ul.concat_icon_logo li .wechat {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
footer.mb-footer-new .contact ul.concat_icon_logo li .wechat img {
  width: 24px;
  height: 24px;
}
footer.mb-footer-new .contact ul.concat_icon_logo li a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
footer.mb-footer-new .contact ul.concat_icon_logo li a .qrcode {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.5rem);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -10;
  width: 200px;
  height: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  image-rendering: pixelated;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
footer.mb-footer-new .contact ul.concat_icon_logo li a #active {
  display: none;
}
footer.mb-footer-new .contact ul.concat_icon_logo li a:hover {
  overflow: initial;
  color: #fff;
}
footer.mb-footer-new .contact ul.concat_icon_logo li a:hover .qrcode,
footer.mb-footer-new .contact ul.concat_icon_logo li a:active .qrcode,
footer.mb-footer-new .contact ul.concat_icon_logo li a:focus .qrcode {
  z-index: 10;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
footer.mb-footer-new .contact ul.content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer.mb-footer-new .contact ul.content li {
  color: #5b6b73;
  font-size: 14px;
  line-height: 2;
}
footer.mb-footer-new .contact ul.content li a:hover {
  color: #ff6161;
}
footer.mb-footer-new .contact ul.content li p {
  margin: 0;
}
footer.mb-footer-new .copyright {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin-top: 40px;
  text-align: center;
  color: #c8cdd0;
  font-size: 12px;
}
footer.mb-footer-new .copyright a {
  color: #c8cdd0;
  font-size: 12px;
}
footer.mb-footer-new .copyright a:hover {
  color: #ff6161;
}
footer.mb-footer-new .copyright .record {
  color: #c8cdd0;
  font-size: 12px;
  margin-right: 16px;
  margin-top: 0;
}
@media (max-width: 1200px) {
  footer.mb-footer-new .list {
    width: 160px;
  }
}
@media (max-width: 926px) {
  footer.mb-footer-new .contact {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 16px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  footer.mb-footer-new .contact ul {
    margin-top: 8px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  footer.mb-footer-new .list {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0.25em;
    line-height: 2.5;
    text-align: center;
  }
  footer.mb-footer-new .list h2 {
    margin: 0.5em 0;
  }
  footer.mb-footer-new .copyright {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-top: 16px;
    padding-top: 8px;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  footer.mb-footer-new .copyright .em-dash {
    display: block;
    height: 0;
    overflow: hidden;
  }
}
@media (max-width: 926px) {
  footer.mb-footer-new .list {
    display: inline-block;
    width: 100%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
    text-align: start;
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  footer.mb-footer-new .list h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    font-weight: 400;
  }
  footer.mb-footer-new .list h2:after {
    -webkit-transform: translateY(25%) rotate(90deg);
    -moz-transform: translateY(25%) rotate(90deg);
    -o-transform: translateY(25%) rotate(90deg);
    -ms-transform: translateY(25%) rotate(90deg);
    transform: translateY(25%) rotate(90deg);
    width: 30px;
    height: 30px;
    content: '';
    display: inline-block;
    background-image: url("/static/img/homepage/icon_arrow.svg");
    background-repeat: no-repeat;
    -webkit-background-size: 25px;
    -moz-background-size: 25px;
    background-size: 25px;
  }
  footer.mb-footer-new .list h2.switch-arrow:after {
    -webkit-transform: translate3d(10%, 0, 0) rotate(-90deg);
    -moz-transform: translate3d(10%, 0, 0) rotate(-90deg);
    -o-transform: translate3d(10%, 0, 0) rotate(-90deg);
    -ms-transform: translate3d(10%, 0, 0) rotate(-90deg);
    transform: translate3d(10%, 0, 0) rotate(-90deg);
  }
  footer.mb-footer-new .list ul {
    display: none;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  footer.mb-footer-new .list ul.show-list {
    display: block;
  }
  footer.mb-footer-new .list ul.show-list a {
    display: inline-block;
  }
  footer.mb-footer-new .contact {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
    text-align: start;
  }
  footer.mb-footer-new .contact h2 {
    font-weight: 400;
  }
  footer.mb-footer-new .copyright {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: start;
    padding-top: 0;
  }
  footer.mb-footer-new .copyright .record {
    color: #c8cdd0;
  }
}
footer.mb-less-info-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 2em 1em 1em;
  background-color: #27364e;
  color: rgba(255,255,255,0.6);
}
footer.mb-less-info-footer > * {
  max-width: 25em;
  width: 95%;
}
footer.mb-less-info-footer a {
  color: rgba(255,255,255,0.8);
}
footer.mb-less-info-footer a:hover {
  color: rgba(255,255,255,0.6);
}
footer.mb-less-info-footer h2,
footer.mb-less-info-footer p {
  text-align: center;
}
footer.mb-less-info-footer h2 {
  margin: 1em 0 2em;
  font-size: 16px;
  font-weight: bold;
  color: #eb5648;
}
footer.mb-less-info-footer .contact ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 1em 0 1.5em;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
footer.mb-less-info-footer .contact li:not(:last-child) {
  margin-right: 0.5em;
}
footer.mb-less-info-footer .contact li a {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  font-size: 1.5em;
  border: 1px solid;
  color: #eb5648;
}
footer.mb-less-info-footer .contact .qrcode {
  position: absolute;
  top: 1.75em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 150px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  image-rendering: pixelated;
}
footer.mb-less-info-footer .contact a .qrcode,
footer.mb-less-info-footer .contact a.is-close .qrcode {
  display: none;
}
footer.mb-less-info-footer .contact a.is-open .qrcode {
  display: block;
}
footer.mb-less-info-footer nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 1em;
  padding: 1em 0.25em;
  border-top: 1px solid rgba(255,255,255,0.1);
}
footer.mb-less-info-footer nav a,
footer.mb-less-info-footer nav a:hover {
  width: 6.5em;
  text-align: center;
  color: #eb5648;
}
footer.mb-less-info-footer .copyright {
  margin-top: 2em;
  text-align: center;
  border: 0 !important;
}
footer.mb-less-info-footer .copyright .desc {
  display: block;
}
.petri {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100vw;
  height: 750px;
  pointer-events: none;
}
.particle {
  position: absolute;
  -webkit-animation: xAxis 70s infinite cubic-bezier(0.02, 0.01, 0.57, 0.36);
  -moz-animation: xAxis 70s infinite cubic-bezier(0.02, 0.01, 0.57, 0.36);
  -o-animation: xAxis 70s infinite cubic-bezier(0.02, 0.01, 0.57, 0.36);
  -ms-animation: xAxis 70s infinite cubic-bezier(0.02, 0.01, 0.57, 0.36);
  animation: xAxis 70s infinite cubic-bezier(0.02, 0.01, 0.57, 0.36);
}
.particle:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml, %3Csvg width='25px' height='25px' viewBox='0 0 25 25' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cfilter x='-29.9%25' y='-29.9%25' width='159.8%25' height='159.8%25' filterUnits='objectBoundingBox' id='f'%3E %3CfeGaussianBlur stdDeviation='1.66071429' in='SourceGraphic'%3E%3C/feGaussianBlur%3E %3C/filter%3E %3C/defs%3E %3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.300000012'%3E %3Cg transform='translate(-468.000000, -223.000000)' fill='%23F63333'%3E %3Crect filter='url(%23f)' x='472' y='227' width='16.6526576' height='16.6688809'%3E%3C/rect%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-animation: yAxis 50s infinite cubic-bezier(0.38, 0.23, 0.46, 0.74);
  -moz-animation: yAxis 50s infinite cubic-bezier(0.38, 0.23, 0.46, 0.74);
  -o-animation: yAxis 50s infinite cubic-bezier(0.38, 0.23, 0.46, 0.74);
  -ms-animation: yAxis 50s infinite cubic-bezier(0.38, 0.23, 0.46, 0.74);
  animation: yAxis 50s infinite cubic-bezier(0.38, 0.23, 0.46, 0.74);
}
body.dark-nav .particle:after {
  filter: grayscale(1) brightness(3);
}
.particle:nth-of-type(2) {
  top: 200px;
  left: 50vw;
  -webkit-animation-duration: 80s;
  -moz-animation-duration: 80s;
  -o-animation-duration: 80s;
  -ms-animation-duration: 80s;
  animation-duration: 80s;
}
.particle:nth-of-type(2):after {
  width: 20px;
  height: 21px;
  background-image: url("data:image/svg+xml, %3Csvg width='20px' height='21px' viewBox='0 0 20 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.300000012'%3E %3Cg id='Snow' transform='translate(-1025.000000, -105.000000)' fill='%23FFA299'%3E %3Crect id='Rectangle-Copy-3' x='1025' y='105' width='20' height='20.0194844'%3E%3C/rect%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  -webkit-animation: yAxis 50s infinite cubic-bezier(0.38, 0.23, 0.46, 0.74);
  -moz-animation: yAxis 50s infinite cubic-bezier(0.38, 0.23, 0.46, 0.74);
  -o-animation: yAxis 50s infinite cubic-bezier(0.38, 0.23, 0.46, 0.74);
  -ms-animation: yAxis 50s infinite cubic-bezier(0.38, 0.23, 0.46, 0.74);
  animation: yAxis 50s infinite cubic-bezier(0.38, 0.23, 0.46, 0.74);
}
body.dark-nav .particle:nth-of-type(2):after,
body.dark-nav .particle:nth-of-type(3):after {
  filter: none;
}
.particle:nth-of-type(3) {
  right: 20vw;
  -webkit-animation: xAxis-3 40s infinite cubic-bezier(0.5, 0.3, 0.7, 0.4);
  -moz-animation: xAxis-3 40s infinite cubic-bezier(0.5, 0.3, 0.7, 0.4);
  -o-animation: xAxis-3 40s infinite cubic-bezier(0.5, 0.3, 0.7, 0.4);
  -ms-animation: xAxis-3 40s infinite cubic-bezier(0.5, 0.3, 0.7, 0.4);
  animation: xAxis-3 40s infinite cubic-bezier(0.5, 0.3, 0.7, 0.4);
}
.particle:nth-of-type(3):after {
  background-image: url("data:image/svg+xml, %3Csvg width='29px' height='28px' viewBox='0 0 29 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.300000012'%3E %3Cg transform='translate(-106.000000, -42.000000)' fill='%23FFA299'%3E %3Crect x='106.992214' y='42' width='27.6604438' height='27.6873911'%3E%3C/rect%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  -webkit-animation: yAxis-3 50s infinite ease-in;
  -moz-animation: yAxis-3 50s infinite ease-in;
  -o-animation: yAxis-3 50s infinite ease-in;
  -ms-animation: yAxis-3 50s infinite ease-in;
  animation: yAxis-3 50s infinite ease-in;
}
.particle:nth-of-type(4) {
  top: 50px;
  left: 20vw;
  -webkit-animation: xAxis-4 40s infinite ease-out;
  -moz-animation: xAxis-4 40s infinite ease-out;
  -o-animation: xAxis-4 40s infinite ease-out;
  -ms-animation: xAxis-4 40s infinite ease-out;
  animation: xAxis-4 40s infinite ease-out;
}
.particle:nth-of-type(4):after {
  width: 54px;
  height: 57px;
  background-image: url("data:image/svg+xml, %3Csvg width='107px' height='114px' viewBox='0 0 107 114' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cfilter x='-30.8%25' y='-37.5%25' width='161.6%25' height='175.0%25' filterUnits='objectBoundingBox' id='f'%3E %3CfeGaussianBlur stdDeviation='6.82352941' in='SourceGraphic'%3E%3C/feGaussianBlur%3E %3C/filter%3E %3C/defs%3E %3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.453351449'%3E %3Cg transform='translate(-214.000000, -108.000000)' stroke='%23F63333' stroke-width='6.4'%3E %3Cpolygon filter='url(%23f)' transform='translate(284.404433, 155.577232) rotate(32.000000) translate(-284.404433, -155.577232) ' points='284.404433 124 322.808866 187.154463 246 187.154463'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.particle:nth-of-type(5),
.particle:nth-of-type(10) {
  top: 450px;
  left: 10vw;
  -webkit-animation-name: xAxis-3;
  -moz-animation-name: xAxis-3;
  -o-animation-name: xAxis-3;
  -ms-animation-name: xAxis-3;
  animation-name: xAxis-3;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -o-animation-duration: 10s;
  -ms-animation-duration: 10s;
  animation-duration: 10s;
}
.particle:nth-of-type(5):after,
.particle:nth-of-type(10):after {
  width: 28px;
  height: 25px;
  background-image: url("data:image/svg+xml, %3Csvg width='28px' height='25px' viewBox='0 0 28 25' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cfilter x='-39.0%25' y='-48.7%25' width='178.0%25' height='197.4%25' filterUnits='objectBoundingBox' id='f'%3E %3CfeGaussianBlur stdDeviation='1.546875' in='SourceGraphic'%3E%3C/feGaussianBlur%3E %3C/filter%3E %3C/defs%3E %3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.453351449'%3E %3Cg transform='translate(-63.000000, -442.000000)' stroke='%23F63333' stroke-width='3.2'%3E %3Cpolygon filter='url(%23f)' transform='translate(77.970334, 454.489362) rotate(6.000000) translate(-77.970334, -454.489362) ' points='77.9703337 448.085106 85.9678616 460.893617 69.9728059 460.893617'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  -webkit-animation: yAxis-5 80s infinite cubic-bezier(0.3, 0.36, 0.23, 0.64);
  -moz-animation: yAxis-5 80s infinite cubic-bezier(0.3, 0.36, 0.23, 0.64);
  -o-animation: yAxis-5 80s infinite cubic-bezier(0.3, 0.36, 0.23, 0.64);
  -ms-animation: yAxis-5 80s infinite cubic-bezier(0.3, 0.36, 0.23, 0.64);
  animation: yAxis-5 80s infinite cubic-bezier(0.3, 0.36, 0.23, 0.64);
}
.particle:nth-of-type(6),
.particle:nth-of-type(7) {
  top: 10vh;
  left: 10px;
  -webkit-animation-name: xAxis-5;
  -moz-animation-name: xAxis-5;
  -o-animation-name: xAxis-5;
  -ms-animation-name: xAxis-5;
  animation-name: xAxis-5;
}
.particle:nth-of-type(6):after,
.particle:nth-of-type(7):after {
  width: 24px;
  height: 23px;
  background-image: url("data:image/svg+xml, %3Csvg width='24px' height='23px' viewBox='0 0 24 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.453351449'%3E %3Cg transform='translate(-4.000000, -105.000000)' stroke='%23F63333' stroke-width='3'%3E %3Cpath d='M14.4201005,104.697009 L23.8381561,120.184602 C24.1251109,120.656487 23.9751954,121.271648 23.5033104,121.558603 C23.3467289,121.653821 23.1669928,121.70418 22.9837329,121.70418 L4.1476216,121.70418 C3.59533685,121.70418 3.1476216,121.256465 3.1476216,120.70418 C3.1476216,120.52092 3.19798058,120.341184 3.29319831,120.184602 L12.7112539,104.697009 C12.9982087,104.225124 13.6133698,104.075208 14.0852548,104.362163 C14.2220688,104.44536 14.3369035,104.560195 14.4201005,104.697009 Z' transform='translate(13.565750, 112.960310) rotate(-53.000000) translate(-13.565750, -112.960310) '%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  -webkit-animation: yAxis-3 30s infinite ease-in;
  -moz-animation: yAxis-3 30s infinite ease-in;
  -o-animation: yAxis-3 30s infinite ease-in;
  -ms-animation: yAxis-3 30s infinite ease-in;
  animation: yAxis-3 30s infinite ease-in;
}
.particle:nth-of-type(7),
.particle:nth-of-type(11) {
  top: 5vh;
  left: auto;
  right: 5px;
}
.particle:nth-of-type(7):after,
.particle:nth-of-type(11):after {
  width: 20px;
  height: 19px;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-animation-name: yAxis-6;
  -moz-animation-name: yAxis-6;
  -o-animation-name: yAxis-6;
  -ms-animation-name: yAxis-6;
  animation-name: yAxis-6;
  -webkit-animation-duration: 50s;
  -moz-animation-duration: 50s;
  -o-animation-duration: 50s;
  -ms-animation-duration: 50s;
  animation-duration: 50s;
}
.particle:nth-of-type(8),
.particle:nth-of-type(12) {
  top: 500px;
  right: 10vw;
  -webkit-animation-name: xAxis-7;
  -moz-animation-name: xAxis-7;
  -o-animation-name: xAxis-7;
  -ms-animation-name: xAxis-7;
  animation-name: xAxis-7;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -o-animation-duration: 10s;
  -ms-animation-duration: 10s;
  animation-duration: 10s;
}
.particle:nth-of-type(8):after,
.particle:nth-of-type(12):after {
  width: 43px;
  height: 43px;
  background-image: url("data:image/svg+xml, %3Csvg width='86px' height='86px' viewBox='0 0 86 86' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cfilter x='-27.9%25' y='-27.9%25' width='155.9%25' height='155.9%25' filterUnits='objectBoundingBox' id='f'%3E %3CfeGaussianBlur stdDeviation='3' in='SourceGraphic'%3E%3C/feGaussianBlur%3E %3C/filter%3E %3C/defs%3E %3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.100000001'%3E %3Cg transform='translate(-1089.000000, -311.000000)' stroke='%23F63333' stroke-width='14.4'%3E %3Ccircle filter='url(%23f)' cx='1132' cy='354' r='29'%3E%3C/circle%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  -webkit-animation-name: yAxis-7;
  -moz-animation-name: yAxis-7;
  -o-animation-name: yAxis-7;
  -ms-animation-name: yAxis-7;
  animation-name: yAxis-7;
  -webkit-animation-duration: 20s;
  -moz-animation-duration: 20s;
  -o-animation-duration: 20s;
  -ms-animation-duration: 20s;
  animation-duration: 20s;
}
.particle:nth-of-type(9) {
  top: 200px;
  right: 30vw;
  -webkit-animation-name: xAxis-3;
  -moz-animation-name: xAxis-3;
  -o-animation-name: xAxis-3;
  -ms-animation-name: xAxis-3;
  animation-name: xAxis-3;
  -webkit-animation-duration: 8s;
  -moz-animation-duration: 8s;
  -o-animation-duration: 8s;
  -ms-animation-duration: 8s;
  animation-duration: 8s;
}
.particle:nth-of-type(9):after {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml, %3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cfilter x='-64.6%25' y='-64.5%25' width='229.2%25' height='229.1%25' filterUnits='objectBoundingBox' id='f'%3E %3CfeGaussianBlur stdDeviation='1.95089286' in='SourceGraphic'%3E%3C/feGaussianBlur%3E %3C/filter%3E %3C/defs%3E %3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.453351449'%3E %3Cg transform='translate(-908.000000, -198.000000)' stroke='%23F63333' stroke-width='3.80000019'%3E %3Cellipse filter='url(%23f)' cx='920' cy='210.005845' rx='6' ry='6.00584531'%3E%3C/ellipse%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  -webkit-animation-name: yAxis-8;
  -moz-animation-name: yAxis-8;
  -o-animation-name: yAxis-8;
  -ms-animation-name: yAxis-8;
  animation-name: yAxis-8;
  -webkit-animation-duration: 15s;
  -moz-animation-duration: 15s;
  -o-animation-duration: 15s;
  -ms-animation-duration: 15s;
  animation-duration: 15s;
}
.particle:nth-of-type(10),
.particle:nth-of-type(11) {
  left: auto;
  right: 100px;
  -webkit-transform: rotate(25deg) scale(0.75);
  -moz-transform: rotate(25deg) scale(0.75);
  -o-transform: rotate(25deg) scale(0.75);
  -ms-transform: rotate(25deg) scale(0.75);
  transform: rotate(25deg) scale(0.75);
  -webkit-animation-name: xAxis-3;
  -moz-animation-name: xAxis-3;
  -o-animation-name: xAxis-3;
  -ms-animation-name: xAxis-3;
  animation-name: xAxis-3;
  -webkit-animation-duration: 20s;
  -moz-animation-duration: 20s;
  -o-animation-duration: 20s;
  -ms-animation-duration: 20s;
  animation-duration: 20s;
}
.particle:nth-of-type(10):after,
.particle:nth-of-type(11):after {
  -webkit-animation-name: yAxis-8;
  -moz-animation-name: yAxis-8;
  -o-animation-name: yAxis-8;
  -ms-animation-name: yAxis-8;
  animation-name: yAxis-8;
  -webkit-animation-duration: 30s;
  -moz-animation-duration: 30s;
  -o-animation-duration: 30s;
  -ms-animation-duration: 30s;
  animation-duration: 30s;
}
.particle:nth-of-type(11) {
  top: 200px;
}
.particle:nth-of-type(12) {
  top: 80px;
  left: -5px;
  right: auto;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.particle:nth-of-type(13) {
  left: 10vw;
  top: 5vh;
  -webkit-animation-name: xAxis-3;
  -moz-animation-name: xAxis-3;
  -o-animation-name: xAxis-3;
  -ms-animation-name: xAxis-3;
  animation-name: xAxis-3;
  -webkit-animation-duration: 180s;
  -moz-animation-duration: 180s;
  -o-animation-duration: 180s;
  -ms-animation-duration: 180s;
  animation-duration: 180s;
}
.particle:nth-of-type(13):after {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -webkit-transform: scale(0.5) rotate(70deg);
  -moz-transform: scale(0.5) rotate(70deg);
  -o-transform: scale(0.5) rotate(70deg);
  -ms-transform: scale(0.5) rotate(70deg);
  transform: scale(0.5) rotate(70deg);
  -webkit-animation-duration: 180s;
  -moz-animation-duration: 180s;
  -o-animation-duration: 180s;
  -ms-animation-duration: 180s;
  animation-duration: 180s;
}
@-moz-keyframes xAxis {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -moz-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -o-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -ms-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -webkit-transform: translateX(50vw);
    -moz-transform: translateX(50vw);
    -o-transform: translateX(50vw);
    -ms-transform: translateX(50vw);
    transform: translateX(50vw);
  }
}
@-webkit-keyframes xAxis {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -moz-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -o-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -ms-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -webkit-transform: translateX(50vw);
    -moz-transform: translateX(50vw);
    -o-transform: translateX(50vw);
    -ms-transform: translateX(50vw);
    transform: translateX(50vw);
  }
}
@-o-keyframes xAxis {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -moz-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -o-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -ms-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -webkit-transform: translateX(50vw);
    -moz-transform: translateX(50vw);
    -o-transform: translateX(50vw);
    -ms-transform: translateX(50vw);
    transform: translateX(50vw);
  }
}
@keyframes xAxis {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -moz-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -o-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -ms-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -webkit-transform: translateX(50vw);
    -moz-transform: translateX(50vw);
    -o-transform: translateX(50vw);
    -ms-transform: translateX(50vw);
    transform: translateX(50vw);
  }
}
@-moz-keyframes xAxis-3 {
  50% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}
@-webkit-keyframes xAxis-3 {
  50% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}
@-o-keyframes xAxis-3 {
  50% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}
@keyframes xAxis-3 {
  50% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}
@-moz-keyframes xAxis-4 {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -moz-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -o-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -ms-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@-webkit-keyframes xAxis-4 {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -moz-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -o-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -ms-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@-o-keyframes xAxis-4 {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -moz-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -o-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -ms-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@keyframes xAxis-4 {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -moz-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -o-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -ms-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@-moz-keyframes xAxis-5 {
  50% {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@-webkit-keyframes xAxis-5 {
  50% {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@-o-keyframes xAxis-5 {
  50% {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@keyframes xAxis-5 {
  50% {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@-moz-keyframes xAxis-7 {
  50% {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes xAxis-7 {
  50% {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-o-keyframes xAxis-7 {
  50% {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes xAxis-7 {
  50% {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-moz-keyframes yAxis {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    -moz-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    -o-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    -ms-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
  }
}
@-webkit-keyframes yAxis {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    -moz-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    -o-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    -ms-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
  }
}
@-o-keyframes yAxis {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    -moz-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    -o-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    -ms-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
  }
}
@keyframes yAxis {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    -moz-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    -o-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    -ms-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
  }
}
@-moz-keyframes yAxis-3 {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -moz-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -o-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -ms-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -webkit-transform: translateY(400px);
    -moz-transform: translateY(400px);
    -o-transform: translateY(400px);
    -ms-transform: translateY(400px);
    transform: translateY(400px);
  }
}
@-webkit-keyframes yAxis-3 {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -moz-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -o-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -ms-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -webkit-transform: translateY(400px);
    -moz-transform: translateY(400px);
    -o-transform: translateY(400px);
    -ms-transform: translateY(400px);
    transform: translateY(400px);
  }
}
@-o-keyframes yAxis-3 {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -moz-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -o-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -ms-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -webkit-transform: translateY(400px);
    -moz-transform: translateY(400px);
    -o-transform: translateY(400px);
    -ms-transform: translateY(400px);
    transform: translateY(400px);
  }
}
@keyframes yAxis-3 {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -moz-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -o-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -ms-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -webkit-transform: translateY(400px);
    -moz-transform: translateY(400px);
    -o-transform: translateY(400px);
    -ms-transform: translateY(400px);
    transform: translateY(400px);
  }
}
@-moz-keyframes yAxis-5 {
  50% {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translateY(-450px);
    -moz-transform: translateY(-450px);
    -o-transform: translateY(-450px);
    -ms-transform: translateY(-450px);
    transform: translateY(-450px);
  }
}
@-webkit-keyframes yAxis-5 {
  50% {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translateY(-450px);
    -moz-transform: translateY(-450px);
    -o-transform: translateY(-450px);
    -ms-transform: translateY(-450px);
    transform: translateY(-450px);
  }
}
@-o-keyframes yAxis-5 {
  50% {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translateY(-450px);
    -moz-transform: translateY(-450px);
    -o-transform: translateY(-450px);
    -ms-transform: translateY(-450px);
    transform: translateY(-450px);
  }
}
@keyframes yAxis-5 {
  50% {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translateY(-450px);
    -moz-transform: translateY(-450px);
    -o-transform: translateY(-450px);
    -ms-transform: translateY(-450px);
    transform: translateY(-450px);
  }
}
@-moz-keyframes yAxis-6 {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.2, 0.51, 0.31, 0.5);
    -moz-animation-timing-function: cubic-bezier(0.2, 0.51, 0.31, 0.5);
    -o-animation-timing-function: cubic-bezier(0.2, 0.51, 0.31, 0.5);
    -ms-animation-timing-function: cubic-bezier(0.2, 0.51, 0.31, 0.5);
    animation-timing-function: cubic-bezier(0.2, 0.51, 0.31, 0.5);
    -webkit-transform: translateY(350px);
    -moz-transform: translateY(350px);
    -o-transform: translateY(350px);
    -ms-transform: translateY(350px);
    transform: translateY(350px);
  }
}
@-webkit-keyframes yAxis-6 {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.2, 0.51, 0.31, 0.5);
    -moz-animation-timing-function: cubic-bezier(0.2, 0.51, 0.31, 0.5);
    -o-animation-timing-function: cubic-bezier(0.2, 0.51, 0.31, 0.5);
    -ms-animation-timing-function: cubic-bezier(0.2, 0.51, 0.31, 0.5);
    animation-timing-function: cubic-bezier(0.2, 0.51, 0.31, 0.5);
    -webkit-transform: translateY(350px);
    -moz-transform: translateY(350px);
    -o-transform: translateY(350px);
    -ms-transform: translateY(350px);
    transform: translateY(350px);
  }
}
@-o-keyframes yAxis-6 {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.2, 0.51, 0.31, 0.5);
    -moz-animation-timing-function: cubic-bezier(0.2, 0.51, 0.31, 0.5);
    -o-animation-timing-function: cubic-bezier(0.2, 0.51, 0.31, 0.5);
    -ms-animation-timing-function: cubic-bezier(0.2, 0.51, 0.31, 0.5);
    animation-timing-function: cubic-bezier(0.2, 0.51, 0.31, 0.5);
    -webkit-transform: translateY(350px);
    -moz-transform: translateY(350px);
    -o-transform: translateY(350px);
    -ms-transform: translateY(350px);
    transform: translateY(350px);
  }
}
@keyframes yAxis-6 {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.2, 0.51, 0.31, 0.5);
    -moz-animation-timing-function: cubic-bezier(0.2, 0.51, 0.31, 0.5);
    -o-animation-timing-function: cubic-bezier(0.2, 0.51, 0.31, 0.5);
    -ms-animation-timing-function: cubic-bezier(0.2, 0.51, 0.31, 0.5);
    animation-timing-function: cubic-bezier(0.2, 0.51, 0.31, 0.5);
    -webkit-transform: translateY(350px);
    -moz-transform: translateY(350px);
    -o-transform: translateY(350px);
    -ms-transform: translateY(350px);
    transform: translateY(350px);
  }
}
@-moz-keyframes yAxis-7 {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -moz-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -o-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -ms-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes yAxis-7 {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -moz-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -o-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -ms-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-o-keyframes yAxis-7 {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -moz-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -o-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -ms-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes yAxis-7 {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -moz-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -o-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -ms-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-moz-keyframes yAxis-8 {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -moz-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -o-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -ms-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes yAxis-8 {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -moz-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -o-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -ms-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-o-keyframes yAxis-8 {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -moz-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -o-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -ms-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes yAxis-8 {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -moz-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -o-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -ms-animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    animation-timing-function: cubic-bezier(0.02, 0.01, 0.32, 0.73);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.mb-homepage-new {
  color: #27364e;
}
.mb-homepage-new #content {
  margin-top: 0;
}
.mb-homepage-new #content #content_1 {
  position: relative;
  background-image: -webkit-linear-gradient(270deg, #fff 0%, #f6f6f9 100%);
  background-image: -moz-linear-gradient(270deg, #fff 0%, #f6f6f9 100%);
  background-image: -o-linear-gradient(270deg, #fff 0%, #f6f6f9 100%);
  background-image: -ms-linear-gradient(270deg, #fff 0%, #f6f6f9 100%);
  background-image: linear-gradient(-180deg, #fff 0%, #f6f6f9 100%);
}
.mb-homepage-new #content #content_4 {
  position: relative;
  background: #fafafc;
}
.mb-homepage-new #content #content_4 #sec8_bg {
  position: absolute;
  width: 245px;
  height: 245px;
  top: 166px;
  left: -106px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(284deg, #fafafc 0%, #f4f4f7 100%);
  background-image: -moz-linear-gradient(284deg, #fafafc 0%, #f4f4f7 100%);
  background-image: -o-linear-gradient(284deg, #fafafc 0%, #f4f4f7 100%);
  background-image: -ms-linear-gradient(284deg, #fafafc 0%, #f4f4f7 100%);
  background-image: linear-gradient(-194deg, #fafafc 0%, #f4f4f7 100%);
}
.mb-homepage-new #content #content_5 {
  margin: 0 auto;
  padding: 0 5.5rem;
  max-width: 90rem;
}
@media (max-width: 768px) {
  .mb-homepage-new #content #content_5 {
    padding: 0 3rem;
  }
}
@media (max-width: 640px) {
  .mb-homepage-new #content #content_5 {
    padding: 0;
  }
}
.mb-homepage-new section {
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 640px) {
  .mb-homepage-new section {
    padding: 0 1.5rem;
  }
}
.mb-homepage-new section h1,
.mb-homepage-new section h2,
.mb-homepage-new section figure {
  margin: 0;
}
.mb-homepage-new .video-launcher {
  width: 4rem;
  height: 4rem;
  margin-left: -2rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.mb-homepage-new .video-launcher:before {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2218%22%20viewBox%3D%220%200%2013%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.462%208.868L.515%2017.184V.55z%22%20stroke%3D%22%23F55D54%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 1px 0 0 2px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mb-homepage-new .video-cover:hover .video-launcher {
  background-color: #eb5648;
}
.mb-homepage-new .video-cover:hover .video-launcher:before {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2219%22%20viewBox%3D%220%200%2013%2019%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke%3D%22%23FFF%22%20fill%3D%22%23FFF%22%20d%3D%22M12.947%209.317L1%2017.633V1z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.mb-homepage-new section.quote,
.mb-homepage-new #sec8,
.mb-homepage-new #sec9,
.mb-enterprise-case-detail #sec3 {
  margin: 4.5rem auto;
  max-width: 90rem;
}
@media (max-width: 640px) {
}
#sec2 .sec2_content ul li:before {
  width: 77px;
  height: 77px;
  -webkit-background-size: 462px;
  -moz-background-size: 462px;
  background-size: 462px;
  background-image: url("/static/img/homepage/sec2-sprite.png");
}
#sec2 .sec2_content ul li.desgin:before {
  background-position: 0px 0px;
}
#sec2 .sec2_content ul li.interact:before {
  background-position: -77px 0px;
}
#sec2 .sec2_content ul li.label:before {
  background-position: -154px 0px;
}
#sec2 .sec2_content ul li.material:before {
  background-position: -231px 0px;
}
#sec2 .sec2_content ul li.cloudCooperation:before {
  background-position: -308px 0px;
}
#sec2 .sec2_content ul li.future:before {
  background-position: -385px 0px;
}
#sec8 ul.team_desc li:before {
  background-image: url("/static/img/homepage/sec8_sprite.png");
  height: 80px;
  -webkit-background-size: auto 560px;
  -moz-background-size: auto 560px;
  background-size: auto 560px;
}
#sec8 ul.team_desc li.team_card_1:before {
  background-position: 0 0;
  width: 182px;
}
#sec8 ul.team_desc li.team_card_2:before {
  background-position: 0 -80px;
  width: 108px;
}
#sec8 ul.team_desc li.team_card_3:before {
  background-position: 0 -160px;
  width: 146px;
}
#sec8 ul.team_desc li.team_card_4:before {
  background-position: 0 -240px;
  width: 191px;
}
@media (max-width: 890px) {
  #sec8 ul.team_desc li.team_card_4:before {
    width: auto;
  }
}
@media (max-width: 890px) and (max-width: 770px) {
  #sec8 ul.team_desc li.team_card_4:before {
    width: 191px;
  }
}
#sec8 ul.team_desc li.team_card_5:before {
  background-position: 0 -320px;
  width: 223px;
}
@media (max-width: 890px) {
  #sec8 ul.team_desc li.team_card_5:before {
    width: auto;
  }
}
@media (max-width: 890px) and (max-width: 770px) {
  #sec8 ul.team_desc li.team_card_5:before {
    width: 223px;
  }
}
#sec8 ul.team_desc li.team_card_6:before {
  background-position: 0 -400px;
  width: 74px;
}
#sec8 ul.team_desc li.team_card_7:before {
  background-position: 0 -480px;
  width: 116px;
}
.mb-homepage-new #sec1 {
  position: static;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: calc(66px + 3.875rem);
  padding-bottom: 2rem;
  /*background-image: url("/static/img/homepage/sec1-bg.svg");*/
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .mb-homepage-new #sec1 {
    -webkit-background-size: 95% auto;
    -moz-background-size: 95% auto;
    background-size: 95% auto;
  }
}
.mb-homepage-new #sec1 .video-cover {
  margin-top: 8px;
}
.mb-homepage-new #sec1 #sec1_bg {
  position: absolute;
  width: 245px;
  height: 245px;
  top: 50%;
  left: -80px;
  height: 245px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(284deg, #fafafc 0%, #f4f4f7 100%);
  background-image: -moz-linear-gradient(284deg, #fafafc 0%, #f4f4f7 100%);
  background-image: -o-linear-gradient(284deg, #fafafc 0%, #f4f4f7 100%);
  background-image: -ms-linear-gradient(284deg, #fafafc 0%, #f4f4f7 100%);
  background-image: linear-gradient(-194deg, #fafafc 0%, #f4f4f7 100%);
}
.mb-homepage-new #sec1 .content {
  width: 100%;
}
.mb-homepage-new #sec1 h2 {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
  white-space: nowrap;
}
.mb-homepage-new #sec1 h2:lang(en) {
  line-height: 1.3;
}
.mb-homepage-new #sec1 .md_title {
  font-size: 3.125rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
@media (max-width: 640px) {
  .mb-homepage-new #sec1 .md_title {
    font-size: 1.625rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .mb-homepage-new #sec1 h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 640px) {
  .mb-homepage-new #sec1 h2 {
    font-size: 0.875rem;
  }
}
.mb-homepage-new #sec1 a.to-workspace {
  margin: 2.5rem 0;
  padding: 0 1em;
  min-width: 9.125rem;
  height: 2.375rem;
  font-size: 0.875rem;
  border: none;
  border-radius: 2px;
  background-color: #ff6161;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
@media (max-width: 640px) {
  .mb-homepage-new #sec1 a.to-workspace {
    margin: 1.5rem 0;
  }
}
.mb-homepage-new #sec1 a.to-workspace:hover {
  background: #ec4954 !important;
  border: none !important;
}
.mb-homepage-new #sec1 figure {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mb-homepage-new #sec1 figure:lang(en) {
  display: none;
}
.mb-homepage-new #sec1 figure figcaption {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin-bottom: 1em;
  color: #a9afb8;
}
.mb-homepage-new #sec1 figure ul.platform {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.mb-homepage-new #sec1 figure ul.platform li {
  margin: 0 1em;
  height: 34px;
  background-image: url(/webpack/platforms.4950880936aad3232a4046dc53599e04.png);
}
@media (max-width: 640px) {
  .mb-homepage-new #sec1 figure ul.platform {
    width: 20rem;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 6rem;
  }
  .mb-homepage-new #sec1 figure ul.platform li {
    margin: 0 0.5em;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.mb-homepage-new #sec1 .video-cover {
  position: relative;
  width: 960px;
  height: 539px;
}
@media (max-width: 640px) {
  .mb-homepage-new #sec1 .video-cover {
    width: 327px;
    height: 185px;
  }
}
@media (max-width: 320px) {
  .mb-homepage-new #sec1 .video-cover {
    width: 293px;
    height: 163px;
  }
}
@media (min-width: 640px) and (max-width: 1024px) {
  .mb-homepage-new #sec1 .video-cover {
    width: 600px;
    height: 341px;
  }
}
.mb-homepage-new #sec1 .video-cover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: calc(100% - 1px);
  height: 100%;
  background-color: rgba(204,204,204,0.8);
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mb-homepage-new #sec1 .video-cover:hover:after {
  background-color: #f5f5f5;
}
.mb-homepage-new #sec1 .video-cover .video-launcher {
  position: absolute;
  left: 50%;
  bottom: 50%;
  z-index: 7;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.mb-homepage-new #sec1 .video-cover .screenshot {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.mb-homepage-new #sec1 .video-cover .screenshot img {
  display: block;
  width: 100%;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.1));
}
.mb-homepage-new .teamwork:lang(en) {
  margin-top: 5rem;
}
.mb-homepage-new .teamwork {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 640px) {
  .mb-homepage-new .teamwork {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 110px;
  }
}
@media (max-width: 1500px) {
  .mb-homepage-new .teamwork {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.mb-homepage-new .teamwork span {
  font-size: 2.375rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (max-width: 640px) {
  .mb-homepage-new .teamwork span {
    font-size: 1.25rem;
    font-weight: 400;
  }
}
.mb-homepage-new .teamwork .line {
  position: absolute;
  top: 77px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 48px;
  height: 4px;
  background-color: #f00;
  background-image: -webkit-linear-gradient(45deg, #ff1656 0%, #ff6161 100%);
  background-image: -moz-linear-gradient(45deg, #ff1656 0%, #ff6161 100%);
  background-image: -o-linear-gradient(45deg, #ff1656 0%, #ff6161 100%);
  background-image: -ms-linear-gradient(45deg, #ff1656 0%, #ff6161 100%);
  background-image: linear-gradient(45deg, #ff1656 0%, #ff6161 100%);
  border-radius: 4px;
}
@media (max-width: 640px) {
  .mb-homepage-new .teamwork .line {
    top: 40px;
  }
}
.mb-homepage-new .teamwork a {
  background-position: center;
  height: 46px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  margin-top: 137px;
  cursor: pointer;
  display: block;
}
@media (max-width: 640px) {
  .mb-homepage-new .teamwork a {
    margin-top: 60px;
  }
}
.mb-homepage-new .teamwork .uichina {
  background-image: url("/images/landing/homepage/new_1/uichina.png");
  width: 98px;
}
@media (max-width: 640px) {
  .mb-homepage-new .teamwork .uichina {
    width: 70px;
  }
}
.mb-homepage-new .teamwork .fangzheng {
  background-image: url("/images/landing/homepage/new_1/fangzheng.png");
  width: 113px;
  margin-left: 9rem;
  margin-right: 9rem;
}
@media (max-width: 640px) {
  .mb-homepage-new .teamwork .fangzheng {
    width: 80px;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.mb-homepage-new .teamwork .veer {
  background-image: url("/images/landing/homepage/new_1/veer.png");
  width: 77px;
}
@media (max-width: 640px) {
  .mb-homepage-new .teamwork .veer {
    width: 54px;
  }
}
.mb-homepage-new #sec2 {
  padding: 7.5rem 6rem 5.5rem;
}
@media (max-width: 1024px) {
  .mb-homepage-new #sec2 {
    padding: 5rem 3rem;
  }
}
@media (max-width: 640px) {
  .mb-homepage-new #sec2 {
    padding: 0.5rem 1.5em 2rem;
  }
}
.mb-homepage-new #sec2 h2 {
  font-size: 2.375rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .mb-homepage-new #sec2 h2 {
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 1rem;
  }
}
.mb-homepage-new #sec2 #usesystem {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.mb-homepage-new #sec2 #usesystem .system {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 2.6rem;
  cursor: pointer;
}
.mb-homepage-new #sec2 #usesystem .system:last-child {
  margin: 0;
}
.mb-homepage-new #sec2 #usesystem .system span {
  margin-left: 0.75rem;
  color: #415058;
}
@media (max-width: 640px) {
  .mb-homepage-new #sec2 #usesystem .system {
    font-size: 0.75rem;
    margin-right: 1.125rem;
  }
}
.mb-homepage-new #sec2 .sec2_content ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 75rem;
  margin: 3.125rem auto 0;
}
@media (max-width: 640px) {
  .mb-homepage-new #sec2 .sec2_content ul {
    margin: 1.5rem auto 0;
    width: 100%;
  }
}
.mb-homepage-new #sec2 .sec2_content ul li {
  width: 31%;
  margin-bottom: 3rem;
  text-align: center;
  color: #1f292e;
  background: #fff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.06);
  box-shadow: 0 2px 20px 0 rgba(0,0,0,0.06);
  border-radius: 4px;
  color: #1f292e;
  cursor: pointer;
  -webkit-transition: -webkit-transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: -moz-transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: -o-transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: -ms-transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 640px) {
  .mb-homepage-new #sec2 .sec2_content ul li {
    width: 48%;
    margin-bottom: 0.6rem;
  }
}
.mb-homepage-new #sec2 .sec2_content ul li p {
  color: #415058;
}
.mb-homepage-new #sec2 .sec2_content ul li .title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media (max-width: 640px) {
  .mb-homepage-new #sec2 .sec2_content ul li .title {
    font-size: 18px;
  }
}
.mb-homepage-new #sec2 .sec2_content ul li .desc {
  line-height: 1.375rem;
  padding: 0 1rem 1.25rem;
  margin-top: 0;
}
@media (max-width: 640px) {
  .mb-homepage-new #sec2 .sec2_content ul li .desc {
    padding: 0 1rem 1rem;
  }
}
@media (max-width: 360px) {
  .mb-homepage-new #sec2 .sec2_content ul li .desc {
    padding: 0 0.5rem 1rem;
  }
}
@media (max-width: 320px) {
  .mb-homepage-new #sec2 .sec2_content ul li .desc {
    padding: 0 0.2rem 0.5rem;
  }
}
.mb-homepage-new #sec2 .sec2_content ul li:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  margin: 2.5rem auto 2rem;
}
@media (max-width: 640px) {
  .mb-homepage-new #sec2 .sec2_content ul li:before {
    margin: 2rem auto 0;
    -webkit-transform: translateY(-5px) scale(0.75);
    -moz-transform: translateY(-5px) scale(0.75);
    -o-transform: translateY(-5px) scale(0.75);
    -ms-transform: translateY(-5px) scale(0.75);
    transform: translateY(-5px) scale(0.75);
  }
}
.mb-homepage-new #sec2 .sec2_content ul li:hover {
  -webkit-box-shadow: 0 1rem 2rem rgba(0,0,0,0.1);
  box-shadow: 0 1rem 2rem rgba(0,0,0,0.1);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.mb-homepage-new #sec2 .desc em {
  font-size: 1.5rem;
  font-style: normal;
}
.mb-homepage-new #sec2 a.to-workspace,
.mb-homepage-new #sec2 button.to-fast-signup {
  min-width: 10rem;
  height: 3.125rem;
  font-size: 1rem;
  margin: 3.75rem 0;
}
.mb-homepage-new #sec2 figure:lang(en) {
  display: none;
}
.mb-homepage-new #sec2 figure img {
  width: 100%;
}
.mb-homepage-new #sec2 figure img {
  width: 90%;
  max-width: 48rem;
}
@media (max-width: 640px) {
  .mb-homepage-new #sec2 figure img {
    width: 17.75rem;
  }
}
.mb-homepage-new #sec2 figure figcaption {
  margin-top: 3em;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mb-homepage-new #sec2 ul.platform {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1rem auto;
  width: 80%;
}
@media not all and (max-width: 640px) {
  .mb-homepage-new #sec2 ul.platform {
    max-width: 60rem;
    max-height: 20rem;
  }
}
@media (max-width: 640px) {
  .mb-homepage-new #sec2 ul.platform {
    width: 100%;
  }
}
.mb-homepage-new #sec2 ul.platform li {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
  margin: 0.75rem 0;
  height: 50px;
}
.mb-homepage-new #sec2 ul.platform li:before {
  content: '';
  margin: 0 auto;
  display: block;
  min-width: 20px;
  height: 50px;
  background-image: url("/images/landing/homepage/new/join-them.png");
  -webkit-background-size: auto 250px;
  -moz-background-size: auto 250px;
  background-size: auto 250px;
}
@media (max-width: 640px) {
  .mb-homepage-new #sec2 ul.platform li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 33.3%;
    -ms-flex: 33.3%;
    flex: 33.3%;
    margin: 0.25rem 0;
  }
  .mb-homepage-new #sec2 ul.platform li:before {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: center left;
    -moz-transform-origin: center left;
    -o-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
  }
}
.mb-homepage-new section.quote {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 8rem 5rem 1rem;
  line-height: 1.7;
  text-align: start;
  margin: 0 auto;
  max-width: 87rem;
}
@media (max-width: 1024px) {
  .mb-homepage-new section.quote .content {
    padding: 3rem 4rem 2rem;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .mb-homepage-new section.quote .content {
    padding: 3rem 1.5rem 1rem;
  }
}
@media (max-width: 1024px) {
  .mb-homepage-new section.quote {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
  }
}
.mb-homepage-new section.quote:nth-of-type(odd) .screenshotBg {
  right: 0.375rem;
  top: 8rem;
}
@media (max-width: 1024px) {
  .mb-homepage-new section.quote:nth-of-type(odd) .screenshotBg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@media not all and (max-width: 1024px) {
  .mb-homepage-new section.quote:nth-of-type(odd) .screenshot {
    margin-left: 1rem;
  }
}
.mb-homepage-new section.quote:nth-of-type(even) .screenshotBg {
  left: 0.375rem;
  top: 8rem;
}
@media (max-width: 1024px) {
  .mb-homepage-new section.quote:nth-of-type(even) .screenshotBg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@media not all and (max-width: 1024px) {
  .mb-homepage-new section.quote:nth-of-type(even) .screenshot {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-right: 1rem;
  }
  .mb-homepage-new section.quote:nth-of-type(even) .content {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.mb-homepage-new section.quote .screenshot {
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .mb-homepage-new section.quote .screenshot {
    width: 100%;
    height: auto;
  }
}
.mb-homepage-new section.quote .screenshotBg {
  position: absolute;
  z-index: -1;
}
@media not all and (max-width: 1024px) {
  .mb-homepage-new section.quote .screenshotBg {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 650px;
    -ms-flex: 0 0 650px;
    flex: 0 0 650px;
  }
}
@media (max-width: 1024px) {
  .mb-homepage-new section.quote .screenshotBg {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media (max-width: 640px) {
  .mb-homepage-new section.quote .screenshotBg {
    width: 328px;
    height: 328px;
  }
}
.mb-homepage-new #content2 .screenshot {
  max-width: 706px;
  width: 60%;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .mb-homepage-new #content2 .screenshot {
    width: 100%;
    max-width: 100%;
  }
}
.mb-homepage-new #content2 .content {
  max-width: 434px;
  text-align: left;
}
@media (max-width: 1024px) {
  .mb-homepage-new #content2 .content {
    max-width: 50rem;
  }
}
@media (max-width: 640px) {
  .mb-homepage-new #content2 .content {
    max-width: 100%;
  }
}
.mb-homepage-new #content2 .content .sec_tips {
  font-size: 1em;
  color: #5b6b73;
}
@media (max-width: 640px) {
  .mb-homepage-new #content2 .content .sec_tips {
    font-size: 0.75rem;
  }
}
.mb-homepage-new #content2 .content .sec_title {
  margin: 0.5rem 0 1.875rem;
  font-size: 2.875rem;
  font-weight: 500;
  line-height: 1.4;
  color: #1f292e;
}
@media (max-width: 640px) {
  .mb-homepage-new #content2 .content .sec_title {
    font-size: 1.5rem;
    margin: 0.5rem 0 1rem;
  }
}
.mb-homepage-new #content2 p {
  color: #5b6b73;
  font-size: 1rem;
  font-weight: 300;
}
@media (max-width: 640px) {
  .mb-homepage-new #content2 p {
    font-size: 1em;
  }
}
.mb-homepage-new #content2 .sec_desc_nomargin {
  margin-top: -1rem;
}
.mb-homepage-new #content2 .secquote_list li {
  padding: 6px 0;
  font-size: 17px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #1f292e;
}
@media (max-width: 640px) {
  .mb-homepage-new #content2 .secquote_list li {
    font-size: 1rem;
  }
}
.mb-homepage-new #content2 .secquote_list li:before {
  content: '';
  display: inline-block;
  background: #ff6161;
  border-radius: 3px;
  width: 6px;
  height: 6px;
  margin-right: 12px;
}
.mb-homepage-new #content2 .quote-author:before {
  margin: 0 0.5em 0 -0.25em;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.5625rem;
}
.mb-homepage-new #content2 .quote-author:lang(en):before {
  vertical-align: middle;
}
.mb-homepage-new #content2 em {
  color: #eb5648;
}
.mb-homepage-new #sec3 {
  padding-top: 7.5rem;
}
.mb-homepage-new #sec3 .screenshotBg {
  top: 7.5rem;
}
@media (max-width: 1024px) {
  .mb-homepage-new #sec3 {
    padding-top: 3rem;
  }
}
@media (max-width: 640px) {
  .mb-homepage-new #sec3 {
    padding-top: 0;
  }
}
#sec4 .screenshot {
  text-align: start;
}
#sec4 .screenshot img {
  filter: none;
}
@media (max-width: 640px) {
  #sec4 .screenshot {
    height: auto;
  }
}
.mb-homepage-new #sec7 .screenshot img {
  width: 706px;
  height: 528px;
}
@media (max-width: 1024px) {
  .mb-homepage-new #sec7 .screenshot img {
    width: 100%;
    height: 100%;
  }
}
.mb-homepage-new #sec8 h2 {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .mb-homepage-new #sec8 h2 {
    font-size: 2em;
  }
}
.mb-homepage-new .sec_other {
  padding: 0 5rem;
  margin: 0 auto;
  max-width: 87rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: unset;
}
@media (max-width: 1024px) {
  .mb-homepage-new .sec_other {
    padding: 3rem 1.5rem 0;
  }
}
.mb-homepage-new .sec_other .screenshotBg {
  position: absolute;
  bottom: -35px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .mb-homepage-new .sec_other .screenshotBg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.mb-homepage-new .sec_other .screenshot_content {
  margin-bottom: 3.7rem;
  padding-top: 8rem;
}
@media (max-width: 1024px) {
  .mb-homepage-new .sec_other .screenshot_content {
    margin-bottom: 0.875rem;
    padding: 3rem 4rem 2rem;
    text-align: start;
  }
}
@media (max-width: 640px) {
  .mb-homepage-new .sec_other .screenshot_content {
    padding: 3rem 0 1rem;
  }
}
.mb-homepage-new .sec_other .screenshot_content .sec_tips {
  color: #5b6b73;
  font-size: 1em;
}
@media (max-width: 640px) {
  .mb-homepage-new .sec_other .screenshot_content .sec_tips {
    font-size: 0.75rem;
  }
}
.mb-homepage-new .sec_other .screenshot_content .sec_title {
  font-size: 2.875rem;
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  line-height: 1.4;
  color: #1f292e;
}
@media (max-width: 640px) {
  .mb-homepage-new .sec_other .screenshot_content .sec_title {
    font-size: 1.5rem;
    margin: 0.5rem 0 1rem;
  }
}
.mb-homepage-new .sec_other .screenshot_content .sec_desc {
  color: #5b6b73;
  font-size: 1rem;
  font-weight: 300;
  margin: 6px 0px;
}
@media (max-width: 640px) {
  .mb-homepage-new .sec_other .screenshot_content .sec_desc {
    text-align: justify;
    font-size: 0.8rem;
  }
}
.mb-homepage-new .sec_other .screenshot_content .goenterprise {
  display: inline;
  text-decoration: underline;
  color: #5b6b73;
}
.mb-homepage-new .sec_other .screenshot_content .goenterprise:hover {
  color: #298df8;
}
.mb-homepage-new .sec_other .screenshot_other {
  height: 100%;
}
.mb-homepage-new .sec_other .screenshot_other img {
  width: 100%;
}
@media (max-width: 640px) {
  .mb-homepage-new .sec_other .screenshot_other {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.mb-homepage-new .sec_other .footer_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-top: 2rem;
}
@media (max-width: 640px) {
  .mb-homepage-new .sec_other .footer_content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.mb-homepage-new .sec_other .footer_content li {
  font-size: 1.18rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 640px) {
  .mb-homepage-new .sec_other .footer_content li {
    font-size: 1rem;
    padding: 1rem 0;
  }
}
.mb-homepage-new .sec_other .footer_content li:before {
  content: '';
  display: inline-block;
  background: #ff6161;
  border-radius: 3px;
  width: 6px;
  height: 6px;
  margin-right: 1rem;
}
.mb-homepage-new #sec8 {
  padding: 7rem 3.6rem 5.5rem;
  height: auto;
  border: 0;
}
@media (max-width: 768px) {
  .mb-homepage-new #sec8 {
    padding: 4rem 3rem 2rem;
  }
}
@media (max-width: 640px) {
  .mb-homepage-new #sec8 {
    padding: 4rem 1.5rem 2rem;
    margin-bottom: 3rem;
  }
}
.mb-homepage-new #sec8 h2 {
  font-size: 2.375rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
@media (max-width: 640px) {
  .mb-homepage-new #sec8 h2 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0;
  }
}
@media (max-width: 320px) {
  .mb-homepage-new #sec8 h2 {
    font-size: 19px;
  }
}
.mb-homepage-new #sec8 h2 + .desc {
  font-size: 0.875rem;
  color: #5b6b73;
  margin-top: 1.5rem;
}
.mb-homepage-new #sec8 h3 {
  margin-bottom: 0.25em;
  font-size: 1.75rem;
  color: #525e71;
}
@media (max-width: 640px) {
  .mb-homepage-new #sec8 h3 {
    font-size: 1.7em;
  }
}
.mb-homepage-new #sec8 .arrow_wrap .arrow {
  position: absolute;
  display: inline-block;
  line-height: 1.875rem;
  top: 50%;
  cursor: pointer;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url("/static/img/homepage/icon_arrow.svg");
}
.mb-homepage-new #sec8 .arrow_wrap .arrow:hover,
.mb-homepage-new #sec8 .arrow_wrap .arrow:active {
  background-image: url("/images/landing/homepage/new_1/icon/icon_arrow_hover.svg");
}
.mb-homepage-new #sec8 .arrow_wrap #left {
  left: 1.5rem;
  -webkit-transform: translateY(140%) rotate(180deg);
  -moz-transform: translateY(140%) rotate(180deg);
  -o-transform: translateY(140%) rotate(180deg);
  -ms-transform: translateY(140%) rotate(180deg);
  transform: translateY(140%) rotate(180deg);
}
@media (max-width: 768px) {
  .mb-homepage-new #sec8 .arrow_wrap #left {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.mb-homepage-new #sec8 .arrow_wrap #right {
  right: 2rem;
  -webkit-transform: translateY(140%);
  -moz-transform: translateY(140%);
  -o-transform: translateY(140%);
  -ms-transform: translateY(140%);
  transform: translateY(140%);
}
@media (max-width: 768px) {
  .mb-homepage-new #sec8 .arrow_wrap #right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.mb-homepage-new #sec8 #team_wrap {
  position: relative;
  height: 22rem;
  overflow: hidden;
  padding: 0 24px 24px;
}
@media (max-width: 768px) {
  .mb-homepage-new #sec8 #team_wrap {
    margin: 2.5rem 0 0;
    height: auto;
  }
}
@media (max-width: 640px) {
  .mb-homepage-new #sec8 #team_wrap {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .mb-homepage-new #sec8 #team_wrap ul.show_more {
    height: auto !important;
  }
}
.mb-homepage-new #sec8 #team_wrap ul.team_desc {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mb-homepage-new #sec8 #team_wrap ul.team_desc {
    height: 59rem;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .mb-homepage-new #sec8 #team_wrap ul.team_desc {
    height: 58rem;
  }
}
.mb-homepage-new #sec8 #team_wrap ul.team_desc li {
  position: absolute;
  top: 20px;
  height: 17.625rem;
  color: #415058;
  line-height: 2em;
  background: #fff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.06);
  box-shadow: 0 2px 20px 0 rgba(0,0,0,0.06);
  border-radius: 4px;
  padding: 0 0 1.25rem;
  -webkit-transition: -webkit-transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1), left 0.3s;
  -moz-transition: -moz-transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1), left 0.3s;
  -o-transition: -o-transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1), left 0.3s;
  -ms-transition: -ms-transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1), left 0.3s;
  transition: transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1), left 0.3s;
  margin-right: 41px;
  width: calc((100% - 41px * 2 - 24px * 2) / 3);
  min-width: calc((100% - 41px * 2 - 24px * 2) / 3);
  cursor: pointer;
  max-width: 400px;
}
@media (max-width: 1024px) {
  .mb-homepage-new #sec8 #team_wrap ul.team_desc li {
    padding: 0 1rem;
  }
}
@media (max-width: 960px) {
  .mb-homepage-new #sec8 #team_wrap ul.team_desc li {
    height: 19rem;
  }
}
@media (max-width: 768px) {
  .mb-homepage-new #sec8 #team_wrap ul.team_desc li {
    padding: 0 2rem;
  }
}
@media (max-width: 640px) {
  .mb-homepage-new #sec8 #team_wrap ul.team_desc li {
    font-size: 0.875rem;
    padding: 0 1rem;
    height: auto;
  }
}
.mb-homepage-new #sec8 #team_wrap ul.team_desc li:hover {
  -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 15px 0 rgba(0,0,0,0.12);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media (max-width: 960px) {
  .mb-homepage-new #sec8 #team_wrap ul.team_desc li:hover {
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.06);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.06);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.mb-homepage-new #sec8 #team_wrap ul.team_desc li:nth-child(3) {
  left: 24px;
}
.mb-homepage-new #sec8 #team_wrap ul.team_desc li:nth-child(4) {
  left: calc(((100% - 41px * 2 - 24px * 2) / 3) + 65px);
}
.mb-homepage-new #sec8 #team_wrap ul.team_desc li:nth-child(5) {
  left: calc((((100% - 41px * 2 - 24px * 2) / 3) + 41px) * 2 + 24px);
}
.mb-homepage-new #sec8 #team_wrap ul.team_desc li:nth-child(1) {
  left: calc(((-100% + 41px * 2 + 24px * 2) / 3) - 65px);
}
.mb-homepage-new #sec8 #team_wrap ul.team_desc li:nth-child(2) {
  left: calc(((-100% + 41px * 2 + 24px * 2) / 3) - 65px);
}
.mb-homepage-new #sec8 #team_wrap ul.team_desc li:nth-child(6) {
  left: calc((((100% - 41px * 2 - 24px * 2) / 3) + 41px) * 3 + 44px);
}
.mb-homepage-new #sec8 #team_wrap ul.team_desc li:nth-child(7) {
  left: calc((((100% - 41px * 2 - 24px * 2) / 3) + 41px) * 3 + 44px);
}
.mb-homepage-new #sec8 #team_wrap ul.team_desc li:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  margin: 1rem auto;
}
@media (max-width: 960px) {
  .mb-homepage-new #sec8 #team_wrap ul.team_desc li:before {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    margin: 0.5rem auto;
  }
}
@media (max-width: 768px) {
  .mb-homepage-new #sec8 #team_wrap ul.team_desc li:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 640px) {
  .mb-homepage-new #sec8 #team_wrap ul.team_desc li:before {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.mb-homepage-new #sec8 #team_wrap ul.team_desc li .card_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 97;
}
@media (max-width: 768px) {
  .mb-homepage-new #sec8 #team_wrap ul.team_desc li .card_link {
    height: 300px;
  }
}
.mb-homepage-new #sec8 #team_wrap ul.team_desc li .card_desc {
  font-size: 1em;
  color: #415058;
  margin-bottom: 1.2rem;
  margin-top: 0;
  height: 7rem;
  line-height: 2;
  overflow: hidden;
  position: relative;
  padding: 0 1.5rem;
}
@media not all and (min-width: 1440px) {
  .mb-homepage-new #sec8 #team_wrap ul.team_desc li .card_desc {
    height: 8rem;
    font-size: 0.75rem;
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .mb-homepage-new #sec8 #team_wrap ul.team_desc li .card_desc {
    height: 8rem;
    font-size: 0.75rem;
    padding: 0;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 960px) {
  .mb-homepage-new #sec8 #team_wrap ul.team_desc li .card_desc {
    height: 9rem;
  }
}
@media (max-width: 768px) {
  .mb-homepage-new #sec8 #team_wrap ul.team_desc li .card_desc {
    padding-top: 1rem;
    font-size: 14px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 640px) {
  .mb-homepage-new #sec8 #team_wrap ul.team_desc li .card_desc {
    font-size: 0.75rem;
    margin-bottom: 1rem;
    padding: 0;
  }
}
.mb-homepage-new #sec8 #team_wrap ul.team_desc li .card_footer {
  font-size: 0.75rem;
  color: #7d8694;
  margin: 0;
}
.mb-homepage-new #sec8 #team_wrap ul.team_desc li .card_footer .case_link {
  color: #298df8;
  position: relative;
  z-index: 98;
}
.mb-homepage-new #sec8 #team_wrap ul.team_desc li .card_footer .case_link:hover {
  color: #1a70d8;
}
@media (max-width: 960px) {
  .mb-homepage-new #sec8 #team_wrap ul.team_desc li .card_footer .case_link {
    display: block;
  }
}
@media (max-width: 768px) {
  .mb-homepage-new #sec8 #team_wrap ul.team_desc li .card_footer .case_link {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .mb-homepage-new #sec8 #team_wrap ul.team_desc li {
    position: static;
    width: 100%;
    margin: 0 auto 1rem;
    padding-bottom: 1rem;
    height: 100%;
  }
}
.mb-homepage-new #sec8 #team_wrap #arrow_more {
  display: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .mb-homepage-new #sec8 #team_wrap #arrow_more {
    display: inline-block;
    margin-top: 1rem;
    font-size: 0.75rem;
    color: #298df8;
  }
  .mb-homepage-new #sec8 #team_wrap #arrow_more .more_icon {
    -webkit-transform: translateY(25%);
    -moz-transform: translateY(25%);
    -o-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
  }
}
.mb-homepage-new #sec9 {
  padding: 0;
  min-height: 30rem;
}
.mb-homepage-new #sec9 h2 {
  color: #1f292e;
  font-size: 2.375rem;
  font-weight: 500;
}
.mb-homepage-new #sec9 h2 + .desc {
  font-size: 0.875rem;
  color: #5b6b73;
  margin: 1.5rem 0 5.5rem;
}
.mb-homepage-new #sec9 .video-cover {
  position: relative;
  max-height: 37rem;
  min-height: 20rem;
  overflow: hidden;
  background-color: #ccc;
}
.mb-homepage-new #sec9 .video-cover:lang(en) {
  pointer-events: none;
}
.mb-homepage-new #sec9 .video-launcher {
  position: absolute;
  top: 50%;
  margin-top: -7.5rem;
}
.mb-homepage-new #sec9 .video-launcher:lang(en) {
  display: none;
}
@media (max-width: 640px) {
  .mb-homepage-new #sec9 .video-launcher {
    margin-top: -10rem;
  }
}
.mb-homepage-new #sec9 img {
  display: block;
  width: 100%;
}
.mb-homepage-new #sec9 article {
  position: relative;
  padding-bottom: 5rem;
}
.mb-homepage-new #sec9 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin: 0 auto;
  width: 46rem;
}
@media (max-width: 640px) {
  .mb-homepage-new #sec9 .video-cover {
    height: 36rem;
  }
  .mb-homepage-new #sec9 img {
    width: auto;
    max-height: 100%;
  }
  .mb-homepage-new #sec9 article {
    padding-bottom: 0;
  }
  .mb-homepage-new #sec9 .quote-list {
    padding-bottom: 5rem;
  }
  .mb-homepage-new #sec9 ul {
    margin-left: calc((-46rem / 6) * 0.5);
    padding: 0 50vw;
    width: calc(100vw + 46rem);
    -webkit-transition: margin-left ease-in-out 0.5s;
    -moz-transition: margin-left ease-in-out 0.5s;
    -o-transition: margin-left ease-in-out 0.5s;
    -ms-transition: margin-left ease-in-out 0.5s;
    transition: margin-left ease-in-out 0.5s;
  }
}
.mb-homepage-new #sec9 li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mb-homepage-new #sec9 li button {
  margin-top: 6rem;
  line-height: 1.5;
}
.mb-homepage-new #sec9 .quote-author,
.mb-homepage-new #sec9 .title {
  display: block;
}
.mb-homepage-new #sec9 .quote-author {
  font-weight: bold;
  position: relative;
}
.mb-homepage-new #sec9 .quote-author:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  margin: 0 auto 1em;
  width: 61px;
  height: 61px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  border: 3px solid #fff;
  border-radius: 50%;
}
.mb-homepage-new #sec9 blockquote {
  position: absolute;
  top: -11rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0 2rem 0;
  width: 46rem;
  height: 15rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.8;
  background-color: #fff;
  filter: drop-shadow(0 10px 25px rgba(0,0,0,0.15));
  color: #525e71;
}
.mb-homepage-new #sec9 blockquote:before {
  content: '';
  position: absolute;
  bottom: -0.5em;
  display: block;
  margin-left: -0.5em;
  width: 1em;
  height: 1em;
  font-size: 1.25rem;
  background-color: inherit;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 640px) {
  .mb-homepage-new #sec9 blockquote {
    top: -16rem;
    padding: 1em;
    width: 90%;
    height: 20rem;
    font-size: 1rem;
  }
  .mb-homepage-new #sec9 blockquote:before {
    left: 50% !important;
  }
}
.mb-homepage-new #sec9 blockquote h1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 4em;
  -ms-flex: 0 0 4em;
  flex: 0 0 4em;
  margin: 0;
  font-size: 1.25rem;
  line-height: 4;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 640px) {
  .mb-homepage-new #sec9 blockquote h1 {
    line-height: 1.5;
  }
  .mb-homepage-new #sec9 blockquote h1:lang(en) {
    font-size: 1rem;
  }
}
.mb-homepage-new #sec9 blockquote p {
  margin: auto;
  padding: 0.5em 10%;
}
.mb-homepage-new #sec9 blockquote p:lang(en):before {
  content: '\201C';
  font-family: 'Times New Roman', Times, serif;
}
.mb-homepage-new #sec9 blockquote p:lang(en):after {
  content: '\201D';
  font-family: 'Times New Roman', Times, serif;
}
.mb-homepage-new #sec9 blockquote p:lang(zh):before {
  content: '\300C';
  margin-left: -0.5em;
}
.mb-homepage-new #sec9 blockquote p:lang(zh):after {
  content: '\300D';
  letter-spacing: -0.5em;
}
.mb-homepage-new #sec9 li:nth-child(1) blockquote:before {
  left: 8.333333333333334%;
}
.mb-homepage-new #sec9 li:nth-child(2) blockquote:before {
  left: 25%;
}
.mb-homepage-new #sec9 li:nth-child(3) blockquote:before {
  left: 41.66666666666667%;
}
.mb-homepage-new #sec9 li:nth-child(4) blockquote:before {
  left: 58.333333333333336%;
}
.mb-homepage-new #sec9 li:nth-child(5) blockquote:before {
  left: 75%;
}
.mb-homepage-new #sec9 li:nth-child(6) blockquote:before {
  left: 91.66666666666667%;
}
.mb-homepage-new #sec9 li button {
  color: #a9afb8;
}
.mb-homepage-new #sec9 li blockquote {
  visibility: hidden;
}
.no-touch .mb-homepage-new #sec9 li:hover button,
.mb-homepage-new #sec9 li.is-active button {
  color: #525e71;
  -webkit-transition: color ease-in-out 0.2s;
  -moz-transition: color ease-in-out 0.2s;
  -o-transition: color ease-in-out 0.2s;
  -ms-transition: color ease-in-out 0.2s;
  transition: color ease-in-out 0.2s;
}
.no-touch .mb-homepage-new #sec9 li:hover .quote-author:before,
.mb-homepage-new #sec9 li.is-active .quote-author:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-box-shadow: 0 0 0 1px #eb5648;
  box-shadow: 0 0 0 1px #eb5648;
  -webkit-transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
  -ms-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.mb-homepage-new #sec9 li.is-active blockquote {
  visibility: visible;
}
.mb-homepage-new.is-transitioning #sec1,
.mb-homepage-new.is-transitioning #sec2 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mb-homepage-new.is-transitioning #fast-signup > * {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(30vh);
  -moz-transform: translateY(30vh);
  -o-transform: translateY(30vh);
  -ms-transform: translateY(30vh);
  transform: translateY(30vh);
}
.mb-homepage-new.is-transitioning .mb-footer {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(30vh);
  -moz-transform: translateY(30vh);
  -o-transform: translateY(30vh);
  -ms-transform: translateY(30vh);
  transform: translateY(30vh);
}
.mb-homepage-new #fast-signup {
  -webkit-box-shadow: 0 5px 30px 0 rgba(43,41,41,0.15);
  box-shadow: 0 5px 30px 0 rgba(43,41,41,0.15);
  padding: 4.5rem 0 3rem;
  margin: 6.25rem 0 3.5rem;
  line-height: 1.7;
  background-image: -webkit-linear-gradient(315deg, #ff1656 0%, #ff6161 100%);
  background-image: -moz-linear-gradient(315deg, #ff1656 0%, #ff6161 100%);
  background-image: -o-linear-gradient(315deg, #ff1656 0%, #ff6161 100%);
  background-image: -ms-linear-gradient(315deg, #ff1656 0%, #ff6161 100%);
  background-image: linear-gradient(135deg, #ff1656 0%, #ff6161 100%);
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .mb-homepage-new #fast-signup {
    margin: 3.5rem 0 0;
  }
}
@media (max-width: 640px) {
  .mb-homepage-new #fast-signup {
    padding: 3rem;
    margin: 3.5rem 0 0;
    border-radius: 0;
  }
}
@media (max-width: 640px) {
  .mb-homepage-new #fast-signup #back_img {
    display: none;
  }
}
.mb-homepage-new #fast-signup #back_img .back_1 {
  position: absolute;
  top: 2rem;
  right: 4.3rem;
  z-index: -1;
}
.mb-homepage-new #fast-signup #back_img .back_2 {
  position: absolute;
  right: 12%;
  top: 28%;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 7.5rem;
  background-color: #ff515f;
  z-index: -2;
}
.mb-homepage-new #fast-signup #back_img .back_3 {
  position: absolute;
  width: 6rem;
  height: 6rem;
  top: 74%;
  right: 35%;
  opacity: 0.02;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=2)";
  filter: alpha(opacity=2);
  -webkit-transform: rotate(-27deg);
  -moz-transform: rotate(-27deg);
  -o-transform: rotate(-27deg);
  -ms-transform: rotate(-27deg);
  transform: rotate(-27deg);
  background: #000;
  border-radius: 7px;
}
.mb-homepage-new #fast-signup #back_img .back_4 {
  position: absolute;
  bottom: -30%;
  left: 30%;
  opacity: 0.02;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=2)";
  filter: alpha(opacity=2);
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 7.5rem;
  background-color: #000;
}
.mb-homepage-new #fast-signup #back_img .back_5 {
  position: absolute;
  top: -22%;
  left: 25%;
  opacity: 0.02;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=2)";
  filter: alpha(opacity=2);
  background-color: #000;
  width: 9.125rem;
  height: 9.125rem;
  border-radius: 9.125rem;
}
.mb-homepage-new #fast-signup #back_img .back_6 {
  position: absolute;
  top: 16%;
  left: 0;
}
.mb-homepage-new #fast-signup #back_img .back_7 {
  position: absolute;
  top: 2%;
  left: 3%;
  width: 6rem;
  height: 6rem;
  opacity: 0.02;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=2)";
  filter: alpha(opacity=2);
  -webkit-transform: rotate(-27deg);
  -moz-transform: rotate(-27deg);
  -o-transform: rotate(-27deg);
  -ms-transform: rotate(-27deg);
  transform: rotate(-27deg);
  background: #000;
  border-radius: 7px;
}
.mb-homepage-new #fast-signup h2 {
  font-size: 2.25rem;
  color: #fff;
  padding: 0 5rem;
  margin-bottom: 3rem;
}
@media (max-width: 640px) {
  .mb-homepage-new #fast-signup h2 {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    padding: 0;
  }
}
.mb-homepage-new #fast-signup h2 + .desc {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}
.mb-homepage-new #fast-signup .desc em {
  font-style: normal;
  color: #fff;
}
.mb-homepage-new #fast-signup form {
  margin: 3rem auto 0;
  padding: 3rem 1em;
  width: 24rem;
  height: 26rem;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0,0,0,0.15);
  box-shadow: 0 6px 20px 0 rgba(0,0,0,0.15);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 640px) {
  .mb-homepage-new #fast-signup form {
    width: 90%;
    height: auto;
  }
}
.mb-homepage-new #fast-signup label {
  position: relative;
  display: block;
  margin: 2em auto;
}
.mb-homepage-new #fast-signup .icon {
  position: absolute;
  left: 0.125em;
  top: 0.25em;
  font-size: 1.25rem;
  color: #eb5648;
}
.mb-homepage-new #fast-signup input {
  padding: 0 0.5em 0 2rem;
  width: 100%;
  height: 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
}
.mb-homepage-new #fast-signup input:hover,
.mb-homepage-new #fast-signup input:focus {
  border-color: #eb5648;
}
.mb-homepage-new #fast-signup button,
.mb-homepage-new #fast-signup a.submit {
  padding: 0 1em;
  min-width: 9.125rem;
  height: 2.375rem;
  font-size: 0.875rem;
  color: #ff6161;
  border: none;
  border-radius: 2px;
  background-color: #fff;
}
@media (max-width: 640px) {
  .mb-homepage-new #fast-signup button,
  .mb-homepage-new #fast-signup a.submit {
    margin: 0;
  }
}
.mb-homepage-new #fast-signup button:hover,
.mb-homepage-new #fast-signup a.submit:hover {
  color: #ff4e4e !important;
  background: #fff4f7 !important;
}
.mb-homepage-new #fast-signup .agree-terms {
  color: #a9afb8;
}
body.mb-sign {
  height: 100%;
}
body.mb-sign:not(.signin) .content#signin,
body.mb-sign:not(.signup) .content#signup,
body.mb-sign:not(.wechat) .content#wechat {
  display: none;
}
body.mb-sign #content {
  margin-top: 0;
  height: inherit;
}
body.mb-sign iframe {
  width: 100%;
}
.login-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: inherit;
  min-height: 700px;
}
@media (max-width: 640px) {
  .login-box {
    min-height: auto;
  }
}
.login-box header {
  text-align: center;
}
.login-box header .logo {
  height: 90px;
}
.login-box header h6 {
  font-size: 1rem;
}
.login-box footer {
  margin-top: 2rem;
  text-align: center;
  color: #525e71;
}
.login-box .content {
  width: 80%;
  max-width: 15rem;
}
.login-box ul.tab {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 1.5rem 0;
}
.login-box ul.tab li {
  position: relative;
  margin: 0 1em;
}
.login-box ul.tab li:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: calc(50% - 1em);
  width: calc(100% + 0.5em);
  -webkit-transform: translateX(-50%) scaleX(0);
  -moz-transform: translateX(-50%) scaleX(0);
  -o-transform: translateX(-50%) scaleX(0);
  -ms-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 1px solid #eb5648;
}
.login-box ul.tab li.is-active:after {
  -webkit-transform: translateX(-50%) scaleX(1);
  -moz-transform: translateX(-50%) scaleX(1);
  -o-transform: translateX(-50%) scaleX(1);
  -ms-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}
.login-box ul.tab li a {
  color: #525e71;
}
.login-box ul.tab li.is-active a,
.login-box ul.tab li:hover a {
  color: #27364e;
}
.login-box .form-error {
  margin: 0.5em 0;
  padding: 1em;
  text-align: left;
  background: rgba(235,86,72,0.1);
  border: 1px solid rgba(235,86,72,0.2);
  color: #f55d54;
}
.login-box form label {
  position: relative;
  display: block;
  margin: 0.75em 0;
}
.login-box form label > .icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #525e71;
}
.login-box form label input,
.login-box form label button {
  display: block;
  width: 100%;
  height: 3em;
}
.login-box form label input {
  padding-left: 2.5em;
}
.login-box form label button {
  -webkit-box-shadow: 0 6px 20px 0 rgba(235,86,72,0.16);
  box-shadow: 0 6px 20px 0 rgba(235,86,72,0.16);
}
.login-box footer {
  line-height: 1.5;
}
.login-box footer a {
  color: #525e71;
}
.login-box footer a:hover,
.login-box footer a:active {
  color: #27364e;
}
.login-box footer .quick-login h2 {
  font-size: inherit;
}
.login-box footer .agree-terms,
.login-box footer .forgot {
  margin-top: -1em;
  padding: 0 1em;
  width: 20rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
}
.login-box footer .agree-terms a {
  color: #eb5648;
}
.login-box footer .agree-terms a:hover {
  color: #ed675a;
}
.login-box footer button.use-wechat {
  margin: 0.5rem 0;
  font-size: 2rem;
  color: #0abb07;
}
.login-box footer .signup button {
  color: #eb5648;
}
.login-box .switch-domain {
  border: 0 solid #efefef;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.login-box .switch-domain a {
  display: block;
  padding: 0.75em 0.5em;
}
.login-box .switch-domain a:not(:last-child) {
  border-bottom: 1px solid #efefef;
}
@media (max-width: 640px) {
  .login-box .quick-login,
  .login-box .switch-domain {
    display: none;
  }
}
.mb-download-page .mb-nav-org {
  background-color: #f6f7f8 !important;
}
.mb-download-page .mb-nav-org:hover {
  background-color: #fff !important;
}
.mb-download-page header:before {
  content: '';
  position: absolute;
  z-index: -10;
  top: -66px;
  left: 0;
  display: block;
  width: 100%;
  height: calc(66px + 160px);
  background: #f6f7f8;
}
.mb-download-page header {
  position: relative;
  margin: 66px 0 0 0;
  padding-top: 2.5rem;
  height: 170px;
  text-align: center;
  color: #1f292e;
}
.mb-download-page header h1,
.mb-download-page header h2 {
  margin: 0 0 0.5em;
  font-size: 2.5rem;
  font-weight: bold;
}
.mb-download-page header p {
  font-size: 1rem;
  line-height: 1.7;
  color: #415058;
  font-weight: 300;
}
.mb-download-page header .banner {
  margin: 3rem auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 1160px;
  height: 395px;
  overflow: hidden;
  background: url("/static/img/downloads/banner.png");
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-repeat: round;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0,0,0,0.2);
  box-shadow: 0 6px 20px 0 rgba(0,0,0,0.2);
  color: #fff;
}
.mb-download-page header .banner .copy {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  padding: 10rem 0 0 3rem;
  text-align: left;
}
.mb-download-page header .banner img.devices {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-top: 1em;
  width: 425px;
}
.mb-download-page header .banner h2 {
  margin: 0 0 1rem;
  font-size: 2.5rem;
  font-weight: 500;
  color: #415058;
}
.mb-download-page header .banner h2:lang(en) {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.mb-download-page header .banner .desc {
  margin: 0;
  font-size: 1.125rem;
}
.mb-download-page header .banner .desc:lang(en) {
  font-size: 1rem;
  line-height: 1.5;
}
.mb-download-page header .banner button {
  margin-top: 1rem;
  padding: 0 1em;
  min-width: 7.5rem;
  height: 2.5em;
  background: #415058;
  color: #fff;
}
.mb-download-page header .banner button:hover {
  background-color: #1f292e;
  color: #fff;
}
.mb-download-page main {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  color: rgba(39,54,78,0.8);
}
.mb-download-page main h2 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin: 3rem 0 0;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  color: #415058;
}
.mb-download-page main h2 + .desc {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin-top: 0.5em;
  margin-bottom: 1rem;
  font-size: 1rem;
  text-align: center;
}
.mb-download-page main .card {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 10rem;
  -ms-flex: 1 1 10rem;
  flex: 1 1 10rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 1rem 0.5rem;
  padding: 0.5rem 2rem;
  max-width: 24rem;
  min-height: 17rem;
  text-align: center;
  border: 1px solid #e5e5e5;
}
.mb-download-page main .card:hover {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
}
:root.touch .mb-download-page main .card ul {
  display: block;
  margin-top: 0.5em;
}
:root.touch .mb-download-page main .card .qrcode {
  display: none;
}
.mb-download-page main .card .brand {
  margin: 0 auto 1.5rem;
  font-size: 4.5rem;
  color: #eb5648;
  width: 73px;
}
.mb-download-page main .card h4 {
  margin: 0 0 0.5em;
  font-size: 1.25rem;
  font-weight: normal;
  color: #27364e;
}
.mb-download-page main .card .desc {
  line-height: 1.7;
}
.mb-download-page main .card ul {
  display: none;
}
.mb-download-page main .card ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.mb-download-page main .card ul li[data-track-id=win10-32] {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 1rem;
}
.mb-download-page main .card ul li[data-track-id=win7-zip] {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mb-download-page main .card ul li[data-track-id=win7-zip] p {
  display: block;
  color: #7d8694;
  font-size: 12px;
  margin-bottom: 1rem;
}
.mb-download-page main .card ul a[href] {
  height: 2.5rem;
  width: 11rem;
  background-color: #e8e8e8;
  color: #415058;
  font-size: 1em;
  line-height: 2.5rem;
}
.mb-download-page main .card ul a[href]:hover {
  background-color: #415058;
  color: #fff;
}
.mb-download-page main .card:hover > * {
  display: none;
}
@media (max-width: 640px) {
  .mb-download-page main .card:hover > * {
    display: block;
  }
}
.mb-download-page main .card:hover ul {
  display: block;
}
@media (max-width: 640px) {
  .mb-download-page main .card:hover ul {
    display: none;
  }
}
@media (max-width: 1024px) {
  .mb-download-page .banner {
    position: absolute;
    left: 50%;
    -webkit-transform: scale(0.9) translateX(-50%);
    -moz-transform: scale(0.9) translateX(-50%);
    -o-transform: scale(0.9) translateX(-50%);
    -ms-transform: scale(0.9) translateX(-50%);
    transform: scale(0.9) translateX(-50%);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
}
@media (max-width: 960px) {
  .mb-download-page .banner {
    -webkit-transform: scale(0.75) translateX(-50%);
    -moz-transform: scale(0.75) translateX(-50%);
    -o-transform: scale(0.75) translateX(-50%);
    -ms-transform: scale(0.75) translateX(-50%);
    transform: scale(0.75) translateX(-50%);
  }
}
@media (max-width: 768px) {
  .mb-download-page .mb-header {
    margin-bottom: 1rem;
    height: 420px;
  }
  .mb-download-page .mb-header:before {
    height: calc(66px + 420px);
  }
  .mb-download-page .banner {
    -webkit-transform: scale(0.6) translateX(-50%);
    -moz-transform: scale(0.6) translateX(-50%);
    -o-transform: scale(0.6) translateX(-50%);
    -ms-transform: scale(0.6) translateX(-50%);
    transform: scale(0.6) translateX(-50%);
  }
  .mb-download-page main {
    padding: 0 1rem;
  }
  .mb-download-page .card {
    padding: 0.5rem;
  }
  .mb-download-page .card .qrcode img {
    max-width: 150px;
  }
  .mb-download-page #sec-desktop,
  .mb-download-page #sec-desktop ~ *:not(h2) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .mb-download-page #sec-mobile,
  .mb-download-page #sec-mobile ~ *:not(h2) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media (max-width: 640px) {
  .mb-download-page .mb-header {
    margin-bottom: 3.5rem;
    height: 290px;
  }
  .mb-download-page .mb-header:before {
    height: calc(66px + 290px);
  }
  .mb-download-page header {
    padding-top: 1rem;
  }
  .mb-download-page header .banner {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 1.5rem;
    width: 100%;
    height: 175px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-origin: initial;
    -moz-transform-origin: initial;
    -o-transform-origin: initial;
    -ms-transform-origin: initial;
    transform-origin: initial;
    background-repeat: no-repeat;
  }
  .mb-download-page header .banner img.devices {
    margin-left: auto;
    margin-right: -50px;
    width: auto;
    height: 80%;
  }
  .mb-download-page header .banner .copy {
    padding: 5.5rem 0 0 1rem;
  }
  .mb-download-page header .banner .copy:lang(en) {
    max-width: 10rem;
  }
  .mb-download-page header .banner h2 {
    margin-bottom: 0.5em;
    font-size: 0.875rem !important;
  }
  .mb-download-page header .banner .desc {
    font-size: 0.75rem !important;
  }
  .mb-download-page header .banner .for-mobile {
    display: initial;
  }
  .mb-download-page header .banner .copy:not(.for-mobile),
  .mb-download-page header .banner .desc:lang(en) {
    display: none;
  }
  .mb-download-page main {
    max-width: 30rem;
  }
  .mb-download-page main h2 {
    margin-top: 2rem;
  }
  .mb-download-page main .card {
    padding: 0.5rem;
    max-width: 12rem;
  }
}
.mb-sketch {
  width: 100vw;
  overflow-x: hidden;
  font-size: 0.875rem;
  color: #525e71;
}
.mb-sketch > .switch-lang {
  display: none;
}
.mb-sketch .mb-nav a.go-back {
  font-size: 1.75rem;
  color: #eb5648;
}
.mb-sketch .mb-nav a.go-back:hover {
  color: #dd2918;
}
.mb-sketch section h2 {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .mb-sketch section h2 {
    font-size: 1.125rem;
  }
}
.mb-sketch section h2 + .desc {
  font-size: 1rem;
  margin-bottom: 5rem;
}
@media (max-width: 640px) {
  .mb-sketch section h2 + .desc {
    font-size: 0.875rem;
  }
}
.mb-sketch .screenshot {
  display: block;
}
.mb-sketch .screenshot img {
  display: block;
  width: 100%;
}
.mb-sketch #new {
  padding-bottom: 6rem;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
}
.mb-sketch #new h2:before {
  content: 'new';
  margin-right: 0.25em;
  text-transform: uppercase;
  color: #eb5648;
}
.mb-sketch #new .desc {
  margin: 0 auto;
  padding: 0 1em;
  line-height: 1.5;
}
.mb-sketch #new .desc:lang(en) {
  max-width: 40em;
}
@media (max-width: 640px) {
  .mb-sketch #new .desc {
    padding: 0 1rem;
    width: 20rem;
  }
}
.mb-sketch #new .more {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 1em 0;
  font-size: 1rem;
}
.mb-sketch #new .more .icon {
  margin-left: 0.25em;
  font-size: 1.2em;
}
.mb-sketch #new .screenshot {
  margin: 3em auto;
  width: 60rem;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0,0,0,0.15);
  box-shadow: 0 6px 20px 0 rgba(0,0,0,0.15);
}
@media (max-width: 960px) {
  .mb-sketch #new .screenshot {
    width: 40rem;
  }
}
@media (max-width: 640px) {
  .mb-sketch #new .screenshot {
    width: 20rem;
  }
}
.mb-sketch #sec1 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 650px;
  background-image: url(/webpack/wave.9b94170a61d90cdeb5ea6e36d0dd07a4.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
@media (max-width: 640px) {
  .mb-sketch #sec1 {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    background: none;
  }
}
.mb-sketch #sec1 .content {
  margin: 5em 2em 1em;
}
@media (max-width: 1100px) {
  .mb-sketch #sec1 .content {
    margin-right: 3em;
  }
}
@media (max-width: 640px) {
  .mb-sketch #sec1 .content {
    margin: 2em 1em;
    text-align: center;
  }
}
.mb-sketch #sec1 .content img {
  margin-bottom: 3em;
}
.mb-sketch #sec1 h1,
.mb-sketch #sec1 h2 {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .mb-sketch #sec1 h1,
  .mb-sketch #sec1 h2 {
    font-size: 1.5rem;
  }
}
.mb-sketch #sec1 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: 3em;
}
@media (max-width: 640px) {
  .mb-sketch #sec1 ul {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.mb-sketch #sec1 li:not(:last-child) {
  margin-right: 1em;
}
.mb-sketch #sec1 .download,
.mb-sketch #sec1 .play {
  min-width: 7.5rem;
  height: 40px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.15), 0 6px 20px 0 rgba(235,86,72,0.08);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.15), 0 6px 20px 0 rgba(235,86,72,0.08);
}
@media (max-width: 1100px) {
  .mb-sketch #sec1 .screenshot {
    max-width: 50%;
  }
}
@media (max-width: 640px) {
  .mb-sketch #sec1 .screenshot {
    margin: 3rem 0 6rem;
    max-width: none;
    overflow: hidden;
  }
}
.mb-sketch #sec1 .screenshot img {
  width: 800px;
}
@media (max-width: 640px) {
  .mb-sketch #sec1 .screenshot img {
    width: 110%;
  }
}
.mb-sketch #sec2 {
  padding: 5rem 0;
  width: 100vw;
  overflow: hidden;
  counter-reset: step;
  text-align: center;
}
@media (max-width: 640px) {
  .mb-sketch #sec2 {
    padding: 3rem 0;
  }
}
.mb-sketch #sec2 .step {
  position: relative;
  margin: 0 auto;
  width: 1040px;
  counter-increment: step;
}
@media (max-width: 1100px) {
  .mb-sketch #sec2 .step {
    width: 960px;
  }
}
@media (max-width: 960px) {
  .mb-sketch #sec2 .step {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .mb-sketch #sec2 .step {
    margin-bottom: 4rem;
  }
}
.mb-sketch #sec2 .step figure {
  position: relative;
  margin: 0 0 0 -1em;
  width: 28.75rem;
}
@media (max-width: 640px) {
  .mb-sketch #sec2 .step figure {
    width: 20rem;
  }
}
@media (max-width: 360px) {
  .mb-sketch #sec2 .step figure {
    width: 17.5rem;
  }
}
.mb-sketch #sec2 .step figure:before {
  content: '';
  position: absolute;
  top: 165px;
  right: -375px;
  display: block;
  width: 20px;
  height: calc(100% + 15px - 165px);
  background-image: url(/webpack/end.0b19b647bd016a5483657b9dc1e4bf11.svg), url(/webpack/dash-v.742f0a615efe56cf1b1810caf2b46ca1.svg);
  background-position: 0 101%, 0 -10px;
  background-repeat: no-repeat, repeat-y;
  -webkit-background-size: 100% auto, auto;
  -moz-background-size: 100% auto, auto;
  background-size: 100% auto, auto;
}
@media (max-width: 960px) {
  .mb-sketch #sec2 .step figure:before {
    right: -255px;
  }
}
@media (max-width: 768px) {
  .mb-sketch #sec2 .step figure:before {
    right: -55px;
    height: calc(100% + 15px - 165px + 3rem);
  }
}
@media (max-width: 640px) {
  .mb-sketch #sec2 .step figure:before {
    top: 113px;
    height: calc(100% + 15px - 113px + 3rem);
  }
}
@media (max-width: 360px) {
  .mb-sketch #sec2 .step figure:before {
    top: 99px;
    height: calc(100% + 15px - 99px + 3rem);
  }
}
.mb-sketch #sec2 .step .screenshot {
  position: relative;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
}
.mb-sketch #sec2 .step .screenshot:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -370px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 380px;
  height: 20px;
  background-image: url(/webpack/start.5f98d3b70343936e3155a6d7769e79c1.svg), url(/webpack/dash.59f5bf23818821b6e0d691cb97d67fd8.svg);
  background-position: 0, 10% 0;
  background-repeat: no-repeat, repeat-x;
  -webkit-background-size: auto 100%, auto;
  -moz-background-size: auto 100%, auto;
  background-size: auto 100%, auto;
}
@media (max-width: 960px) {
  .mb-sketch #sec2 .step .screenshot:before {
    right: -245px;
    width: 255px;
  }
}
@media (max-width: 768px) {
  .mb-sketch #sec2 .step .screenshot:before {
    right: -45px;
    width: 55px;
  }
}
.mb-sketch #sec2 .step .screenshot img {
  width: 100%;
}
@media (max-width: 960px) {
  .mb-sketch #sec2 .step figcaption {
    margin-left: 3em;
    text-align: start;
  }
}
@media (max-width: 360px) {
  .mb-sketch #sec2 .step figcaption {
    margin-left: 2em;
    width: 19em;
  }
}
.mb-sketch #sec2 .step:nth-of-type(2n) figure {
  margin-left: auto;
}
@media (max-width: 960px) {
  .mb-sketch #sec2 .step:nth-of-type(2n) figure {
    margin-right: -1em;
  }
}
.mb-sketch #sec2 .step:nth-of-type(2n) figure:before {
  left: -375px;
  right: auto;
}
@media (max-width: 960px) {
  .mb-sketch #sec2 .step:nth-of-type(2n) figure:before {
    left: -235px;
  }
}
@media (max-width: 768px) {
  .mb-sketch #sec2 .step:nth-of-type(2n) figure:before {
    left: -55px;
  }
}
.mb-sketch #sec2 .step:nth-of-type(2n) .screenshot:before {
  left: -365px;
  right: auto;
  width: 375px;
  background-position: 100.2% 1px, 10% 0;
}
@media (max-width: 960px) {
  .mb-sketch #sec2 .step:nth-of-type(2n) .screenshot:before {
    left: -225px;
    width: 235px;
  }
}
@media (max-width: 768px) {
  .mb-sketch #sec2 .step:nth-of-type(2n) .screenshot:before {
    left: -45px;
    width: 55px;
  }
}
@media (max-width: 960px) {
  .mb-sketch #sec2 .step:nth-of-type(2n) figcaption {
    margin-left: 0;
    margin-right: 3em;
    text-align: end;
  }
}
@media (max-width: 360px) {
  .mb-sketch #sec2 .step:nth-of-type(2n) figcaption {
    margin-left: -1em;
    margin-right: 2em;
  }
}
.mb-sketch #sec2 .step:last-child figure:before,
.mb-sketch #sec2 .step:last-child .screenshot:before {
  content: none;
  display: none;
}
.mb-sketch #sec2 .step h3 {
  font-size: 1.75rem;
}
.mb-sketch #sec2 .step h3:before {
  content: counter(step) '. ';
}
@media (max-width: 960px) {
  .mb-sketch #sec2 .step h3 {
    font-size: 1.125rem;
  }
}
.mb-sketch #sec2 .step h3 + .desc {
  margin: 1em auto;
  width: 25rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #a9afb8;
}
@media (max-width: 960px) {
  .mb-sketch #sec2 .step h3 + .desc {
    margin: 1em 0;
    width: auto;
  }
}
@media (max-width: 640px) {
  .mb-sketch #sec2 .step h3 + .desc {
    font-size: 0.875rem;
  }
}
.mb-sketch #sec3 {
  padding: 5rem 1em;
  counter-reset: step;
  text-align: center;
  background-color: #eb5648;
  color: #fff;
}
.mb-sketch #sec3 h2 {
  margin: 0;
}
.mb-sketch #sec3 h2 .name {
  display: block;
  font-weight: 200;
}
.mb-sketch #sec3 .content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 3rem auto;
  width: 45rem;
}
@media (max-width: 768px) {
  .mb-sketch #sec3 .content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 50rem;
  }
}
.mb-sketch #sec3 .card {
  width: 15rem;
  counter-increment: step;
}
.mb-sketch #sec3 .card:not(:last-child) {
  position: relative;
}
.mb-sketch #sec3 .card:not(:last-child):after {
  content: '';
  position: absolute;
  top: 40%;
  left: calc(100% + 7.5rem);
  display: block;
  width: 16px;
  height: 65px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-image: url(/webpack/arrow-down.7b72bb45e490944c4b985d92944a266d.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
@media (max-width: 768px) {
  .mb-sketch #sec3 .card:not(:last-child):after {
    top: auto;
    bottom: -8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.mb-sketch #sec3 img {
  margin-bottom: 2rem;
  height: 110px;
}
.mb-sketch #sec3 .content h2:before {
  content: counter(step) '. ';
}
.mb-sketch #sec3 .desc {
  margin: 1em 0 2em;
  font-size: 1rem;
}
.mb-sketch #sec3 a {
  width: 10em;
  height: 50px;
  font-size: 1rem;
  border-color: currentColor;
  color: #fff;
}
.mb-sketch #sec3 a:hover {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #eb5648 !important;
}
.mb-sketch #sec4 {
  padding: 5rem 0 8rem;
  text-align: center;
}
@media (max-width: 640px) {
  .mb-sketch #sec4 {
    padding: 4rem 0 3rem;
  }
}
.mb-sketch #sec4 h2 {
  margin-bottom: 2em;
}
.mb-sketch #sec4 .card {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 0 auto 3rem;
  text-align: start;
}
@media (max-width: 960px) {
  .mb-sketch #sec4 .card {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.mb-sketch #sec4 .screenshot img {
  width: 520px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
}
@media not all and (max-width: 960px) {
  .mb-sketch #sec4 .screenshot {
    position: relative;
    width: 50%;
    height: 322px;
  }
  .mb-sketch #sec4 .screenshot img {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 640px) {
  .mb-sketch #sec4 .screenshot img {
    width: 320px;
  }
}
.mb-sketch #sec4 .content {
  width: 30em;
  margin-left: 2rem;
}
@media (max-width: 960px) {
  .mb-sketch #sec4 .content {
    width: 35em;
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .mb-sketch #sec4 .content {
    width: 20rem;
    padding: 0 1em;
  }
}
.mb-sketch #sec4 h3 {
  margin: 2em 0 0.5em;
  font-size: 1.5rem;
  color: #27364e;
}
@media not all and (max-width: 960px) {
  .mb-sketch #sec4 h3 .more {
    display: none;
  }
}
@media (max-width: 960px) {
  .mb-sketch #sec4 h3 {
    margin-top: 1em;
    font-size: 1.125rem;
  }
  .mb-sketch #sec4 h3 .more {
    float: right;
    font-size: 0.875rem;
  }
}
.mb-sketch #sec4 h3 .coming {
  margin-left: 0.25em;
  color: #eb5648;
}
.mb-sketch #sec4 .desc {
  font-size: 1rem;
  line-height: 1.5;
  color: #a9afb8;
}
.mb-sketch #sec4 .desc:lang(zh) {
  text-align: justify;
}
.mb-sketch #sec4 .desc + .more {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 3em;
  margin-left: auto;
  font-size: 1rem;
}
@media (max-width: 960px) {
  .mb-sketch #sec4 .desc + .more {
    display: none;
  }
}
.mb-sketch #sec4 .desc + .more .icon {
  margin-left: 0.25em;
  font-size: 1.2em;
}
.mb-pricing-new {
  color: #27364e;
}
.mb-pricing-new .mb-nav-org {
  background-color: #fafafc !important;
}
@media (max-width: 711px) {
  .mb-pricing-new .mb-nav-org {
    position: fixed;
  }
}
.mb-pricing-new .mb-nav-org:hover {
  background-color: #fff !important;
}
.mb-pricing-new .modal-portal {
  position: fixed;
}
.loading-indicator {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  vertical-align: -0.3em;
  -webkit-animation: mb-spin 0.8s infinite linear;
  -moz-animation: mb-spin 0.8s infinite linear;
  -o-animation: mb-spin 0.8s infinite linear;
  -ms-animation: mb-spin 0.8s infinite linear;
  animation: mb-spin 0.8s infinite linear;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: currentColor transparent;
}
.payment-modal dl {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 1em;
}
.payment-modal dt,
.payment-modal dd {
  line-height: 2.5;
}
.payment-modal dt {
  -webkit-flex-basis: 10em;
  flex-basis: 10em;
}
.payment-modal dd {
  -webkit-flex-basis: calc(100% - 10em);
  flex-basis: calc(100% - 10em);
  margin: 0;
  text-align: end;
  color: #eb5648;
}
.payment-modal hr {
  border: 0;
  border-top: 1px solid #e5e5e5;
}
.payment-modal hr + dl {
  margin-top: 1em;
}
.payment-modal .coupon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1em;
}
.payment-modal .coupon input {
  -webkit-box-flex: calc(100% - 4em);
  -moz-box-flex: calc(100% - 4em);
  -o-box-flex: calc(100% - 4em);
  box-flex: calc(100% - 4em);
  -webkit-flex: calc(100% - 4em);
  -ms-flex: calc(100% - 4em);
  flex: calc(100% - 4em);
  padding: 0 0.5em !important;
  height: 34px;
  border: 1px solid #e5e5e5;
  border-right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.payment-modal .coupon input:focus {
  border-color: #eb5648;
}
.payment-modal .coupon button {
  width: 4em;
  height: 34px;
}
.payment-modal .coupon .desc {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin-bottom: 0;
  text-align: start;
  color: #eb5648;
}
.payment-modal .coupon .fapiao.desc:lang(en) {
  display: none;
}
.payment-modal h2 {
  margin: 1em;
  font-size: inherit;
}
.payment-modal .method {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 1em 1.5em;
}
.payment-modal .method button {
  width: 180px;
  height: 60px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.payment-modal .method button.is-active {
  border-color: #eb5648;
}
.payment-modal .actual-payment {
  font-size: 1.875rem;
  line-height: 1;
}
.payment-modal .desc {
  text-align: center;
  color: #a9afb8;
}
.payment-modal .desc a:link {
  text-decoration: underline;
}
.payment-modal button.primary {
  display: block;
  margin: 1.5em auto 0;
  padding: 0 1em;
  min-width: 8em;
  height: 34px;
}
.payment-modal button.primary .loading-indicator {
  margin-left: 0.5em;
}
.payment-modal.is-in-qrcode {
  min-height: 400px;
}
.payment-modal.is-in-qrcode h2 {
  text-align: center;
}
.payment-modal.is-in-qrcode .qrcode {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 2em auto;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 164px;
  height: 164px;
  padding: 0.5em;
  border: 1px solid #e5e5e5;
}
.payment-modal.is-in-qrcode img.mobile {
  position: absolute;
  top: 80px;
  right: -70px;
  height: 300px;
}
.payment-modal.is-finished .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  width: 50%;
}
.payment-modal.is-finished h2 {
  position: relative;
  margin: 0;
  padding-left: 64px;
  font-weight: 500;
}
.payment-modal.is-finished h2:before {
  content: '';
  position: absolute;
  top: -0.5em;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(/webpack/boolean.79889d13bfdaf615ae7d41490a91a94a.svg);
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}
.payment-modal.is-finished h2 + p {
  margin: 0.5em 0;
  padding-left: 64px;
}
.status-modal p {
  margin: 0;
  line-height: 1.5;
}
@-moz-keyframes mb-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes mb-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes mb-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes mb-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.tooltip {
  position: relative;
  z-index: 300;
  visibility: hidden;
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
  margin-left: 0.25em;
  width: 1em;
  height: 1em;
  overflow: hidden;
  vertical-align: middle;
  color: inherit;
  cursor: pointer;
}
.tooltip[data-tooltip] {
  display: inline-block;
  overflow: initial;
  visibility: visible;
}
.tooltip .icon {
  display: block;
}
.tooltip:hover:before {
  content: '';
  position: absolute;
  left: 1.3rem;
  z-index: 5;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tooltip:hover:after {
  content: attr(data-tooltip);
  position: absolute;
  left: 1.7375rem;
  z-index: 10;
  padding: 0.5em;
  min-width: 10em;
  max-width: 15em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: start;
  background-color: #000;
  color: #fff;
}
.tooltip:hover:lang(zh):after {
  text-align: justify;
}
.mb-pricing-new #sec1_bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 665px;
  background-color: #fafafc;
  z-index: -1;
}
.mb-pricing-new #sec1 {
  text-align: center;
  padding-bottom: 2rem;
}
.mb-pricing-new #sec1 h2 {
  margin: 7rem 0 0;
  font-size: 2.5rem;
  font-weight: 500;
  color: #1f292e;
}
@media (max-width: 640px) {
  .mb-pricing-new #sec1 h2 {
    font-size: 1.625rem;
    margin-top: 6rem;
  }
}
.mb-pricing-new #sec1 h2 + .desc {
  margin: 1.5rem 0;
  font-size: 17px;
  line-height: 1.5;
  color: #7d8694;
  padding: 0 1.5rem;
}
@media (max-width: 640px) {
  .mb-pricing-new #sec1 h2 + .desc {
    color: #1f292e;
  }
}
@media (max-width: 640px) {
  .mb-pricing-new #sec1 .desc {
    padding: 0 1.5rem;
    font-size: 0.875rem;
  }
}
 .mb-pricing-new ul.plan {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 5rem auto 3rem;
  width: 100%;
  max-width: 1308px;
  /*min-width: 55.5rem;*/
  /*min-height: 38.5rem;*/
  font-size: 0.75rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .mb-pricing-new ul.plan {
    width: 100%;
    min-width: initial;
  }
}
@media (max-width: 767px) {
  .mb-pricing-new ul.plan {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2rem;
    max-width: 19rem;
    min-width: initial;
  }
}
@media (max-width: 640px) {
  .mb-pricing-new ul.plan {
    margin: 3rem auto 2rem;
  }
}
.mb-pricing-new ul.plan > li:nth-child(2) .desc {
  height: 2em;
}
.mb-pricing-new ul.plan > li {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: default;
  margin: 0 0.75rem;
  -webkit-box-shadow: 0 5px 20px 0 rgba(43,41,41,0.15);
  box-shadow: 0 5px 20px 0 rgba(43,41,41,0.15);
  border-radius: 4px;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .mb-pricing-new ul.plan > li {
    margin-bottom: 1rem;
  }
}
.mb-pricing-new ul.plan > li #bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mb-pricing-new ul.plan > li #bg img {
  position: absolute;
  margin: 0;
  z-index: -1;
}
@media (max-width: 640px) {
  .mb-pricing-new ul.plan > li #bg img {
    display: none;
  }
}
.mb-pricing-new ul.plan > li #bg .sec1_bg_1 {
  bottom: -36px;
  left: -104px;
}
.mb-pricing-new ul.plan > li #bg .sec1_bg_2 {
  left: -161px;
  bottom: 34px;
}
.mb-pricing-new ul.plan > li .topdesc {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 2rem;
  height: 20.5rem;
}
.mb-pricing-new ul.plan > li .topdesc p {
  color: #5b6b73;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}
.mb-pricing-new ul.plan > li .topdesc .desc {
  font-size: 14px;
  color: #5b6b73;
  min-height: 2em;
  margin-top: 0.5em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.mb-pricing-new ul.plan > li .topdesc .desc .money {
  font-weight: 500;
  font-size: 17px;
  margin: 0 2px;
}
.mb-pricing-new ul.plan > li .topdesc .price {
    color: #1f292e;
    margin-top: 2rem;
    font-size: 3.125rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
}
.mb-pricing-new ul.plan > li .topdesc .price del {
  color: #a9afb8;
}
.mb-pricing-new ul.plan > li .topdesc .price .sign {
    position: absolute;
    bottom: 0.5em;
    color: #5b6b73;
    font-size: 14px;
    font-weight: normal;
    vertical-align: 1.2em;
}
.mb-pricing-new ul.plan > li .topdesc .price .sign.left {
    left: -2.5em;
}
.mb-pricing-new ul.plan > li .topdesc .price .sign.right {
    right: -2.8em;
}
.mb-pricing-new ul.plan > li .topdesc .price .postfix {
  margin-left: -0.4em;
  color: #5b6b73;
  font-size: 0.875rem;
  font-weight: normal;
  vertical-align: 0.4em;
}
.mb-pricing-new ul.plan > li .topdesc h3 {
  margin: 2.3rem 0 0.3em;
  font-size: 2em;
  line-height: 1.5;
}

.mb-pricing-new ul.plan > li .topdesc .biennial-discount {
    position: absolute;
    top: -0.6rem;
    padding: 0 0.75rem;
    font-size: 1rem;
    line-height: 2.2;
    background-color: #ff9d00;
    border-radius: 2px;
    color: #fff;
}

.mb-pricing-new ul.plan > li .topdesc a.switch,
.mb-pricing-new ul.plan > li .topdesc button.switch {
  margin: 2.5rem auto 0;
  min-width: 13.8rem;
  max-width: 65%;
  height: 2.5rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: #5b6b73;
  border: none;
  border-radius: 2px;
  z-index: 1;
}
.mb-pricing-new ul.plan > li .topdesc a.switch.disabled,
.mb-pricing-new ul.plan > li .topdesc button.switch.disabled {
  background-color: #c8cdd0;
  cursor: not-allowed;
}
.mb-pricing-new ul.plan > li .topdesc a.switch.disabled:hover,
.mb-pricing-new ul.plan > li .topdesc button.switch.disabled:hover {
  background-color: #c8cdd0 !important;
}
.mb-pricing-new ul.plan > li .topdesc a.switch:hover,
.mb-pricing-new ul.plan > li .topdesc button.switch:hover {
  background-color: #415058 !important;
  border: none !important;
}
@media (max-width: 640px) {
  .mb-pricing-new ul.plan > li .topdesc a.switch,
  .mb-pricing-new ul.plan > li .topdesc button.switch {
    display: none;
  }
}
.mb-pricing-new ul.plan > li a.switch:disabled,
.mb-pricing-new ul.plan > li button.switch:disabled,
.mb-pricing-new ul.plan > li button.renew:disabled {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  cursor: not-allowed !important;
}
.mb-pricing-new ul.plan > li button.renew:disabled {
  color: #fff;
}
.mb-pricing-new ul.plan > li img {
  margin-bottom: 1.5em;
}
.mb-pricing-new ul.plan > li .contact {
  margin-top: auto;
  font-size: 1rem;
}
.mb-pricing-new ul.plan > li .contact b {
  display: block;
  font-weight: normal;
  line-height: 1.2;
}
.mb-pricing-new ul.plan > li .contact a {
  font-size: 0.875rem;
  color: inherit;
}
.mb-pricing-new ul.plan > li ul.privilege,
.mb-pricing-new ul.plan > li ul.feature {
  margin: 0 1em;
  color: #525e71;
}
.mb-pricing-new ul.plan > li ul.privilege:before,
.mb-pricing-new ul.plan > li ul.feature:before {
  content: '';
  display: block;
  margin: 0 1rem;
  height: 1px;
  border-top: 1px solid #e5e5e5;
}
.mb-pricing-new ul.plan > li ul.privilege > li,
.mb-pricing-new ul.plan > li ul.feature > li {
  margin: 2rem 0;
}
.mb-pricing-new ul.plan > li ul.privilege > li > ul,
.mb-pricing-new ul.plan > li ul.feature > li > ul {
  margin: 0 1.8rem;
}
.mb-pricing-new ul.plan > li ul.privilege > li > ul > li,
.mb-pricing-new ul.plan > li ul.feature > li > ul > li {
  margin: 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mb-pricing-new ul.plan > li ul.privilege > li > ul > li span,
.mb-pricing-new ul.plan > li ul.feature > li > ul > li span {
  font-size: 0.875rem;
  color: #415058;
}
.mb-pricing-new ul.plan > li ul.privilege > li > ul > li .desc_right,
.mb-pricing-new ul.plan > li ul.feature > li > ul > li .desc_right {
  font-weight: 500;
}
.mb-pricing-new ul.plan > li ul.privilege > li > ul > li img.desc_right,
.mb-pricing-new ul.plan > li ul.feature > li > ul > li img.desc_right {
  width: 22px;
  height: 22px;
}
.mb-pricing-new ul.plan > li ul.privilege > li > ul > li > img,
.mb-pricing-new ul.plan > li ul.feature > li > ul > li > img {
  margin: 0;
}
@media (max-width: 768px) {
  .mb-pricing-new ul.plan > li ul.privilege > li:first-child,
  .mb-pricing-new ul.plan > li ul.feature > li:first-child {
    height: auto;
  }
}
.mb-pricing-new ul.plan > li ul.privilege button.tooltip,
.mb-pricing-new ul.plan > li ul.feature button.tooltip {
  font-size: 1.1em;
  vertical-align: -0.15em;
}
.mb-pricing-new ul.plan > li h4 {
  margin: 0;
  font-weight: 500;
}
.mb-pricing-new ul.plan > li.free .price {
  color: #27364e;
}
.mb-pricing-new ul.plan > li.recommended #bg {
  z-index: -1;
}
.mb-pricing-new ul.plan > li.recommended #bg .sec1_bg_3 {
  top: -57px;
  right: -99px;
}
.mb-pricing-new ul.plan > li.recommended #bg .sec1_bg_4 {
  top: -104px;
  right: -145px;
}
.mb-pricing-new ul.plan > li.recommended .topdesc {
  z-index: 1;
  position: relative;
}
.mb-pricing-new ul.plan > li.recommended .topdesc p {
  color: #fff;
}
.mb-pricing-new ul.plan > li.recommended .topdesc .design_content {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mb-pricing-new ul.plan > li.recommended .topdesc .design_content .point {
  position: absolute;
}
.mb-pricing-new ul.plan > li.recommended .topdesc .design_content .circle {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
.mb-pricing-new ul.plan > li.recommended .topdesc .design_content .rect {
  position: absolute;
  border-radius: 3.5px;
}
.mb-pricing-new ul.plan > li.recommended .topdesc .design_content .bg_1 {
  top: 20px;
  left: 10px;
}
.mb-pricing-new ul.plan > li.recommended .topdesc .design_content .bg_2 {
  left: 48%;
  top: 50px;
  -webkit-transform: rotate(27deg);
  -moz-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  transform: rotate(27deg);
  z-index: -1;
}
.mb-pricing-new ul.plan > li.recommended .topdesc .design_content .bg_3 {
  right: -5px;
  bottom: 3%;
  position: absolute;
  -webkit-transform: rotate(27deg);
  -moz-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  transform: rotate(27deg);
  z-index: -1;
}
.mb-pricing-new ul.plan > li.recommended .topdesc .design_content .bg_4 {
  width: 66px;
  height: 66px;
  background-color: #2f5dde;
  top: 35px;
  bottom: auto;
  left: 32px;
  right: auto;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
}
.mb-pricing-new ul.plan > li.recommended .topdesc .design_content .bg_5 {
  width: 99px;
  height: 99px;
  background-color: #081b61;
  top: -30px;
  bottom: auto;
  left: auto;
  right: 39px;
  opacity: 0.03;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
  filter: alpha(opacity=3);
}
.mb-pricing-new ul.plan > li.recommended .topdesc .design_content .bg_6 {
  width: 78px;
  height: 78px;
  background-color: #183674;
  top: auto;
  bottom: 49px;
  left: auto;
  right: 14px;
  opacity: 0.02;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=2)";
  filter: alpha(opacity=2);
  z-index: -1;
}
.mb-pricing-new ul.plan > li.recommended .topdesc .design_content .bg_7 {
  width: 60px;
  height: 60px;
  background-color: #2f60eb;
  top: auto;
  bottom: -10px;
  left: -16px;
  right: auto;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  z-index: -1;
}
.mb-pricing-new ul.plan > li.recommended .topdesc .design_content .bg_8 {
  width: 60px;
  height: 60px;
  background-color: #000;
  top: auto;
  bottom: -39px;
  left: auto;
  right: 87px;
  opacity: 0.02;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=2)";
  filter: alpha(opacity=2);
}
.mb-pricing-new ul.plan > li.recommended .topdesc .design_content .bg_9 {
  width: 26px;
  height: 26px;
  background-color: #000;
  top: auto;
  bottom: 95px;
  left: 42px;
  right: auto;
  opacity: 0.02;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=2)";
  filter: alpha(opacity=2);
  -webkit-transform: rotate(-27deg);
  -moz-transform: rotate(-27deg);
  -o-transform: rotate(-27deg);
  -ms-transform: rotate(-27deg);
  transform: rotate(-27deg);
}
.mb-pricing-new ul.plan > li.recommended .topdesc .design_content .bg_10 {
  width: 76px;
  height: 76px;
  background-color: #000;
  top: auto;
  bottom: 70px;
  left: auto;
  right: -30px;
  opacity: 0.03;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
  filter: alpha(opacity=3);
  -webkit-transform: rotate(27deg);
  -moz-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  transform: rotate(27deg);
}
.mb-pricing-new ul.plan > li.recommended .topdesc .design_content .bg_11 {
  width: 48px;
  height: 48px;
  background-color: #000;
  top: auto;
  bottom: -8px;
  left: 27px;
  right: auto;
  opacity: 0.02;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=2)";
  filter: alpha(opacity=2);
  -webkit-transform: rotate(-27deg);
  -moz-transform: rotate(-27deg);
  -o-transform: rotate(-27deg);
  -ms-transform: rotate(-27deg);
  transform: rotate(-27deg);
  z-index: -1;
}
.mb-pricing-new ul.plan > li.recommended ul.feature {
  margin-bottom: 2.5rem;
}
.mb-pricing-new ul.plan > li.recommended ul.feature:before {
  border: none;
}
.mb-pricing-new ul.plan > li.recommended ul.privilege li {
  margin-top: 0;
  height: auto;
}
.mb-pricing-new ul.plan > li.recommended ul.privilege li ul {
  margin-top: 1rem;
}
.mb-pricing-new ul.plan > li.recommended ul.privilege li .title {
  color: #1f292e;
  font-size: 0.875rem;
  font-weight: 500;
}
.mb-pricing-new ul.plan > li.recommended ul.privilege li .title:before {
  content: '';
  height: 1px;
  background-color: #f2f2f2;
  display: inline-block;
  width: 22%;
  vertical-align: middle;
  margin-right: 8px;
}
@media (max-width: 640px) {
  .mb-pricing-new ul.plan > li.recommended ul.privilege li .title:before {
    margin-right: 4px;
  }
}
.mb-pricing-new ul.plan > li.recommended ul.privilege li .title:after {
  content: '';
  height: 1px;
  background-color: #f2f2f2;
  display: inline-block;
  width: 22%;
  vertical-align: middle;
  margin-left: 8px;
}
@media (max-width: 640px) {
  .mb-pricing-new ul.plan > li.recommended ul.privilege li .title:after {
    margin-left: 4px;
  }
}
.mb-pricing-new ul.plan > li.recommended ul.privilege:before {
  display: none;
}
.mb-pricing-new ul.plan > li.recommended .topdesc {
  background-image: -webkit-linear-gradient(20deg, #298df8 4%, #1c4de3 100%);
  background-image: -moz-linear-gradient(20deg, #298df8 4%, #1c4de3 100%);
  background-image: -o-linear-gradient(20deg, #298df8 4%, #1c4de3 100%);
  background-image: -ms-linear-gradient(20deg, #298df8 4%, #1c4de3 100%);
  background-image: linear-gradient(70deg, #298df8 4%, #1c4de3 100%);
  -webkit-box-shadow: 0 5px 20px 0 rgba(43,41,41,0.15);
  box-shadow: 0 5px 20px 0 rgba(43,41,41,0.15);
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.mb-pricing-new ul.plan > li.recommended .topdesc span {
  color: #fff;
}
.mb-pricing-new ul.plan > li.recommended .topdesc h3 {
  color: #fff;
}
.mb-pricing-new ul.plan > li.recommended .topdesc .price span {
  color: #fff;
}
.mb-pricing-new ul.plan > li.recommended .topdesc .price .right {
  right: -2.8em;
}
.mb-pricing-new ul.plan > li.recommended .topdesc .price .postfix {
  color: #dceaf9;
  font-weight: 400;
}
.mb-pricing-new ul.plan > li.recommended .topdesc .price .postfix:lang(en) {
  display: block;
  margin-top: 8px;
}
.mb-pricing-new ul.plan > li.recommended .topdesc a.switch {
  background-color: #fff;
  color: #3069e0;
  z-index: 1;
}
.mb-pricing-new ul.plan > li.recommended .topdesc a.switch:lang(en) {
  margin-top: 18px;
}
.mb-pricing-new ul.plan > li.recommended .topdesc a.switch:hover {
  background-color: #ecf0fc !important;
  color: #3069e0 !important;
}
.mb-pricing-new ul.plan > li.is-current-plan header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 0.75rem;
  height: 140px;
  line-height: 1.5;
  background-color: #eb5648;
  color: #fff;
}
.mb-pricing-new ul.plan > li.is-current-plan header h3 {
  margin: 0;
  font-size: 1rem;
}
.mb-pricing-new ul.plan > li.is-current-plan header h3 + .desc {
  display: initial;
  margin: 0;
  font-size: 0.875rem;
}
.mb-pricing-new ul.plan > li.is-current-plan header button.renew {
  display: block;
  margin: 1em auto;
  width: 7.5em;
  height: 34px;
  font-size: 1rem;
}
.mb-pricing-new ul.plan > li.is-current-plan header button.renew:disabled {
  border-color: #fff;
  color: #fff;
}
@media (max-width: 640px) {
  .mb-pricing-new ul.plan > li.is-current-plan header button.renew {
    display: none;
  }
}
ul.plan:not(:hover) > li.is-current-plan header,
.mb-pricing-new ul.plan > li.is-current-plan:hover header {
  margin-top: -10px;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.mb-pricing-new ul.plan > li.is-current-plan header ~ .price.yearly {
  margin-top: 145px;
}
ul.plan:not([data-country=CN]) > li.is-current-plan header ~ .price.yearly,
.mb-pricing-new ul.plan > li.is-current-plan header ~ .price.monthly,
.mb-pricing-new ul.plan > li.is-current-plan header ~ .price.yearly:not(:lang(zh)) {
  margin-top: calc(145px + 1rem);
}
.mb-pricing-new ul.plan > li.is-current-plan .price {
  font-size: 2.85em;
}
.mb-pricing-new ul.plan > li.is-current-plan a.switch,
.mb-pricing-new ul.plan > li.is-current-plan button.switch {
  display: none;
}
.mb-pricing-new ul.plan > li.is-current-plan .collaborator {
  margin-top: 0.8em;
}
.mb-pricing-new #sec2_1 {
  width: 100%;
  padding: 0rem 0;
  background-color: #fbfbfb;
}
.mb-pricing-new #sec2_1 .content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
.mb-pricing-new #sec2_1 .content .title {
  color: #415058;
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 1.125rem;
  text-align: center;
  padding: 0 1.5rem;
}
@media (max-width: 640px) {
  .mb-pricing-new #sec2_1 .content .title {
    font-size: 20px;
  }
}
.mb-pricing-new #sec2_1 .content a.reserve {
  margin: 1em auto 0;
  min-width: 13.8rem;
  max-width: 65%;
  height: 2.5rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: #298df8;
  border: none;
  border-radius: 2px;
  padding-left: 1em;
  padding-right: 1em;
}
.mb-pricing-new #sec2_1 .content a.reserve:hover {
  background-color: #317ae7 !important;
  border: none !important;
}
.mb-pricing-new #sec2 {
  padding: 3.5em 0 0;
  text-align: center;
}
.mb-pricing-new #sec2 .is-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.06);
  box-shadow: 0 6px 10px 0 rgba(0,0,0,0.06);
  z-index: 99;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
@media (max-width: 1024px) {
  .mb-pricing-new #sec2 .is-fixed {
    padding: 0;
  }
}
.mb-pricing-new #sec2 .header_height {
  display: none;
  height: 150px;
}
.mb-pricing-new #sec2 .header {
  width: 100%;
  padding: 1.5rem 0;
}
.mb-pricing-new #sec2 .header .header_content {
  width: 60.875rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.mb-pricing-new #sec2 .header .header_content .header_left {
  padding: 0 7px;
  width: 13.25rem;
  text-align: left;
  font-weight: 400;
  color: #415058;
  max-width: 18.5rem;
  min-width: 16rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mb-pricing-new #sec2 .header .header_content .header_left span {
  font-size: 1.5rem;
  color: #415058;
}
.mb-pricing-new #sec2 .header .header_content .header_right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.mb-pricing-new #sec2 .header .header_content .header_right li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 18.5rem;
  min-width: 16rem;
  text-align: center;
  font-weight: normal;
  line-height: 60px;
  color: #415058;
}
.mb-pricing-new #sec2 .header .header_content .header_right li span {
  line-height: 1;
}
.mb-pricing-new #sec2 .header .header_content .header_right li .title {
  color: #1f292e;
  font-size: 1rem;
  font-weight: 500;
}
.mb-pricing-new #sec2 .header .header_content .header_right li .year {
  padding-top: 0.5rem;
  min-height: 2em;
}
.mb-pricing-new #sec2 .header .header_content .header_right li .year span {
  font-size: 0.75rem;
  color: #415058;
  line-height: 1.5;
}
.mb-pricing-new #sec2 .header .header_content .header_right li .year .num {
  font-weight: 500;
  margin-right: -3px;
}
.mb-pricing-new #sec2 .header .header_content .header_right li .desc {
  color: #5b6b73;
  font-size: 12px;
  min-height: 1.5em;
  padding-top: 0.375rem;
}
.mb-pricing-new #sec2 .header .header_content .header_right li .table_switch {
  margin: 0.75rem auto 0;
  min-width: 11rem;
  max-width: 12rem;
  height: 2rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: #5b6b73;
  border: none;
  border-radius: 2px;
  padding: 0;
}
.mb-pricing-new #sec2 .header .header_content .header_right li .table_switch.disabled {
  background-color: #c8cdd0;
  cursor: not-allowed;
}
.mb-pricing-new #sec2 .header .header_content .header_right li .table_switch.disabled:hover {
  background-color: #c8cdd0 !important;
}
.mb-pricing-new #sec2 .header .header_content .header_right li .table_switch:hover {
  background-color: #415058 !important;
  border: none !important;
}
.mb-pricing-new #sec2 .content {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mb-pricing-new #sec2 table {
  margin: 0 auto;
  border-collapse: collapse;
}
.mb-pricing-new #sec2 .content > table,
.mb-pricing-new #sec2 .sticky table {
  width: 60.875rem;
}
.mb-pricing-new #sec2 .content > table table {
  width: 100%;
}
.mb-pricing-new #sec2 .sticky {
  position: fixed;
  top: 66px;
  left: 0;
  z-index: 5;
  display: none;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
}
.mb-pricing-new #sec2 caption,
.mb-pricing-new #sec2 tbody th {
  padding: 0 7px;
  width: 13.25rem;
  text-align: left;
  font-weight: 400;
  color: #415058;
}
.mb-pricing-new #sec2 th,
.mb-pricing-new #sec2 td {
  max-width: 18.5rem;
  min-width: 16rem;
  text-align: center;
}
.mb-pricing-new #sec2 caption,
.mb-pricing-new #sec2 table table tr {
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
}
.mb-pricing-new #sec2 caption {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  color: #415058;
}
.mb-pricing-new #sec2 .select {
  width: 22px;
  height: 22px;
  overflow: hidden;
  vertical-align: middle;
  background-image: url("/images/landing/pricing_new/get.svg");
  background-repeat: no-repeat;
  color: transparent;
}
.mb-pricing-new #sec2 .yes {
  display: inline-block;
}
.mb-pricing-new #sec2 .no {
  display: none;
}
.mb-pricing-new #sec2 .long-text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  height: 50px;
  font-size: 0.75rem;
  line-height: 1.2;
}
.mb-pricing-new #sec2 > button {
  min-width: 7em;
  max-width: 10em;
  height: 34px;
}
.mb-pricing-new #sec2.is-showing-all button.show-all,
.mb-pricing-new #sec2.is-showing-less button.show-less {
  display: none;
}
.mb-pricing-new #sec2.is-showing-less .content {
  position: relative;
  height: 330px !important;
  overflow: hidden;
}
.mb-pricing-new #sec2.is-showing-less .content:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 270px;
  background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 0%, #fff 100%);
  background-image: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0%, #fff 100%);
  background-image: -o-linear-gradient(270deg, rgba(255,255,255,0) 0%, #fff 100%);
  background-image: -ms-linear-gradient(270deg, rgba(255,255,255,0) 0%, #fff 100%);
  background-image: linear-gradient(-180deg, rgba(255,255,255,0) 0%, #fff 100%);
}
.mb-pricing-new #sec2.is-showing-all.is-sticky .sticky {
  display: block;
}
@media (max-width: 1023px) {
  .mb-pricing-new #sec2 {
    display: none;
  }
}
.mb-pricing-new #sec3_1 {
  margin-top: 6em;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 920px;
  background-image: -webkit-linear-gradient(270deg, #298df8 0%, #1c4de3 100%);
  background-image: -moz-linear-gradient(270deg, #298df8 0%, #1c4de3 100%);
  background-image: -o-linear-gradient(270deg, #298df8 0%, #1c4de3 100%);
  background-image: -ms-linear-gradient(270deg, #298df8 0%, #1c4de3 100%);
  background-image: linear-gradient(180deg, #298df8 0%, #1c4de3 100%);
}
@media (max-width: 640px) {
  .mb-pricing-new #sec3_1 {
    height: 1170px;
  }
}
.mb-pricing-new #sec3_1 #sec3_bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.mb-pricing-new #sec3_1 #sec3_bg .bg_1 {
  position: absolute;
  bottom: -1000px;
  right: -894px;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.mb-pricing-new #sec3_1 .content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  min-width: 19rem;
}
.mb-pricing-new #sec3_1 .content .title {
  font-size: 1.875rem;
  font-weight: 500;
}
@media (max-width: 640px) {
  .mb-pricing-new #sec3_1 .content .title {
    font-size: 20px;
  }
}
.mb-pricing-new #sec3_1 .content .desc {
  font-size: 0.75rem;
  padding: 0.75rem 0 1.125rem;
  color: #f2f2f2;
}
.mb-pricing-new #sec3_1 .content a.advisory {
  margin: 1em auto 0.5em;
  min-width: 13.8rem;
  max-width: 65%;
  height: 2.5rem;
  font-size: 0.875rem;
  background-color: #fff;
  color: #3069e0;
  border: none;
  border-radius: 2px;
}
.mb-pricing-new #sec3_1 .content a.advisory:hover {
  background-color: #ecf0fc !important;
  color: #3069e0 !important;
  border: none !important;
}
.mb-pricing-new #sec3_1 .icon_content {
  position: absolute;
  bottom: 80px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 640px) {
  .mb-pricing-new #sec3_1 .icon_content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 8%;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.mb-pricing-new #sec3_1 .icon_content .service {
  min-width: 11rem;
}
.mb-pricing-new #sec3_1 .icon_content .service:lang(en) {
  min-width: 17rem;
}
@media (max-width: 640px) {
  .mb-pricing-new #sec3_1 .icon_content .service {
    padding-top: 2.25rem;
  }
}
.mb-pricing-new #sec3_1 .icon_content .service .line {
  height: 190px;
}
@media (max-width: 640px) {
  .mb-pricing-new #sec3_1 .icon_content .service .line {
    top: 80px;
  }
}
.mb-pricing-new #sec3_1 .icon_content .features {
  margin-right: 157px;
  min-width: 23rem;
}
.mb-pricing-new #sec3_1 .icon_content ul {
  position: relative;
  overflow: hidden;
}
.mb-pricing-new #sec3_1 .icon_content ul .line {
  position: absolute;
  left: 25px;
  top: 45px;
  border: 1px dashed #c8cdd0;
  height: 100%;
}
.mb-pricing-new #sec3_1 .icon_content ul li:nth-child(2) img {
  margin: 2px 0 0 2px;
}
.mb-pricing-new #sec3_1 .icon_content ul li .title {
  color: #e8e8e8;
  font-size: 0.875rem;
  padding-left: 5px;
}
.mb-pricing-new #sec3_1 .icon_content ul li ul {
  padding-top: 24px;
}
.mb-pricing-new #sec3_1 .icon_content ul li ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 24px;
}
.mb-pricing-new #sec3_1 .icon_content ul li ul li .left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
}
.mb-pricing-new #sec3_1 .icon_content ul li ul li .right {
  font-size: 1rem;
  margin-left: 1.5rem;
}
@media (max-width: 640px) {
  .mb-pricing-new #sec3_1 .icon_content ul li ul li .right {
    font-size: 0.875rem;
    margin-left: 0.5rem;
  }
}
.mb-pricing-new #sec3_1 .icon_content ul li ul li:last-child {
  padding-bottom: 0;
}
.mb-pricing-new #sec3 {
  margin: 0 auto;
  padding: 0 2em;
  max-width: 68.75rem;
  height: 400px;
  color: #fff;
}
@media (min-width: 68.75rem) {
  .mb-pricing-new #sec3 {
    padding: 0;
  }
}
.mb-pricing-new #sec3:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: -10;
  display: block;
  width: 100vw;
  height: 400px;
  background-color: #f55d54;
  background-image: url(/webpack/edu-plan.192838aa90be715409cd2d9f700e7dca.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}
@media (max-width: 1024px) {
  .mb-pricing-new #sec3:before {
    background-position: center right;
  }
}
.mb-pricing-new #sec3 h2 {
  margin: 0;
  padding-top: 2em;
  font-size: 2em;
  font-weight: 500;
}
.mb-pricing-new #sec3 h3 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .mb-pricing-new #sec3 h3 {
    width: 36em;
  }
}
.mb-pricing-new #sec3 h3:after {
  content: '';
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0.5em 0 0 0.5em;
  border-top: 1px solid #fff;
}
.mb-pricing-new #sec3 a {
  color: rgba(255,255,255,0.8);
}
.mb-pricing-new #sec3 a:hover {
  color: #fff;
}
.mb-pricing-new #sec3 a.apply {
  width: 220px;
  height: 50px;
  font-size: 1rem;
}
.mb-pricing-new #sec3 > p {
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .mb-pricing-new #sec3 > p {
    width: 50em;
  }
}
@media (max-width: 640px) {
  .mb-pricing-new #sec3 > h2 + p {
    display: none;
  }
}
.mb-pricing-new #sec3 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 1em 0;
  width: 36em;
  font-size: 1rem;
  line-height: 1.5;
  list-style-type: decimal;
  list-style-position: inside;
}
@media (max-width: 640px) {
  .mb-pricing-new #sec3 ul {
    width: auto;
    display: block;
  }
}
.mb-pricing-new #sec3 .contact {
  color: rgba(255,255,255,0.8);
}
.mb-pricing-new #sec4 {
  position: relative;
}
@media (max-width: 1366px) {
  .mb-pricing-new #sec4 {
    padding: 0 2em;
  }
}
.mb-pricing-new #sec4 .sec4_content {
  margin: 0 auto;
  max-width: 68.75rem;
  padding: 5em 0 4em;
  margin-bottom: 3rem;
}
@media (max-width: 640px) {
  .mb-pricing-new #sec4 .sec4_content {
    margin-bottom: 0;
    padding: 2.5em 0 2em;
  }
}
.mb-pricing-new #sec4 #sec4_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fafafc;
  z-index: -1;
}
.mb-pricing-new #sec4 h2 {
  margin: 0 0 2em;
  font-size: 2em;
  text-align: center;
}
.mb-pricing-new #sec4 ol {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1.5;
  counter-reset: q;
}
.mb-pricing-new #sec4 ol:lang(zh) {
  text-align: justify;
}
.mb-pricing-new #sec4 ol li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 47.5%;
  -ms-flex: 0 0 47.5%;
  flex: 0 0 47.5%;
  margin-bottom: 4em;
}
@media (max-width: 640px) {
  .mb-pricing-new #sec4 ol li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 2em;
  }
}
.mb-pricing-new #sec4 ol li a:link {
  text-decoration: underline;
}
.mb-pricing-new #sec4 ol h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #1f292e;
}
.mb-pricing-new #sec4 ol h3:before {
  counter-increment: q;
  content: counter(q) '. ';
}
.mb-pricing-new #sec4 ol p {
  color: #5b6b73;
  line-height: 1.6;
}
.mb-pricing-new #sec4 ol p a {
  color: #298df8;
}
.mb-pricing-new #sec4 ol p a:hover {
  color: #1a70d8;
}
.mb-pricing-new #sec4 .more {
  color: #1f292e;
  font-size: 0.875rem;
  margin-top: -1em;
  text-align: center;
}
.mb-pricing-new #sec4 .more a {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
  margin: 1em auto;
  min-width: 13em;
  max-width: 14em;
  height: 40px;
  border-radius: 2px;
  background-color: #298df8;
  color: #fff;
  border-width: 0;
}
.mb-pricing-new #sec4 .more a:hover {
  background-color: #317ae7 !important;
  border-width: 0 !important;
}
.mb-pricing-new #pricing_activity_12 {
  width: 100%;
  height: 388px;
  background-image: url("/images/landing/pricing_new/activity/activity-header.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1279px) {
  .mb-pricing-new #pricing_activity_12 {
    height: 520px;
  }
}
@media (max-width: 640px) {
  .mb-pricing-new #pricing_activity_12 {
    display: none;
  }
}
.mb-pricing-new #pricing_activity_12 h2.title {
  font-size: 44px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  color: #fa575d;
  font-weight: 600;
  margin: 0;
  padding-top: 24px;
  padding-bottom: 6px;
}
.mb-pricing-new #pricing_activity_12 span.desc {
  font-size: 14px;
  color: #ff3939;
  font-weight: 600;
  line-height: 1.8;
  margin: 0 0 25px;
}
.mb-pricing-new #pricing_activity_12 ul.card {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mb-pricing-new #pricing_activity_12 ul.card li {
  width: 290px;
  height: 135px;
  background-image: url("/images/landing/pricing_new/activity/red.png");
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 40px;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.mb-pricing-new #pricing_activity_12 ul.card li:hover {
  -webkit-background-size: 102%;
  -moz-background-size: 102%;
  background-size: 102%;
}
@media (max-width: 989px) {
  .mb-pricing-new #pricing_activity_12 ul.card li {
    margin-right: 0;
  }
}
.mb-pricing-new #pricing_activity_12 ul.card li a.links {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.mb-pricing-new #pricing_activity_12 ul.card li .content {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 500;
}
.mb-pricing-new #pricing_activity_12 ul.card li .left {
  top: 21px;
  left: 20px;
  color: #994b18;
}
.mb-pricing-new #pricing_activity_12 ul.card li .left .discount {
  font-size: 36px;
  margin-bottom: 14px;
  line-height: 1;
}
.mb-pricing-new #pricing_activity_12 ul.card li .left .discount .year {
  font-size: 20px;
  margin-right: -8px;
}
.mb-pricing-new #pricing_activity_12 ul.card li .left .discount .count {
  font-size: 28px;
}
.mb-pricing-new #pricing_activity_12 ul.card li .left .explain {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
.mb-pricing-new #pricing_activity_12 ul.card li .right {
  top: 27px;
  right: 55px;
  color: #fff;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.mb-pricing-new #pricing_activity_12 ul.card li .right .plan {
  font-size: 20px;
  margin-bottom: 24px;
}
.mb-pricing-new #pricing_activity_12 ul.card li .right .coupon {
  font-weight: 400;
  font-size: 14px;
}
.mb-pricing-new #pricing_activity_12 ul.card li .right .coupon .num {
  color: #ffe892;
  font-size: 22px;
  font-weight: 500;
}
.mb-pricing-new #pricing_activity_12 ul.card li:nth-child(2) .right {
  right: 31px;
}
.mb-pricing-new #pricing_activity_12 ul.card li:nth-child(2) .left {
  left: 14px;
}
.mb-pricing-new #pricing_activity_12 ul.card li:nth-child(3) .left {
  top: 28px;
}
.mb-pricing-new #pricing_activity_12 ul.card li:nth-child(3) .left .discount {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
  margin-bottom: 13px;
}
.mb-pricing-new #pricing_activity_12 ul.card li:nth-child(3) .left .discount .addition {
  font-size: 26px;
  margin: 5px 0 0 3px;
}
.mb-pricing-new #pricing_activity_12 ul.card li:nth-child(3) .right {
  right: 14px;
}
.mb-pricing-new #pricing_activity_12 ul.card li:nth-child(3) .bottom {
  position: absolute;
  bottom: -13px;
  left: 35px;
  width: 226px;
  height: 42px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, #fff 1%, #fff0e6 99%);
  background-image: -moz-linear-gradient(270deg, #fff 1%, #fff0e6 99%);
  background-image: -o-linear-gradient(270deg, #fff 1%, #fff0e6 99%);
  background-image: -ms-linear-gradient(270deg, #fff 1%, #fff0e6 99%);
  background-image: linear-gradient(180deg, #fff 1%, #fff0e6 99%);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
  border-radius: 4px;
}
.mb-pricing-new #pricing_activity_12 ul.card li:nth-child(3) .bottom .form_content {
  width: 159px;
  color: #893d00;
  font-size: 12px;
  padding: 0 12px;
  line-height: 1.4;
}
.mb-pricing-new #pricing_activity_12 ul.card li:nth-child(3) .bottom .form {
  z-index: 2;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #298df8;
  color: #fff;
  font-weight: 500;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.mb-pricing-new #pricing_activity_12 ul.card li:nth-child(3) .bottom .form:hover {
  background-color: #1a70d8;
}
.mb-pricing-new #pricing_activity_12 ul.card li:nth-child(3) .bottom .form:active {
  color: rgba(255,255,255,0.6);
}
.mb-pricing-new #pricing_activity_12 ul.card li:last-child {
  margin-right: 0;
  background-image: url("/images/landing/pricing_new/activity/black.png");
}
@media (max-width: 1279px) {
  .mb-pricing-new #pricing_activity_12 ul.card li:last-child {
    margin-right: 40px;
  }
}
@media (max-width: 989px) {
  .mb-pricing-new #pricing_activity_12 ul.card li:last-child {
    margin-right: 0;
  }
}
.mb-pricing-new #pricing_activity_12 ul.card li:last-child::after {
  display: inline-block;
  content: '忙艩垄';
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ff6161;
  position: absolute;
  right: -14px;
  top: -17px;
  text-align: center;
  line-height: 60px;
  font-size: 34px;
  font-weight: bolder;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.mb-pricing-new #pricing_activity_12 ul.card li:last-child .left {
  top: 38px;
  left: 18px;
}
.mb-pricing-new #pricing_activity_12 ul.card li:last-child .left .discount {
  font-size: 28px;
  margin-bottom: 18px;
}
.mb-pricing-new #pricing_activity_12 ul.card li:last-child .right {
  right: 30px;
}
.mb-pricing-new #pricing_activity_12 ul.card li:last-child .right .plan {
  margin-bottom: 32px;
}
.mb-pricing-new #pricing_activity_12 ul.card li:last-child .right .coupon {
  color: #ffe892;
  font-size: 14px;
}
.mb-pricing-new #pricing_activity_12 button.buy_it {
  width: 264px;
  height: 34px;
  background-color: #f9575d;
  border-radius: 16px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 50px 0 9px;
  cursor: default;
  padding-left: 8px;
}
@media (max-width: 1279px) {
  .mb-pricing-new #pricing_activity_12 button.buy_it {
    margin-top: 40px;
  }
}
.mb-pricing-new #pricing_activity_12 button.buy_it img {
  margin-right: 8px;
}
.mb-pricing-new #pricing_activity_12 span.buy_plan {
  color: #994b18;
  font-size: 12px;
}
.mb-pricing-new #pricing_activity_12 span.buy_plan a.details {
  text-decoration: underline;
  color: #298df8;
  cursor: pointer;
}
.mb-pricing-new #pricing_activity_12 span.buy_plan a.details:hover {
  color: #1a70d8;
}
.mb-pricing-new #pricing_activity_12 span.buy_plan a.details:focus {
  color: rgba(41,141,248,0.6);
}
.mb-enterprise-solution {
  color: #415058;
}
.mb-enterprise-solution .mb-footer-new {
  background-color: #f7f9fc;
}
.mb-enterprise-solution h2 {
  margin: 0;
}
.mb-enterprise-solution a {
  color: #415058;
}
.mb-enterprise-solution #sec1 {
  position: relative;
  text-align: center;
  height: 33.8125rem;
}
@media (max-width: 640px) {
  .mb-enterprise-solution #sec1 {
    padding-bottom: 5rem;
    height: auto;
  }
}
.mb-enterprise-solution #sec1 #sec1_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: url("/images/landing/nav_enterprise/enterprise_solution/sec1_bg.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.mb-enterprise-solution #sec1 h2 {
  line-height: 1.4;
  padding-top: 6.8rem;
  font-size: 3.125rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 3px;
}
@media (max-width: 640px) {
  .mb-enterprise-solution #sec1 h2 {
    font-size: 1.625rem;
    margin-bottom: 1rem;
    padding-top: 5rem;
  }
}
.mb-enterprise-solution #sec1 .desc {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.4;
  margin-top: 1.375rem;
  margin-bottom: 4rem;
}
.mb-enterprise-solution #sec1 .btnwrap a {
  padding: 9px 3.375rem;
  font-weight: 500;
  border-radius: 2px;
}
.mb-enterprise-solution #sec1 .btnwrap a:lang(en) {
  padding: 9px 1.5rem;
}
@media (max-width: 640px) {
  .mb-enterprise-solution #sec1 .btnwrap a:lang(en) {
    padding: 0.5rem 0.5rem;
  }
}
@media (max-width: 640px) {
  .mb-enterprise-solution #sec1 .btnwrap a {
    padding: 0.5rem 1.5rem;
  }
}
.mb-enterprise-solution #sec1 .btnwrap .advisory {
  background-color: rgba(255,255,255,0.6);
  margin-right: 20px;
}
@media (max-width: 640px) {
  .mb-enterprise-solution #sec1 .btnwrap .advisory {
    margin-right: 0.5rem;
  }
}
.mb-enterprise-solution #sec1 .btnwrap .advisory:hover {
  background-color: #415058;
  color: #fff;
}
.mb-enterprise-solution #sec1 .btnwrap .to-workspace {
  background-color: #1f292e;
  color: #fcfcfc;
}
.mb-enterprise-solution #sec1 .btnwrap .to-workspace:hover {
  background-color: #415058;
}
.mb-enterprise-solution #sec2 {
  text-align: center;
}
.mb-enterprise-solution #sec2 .is-fixed {
  position: fixed;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.06);
  box-shadow: 0 6px 10px 0 rgba(0,0,0,0.06);
  z-index: 99;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
@media (max-width: 1024px) {
  .mb-enterprise-solution #sec2 .is-fixed {
    padding: 0;
  }
}
.mb-enterprise-solution #sec2 .header_height {
  display: none;
  height: 150px;
}
@media (max-width: 640px) {
  .mb-enterprise-solution #sec2 .header_height {
    height: 50px;
  }
}
.mb-enterprise-solution #sec2 #tabWrap {
  padding: 1rem 0 14px;
  width: 100%;
}
@media (max-width: 640px) {
  .mb-enterprise-solution #sec2 #tabWrap {
    padding-bottom: 0;
  }
}
.mb-enterprise-solution #sec2 #tabWrap ul.subBtnWrap {
  padding-top: 14px;
}
@media (max-width: 640px) {
  .mb-enterprise-solution #sec2 #tabWrap ul.subBtnWrap {
    display: none;
  }
}
.mb-enterprise-solution #sec2 #tabWrap ul.subBtnWrap li.header.is-active {
  display: inline-block;
}
.mb-enterprise-solution #sec2 #tabWrap ul.subBtnWrap li.header {
  display: none;
}
@media (max-width: 640px) {
  .mb-enterprise-solution #sec2 #tabWrap ul.subBtnWrap li.header {
    padding: 0 1.5rem;
    text-align: left;
  }
}
.mb-enterprise-solution #sec2 #tabWrap ul.subBtnWrap li.header button {
  padding: 10px 21px;
  margin-right: 40px;
  font-size: 12px;
  border-radius: 2px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media (max-width: 805px) {
  .mb-enterprise-solution #sec2 #tabWrap ul.subBtnWrap li.header button:lang(en) {
    margin-right: 1rem;
  }
}
@media (max-width: 640px) {
  .mb-enterprise-solution #sec2 #tabWrap ul.subBtnWrap li.header button {
    margin: 0.5rem;
  }
}
.mb-enterprise-solution #sec2 #tabWrap ul.subBtnWrap li.header button:hover {
  background-color: #f2f2f2;
}
.mb-enterprise-solution #sec2 #tabWrap ul.subBtnWrap li.header button:last-child {
  margin-right: 0;
}
.mb-enterprise-solution #sec2 #tabWrap ul.subBtnWrap li.header .active {
  background-color: #415058;
  color: #fff;
  pointer-events: none;
}
.mb-enterprise-solution #sec2 #tabWrap .tabs {
  border-bottom: 1px solid #d9d9d9;
}
.mb-enterprise-solution #sec2 #tabWrap .tabs .btnWrap {
  position: relative;
  display: inline-block;
}
.mb-enterprise-solution #sec2 #tabWrap .tabs .btnWrap .indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 134px;
  background-color: #ff6161;
  -webkit-transition: 0.2s all ease-out;
  -moz-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  -ms-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
.mb-enterprise-solution #sec2 #tabWrap .tabs .btnWrap .indicator:lang(en) {
  width: 97px;
}
.mb-enterprise-solution #sec2 #tabWrap .tabs .btnWrap button {
  line-height: 1.4;
  font-size: 1rem;
  padding: 0 1.1875rem 1rem;
}
.mb-enterprise-solution #sec2 #tabWrap .tabs .btnWrap .industry {
  margin-right: 10rem;
}
@media (max-width: 640px) {
  .mb-enterprise-solution #sec2 #tabWrap .tabs .btnWrap .industry {
    margin-right: 1rem;
  }
}
.mb-enterprise-solution #sec2 #tabContent .content {
  display: none;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mb-enterprise-solution #sec2 #tabContent .active {
  display: block;
}
.mb-enterprise-solution #sec2 #tabContent .active ul.mainContent {
  max-width: 90rem;
  width: 80%;
  margin: 5rem auto;
}
@media (max-width: 640px) {
  .mb-enterprise-solution #sec2 #tabContent .active ul.mainContent {
    margin: 3rem auto;
    width: 100%;
  }
}
.mb-enterprise-solution #sec2 #tabContent .active ul.mainContent li {
  display: none;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media (max-width: 640px) {
  .mb-enterprise-solution #sec2 #tabContent .active ul.mainContent li {
    display: block;
    padding: 0 1.5rem;
    margin-top: 4rem;
  }
  .mb-enterprise-solution #sec2 #tabContent .active ul.mainContent li:first-child {
    margin-top: 0;
  }
}
.mb-enterprise-solution #sec2 #tabContent .active ul.mainContent li.current {
  display: block;
}
.mb-enterprise-solution #sec2 #tabContent .active ul.mainContent .title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1.1875rem;
  margin-top: 0;
  color: #1f292e;
}
.mb-enterprise-solution #sec2 #tabContent .active ul.mainContent .desc {
  font-size: 1rem;
  max-width: 38.2rem;
  margin: 0 auto 7.625rem;
  line-height: 2;
}
@media (max-width: 1024px) {
  .mb-enterprise-solution #sec2 #tabContent .active ul.mainContent .desc {
    margin-bottom: 3rem;
  }
}
.mb-enterprise-solution #sec2 #tabContent .active ul.mainContent #quote {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 9.25rem;
}
@media (max-width: 1024px) {
  .mb-enterprise-solution #sec2 #tabContent .active ul.mainContent #quote {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 3rem;
  }
}
.mb-enterprise-solution #sec2 #tabContent .active ul.mainContent #quote:last-child {
  margin-bottom: 0;
}
.mb-enterprise-solution #sec2 #tabContent .active ul.mainContent #quote .quote_content {
  text-align: left;
  max-width: 471px;
  min-width: 42%;
  color: #5b6b73;
}
.mb-enterprise-solution #sec2 #tabContent .active ul.mainContent #quote .quote_content .quote_title {
  color: #1f292e;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 19px;
}
.mb-enterprise-solution #sec2 #tabContent .active ul.mainContent #quote .quote_content .quote_desc {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}
.mb-enterprise-solution #sec2 #tabContent .active ul.mainContent #quote .screenshot img {
  width: 100%;
  min-width: 300px;
  height: auto;
}
@media (max-width: 1024px) {
  .mb-enterprise-solution #sec2 #tabContent .active ul.mainContent #quote .screenshot img {
    width: 60%;
  }
}
.mb-enterprise-solution #sec2 #tabContent .active ul.mainContent #quote:nth-of-type(odd) .quote_content {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-left: 6.2rem;
}
@media (max-width: 1024px) {
  .mb-enterprise-solution #sec2 #tabContent .active ul.mainContent #quote:nth-of-type(odd) .quote_content {
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1024px) {
  .mb-enterprise-solution #sec2 #tabContent .active ul.mainContent #quote:nth-of-type(odd) .screenshot {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.mb-enterprise-solution #sec2 #tabContent .active ul.mainContent #quote:nth-of-type(even) .quote_content {
  margin-right: 6.2rem;
}
@media (max-width: 1024px) {
  .mb-enterprise-solution #sec2 #tabContent .active ul.mainContent #quote:nth-of-type(even) .quote_content {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.mb-enterprise-solution #sec3 {
  position: relative;
  background-color: #f7f9fc;
  padding: 5rem 0 10rem;
}
@media (max-width: 1024px) {
  .mb-enterprise-solution #sec3 {
    padding: 3rem 0;
  }
}
.mb-enterprise-solution #sec3 .content {
  margin: 0 auto;
  max-width: 90rem;
  width: 80%;
  background: #fff;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,0.1);
  box-shadow: 0 6px 12px 0 rgba(0,0,0,0.1);
  border-radius: 20px;
  padding: 4.5rem 0 4rem;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 640px) {
  .mb-enterprise-solution #sec3 .content {
    padding: 3rem 0rem;
    border-radius: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .mb-enterprise-solution #sec3 .content #back_img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.mb-enterprise-solution #sec3 .content #back_img p {
  margin: 0;
  background-color: rgba(31,33,71,0.03);
  z-index: -1;
}
.mb-enterprise-solution #sec3 .content #back_img img {
  z-index: -1;
}
.mb-enterprise-solution #sec3 .content #back_img .back_1 {
  position: absolute;
  top: 2.25rem;
  left: 3.0625rem;
  z-index: -1;
}
.mb-enterprise-solution #sec3 .content #back_img .back_2 {
  position: absolute;
  left: 10%;
  top: 31%;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 7.5rem;
  z-index: -2;
}
.mb-enterprise-solution #sec3 .content #back_img .back_3 {
  position: absolute;
  width: 6rem;
  height: 6rem;
  bottom: -20%;
  -webkit-transform: rotate(-27deg);
  -moz-transform: rotate(-27deg);
  -o-transform: rotate(-27deg);
  -ms-transform: rotate(-27deg);
  transform: rotate(-27deg);
  border-radius: 7px;
}
.mb-enterprise-solution #sec3 .content #back_img .back_4 {
  position: absolute;
  bottom: -37%;
  right: 46%;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 7.5rem;
}
.mb-enterprise-solution #sec3 .content #back_img .back_5 {
  position: absolute;
  top: -27%;
  right: 32%;
  width: 9.125rem;
  height: 9.125rem;
  border-radius: 9.125rem;
}
.mb-enterprise-solution #sec3 .content #back_img .back_6 {
  position: absolute;
  top: 28%;
  right: 4%;
  -webkit-transform: rotate(32deg);
  -moz-transform: rotate(32deg);
  -o-transform: rotate(32deg);
  -ms-transform: rotate(32deg);
  transform: rotate(32deg);
}
.mb-enterprise-solution #sec3 .content #back_img .back_7 {
  position: absolute;
  top: 8%;
  right: 1.5%;
  width: 6rem;
  height: 6rem;
  -webkit-transform: rotate(-27deg);
  -moz-transform: rotate(-27deg);
  -o-transform: rotate(-27deg);
  -ms-transform: rotate(-27deg);
  transform: rotate(-27deg);
  border-radius: 7px;
}
.mb-enterprise-solution #sec3 .content .title {
  font-size: 2.25rem;
  line-height: 1.4;
  margin-bottom: 2.5rem;
}
@media (max-width: 640px) {
  .mb-enterprise-solution #sec3 .content .title {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    padding: 0;
  }
}
.mb-enterprise-solution #sec3 .content .btnwrap a {
  padding: 9px 2.4375rem;
  border-radius: 2px;
  font-weight: 500;
}
.mb-enterprise-solution #sec3 .content .btnwrap a:lang(en) {
  padding: 9px 1.5rem;
}
@media (max-width: 640px) {
  .mb-enterprise-solution #sec3 .content .btnwrap a:lang(en) {
    padding: 0.5rem 0.5rem;
  }
}
@media (max-width: 640px) {
  .mb-enterprise-solution #sec3 .content .btnwrap a {
    padding: 0.5rem 1.5rem;
  }
}
.mb-enterprise-solution #sec3 .content .btnwrap .advisory {
  border: 1px solid #5b6b73;
  margin-right: 20px;
}
@media (max-width: 640px) {
  .mb-enterprise-solution #sec3 .content .btnwrap .advisory {
    margin-right: 0.5rem;
  }
}
.mb-enterprise-solution #sec3 .content .btnwrap .advisory:hover {
  background-color: #415058;
  color: #fff;
}
.mb-enterprise-solution #sec3 .content .btnwrap .to-workspace {
  background-color: #415058;
  color: #fff;
}
.mb-enterprise-solution #sec3 .content .btnwrap .to-workspace:hover {
  background-color: #1f292e;
  color: #fff;
}
.mb-enterprise-introduct {
  color: #415058;
}
.mb-enterprise-introduct a {
  color: #415058;
}
.mb-enterprise-introduct h2 {
  margin: 0;
}
.mb-enterprise-introduct #sec1 {
  position: relative;
  text-align: center;
  padding: 0 5rem;
}
.mb-enterprise-introduct #sec1:before {
  display: inline-block;
  content: '';
  background-image: -webkit-linear-gradient(291deg, #fff 4%, #f5f5f8 100%);
  background-image: -moz-linear-gradient(291deg, #fff 4%, #f5f5f8 100%);
  background-image: -o-linear-gradient(291deg, #fff 4%, #f5f5f8 100%);
  background-image: -ms-linear-gradient(291deg, #fff 4%, #f5f5f8 100%);
  background-image: linear-gradient(159deg, #fff 4%, #f5f5f8 100%);
  width: 258px;
  height: 258px;
  border-radius: 50%;
  position: absolute;
  right: -129px;
  top: 124px;
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec1:before {
    display: none;
  }
}
.mb-enterprise-introduct #sec1:after {
  display: inline-block;
  content: '';
  background-image: -webkit-linear-gradient(291deg, #fff 4%, #f5f5f8 100%);
  background-image: -moz-linear-gradient(291deg, #fff 4%, #f5f5f8 100%);
  background-image: -o-linear-gradient(291deg, #fff 4%, #f5f5f8 100%);
  background-image: -ms-linear-gradient(291deg, #fff 4%, #f5f5f8 100%);
  background-image: linear-gradient(159deg, #fff 4%, #f5f5f8 100%);
  -webkit-transform: rotate(29deg);
  -moz-transform: rotate(29deg);
  -o-transform: rotate(29deg);
  -ms-transform: rotate(29deg);
  transform: rotate(29deg);
  width: 208px;
  height: 208px;
  border-radius: 50%;
  position: absolute;
  left: -158px;
  bottom: 10px;
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec1:after {
    display: none;
  }
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec1 {
    padding: 0 1.5rem;
  }
}
.mb-enterprise-introduct #sec1 h2 {
  line-height: 1.4;
  padding-top: 4.1rem;
  font-size: 3.125rem;
  font-weight: 500;
  color: #1f292e;
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec1 h2 {
    font-size: 2rem;
    padding-top: 3rem;
  }
}
.mb-enterprise-introduct #sec1 .desc {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 1.25rem;
  margin-bottom: 2.6rem;
  color: #1f292e;
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec1 .desc {
    font-size: 1rem;
  }
}
.mb-enterprise-introduct #sec1 .sec1Btn a {
  padding: 10px 2.5rem;
  font-weight: 500;
  border-radius: 2px;
  height: 2.375rem;
}
.mb-enterprise-introduct #sec1 .sec1Btn a:lang(en) {
  padding: 10px 1.5rem;
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec1 .sec1Btn a:lang(en) {
    padding: 0.5rem 0.5rem;
  }
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec1 .sec1Btn a {
    padding: 0.5rem 1.5rem;
  }
}
.mb-enterprise-introduct #sec1 .sec1Btn .to-pricing {
  background-color: #fff;
  border: 1px solid #ff6161;
  color: #ff6161;
  margin-right: 20px;
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec1 .sec1Btn .to-pricing {
    margin-right: 0.5rem;
  }
}
.mb-enterprise-introduct #sec1 .sec1Btn .to-pricing:hover {
  background: #ff6161;
  color: #fff;
}
.mb-enterprise-introduct #sec1 .sec1Btn .to-workspace {
  background-color: #ff6161;
  color: #fff;
}
.mb-enterprise-introduct #sec1 .sec1Btn .to-workspace:hover {
  background: #ec4954;
}
.mb-enterprise-introduct #sec1 img {
  width: 100%;
  margin-top: 4.5rem;
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec1 img {
    margin-top: 1.5rem;
  }
}
.mb-enterprise-introduct #sec2 {
  text-align: center;
}
.mb-enterprise-introduct #sec2 .is-fixed {
  position: fixed;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.06);
  box-shadow: 0 6px 10px 0 rgba(0,0,0,0.06);
  z-index: 99;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.mb-enterprise-introduct #sec2 .header_height {
  display: none;
  height: 50px;
}
.mb-enterprise-introduct #sec2 #tabWrap {
  padding-top: 1rem;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
}
.mb-enterprise-introduct #sec2 #tabWrap .btnWrap {
  position: relative;
  display: inline-block;
}
.mb-enterprise-introduct #sec2 #tabWrap .btnWrap .indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 118px;
  background-color: #ff6161;
  -webkit-transition: 0.2s all ease-out;
  -moz-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  -ms-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
.mb-enterprise-introduct #sec2 #tabWrap .btnWrap .indicator:lang(en) {
  width: 183px;
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec2 #tabWrap .btnWrap .indicator:lang(en) {
    width: 143px;
  }
}
.mb-enterprise-introduct #sec2 #tabWrap .btnWrap button {
  line-height: 1.4;
  font-size: 1rem;
  padding: 0 1.1875rem 1rem;
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec2 #tabWrap .btnWrap button:lang(en) {
    font-size: 14px;
    padding: 0 5px 1rem;
  }
}
.mb-enterprise-introduct #sec2 #tabWrap .btnWrap .industry {
  margin-right: 11.5rem;
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec2 #tabWrap .btnWrap .industry {
    margin-right: 2rem;
  }
  .mb-enterprise-introduct #sec2 #tabWrap .btnWrap .industry:lang(en) {
    margin-right: 5px;
  }
}
.mb-enterprise-introduct #sec2 #content {
  max-width: 90rem;
  width: 80%;
  margin: 0 auto;
  padding-top: 5.5rem;
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec2 #content {
    padding-top: 3rem;
    width: auto;
  }
}
.mb-enterprise-introduct #sec2 #content li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 7.5rem;
}
@media (max-width: 1024px) {
  .mb-enterprise-introduct #sec2 #content li {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 1.5rem;
    margin-bottom: 4rem;
  }
}
.mb-enterprise-introduct #sec2 #content li .quote_content {
  text-align: left;
  max-width: 471px;
  min-width: 42%;
  color: #415058;
}
.mb-enterprise-introduct #sec2 #content li .quote_content .quote_tips {
  color: #5b6b73;
}
.mb-enterprise-introduct #sec2 #content li .quote_content .quote_title {
  color: #1f292e;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 19px;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec2 #content li .quote_content .quote_title {
    font-size: 2rem;
  }
}
.mb-enterprise-introduct #sec2 #content li .quote_content ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .mb-enterprise-introduct #sec2 #content li .quote_content ul {
    margin-bottom: 2rem;
  }
}
.mb-enterprise-introduct #sec2 #content li .quote_content ul li {
  margin-bottom: 24px;
  font-size: 1rem;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .mb-enterprise-introduct #sec2 #content li .quote_content ul li {
    padding: 0;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.mb-enterprise-introduct #sec2 #content li .quote_content .quote_desc {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 300;
}
.mb-enterprise-introduct #sec2 #content li .screenshot img {
  width: 100%;
  height: auto;
}
.mb-enterprise-introduct #sec2 #content #quote_last {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 6.25rem;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec2 #content #quote_last {
    padding-top: 0;
  }
}
.mb-enterprise-introduct #sec2 #content #quote_last .quote_content {
  text-align: center;
}
@media (max-width: 1024px) {
  .mb-enterprise-introduct #sec2 #content #quote_last .quote_content {
    text-align: left;
  }
}
.mb-enterprise-introduct #sec2 #content #quote:nth-child(5) {
  margin-bottom: 3.25rem;
}
.mb-enterprise-introduct #sec2 #content #quote:nth-of-type(odd) .quote_content {
  margin-right: 10rem;
}
@media (max-width: 1024px) {
  .mb-enterprise-introduct #sec2 #content #quote:nth-of-type(odd) .quote_content {
    margin: 0;
  }
}
.mb-enterprise-introduct #sec2 #content #quote:nth-of-type(even) .quote_content {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-left: 10rem;
}
@media (max-width: 1024px) {
  .mb-enterprise-introduct #sec2 #content #quote:nth-of-type(even) .quote_content {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .mb-enterprise-introduct #sec2 #content #quote:nth-of-type(even) .screenshot {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.mb-enterprise-introduct #sec3 {
  margin-top: 6em;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 920px;
  background-image: -webkit-linear-gradient(270deg, #298df8 0%, #1c4de3 100%);
  background-image: -moz-linear-gradient(270deg, #298df8 0%, #1c4de3 100%);
  background-image: -o-linear-gradient(270deg, #298df8 0%, #1c4de3 100%);
  background-image: -ms-linear-gradient(270deg, #298df8 0%, #1c4de3 100%);
  background-image: linear-gradient(180deg, #298df8 0%, #1c4de3 100%);
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec3 {
    height: 1170px;
  }
}
.mb-enterprise-introduct #sec3 #sec3_bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.mb-enterprise-introduct #sec3 #sec3_bg .bg_1 {
  position: absolute;
  bottom: -1000px;
  right: -894px;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.mb-enterprise-introduct #sec3 .content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  min-width: 19rem;
}
.mb-enterprise-introduct #sec3 .content .title {
  font-size: 1.875rem;
  font-weight: 500;
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec3 .content .title {
    font-size: 20px;
  }
}
.mb-enterprise-introduct #sec3 .content .desc {
  font-size: 0.75rem;
  padding: 0.75rem 0 1.125rem;
  color: #f2f2f2;
}
.mb-enterprise-introduct #sec3 .content a.advisory {
  margin: 1em auto 0.5em;
  min-width: 13.8rem;
  max-width: 65%;
  height: 2.5rem;
  font-size: 0.875rem;
  background-color: #fff;
  color: #3069e0;
  border: none;
  border-radius: 2px;
}
.mb-enterprise-introduct #sec3 .content a.advisory:hover {
  background-color: #ecf0fc !important;
  color: #3069e0 !important;
  border: none !important;
}
.mb-enterprise-introduct #sec3 .icon_content {
  position: absolute;
  bottom: 80px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec3 .icon_content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 8%;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.mb-enterprise-introduct #sec3 .icon_content .service {
  min-width: 11rem;
}
.mb-enterprise-introduct #sec3 .icon_content .service:lang(en) {
  min-width: 17rem;
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec3 .icon_content .service {
    padding-top: 2.25rem;
  }
}
.mb-enterprise-introduct #sec3 .icon_content .service .line {
  height: 190px;
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec3 .icon_content .service .line {
    top: 80px;
  }
}
.mb-enterprise-introduct #sec3 .icon_content .features {
  margin-right: 157px;
  min-width: 23rem;
}
.mb-enterprise-introduct #sec3 .icon_content ul {
  position: relative;
  overflow: hidden;
}
.mb-enterprise-introduct #sec3 .icon_content ul .line {
  position: absolute;
  left: 25px;
  top: 45px;
  border: 1px dashed #c8cdd0;
  height: 100%;
}
.mb-enterprise-introduct #sec3 .icon_content ul li:nth-child(2) img {
  margin: 2px 0 0 2px;
}
.mb-enterprise-introduct #sec3 .icon_content ul li .title {
  color: #e8e8e8;
  font-size: 0.875rem;
  padding-left: 5px;
}
.mb-enterprise-introduct #sec3 .icon_content ul li ul {
  padding-top: 24px;
}
.mb-enterprise-introduct #sec3 .icon_content ul li ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 24px;
}
.mb-enterprise-introduct #sec3 .icon_content ul li ul li .left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
}
.mb-enterprise-introduct #sec3 .icon_content ul li ul li .right {
  font-size: 1rem;
  margin-left: 1.5rem;
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec3 .icon_content ul li ul li .right {
    font-size: 0.875rem;
    margin-left: 0.5rem;
  }
}
.mb-enterprise-introduct #sec3 .icon_content ul li ul li:last-child {
  padding-bottom: 0;
}
.mb-enterprise-introduct #sec4 {
  position: relative;
  margin-top: 3.5rem;
  padding: 0 5.5rem;
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec4 {
    padding: 0;
  }
}
.mb-enterprise-introduct #sec4 .content {
  margin: 0 auto 6rem;
  max-width: 90rem;
  background-image: -webkit-linear-gradient(307deg, #298df8 0%, #1c4de3 100%);
  background-image: -moz-linear-gradient(307deg, #298df8 0%, #1c4de3 100%);
  background-image: -o-linear-gradient(307deg, #298df8 0%, #1c4de3 100%);
  background-image: -ms-linear-gradient(307deg, #298df8 0%, #1c4de3 100%);
  background-image: linear-gradient(143deg, #298df8 0%, #1c4de3 100%);
  -webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,0.1);
  box-shadow: 0 6px 12px 0 rgba(0,0,0,0.1);
  border-radius: 20px;
  padding: 4.5rem 0 4rem;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec4 .content {
    border-radius: 0;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .mb-enterprise-introduct #sec4 .content #back_img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.mb-enterprise-introduct #sec4 .content #back_img p {
  margin: 0;
  background-color: rgba(255,255,255,0.03);
  z-index: -1;
}
.mb-enterprise-introduct #sec4 .content #back_img img {
  z-index: -1;
}
.mb-enterprise-introduct #sec4 .content #back_img .back_1 {
  position: absolute;
  top: 2.25rem;
  left: 3.0625rem;
  z-index: -1;
}
.mb-enterprise-introduct #sec4 .content #back_img .back_2 {
  position: absolute;
  left: 10%;
  top: 31%;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 7.5rem;
  z-index: -2;
}
.mb-enterprise-introduct #sec4 .content #back_img .back_3 {
  position: absolute;
  width: 6rem;
  height: 6rem;
  bottom: -20%;
  -webkit-transform: rotate(-27deg);
  -moz-transform: rotate(-27deg);
  -o-transform: rotate(-27deg);
  -ms-transform: rotate(-27deg);
  transform: rotate(-27deg);
  border-radius: 7px;
}
.mb-enterprise-introduct #sec4 .content #back_img .back_4 {
  position: absolute;
  bottom: -37%;
  right: 46%;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 7.5rem;
  background-color: rgba(0,0,0,0.02);
}
.mb-enterprise-introduct #sec4 .content #back_img .back_5 {
  position: absolute;
  top: -27%;
  right: 32%;
  width: 9.125rem;
  height: 9.125rem;
  border-radius: 9.125rem;
  background-color: rgba(0,0,0,0.02);
}
.mb-enterprise-introduct #sec4 .content #back_img .back_6 {
  position: absolute;
  top: 28%;
  right: 4%;
  -webkit-transform: rotate(32deg);
  -moz-transform: rotate(32deg);
  -o-transform: rotate(32deg);
  -ms-transform: rotate(32deg);
  transform: rotate(32deg);
}
.mb-enterprise-introduct #sec4 .content #back_img .back_7 {
  position: absolute;
  top: 8%;
  right: 1.5%;
  width: 6rem;
  height: 6rem;
  -webkit-transform: rotate(-27deg);
  -moz-transform: rotate(-27deg);
  -o-transform: rotate(-27deg);
  -ms-transform: rotate(-27deg);
  transform: rotate(-27deg);
  border-radius: 7px;
  background-color: rgba(0,0,0,0.02);
}
.mb-enterprise-introduct #sec4 .content .title {
  font-size: 2.25rem;
  line-height: 1.4;
  margin-bottom: 2.5rem;
  color: #fff;
  padding: 0 4rem;
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec4 .content .title {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    padding: 0;
  }
}
.mb-enterprise-introduct #sec4 .content .btnwrap a {
  padding: 9px 2.4375rem;
  border-radius: 2px;
  font-weight: 500;
}
.mb-enterprise-introduct #sec4 .content .btnwrap a:lang(en) {
  padding: 9px 1.5rem;
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec4 .content .btnwrap a:lang(en) {
    padding: 0.5rem 0.5rem;
  }
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec4 .content .btnwrap a {
    padding: 0.5rem 1.5rem;
  }
}
.mb-enterprise-introduct #sec4 .content .btnwrap .advisory {
  border: 1px solid #fff;
  margin-right: 20px;
  color: #fff;
}
@media (max-width: 640px) {
  .mb-enterprise-introduct #sec4 .content .btnwrap .advisory {
    margin-right: 5px;
  }
}
.mb-enterprise-introduct #sec4 .content .btnwrap .advisory:hover {
  background-color: #fff;
  color: #3069e0;
}
.mb-enterprise-introduct #sec4 .content .btnwrap .to-workspace {
  background-color: #fff;
  color: #3069e0;
}
.mb-enterprise-introduct #sec4 .content .btnwrap .to-workspace:hover {
  background-color: #ecf0fc;
  color: #3069e0;
}
.mb-enterprise-case {
  color: #415058;
}
.mb-enterprise-case #sec1 {
  position: relative;
  text-align: center;
  max-width: 90rem;
  margin: 0 auto 3.7rem;
}
@media (max-width: 640px) {
  .mb-enterprise-case #sec1 {
    padding: 0 1.5rem;
  }
}
.mb-enterprise-case #sec1 h2 {
  line-height: 1.4;
  padding-top: 4.1rem;
  font-size: 2.25rem;
  font-weight: 500;
  color: #1f292e;
  margin: 0 auto 2.125rem;
}
.mb-enterprise-case #sec1 .desc {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 1.25rem;
  margin-bottom: 2rem;
}
.mb-enterprise-case {
  color: #415058;
}
.mb-enterprise-case #sec2 a {
  color: #415058;
}
.mb-enterprise-case #sec2 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 72.5rem;
  margin: 6.875rem auto 0;
}
@media (max-width: 1190px) {
  .mb-enterprise-case #sec2 ul {
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  .mb-enterprise-case #sec2 ul {
    max-width: 24rem;
    padding: 0;
  }
}
@media (max-width: 640px) {
  .mb-enterprise-case #sec2 ul {
    margin: 1.5rem auto 0;
    width: 100%;
  }
}
.mb-enterprise-case #sec2 ul li {
  width: 32%;
  height: 17.625rem;
  max-width: 373px;
  margin-bottom: 1.875rem;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  cursor: pointer;
  -webkit-transition: -webkit-transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: -moz-transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: -o-transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: -ms-transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 640px) {
  .mb-enterprise-case #sec2 ul li {
    width: 48%;
    margin-bottom: 0.6rem;
  }
}
.mb-enterprise-case #sec2 ul li .title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media (max-width: 640px) {
  .mb-enterprise-case #sec2 ul li .title {
    font-size: 18px;
  }
}
.mb-enterprise-case #sec2 ul li .desc {
  line-height: 1.375rem;
  padding: 0 1rem 1.25rem;
  margin-top: 0;
}
@media (max-width: 640px) {
  .mb-enterprise-case #sec2 ul li .desc {
    padding: 0 1rem 1rem;
  }
}
@media (max-width: 360px) {
  .mb-enterprise-case #sec2 ul li .desc {
    padding: 0 0.5rem 1rem;
  }
}
@media (max-width: 320px) {
  .mb-enterprise-case #sec2 ul li .desc {
    padding: 0 0.2rem 0.5rem;
  }
}
.mb-enterprise-case #sec2 ul li:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  margin: 1rem auto;
}
@media (max-width: 960px) {
  .mb-enterprise-case #sec2 ul li:before {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    margin: 0.5rem auto;
  }
}
@media (max-width: 768px) {
  .mb-enterprise-case #sec2 ul li:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 640px) {
  .mb-enterprise-case #sec2 ul li:before {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.mb-enterprise-case #sec2 ul li .card_desc {
  font-size: 0.75rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  height: 7rem;
  line-height: 2;
  overflow: hidden;
  position: relative;
  padding: 0 1.5rem;
}
@media not all and (min-width: 1440px) {
  .mb-enterprise-case #sec2 ul li .card_desc {
    height: 8rem;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 1024px) {
  .mb-enterprise-case #sec2 ul li .card_desc {
    height: 8rem;
    font-size: 0.75rem;
    padding: 0 1rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 960px) {
  .mb-enterprise-case #sec2 ul li .card_desc {
    height: 9rem;
  }
}
@media (max-width: 768px) {
  .mb-enterprise-case #sec2 ul li .card_desc {
    padding: 1rem;
    font-size: 1em;
    height: 10rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 320px) {
  .mb-enterprise-case #sec2 ul li .card_desc {
    font-size: 0.75rem;
  }
}
.mb-enterprise-case #sec2 ul li .card_footer {
  font-size: 0.75rem;
  color: #7d8694;
  margin: 0;
}
.mb-enterprise-case #sec2 ul li .card_footer .case_link {
  color: #298df8;
}
.mb-enterprise-case #sec2 ul li .card_footer .case_link:hover {
  color: #1a70d8;
}
@media (max-width: 960px) {
  .mb-enterprise-case #sec2 ul li .card_footer .case_link {
    display: block;
  }
}
@media (max-width: 768px) {
  .mb-enterprise-case #sec2 ul li .card_footer .case_link {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .mb-enterprise-case #sec2 ul li {
    position: static;
    width: 100%;
    margin: 0 1rem 1rem;
    padding-bottom: 1rem;
    height: 100%;
  }
}
.mb-enterprise-case #sec2 ul li:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,0.1);
  box-shadow: 0 4px 12px 0 rgba(0,0,0,0.1);
}
#sec2 ul li:before {
  background-image: url("/static/img/homepage/sec8_sprite.png");
  height: 80px;
  -webkit-background-size: auto 560px;
  -moz-background-size: auto 560px;
  background-size: auto 560px;
}
#sec2 ul li.team_card_1:before {
  background-position: 0 0;
  width: 182px;
}
#sec2 ul li.team_card_2:before {
  background-position: 0 -80px;
  width: 182px;
}
#sec2 ul li.team_card_3:before {
  background-position: 0 -160px;
  width: 182px;
}
#sec2 ul li.team_card_4:before {
  background-position: 0 -240px;
  width: 182px;
}
@media (max-width: 890px) {
  #sec2 ul li.team_card_4:before {
    width: auto;
  }
}
@media (max-width: 890px) and (max-width: 770px) {
  #sec2 ul li.team_card_4:before {
    width: 191px;
  }
}
#sec2 ul li.team_card_5:before {
  background-position: 0 -320px;
  width: 223px;
}
@media (max-width: 890px) {
  #sec2 ul li.team_card_5:before {
    width: auto;
  }
}
@media (max-width: 890px) and (max-width: 770px) {
  #sec2 ul li.team_card_5:before {
    width: 223px;
  }
}
#sec2 ul li.team_card_6:before {
  background-position: 0 -400px;
  width: 74px;
}
#sec2 ul li.team_card_7:before {
  background-position: 0 -480px;
  width: 116px;
}
.mb-enterprise-case-detail {
  color: #415058;
}
.mb-enterprise-case-detail .mb-nav-org {
  background-color: #f7f9fc !important;
}
.mb-enterprise-case-detail #sec1 {
  background-color: #f7f9fc;
  height: 29.5rem;
  padding-top: 6.5rem;
}
@media (max-width: 640px) {
  .mb-enterprise-case-detail #sec1 {
    height: auto;
    padding-top: 1rem;
  }
}
.mb-enterprise-case-detail #sec1 .headerContent {
  background-color: #fff;
  height: 100%;
  max-width: 72.5rem;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .mb-enterprise-case-detail #sec1 .headerContent {
    padding: 2rem 1.5rem;
    height: auto;
  }
}
.mb-enterprise-case-detail #sec1 .headerContent .title {
  padding: 75px 0 0 99px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 640px) {
  .mb-enterprise-case-detail #sec1 .headerContent .title {
    padding: 0;
  }
}
.mb-enterprise-case-detail #sec1 .headerContent .title .logo {
  height: 54px;
  margin-right: 21px;
}
@media (max-width: 640px) {
  .mb-enterprise-case-detail #sec1 .headerContent .title .logo {
    height: 38px;
  }
}
.mb-enterprise-case-detail #sec1 .headerContent .title .name {
  color: #1f292e;
  font-size: 2.25rem;
}
@media (max-width: 640px) {
  .mb-enterprise-case-detail #sec1 .headerContent .title .name {
    font-size: 1.25rem;
  }
}
.mb-enterprise-case-detail #sec1 .headerContent .des {
  max-width: 571px;
  margin: 6.75rem auto 0;
  position: relative;
}
@media (max-width: 640px) {
  .mb-enterprise-case-detail #sec1 .headerContent .des {
    margin-top: 4rem;
  }
}
.mb-enterprise-case-detail #sec1 .headerContent .des .quotation {
  position: absolute;
  width: 78px;
  height: 72px;
  top: -36px;
  left: -60px;
  background-image: url("/images/landing/nav_enterprise/case_detail/quotation.svg");
}
.mb-enterprise-case-detail #sec1 .headerContent .des .content {
  line-height: 1.8;
  position: relative;
}
.mb-enterprise-case-detail #sec1 .headerContent .des .footer {
  margin-top: 19px;
  text-align: right;
}
.mb-enterprise-case-detail #sec4 {
  -webkit-box-shadow: 0 5px 30px 0 rgba(43,41,41,0.15);
  box-shadow: 0 5px 30px 0 rgba(43,41,41,0.15);
  padding: 4.5rem 0 3rem;
  line-height: 1.7;
  background-image: -webkit-linear-gradient(135deg, #ff1656 0%, #ff6161 100%);
  background-image: -moz-linear-gradient(135deg, #ff1656 0%, #ff6161 100%);
  background-image: -o-linear-gradient(135deg, #ff1656 0%, #ff6161 100%);
  background-image: -ms-linear-gradient(135deg, #ff1656 0%, #ff6161 100%);
  background-image: linear-gradient(-45deg, #ff1656 0%, #ff6161 100%);
  border-radius: 20px;
  position: relative;
  z-index: 1;
  max-width: 73rem;
  margin: 0 auto 10rem;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mb-enterprise-case-detail #sec4 {
    margin: 3.5rem 0 0;
  }
}
@media (max-width: 640px) {
  .mb-enterprise-case-detail #sec4 {
    padding: 3rem;
    margin: 3.5rem 0 0;
    border-radius: 0;
  }
}
.mb-enterprise-case-detail #sec4 h2 {
  font-size: 2.25rem;
  color: #fff;
  margin-bottom: 3rem;
  margin-top: 0;
  padding: 0 5rem;
}
@media (max-width: 640px) {
  .mb-enterprise-case-detail #sec4 h2 {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .mb-enterprise-case-detail #sec4 #back_img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.mb-enterprise-case-detail #sec4 #back_img .back_1 {
  position: absolute;
  top: 2rem;
  left: 4.3rem;
  z-index: -1;
}
.mb-enterprise-case-detail #sec4 #back_img .back_2 {
  position: absolute;
  left: 12%;
  top: 28%;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 7.5rem;
  background-color: #ff515f;
  z-index: -2;
}
.mb-enterprise-case-detail #sec4 #back_img .back_3 {
  position: absolute;
  width: 6rem;
  height: 6rem;
  top: 74%;
  left: 35%;
  opacity: 0.02;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=2)";
  filter: alpha(opacity=2);
  -webkit-transform: rotate(-27deg);
  -moz-transform: rotate(-27deg);
  -o-transform: rotate(-27deg);
  -ms-transform: rotate(-27deg);
  transform: rotate(-27deg);
  background: #000;
  border-radius: 7px;
  z-index: -1;
}
.mb-enterprise-case-detail #sec4 #back_img .back_4 {
  position: absolute;
  bottom: -30%;
  right: 30%;
  opacity: 0.02;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=2)";
  filter: alpha(opacity=2);
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 7.5rem;
  background-color: #000;
}
.mb-enterprise-case-detail #sec4 #back_img .back_5 {
  position: absolute;
  top: -22%;
  right: 25%;
  opacity: 0.02;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=2)";
  filter: alpha(opacity=2);
  background-color: #000;
  width: 9.125rem;
  height: 9.125rem;
  border-radius: 9.125rem;
}
.mb-enterprise-case-detail #sec4 #back_img .back_6 {
  position: absolute;
  top: 16%;
  right: 5%;
}
.mb-enterprise-case-detail #sec4 #back_img .back_7 {
  position: absolute;
  top: 2%;
  right: 3%;
  width: 6rem;
  height: 6rem;
  opacity: 0.02;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=2)";
  filter: alpha(opacity=2);
  -webkit-transform: rotate(-27deg);
  -moz-transform: rotate(-27deg);
  -o-transform: rotate(-27deg);
  -ms-transform: rotate(-27deg);
  transform: rotate(-27deg);
  background: #000;
  border-radius: 7px;
}
.mb-enterprise-case-detail #sec4 .btnwrap a {
  padding: 9px 2.4375rem;
  border-radius: 2px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .mb-enterprise-case-detail #sec4 .btnwrap a {
    padding: 0.5rem 1.5rem;
  }
}
.mb-enterprise-case-detail #sec4 .btnwrap .advisory {
  border: 1px solid #fff;
  margin-right: 20px;
  color: #fff;
}
.mb-enterprise-case-detail #sec4 .btnwrap .advisory:hover {
  background-color: rgba(225,225,225,0.8);
  color: #415058;
  border-color: transparent;
}
.mb-enterprise-case-detail #sec4 .btnwrap .to-workspace {
  background-color: #fff;
  color: #ff6161;
}
.mb-enterprise-case-detail #sec4 .btnwrap .to-workspace:hover {
  background-color: #fff4f7;
  color: #ff4e4e;
}
.mb-enterprise-case-detail #content_3 {
  position: relative;
  background: #fafbfc;
}
.mb-enterprise-case-detail #sec3 {
  padding: 5.375rem 3.6rem 2rem;
  height: auto;
  border: 0;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .mb-enterprise-case-detail #sec3 {
    padding: 4rem 3rem 2rem;
  }
}
@media (max-width: 640px) {
  .mb-enterprise-case-detail #sec3 {
    padding: 4rem 1.5rem 2rem;
    margin-bottom: 3rem;
  }
}
.mb-enterprise-case-detail #sec3 h2 {
  color: #1f292e;
  font-size: 2rem;
  margin-bottom: 2.5rem;
  margin-top: 0;
}
.mb-enterprise-case-detail #sec3 .arrow_wrap .arrow {
  position: absolute;
  display: inline-block;
  line-height: 1.875rem;
  top: 50%;
  cursor: pointer;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url("/static/img/homepage/icon_arrow.svg");
}
.mb-enterprise-case-detail #sec3 .arrow_wrap .arrow:hover,
.mb-enterprise-case-detail #sec3 .arrow_wrap .arrow:active {
  background-image: url("/images/landing/homepage/new_1/icon/icon_arrow_hover.svg");
}
.mb-enterprise-case-detail #sec3 .arrow_wrap #left {
  left: 1.5rem;
  -webkit-transform: translateY(140%) rotate(180deg);
  -moz-transform: translateY(140%) rotate(180deg);
  -o-transform: translateY(140%) rotate(180deg);
  -ms-transform: translateY(140%) rotate(180deg);
  transform: translateY(140%) rotate(180deg);
}
@media (max-width: 768px) {
  .mb-enterprise-case-detail #sec3 .arrow_wrap #left {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.mb-enterprise-case-detail #sec3 .arrow_wrap #right {
  right: 2rem;
  -webkit-transform: translateY(140%);
  -moz-transform: translateY(140%);
  -o-transform: translateY(140%);
  -ms-transform: translateY(140%);
  transform: translateY(140%);
}
@media (max-width: 768px) {
  .mb-enterprise-case-detail #sec3 .arrow_wrap #right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.mb-enterprise-case-detail #sec3 #team_wrap {
  position: relative;
  height: 22rem;
  overflow: hidden;
  padding: 0 24px 24px;
}
@media (max-width: 768px) {
  .mb-enterprise-case-detail #sec3 #team_wrap {
    margin: 2.5rem 0 0;
    height: auto;
  }
}
@media (max-width: 640px) {
  .mb-enterprise-case-detail #sec3 #team_wrap {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .mb-enterprise-case-detail #sec3 #team_wrap ul.show_more {
    height: auto !important;
  }
}
.mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc {
    height: 57rem;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc {
    height: 55rem;
  }
}
.mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li {
  position: absolute;
  top: 20px;
  height: 17.625rem;
  color: #415058;
  line-height: 2em;
  background: #fff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.06);
  box-shadow: 0 2px 20px 0 rgba(0,0,0,0.06);
  border-radius: 4px;
  padding: 0 0 1.25rem;
  -webkit-transition: -webkit-transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1), left 0.3s;
  -moz-transition: -moz-transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1), left 0.3s;
  -o-transition: -o-transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1), left 0.3s;
  -ms-transition: -ms-transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1), left 0.3s;
  transition: transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1), left 0.3s;
  margin-right: 41px;
  width: calc((100% - 41px * 2 - 24px * 2) / 3);
  min-width: calc((100% - 41px * 2 - 24px * 2) / 3);
}
@media (max-width: 1024px) {
  .mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li {
    padding: 0 1rem;
  }
}
@media (max-width: 960px) {
  .mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li {
    height: 18rem;
  }
}
@media (max-width: 768px) {
  .mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li {
    font-size: 1rem;
    padding: 0 2rem;
  }
}
@media (max-width: 640px) {
  .mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li {
    font-size: 0.875rem;
    padding: 0 1rem;
    height: auto;
  }
}
.mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li:hover {
  -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 15px 0 rgba(0,0,0,0.12);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media (max-width: 960px) {
  .mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li:hover {
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.06);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.06);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li:nth-child(3) {
  left: 24px;
}
.mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li:nth-child(4) {
  left: calc(((100% - 41px * 2 - 24px * 2) / 3) + 65px);
}
.mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li:nth-child(5) {
  left: calc((((100% - 41px * 2 - 24px * 2) / 3) + 41px) * 2 + 24px);
}
.mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li:nth-child(1) {
  left: calc(((-100% + 41px * 2 + 24px * 2) / 3) - 65px);
}
.mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li:nth-child(2) {
  left: calc(((-100% + 41px * 2 + 24px * 2) / 3) - 65px);
}
.mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li:nth-child(6) {
  left: calc((((100% - 41px * 2 - 24px * 2) / 3) + 41px) * 3 + 44px);
}
.mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li:nth-child(7) {
  left: calc((((100% - 41px * 2 - 24px * 2) / 3) + 41px) * 3 + 44px);
}
.mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  margin: 1rem auto;
}
@media (max-width: 960px) {
  .mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li:before {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    margin: 0.5rem auto;
  }
}
@media (max-width: 768px) {
  .mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 640px) {
  .mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li:before {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li .card_desc {
  font-size: 1em;
  color: #415058;
  margin-bottom: 1.2rem;
  margin-top: 0;
  height: 7rem;
  line-height: 2;
  overflow: hidden;
  position: relative;
  padding: 0 1.5rem;
}
@media not all and (min-width: 1440px) {
  .mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li .card_desc {
    height: 8rem;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 1024px) {
  .mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li .card_desc {
    height: 8rem;
    font-size: 0.75rem;
    padding: 0;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 960px) {
  .mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li .card_desc {
    height: 9rem;
  }
}
@media (max-width: 768px) {
  .mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li .card_desc {
    padding-top: 1rem;
    font-size: 1rem;
    height: 9rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 640px) {
  .mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li .card_desc {
    font-size: 14px;
    margin-bottom: 1rem;
    height: 9rem;
    padding: 0;
  }
}
@media (max-width: 320px) {
  .mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li .card_desc {
    font-size: 0.75rem;
    padding: 0;
  }
}
.mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li .card_footer {
  font-size: 0.75rem;
  color: #7d8694;
  margin: 0;
}
.mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li .card_footer .case_link {
  color: #298df8;
}
@media (max-width: 960px) {
  .mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li .card_footer .case_link {
    display: block;
  }
}
@media (max-width: 768px) {
  .mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li .card_footer .case_link {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .mb-enterprise-case-detail #sec3 #team_wrap ul.team_desc li {
    position: static;
    width: 100%;
    margin: 0 auto 1rem;
    padding-bottom: 1rem;
    height: 100%;
  }
}
.mb-enterprise-case-detail #sec3 #team_wrap #arrow_more {
  display: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .mb-enterprise-case-detail #sec3 #team_wrap #arrow_more {
    display: inline-block;
    margin-top: 1rem;
    font-size: 0.75rem;
    color: #298df8;
  }
  .mb-enterprise-case-detail #sec3 #team_wrap #arrow_more .more_icon {
    -webkit-transform: translateY(25%);
    -moz-transform: translateY(25%);
    -o-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
  }
}
#sec3 ul.team_desc li:before {
  background-image: url("/static/img/homepage/sec8_sprite.png");
  height: 80px;
  -webkit-background-size: auto 560px;
  -moz-background-size: auto 560px;
  background-size: auto 560px;
}
#sec3 ul.team_desc li.team_card_1:before {
  background-position: 0 0;
  width: 182px;
}
#sec3 ul.team_desc li.team_card_2:before {
  background-position: 0 -80px;
  width: 108px;
}
#sec3 ul.team_desc li.team_card_3:before {
  background-position: 0 -160px;
  width: 146px;
}
#sec3 ul.team_desc li.team_card_4:before {
  background-position: 0 -240px;
  width: 191px;
}
@media (max-width: 890px) {
  #sec3 ul.team_desc li.team_card_4:before {
    width: auto;
  }
}
@media (max-width: 890px) and (max-width: 770px) {
  #sec3 ul.team_desc li.team_card_4:before {
    width: 191px;
  }
}
#sec3 ul.team_desc li.team_card_5:before {
  background-position: 0 -320px;
  width: 223px;
}
@media (max-width: 890px) {
  #sec3 ul.team_desc li.team_card_5:before {
    width: auto;
  }
}
@media (max-width: 890px) and (max-width: 770px) {
  #sec3 ul.team_desc li.team_card_5:before {
    width: 223px;
  }
}
#sec3 ul.team_desc li.team_card_6:before {
  background-position: 0 -400px;
  width: 74px;
}
#sec3 ul.team_desc li.team_card_7:before {
  background-position: 0 -480px;
  width: 116px;
}
.mb-enterprise-case-detail #sec2 {
  max-width: 72.5rem;
  margin: 1.7rem auto 6.25rem;
}
.mb-enterprise-case-detail .mb-postContent {
  text-align: left;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 1.85;
  color: #415058;
  padding: 0 6.5rem;
}
@media (max-width: 768px) {
  .mb-enterprise-case-detail .mb-postContent {
    padding: 0 3rem;
  }
}
@media (max-width: 640px) {
  .mb-enterprise-case-detail .mb-postContent {
    padding: 0 1.5rem;
  }
}
.mb-enterprise-case-detail .mb-postContent div {
  margin: 0 0 16px 0;
}
.mb-enterprise-case-detail .mb-postContent em {
  font-style: italic;
}
.mb-enterprise-case-detail .mb-postContent blockquote {
  margin: 50px 0 34px 5px;
  padding: 0 0 0 10px;
  line-height: 1.1;
  border-left: 4px solid #f55d54;
  font-size: 20px;
}
.mb-enterprise-case-detail .mb-postContent h1 {
  color: #1f292e;
  font-size: 36px;
  margin: 10px 0 25px 0px;
}
@media (max-width: 640px) {
  .mb-enterprise-case-detail .mb-postContent h1 {
    font-size: 30px;
  }
}
.mb-enterprise-case-detail .mb-postContent p {
  font-size: 16px;
}
.mb-enterprise-case-detail .mb-postContent h3 {
  font-size: 26px;
  line-height: 1.5;
  margin: 36px 0 18px;
}
.mb-enterprise-case-detail .mb-postContent h4 {
  font-size: 18px;
  line-height: 1.5;
  margin: 30px 0 20px;
}
.mb-enterprise-case-detail .mb-postContent img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.mb-enterprise-case-detail .mb-postContent a {
  color: #f55d54;
  text-decoration: underline;
  text-align: center;
}
.mb-enterprise-case-detail .mb-postContent a:hover {
  color: #f99790;
}
.mb-enterprise-case-detail .mb-postContent .iframe-con {
  position: relative;
}
.mb-enterprise-case-detail .mb-postContent .iframe-con iframe {
  position: absolute;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mb-enterprise-case-detail .mb-postContent figure.mediumInsert-images,
.mb-enterprise-case-detail .mb-postContent figure.attachment {
  text-align: center;
  margin: 10px 0px;
  width: 100%;
}
.mb-enterprise-case-detail .mb-postContent figcaption {
  display: none;
}
.mb-enterprise-case-detail .mb-postContent ol {
  list-style-type: decimal;
}
.mb-enterprise-case-detail .mb-postContent ul {
  list-style-type: disc;
}
.mb-enterprise-case-detail .mb-postContent ul,
.mb-enterprise-case-detail .mb-postContent ol {
  margin-left: 25px;
  margin-bottom: 16px;
}
.mb-enterprise-case-detail .mb-postContent ul li,
.mb-enterprise-case-detail .mb-postContent ol li {
  margin-left: 10px;
}
.mb-enterprise-case-detail .mb-postContent ul br,
.mb-enterprise-case-detail .mb-postContent ol br {
  display: none;
}
.mb-enterprise-case-detail .mb-postContent li:before {
  content: '\00a0 \00a0';
}
.mb-enterprise-case-detail .mb-postContent pre {
  font-family: monospace, monospace;
  font-size: 14px;
  margin: 0;
  padding: 10px;
  white-space: pre-wrap;
  background-color: #eee;
}
.mb-enterprise-case-detail .mb-postContent .trashed {
  text-decoration: line-through;
  font-style: italic;
  color: #aaa;
}
@media (max-width: 414px) {
  .mb-enterprise-case-detail .mb-postContent {
    font-size: 14px;
  }
}
.mb-propaganda {
  color: #8d9ea6;
}
@media not all and (min-width: 64rem) {
  .mb-propaganda {
    overflow-x: auto;
  }
}
@media (min-width: 64rem) {
  .mb-propaganda {
    overflow-x: hidden;
  }
}
.mb-propaganda #nav a {
  text-decoration: none;
}
.mb-propaganda #content {
  margin-left: auto;
  margin-right: auto;
  width: 64rem;
  line-height: 1.7;
}
@media (max-width: 64rem) {
  .mb-propaganda #content {
    overflow-x: hidden;
  }
  .mb-propaganda #content ~ .mb-footer {
    width: 64rem;
  }
}
.mb-propaganda section {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: fit-content;
}
.mb-propaganda picture {
  display: block;
}
.mb-propaganda picture img {
  display: block;
  width: 100%;
}
.mb-propaganda .content h1,
.mb-propaganda .content h2 {
  margin: 0;
  font-weight: 500;
  color: #415058;
}
.mb-propaganda .content h2 {
  font-size: 1.875rem;
  line-height: 1.3;
}
.mb-propaganda .content p {
  font-size: 1rem;
}
.mb-propaganda .content a {
  text-decoration: underline;
}
.mb-new-features {
  color: #415058;
}
.mb-new-features .mb-nav-org {
  background-color: transparent !important;
}
.mb-new-features .mb-nav-org:hover {
  background-color: #fff !important;
}
.mb-new-features #sec1 {
  position: relative;
  top: -66px;
  height: 41rem;
}
@media (max-width: 640px) {
  .mb-new-features #sec1 {
    height: 27rem;
  }
}
.mb-new-features #sec1 #sec1_bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("/images/landing/features/sec1_bg.png");
  -webkit-background-size: 100% 600px;
  -moz-background-size: 100% 600px;
  background-size: 100% 600px;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .mb-new-features #sec1 #sec1_bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.mb-new-features #sec1 .content {
  text-align: center;
  padding-top: 12.375rem;
  margin: auto;
}
@media (max-width: 1024px) {
  .mb-new-features #sec1 .content {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .mb-new-features #sec1 .content {
    padding-top: 1rem;
    max-width: 90%;
  }
}
.mb-new-features #sec1 h2 {
  line-height: 1.4;
  font-size: 3.125rem;
  font-weight: 500;
  color: #1f292e;
  margin: 0 0 1rem;
}
@media (max-width: 640px) {
  .mb-new-features #sec1 h2 {
    font-size: 1.625rem;
    margin-bottom: 1rem;
    padding-top: 5rem;
  }
}
.mb-new-features #sec1 .desc {
  font-size: 18px;
  color: #1f292e;
  line-height: 1.8;
  margin: 1.125rem auto 2.5rem;
  letter-spacing: 1px;
  max-width: 34.5rem;
}
@media (max-width: 640px) {
  .mb-new-features #sec1 .desc {
    font-size: 14px;
  }
}
.mb-new-features #sec1 a {
  padding: 9px 3.375rem;
  font-weight: 500;
  border-radius: 2px;
  background-color: #415058;
  color: #fcfcfc;
}
.mb-new-features #sec1 a:hover {
  background-color: #1f292e;
}
.mb-new-features #sec3 {
  position: relative;
  margin-top: 3.5rem;
  padding: 0 5.5rem;
}
@media (max-width: 640px) {
  .mb-new-features #sec3 {
    padding: 0;
  }
}
.mb-new-features #sec3 .content {
  margin: 0 auto 6rem;
  max-width: 90rem;
  background-image: -webkit-linear-gradient(307deg, #298df8 0%, #1c4de3 100%);
  background-image: -moz-linear-gradient(307deg, #298df8 0%, #1c4de3 100%);
  background-image: -o-linear-gradient(307deg, #298df8 0%, #1c4de3 100%);
  background-image: -ms-linear-gradient(307deg, #298df8 0%, #1c4de3 100%);
  background-image: linear-gradient(143deg, #298df8 0%, #1c4de3 100%);
  -webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,0.1);
  box-shadow: 0 6px 12px 0 rgba(0,0,0,0.1);
  border-radius: 20px;
  padding: 4.5rem 0 4rem;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 640px) {
  .mb-new-features #sec3 .content {
    border-radius: 0;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .mb-new-features #sec3 .content #back_img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.mb-new-features #sec3 .content #back_img p {
  margin: 0;
  background-color: rgba(0,0,0,0.02);
  z-index: -1;
}
.mb-new-features #sec3 .content #back_img img {
  z-index: -1;
}
.mb-new-features #sec3 .content #back_img .back_1 {
  position: absolute;
  top: -10%;
  left: 0%;
  z-index: -1;
  -webkit-transform: rotate(68deg);
  -moz-transform: rotate(68deg);
  -o-transform: rotate(68deg);
  -ms-transform: rotate(68deg);
  transform: rotate(68deg);
}
.mb-new-features #sec3 .content #back_img .back_2 {
  position: absolute;
  left: 10%;
  top: 31%;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 7.5rem;
  z-index: -2;
  background-color: rgba(255,255,255,0.03);
}
.mb-new-features #sec3 .content #back_img .back_3 {
  position: absolute;
  width: 6rem;
  height: 6rem;
  left: 39%;
  bottom: -18%;
  -webkit-transform: rotate(-27deg);
  -moz-transform: rotate(-27deg);
  -o-transform: rotate(-27deg);
  -ms-transform: rotate(-27deg);
  transform: rotate(-27deg);
  border-radius: 7px;
}
.mb-new-features #sec3 .content #back_img .back_4 {
  position: absolute;
  bottom: -26%;
  right: 34%;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 7.5rem;
}
.mb-new-features #sec3 .content #back_img .back_5 {
  position: absolute;
  top: -23%;
  right: 32%;
  width: 9.125rem;
  height: 9.125rem;
  border-radius: 9.125rem;
}
.mb-new-features #sec3 .content #back_img .back_6 {
  position: absolute;
  top: 20%;
  right: 4%;
  -webkit-transform: rotate(32deg);
  -moz-transform: rotate(32deg);
  -o-transform: rotate(32deg);
  -ms-transform: rotate(32deg);
  transform: rotate(32deg);
}
.mb-new-features #sec3 .content #back_img .back_7 {
  position: absolute;
  top: 8%;
  right: 1.5%;
  width: 6rem;
  height: 6rem;
  -webkit-transform: rotate(-27deg);
  -moz-transform: rotate(-27deg);
  -o-transform: rotate(-27deg);
  -ms-transform: rotate(-27deg);
  transform: rotate(-27deg);
  border-radius: 7px;
}
.mb-new-features #sec3 .content #back_img .back_8 {
  position: absolute;
  top: 15%;
  right: 35%;
}
.mb-new-features #sec3 .content .title {
  font-size: 2.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 3rem;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 640px) {
  .mb-new-features #sec3 .content .title {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    padding: 0;
  }
}
.mb-new-features #sec3 .content .btnwrap a {
  padding: 9px 2.4375rem;
  border-radius: 2px;
  font-weight: 500;
}
.mb-new-features #sec3 .content .btnwrap a:lang(en) {
  padding: 9px 1.5rem;
}
@media (max-width: 640px) {
  .mb-new-features #sec3 .content .btnwrap a:lang(en) {
    padding: 0.5rem 0.5rem;
  }
}
@media (max-width: 640px) {
  .mb-new-features #sec3 .content .btnwrap a {
    padding: 0.5rem 1.5rem;
  }
}
.mb-new-features #sec3 .content .btnwrap .advisory {
  border: 1px solid #fff;
  margin-right: 2.125rem;
  color: #fff;
}
@media (max-width: 640px) {
  .mb-new-features #sec3 .content .btnwrap .advisory {
    margin-right: 5px;
  }
}
.mb-new-features #sec3 .content .btnwrap .advisory:hover {
  background-color: #fff;
  color: #3069e0;
}
.mb-new-features #sec3 .content .btnwrap .to-workspace {
  background-color: #fff;
  color: #3069e0;
}
.mb-new-features #sec3 .content .btnwrap .to-workspace:hover {
  background-color: #ecf0fc;
  color: #3069e0;
}
.mb-new-features #sec2 {
  text-align: center;
  position: relative;
  top: -66px;
}
.mb-new-features #sec2 .is-fixed {
  position: fixed;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.06);
  box-shadow: 0 6px 10px 0 rgba(0,0,0,0.06);
  z-index: 99;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.mb-new-features #sec2 .header_height {
  display: none;
  height: 50px;
}
.mb-new-features #sec2 #tab {
  padding-top: 1rem;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
}
@media (max-width: 1024px) {
  .mb-new-features #sec2 #tab:lang(en) {
    display: none;
  }
}
@media (max-width: 640px) {
  .mb-new-features #sec2 #tab {
    border-bottom: 0;
  }
}
.mb-new-features #sec2 #tab #tabWrap {
  position: relative;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mb-new-features #sec2 #tab #tabWrap:lang(en) {
    display: none;
  }
}
@media (max-width: 711px) {
  .mb-new-features #sec2 #tab {
    display: none;
  }
}
.mb-new-features #sec2 #tab button {
  padding: 0 1.1875rem 1rem;
  line-height: 1.4;
  font-size: 1rem;
  padding-bottom: 1rem;
  margin-right: 6.4375rem;
}
@media (max-width: 1544px) {
  .mb-new-features #sec2 #tab button:lang(en) {
    margin-right: 1rem;
  }
}
@media (max-width: 1226px) {
  .mb-new-features #sec2 #tab button:lang(en) {
    padding: 0 0.5rem 1rem;
  }
}
@media (max-width: 1147px) {
  .mb-new-features #sec2 #tab button {
    margin-right: 1rem;
  }
}
.mb-new-features #sec2 #tab .collaboration {
  margin-right: 0;
}
.mb-new-features #sec2 #tab .indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 86px;
  background-color: #ff6161;
  -webkit-transition: 0.2s all ease-out;
  -moz-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  -ms-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
.mb-new-features #sec2 #tab .indicator:lang(en) {
  width: 136px;
}
@media (max-width: 640px) {
  .mb-new-features #sec2 ul.content {
    padding: 0;
  }
}
.mb-new-features #sec2 ul.content .main {
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 640px) {
  .mb-new-features #sec2 ul.content .main {
    padding-top: 3rem;
  }
}
.mb-new-features #sec2 ul.content .main .title {
  color: #1f292e;
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.mb-new-features #sec2 ul.content .main .desc {
  font-size: 1rem;
  color: #1f292e;
}
.mb-new-features #sec2 ul.content .main #quote {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 3.4rem;
  padding: 0 1rem;
}
@media (max-width: 1024px) {
  .mb-new-features #sec2 ul.content .main #quote {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.mb-new-features #sec2 ul.content .main #quote .quote_content {
  max-width: 21.25rem;
  margin-right: 211px;
  text-align: left;
}
@media not all and (min-width: 1250px) {
  .mb-new-features #sec2 ul.content .main #quote .quote_content {
    margin-right: 3rem;
  }
}
@media (max-width: 1024px) {
  .mb-new-features #sec2 ul.content .main #quote .quote_content {
    max-width: 22rem;
    margin-right: 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.mb-new-features #sec2 ul.content .main #quote .quote_content li {
  margin-bottom: 38px;
  cursor: pointer;
  border-bottom: 1px solid #cdd2d5;
}
.mb-new-features #sec2 ul.content .main #quote .quote_content li .quote_title {
  font-size: 20px;
  font-weight: 500;
  color: #1f292e;
  margin: 0;
}
.mb-new-features #sec2 ul.content .main #quote .quote_content li .quote_desc {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 0.5rem;
  font-weight: 300;
}
.mb-new-features #sec2 ul.content .main #quote .quote_content li .quote_progress {
  display: block;
  width: 0;
  height: 2px;
  background-color: #f04435;
  -webkit-transition: width 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: width 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: width 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: width 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mb-new-features #sec2 ul.content .main #quote .quote_content li .quote_progress.active {
  height: 2px;
}
.mb-new-features #sec2 ul.content .main #quote .screenshot {
  position: relative;
}
@media not all and (min-width: 1250px) {
  .mb-new-features #sec2 ul.content .main #quote .screenshot {
    width: 60%;
  }
}
@media (max-width: 640px) {
  .mb-new-features #sec2 ul.content .main #quote .screenshot {
    width: 100%;
  }
  .mb-new-features #sec2 ul.content .main #quote .screenshot img {
    width: 100%;
    height: 100%;
  }
}
.mb-new-features #sec2 ul.content .main #quote img {
  position: absolute;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 443px;
  width: 688px;
  -webkit-transition: opacity 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: opacity 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mb-new-features #sec2 ul.content .main #quote img:last-child {
  position: static;
}
@media (max-width: 1024px) {
  .mb-new-features #sec2 ul.content .main #quote img {
    width: 100%;
    height: auto;
  }
}
.mb-new-features #sec2 ul.content .main #quote .active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  display: inline-block;
}
.mb-new-features #sec2 ul.content .sortLR_1 #quote img {
  height: 591px;
}
@media (max-width: 1024px) {
  .mb-new-features #sec2 ul.content .sortLR_1 #quote img {
    height: auto;
  }
}
.mb-new-features #sec2 ul.content .sortLR_2 #quote {
  margin-top: 2.5rem;
}
.mb-new-features #sec2 ul.content .sortLR_2 #quote .quote_content {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-right: 0;
  margin-left: 89px;
}
@media not all and (min-width: 1250px) {
  .mb-new-features #sec2 ul.content .sortLR_2 #quote .quote_content {
    margin-left: 3rem;
  }
}
@media (max-width: 1024px) {
  .mb-new-features #sec2 ul.content .sortLR_2 #quote .quote_content {
    margin-left: 0;
  }
}
.mb-new-features #sec2 ul.content .sortLR_2 #quote img {
  height: 506px;
}
@media (max-width: 1024px) {
  .mb-new-features #sec2 ul.content .sortLR_2 #quote img {
    height: auto;
  }
}
.mb-new-features #sec2 ul.content .sortTB_1 {
  background-color: #fafafc;
}
.mb-new-features #sec2 ul.content .sortTB_1 #quote {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
}
.mb-new-features #sec2 ul.content .sortTB_1 #quote .quote_content {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  max-width: 100%;
  margin-right: 0;
  margin-top: 30px;
  padding: 0 1rem;
}
@media (max-width: 1024px) {
  .mb-new-features #sec2 ul.content .sortTB_1 #quote .quote_content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
.mb-new-features #sec2 ul.content .sortTB_1 #quote .quote_content li {
  max-width: 21.25rem;
  margin-right: 67px;
  margin-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 1024px) {
  .mb-new-features #sec2 ul.content .sortTB_1 #quote .quote_content li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 0;
    border-bottom: 1px solid #cdd2d5;
    margin-bottom: 13px;
  }
}
@media (max-width: 640px) {
  .mb-new-features #sec2 ul.content .sortTB_1 #quote .quote_content li {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .mb-new-features #sec2 ul.content .sortTB_1 #quote .quote_content li .quote_progress {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.mb-new-features #sec2 ul.content .sortTB_1 #quote .quote_content li .quote_title {
  border-top: 1px solid #cdd2d5;
  padding-top: 13px;
}
@media (max-width: 1024px) {
  .mb-new-features #sec2 ul.content .sortTB_1 #quote .quote_content li .quote_title {
    border: none;
    padding: 0;
  }
}
.mb-new-features #sec2 ul.content .sortTB_1 #quote .quote_content li:last-child {
  margin-right: 0;
}
@media not all and (min-width: 1250px) {
  .mb-new-features #sec2 ul.content .sortTB_1 #quote .screenshot {
    width: 100%;
  }
}
.mb-new-features #sec2 ul.content .sortTB_1 #quote .screenshot img {
  width: 1094px;
  height: 535px;
}
@media (max-width: 1024px) {
  .mb-new-features #sec2 ul.content .sortTB_1 #quote .screenshot img {
    height: auto;
    width: 100%;
  }
}
.mb-new-features #sec2 ul.content .sortTB_2 {
  background-color: #fafafc;
}
.mb-new-features #sec2 ul.content .sortTB_2 .desc {
  margin-bottom: 2.5rem;
}
.mb-new-features #sec2 ul.content .sortTB_2 a.more {
  padding: 9px 3.375rem;
  font-weight: 500;
  border-radius: 2px;
  background-color: #ff6161;
  color: #fcfcfc;
}
.mb-new-features #sec2 ul.content .sortTB_2 a.more:hover {
  background-color: #ec4954;
}
.mb-new-features #sec2 ul.content .sortTB_2 img {
  width: 972px;
  height: 410px;
  display: block;
  margin: auto;
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .mb-new-features #sec2 ul.content .sortTB_2 img {
    height: auto;
    width: 100%;
  }
}
.mb-inspect {
  background-image: url(/webpack/deco-left.5281238e76435b2921937c78eb5cd3e7.svg), url(/webpack/deco-right.40d46ee0891ceb39931ab3669895bbb2.svg);
  background-repeat: no-repeat;
  background-position: left 38rem, right 59rem;
}
@media (max-width: 64rem) {
  .mb-inspect {
    background-position-x: 0, 1340px;
  }
}
.mb-inspect section {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: max-content;
}
@media (max-width: 768px) {
  .mb-inspect #content,
  .mb-inspect #content #sec1,
  .mb-inspect #content #sec2,
  .mb-inspect #content #sec3,
  .mb-inspect #content sec4,
  .mb-inspect #content sec5,
  .mb-inspect #content sec6 {
    min-width: 0;
    width: 100%;
  }
  .mb-inspect #content ~ .mb-footer {
    width: auto;
  }
  .mb-inspect #content .content h1,
  .mb-inspect #content .content h2 {
    font-size: 1.4rem;
  }
  .mb-inspect #content .content p {
    font-size: 0.9rem;
  }
}
.mb-inspect #sec1 {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-left: 50%;
  max-width: 90rem;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mb-inspect #sec1 .content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 9rem 0 0 2rem;
  max-width: 35rem;
  margin: auto;
}
@media (min-width: 1440px) {
  .mb-inspect #sec1 .content {
    margin-left: 9rem;
  }
}
.mb-inspect #sec1 .preview {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 90px;
  right: 0;
  display: block;
  max-width: 682px;
  height: 661px;
}
.mb-inspect #sec1 .preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
.mb-inspect #sec1 h1 {
  width: 15em;
  font-size: 2.375rem;
  line-height: 1.5;
}
.mb-inspect #sec1 h1:lang(en) {
  width: 18em;
  font-size: 2rem;
  line-height: 1.3;
}
.mb-inspect #sec1 h1 + p {
  width: 24em;
  font-size: 1.25rem;
}
.mb-inspect #sec1 h1:before {
  content: '';
  display: block;
  width: 91px;
  height: 91px;
  background-image: url(/webpack/asset.dd38e7c70e3fb8e4ec00baedde1784c8.svg);
  background-repeat: no-repeat;
  margin: 0 0 2em 0.25rem;
  font-size: 0.875rem;
  filter: drop-shadow(0 2px 4px rgba(255,255,255,0.5)) drop-shadow(0 2px 8px rgba(246,51,51,0.12));
}
.mb-inspect #sec1 .button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.mb-inspect #sec1 #downSkectch {
  background-color: #fff;
  color: #ef5d52;
  border: 1px solid #ef5d52;
  margin-left: 1rem;
}
.mb-inspect #sec1 #downSkectch:hover {
  background-color: #ef5d52;
  color: #fff;
  border: none;
}
.mb-inspect #sec1 .start-now {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 2.5rem 0 0 0.25rem;
  width: 200px;
  height: 50px;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  background-color: #ef5d52;
  border-radius: 4px;
  color: #fff;
}
.mb-inspect #sec1 .start-now:hover:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media (max-width: 768px) {
  .mb-inspect #sec1 {
    padding: 0 34px;
    text-align: center;
  }
  .mb-inspect #sec1 .content {
    width: 100%;
    padding: 0;
  }
  .mb-inspect #sec1 .content h1 {
    width: 100%;
    margin-top: 5rem;
    position: relative;
    font-size: 1.4rem;
  }
  .mb-inspect #sec1 .content h1:before {
    position: relative;
    left: 50%;
    top: -50px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
  }
  .mb-inspect #sec1 .content p {
    width: 100%;
  }
  .mb-inspect #sec1 .content a.start-now {
    width: 100%;
    height: 40px;
    max-width: 20rem;
    margin: auto;
    margin-top: 3rem;
  }
  .mb-inspect #sec1 .content a.start-now:hover:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .mb-inspect #sec1 picture.preview {
    display: none;
  }
}
.mb-inspect #sec2 {
  margin: 10.5rem auto 13rem;
  line-height: 1.7;
}
.mb-inspect #sec2:lang(en) {
  line-height: 1.4;
}
.mb-inspect #sec2 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 1rem;
  min-width: 64rem;
}
@media (min-width: 1366px) {
  .mb-inspect #sec2 ul {
    min-width: 1100px;
  }
}
.mb-inspect #sec2 li {
  width: 13em;
}
.mb-inspect #sec2 h2 {
  margin-bottom: 0.875rem;
  color: #415058;
}
.mb-inspect #sec2 h2:before {
  content: '';
  display: block;
  width: 61px;
  height: 61px;
  background-image: url(/webpack/asset.dd38e7c70e3fb8e4ec00baedde1784c8.svg);
  background-repeat: no-repeat;
  margin-left: 0.125rem;
  margin-bottom: 2rem;
  background-position-y: -200px;
  filter: drop-shadow(0 2px 3px rgba(255,255,255,0.6)) drop-shadow(0 3px 14px rgba(222,222,228,0.6));
}
.mb-inspect #sec2 li:nth-child(2) h2:before {
  background-position-x: -61px;
}
.mb-inspect #sec2 li:nth-child(3) h2:before {
  background-position-x: -122px;
}
.mb-inspect #sec2 li:nth-child(4) h2:before {
  background-position-x: -183px;
}
.mb-inspect #sec2 li:nth-child(5) h2:before {
  background-position-x: -244px;
}
@media (max-width: 768px) {
  .mb-inspect #sec2 {
    padding: 0 34px;
    margin: 3rem 0 0;
  }
  .mb-inspect #sec2 ul {
    min-width: 0;
    text-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 4.5rem;
    width: 100%;
    border-bottom: 1px solid #ccd3d7;
  }
  .mb-inspect #sec2 ul li {
    margin: auto;
    margin-top: 3rem;
  }
  .mb-inspect #sec2 ul h2,
  .mb-inspect #sec2 ul p {
    width: 100%;
    margin-bottom: 1rem;
  }
  .mb-inspect #sec2 ul h2:before {
    position: relative;
    left: 32%;
  }
}
.mb-inspect section:nth-of-type(2n+3),
.mb-inspect section:nth-of-type(2n+4) {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 1.5rem;
}
.mb-inspect section:nth-of-type(2n+3) .screenshot,
.mb-inspect section:nth-of-type(2n+4) .screenshot {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.mb-inspect section:nth-of-type(2n+3) .content,
.mb-inspect section:nth-of-type(2n+4) .content {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-left: 2rem;
  width: 400px;
}
@media (max-width: 1366px) {
  .mb-inspect section:nth-of-type(2n+3) .content,
  .mb-inspect section:nth-of-type(2n+4) .content {
    width: 350px;
  }
}
@media (min-width: 1366px) {
  .mb-inspect section:nth-of-type(2n+3) .content,
  .mb-inspect section:nth-of-type(2n+4) .content {
    margin-left: 4.125rem;
    width: 450px;
  }
}
.mb-inspect section:nth-of-type(2n+3) .content p,
.mb-inspect section:nth-of-type(2n+4) .content p {
  max-width: 25rem;
}
.mb-inspect section:nth-of-type(2n+3) .content h2:before,
.mb-inspect section:nth-of-type(2n+4) .content h2:before {
  margin-left: 0.125rem;
  margin-bottom: 2rem;
  content: '';
  display: block;
  width: 61px;
  height: 61px;
  background-image: url(/webpack/asset.dd38e7c70e3fb8e4ec00baedde1784c8.svg);
  background-repeat: no-repeat;
  background-position-y: -270px;
}
.mb-inspect section:nth-of-type(2n+4) .content {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin-left: 0;
  margin-right: 2rem;
}
@media (min-width: 1366px) {
  .mb-inspect section:nth-of-type(2n+4) .content {
    margin-right: 4.125rem;
  }
}
.mb-inspect section:nth-of-type(2n+4) .screenshot {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.mb-inspect section.core-color-sec:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  display: block;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: 0;
  width: 100vw;
  height: 100%;
  background-color: #eb5648;
  background-image: url(/webpack/deco-dark.01fdf91894cc3099dd6f2315d37fd22d.svg);
  background-repeat: no-repeat;
}
@media (max-width: 64rem) {
  .mb-inspect section.core-color-sec:before {
    margin-left: calc((100% - 64rem)/2);
    width: 64rem;
  }
}
.mb-inspect section.core-color-sec {
  position: relative;
  padding-top: 115px;
  height: 750px;
  color: #fff;
}
.mb-inspect section.core-color-sec h2 {
  color: inherit;
}
.mb-inspect #sec3 .screenshot {
  width: 714px;
  height: 489px;
}
@media (max-width: 1024px) {
  .mb-inspect #sec3 .screenshot {
    margin-left: -50px;
  }
}
.mb-inspect #sec3 .content {
  position: relative;
  margin-top: 5.5rem;
}
.mb-inspect #sec3 h2:before {
  background-position: 0 -270px;
}
.mb-inspect #sec3 .go-to-sketch {
  position: absolute;
  top: -23px;
  left: 86px;
  display: block;
  padding: 24px 0 0 92px;
  width: 250px;
  height: 84px;
  text-decoration: none;
}
.mb-inspect #sec3 .go-to-sketch:hover {
  text-decoration: underline;
}
.mb-inspect #sec3 .go-to-sketch:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 61px;
  height: 61px;
  background-image: url(/webpack/asset.dd38e7c70e3fb8e4ec00baedde1784c8.svg);
  background-repeat: no-repeat;
  background-position: -61px -270px;
}
.mb-inspect #sec3 .go-to-sketch:after {
  position: absolute;
  top: 0;
  left: 53px;
  content: '';
  display: block;
  width: 57px;
  height: 24px;
  background-image: url(/webpack/asset.dd38e7c70e3fb8e4ec00baedde1784c8.svg);
  background-repeat: no-repeat;
  background-position: 0 -335px;
}
.mb-inspect #sec4 {
  margin-top: 21rem;
  margin-bottom: 12.5rem;
}
.mb-inspect #sec4 h2:before {
  margin-top: 30px;
  margin-left: 0.125rem;
  background-position: -122px -270px;
}
.mb-inspect #sec5 .content {
  margin-top: 110px;
}
.mb-inspect #sec5 h2:before {
  background-position-x: -183px;
}
.mb-inspect #sec6 {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}
.mb-inspect #sec6 .content {
  margin-top: 4.5rem;
}
@media (min-width: 1440px) {
  .mb-inspect #sec6 .content {
    margin-right: 9rem;
  }
}
.mb-inspect #sec6 h2:before {
  background-position-x: -244px;
}
@media (max-width: 640px) {
  .mb-inspect #sec6 picture.screenshot {
    height: 200px !important;
  }
}
@media (max-width: 768px) {
  .mb-inspect {
    background-image: none;
  }
  .mb-inspect #sec3,
  .mb-inspect #sec4,
  .mb-inspect #sec5,
  .mb-inspect #sec6 {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
    padding: 0 34px;
    width: 100%;
  }
  .mb-inspect #sec3 picture.screenshot,
  .mb-inspect #sec4 picture.screenshot,
  .mb-inspect #sec5 picture.screenshot,
  .mb-inspect #sec6 picture.screenshot {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100% !important;
    margin: auto;
    height: auto;
  }
  .mb-inspect #sec3 .content,
  .mb-inspect #sec4 .content,
  .mb-inspect #sec5 .content,
  .mb-inspect #sec6 .content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .mb-inspect #sec3 .content h2:before,
  .mb-inspect #sec4 .content h2:before,
  .mb-inspect #sec5 .content h2:before,
  .mb-inspect #sec6 .content h2:before {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    position: relative;
    left: -16px;
    top: 25px;
    margin-top: 0;
  }
  .mb-inspect #sec3 {
    padding: 0;
  }
  .mb-inspect #sec3 .content {
    margin: 2.5rem 0 0;
    padding: 0 34px;
  }
  .mb-inspect #sec3 .content h2:before {
    top: 20px;
  }
  .mb-inspect #sec3 .content p:last-child {
    margin-bottom: 0;
    padding-bottom: 4.5rem;
    border-bottom: 1px solid #ccd3d7;
    max-width: none;
  }
  .mb-inspect #sec3 .content a.go-to-sketch {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    top: 1px;
    left: 32px;
  }
  .mb-inspect #sec5 {
    height: auto;
  }
  .mb-inspect #sec5 picture.screenshot {
    margin: 2.5rem 0 0;
    height: auto;
  }
  .mb-inspect #sec5 .content {
    margin: 0 0 2.5rem;
  }
}
@media (max-width: 768px) {
  .petri {
    overflow-x: hidden;
  }
  .mb-prototyping .mb-nav {
    z-index: 31;
  }
}
.mb-prototyping {
  background-image: url(/webpack/top.a652181be14f610f663cb91f44f25d17.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.mb-prototyping .mb-nav {
  background-color: transparent !important;
}
.mb-prototyping .mb-nav.isnt-on-top {
  background-color: #f46e66 !important;
  -webkit-box-shadow: 0 2px 10px rgba(167,54,54,0.4);
  box-shadow: 0 2px 10px rgba(167,54,54,0.4);
  z-index: 40;
}
@media (max-width: 64rem) {
  .mb-prototyping {
    -webkit-background-size: 64rem auto;
    -moz-background-size: 64rem auto;
    background-size: 64rem auto;
  }
}
@media (max-width: 768px) {
  .mb-prototyping #content,
  .mb-prototyping #content #sec1,
  .mb-prototyping #content #sec2,
  .mb-prototyping #content #sec3,
  .mb-prototyping #content #sec4,
  .mb-prototyping #content #sec5,
  .mb-prototyping #content #sec6 {
    min-width: 0;
    width: 100%;
  }
  .mb-prototyping #content ~ .mb-footer {
    width: auto;
  }
  .mb-prototyping #content .content h2 {
    font-size: 1.4rem;
  }
  .mb-prototyping #content .content p {
    font-size: 0.9rem;
  }
}
.mb-prototyping #sec1 {
  padding-top: 3.75rem;
  text-align: center;
  color: #fff;
}
.mb-prototyping #sec1 h1 {
  font-size: 2.5rem;
  line-height: 1;
  color: inherit;
}
.mb-prototyping #sec1 h1 + p {
  margin: 1em 0;
  font-size: 1rem;
}
.mb-prototyping #sec1 h1 + p:lang(zh) {
  letter-spacing: 1px;
}
.mb-prototyping #sec1 .preview {
  position: relative;
  z-index: 30;
  margin-top: 4rem;
  width: 1010px;
}
@media (max-width: 1024px) {
  .mb-prototyping #sec1 .preview {
    width: 505px;
  }
}
.mb-prototyping #sec1 .preview img {
  filter: drop-shadow(0 5px 18px rgba(65,80,88,0.18));
}
@media (max-width: 768px) {
  .mb-prototyping #sec1 {
    padding: 0 34px;
    margin-top: 25px;
  }
  .mb-prototyping #sec1 .content h1 {
    font-size: 1.4rem;
  }
  .mb-prototyping #sec1 .content p {
    font-size: 0.9rem;
    margin-bottom: 0;
  }
  .mb-prototyping #sec1 picture.preview {
    margin-top: 50px;
    width: 100%;
  }
}
.mb-prototyping #sec2 {
  position: relative;
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
  text-align: center;
}
.mb-prototyping #sec2 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 6rem;
  width: 57rem;
}
.mb-prototyping #sec2 li {
  content: '';
  display: block;
  width: 125px;
  height: 125px;
  background-image: url(/webpack/asset.9d18a52c01efbf3d4bb6067b71c55f63.svg);
  background-repeat: no-repeat;
  filter: drop-shadow(0 3px 6px rgba(255,255,255,0.6)) drop-shadow(0 6px 28px rgba(222,222,228,0.6));
  color: transparent;
}
.mb-prototyping #sec2 li:nth-child(2) {
  background-position-x: -126px;
}
.mb-prototyping #sec2 li:nth-child(3) {
  background-position-x: -252px;
}
.mb-prototyping #sec2 li:nth-child(4) {
  background-position-x: -378px;
}
@media (max-width: 768px) {
  .mb-prototyping #sec2 {
    margin: 100px 0 38px;
    padding: 0 34px;
  }
  .mb-prototyping #sec2 .content h2 {
    font-size: 1.4rem;
  }
  .mb-prototyping #sec2 .content p {
    font-size: 0.9rem;
    margin-bottom: 0;
  }
  .mb-prototyping #sec2 ul {
    width: 250%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 50px;
  }
  .mb-prototyping #sec2 li {
    height: 126px;
  }
}
.mb-prototyping #sec3:before,
.mb-prototyping #sec3:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  display: block;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: 0;
  width: 100vw;
  height: 100%;
  background-color: #fafafa;
}
.mb-prototyping #sec3:after {
  top: -20rem;
  z-index: 5;
  height: 27.5rem;
  background-color: transparent;
  background-image: url(/webpack/deco-left.5281238e76435b2921937c78eb5cd3e7.svg);
  background-position: left center;
  background-repeat: no-repeat;
}
@media (max-width: 64rem) {
  .mb-prototyping #sec3:before,
  .mb-prototyping #sec3:after {
    margin-left: calc((100% - 64rem)/2);
    width: 64rem;
  }
}
.mb-prototyping #sec3 {
  position: relative;
  margin-bottom: 12.5rem;
  padding: 6rem 0 5rem;
  width: 64rem;
  min-height: 820px;
  text-align: center;
}
.mb-prototyping #sec3 .content {
  padding: 0 1.5em;
}
.mb-prototyping #sec3 h2 + p {
  font-size: 1.125rem;
}
.mb-prototyping #sec3 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: 2rem;
  min-height: 550px;
}
.mb-prototyping #sec3 ul:hover li {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.mb-prototyping #sec3 li {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  will-change: margin-top opacity transform;
}
.mb-prototyping #sec3 li:hover {
  margin-top: -1%;
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mb-prototyping #sec3 li picture {
  position: absolute;
  top: 0;
}
.mb-prototyping #sec3 li:first-child picture {
  right: 0;
}
.mb-prototyping #sec3 li:nth-child(2) picture {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .mb-prototyping #sec3 {
    min-height: 0;
    height: 35rem;
    margin-bottom: 0;
    padding-left: 34px;
    padding-right: 34px;
  }
  .mb-prototyping #sec3 .content {
    padding: 0;
  }
  .mb-prototyping #sec3 ul {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    margin-top: -10rem;
  }
}
.mb-prototyping section:nth-of-type(2n+4),
.mb-prototyping section:nth-of-type(2n+5) {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
  padding: 0 1.5rem;
  width: auto;
}
.mb-prototyping section:nth-of-type(2n+4) .screenshot,
.mb-prototyping section:nth-of-type(2n+5) .screenshot {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.mb-prototyping section:nth-of-type(2n+4) .content,
.mb-prototyping section:nth-of-type(2n+5) .content {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-left: 3rem;
  width: 400px;
}
@media (max-width: 1366px) {
  .mb-prototyping section:nth-of-type(2n+4) .content,
  .mb-prototyping section:nth-of-type(2n+5) .content {
    width: 350px;
  }
}
@media (min-width: 1366px) {
  .mb-prototyping section:nth-of-type(2n+4) .content,
  .mb-prototyping section:nth-of-type(2n+5) .content {
    margin-left: 6rem;
    width: 450px;
  }
}
.mb-prototyping section:nth-of-type(2n+4) .content p,
.mb-prototyping section:nth-of-type(2n+5) .content p {
  max-width: 25rem;
}
.mb-prototyping section:nth-of-type(2n+4) .content h2:before,
.mb-prototyping section:nth-of-type(2n+5) .content h2:before {
  margin-left: 0.125rem;
  margin-bottom: 2rem;
  content: '';
  display: block;
  width: 61px;
  height: 61px;
  background-image: url(/webpack/asset.9d18a52c01efbf3d4bb6067b71c55f63.svg);
  background-repeat: no-repeat;
  background-position-y: -140px;
}
.mb-prototyping section:nth-of-type(2n+5) .content {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin-left: 0;
  margin-right: 3rem;
}
@media (min-width: 1366px) {
  .mb-prototyping section:nth-of-type(2n+5) .content {
    margin-right: 6rem;
  }
}
.mb-prototyping section:nth-of-type(2n+5) .screenshot {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.mb-prototyping #sec4 h2 {
  margin-top: 50px;
}
.mb-prototyping #sec4:after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  margin-top: 550px;
  width: 100vw;
  height: 250px;
  background-image: url(/webpack/deco-right.40d46ee0891ceb39931ab3669895bbb2.svg);
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
}
@media (max-width: 64rem) {
  .mb-prototyping #sec4 h2:after {
    display: none;
  }
  .mb-prototyping #sec4 .petri {
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  .mb-prototyping #sec4 {
    margin-top: 4.5rem;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 34px;
  }
  .mb-prototyping #sec4:after {
    display: none;
  }
  .mb-prototyping #sec4 picture.screenshot {
    width: auto !important;
  }
  .mb-prototyping #sec4 .content {
    width: auto;
    margin-left: 0;
    border-bottom: 1px solid #ccd3d7;
    padding-bottom: 60px;
  }
  .mb-prototyping #sec4 h2 {
    margin: 0;
  }
  .mb-prototyping #sec4 h2:before {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    position: relative;
    left: -16px;
    top: 25px;
  }
}
.mb-prototyping #sec5 h2:before {
  background-position-x: -61px;
}
.mb-prototyping #sec5 h2 {
  margin-top: 130px;
}
@media (max-width: 768px) {
  .mb-prototyping #sec5 {
    margin-top: 4.5rem;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 34px;
  }
  .mb-prototyping #sec5 picture.screenshot {
    width: auto !important;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .mb-prototyping #sec5 .content {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: auto;
    margin: 40px 0 0;
    padding-bottom: 70px;
    border-bottom: 1px solid #ccd3d7;
  }
  .mb-prototyping #sec5 h2 {
    margin-top: 0;
    position: relative;
  }
  .mb-prototyping #sec5 h2:before {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    position: relative;
    margin: 0;
    left: -13px;
    top: -10px;
  }
}
.mb-prototyping #sec6 h2:before {
  background-position-x: -122px;
}
.mb-prototyping #sec6 h2 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .mb-prototyping #sec6 {
    margin: 80px 0 0;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 34px;
  }
  .mb-prototyping #sec6 picture.screenshot {
    width: auto !important;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .mb-prototyping #sec6 .content {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: auto;
    margin: 0;
    padding-bottom: 70px;
  }
  .mb-prototyping #sec6 h2 {
    margin: 0;
  }
  .mb-prototyping #sec6 h2:before {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    position: relative;
    left: -16px;
    top: 25px;
  }
}
.mb-prototyping .mb-footer {
  position: relative;
}
.mb-prototyping .mb-footer:before {
  content: '';
  position: absolute;
  left: 0;
  top: -180px;
  display: block;
  width: 150px;
  height: 180px;
  background-image: url(/webpack/deco-left.5281238e76435b2921937c78eb5cd3e7.svg);
  background-position-x: -30px;
  background-position-y: calc(100% + 100px);
  background-repeat: no-repeat;
  -webkit-background-size: auto 280px;
  -moz-background-size: auto 280px;
  background-size: auto 280px;
}
@media (max-width: 768px) {
  .mb-prototyping .mb-footer:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .petri {
    overflow-x: hidden;
  }
}
.mb-design {
  overflow-x: hidden;
}
@media not all and (min-width: 1024px) {
  .mb-design {
    overflow-x: auto;
  }
}
@media (max-width: 768px) {
  .mb-design {
    overflow-x: hidden;
  }
  .mb-design .mb-nav {
    z-index: 31;
  }
}
.mb-design .mb-nav.isnt-on-top {
  z-index: 40;
}
.mb-design #content {
  padding-bottom: 14rem;
  overflow-x: initial !important;
}
.mb-design #content,
.mb-design #content ~.mb-footer {
  width: 100%;
}
@media not all and (min-width: 1024px) {
  .mb-design #content,
  .mb-design #content ~.mb-footer {
    width: 1024px;
    overflow-x: hidden !important;
  }
}
@media (max-width: 768px) {
  .mb-design #content {
    min-width: 0;
    width: 100%;
    padding-bottom: 80px;
  }
  .mb-design #content ~ .mb-footer {
    width: auto;
  }
}
.mb-design .mb-footer {
  position: relative;
}
.mb-design .mb-footer:before {
  content: '';
  position: absolute;
  right: 0;
  top: -173px;
  display: block;
  width: 110px;
  height: 173px;
  background-image: url(/webpack/deco-right.9718c55ca97fa80b2a5cba692041a07d.svg);
  background-repeat: no-repeat;
}
.mb-design #sec1 {
  position: relative;
  top: 0;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 30;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-top: 9rem;
  margin-bottom: 16rem;
  width: 90rem;
}
.mb-design #sec1 .screenshot {
  position: relative;
  -webkit-flex-basis: 280px;
  flex-basis: 280px;
  height: 516px;
}
.mb-design #sec1 .screenshot.for-designers {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.mb-design #sec1 .screenshot.for-designers .preview.sketch {
  right: 0;
}
.mb-design #sec1 .screenshot.for-designers .preview.sketch-plugin {
  right: -40px;
  bottom: 50px;
}
.mb-design #sec1 .content {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.mb-design #sec1 .screenshot.for-developers {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -o-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.mb-design #sec1 .preview {
  position: absolute;
  display: block;
}
.mb-design #sec1 .preview img {
  display: block;
  width: 100%;
}
.mb-design #sec1 .preview.sketch img {
  filter: drop-shadow(0 -4px 48px rgba(39,54,78,0.11));
}
.mb-design #sec1 .preview.sketch-plugin img {
  filter: drop-shadow(0 4px 9px rgba(39,54,78,0.1)) drop-shadow(0 -4px 43px rgba(39,54,78,0.11));
}
.mb-design #sec1 .preview.inspect img {
  border: 1px solid rgba(39,54,78,0.1);
  border-radius: 8px;
  filter: drop-shadow(0 -4px 48px rgba(39,54,78,0.11));
}
.mb-design #sec1 h1 {
  color: #eb5648;
  font-size: 0.875rem;
  font-weight: normal;
}
.mb-design #sec1 h1:before {
  content: '';
  display: block;
  width: 110px;
  height: 110px;
  background-image: url(/webpack/asset.e1323a9f702acaf60d9b781875a90c3b.svg);
  background-repeat: no-repeat;
  margin: 2rem auto 1em;
  filter: drop-shadow(0 2px 4px rgba(255,255,255,0.5)) drop-shadow(0 2px 8px rgba(246,51,51,0.12));
}
.mb-design #sec1 h2 {
  margin: 0.5em 0 0.25em;
  font-size: 2.5rem;
}
.mb-design #sec1 span {
  color: #8d9ea7;
}
.mb-design #sec1 h2 + p {
  margin: 0;
  font-size: 1.25rem;
}
.mb-design #sec1 a.download {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 2rem auto 1rem;
  width: 200px;
  height: 50px;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  background-color: #ef5d52;
  border-radius: 4px;
  color: #fff;
}
.mb-design #sec1 a.download .ruler {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mb-design #sec1 a.download .ruler .value {
  display: block;
  width: 4em;
  height: 1.66em;
  font-size: 0.75rem;
  background-color: #eb5648;
  border-radius: 2px;
  color: #fff;
}
.mb-design #sec1 a.download .ruler:before,
.mb-design #sec1 a.download .ruler:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: -10;
  display: block;
  width: 100%;
  height: 1px;
  color: #eb5648;
}
.mb-design #sec1 a.download .ruler:before {
  border-top: 1px solid;
}
.mb-design #sec1 a.download .ruler:after {
  height: 10px;
  border-left: 1px solid;
  border-right: 1px solid;
}
.mb-design #sec1 a.download .ruler:first-of-type {
  left: -300px;
  width: 300px;
}
.mb-design #sec1 a.download .ruler:last-of-type {
  right: -340px;
  width: 340px;
}
.mb-design #sec1 a.download:hover .ruler {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.mb-design #sec1 a.help {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .mb-design #sec1 {
    padding-top: 40px;
    width: 100%;
    margin-bottom: 0;
    overflow-x: hidden;
  }
  .mb-design #sec1 .content {
    width: 100%;
    padding: 0 34px;
  }
  .mb-design #sec1 .screenshot {
    display: none;
  }
  .mb-design #sec1 h1::before {
    margin-top: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .mb-design #sec1 h2 {
    font-size: 1.5rem;
    margin: 40px 0 20px;
  }
  .mb-design #sec1 h2+p {
    font-size: 0.9rem;
  }
  .mb-design #sec1 h2+p br {
    display: none;
  }
  .mb-design #sec1 a.download,
  .mb-design #sec1 a.help {
    width: 100%;
    height: 40px;
    max-width: 20rem;
    font-size: 1rem;
  }
}
.mb-design #sec2 {
  margin-top: 8rem;
  text-align: center;
}
.mb-design #sec2 .content {
  margin: 0 auto;
  width: 40rem;
}
.mb-design #sec2 h2 {
  font-size: 1.875rem;
  font-weight: 500;
  color: #415058;
}
.mb-design #sec2 p {
  font-size: 1rem;
}
.mb-design #sec2 a.intro {
  margin-left: 1em;
}
@media (max-width: 768px) {
  .mb-design #sec2 {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 100px;
    overflow-x: hidden;
  }
  .mb-design #sec2 .content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-top: 50px;
    padding: 0 34px;
  }
  .mb-design #sec2 h2 {
    font-size: 1.6rem;
  }
  .mb-design #sec2 p {
    font-size: 0.9rem;
    margin: 20px 0 0;
    text-align: justify;
  }
  .mb-design #sec2 a.intro {
    margin-left: 0;
  }
  .mb-design #sec2 a.intro br {
    display: none;
  }
  .mb-design #sec2 picture {
    width: 100% !important;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .mb-design #sec2 picture img {
    margin-left: -9%;
  }
}
.mb-about-page {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABmJLR0QA/wD/AP+gvaeTAAAAJElEQVQYlWP49+b1/n9vXu9lIABYGP4zsDAwMfwjpHAUUAcAADfvCS6vL64KAAAAAElFTkSuQmCC");
}
.mb-about-page header.mb-header {
  text-align: center;
  margin: 0 50px;
  padding-top: 20px;
}
.mb-about-page header.mb-header h2 {
  font-weight: 600;
  font-size: 44px;
  letter-spacing: 1.2px;
  margin-bottom: 15px;
}
.mb-about-page section {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 2% 31%;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  color: rgba(39,54,78,0.8);
}
.mb-about-page section h4 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 1.2px;
}
.mb-about-page section p {
  font-size: 1rem;
  margin: 20px 0;
  line-height: 2rem;
  min-width: 300px;
}
.mb-about-page section ul {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.mb-about-page section ul li {
  font-size: 1rem;
  margin-bottom: 10px;
}
@media (max-width: 768px) and (max-width: 640px) {
  h2:before {
    left: -5%;
  }
}

