@charset "utf-8";
/* 全局样式重置 */
* {
  /* font-weight: 400; */
  margin: 0;
  padding: 0;
  outline: 0;
  font-family: Helvetica, Arial, Microsoft Yahei, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  line-height: 1.875rem;
  word-wrap: break-word;
}
i {
  font-style: normal;
  display: inline-block;
}
li {
  list-style: none;
}
hr {
  border-width: 0;
  border-bottom-width: 1px;
}
img {
  display: inline-block;
  border: 0;
  vertical-align: middle;
  max-width: 100% !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  height: auto !important;
}
body {
  overflow-y: scroll;
}
input,
textarea {
  background: transparent;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
  overflow: hidden;
}
input:-webkit-autofill {
  animation-name: autofill !important;
  animation-fill-mode: both !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  background-clip: content-box !important;
}
[type="file"],
[hidden] {
  display: none !important;
}
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
}
::-ms-clear {
  display: none;
}
::-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
::-webkit-search-cancel-button {
  display: none;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}
::-webkit-datetime-edit {
  overflow: visible;
  line-height: 0;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
    color: inherit;
  }
}
/* 网页布局 */
.mo-cols-body {
  font-size: 1rem;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.mo-cols-minw {
  min-width: 20rem;
}
.mo-cols-hide {
  display: none;
}
.mo-cols-show {
  display: block;
}
.mo-cols-zero {
  font-size: 0;
}
.mo-cols-high {
  height: 100%;
}
.mo-cols-topo {
  padding-top: 0 !important;
}
.mo-cols-minh {
  min-height: 25rem;
  height: calc(100vh - (5.625rem));
}
.mo-cols-rows {
  position: relative;
  overflow: hidden;
  clear: both;
  box-sizing: border-box;
}
.mo-cols-cell {
  display: table-cell;
  width: 1%;
}
.mo-cols-info {
  float: left;
  position: relative;
  display: block;
  box-sizing: border-box;
}
.mo-cols-xs1 {
  width: 8.33333333%;
}
.mo-cols-xs2 {
  width: 16.66666667%;
}
.mo-cols-xs3 {
  width: 25%;
}
.mo-cols-xs4 {
  width: 33.33333333%;
}
.mo-cols-xs5 {
  width: 41.66666667%;
}
.mo-cols-xs6 {
  width: 50%;
}
.mo-cols-xs7 {
  width: 58.33333333%;
}
.mo-cols-xs8 {
  width: 66.66666667%;
}
.mo-cols-xs9 {
  width: 75%;
}
.mo-cols-xs10 {
  width: 83.33333333%;
}
.mo-cols-xs11 {
  width: 91.66666667%;
}
.mo-cols-xs12 {
  width: 100%;
}
.mo-cols-xs1x {
  width: 10%;
}
.mo-cols-case {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.mo-cols-lays {
  box-sizing: border-box;
  padding: 0.3125rem;
  margin-top: 0.625rem;
}
.mo-coxs-arow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block !important;
  white-space: nowrap;
}
.mo-coxs-trow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mo-coxs-west {
  float: left;
}
.mo-coxs-east {
  float: right;
}
.mo-coxs-none {
  display: none !important;
}
.mo-coxs-block {
  display: block !important;
}
.mo-coxs-inline {
  display: inline !important;
}
.mo-coxs-iblock {
  display: inline-block !important;
}
.mo-coxs-table {
  display: table-cell !important;
}
.mo-coxs-left {
  text-align: left !important;
}
.mo-coxs-right {
  text-align: right !important;
}
.mo-coxs-center {
  text-align: center !important;
}
.mo-fsxs-12px {
  font-size: 0.75rem !important;
}
.mo-fsxs-14px {
  font-size: 0.875rem !important;
}
.mo-fsxs-16px {
  font-size: 1rem !important;
}
.mo-fsxs-18px {
  font-size: 1.125rem !important;
}
.mo-fsxs-20px {
  font-size: 1.25rem !important;
}
.mo-fsxs-24px {
  font-size: 1.5rem !important;
}
.mo-paxs-0px {
  padding: 0;
}
.mo-paxs-5px {
  padding: 0.3125rem;
}
.mo-paxs-10px {
  padding: 0.625rem;
}
.mo-paxs-20px {
  padding: 20px;
  padding: 1.25rem;
}
.mo-pnxs-5px {
  padding: 0 0.3125rem;
}
.mo-pnxs-10px {
  padding: 0 0.625rem;
}
.mo-pnxs-15px {
  padding: 0 0.9375rem;
}
.mo-pzxs-5px {
  padding: 0.3125rem 0;
}
.mo-pzxs-10px {
  padding: 0.625rem 0;
}
.mo-paxs-5x10 {
  padding: 0.3125rem 0.625rem;
}
.mo-paxs-10x5 {
  padding: 0.625rem 0.3125rem;
}
.mo-ptxs-0px {
  padding-top: 0;
}
.mo-ptxs-5px {
  padding-top: 0.3125rem;
}
.mo-ptxs-10px {
  padding-top: 0.625rem;
}
.mo-ptxs-80px {
  padding-top: 5rem;
}
.mo-plxs-0px {
  padding-left: 0;
}
.mo-plxs-2px {
  padding-left: 0.125rem;
}
.mo-plxs-5px {
  padding-left: 0.3125rem;
}
.mo-plxs-10px {
  padding-left: 0.625rem;
}
.mo-prxs-0px {
  padding-right: 0;
}
.mo-prxs-2px {
  padding-right: 0.125rem;
}
.mo-prxs-5px {
  padding-right: 0.3125rem;
}
.mo-prxs-10px {
  padding-right: 0.625rem;
}
.mo-pbxs-10px {
  padding-bottom: 0.625rem;
}
.mo-pbxs-50px {
  padding-bottom: 3.125rem;
}
.mo-maxs-5px {
  margin: 0.3125rem;
}
.mo-maxs-10px {
  margin: 0.625rem;
}
.mo-mnxs-0x2 {
  margin: 0 0.15625rem;
}
.mo-mnxs-5px {
  margin: 0 0.3125rem;
}
.mo-mtxs-0px {
  margin-top: 0;
}
.mo-mtxs-5px {
  margin-top: 0.3125rem;
}
.mo-mtxs-10px {
  margin-top: 0.625rem;
}
.mo-mlxs-5px {
  margin-left: 0.3125rem;
}
.mo-mrxs-5px {
  margin-right: 0.3125rem;
}
.mo-mrxs-10px {
  margin-right: 0.625rem;
}
.mo-mbxs-0px {
  margin-bottom: 0;
}
.mo-mbxs-5px {
  margin-bottom: 0.3125rem;
}
.mo-mbxs-10px {
  margin-bottom: 0.625rem;
}
.mo-lhxs-18px {
  line-height: 1.125rem;
}
.mo-lhxs-20px {
  line-height: 1.25rem;
}
.mo-lhxs-24px {
  line-height: 1.5rem;
}
.mo-lhxs-30px {
  line-height: 1.875rem;
}
.mo-lhxs-34px {
  line-height: 2.125rem;
}
.mo-lhxs-40px {
  line-height: 2.5rem;
}
.mo-lhxs-44px {
  line-height: 2.75rem;
}
.mo-byxs-4by1 {
  padding-top: 30%;
}
.mo-byxs-3by2 {
  padding-top: 45%;
}
.mo-byxs-2by1 {
  padding-top: 50%;
}
.mo-byxs-1by1 {
  padding-top: 100%;
}
.mo-byxs-2by3 {
  padding-top: 150%;
}
.mo-byxs-5by3 {
  padding-top: 59.5%;
}
.mo-byxs-16by9 {
  padding-top: 56.25%;
}
.mo-bsxs-shadow {
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 360px) {
  /* 360 */
  .mo-cols-ss1 {
    width: 8.33333333%;
  }
  .mo-cols-ss2 {
    width: 16.66666667%;
  }
  .mo-cols-ss3 {
    width: 25%;
  }
  .mo-cols-ss4 {
    width: 33.33333333%;
  }
  .mo-cols-ss5 {
    width: 41.66666667%;
  }
  .mo-cols-ss6 {
    width: 50%;
  }
  .mo-cols-ss7 {
    width: 58.33333333%;
  }
  .mo-cols-ss8 {
    width: 66.66666667%;
  }
  .mo-cols-ss9 {
    width: 75%;
  }
  .mo-cols-ss10 {
    width: 83.33333333%;
  }
  .mo-cols-ss11 {
    width: 91.66666667%;
  }
  .mo-cols-ss12 {
    width: 100%;
  }
  .mo-cols-ss1x {
    width: 10%;
  }
  .mo-cols-case {
    width: 100%;
  }
  .mo-coss-west {
    float: left;
  }
  .mo-coss-east {
    float: right;
  }
  .mo-coss-none {
    display: none !important;
  }
  .mo-coss-block {
    display: block !important;
  }
  .mo-coss-inline {
    display: inline !important;
  }
  .mo-coss-iblock {
    display: inline-block !important;
  }
  .mo-coss-table {
    display: table-cell !important;
  }
  .mo-coss-left {
    text-align: left !important;
  }
  .mo-coss-right {
    text-align: right !important;
  }
  .mo-coss-center {
    text-align: center !important;
  }
  .mo-fsss-12px {
    font-size: 0.75rem !important;
  }
  .mo-fsss-14px {
    font-size: 0.875rem !important;
  }
  .mo-fsss-16px {
    font-size: 1rem !important;
  }
  .mo-fsss-18px {
    font-size: 1.125rem !important;
  }
  .mo-fsss-20px {
    font-size: 1.25rem !important;
  }
  .mo-fsss-24px {
    font-size: 1.5rem !important;
  }
  .mo-lhss-30px {
    line-height: 1.875rem;
  }
  .mo-pnss-10px {
    padding: 0 0.625rem;
  }
  .mo-ptss-10px {
    padding-top: 0.625rem;
  }
}
@media (min-width: 576px) {
  /* 576 */
  .mo-cols-minh {
    height: calc(100vh - (9.375rem));
  }
  .mo-cols-sm1 {
    width: 8.33333333%;
  }
  .mo-cols-sm2 {
    width: 16.66666667%;
  }
  .mo-cols-sm3 {
    width: 25%;
  }
  .mo-cols-sm4 {
    width: 33.33333333%;
  }
  .mo-cols-sm5 {
    width: 41.66666667%;
  }
  .mo-cols-sm6 {
    width: 50%;
  }
  .mo-cols-sm7 {
    width: 58.33333333%;
  }
  .mo-cols-sm8 {
    width: 66.66666667%;
  }
  .mo-cols-sm9 {
    width: 75%;
  }
  .mo-cols-sm10 {
    width: 83.33333333%;
  }
  .mo-cols-sm11 {
    width: 91.66666667%;
  }
  .mo-cols-sm12 {
    width: 100%;
  }
  .mo-cols-sm1x {
    width: 10%;
  }
  .mo-cols-case {
    width: 25.75rem;
  }
  .mo-cosm-west {
    float: left;
  }
  .mo-cosm-east {
    float: right;
  }
  .mo-cosm-none {
    display: none !important;
  }
  .mo-cosm-block {
    display: block !important;
  }
  .mo-cosm-inline {
    display: inline !important;
  }
  .mo-cosm-iblock {
    display: inline-block !important;
  }
  .mo-cosm-table {
    display: table-cell !important;
  }
  .mo-cosm-left {
    text-align: left !important;
  }
  .mo-cosm-right {
    text-align: right !important;
  }
  .mo-cosm-center {
    text-align: center !important;
  }
  .mo-fssm-12px {
    font-size: 0.75rem !important;
  }
  .mo-fssm-14px {
    font-size: 0.875rem !important;
  }
  .mo-fssm-16px {
    font-size: 1rem !important;
  }
  .mo-fssm-18px {
    font-size: 1.125rem !important;
  }
  .mo-fssm-20px {
    font-size: 1.25rem !important;
  }
  .mo-pasm-5px {
    padding: 0.3125rem;
  }
  .mo-pasm-10px {
    padding: 0.625rem;
  }
  .mo-ptsm-0px {
    padding-top: 0;
  }
  .mo-ptsm-5px {
    padding-top: 0.3125rem;
  }
  .mo-pbsm-0px {
    padding-bottom: 0;
  }
  .mo-mtsm-5px {
    margin-top: 0.3125rem;
  }
  .mo-mtsm-10px {
    margin-top: 0.625rem;
  }
  .mo-bysm-20by17 {
    padding-top: 85%;
  }
}
@media (min-width: 768px) {
  /* 768 */
  .mo-cols-md1 {
    width: 8.33333333%;
  }
  .mo-cols-md2 {
    width: 16.66666667%;
  }
  .mo-cols-md3 {
    width: 25%;
  }
  .mo-cols-md4 {
    width: 33.33333333%;
  }
  .mo-cols-md5 {
    width: 41.66666667%;
  }
  .mo-cols-md6 {
    width: 50%;
  }
  .mo-cols-md7 {
    width: 58.33333333%;
  }
  .mo-cols-md8 {
    width: 66.66666667%;
  }
  .mo-cols-md9 {
    width: 75%;
  }
  .mo-cols-md10 {
    width: 83.33333333%;
  }
  .mo-cols-md11 {
    width: 91.66666667%;
  }
  .mo-cols-md12 {
    width: 100%;
  }
  .mo-cols-md1x {
    width: 10%;
  }
  .mo-cols-case {
    width: 38rem;
  }
  .mo-cols-lays {
    padding: 0.9375rem;
    margin-top: 1.25rem;
  }
  .mo-comd-arow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block !important;
    white-space: nowrap;
  }
  .mo-comd-trow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .mo-comd-west {
    float: left;
  }
  .mo-comd-east {
    float: right;
  }
  .mo-comd-none {
    display: none !important;
  }
  .mo-comd-block {
    display: block !important;
  }
  .mo-comd-inline {
    display: inline !important;
  }
  .mo-comd-iblock {
    display: inline-block !important;
  }
  .mo-comd-table {
    display: table-cell !important;
  }
  .mo-comd-left {
    text-align: left !important;
  }
  .mo-comd-right {
    text-align: right !important;
  }
  .mo-comd-center {
    text-align: center !important;
  }
  .mo-fsmd-12px {
    font-size: 0.75rem !important;
  }
  .mo-fsmd-14px {
    font-size: 0.875rem !important;
  }
  .mo-fsmd-16px {
    font-size: 1rem !important;
  }
  .mo-fsmd-18px {
    font-size: 1.125rem !important;
  }
  .mo-fsmd-20px {
    font-size: 1.25rem !important;
  }
  .mo-fsmd-24px {
    font-size: 1.5rem !important;
  }
  .mo-lhmd-24px {
    line-height: 1.5rem;
  }
  .mo-lhmd-34px {
    line-height: 2.125rem;
  }
  .mo-lhmd-36px {
    line-height: 2.25rem;
  }
  .mo-pamd-5px {
    padding: 0.3125rem;
  }
  .mo-pamd-10px {
    padding: 0.625rem;
  }
  .mo-pamd-20px {
    padding: 1.25rem;
  }
  .mo-pnmd-10px {
    padding: 0 0.625rem;
  }
  .mo-pnmd-15px {
    padding: 0 0.9375rem;
  }
  .mo-pnmd-20px {
    padding: 0 1.25rem;
  }
  .mo-pzmd-5px {
    padding: 0.3125rem 0;
  }
  .mo-pzmd-25px {
    padding: 1.5625rem 0;
  }
  .mo-pamd-1510 {
    padding: 0.9375rem 0.625rem;
  }
  .mo-plmd-10px {
    padding-left: 0.625rem;
  }
  .mo-plmd-15px {
    padding-left: 0.9375rem;
  }
  .mo-prmd-15px {
    padding-right: 0.9375rem;
  }
  .mo-ptmd-5px {
    padding-top: 0.3125rem;
  }
  .mo-ptmd-10px {
    padding-top: 0.625rem;
  }
  .mo-pbmd-5px {
    padding-bottom: 0.3125rem;
  }
  .mo-pbmd-10px {
    padding-bottom: 0.625rem;
  }
  .mo-mtmd-0px {
    margin-top: 0;
  }
  .mo-mtmd-5px {
    margin-top: 0.3125rem;
  }
  .mo-mamd-10px {
    margin: 0.625rem;
  }
  .mo-mtmd-10px {
    margin-top: 0.625rem;
  }
  .mo-mlmd-10px {
    margin-left: 0.625rem;
  }
  .mo-mrmd-10px {
    margin-right: 0.625rem;
  }
  .mo-mlmd-20px {
    margin-left: 1.25rem;
  }
  .mo-mtmd-20px {
    margin-top: 1.25rem;
  }
  .mo-mbmd-10px {
    margin-bottom: 0.625rem;
  }
  .mo-bymd-5by2 {
    padding-top: 32%;
  }
  .mo-bymd-1by1 {
    padding-top: 100%;
  }
  .mo-bsmd-shadow {
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 992px) {
  /* 992 */
  .mo-cols-lg1 {
    width: 8.33333333%;
  }
  .mo-cols-lg2 {
    width: 16.66666667%;
  }
  .mo-cols-lg3 {
    width: 25%;
  }
  .mo-cols-lg4 {
    width: 33.33333333%;
  }
  .mo-cols-lg5 {
    width: 41.66666667%;
  }
  .mo-cols-lg6 {
    width: 50%;
  }
  .mo-cols-lg7 {
    width: 58.33333333%;
  }
  .mo-cols-lg8 {
    width: 66.66666667%;
  }
  .mo-cols-lg9 {
    width: 75%;
  }
  .mo-cols-lg10 {
    width: 83.33333333%;
  }
  .mo-cols-lg11 {
    width: 91.66666667%;
  }
  .mo-cols-lg12 {
    width: 100%;
  }
  .mo-cols-lg1x {
    width: 10%;
  }
  .mo-cols-case {
    width: 60rem;
    margin-left:223px

  }
  .mo-colg-west {
    float: left;
  }
  .mo-colg-east {
    float: right;
  }
  .mo-colg-none {
    display: none !important;
  }
  .mo-colg-block {
    display: block !important;
  }
  .mo-colg-inline {
    display: inline !important;
  }
  .mo-colg-iblock {
    display: inline-block !important;
  }
  .mo-colg-table {
    display: table-cell !important;
  }
  .mo-colg-left {
    text-align: left !important;
  }
  .mo-colg-right {
    text-align: right !important;
  }
  .mo-colg-center {
    text-align: center !important;
  }
  .mo-fslg-12px {
    font-size: 0.75rem !important;
  }
  .mo-fslg-14px {
    font-size: 0.875rem !important;
  }
  .mo-fslg-16px {
    font-size: 1rem !important;
  }
  .mo-fslg-18px {
    font-size: 1.125rem !important;
  }
  .mo-fslg-20px {
    font-size: 1.25rem !important;
  }
  .mo-pzlg-20px {
    padding: 1.25rem 0;
  }
  .mo-lhlg-22px {
    line-height: 1.375rem;
  }
  .mo-bylg-5by3 {
    padding-top: 57.5%;
  }
  .mo-bylg-20by17 {
    padding-top: 85%;
  }
}
@media (min-width: 1200px) {
  /* 1200 */
  .mo-cols-xl1 {
    width: 8.33333333%;
  }
  .mo-cols-xl2 {
    width: 16.66666667%;
  }
  .mo-cols-xl3 {
    width: 25%;
  }
  .mo-cols-xl4 {
    width: 33.33333333%;
  }
  .mo-cols-xl5 {
    width: 41.66666667%;
  }
  .mo-cols-xl6 {
    width: 50%;
  }
  .mo-cols-xl7 {
    width: 58.33333333%;
  }
  .mo-cols-xl8 {
    width: 66.66666667%;
  }
  .mo-cols-xl9 {
    width: 75%;
  }
  .mo-cols-xl10 {
    width: 83.33333333%;
  }
  .mo-cols-xl11 {
    width: 91.66666667%;
  }
  .mo-cols-xl12 {
    width: 100%;
  }
  .mo-cols-xl1x {
    width: 10%;
  }
  .mo-cols-case {
    width: 71.25rem;
  }
  .mo-coxl-west {
    float: left;
  }
  .mo-coxl-east {
    float: right;
  }
  .mo-coxl-none {
    display: none !important;
  }
  .mo-coxl-block {
    display: block !important;
  }
  .mo-coxl-inline {
    display: inline !important;
  }
  .mo-coxl-iblock {
    display: inline-block !important;
  }
  .mo-coxl-table {
    display: table-cell !important;
  }
  .mo-coxl-left {
    text-align: left !important;
  }
  .mo-coxl-right {
    text-align: right !important;
  }
  .mo-coxl-center {
    text-align: center !important;
  }
  .mo-fsxl-12px {
    font-size: 0.75rem !important;
  }
  .mo-fsxl-14px {
    font-size: 0.875rem !important;
  }
  .mo-fsxl-16px {
    font-size: 1rem !important;
  }
  .mo-fsxl-18px {
    font-size: 1.125rem !important;
  }
  .mo-fsxl-20px {
    font-size: 1.25rem !important;
  }
  .mo-fsxl-24px {
    font-size: 1.5rem !important;
  }
  .mo-ptxl-10px {
    padding-top: 0.625rem;
  }
  .mo-pbxl-20px {
    padding-bottom: 1.25rem;
  }
  .mo-lhxl-24px {
    line-height: 1.5rem;
  }
  .mo-byxl-20by15 {
    padding-top: 75%;
  }
}
@media (min-width: 1400px) {
  /* 1440 */
  .mo-cols-el1 {
    width: 8.33333333%;
  }
  .mo-cols-el2 {
    width: 16.66666667%;
  }
  .mo-cols-el3 {
    width: 25%;
  }
  .mo-cols-el4 {
    width: 33.33333333%;
  }
  .mo-cols-el5 {
    width: 41.66666667%;
  }
  .mo-cols-el6 {
    width: 50%;
  }
  .mo-cols-el7 {
    width: 58.33333333%;
  }
  .mo-cols-el8 {
    width: 66.66666667%;
  }
  .mo-cols-el9 {
    width: 75%;
  }
  .mo-cols-el10 {
    width: 83.33333333%;
  }
  .mo-cols-el11 {
    width: 91.66666667%;
  }
  .mo-cols-el12 {
    width: 100%;
  }
  .mo-cols-el1x {
    width: 10%;
  }
  .mo-cols-case {
    width: 81rem;
  }
  .mo-coel-west {
    float: left;
  }
  .mo-coel-east {
    float: right;
  }
  .mo-coel-none {
    display: none !important;
  }
  .mo-coel-block {
    display: block !important;
  }
  .mo-coel-inline {
    display: inline !important;
  }
  .mo-coel-iblock {
    display: inline-block !important;
  }
  .mo-coel-table {
    display: table-cell !important;
  }
  .mo-coel-left {
    text-align: left !important;
  }
  .mo-coel-right {
    text-align: right !important;
  }
  .mo-coel-center {
    text-align: center !important;
  }
}
@media (min-width: 1588px){
  .mo-cols-case {
    width: 90rem;
  }
}
@media (min-width: 1791px){
  .mo-cols-case {
    width: 115rem;
  }
}
/* 通用组件 */
.mo-part-hide {
  display: none !important;
}
.mo-part-show {
  display: block !important;
}
.mo-part-curs {
  cursor: pointer;
}
.mo-part-coin {
  border-radius: 100%;
}
.mo-part-hund {
  border-radius: 6.25rem;
}
.mo-part-vert {
  vertical-align: middle;
}
.mo-part-left {
  left: -100% !important;
}
.mo-part-patb {
  padding: 6.25rem 0;
}
.mo-part-mtop {
  margin-top: -0.1875rem;
}
.mo-part-ptop {
  margin-top: 0.1875rem;
}
.mo-part-bold {
  font-weight: bold;
}
.mo-part-zero {
  border: 0 !important;
}
.mo-part-bord {
  border: 0.0625rem solid;
}
.mo-part-btsd {
  border-top: 0.0625rem solid;
}
.mo-part-blsd {
  border-left: 0.0625rem solid;
}
.mo-part-brsd {
  border-right: 0.0625rem solid;
}
.mo-part-bbsd {
  border-bottom: 0.0625rem solid;
}
.mo-part-dott {
  border-bottom: 0.0625rem dashed;
}
.mo-part-bans {
  pointer-events: none !important;
}
.mo-part-tops {
  top: auto !important;
  bottom: 40px;
}
.mo-part-code {
  width: 11.25rem;
  height: 11.25rem;
  margin: 0 auto;
}
.mo-part-potn {
  background-position: 0px 5rem;
}
.mo-part-fixs {
  position: fixed !important;
}
.mo-part-peer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mo-part-more {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.mo-part-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
.mo-part-full {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mo-part-view {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}
.mo-part-move {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.mo-part-over {
  overflow: visible !important;
}
.mo-part-maxw {
  max-width: 400px;
  margin: 0 auto;
}
.mo-part-advs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 3.125rem;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
}
.mo-part-ramp {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
}
.mo-part-slip {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: overlay;
  -webkit-overflow-scrolling: touch;
}
.mo-part-seal {
  position: relative;
  top: -0.0625rem;
  font-size: 0.75rem;
  padding: 0.0625rem 0.3125rem;
  border-radius: 0.125rem;
  margin-right: 0.3125rem;
}
.mo-part-mask {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.mo-part-btns {
  text-align: center;
  user-select: none;
  border: 0;
  cursor: pointer;
}
.mo-part-btns:hover {
  opacity: 0.8 !important;
}
.mo-part-over:after {
  content: "\20";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
/* 文字超出显示省略号 */
.mo-wrap-arow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.mo-wrap-arow.mo-fsxs-16px{
overflow: visible;
}
.mo-wrap-trow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* 全局图片样式 */
.mo-situ-pics {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  background-position: 50% 50%;
  background-size: cover;
}
.mo-situ-play {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all ease-out 0.35s;
  background: rgba(0, 0, 0, 0.4)
    url(data:image/png;base64,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)
    center no-repeat;
}
.mo-situ-tips {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  padding: 0px 5px;
  height: 20px;
  line-height: 20px;
}
.mo-situ-rema {
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding: 0.3125rem 0;
  z-index: 1;
}
.mo-situ-name {
  margin-top: 0.375rem;
  line-height: 1.125rem;
}
.mo-situ-desc {
  margin-top: 0.3125rem;
  line-height: 1rem;
}
.mo-situ-npic {
  background: rgba(255, 255, 255, 0.3);
}
.mo-situ-pics:hover .mo-situ-play {
  opacity: 1;
  z-index: 1;
}
/* 文本框 */
.mo-form-info {
  box-sizing: border-box;
  border: 0;
  display: block;
  padding: 0 0.625rem;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
}
.mo-form-area {
  padding: 0.625rem;
  height: auto;
  line-height: 1.25rem;
}
.mo-form-name {
  padding: 0.625rem;
  line-height: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.mo-form-text {
  padding: 0.625rem 0.625rem 0.625rem 3.4375rem;
  line-height: 1.5rem;
  border: 0;
  border-bottom: 0.0625rem solid;
}
.mo-form-face {
  position: absolute;
  top: 0;
  left: 0;
}
.mo-form-comp {
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
}
.mo-form-righ {
  padding-right: 5.3125rem;
}
.mo-form-left {
  padding-left: 5.3125rem;
}
.mo-form-tips {
  padding-left: 2.5rem;
}
.mo-form-maxh {
  height: 2.375rem;
}
/* 修饰框 */
.mo-line-top:before,
.mo-line-bottom:after {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  content: "";
  height: 0.0625rem;
  transform-origin: 0 0;
  transform: scaleY(0.5);
}
.mo-line-top:before {
  top: 0;
  border-top: 0.0625rem solid;
}
.mo-line-bottom:after {
  bottom: 0;
  border-bottom: 0.0625rem solid;
}
.mo-line-left:before,
.mo-line-right:after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  width: 0.0625rem;
  transform-origin: 100% 0;
  transform: scaleX(0.5);
}
.mo-line-left:before {
  left: 0;
  border-left: 0.0625rem solid;
}
.mo-line-right:after {
  right: 0;
  border-right: 0.0625rem solid;
}
.mo-edge-info {
  margin-left: 0.3125rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-width: 0.375rem;
  border-style: dashed;
  border-color: transparent;
  overflow: hidden;
}
.mo-edge-top {
  top: -0.25rem;
  border-bottom-style: solid;
}
.mo-edge-bottom {
  top: 0.125rem;
  border-top-style: solid;
}
.mo-anim-upbit {
  animation-name: mo-anim-upbit;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}
@keyframes mo-anim-upbit {
  from {
    transform: translate3d(0, 1.875rem, 0);
    opacity: 0.3;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* 导航栏 */
.mo-head-info {
  position: relative;
  top: 0;
  width: 100%;
  height: 5rem;
  z-index: 1000;
}
.mo-head-info .mo-navs-ajax {
  line-height: 5rem;
}
.mo-head-info .mo-navs-item {
  line-height: 40px;
  padding-right: 10px;
  vertical-align: middle;
}
.mo-head-info .mo-navs-item:first-child {
  padding-left: 10px;
}
.mo-head-info .mo-navs-right {
  position: absolute;
  top: 30px;
}
.mo-head-info .mo-navs-form {
  position: relative;
  margin: 0.625rem 96px 0.625rem 10px;
}
.mo-head-info .mo-navs-cuts {
  position: absolute;
  left: 10px;
  line-height: 30px;
}
.mo-head-info .mo-navs-input {
  width: 100%;
  padding: 0 2.5rem 0 60px;
  line-height: 1.875rem;
  border: 0;
  border-radius: 1.875rem;
}
.mo-head-info .mo-navs-submit {
  position: absolute;
  top: 0;
  right: 0.0625rem;
  border: 0;
}
.mo-head-info .mo-navs-btns {
  position: absolute;
  right: 0;
  top: 0;
}
.mo-head-info .mo-navs-font {
  float: left;
  line-height: 50px;
  margin-left: 1rem;
}
.mo-head-info .mo-navs-font:last-child {
  margin-right: 1rem;
}
/* 导航栏弹出框 */
.mo-head-info .mo-pops-info {
  position: absolute;
  top: 80px;
  right: 0;
  width: 100%;
}
.mo-head-info .mo-pops-item {
  position: relative;
  line-height: 2.1875rem;
}
.mo-head-info .mo-pops-item.mo-line-bottom:after {
  left: 0.9375rem;
}
.mo-head-info .mo-pops-item:last-child.mo-line-bottom:after {
  border: 0;
}
/* 移动端底部导航栏 */
.mo-tabr-info {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 3.125rem;
  z-index: 998;
}
/* 底部 */
.mo-foot-advs {
  position: fixed;
  bottom: 3.125rem;
  width: 100%;
  z-index: 998;
}
/* 固定块 */
.mo-goto-info {
  position: fixed;
  right: 0.625rem;
  bottom: 3.75rem;
  z-index: 996;
}
.mo-goto-info .mo-goto-lump {
  margin-top: 0.625rem;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
/* 轮播图 */
.mo-swip-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
}
.mo-swip-slide {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
}
.mo-swip-title {
  position: absolute;
  bottom: -1px;
  padding: 1.875rem 0.625rem 0.625rem;
  width: 100%;
}
.mo-swip-head {
  margin-bottom: 0.3125rem;
}
.mo-swip-prev,
.mo-swip-next {
  position: absolute;
  top: 50%;
  width: 1.875rem;
  height: 3.125rem;
  line-height: 3.125rem;
  margin-top: -1.5625rem;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.mo-swip-prev {
  left: 1.25rem;
  right: auto;
}
.mo-swip-next {
  right: 1.25rem;
  left: auto;
}
.mo-swip-pagin {
  position: absolute;
  right: 0.3125rem;
  bottom: 0.3125rem;
  width: 100%;
}
.mo-swip-bullet {
  margin: 0 0.0625rem;
  width: 0.3125rem;
  height: 0.0625rem;
  display: inline-block;
  background: white;
  opacity: 0.2;
  cursor: pointer;
}
/* 分页按钮 */
.mo-page-info .mo-page-text {
  width: 8%;
  border: 0;
  max-width: 60px;
  cursor: auto;
}
/* 错误提示页 */
.mo-jump-info .mo-jump-head {
  padding-bottom: 0.9375rem;
  border-bottom: 0.0625rem solid;
}
.mo-jump-info .mo-jump-span {
  font-size: 1.875rem;
  margin-right: 1.25rem;
}
.mo-jump-info .mo-jump-tips {
  line-height: 2.8125rem;
  padding-left: 0.625rem;
}
/* 筛选页 */
.mo-scre-info {
  border-top: 0.0625rem dashed;
}
.mo-scre-info:first-child {
  border: 0;
}
/* 视频详情 */
.mo-deta-info .mo-deta-btns {
  width: 200%;
  position: absolute;
  left: 100%;
  bottom: 0.3125rem;
  z-index: 1;
}
.mo-deta-info .mo-deta-play {
  min-width: 85px;
}
.mo-deta-info:last-child {
  margin: 0;
  border: 0;
}
/* 播放器 */
.mo-play-info .mo-play-tips {
  height: 28px;
  line-height: 28px;
}
.mo-play-info .mo-play-advs {
  position: absolute;
  z-index: 100;
  top: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  line-height: 24px;
  padding: 0 10px;
  border-radius: 20px;
}
.mo-play-info .mo-play-buil {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 998;
}
.mo-play-info .mo-play-btns {
  z-index: 99;
  opacity: 1;
  top: 50%;
  background-color: transparent;
  width: 100px;
  height: 100px;
}
/* 弹幕输入框 */
.mo-danm-info .mo-danm-form {
  position: absolute;
  width: 60px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  border: 0;
}
.mo-danm-info .mo-danm-text {
  position: relative;
  width: 100%;
  padding: 0 65px 0 35px;
  border-radius: 1.875rem;
}
.mo-danm-info .mo-danm-icon {
  left: 10px;
  z-index: 1;
  width: 30px;
}
.mo-danm-info .mo-danm-send {
  top: 5px;
  right: 5px;
  border-radius: 0 30px 30px 0;
}
.mo-danm-info .mo-danm-code {
  top: 5px;
  right: 65px;
  width: 50px;
}
.mo-danm-info .mo-danm-pics {
  top: 5px;
  right: 115px;
}
.mo-danm-info .mo-danm-padd {
  padding-right: 175px;
}
/* 评论留言 */
.mo-comm-info .mo-comm-avat {
  width: 2.5rem;
  height: 2.5rem;
}
.mo-comm-info .mo-comm-east {
  margin-left: 3.125rem;
}
.mo-comm-info .mo-comm-left {
  padding-left: 3.125rem;
}
.mo-comm-info .mo-comm-sons {
  margin: 0 -0.3125rem;
}
/* 表情框 */
.mo-face-info {
  position: absolute;
  width: 298px;
  left: 0;
  top: 40px;
  z-index: 2;
}
.mo-face-info .mo-face-item {
  max-height: 205px;
  overflow: overlay;
}
.mo-face-info .mo-face-pics {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
/* 弹窗公告 */
.mo-note-info {
  width: 320px;
  height: 400px;
}
.mo-note-info .mo-note-dels {
  padding: 15px 20px 0 0;
  font-size: 30px;
}
.mo-note-info .mo-note-foot {
  position: absolute;
  bottom: 0;
  padding: 40px 60px;
}
/* 网页分享 */
.mo-have-info {
  width: 275px;
}
.mo-have-info .mo-have-body {
  position: relative;
  width: 100%;
  height: 100%;
}
.mo-have-info .mo-have-main {
  top: 0;
  width: 100%;
  height: 100%;
}
.mo-have-info .mo-have-head {
  background: url(../images/loading-2.gif) no-repeat center;
}
.mo-have-info .mo-have-code {
  right: 0;
  bottom: 0;
  width: 5.6875rem;
  height: 5.6875rem;
}
.mo-have-info .mo-have-boxs {
  min-height: 100%;
}
.mo-have-info .mo-have-pics {
  width: 100%;
}
/* 用户中心 */
.mo-user-info .mo-user-avat {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
}
.mo-user-info .mo-user-load {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  font-size: 30px !important;
  opacity: 0;
}
.mo-user-info .mo-user-hove {
  position: relative;
  margin: 0 auto;
}
.mo-user-info .mo-user-hove:hover .mo-user-load {
  opacity: 1;
}
/* 站点关闭 */
.mo-shut-info {
  background-color: #354141;
}
.mo-shut-info .mo-shut-head {
  font-size: 26px;
  margin: 0 0 30px;
}
.mo-shut-info .mo-shut-foot {
  position: fixed;
  bottom: 20px;
}
.mo-shut-info .mo-shut-item {
  font-size: 42px;
  margin: 10px 0;
  padding-bottom: 15px;
  width: 136px;
  border-right: 2px dashed rgba(255, 255, 255, 0.26);
}
.mo-shut-info .mo-shut-item:nth-last-child(3) {
  border: none;
}
.mo-shut-info .mo-shut-item:last-child {
  border: none;
}
.mo-shut-info .mo-shut-tips {
  height: 45px;
  line-height: 45px;
  background: rgba(255, 255, 255, 0.06);
}
.mo-shut-info .mo-shut-span {
  line-height: 70px;
}
.mo-shut-info .mo-shut-code {
  height: 10rem;
}
/* 防红防封 */
.mo-brow-info {
  background: white url(../images/browser.png) center top/contain no-repeat;
}
.mo-brow-info .mo-brow-main {
  top: 60%;
}
.mo-brow-info .mo-brow-code {
  height: 10rem;
}
.mo-brow-info .mo-brow-inow {
  padding: 200px 20px 20px 20px;
  font-size: 54px;
}
.mo-brow-info .mo-brow-foot {
  position: fixed;
  bottom: 20px;
}
/* 对联广告 */
.mo-coup-info .mo-coup-item {
  position: fixed;
  top: 150px;
  width: 100px;
  z-index: 999;
}
.mo-coup-info .mo-coup-left {
  left: 20px;
}
.mo-coup-info .mo-coup-right {
  right: 20px;
}
/* 主题用户协议弹窗 */
.mo-trea-info {
  min-width: 280px;
  max-width: 600px;
}
/* 主题设置 */
.mo-main-info .mo-main-area {
  min-height: 38px;
  height: 38px;
  line-height: 38px;
  padding: 0px 10px;
}
.mo-main-info .mo-main-area::-webkit-input-placeholder {
  padding: 10px 0;
}
/* 主题设置多选 */
.mo-many-info .mo-many-this {
  background-color: white !important;
}
/* 主题升级日志 */
.mo-logs-info .mo-logs-boxs {
  padding: 0 !important;
}
.mo-logs-info .mo-logs-form {
  margin-top: 0;
  margin-bottom: 0.3125rem;
}
.mo-logs-info .mo-logs-nums {
  border-top: 0;
  border-left: 0;
}
.mo-logs-info .mo-logs-item {
  border-top: 0;
  border-right: 0;
}
/* 主题设置弹窗 */
.mo-open-info .mo-open-item {
  width: 100px;
  margin: 0.3125rem;
  box-sizing: border-box;
  height: 40px;
  line-height: 38px;
  text-align: center;
}
.mo-open-info .mo-open-head {
  height: 34px;
}
/* 主题设置图标选择 */
.mo-font-info .mo-font-anim {
  width: 245px;
}
.mo-font-info .mo-font-boxs {
  border: 1px solid #e6e6e6;
  height: 38px;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  background: #fff;
  min-width: 60px;
}
.mo-font-info .mo-font-icon {
  box-sizing: border-box;
  display: block;
  width: 80%;
  height: 100%;
  float: left;
  text-align: center;
  transition: all 0.3s;
}
.mo-font-info .mo-font-item {
  display: inline-block;
  width: 20%;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
  height: 36px;
  margin: 4px;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: 300ms;
}
.mo-font-info .mo-icon-font {
  line-height: 38px;
  font-size: 18px;
}
/* 详情排版优化 */
.mo-word-info strong,
.mo-word-info b {
  font-weight: bold;
}
.mo-word-info span,
.mo-word-info p {
  background: inherit !important;
  color: inherit !important;
}
.mo-word-info p {
  word-break: break-word;
  line-height: 1.6;
}
.mo-word-info ol,
.mo-word-info ul {
  margin: 1em 0;
  padding: 0;
}
.mo-word-info ul {
  display: table;
}
.mo-word-info ul > li {
  display: table-row;
  list-style: none;
}
.mo-word-info ul > li:before {
  display: table-cell;
  content: "\2022   ";
  white-space: pre;
}
.mo-word-info ol {
  display: table;
  counter-reset: ol;
}
.mo-word-info ol > li {
  display: table-row;
  list-style: none;
}
.mo-word-info ol > li:before {
  display: table-cell;
  text-align: right;
  counter-increment: ol;
  content: counter(ol) ". ";
  white-space: pre;
}
.mo-word-info pre {
  overflow-y: auto;
}
.mo-word-info pre ol,
.mo-word-info pre ul {
  margin: 0;
  width: 100%;
}
.mo-word-info pre li {
  display: list-item;
  list-style: unset;
}
.mo-word-info pre li:before {
  content: unset;
}
.mo-word-info pre li:first-child {
  padding-top: 5px;
}
.mo-word-info pre li:last-child {
  padding-bottom: 5px;
}
.mo-word-info code {
  font-family: Courier New;
}
.mo-word-info iframe {
  max-width: 100%;
}
@media (min-width: 768px) {
  /* 组件 */
  .mo-part-left {
    left: 0 !important;
  }
  .mo-part-round {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  }
  /* 导航栏 */
  .mo-head-info {
    box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.1);
  }
  .mo-head-info .mo-navs-logo {
    height: 3.125rem;
  }
  .mo-head-info .mo-navs-item {
    line-height: 80px;
    padding-right: 15px;
  }
  .mo-head-info .mo-navs-item:first-child {
    padding-left: 0;
  }
  .mo-head-info .mo-navs-right {
    top: 0;
    right: 0;
    max-width: 350px;
  }
  .mo-head-info .mo-navs-form {
    margin: 1.375rem 99px 1.375rem 0;
    z-index: 0;
  }
  .mo-head-info .mo-navs-cuts {
    left: 15px;
    line-height: 36px;
  }
  .mo-head-info .mo-navs-input {
    height: 2.25rem;
    line-height: 2.25rem;
    padding: 0 40px 0 65px;
  }
  .mo-head-info .mo-navs-submit {
    right: 0.125rem;
  }
  .mo-head-info .mo-navs-font {
    line-height: 80px;
  }
  .mo-head-info .mo-navs-font:last-child {
    margin-right: 0;
  }
  /* 导航弹出框 */
  .mo-pops-info {
    max-width: 350px;
  }
  /* 底部 */
  .mo-foot-advs {
    bottom: 0;
  }
  /* 轮播图 */
  .mo-swip-title {
    padding: 1.875rem 1.25rem 1.25rem;
  }
  .mo-swip-pagin {
    right: 0.625rem;
    bottom: 0.625rem;
  }
  .mo-swip-bullet {
    margin: 0 0.15625rem;
    width: 1.875rem;
    height: 0.1875rem;
  }
  /* 固定块 */
  .mo-goto-info .mo-goto-lump {
    margin-top: 0.625rem;
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
  }
  /* 筛选 */
  .mo-scre-info {
    white-space: normal;
  }
  .mo-scre-info.mo-scre-type {
    padding: 0.9375rem;
    border-top: 0;
    border-left: 0.0625rem solid;
  }
  .mo-scre-info.mo-scre-type:first-child {
    padding-left: 0;
    border: 0;
  }
  .mo-scre-info.mo-scre-type .mo-scre-head {
    display: block !important;
    padding: 0 0.625rem;
  }
  .mo-scre-info.mo-scre-type .mo-scre-name {
    margin: 0;
    padding: 0.625rem 0.625rem 0 0.625rem;
    line-height: 1.125rem;
  }
  /* 详情框 */
  .mo-deta-info .mo-deta-btns {
    bottom: 10px;
  }
  .mo-deta-info .mo-deta-play {
    min-width: 100px;
  }
  /* 评论留言 */
  .mo-comm-info .mo-comm-sons {
    margin: 0 -0.625rem;
  }
  /* 弹窗公告 */
  .mo-note-info {
    width: 640px;
    height: 400px;
  }
  /* 个人中心 */
  .mo-user-info .mo-user-avat {
    width: 6.25rem;
    height: 6.25rem;
    line-height: 6.25rem;
  }
  /* 站点关闭 */
  .mo-shut-info .mo-shut-item:nth-last-child(3) {
    border-right: 2px dashed rgba(255, 255, 255, 0.26);
  }
  .mo-shut-info .mo-shut-foot {
    bottom: 40px;
  }
  /* 防红防封 */
  .mo-brow-info {
    background: white;
  }
  .mo-brow-info .mo-brow-main {
    top: 50%;
  }
}

.mo-bord-focus:focus {
  border-color: #ff5f00 !important;
}

.mo-bord-lower {
  border-bottom-color: #999999 !important;
}

.mo-bord-upper {
  border-top-color: #999999 !important;
}

.mo-bord-round {
  border-radius: 6px !important;
  overflow: hidden;
}

.mo-back-items {
  background: #7f7f8c !important;
  color: #ffffff !important;
}

.mo-back-item1 {
  background: #ff0d29 !important;
  color: #ffffff !important;
}

.mo-back-item3 {
  background: #ffc600 !important;
  color: #ffffff !important;
}

.mo-back-black {
  background: #000000 !important;
  color: #ffffff !important;
}

.mo-back-fixed {
  background: #f8f8f8 !important;
  color: #333333 !important;
}

.mo-back-click {
  background: #ededed;
  color: #333333;
}

.mo-back-muted {
  background-color: #f2f3f6 !important;
  color: #666666 !important;
}

.mo-back-write:visited {
  background: #cacaca;
  color: #333333;
  border-color: #cacaca;
}

.mo-back-disad {
  background: #dfdfdf !important;
  color: #999999 !important;
  border-color: #dfdfdf !important;
  opacity: 1 !important;
}

.mo-text-white {
  color: #ffffff !important;
}

.mo-text-black {
  color: #333333 !important;
}

.mo-text-muted {
  color: #666666 !important;
}

.mo-text-gules {
  color: #ff0d29 !important;
}

.mo-text-green {
  color: #28bd98 !important;
}

.mo-text-input {
  color: #333333 !important;
}

.mo-text-blush {
  color: #ff6f6f !important;
}

.mo-text-disad {
  color: #999999 !important;
}

.mo-lazy-color {
  background-color: #dedede !important;
  color: #333333 !important;
}

@media (min-width: 768px) {
  .mo-part-round {
    border-radius: 6px !important;
  }
}

.mo-play-highs {
  padding-top: 56.25% !important;
}

@media (min-width: 768px) {
  .mo-play-highs {
    padding-top: 56.25% !important;
  }
}

ul li:hover span.mo-situ-play {
  opacity: 1;
}

.swiper-button-next:after {
  display: none;
}

.swiper-button-prev:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .cms-seo012-pc-header {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .cms-seo012-h5-header {
    display: none !important;
  }
}

.cms-txt-index-css {
  max-width: 200px !important;
}
.cms-text-h5-margin {
  margin-top: 30px;
}

.cms-text-index-more-link {
  color: #b1afaf;
}
.cms-text-index-more-link:hover {
  color: #e50914;
}
.cms-scroll-display::-webkit-scrollbar {
  display: none !important;
}

/*颜色配置*/
/*主题色*/
.mo-back-mojia {
  background: #e50914 !important;
  color: #ffffff !important;
  border-color: #e50914 !important;
  opacity: 1 !important;
}

.mo-back-hover:hover {
  background: #e50914 !important;
  color: #ffffff !important;
  border-color: #e50914 !important;
}
.mo-text-mojia {
  color: #e50914 !important;
}
.mo-back-item2 {
  background: #e50914 !important;
  color: #ffffff !important;
}

.mo-text-hover:hover {
  color: #e50914 !important;
}

/* 背景颜色 */
.mo-back-white {
  background: #ffffff !important;
  color: #333333 !important;
}
.cms-text-select-box a:hover {
  color: #e50914 !important;
}
/* 横线颜色 */
.mo-bord-muted,
hr,
.mo-bord-muted:after,
.mo-bord-muted:before {
  border-color: #e2e2e2 !important;
}
/*图文主页a标签触摸颜色*/
a:hover {
  color: #e50914 !important;
}
@media screen and (max-width: 768px) {
  .cms-txt-index-css {
    max-width: 100% !important;
  }

  .cms-text-index-h5-dnone {
    display: none !important;
  }
  .cms-text-h5-margin {
    margin-top: 0px;
    padding-top: 0px;
  }
  #cms_ad_top_banner {
    margin-top: 0px !important;
  }
  .cms-h5-text-total {
    display: none !important;
  }
  /* 背景颜色 */
  .mo-back-white {
    /* background: #ffffff !important; */
    /* color: #333 !important; */
  }
}
