body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 "Microsoft YaHei", "微软雅黑", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}

a {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
    -webkit-filter: brightness(120%);
    -ms-filter: brightness(120%);
    -o-filter: brightness(120%);
    -moz-filter: brightness(120%);
    opacity: 0.85\0;
}

a.geted {
    pointer-events: none;
}

div {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

ul,
ol {
    list-style: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

small {
    font-size: 12px;
}

p,
span {
    caret-color: transparent;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    font: 12px/1.5 "Microsoft YaHei", "微软雅黑", sans-serif;
    margin: 0;
    padding: 0;
}

body {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar {
    display: none;
}

/* 隐藏body的滚动条但保留滚动功能 */
body::-webkit-scrollbar {
    display: none;
}

body {
    overflow-x: auto;
    font-size: 0.2rem;
    color: #121212;
    box-sizing: border-box;
}


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

html {
    font-size: calc(100 / 1920 * 100vw);
}

main,
section,
nav,
footer {
    display: block;
    margin: 0;
    padding: 0;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cu_layer {
    display: none
}


/* ipad适配 */
/* html.medium {
  font-size: calc(100 / 2048 * 100vw);
} */
/* m端适配 */
/* html.small {
  font-size: calc(100 / 750 * 100vw);
}
@media (max-width: 750px) {
  html {
    font-size: calc(100 / 750 * 100vw);
  }
} */














.footer {
    display: flex;
    height: 1.5rem !important;
    background: black;
}

.footer .container {
    width: 14rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .fnav a:first-child {
    margin-left: 0;
}

.footer .finfo {
    line-height: 0.26rem;

    /* margin-left: 20px; */
}

.footer .fnav {
    color: #f2f2f2;
}

.footer .fnav a {
    color: #f2f2f2;
    margin: 0 0.1rem;
    font-size: 0.14rem;
}

.footer .finfo p {
    font-size: 0.12rem;
    color: #f2f2f2;
}

.footer .finfo p a {
    color: #f2f2f2;
}

.footer .flogo {}

.footer .flogo img {
    width: 2.3rem;
    height: 0.75rem;
}
