html[lang=en] {
    font-family: "Inter";
  font-style: normal;
}

html {
    font-family: 'HarmonyOS Sans SC', 'PingFang SC', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    font-style: normal;
}

.btn {
    cursor: pointer;
    transition: all ease 0.2s;
    border-radius: 50px;
    border: 1px solid;
}

.btn-small {
    padding: 3px 29px;
}

.btn-normal {
    padding: 0.09rem 0.29rem;
}

.btn-theme {
    background-color: #012FA7;
    color: #fff;
    border-color: #012FA7;
}
.btn-theme:hover {
  background-color: #1664ff;
  border-color: #1664ff;
}

.btn-info {
    background-color: #fff;
    color: #797979;
    border-color: #797979;
}
.btn-info:hover {
    background-color: #012FA7;
    border-color: #012FA7;
    color: #fff;
}

.text-btn-theme {
    color: rgba(0, 0, 0, 0.72);
}
.text-btn-theme:hover {
    color: #012FA7;
}

.btn-text {
    border: none;
}

.com_main_left {
    float: left;
    width: 904px;
}

.com_main_right {
    float: right;
    width: 280px;
}

@media screen and (max-width: 1280px) {
    .com_main_left {
        width: calc(100vw - 64px - 200px - 38px);
    }
    .com_main_right {
        width: 200px;
    }
}
@media screen and (max-width: 900px) {
    .com_main_left {
        width: 100%;
    }
    .com_main_right {
        width: 100%;
    }
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a,
header,
footer,
section,
nav {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
ol,
li {
    list-style-type: none;
}

input:focus {
    outline: none;
}

img.img {
    display: block;
    width: 100%;
}

.img-addon img.img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

button,
button:hover,
button:focus,
button:hover:focus {
    background-color: transparent;
    border: none;
    outline: none;
}

/* ::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar {
    width: 7px;
    height: 0;
    background-color: #c7c9cc;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(144, 147, 153, 0.3);
    height: 50px;
    border-radius: 5px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
} */

html {
  font-size: 8.3333333333vw;
    max-width: 100vw;
    overflow-x: hidden;
}

@media screen and (max-width: 980px) {
  html {
    font-size: 13.3333333333vw;
  }
}
.c5-container:before,
.c5-container:after,
.container:before,
.container:after,
.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}

.container:after,
.c5-container:after,
.clearfix:after,
.row:after {
    clear: both;
}

.text-center {
    text-align: center;
}

.mh-page {
    min-height: calc(100vh - 0.66rem);
}

.screen-box {
  height: calc(100vh - 0.66rem);
  max-height: min(100vh, 60vw);
}

.flex {
    display: flex;
}

@media screen and (max-width: 980px) {
  .mh-page {
    min-height: calc(100vh - 1.12rem);
  }
  .screen-box {
    max-height: min(100vh - 1.12rem, 16rem);
    height: calc(100vh - 1.12rem);
  }
}
@font-face {
    font-family: "icomoon";
    src: url("/assets/fonts/icomoon.eot?dikh4h");
    src: url("/assets/fonts/icomoon.eot?dikh4h#iefix") format("embedded-opentype"), url("/assets/fonts/icomoon.ttf?dikh4h") format("truetype"), url("/assets/fonts/icomoon.woff?dikh4h") format("woff"), url("/assets/fonts/icomoon.svg?dikh4h#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-learn:before {
    content: "\e900";
}

.icon-arr-left:before {
    content: "\e901";
}

.icon-arr-right:before {
    content: "\e902";
}

.icon-arr-rightTop:before {
    content: "\e903";
}

.icon-arrl-bottom:before {
    content: "\e904";
}

.icon-download:before {
    content: "\e905";
}

.icon-arr-right2:before {
  content: "\e906";
}

.icon-contact:before {
  content: "\e907";
}

.icon-top:before {
  content: "\e908";
}

.icon-tel:before {
  content: "\e909";
}

.icon-attention:before {
  content: "\e90a";
}

.icon-wechat:before {
  content: "\e90b";
}

.icon-chatol:before {
  content: "\e90d";
}