* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container-fluid {
    overflow: visible !important;
}

@media (max-width: 499px) {
    .container-fluid {
        overflow: hidden !important;
    }
}

/* .containerz { width: calc(100% + 5px); } @media (max-width: 499px) { .containerz { width: calc(100%); overflow: hidden !important; } } */
/* .containerzz { width: calc(100%); } */
/* ::-webkit-scrollbar { width: 5px; height: 10%; overflow-y: overlay; float: right; position: fixed; right: 0; top: 0; } */
/* ::-webkit-scrollbar-track { background-color: #f1f1f1; border-radius: 10px; } */
/* 滚动条的滑轨背景颜色 */
/* ::-webkit-scrollbar-thumb { background-color: #e01e24e5; border-radius: 10px; } */
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; */
    overflow: visible !important;
    /* user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none; */
}

.bodyeng {
    font-family: Arial;
}

:root {
    --title-color: #232323;
    --content-color: #0BA299;
    --nothingness-color: #FFFFFF;
}

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;
    appearance: none;
}

a {
    color: #535353;
    text-decoration: none;
    cursor: pointer !important;
}

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;
    appearance: none;
    border-radius: 0;
}

.container-fluid {
    padding: 0;
    overflow: hidden;
}