@charset "UTF-8";
html,
body,
ul,
ol,
dl,
li,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
input,
img,
fieldset,
legend,
select,
textarea {
    margin: 0;
    padding: 0;
}

* {
    padding: 0;
    margin: 0;
}

*,
*:before,
*:after {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
    font-size: 16px;
}

fieldset,
img {
    border: none;
}

a {
    text-decoration: none;
    color: #fff;
}

ul,
ol {
    list-style: none;
}

b,
strong,
i,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

img {
    vertical-align: middle;
}

input {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    /* -webkit-appearance:none; */
    outline: none;
    border: none;
}

textarea {
    border: none;
}

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

.clearfn {
    zoom: 1;
}

.flex_j {
    width: 100%;
    display: flex;
    justify-content: center;
}

.fanhui {
    width: 1.65rem;
    height: 1.65rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 11;
}