@charset "utf-8";
* {
  box-sizing: border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
blockquote,
figure,
button {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font: 16px/1.8 Tahoma, Verdana, Arial, Roboto, "Helvetica Neue", Helvetica, Arial, 'Microsoft Yahei', '\5b8b\4f53', sans-serif;
  color: #000;
  background: #fff;
}
button,
input,
select,
textarea {
  font: inherit;
  color: #000;
  line-height: 1.8;
  border: 0;
  outline: 0;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"] {
  padding-left: 5px;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}
a,
a:active {
  outline: none;
}
i,
em {
  font-style: normal;
}
a,
del,
ins,
s,
u {
  text-decoration: none;
}
fieldset,
img,
acronym {
  border: 0;
}
img,
acronym,
input,
textarea,
iframe,
button {
  vertical-align: middle;
}
input,
button,
textarea,
select,
optgroup,
option {
  resize: none;
  outline: none;
}
html,
body,
a,
button,
input,
li,
div,
span,
section {
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
}
a,
img {
  -webkit-touch-callout: none;
}
a,
button {
  cursor: pointer;
}
input,
textarea,
select {
  -webkit-appearance: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 200px white inset;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:vertical:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
@font-face {
  font-family: 'SourceHanSansCN-Bold';
  src: url('/assets/fonts/SourceHanSansCN-Bold.woff') format('woff'),
  url("/assets/fonts/SourceHanSansCN-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'SourceHanSansCN-Light';
  src: url('/assets/fonts/SourceHanSansCN-Light.woff') format('woff'),
  url("/assets/fonts/SourceHanSansCN-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'SourceHanSansCN-Medium';
  src: url('/assets/fonts/SourceHanSansCN-Medium.woff') format('woff'),
  url("/assets/fonts/SourceHanSansCN-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url('/assets/fonts/SourceHanSansCN-Regular.woff') format('woff'),
  url("/assets/fonts/SourceHanSansCN-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Arial';
  src: url('/assets/font/Arial.ttf') format('truetype');
}
@font-face {
  font-family: 'Arial-Bold';
  src: url('/assets/font/Arial-Bold.ttf') format('truetype');
}
html,
body,
.app {
  position: relative;
  height: 100%;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body {
  font-family: 'SourceHanSansCN-Regular';
}
body.is-overflow {
  overflow: hidden;
}
.x-content {
  max-width: 1580px;
  margin: 0 auto;
  padding: 0 16px;
}
.x-content.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.x-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #fff;
}
.x-loading .icon {
  width: 60px;
  height: 60px;
  background: url('../images/logo-black.png') no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-animation: breathe 1000ms infinite alternate ease-in-out;
          animation: breathe 1000ms infinite alternate ease-in-out;
}
.x-title {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.x-title .label {
  font-size: 30px;
  font-weight:bold;
  line-height: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: 'SC-Heavy';
}
.x-title .more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #595757;
  font-size: 18px;
  position: relative;
  padding-right: 15px;
  font-family: 'SC-Medium';
  font-weight: bold;
}
.x-title .more a:after {
  content: '';
  -webkit-transform: rotate(-45deg) translate(0, 1px);
      -ms-transform: rotate(-45deg) translate(0, 1px);
          transform: rotate(-45deg) translate(0, 1px);
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #595757;
  border-right: 2px solid #595757;
}
.x-title .arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.x-title .arrow .x-icon {
  font-size: 30px;
  color: #000;
  line-height: 1;
}
.x-title .arrow .x-icon + .x-icon {
  margin-left: 30px;
}
.x-button {
  border: 2px solid #5DC2D0;
  background-color: #5DC2D0;
  color: #fff;
  padding: 10px 20px;
  min-width: 120px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.x-button:active {
  opacity: 0.9;
}
.x-button.is-plain {
  background-color: #fff;
  color: #5DC2D0;
  text-align: center;
}
.x-aside {
  font-size: 17px;
  padding: 60px 0;
  line-height: 35px;
  text-align: justify;
}
.x-form-item {
  margin-bottom: 30px;
}
.x-textarea,
.x-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  background-color: #F8F8F8;
  padding: 10px 20px;
  border: 1px solid #ECECEC;
}
.x-textarea label,
.x-input label {
  font-size: 20px;
}
.x-textarea textarea,
.x-input textarea,
.x-textarea input,
.x-input input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: transparent;
  font-size: 20px;
  color: #999;
}
.x-textarea {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 180px;
}
.x-empty {
  text-align: center;
  color: #949699;
  font-size: 24px;
  padding: 100px;
}
.x-dialog {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.x-dialog ._wrapper {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.x-dialog ._body {
  width: 1200px;
  height: 680px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 3px 20px 0 rgba(4, 0, 0, 0.05);
}
.x-dialog.is-show {
  display: block;
}
.x-toast {
  position: fixed;
  display: none;
  left: 50%;
  top: 10%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 99999;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  color: #666;
  border-radius: 5px;
}
.x-toast.is-show {
  display: block;
}
.x-tag {
  display: inline-block;
  font-size: 12px;
  background-color: #DCDCDC;
  padding: 8px 15px;
  font-family: "SC-Medium";
}
.x-tag + .x-tag {
  margin-left: 20px;
}
.x-search {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 998;
  left: 0;
  top: 0;
  background-color: #fff;
  display: none;
}
.x-search.is-show {
  display: block;
}
.x-search ._body {
  width: 700px;
  margin: 0 auto;
  padding: 100px 0;
}
.x-search ._header {
  position: relative;
}
.x-search ._header ._logo {
  width: 70px;
  height: 70px;
  background: url('../images/logo-black.png') no-repeat;
  background-size: cover;
}
.x-search ._header ._close {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.x-search ._header .x-icon {
  font-size: 26px;
  cursor: pointer;
}
.x-search ._content {
  padding: 50px 0 80px;
}
.x-search ._content ._input input {
  font-size: 36px;
  width: 100%;
  line-height: 1;
  padding: 0;
  color: #000;
  background-color: transparent;
  font-family: 'SC-Heavy';
}
.x-search ._keyword dt {
  font-size: 14px;
  padding-bottom: 10px;
  font-weight:bold;
  font-family: "SC-Medium";
}
.x-search .x-tag:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
.x-more {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 32px;
}
.x-more:hover {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.x-more img {
  height: 100%;
}
.x-tabs {
  padding-top: 30px;
  border-bottom: 1px solid #E0E2E9;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.x-tabs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.x-tabs ul li {
  width: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.x-tabs ul li em {
  height: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
  position: relative;
  margin-bottom: -1px;
}
.x-tabs ul .active em {
  border-bottom: 2px solid #000;
  color: #000;
}
.x-preview-video,
.x-preview {
  position: fixed;
  display: none;
  left: 0;
  top: 60px;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: #1F1F1F;
  overflow: hidden;
  z-index: 80;
  padding: 50px;
}
.x-preview-video ._close,
.x-preview ._close {
  position: absolute;
  right: 60px;
  top: 20px;
  z-index: 10;
}
.x-preview-video ._close .x-icon,
.x-preview ._close .x-icon {
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.x-preview-video ._download,
.x-preview ._download {
  position: absolute;
  right: 120px;
  top: 20px;
  z-index: 10;
}
.x-preview-video ._download .x-icon,
.x-preview ._download .x-icon {
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.x-preview-video .swiper-container,
.x-preview .swiper-container,
.x-preview-video .swiper-wrapper,
.x-preview .swiper-wrapper {
  height: 100%;
}
.x-preview-video .swiper-slide,
.x-preview .swiper-slide {
  background: no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.x-preview-video .swiper-slide,
.x-preview .swiper-slide .swiper-lazy{
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.x-preview-video .swiper-slide.is-desc,
.x-preview .swiper-slide.is-desc {
  text-align: center;
}
.x-preview-video .swiper-slide.is-desc .inline-block,
.x-preview .swiper-slide.is-desc .inline-block {
  display: inline-block;
  height: 100%;
}
.x-preview-video .swiper-slide.is-desc .column,
.x-preview .swiper-slide.is-desc .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.x-preview .swiper-slide.is-desc .column .video{
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.x-preview-video .swiper-slide.is-desc .pic,
.x-preview .swiper-slide.is-desc .pic {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(100% - 50px);
}
.x-preview-video .swiper-slide.is-desc .pic img,
.x-preview .swiper-slide.is-desc .pic img{
  max-height: 100%;
}
.x-preview .swiper-slide.is-desc video{
  max-width: 80%;
  max-height: 80%;
}
.x-preview-video .swiper-slide.is-desc .desc,
.x-preview .swiper-slide.is-desc .desc {
  color: #9FA0A0;
  text-align: left;
}
.x-preview-video.is-show,
.x-preview.is-show {
  display: block;
}
.x-video {
  width: 100%;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.x-video .video-js,
.x-video video {
  width: 100%;
  height: 100%;
}
.x-video .vjs-control-bar {
  background-color: rgba(0, 0, 0, 0.64);
}
.x-video .vjs-duration {
  display: block !important;
}
.x-video .vjs-load-progress div {
  background-color: #B5B5B6;
}
.x-video .vjs-play-progress {
  background-color: #F4CC53;
  color: #F4CC53;
}
.x-video .vjs-slider {
  background-color: #fff;
}
.x-video .video-js .vjs-control-bar {
  height: 5em;
}
.x-video .video-js .vjs-control {
  width: 5em;
}
.x-video .video-js .vjs-time-control {
  line-height: 5em;
}
.x-video .video-js .vjs-progress-holder {
  height: 0.6em;
}
.x-video .video-js .vjs-volume-bar{ margin: 2.35em .45em;}
.x-video .video-js .vjs-play-progress:before {
  font-size: 1.6em;
}
.x-video .vjs-button > .vjs-icon-placeholder:before {
  font-size: 3em;
}
.x-preview-video .container {
  padding: 50px;
  width: 1300px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.x-preview-video .container .describe {
  background-color: #000;
  color: #fff;
  height: 78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
}
.x-preview-video .container .describe .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  padding-right: 40px;
}
.x-preview-video .container .describe .content p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.x-preview-video .container .describe .zan {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  color: #595757;
  cursor: pointer;
}
.x-preview-video .container .describe .zan .x-icon {
  font-size: 30px;
}
.x-preview-video .container .describe .zan .icon-014 {
  color: #fff;
}
.x-preview-video .container .describe .zan span {
  font-size: 12px;
}
.x-header {
  height: 60px;
  background-color: #FBCD31;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.13);
}
.x-header .content-all {
  background-color: #FBCD31;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.13);
  position: fixed;
  z-index: 120;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
}
.x-header .x-content .logo {
  width: 60px;
  height: 60px;
  background: url('../images/logo-black.png') no-repeat;
  background-size: cover;
  overflow: hidden;
  text-indent: -88em;
}
.x-header .x-content .logo a {
  display: block;
  height: 100%;
}
.x-header .x-content .nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.x-header .x-content .nav dl {
  position: relative;
  padding: 0 30px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.x-header .x-content .nav dl a {
  color: #000;
  font-family: 'SC-Heavy';
  font-weight: bold;
}
/* .x-header .x-content .nav dl:hover dt {
  font-weight: bold;
} */
.x-header .x-content .nav dl:hover dd {
  display: block;
}
.x-header .x-content .nav dd {
  position: absolute;
  display: none;
  background-color: #FBCD31;
  left: 0;
  top: 60px;
  width: 100%;
  text-align: center;
  padding-bottom: 5px;
}
.x-header .x-content .nav dd p {
  padding: 2px 0;
}
.x-header .x-content .nav dd p:hover {
  font-weight: bold;
}
.x-header .x-content .tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.x-header .x-content .language {
  font-family: 'SC-Light';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}
.x-header .x-content .language a{
  color: #000;
  font-family: 'SC-Heavy';
}
.x-header .x-content .language a.cn{
  font-family: 'SC-Heavy';
}
.x-header .x-content .language em {
  cursor: pointer;
}
.x-header .x-content .follows{
  border-left:1px solid #000;
  padding-left:10px;
  margin-left: 20px;
}
.x-header .x-content .follows img{
  margin-left:6px;
}
.x-header .x-content .search .x-icon {
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.x-header .m-phone-menu,
.x-header .x-content .menu {
  display: none;
}
.x-footer {
  /* border-top: 28px solid #F5CD45; */
  height: 491px;
  position: relative;
  color: #E3E3E3;
  background: url('../images/bg-footer-5.png?v=20250418') no-repeat #000;
  background-size: cover;
}
.x-footer a {
  font-family: 'SC-Heavy';
  color: #E3E3E3;
}
.x-footer .x-content {
  position: relative;
}
.x-footer .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 60px;
}
.x-footer .nav li {
  padding-right: 20px;
}
.x-footer .logo {
  width: 53px;
  height: 42px;
  background: url('../images/logo-white2.png') no-repeat;
  background-size: cover;
  position: absolute;
  top: 100px;
}
.x-footer .follow {
  position: absolute;
  top: 60px;
  right: 0;
}
.x-footer .follow dt {
  font-weight: 300;
  font-size: 16px;
  font-family: 'SC-Heavy';
  text-align: center;
}
.x-footer .follow dd {
  padding-top: 20px;
}
.x-footer .follow ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.x-footer .follow ul li {
  padding-right: 20px;
}
.x-footer .follow ul li a {
  display: block;
  color: #E3E3E3;
}
.x-footer .follow ul li:last-child {
  padding-right: 0;
}
.x-footer .follow ul .x-icon {
  font-size: 40px;
}
.x-footer .top {
  position: fixed;
  z-index: 80;
  right: 80px;
  bottom: 100px;
  display: none;
}
.x-footer .top .x-icon {
  font-size: 40px;
  color: #F5CD45;
  cursor: pointer;
  line-height: 1;
}
.x-copyright {
  background-color: #000;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  width: 100%;
  font-family: 'SC-Medium';
}
.x-copyright a{ color: #fff;}
.x-other-banner {
  height: 350px;
  color: #fff;
  background: no-repeat #000 center center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.x-other-banner p {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 36px;
  font-weight: bold;
  font-family: 'SC-Heavy';
}
.x-other-banner.news {
  background-image: url('/assets/images/bg-banner-news-2.jpg?v=20250416');
}
.x-other-banner.video {
  background-image: url('/assets/images/bg-banner-video-2.jpg?v=20250416');
}
.x-other-banner.course {
  background-image: url('/assets/images/bg-banner-course-2.jpg?v=20250416');
}
.x-other-banner.rank {
  background-image: url('/assets/images/bg-banner-rank-2.jpg?v=20250416');
}
.x-other-banner.wallpaper {
  background-image: url('/assets/images/bg-banner-wallpaper-2.jpg?v=20250416');
}
.x-other-banner.fan {
  background-image: url('/assets/images/bg-banner-fan-2.jpg?v=20250416');
}
.x-banner {
  width: 100%;
  height: calc(100vh - 60px);
  z-index: 2 !important;
}
.x-banner .swiper-slide {
  position: relative;
  overflow: hidden;
}
.x-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-banner .swiper-slide video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  object-fit: cover;
}
.x-banner .swiper-pagination {
  text-align: right;
  padding-right: 100px;
  bottom: 40px !important;
}
.x-banner .swiper-pagination-bullet {
  background: navajowhite;
  border: 1px solid #000;
  opacity: 1;
}
.x-banner .swiper-pagination-bullet-active {
  background-color: #000;
}
.m-h5-language{ display: none;}
.m-home {
  position: relative;
  background-color: #EFEDF1;
  overflow: hidden;
}
.m-home:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 1000px;
  background: -webkit-linear-gradient(top, #f3cf56 0%, #EFEDF1 100%);
  background: linear-gradient(180deg, #f3cf56 0%, #EFEDF1 100%);
}
.m-home:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  width: 552px;
  height: 1215px;
  background: url('../images/bg-home-modify.png') no-repeat;
  background-size: cover;
}
.m-home .x-content {
  position: relative;
  z-index: 2;
  padding-top: 40px;
}
.m-home .x-home-module-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
}
.m-home .x-home-module-1 .weibo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-home .x-home-module-1 .weibo .content {
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-home .x-home-module-1 .weibo .content iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
.m-home .x-home-module-1 .photo {
  width: 620px;
}
.m-home .x-home-module-1 .photo .swiper-wrapper {
  width: 100%;
  margin-bottom: -20px;
}
.m-home .x-home-module-1 .photo .swiper-container {
  width: 100%;
}
.m-home .x-home-module-1 .photo .swiper-slide {
  margin-bottom: 20px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.m-home .x-home-module-1 .photo .li{
  min-height: 300px;
}
.m-home .x-home-module-1 .photo .li a {
  display: block;
  overflow: hidden;
}
.m-home .x-home-module-1 .photo .li a img {
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.m-home .x-home-module-1 .photo .li a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.m-home .x-home-module-2 {
  padding-bottom: 80px;
}
.m-home .x-home-module-2 .list ul {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (minmax(0px, 1fr))[3];
  grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.m-home .x-home-module-2 .list li {
  position: relative;
}
.m-home .x-home-module-2 .list li a {
  overflow: hidden;
  display: block;
}
.m-home .x-home-module-2 .list li a img {
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.m-home .x-home-module-2 .list li a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.m-home .x-home-module-2 .list li img {
  width: 100%;
}
.m-home .x-home-module-2 .list li .info {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  text-align: center;
  height: 100%;
  padding: 0 20px;
  background-color: rgba(0, 66, 103, 0.71);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-home .x-home-module-2 .list li .info .f2-logo {
  width: 70px;
  height: 40px;
  background: url('../images/logo-f2.png') no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}
.m-home .x-home-module-2 .list li .info p {
  padding: 5px 0;
  line-height: 1.4;
}
.m-home .x-home-module-3 {
  padding-bottom: 80px;
}
.m-home .x-home-module-3 .list ul {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (minmax(0px, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0px, 1fr));
}
.m-home .x-home-module-3 .list li {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.m-home .x-home-module-3 .list li img {
  width: 100%;
}
.m-home .x-home-module-3 .list li a {
  color: #949494;
  overflow: hidden;
  display: block;
}
.m-home .x-home-module-3 .list li a img {
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 270px;
  object-fit: cover;
}
.m-home .x-home-module-3 .list li a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.m-home .x-home-module-3 .list li dl {
  padding: 20px 20px 10px;
}
.m-home .x-home-module-3 .list li dt {
  font-size: 24px;
  color: #4D4D4F;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'SC-Heavy';
}
.m-home .x-home-module-3 .list li .desc {
  font-size: 18px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'SC-Regular';
}
body.en .m-home .x-home-module-3 .list li .desc {
  font-family: 'SC-Regular';
}
.m-home .x-home-module-3 .list li .time {
  font-family: "SC-Regular";
  font-size: 18px;
  padding-top: 10px;
}
.m-home .x-home-module-3 .list .more {
  display: none;
}
.x-list {
  padding: 60px 0;
}
.x-list ul {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (minmax(0px, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0px, 1fr));
}
.x-list ul.span-3 {
  -ms-grid-columns: (minmax(0px, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0px, 1fr));
}
.x-list ul.span-3 li img{
  height: 270px;
}
.x-list ul.span-4 {
  -ms-grid-columns: (minmax(0px, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0px, 1fr));
}
.x-list ul li img {
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 220px;
  object-fit: cover;
}
.x-list ul li a {
  color: #949494;
  position: relative;
  overflow: hidden;
  display: block;
}
.x-list ul li a .pic {
  position: relative;
  overflow: hidden;
}
.x-list ul li a .pic time {
  position: absolute;
  background-color: #202020;
  color: #fff;
  font-size: 12px;
  right: 10px;
  bottom: 10px;
  padding: 5px 6px;
  line-height: 1;
}
.x-list ul li a .icon-video {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url('../images/icon-video.png') no-repeat;
  background-size: cover;
}
.x-list ul li a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.x-list ul li a:hover .other {
  border-top-color: #000;
}
.x-list ul li dl {
  padding: 15px;
}
.x-list ul li dl dt {
  font-size: 18px;
  color: #202020;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: bold;
  font-family: "SC-Medium";
}
body.en .x-list ul li dl dt {
  font-family: "SC-Regular";
}
.x-list ul li dl dd {
  padding-top: 10px;
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "SC-Medium";
}
body.en .x-list ul li dl dd {
  font-family: "SC-Regular";
}
.x-list ul li .other {
  border-top: 1px solid #9FA0A0;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-bottom: 30px;
}
.x-list ul li .other .x-tag {
  border-radius: 5px;
  padding: 2px 4px;
  background-color: #fff;
  border: 1px solid #9FA0A0;
  line-height: 1;
}
.x-list ul li .other .x-tag:nth-of-type(n+2) {
  margin-left: 8px;
}
.x-list ul li .other time {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  font-size: 12px;
  font-family: "SC-Regular";
}
.x-list ul li.item-video dl {
  padding: 20px 12px;
}
.x-list .more {
  padding: 90px 0 30px;
}
.x-list .more button {
  font-weight:bold;
  font-family: "SC-Medium";
  margin: 0 auto;
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
  width: 90px;
  height: 90px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.x-list .more button:hover,
.x-list .more button:active {
  background-color: #F4CC53;
  border-color: #F4CC53;
}
.m-search .keyword {
  text-align: center;
  padding: 80px;
  font-size: 36px;
}
.m-search .pane {
  min-height: 500px;
}
.m-detail .x-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.m-detail .x-content .header {
  padding-bottom: 40px;
}
.m-detail .x-content .header h2 {
  font-family: 'SC-Heavy';
  font-size: 36px;
}
.m-detail .x-content .header .other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #949494;
  padding-top: 10px;
}
.m-detail .x-content .header .other .x-tag {
  border-radius: 5px;
  padding: 2px 6px;
  background-color: #fff;
  color: #949494;
  border: 1px solid #949494;
  line-height: 1;
  margin-right: 5px;
}
.m-detail .x-content .header .other .x-tag:nth-of-type(n+2) {
  margin-left: 5px;
}
.m-detail .x-content .header .other time {
  text-align: right;
  font-size: 14px;
}
.m-detail .x-content .detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-detail .x-content .container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 100px;
}
.m-detail .x-content .container p {
  padding-bottom: 30px;
}
.m-detail .x-content .container img {
  max-width: 100%;
}
.m-detail .x-content .related {
  width: 460px;
}
.m-detail .x-content .related .x-title {
  border-bottom: 6px solid #F5CD45;
  padding-bottom: 25px;
}
.m-detail .x-content .related .list {
  padding-top: 40px;
}
.m-detail .x-content .related .list .item {
  padding-bottom: 50px;
}
.m-detail .x-content .related .list .item a {
  color: #000;
}
.m-detail .x-content .related .list .item img {
  width: 100%;
}
.m-detail .x-content .related .list .item dl {
  padding-top: 30px;
}
.m-detail .x-content .related .list .item dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-detail .x-content .related .list .item dt strong {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-detail .x-content .related .list .item dt time {
  color: #949494;
  font-size: 12px;
}
.m-contact {
  height: 579px;
  background: url('../images/pic-contact-2.jpg?v=20250418') no-repeat center center;
  background-size: cover;
}
.m-contact .x-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
/* .m-contact .x-content:before {
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
} */
.m-contact .x-content dl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 300px;
  font-size: 18px;
}
.m-periphery .x-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 150px 0;
}
.m-periphery .x-content .pic {
  padding: 0 50px;
}
.m-periphery .x-content .pic .code {
  width: 200px;
}
.m-periphery .x-content .pic .code img {
  width: 100%;
}
.m-periphery .x-content .desc {
  padding: 0 100px;
  font-size: 18px;
}
.m-rank {
  padding: 100px 0;
  font-family: "Arial";
}
.x-rank-module-1 .match-list .match {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.x-rank-module-1 .match-list .match .pic img {
  width: 100%;
}
.x-rank-module-1 .match-list .match .list {
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-left: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #F6F6F6;
  overflow: hidden;
  overflow-x: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.x-rank-module-1 .match-list .match .list .item {
  background-color: #F6F6F6;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.x-rank-module-1 .match-list .match .list .item:hover {
  border: 1px solid #595757;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 1px 0;
}
.x-rank-module-1 .match-list .match .list .item:hover .map .dark {
  opacity: 1;
}
.x-rank-module-1 .match-list .match .list .item .flag {
  padding: 20px;
}
.x-rank-module-1 .match-list .match .list .item .flag img {
  width: 55px;
}
.x-rank-module-1 .match-list .match .list .item strong {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.x-rank-module-1 .match-list .match .list .item time {
  font-size: 16px;
  padding-bottom: 10px;
}
.x-rank-module-1 .match-list .match .list .item .map {
  padding: 10px 15px;
}
.x-rank-module-1 .match-list .match .list .item .map img {
  width: 140px;
}
.x-rank-module-1 .match-list .match .list .item .map .dark {
  opacity: .5;
}
.x-rank-module-1 .match-list .match:last-child {
  margin-bottom: 0;
}
.x-rank-module-2 {
  padding-top: 90px;
}
.x-rank-module-2 .header {
  position: relative;
  padding-top: 220px;
  margin-bottom: 15px;
}
.x-rank-module-2 .header .avatar {
  position: absolute;
  width: 230px;
  height: 230px;
  top: 25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
/*.x-rank-module-2 .header .avatar:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 8px;
  border-radius: 50%;
  background-color: #F5CD45;
}*/
.x-rank-module-2 .header .avatar img {
  width: 250px;
  border-radius: 50%;
  position: relative;
}
.x-rank-module-2 .header ul {
  background: url('../images/pic-003-2.jpg?v=20250416') no-repeat center center;
  background-size: cover;
  height: 134px;
  border-top: 5px solid #F5CD45;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-family: "Arial-Bold";
}
.x-rank-module-2 .header ul strong {
  padding-right: 20px;
}
.x-rank-module-2 .header ul .standing {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: end;
  text-align: right;
  padding-right: 50px;
}
.x-rank-module-2 .header ul .standing em {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: start;
}
.x-rank-module-2 .header ul .standing em sup{
  font-size: 18px;
}
.x-rank-module-2 .header ul .points {
  text-align: left;
  padding-left: 50px;
}
.x-rank-module-2 .table {
  font-size: 18px;
}
.x-rank-module-2 .table table {
  width: 100%;
}
.x-rank-module-2 .table table th,
.x-rank-module-2 .table table td {
  height: 50px;
  text-align: center;
}
.x-rank-module-2 .table table th:last-child,
.x-rank-module-2 .table table td:last-child {
  border-left: 14px solid #fff;
}
.x-rank-module-2 .table thead tr {
  background-color: #FBCD31;
}
.x-rank-module-2 .table tbody tr:nth-child(even) {
  background-color: #F1F1F1;
}
.x-rank-module-2 .tips {
  font-family: 'SC-Medium';
  font-weight: bold;
  padding-top: 25px;
  color: #DCDDDD;
  font-size: 24px;
}
.m-wallpaper {
  padding: 50px 0;
}
.m-wallpaper .wallpaper {
  position: relative;
  text-align: center;
}
.m-wallpaper .wallpaper .pic {
  display: inline-block;
}
.m-wallpaper .wallpaper img {
  height: 900px;
}
.m-wallpaper .wallpaper .copyright{
  color: #9FA0A0;
  text-align: right;
  padding-top: 20px;
  font-size: 14px;
  font-family: "SC-Medium";
}
body.en .m-wallpaper .wallpaper .copyright{
  font-family: "SC-Regular";
}
.m-wallpaper .wallpaper .info {
  text-align: left;
  padding-top: 50px;
  color: #595757;
  font-size: 18px;
  font-family: "SC-Medium";
}
body.en .m-wallpaper .wallpaper .info {
  font-family: "SC-Regular";
}
.m-wallpaper .wallpaper .download {
  position: absolute;
  right: 20px;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
}
.m-wallpaper .wallpaper .download:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.m-course {
  position: relative;
  overflow: hidden;
}
.m-course:after,
.m-course:before {
  content: '';
  position: absolute;
  background-size: 100%;
  background-repeat: repeat;
}
.m-course:after {
  right: 0;
  top: 0;
  width: 150px;
  height: 100%;
  background-image: url('../images/course/bg-r.png');
}
.m-course:before {
  left: 0;
  bottom: 0;
  width: 150px;
  height: 100%;
  background-image: url('../images/course/bg-l.png');
}
.m-course .x-content {
  padding: 150px 0;
  position: relative;
  z-index: 3;
  text-align: center;
}
.m-course .x-content .photo {
  text-align: center;
}
.m-course .x-content .photo .pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 240px;
}
.m-course .x-content .photo .pic img {
  width: 400px;
}
.m-course .x-content .photo .pic li {
  display: none;
}
.m-course .x-content .photo .pic li.active {
  display: block;
}
.m-course .x-content .photo h3 {
  font-size: 30px;
  padding-top: 20px;
  line-height: 1;
  font-family: 'SourceHanSansCN-Bold';
}
.m-course .x-content h4 {
  font-size: 24px;
  line-height: 1;
  font-family: 'SourceHanSansCN-Bold';
}
.m-course .x-content .content {
  padding-top: 30px;
  font-size: 16px;
  line-height: 2;
  min-height: 200px;
  font-family: 'SC-Heavy';
}
body.en .m-course .x-content .content {
  font-family: 'SC-Regular';
}
.m-course .x-content .content li {
  display: none;
}
.m-course .x-content .content li.active {
  display: block;
}
.m-course-swiper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-course-swiper .next,
.m-course-swiper .prev {
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-course-swiper .next .x-icon,
.m-course-swiper .prev .x-icon {
  font-size: 60px;
  line-height: 1;
  cursor: pointer;
}
.m-course-swiper .next.swiper-button-disabled,
.m-course-swiper .prev.swiper-button-disabled {
  opacity: 0.6;
}
.m-course-swiper .swiper-container {
  height: 136px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-course-swiper .swiper-container .swiper-slide {
  font-family: 'SC-Heavy';
  color: #3E3A39;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-course-swiper .swiper-container .swiper-slide.swiper-slide-active {
  color: #F5CD45;
  font-size: 60px;
}
.m-course-swiper .swiper-container .swiper-slide:after {
  content: '';
  position: absolute;
  width: 28px;
  height: 2px;
  background-color: #000;
  right: -28px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.m-course-swiper .swiper-container .swiper-slide:last-child:after {
  display: none;
}
.m-video-detail {
  padding: 50px 0;
}
.m-video-detail .x-video {
  height: calc(100vh - 200px);
}
.m-video-detail .x-video video {
  width: 100%;
}
.m-video-detail .x-video .video-js .vjs-big-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 58px;
}
.m-video-detail .describe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 16px 50px;
}
.m-video-detail .describe .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  padding-right: 40px;
}
.m-video-detail .describe .content dt {
  font-size: 24px;
  font-weight: bold;
  font-family: 'SC-Heavy';
}
.m-video-detail .describe .content dd {
  font-size: 18px;
  padding-top: 20px;
  font-family: 'SC-Medium';
}
body.en .m-video-detail .describe .content dd{
  font-family: 'SC-Regular';
}
.m-video-detail .describe .zan {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1;
  color: #595757;
  cursor: pointer;
}
.m-video-detail .describe .zan .x-icon {
  font-size: 30px;
}
.m-video-detail .describe .zan span {
  font-size: 12px;
}
.m-video-detail .describe .zan-button {
  cursor: pointer;
}
.m-video-detail .other {
  border-top: 1px solid rgba(89, 87, 87, 0.35);
  padding-top: 40px;
}
.m-video-detail .other .x-title {
  padding-left: 16px;
  padding-bottom: 0;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}
@-webkit-keyframes breathe {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes breathe {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

/*适配*/
@media (max-width: 1400px) {
  .x-banner {
    height: 650px;
  }
  .x-preview-video .container {
    width: 1100px;
    margin: 0 auto;
  }
  .x-rank-module-1 .match-list .match .pic {
    width: 140px;
  }
  .x-rank-module-1 .match-list .match .list .item strong {
    font-size: 16px;
  }
  .x-rank-module-1 .match-list .match .list .item time {
    font-size: 14px;
  }
  .x-rank-module-1 .match-list .match .list .item .map img {
    width: 100px;
  }
}
@media (max-width: 1000px) {
  .x-banner {
    height: 500px;
  }
  .x-title .label {
    font-size: 26px;
  }
  .x-preview-video .container {
    width: 800px;
    margin: 0 auto;
  }
  .x-rank-module-1 .match-list .match .pic {
    width: 100px;
  }
  .x-rank-module-1 .match-list .match .list .item .flag {
    padding: 10px;
  }
  .x-rank-module-1 .match-list .match .list .item .flag img {
    width: 36px;
  }
  .x-rank-module-1 .match-list .match .list .item strong {
    font-size: 13px;
    padding-bottom: 0;
  }
  .x-rank-module-1 .match-list .match .list .item time {
    font-size: 12px;
  }
  .x-rank-module-1 .match-list .match .list .item .map img {
    width: 75px;
  }
}
@media (max-width: 1000px) {
  .x-banner {
    height: 500px;
  }
  .x-title .label {
    font-size: 26px;
  }
  .x-preview-video .container {
    width: 800px;
    margin: 0 auto;
  }
  .x-rank-module-1 .match-list .match .pic {
    width: 100px;
  }
  .x-rank-module-1 .match-list .match .list .item .flag {
    padding: 10px;
  }
  .x-rank-module-1 .match-list .match .list .item .flag img {
    width: 36px;
  }
  .x-rank-module-1 .match-list .match .list .item strong {
    font-size: 13px;
    padding-bottom: 0;
  }
  .x-rank-module-1 .match-list .match .list .item time {
    font-size: 12px;
  }
  .x-rank-module-1 .match-list .match .list .item .map img {
    width: 75px;
  }
}
/* 手机端和pc端之间 */
@media (min-width: 900px) and (max-width: 1200px) {
  .x-header .x-content .nav dl {
    padding: 0 10px;
    font-size: 13px;
  }
  .x-title .label {
    font-size: 20px;
  }
}

/*手机端*/
@media (max-width: 900px) {
  input[type="search"]::-webkit-search-cancel-button {
    display: none;
    -webkit-appearance: none;
  }
  .x-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    box-shadow: none;
  }
  .x-header .content-all {
    box-shadow: none;
  }
  .x-header .x-content {
    position: fixed;
    background-color: #FBCD31;
    width: 100%;
    left: 0;
    top: -1px;
  }
  .x-header .x-content .logo {
    width: 50px;
    height: 50px;
  }
  .x-header .x-content .nav dl {
    display: none;
  }
  .x-header .x-content .search,
  .x-header .x-content .language {
    display: none;
  }
  .x-header .x-content .menu {
    display: block;
  }
  .x-header .x-content .menu a {
    color: #000;
    font-size: 26px;
  }
  .x-header .m-phone-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FBCD31;
    display: none;
  }
  .x-header .m-phone-menu.is-show {
    display: block;
    z-index: 121;
  }
  .x-header .m-phone-menu .header {
    height: 60px;
    position: relative;
  }
  .x-header .m-phone-menu .header .logo {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: url('../images/logo-black.png') no-repeat;
    background-size: cover;
    overflow: hidden;
    text-indent: -88em;
  }
  .x-header .m-phone-menu .header .logo a {
    display: block;
    height: 100%;
  }
  .x-header .m-phone-menu .header .close {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .x-header .m-phone-menu .header .close .x-icon {
    font-size: 30px;
  }
  .x-header .m-phone-menu .list {
    padding: 0 16px 16px;
  }
  .x-header .m-phone-menu .list a {
    color: #000;
    display: block;
    font-family: 'SC-Heavy';
  }
  .x-header .m-phone-menu .list .search,
  .x-header .m-phone-menu .list dl {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .x-header .m-phone-menu .list .search.active dt,
  .x-header .m-phone-menu .list dl.active dt {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .x-header .m-phone-menu .list .search.active dt .x-icon,
  .x-header .m-phone-menu .list dl.active dt .x-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .x-header .m-phone-menu .list .search.active dd,
  .x-header .m-phone-menu .list dl.active dd {
    display: block;
  }
  .x-header .m-phone-menu .list .search.active dd p,
  .x-header .m-phone-menu .list dl.active dd p {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px 0;
  }
  .x-header .m-phone-menu .list .search.active dd p:last-child,
  .x-header .m-phone-menu .list dl.active dd p:last-child {
    border-bottom: 0;
  }
  .x-header .m-phone-menu .list .search.active dd p a,
  .x-header .m-phone-menu .list dl.active dd p a {
    padding-left: 1em;
    font-size: 13px;
  }
  .x-header .m-phone-menu .list dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px 5px 0;
  }
  .x-header .m-phone-menu .list dt a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: 'SC-Heavy';
  }
  .x-header .m-phone-menu .list dd {
    display: none;
  }
  .x-title {
    padding-bottom: 30px;
  }
  .x-title .label {
    font-size: 18px;
  }
  .x-banner .swiper-pagination {
    padding-right: 40px;
  }
  .m-h5-language {
    display: block;
    position: absolute;
    z-index: 10;
    color: #000;
    left: 10px;
    top: 10px;
  }
  .m-h5-language .x-icon {
    font-size: 20px;
  }
  .m-home {
    background-color: #fff;
  }
  .m-home:before {
    background: -webkit-linear-gradient(top, #f3cf56 0%, #ffffff 100%);
    background: linear-gradient(180deg, #f3cf56 0%, #ffffff 100%);
  }
  .m-home:after {
    display: none;
  }
  .m-home .x-home-module-1 {
    display: block;
    padding-bottom: 50px;
  }
  .m-home .x-home-module-1 .weibo {
    height: 100vh;
    padding-right: 0;
  }
  .m-home .x-home-module-1 .photo {
    width: auto;
    padding-top: 40px;
  }
  .m-home .x-home-module-1 .photo .li {
    min-height: auto;
  }
  .m-home .x-home-module-2 {
    padding-bottom: 50px;
  }
  .m-home .x-home-module-2 .list ul {
    gap: 20px;
    -ms-grid-columns: (minmax(0px, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  .m-home .x-home-module-3 .x-title .more {
    display: none;
  }
  .m-home .x-home-module-3 .list ul {
    gap: 20px;
    -ms-grid-columns: (minmax(0px, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  .m-home .x-home-module-3 .list ul li {
    box-shadow: none;
    background-color: #F6F6F6;
    padding: 12px;
  }
  .m-home .x-home-module-3 .list ul li dl {
    padding: 10px 10px 0;
  }
  .m-home .x-home-module-3 .list ul li dt {
    font-size: 16px;
  }
  .m-home .x-home-module-3 .list li .time,
  .m-home .x-home-module-3 .list ul li .desc {
    padding-top: 5px;
  }
  .m-home .x-home-module-3 .list ul li .time,
  .m-home .x-home-module-3 .list ul li .desc {
    font-size: 12px;
  }
  .m-home .x-home-module-3 .list .more {
    padding: 90px 0 30px;
    display: block;
  }
  .m-home .x-home-module-3 .list .more a {
    margin: 0 auto;
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
    width: 90px;
    height: 90px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .m-home .x-home-module-3 .list .more a:hover,
  .m-home .x-home-module-3 .list .more a:active {
    background-color: #F4CC53;
    border-color: #F4CC53;
  }
  .x-footer {
    height: 280px;
    background-position: center center;
    border-top-width: 20px;
    background: url(../images/bg-footer-5-h5.png?v=20250418) no-repeat #000;
    background-size: cover;
  }
  .x-footer .top {
    right: 20px;
  }
  .x-footer .nav {
    display: none;
  }
  .x-footer .logo {
    left: 20px;
    top: 30px;
    width: 53px;
    height: 42px;
  }
  .x-footer .follow {
    top: 100px;
    left: 20px;
    right: auto;
  }
  .x-footer .follow dt {
    font-size: 13px;
  }
  .x-footer .follow dd {
    padding-top: 10px;
  }
  .x-footer .follow ul .x-icon {
    font-size: 22px;
  }
  .x-copyright {
    font-size: 12px;
    line-height: 1.2;
    padding-bottom: 40px;
  }
  .x-copyright a {
    display: block;
  }
  .x-search ._body {
    width: auto;
    padding: 50px 20px;
  }
  .x-search ._content {
    padding: 50px 0;
  }
  .x-search ._content ._input input {
    font-size: 30px;
  }
  .x-search .x-tag {
    padding: 4px 5px;
    margin-bottom: 4px;
  }
  .x-search .x-tag + .x-tag {
    margin-left: 4px;
  }
  .x-list {
    padding: 20px 0;
  }
  .x-list .is-video,
  .x-list .is-photo {
    gap: 10px;
    -ms-grid-columns: (minmax(0px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
  .x-list .is-news {
    gap: 0;
    -ms-grid-columns: (minmax(0px, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  .x-list ul li a .icon-video {
    width: 30px;
    height: 30px;
  }
  .x-list ul li dl {
    padding: 10px 6px;
  }
  .x-list ul li dl dt {
    font-size: 16px;
    height: 20px;
    line-height: 1.3;
    -webkit-line-clamp: 1;
  }
  .x-empty {
    padding: 30px;
    font-size: 18px;
  }
  .x-other-banner {
    height: 170px;
  }
  .x-other-banner p {
    font-size: 24px;
  }
  .x-tabs ul {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .x-tabs ul li {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .x-tabs ul li em {
    line-height: 50px;
  }

  .m-swiper-slide-h5{
    display: none;
  }
  .m-search .keyword {
    padding: 30px 0;
    font-size: 30px;
  }
  .m-video .x-content .x-list ul,
  .m-photo .x-content .x-list ul {
    gap: 10px;
    -ms-grid-columns: (minmax(0px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
  .m-course:after,
  .m-course:before {
    display: none;
  }
  .m-course .x-content {
    padding: 30px 0;
  }
  .m-course .x-content .photo .pic {
    min-height: 120px;
  }
  .m-course .x-content .photo .pic img {
    width: 200px;
  }
  .m-course .x-content .photo h3 {
    font-size: 16px;
  }
  .m-course .x-content h4 {
    font-size: 15px;
  }
  .m-course .x-content .content {
    font-size: 12px;
    padding: 20px 20px 0;
    min-height: 150px;
  }
  .m-course-swiper {
    padding: 0;
  }
  .m-course-swiper .next,
  .m-course-swiper .prev {
    width: 40px;
    height: 40px;
  }
  .m-course-swiper .next .x-icon,
  .m-course-swiper .prev .x-icon {
    font-size: 30px;
  }
  .m-course-swiper .swiper-container {
    height: 100px;
  }
  .m-course-swiper .swiper-container .swiper-slide {
    font-size: 16px;
  }
  .m-course-swiper .swiper-container .swiper-slide:after {
    width: 12px;
    right: -18px;
  }
  .m-course-swiper .swiper-container .swiper-slide.swiper-slide-active {
    font-size: 26px;
  }
  .m-rank {
    padding: 30px 0;
  }
  .x-rank-module-2 .header {
    padding-top: 80px;
  }
  .x-rank-module-2 .header .avatar {
    width: 120px;
    height: 120px;
	  top:-25px;
  }
  .x-rank-module-2 .header .avatar:before {
    left: 4px;
  }
  .x-rank-module-2 .header ul {
    height: 70px;
  }
  .x-rank-module-2 .header ul strong,
  .x-rank-module-2 .header ul em {
    font-size: 14px;
  }
  .x-rank-module-2 .header ul .standing em sup {
    font-size: 12px;
  }
  .x-rank-module-2 .table,
  .x-rank-module-2 .tips {
    font-size: 13px;
  }
  .x-rank-module-2 .table table th,
  .x-rank-module-2 .table table td {
    height: 34px;
  }
  .x-rank-module-2 .table table th:last-child,
  .x-rank-module-2 .table table td:last-child {
    border-left: 0;
  }
  .m-contact {
    position: relative;
    height: 189.5px;
    background: url('../images/pic-contact-2-1.jpg?v=20250416') no-repeat center center;
    background-size: cover;
    margin-bottom: 78px;
  }
  .m-contact .x-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 0;
  }
 
  .m-contact .x-content dl {
    padding: 0 30px;
    text-align: left;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100%;
    position: absolute;
    bottom: -98px;
    background: #fff;
    height: 98px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .m-contact .x-content dd {
    font-size: 12px;
  }
  .m-periphery .x-content {
    padding: 0;
    height: 70vh;
  }
  .m-periphery .x-content .pic {
    padding: 10px;
  }
  .m-periphery .x-content .pic .code {
    width: 110px;
  }
  .m-periphery .x-content .desc {
    padding: 10px;
    font-size: 12px;
  }
  .m-wallpaper {
    padding: 30px 0;
  }
  .m-wallpaper .wallpaper .pic {
    min-height: 300px;
  }
  .m-wallpaper .wallpaper img {
    height: auto;
  }
  .m-wallpaper .wallpaper .copyright {
    padding: 10px 10px 0 0;
    font-size: 12px;
  }
  .m-wallpaper .wallpaper .info {
    padding-left: 20px;
    padding-top: 30px;
    font-size: 14px;
  }
  .m-fan .x-list ul {
    gap: 10px;
    -ms-grid-columns: (minmax(0px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
  .m-news .x-list ul {
    gap: 10px;
    -ms-grid-columns: (minmax(0px, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  .m-news .x-list ul li {
    padding-bottom: 20px;
  }
  .m-news .x-list ul li .other {
    padding: 6px;
    border-top: 0;
    border-bottom: 1px solid #DCDDDD;
    padding-bottom: 10px;
  }
  .m-detail .x-content {
    padding: 20px;
  }
  .m-detail .x-content .header {
    padding-bottom: 10px;
  }
  .m-detail .x-content .header h2 {
    font-size: 18px;
  }
  .m-detail .x-content .header .other {
    padding: 0;
  }
  .m-detail .x-content .detail {
    display: block;
  }
  .m-detail .x-content .container {
    margin: 0;
    padding-bottom: 20px;
  }
  .m-detail .x-content .related {
    width: auto;
  }
  .m-detail .x-content .related .x-title {
    border-bottom: 0;
    padding-bottom: 20px;
  }

  .m-detail .x-content .related .list {
    padding: 0;
  }
  .m-detail .x-content .related .list a {
    display: block;
  }
  .m-detail .x-content .related .list .item {
    box-shadow: none;
    background-color: #F6F6F6;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 10px;
    overflow: hidden;
  }
  .m-detail .x-content .related .list .item dl {
    padding-top: 10px;
  }
  .m-detail .x-content .related .list .item time {
    display: none;
  }
  .m-detail .x-content .related .list .item dt {
    line-height: 1.4;
  }
  .m-detail .x-content .related .list .item .desc {
    font-size: 12px;
    color: #949494;
    padding-top: 5px;
  }
  .m-video-detail {
    padding-top: 20px;
  }
  .m-video-detail .x-video {
    height: 200px;
  }
  .m-video-detail .describe {
    padding: 20px 0;
  }
  .m-video-detail .describe .content {
    padding-right: 0;
  }
  .m-video-detail .describe .content dt {
    font-size: 14px;
  }
  .m-video-detail .describe .content dd {
    font-size: 12px;
  }
  .m-video-detail .other {
    padding-top: 20px;
  }
  .m-video-detail .other .x-title {
    padding: 0;
  }
  .m-video-detail .other .x-list ul {
    gap: 10px;
    -ms-grid-columns: (minmax(0px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
  .x-preview-video,
  .x-preview {
    padding: 20px;
  }
  .x-preview-video ._close,
  .x-preview ._close {
    right: 20px;
  }
  .x-preview-video ._close .x-icon,
  .x-preview ._close .x-icon {
    font-size: 22px;
  }
  .x-preview-video ._download,
  .x-preview ._download {
    right: 50px;
  }
  .x-preview-video ._download .x-icon,
  .x-preview ._download .x-icon {
    font-size: 22px;
  }
  .x-preview-video .swiper-button-next,
  .x-preview .swiper-button-next,
  .x-preview-video .swiper-button-prev,
  .x-preview .swiper-button-prev {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .x-preview-video .swiper-slide.is-desc .pic,
  .x-preview .swiper-slide.is-desc .pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .x-header .x-content .follows{
    display: none;
  }
}
/*英文版本*/
body.en {
  font-family: 'Arial';
}
/* body.en .m-course .x-content .photo h3,
body.en .m-course .x-content h4, */
/* body.en .m-course .x-content .content, */
/* body.en .x-footer .follow dt,
body.en .x-title .label {
  font-family: 'Arial';
} */



@font-face{
  font-family: "SC-Heavy";
  src: url("/assets/fonts/SC-Heavy.otf");
}
@font-face{
  font-family: "SC-Medium";
  src: url("/assets/fonts/SC-Medium.otf");
}
@font-face{
  font-family: "SC-Regular";
  src: url("/assets/fonts/SC-Regular.otf");
}
@font-face{
  font-family: "SC-Light";
  src: url("/assets/fonts/SourceHanSansCN-Light.otf");
}
