﻿body,
h1,
h2,
h3,
h4,
h5,
li,
span,
i,
ul,
img,
a,
strong,
input,
button,
textarea,
select,
dl,
dd,
dt {
    margin: 0;
    padding: 0;
    
}

p{
        padding: 0;
    line-height: 1.5;
    margin: 0 0 16px;
}

body {
    font-family: "Arial" !important;
    font-size: 18px;
    line-height: 1;
    /*-webkit-user-select: none;*/
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    color: #e2e2e2;
}

/* ::-webkit-scrollbar {
    width: 0;
    height: 0;
} */

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


li {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none;
    position: relative;
}


img {
    border: none;
    vertical-align: top;

}

.image-link {
    display: block;
    text-decoration: none;
    outline: none;
    position: relative;
    line-height: 0;
}


i,
var,
em {
    font-style: normal;
}

button {
    font-family: "SourceHanSansNormal" !important;
    outline: none;
    cursor: pointer;
    font-size: 24px;
    border: none;
}

iframe {
    border: none;
}

input,
select,
textarea {
    outline: none;
    font-family: "SourceHanSansNormal" !important;
    font-size: 24px;
    border-radius: 0;
    border: none;
    background: none;
}

input:disabled {
    opacity: 1;
    color: #333;
}

input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
input[type="number"],
input[type="button"],
button,
input[type="date"],
textarea {
    -webkit-appearance: none;
    border: none;
    background: none;
}

textarea {
    resize: none;
}

.fl {
    float: left;
}

.fr {
margin-top: -45px;
    float: right;
    display: flex;
    position: relative;
    margin-left: 61%;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}
.show {
    display: block;
}
.boxAuto{
    margin: 0 auto;
}
.pic_ img{
    width: 100%;
    height: 100%;
}
.img100 {
    width: 100%;
    height: 100%;
    max-width: 1600px;
}

.font-12 {
    font-size: 12px;
}
.font-14 {
    font-size: 11px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 14px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-28 {
    font-size: 28px;
}

.font-30 {
    font-size: 30px;
}
.lh12{
    line-height: 1.2;
}
.lh13{
    line-height: 1.3;
}
.lh14{
    line-height: 1.4;
}
.lh15{
    line-height: 1.5;
}
.fwb{
    font-weight: bold;
}
.fwn{
    font-weight: normal;
}
.color-white {
    color: #fff;
}
.cp{
    cursor: pointer;
}
.psa{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
