/* 
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
} */

ul,
li,
ol {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
}

table,
thead,
tr,
th,
td {
    border:1px solid #000;
    border-collapse: collapse
}

html {
    margin-top: 0 !important;
    /* font-size: 1px!important; */
}

a {
    text-decoration: none;
}

.imgs {
    width: 100%;
    /* height: 100%; */
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.flex_a {
    display: flex;
    justify-content: space-around;
}

.flex_b {
    display: flex;
    justify-content: space-between;
}

.imgs {
    width: 100%;
    height: 100%;
}

.flex_a {
    display: flex;
    justify-content: space-around;
}

.flex_b {
    display: flex;
    justify-content: space-between;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.mfooter_box {
    position: fixed;
    bottom: 0;
    z-index: 23;
    width: 100%;
    /* height: 100%; */
}

.mfooter_panel {
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
}

.mfooter_content {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 1.21rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(153, 153, 157, 0.15);
    z-index: 9999;
    /* border-radius: 10px; */
}

.mfooter_ul {
    padding: 0.19rem 0 0.23rem;
}

.mfooter_li {
    text-align: center;
}

.mfooter_img {
    display: block;
    margin: 0 auto;
    width: 0.45rem;
    height: 0.45rem;
    /* outline: 1px solid red; */
}

.mfooter_img img {
    width: 100%;
}

.mfooter_text {
    font-size: 0.24rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #484848;
    /* line-height: 54px; */
}

.zx_panel {
    position: fixed;
    bottom: 1.2rem;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(153, 153, 157, 0.15);
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

.zx_panel_ul {
    margin: 0 auto;
    padding: 0 0.2rem 0.7rem;
    width: 100%;
}

.zx_panel_li {
    margin: 0.6rem 0.2rem 0;
    float: left;
}

.zx_panel_li .zx_panel_a {
    text-align: center;
    line-height: 0.59rem;
    width: 1.92rem;
    height: 0.59rem;
    display: inline-block;
    font-size: 0.24rem;
    font-weight: bold;
    color: #757575;
    background: #FFFFFF;
    border: 0.01rem solid #D0D0D0;
    border-radius: 0.25rem;
}

.zx_panel_li .zx_panel_a.active {
    color: #FFFFFF;
    background: linear-gradient(0deg, #F39801, #FDC90D);
}