@font-face {
  font-family: ARegular;
  src: url('/font/HarmonyOS_Sans_SC_Regular.ttf');
}
@font-face {
  font-family: ABlack;
  src: url('/font/HarmonyOS_Sans_SC_Black.ttf');
}
@font-face {
  font-family: ABold;
  src: url('/font/HarmonyOS_Sans_SC_Bold.ttf');
}
@font-face {
  font-family: ALight;
  src: url('/font/HarmonyOS_Sans_SC_Light.ttf');
}
@font-face {
  font-family: AMedium;
  src: url('/font/HarmonyOS_Sans_SC_Medium.ttf');
}
@font-face {
  font-family: AThin;
  src: url('/font/HarmonyOS_Sans_SC_Thin.ttf');
}
body,
html {
  /* height: 100%; */
  overflow-x: hidden;
  background: #fff;
  font: 16px ARegular, Source Han Sans, Microsoft YaHei;
}
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}
body,
button,
input,
select,
textarea {
  color: #333;
  border: 0;
  outline: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}
a {
  color: #333;
}
a,
a:hover {
  text-decoration: none;
}

img {
  border: none;
  display: block;
}
li,
ol,
ul {
  list-style: none;
  padding: 0;
}
input {
  padding: 5px 15px;
}
input::placeholder,
textarea::placeholder {
  color: #b6b6b6;
}
table {
  border-collapse: collapse;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
input[type='button'],
input[type='reset'],
input[type='search'],
input[type='submit'] {
  -webkit-appearance: none;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
textarea {
  -webkit-appearance: none;
}
.margin {
  margin: 0 auto;
}

.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nowarp {
  text-wrap: nowrap;
}
.fb {
  font-weight: 700;
}
i {
  font-style: normal;
}
button {
  cursor: pointer;
}
.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flex.column {
  flex-direction: column;
}
.flex.j_center {
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.flex.j_start {
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.flex.j_end {
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.flex.j_around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.flex.j_between {
  -ms-flex-pack: distribute;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flex.a_start {
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.flex.a_end {
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.flex.a_baseline {
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-items: baseline;
}
.flex.a_center {
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
}
.ff {
  color: var(--thecolor);
}
::-webkit-scrollbar {
  width: 0px;
  height: 10px;
  background-color: #d7d7d7;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px transparent;
  border-radius: 10px;
  background-color: #d7d7d7;
}
.-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--thecolor);
}
.gund {
  overflow-y: auto;
  height: 100%;
}
.gund::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  background-color: #d7d7d7;
}
.gund::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px transparent;
  border-radius: 10px;
  background-color: #d7d7d7;
}
.gund::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--thecolor);
}
.hvr-sweep-to-right {
  vertical-align: middle;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: #fff;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.container {
  width: var(--thewidth) !important;
  margin: 0 auto;
}
/* 按钮 */
.btn {
  position: relative;
}
.btn::after {
  content: '';
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  width: 0;
  height: 100%;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  transition: 0.5s;
  z-index: 1;
}
.btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
/* 文字渐变 */
.color {
  background: linear-gradient(180deg, #3e8ffe 0%, #1454b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color:hover {
  background: var(--thecolor1);
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  color: #fff;
}
/* 单行文本 */
.dh_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 3行文本 */
.dh_text3 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
:root {
  --thecolor: #1454b3;
  --thecolor1: #3e8cf7;
  --thewidth: 1600px;
  --theleft: 160px;
}
@media only screen and (min-width: 1920px) {
  :root {
    --thewidth: 1600px;
    --theleft: 160px;
  }
}
@media only screen and (max-width: 1920px) {
  :root {
    --thewidth: 83.3333%;
    --theleft: 8.3333vw;
  }
}
@media only screen and (max-width: 980px) {
  :root {
    --thewidth: 96%;
    --theleft: 20px;
  }
}

