html,
body {
  font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif;
}
body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
p,
th,
td,
hr,
button,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
body video {
  display: block;
}
.text-center {
  text-align: center;
}
a {
  transition: color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
h1,
h2,
h3,
h4 {
  color: #404040;
}
#react-content {
  width: 100%;
  overflow: hidden;
}
#page-404 {
  min-height: 680px;
  text-align: center;
  padding-top: 10%;
  color: #999;
}
#page-404 h1 {
  text-shadow: -1px -1px 4px #666;
  font-size: 200px;
}
#nprogress .bar {
  background: #32af36;
}
#nprogress .peg {
  box-shadow: 0 0 10px #32af36, 0 0 5px #32af36;
}
#nprogress .spinner-icon {
  border-top-color: #32af36;
  border-left-color: #32af36;
}
#cnzz_stat_icon_1274237506 {
  display: none;
}
.download {
  display: flex;
  flex-direction: column;
  background: #f3f3f3;
  max-width: 1200px;
  margin: auto;
}
.download h1 {
  line-height: initial;
  top: auto;
  margin-top: 40px;
  text-align: center;
}
.download h1 .title-en,
.download h1 .title-cn {
  display: block;
}
.download h1 .title-en {
  color: rgba(0, 0, 0, 0.14);
  font-size: 22px;
  font-weight: 900;
}
.download .content .item {
  background: #fff;
  border-radius: 5px;
  padding: 50px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px;
}
.download .content .item img {
  width: 86px;
  height: 86px;
}
.download .content .item span {
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .download .content .item {
    flex-direction: column;
  }
  .download .content .item .app-info {
    margin-bottom: 16px;
  }
}
.content-wrapper > .tween-one-leaving,
.queue-anim-leaving {
  position: absolute !important;
  width: 100%;
}
.video {
  max-width: 800px;
}
.templates-wrapper {
  user-select: none;
  background: #313131;
}
.is-edit * {
  pointer-events: none;
}
#react-content {
  min-height: 100%;
}
.top-container {
  background: url(/images/xmore_app_bg.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top-container {
    background: none;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.content-template-wrapper {
  width: 100%;
  border-color: #666;
  position: relative;
}
.content-template-wrapper .content-template {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.content-template-wrapper .content-template h1 {
  font-size: 36px;
  font-weight: bold;
  color: #e9e9e9;
}
.content-template-wrapper .content-template h2 {
  text-align: center;
  font-size: 20px;
  color: #e9e9e9;
}
.content-template-wrapper .content-template > p {
  font-size: 12px;
  margin: 20px auto;
}
.content-half-wrapper {
  height: 50vh;
}
@media screen and (max-width: 767px) {
  .content-template-wrapper .content-template {
    /*h1, > p {
        text-align: center;
      }*/
  }
  .content-template-wrapper .content-template h1 {
    font-size: 24px;
  }
  .content-template-wrapper .content-template h2 {
    font-size: 16px;
  }
}
.header {
  height: 52px;
  background: transparent;
  color: #fff;
  width: 100%;
  z-index: 970;
  position: relative;
  top: 30px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px 0 20px;
}
.header-logo {
  display: flex;
  align-items: center;
  flex: 1;
  line-height: 52px;
  color: #e9e9e9;
  font-size: 16px;
}
.header-logo img {
  width: 228px;
  vertical-align: middle;
  display: inline-block;
}
.header-logo a {
  display: block;
}
.header-logo .name {
  font-size: 24px;
  color: #fff;
  margin-left: 8px;
}
.header-nav {
  line-height: 52px;
  position: relative;
}
.header-nav .local-item,
.header-nav .local-item-selected {
  width: 60px;
  text-align: center;
  color: #e9e9e9;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  cursor: pointer;
}
.header-nav .local-item-selected {
  color: #32af36;
}
@media screen and (max-width: 767px) {
  .header {
    height: 36px;
  }
  .header-logo {
    z-index: 101;
    width: 160px;
    line-height: 36px;
  }
  .header-logo img {
    width: 160px;
  }
  .header-nav {
    line-height: 36px;
  }
  .header-nav .ant-menu {
    line-height: 36px;
  }
}
.exception {
  display: flex;
  align-items: center;
  height: 100%;
}
.exception .imgBlock {
  flex: 0 0 62.5%;
  width: 62.5%;
  padding-right: 152px;
  zoom: 1;
}
.exception .imgBlock:before,
.exception .imgBlock:after {
  content: ' ';
  display: table;
}
.exception .imgBlock:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.exception .imgEle {
  height: 360px;
  width: 100%;
  max-width: 430px;
  float: right;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.exception .content {
  flex: auto;
}
.exception .content h1 {
  color: #434e59;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 24px;
}
.exception .content .desc {
  color: rgba(0, 0, 0, 0.45);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.exception .content .actions button:not(:last-child) {
  margin-right: 8px;
}
.nomatch {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 100;
  left: 100;
  right: 0;
  bottom: 0;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  .exception .imgBlock {
    padding-right: 88px;
  }
}
@media screen and (max-width: 576px) {
  .exception {
    display: block;
    text-align: center;
  }
  .exception .imgBlock {
    padding-right: 0;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 480px) {
  .exception .imgBlock {
    margin-bottom: -24px;
    overflow: hidden;
  }
}
.about_profile-wrapper {
  overflow: hidden;
}
.about_profile > .profile {
  top: 15%;
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 24px 24px;
  font-size: 20px;
}
.about_profile > h1 {
  text-align: center;
  position: relative;
}
.about_profile > h1::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-10px);
  border-top: 2px solid #32af36;
}
.about_profile > h1 .title-cn {
  display: block;
}
.about_profile .about-img-wrapper {
  padding-top: 50px;
}
.about_profile > ul {
  position: relative;
  top: 20%;
}
.about_profile > ul > li {
  width: 50%;
  padding: 0 1%;
  display: inline-block;
  text-align: left;
}
.about_profile > ul > li.queue-anim-leaving {
  position: relative !important;
}
.about_profile > ul > li .content-wrapper {
  text-align: center;
}
.about_profile > ul > li .content-wrapper .xmore-name {
  margin-bottom: 50px;
}
.about_profile > ul > li .content-wrapper .download-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about_profile > ul > li .content-wrapper .download-container .download_item {
  display: inline-block;
  width: 234px;
  height: 72px;
}
.about_profile > ul > li .content-wrapper .download-container .download-container-line1 {
  justify-content: center;
  display: flex;
}
.about_profile > ul > li .content-wrapper .download-container .download-container-line1 .download_item:last-child {
  margin-left: 20px;
}
.about_profile > ul > li .xmore-app-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about_profile > ul > li .block-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  min-height: 100px;
  padding: 10px;
}
.about_profile > ul > li .icon {
  width: 70px;
  height: 60px;
  margin-right: 15px;
  align-items: center;
}
.about_profile > ul > li > h3 {
  line-height: 32px;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .about_profile-wrapper {
    height: auto;
    background: none;
  }
  .about_profile-wrapper .about_profile {
    width: 90%;
    max-width: 100%;
    margin: auto;
  }
  .about_profile-wrapper .about_profile > .profile {
    top: auto;
  }
  .about_profile-wrapper .about_profile > h1 {
    top: auto;
  }
  .about_profile-wrapper .about_profile .about-img-wrapper {
    padding-top: 50px;
    background: #313131;
  }
  .about_profile-wrapper .about_profile > ul {
    top: auto;
    padding: 0;
  }
  .about_profile-wrapper .about_profile > ul > li {
    width: 100%;
    display: block;
    padding: 0 20px;
  }
  .about_profile-wrapper .about_profile > ul > li .xmore-name {
    margin-bottom: 20px;
  }
  .about_profile-wrapper .about_profile > ul > li .download_item {
    width: 156px !important;
    height: 48px !important;
  }
  .about_profile-wrapper .about_profile > ul > li .xmore-app-left {
    margin-bottom: 20px;
  }
}
.about_train {
  padding-top: 40px;
  padding-bottom: 20px;
}
.about_train-wrapper {
  overflow: hidden;
}
.about_train > .train {
  top: 15%;
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 24px 24px;
  font-size: 20px;
}
.about_train > h1 {
  text-align: center;
  position: relative;
}
.about_train > h1 .title-cn {
  display: block;
}
.about_train > ul {
  position: relative;
  top: 20%;
  padding: 20px 0;
  margin-top: 20px;
}
.about_train > ul > li {
  width: 50%;
  padding: 0 4px;
  display: inline-block;
  text-align: left;
}
.about_train > ul > li.queue-anim-leaving {
  position: relative !important;
}
.about_train > ul > li .content-wrapper {
  text-align: right;
}
.about_train > ul > li .block-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  min-height: 100px;
  padding: 10px;
}
.about_train > ul > li .icon {
  width: 70px;
  height: 60px;
  margin-right: 15px;
  align-items: center;
}
.about_train > ul > li > h3 {
  line-height: 32px;
  margin: 10px auto;
}
.about_train > ul > li:last-child .content-wrapper {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .about_train-wrapper {
    height: auto;
    background: none;
  }
  .about_train-wrapper .about_train {
    width: 90%;
    max-width: 100%;
    margin: auto;
  }
  .about_train-wrapper .about_train > .profile {
    top: auto;
  }
  .about_train-wrapper .about_train > h1 {
    top: auto;
  }
  .about_train-wrapper .about_train > ul {
    top: auto;
    padding: 0;
    margin-top: 0;
  }
  .about_train-wrapper .about_train > ul > li {
    width: 100%;
    display: block;
    padding: 20px 20px;
  }
  .about_train-wrapper .about_train > ul > li .content-wrapper {
    text-align: center;
  }
}
.about_scene-wrapper {
  overflow: hidden;
}
.about_scene .title,
.about_scene .profile {
  position: absolute;
  width: 100%;
  top: 40px;
}
.about_scene .profile {
  top: 95px;
}
.about_scene > .scene {
  top: 15%;
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 24px 24px;
  font-size: 20px;
}
.about_scene > h1 {
  text-align: center;
  position: relative;
}
.about_scene > h1 .title-cn {
  display: block;
}
.about_scene > ul {
  position: relative;
  top: 20%;
  padding: 0;
}
.about_scene > ul > li {
  width: 100%;
  display: inline-block;
  text-align: left;
}
.about_scene > ul > li.queue-anim-leaving {
  position: relative !important;
}
.about_scene > ul > li .content-wrapper {
  text-align: center;
}
.about_scene > ul > li .block-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  min-height: 100px;
  padding: 10px;
}
.about_scene > ul > li .icon {
  width: 70px;
  height: 60px;
  margin-right: 15px;
  align-items: center;
}
.about_scene > ul > li > h3 {
  line-height: 32px;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .about_scene-wrapper {
    height: auto;
    background: none;
  }
  .about_scene-wrapper .about_scene {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
  .about_scene-wrapper .about_scene .title {
    top: 0;
  }
  .about_scene-wrapper .about_scene > .profile {
    top: 35px;
  }
  .about_scene-wrapper .about_scene > h1 {
    top: auto;
  }
  .about_scene-wrapper .about_scene > ul {
    top: auto;
    padding: 0;
  }
  .about_scene-wrapper .about_scene > ul > li {
    width: 100%;
    display: block;
  }
}
.about_course-wrapper {
  overflow: hidden;
}
.about_course > .course {
  top: 15%;
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 24px 24px;
  font-size: 20px;
}
.about_course > h1 {
  text-align: center;
  position: relative;
}
.about_course > h1 .title-cn {
  display: block;
}
.about_course > ul {
  position: relative;
  top: 20%;
  padding: 20px 0;
}
.about_course > ul > li {
  width: 100%;
  display: inline-block;
  text-align: left;
}
.about_course > ul > li.queue-anim-leaving {
  position: relative !important;
}
.about_course > ul > li .content-wrapper {
  text-align: center;
}
.about_course > ul > li .block-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  min-height: 100px;
  padding: 10px;
}
.about_course > ul > li .icon {
  width: 70px;
  height: 60px;
  margin-right: 15px;
  align-items: center;
}
.about_course > ul > li > h3 {
  line-height: 32px;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .about_course-wrapper {
    height: auto;
    background: none;
  }
  .about_course-wrapper .about_course {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
  .about_course-wrapper .about_course > .profile {
    top: auto;
  }
  .about_course-wrapper .about_course > h1 {
    top: auto;
  }
  .about_course-wrapper .about_course > ul {
    top: auto;
    margin-top: 0;
  }
  .about_course-wrapper .about_course > ul > li {
    width: 100%;
    display: block;
  }
}
.about_data {
  padding-top: 40px;
  padding-bottom: 20px;
}
.about_data-wrapper {
  overflow: hidden;
}
.about_data > .data {
  top: 15%;
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 24px 24px;
  font-size: 20px;
}
.about_data > h1 {
  text-align: center;
  position: relative;
}
.about_data > h1 .title-cn {
  display: block;
}
.about_data > ul {
  position: relative;
  top: 20%;
  padding: 20px 0;
  margin-top: 20px;
}
.about_data > ul > li {
  width: 50%;
  padding: 0 4px;
  display: inline-block;
  text-align: left;
}
.about_data > ul > li.queue-anim-leaving {
  position: relative !important;
}
.about_data > ul > li .content-wrapper {
  text-align: right;
  margin-right: 25%;
}
.about_data > ul > li .block-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  min-height: 100px;
  padding: 10px;
}
.about_data > ul > li .icon {
  width: 70px;
  height: 60px;
  margin-right: 15px;
  align-items: center;
}
.about_data > ul > li > h3 {
  line-height: 32px;
  margin: 10px auto;
}
.about_data > ul > li:last-child .content-wrapper {
  text-align: left;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .about_data-wrapper {
    height: auto;
    background: none;
  }
  .about_data-wrapper .about_data {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
  .about_data-wrapper .about_data > .profile {
    top: auto;
  }
  .about_data-wrapper .about_data > h1 {
    top: auto;
  }
  .about_data-wrapper .about_data > ul {
    top: auto;
    padding: 0;
    margin-top: 0;
  }
  .about_data-wrapper .about_data > ul > li {
    width: 100%;
    display: block;
    padding: 20px 20px;
  }
  .about_data-wrapper .about_data > ul > li .content-wrapper {
    text-align: center;
    margin-right: 0;
  }
}
.footerWrapper {
  background: #000;
  height: 420px;
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0.9);
}
.footerWrapper > ul {
  width: 95%;
  max-width: 1200px;
  margin: 40px auto 0;
  overflow: inherit;
}
.footerWrapper > ul .contact .address,
.footerWrapper > ul .contact .email {
  display: flex;
}
.footerWrapper > ul .contact .address .left,
.footerWrapper > ul .contact .email .left {
  width: 60px;
}
.footerWrapper > ul .contact .address .right,
.footerWrapper > ul .contact .email .right {
  flex: 1;
}
.footerWrapper > ul .contact .address .right .list-item:not(:first-child),
.footerWrapper > ul .contact .email .right .list-item:not(:first-child) {
  margin-top: 10px;
}
.footerWrapper > ul .contact .email {
  margin-top: 40px;
}
.footerWrapper > ul .introduce .list-item:not(:first-child) {
  margin-top: 10px;
}
.footerWrapper > ul > li {
  float: left;
  width: 20%;
  padding: 10px;
  position: relative !important;
}
.footerWrapper > ul > li:nth-child(1) {
  width: 45%;
}
.footerWrapper > ul > li:nth-child(2) {
  width: 35%;
}
.footerWrapper > ul > li h2 {
  font-weight: normal;
  color: #ccc;
  margin-bottom: 20px;
  border-bottom: 1px solid #686870;
}
.footerWrapper > ul > li h2 .title {
  display: inline-block;
  border-bottom: 2px solid #cecece;
  padding-bottom: 10px;
}
.footerWrapper > ul > li .icon {
  width: 20px;
  display: inline-block;
  margin-left: 10px;
  opacity: 0.35;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footerWrapper > ul > li .icon:first-child {
  margin-left: 0;
}
.footerWrapper > ul > li .icon:hover {
  opacity: 1;
}
.footerWrapper > ul > li a {
  color: #666;
  display: block;
}
.footerWrapper > ul > li a:hover {
  color: #ccc;
}
.footerWrapper > ul > li .logo {
  width: 80%;
  max-width: 150px;
  display: block;
}
.footerWrapper .ant-col-xs-12 {
  width: 200px;
}
@media screen and (max-width: 992px) {
  .footerWrapper {
    height: 670px;
    padding: 20px;
  }
  .footerWrapper .name {
    display: flex;
    align-items: center;
    padding: 0 4px;
  }
  .footerWrapper .focus {
    justify-content: initial !important;
  }
}
@media screen and (min-width: 992px) {
  .footerWrapper .footer .name {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: -4px;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.qr {
  width: 100px;
  height: 100px;
  margin-right: 8px;
  border-radius: 6px;
}
.qr:hover {
  transform: scale(2);
  z-index: 99;
}
.qrmp {
  width: 100px;
  height: 100px;
  border-radius: 6px;
}
.qrmp:hover {
  position: relative;
  transform: scale(2);
  z-index: 99;
}
.footer {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding: 0 20px;
}
.footer .contact .address,
.footer .contact .email,
.footer .contact .phone {
  display: flex;
}
.footer .contact .address .left,
.footer .contact .email .left,
.footer .contact .phone .left {
  width: 60px;
}
.footer .contact .address .right,
.footer .contact .email .right,
.footer .contact .phone .right {
  flex: 1;
}
.footer .contact .address .right .list-item,
.footer .contact .email .right .list-item,
.footer .contact .phone .right .list-item {
  margin-top: 8px;
}
.footer .contact .email,
.footer .contact .phone {
  margin-top: 20px;
}
.footer .introduce .list-item {
  margin: 12px 0;
}
.footer .item {
  padding: 10px;
}
.footer .item h2 {
  font-weight: normal;
  color: #fff;
  margin-bottom: 20px;
}
.footer .item h2 .title {
  display: inline-block;
  padding-bottom: 10px;
}
.footer .item .icon {
  width: 20px;
  display: inline-block;
  margin-left: 10px;
  opacity: 0.35;
}
.footer .item .icon:first-child {
  margin-left: 0;
}
.footer .item .icon:hover {
  opacity: 1;
}
.footer .item a {
  color: rgba(255, 255, 255, 0.9);
  display: block;
}
.footer .item a:hover {
  color: #32af36;
}
.footer .focus {
  display: flex;
  justify-content: center;
}
.footer .focus .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .focus .item span {
  margin-top: 6px;
}
.copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  text-align: center;
  border-top: 1px solid hsla(0, 0%, 91.4%, 0.1);
  padding: 0 40px;
  color: hsla(0, 0%, 100%, 0.65);
}
.copyright span {
  display: block;
  margin: 20px auto 0;
}
.copyright span + span {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0;
  }
  .footer .item {
    padding: 10px 0;
  }
}

