* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html{
    /* max-width: 2560px; */
    margin: auto;
    touch-action:none;
    touch-action:pan-y;
    overflow-x: hidden;
}
body

{

-webkit-text-size-adjust: 100% !important;

text-size-adjust: 100% !important;

-moz-text-size-adjust: 100% !important;

}

body { 
    margin: 0; 
    padding: 0; 
    font-size: 14px;  
    /* font-family:"Microsoft YaHei";  */
    font-family: Noto Sans SC;
    height: auto;
    /* overflow-x: hidden; */
}
ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, 
form, input, hr, img, div, label, span, p, table, tr, td {
    margin: 0; 
    padding: 0; 
    list-style: none; 
    border: 0;
    -webkit-appearance: none;
}
a{
    color: #333;
    text-decoration: none;
}
a:active{
    color: #004098;
}
button {
    border: 0 none;
    /* background: #5B88ED; */
    border-radius: 5px;
    outline: none;
}
button:focus {
    border: 0 none;
    outline: none;
}
img {
    vertical-align: middle;
}
a:focus, a:hover {
    text-decoration: none;
}
i,em { 
    font-style: normal; 
    display: block 
}
.fl {
    float: left; 
}
.fr { 
    float: right; 
}
select::-ms-expand { 
    display: none; 
}
select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
:focus{
    outline: 0;
}
input[type=text] {
    -webkit-appearance: none;
    border-radius: 0;
}
.container-fluid{
    padding: 0;
}