html {
    font-size: 100px;
    font-family: HYQiHei;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    overflow-x: hidden
}
*{
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-weight: normal;
}
::v-deep :focus-visible{
    outline: none !important;
}
ol,
ul {
    list-style: none;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
    max-width: 100%;
        margin: 10px auto;
}
button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer}
a {
    color: #a31717;
    background-color: transparent;
    text-decoration: none !important;
    cursor: pointer;
}

b,
strong {
    font-weight: 700;
}

img {
    padding: 0;
    border: none;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}



button {
    overflow: visible;
    border: none;
}
.flexsb{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: start;
}
.flexar{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
.line1 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.line2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wp{
    max-width: 13.35rem;
    width: 90%;
    margin: 0 auto;
}
.container{
    max-width: 14.40rem;
    width: 90%;
    margin: 0 auto;
}
@media screen and (max-width:1330px){
html{font-size: 75px!important;}
}
 @media screen and (max-width:1024px){
 .mb-icon{
    height: auto !important;
  }
}

@media screen and (max-width:980px){
.wp{width: 90%}
html{font-size: 55px!important;}
}

