@charset "UTF-8";

@font-face {
  font-family: "hm";
  src: url("fonts/HarmonyOS_Sans_SC.woff") format("woff");
  font-display: swap;
  font-weight: normal;
}

@font-face {
  font-family: "hm";
  src: url("fonts/HarmonyOS_Sans_SC_Light.woff") format("woff");
  font-display: swap;
  font-weight: 100;
}

@font-face {
  font-family: "hm";
  src: url("fonts/HarmonyOS_Sans_SC_Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "hm";
  src: url("fonts/HarmonyOS_Sans_SC_Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
} 

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}

body,
html {
  color: #222222;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 100px;
}

body {
  overflow-x: hidden;
  line-height: 1.2;
  background-color: #f8f8f8;
}

body,
input,
pre,
select,
th,
td,
textarea {
  font-family: "hm", Arial, sans-serif;
  font-size: 0.16rem;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
content {
  display: block;
  padding: 0;
  margin: 0;
}

input,
textarea {
  margin: 0;
  padding: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  border: solid 0.01rem #eee;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/select.svg) no-repeat scroll right 0.1rem center
    transparent;
  padding-right: 0.2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background-size: auto 0.09rem;
}

select::-ms-expand {
  display: none;
}

a,
a:active {
  color: #333;
}

a:hover {
  color: #3271ae;
}

a,
a:active,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

:focus,
a:focus {
  outline: 0;
  -moz-outline: none;
}

table,
td,
th {
  border-collapse: collapse;
  border-spacing: 0;
}

.ul,
.ul li {
  list-style: none;
}

img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
}

.Ispic {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  margin: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  zoom: 0;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}
.flex{ display: flex;}
.dot {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

[class*="dots-"] {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-box-orient: vertical;
}

.dots-1 {
  -webkit-line-clamp: 1;
}

.dots-2 {
  -webkit-line-clamp: 2;
}

.dots-3 {
  -webkit-line-clamp: 3;
}

.dots-4 {
  -webkit-line-clamp: 4;
}

img.block {
  display: block;
  width: 100%;
}

[class*="ytable"] {
  display: table;
  width: 100%;
}

.ytable-100 {
  height: 100%;
}

[class*="ytable"].fixed {
  table-layout: fixed;
}

[class*="cell-"] {
  display: table-cell;
}

.cell-top {
  vertical-align: top;
}
.cell-bottom {
  vertical-align: bottom;
}
.cell-mid {
  vertical-align: middle;
}

@media (max-width: 1024px) {
  [class*="xy-"],
  [class*="xy-"] > [class*="cell-"] {
    display: block;
  }
}
.text-center{ text-align: center;}

.fl {
  float: left;
}

.fr {
  float: right;
}

@media (min-width: 1025px) {
}
.wfl {
  float: left;
}

.wfr {
  float: right;
}

.auto-inner {
  width: 87.6%;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width:1024px) {
    .auto-inner {
        width: 94%;
        max-width: 1000px;
    }
}


@media (max-width:1440px) {
    html {
        font-size: calc(100 / 1366 * 100vw);
    }
}

@media (max-width:1024px) {
    html {
        font-size: calc(100 / 750 * 100vw);
    }
}

@media (max-width:640px) {
    html {
        font-size: calc(100 / 480 * 100vw);
    }
}
.pages {
  text-align: center;
  margin: 0;
}
.pages > * {
  display: inline-block;
  vertical-align: middle;
}
.pages a {
  padding: 0 15px;
  line-height: 36px;
  height: 36px;
  transition: 0.3s;
  color: #313131;
  border: 1px solid #EEEEEE;
}
.pages .p_pages {
  overflow: hidden;
}
.pages .p_pages a {
  float: left;
  margin: 0 0.05rem;
}
.pages a:hover,
.pages .p_pages a.a_cur {
  background-color: #1B55D3;
  color: #fff;
  border-color: #1B55D3;
}
.pages > a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 0.14rem;
}
.pages a.a_prev {
  background-image: url(../images/page/prev.svg);
}
.pages a.a_next {
  background-image: url(../images/page/next.svg);
}
.pages a.a_prev:hover {
  background-image: url(../images/page/prev-on.svg);
}
.pages a.a_next:hover {
  background-image: url(../images/page/next-on.svg);
}
.pages a.a_first,
.pages a.a_end {
  font-size: calc(14 / 16 * 1em);
  padding: 0 0.2rem;
  width: auto;
}
@media (max-width: 1024px) {
  .pages .p_pages {
    display: none;
  }
}

.slick-dots {
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  width: 0.2rem;
  height: 0.16rem;
  position: relative;
}
.slick-dots li:not(:last-child) {
  margin-right: 0.24rem;
}
.slick-dots li button {
  position: absolute;
  background: #fff;
  padding: 0;
  border: 0;
  font-size: 0;
  width: 0.08rem;
  height: 0.08rem;
  left: 50%;
  top: 50%;
  margin: -0.04rem 0 0 -0.04rem;
}
.slick-dots li.slick-active {
  background: url(../images/dots.png) no-repeat center center;
  background-size: contain;
}

.fadeup {
  transform: translateY(0.3rem);
  opacity: 0;
  transition-duration: 1s;
}
.fadeleft {
  transform: translateX(0.3rem);
  opacity: 0;
  transition-duration: 1s;
}
.faderight {
  transform: translateX(-0.3rem);
  opacity: 0;
  transition-duration: 1s;
}
