html,
body,
div,
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 {
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    font-family: arial, Myriad, "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
input {
    -webkit-appearance: none;
}
input:focus {
    border: none;
    outline: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
/* 在Chrome浏览器下 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
html, body {
    font-size: 62.5%;
    color: #333;
    background: #f7f7f7;
    line-height: 1.2;
}
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
a img {
    border: none;
}
a {
    text-decoration: none;
    outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
* {
    box-sizing: border-box;
}
.pc {
    display: block !important;
}
.m {
    display: none !important;
}
.inner {
    width: 13rem;
    margin: 0 auto;
}
#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#loading .item {
    width: 1rem;
    height: 1rem;
    background: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
}
#loading img {
    width: .6rem;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: .7rem;
}
#header .inner {
    position: relative;
}
#header .logo {
    overflow: hidden;
    display: inline-block;
    float: left;
    margin: .15rem 0;
}
#header .logo a {
    overflow: hidden;
    display: block;
    background: url("/images/logo.png") no-repeat;
    background-size: 100% 100%;
    width: 1.41rem;
    height: .4rem;
}
#header .right-list {
    display: inline-block;
    float: right;
}
#header .right-list li {
    display: inline-block;
    float: left;
    margin-left: .4rem;
}
#header .right-list li.logout {
    display: none;
}
#header .right-list li .national {
    position: relative;
    margin: .23rem 0;
}
#header .right-list li .national em {
    overflow: hidden;
    display: inline-block;
    width: .35rem;
    height: .21rem;
    float: left;
    margin-right: .14rem;
}
#header .right-list li .national em.en {
    background: url("/images/icon-en.png") no-repeat;
    background-size: 100% 100%;
}
#header .right-list li p {
    overflow: hidden;
    display: inline-block;
    font-size: .2rem;
}
#header .right-list li a {
    overflow: hidden;
    display: block;
    width: .36rem;
    height: .36rem;
    margin: .19rem 0;
    cursor: pointer;
}
#header .right-list li.chat a {
    background: url("/images/icon-chat.png") no-repeat;
    background-size: 100% 100%;
}
#header .right-list li.logout a {
    background: url("/images/icon-logout.png") no-repeat;
    background-size: 100% 100%;
}
#header #nav-list {
    background: #fff;
    position: absolute;
    top: 0;
    left: 1.4rem;
    margin: 0 .4rem;
    display: none;
}
#header #nav-list ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: .7rem;
}
#header #nav-list li {
    margin: 0 .4rem;
}
#header #nav-list li a {
    overflow: hidden;
    display: block;
    color: #2c2c2c;
    font-size: .18rem;
    font-weight: bolder;
    line-height: .2rem;
    padding-bottom: .15rem;
    cursor: pointer;
}
#header #nav-list li.checked a {
    color: #00b4b7;
}
#header #nav-list li em {
    overflow: hidden;
    display: block;
    background: transparent;
    height: .04rem;
    width: .3rem;
    margin: 0 auto;
}
#header #nav-list li.checked em {
    background: #00b4b7;
}
.reportTitle {
    background: #2c2c2c;
    height: .7rem;
    padding: 0 .2rem;
}
.reportTitle ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.reportTitle li {
    display: inline-block;
    margin: 0 .25rem 0 0;
}
.reportTitle p {
    overflow: hidden;
    display: inline-block;
    float: left;
    font-size: .18rem;
    color: #fff;
    line-height: .7rem;
}
.reportTitle select {
    display: block;
    width: 2rem;
    height: .4rem;
    background: #fff;
    font-size: .18rem;
    font-weight: bolder;
    border: none;
    outline: none;
}
.pop-ups {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    top: 0;
    left: 0;
    display: none;
}
.pop-ups .masking {
    display: block;
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.pop-ups .m-popCon {
    position: fixed;
    z-index: 999999999;
    width: 100%;
    height: 0;
    padding: 0;
}
.pop-ups .m-popCon .con {
    overflow: hidden;
    background: #fff;
    width: 4rem;
    max-height: 6rem;
    border-radius: .04rem;
    padding: .1rem 0;
    margin: 0 auto;
    position: relative;
}
.pop-ups .m-popCon .title {
    padding: 0 0 .1rem;
    position: relative;
    border-bottom: solid 1px #ddd;
    margin-bottom: .3rem;
}
.pop-ups .m-popCon .title span {
    overflow: hidden;
    display: block;
    font-size: .24rem;
    text-align: center;
}
.pop-ups .m-popCon .itemTip {
    overflow: hidden;
    margin: .3rem auto 0;
    width: 96%;
}
.pop-ups .m-popCon .itemTip p {
    overflow: hidden;
    display: block;
    text-align: center;
    font-size: .18rem;
    line-height: .24rem;
    margin: 0 .3rem;
}
.pop-ups .m-popCon .itemTip #acQRCode,
.pop-ups .m-popCon .itemTip #BIQRCode{
    overflow: hidden;
    border: solid 1px #37AEB3;
    margin: 0 auto .2rem;
    position: relative;
    width: 2.6rem;
    height: 2.6rem;
    display: none;
}
.pop-ups .m-popCon .itemTip #acQRCode canvas,
.pop-ups .m-popCon .itemTip #BIQRCode canvas{
    display: block;
    width: 90% !important;
    height: 90% !important;
    margin: 5% auto;
}
.pop-ups .btn {
    overflow: hidden;
    margin: .25rem auto .3rem;
    width: 100%;
    text-align: center;
}
.pop-ups .btn a {
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    background: #37aeb3;
    height: .4rem;
    line-height: .4rem;
    font-size: .16rem;
    padding: 0 .3rem;
    border-radius: .04rem;
}
.pop-ups .btn a.QRCode,
.pop-ups .btn a.BIQRCode{
    display: none;
}
.toastPop {
    position: fixed;
    z-index: 98;
    left: 45%;
    top: 30%;
    margin: auto;
    line-height: .28rem;
    min-width: 1rem;
    max-width: 95%;
    display: inline-block;
    padding: .1rem .2rem;
    border-radius: .04rem;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: .18rem;
    box-sizing: border-box;
    text-align: center;
}
@media screen and ( max-width: 799px) {
    .pc {
        display: none !important;
    }

    .m {
        display: block !important;
    }

    .inner {
        width: 6.9rem;
    }

    #loading .item {
        width: 2rem;
        height: 2rem;
    }

    #loading img {
        width: 1rem;
    }

    #header {
        height: 1rem;
    }

    #header .inner {
        position: static;
    }

    #header .logo {
        margin: .2rem 0;
    }

    #header .logo a {
        width: 2.11rem;
        height: .6rem;
    }

    #header .right-list li .national {
        margin: .37rem 0;
    }

    #header .right-list li .national em {
        width: .46rem;
        height: .28rem;
    }

    #header .right-list li p {
        font-size: .26rem;
    }

    #header .right-list li a {
        width: .5rem;
        height: .5rem;
        margin: .25rem 0;
    }

    #header #nav-list {
        top: 1rem;
        left: 0;
        width: 100%;
        margin: 0;
    }

    #header #nav-list ul {
        justify-content: center;
        height: 1rem;
    }

    #header #nav-list li a {
        font-size: .28rem;
        line-height: .3rem;
    }

    .reportTitle {
        height: .9rem;
    }

    .reportTitle p {
        font-size: .28rem;
        line-height: .9rem;
    }

    .reportTitle select {
        width: 2.8rem;
        height: .6rem;
        font-size: .28rem;
    }

    .pop-ups .m-popCon .con {
        width: 6.9rem;
        padding: .3rem 0;
    }

    .pop-ups .m-popCon .title {
        padding: .1rem 0 .3rem;
    }

    .pop-ups .m-popCon .title span {
        font-size: .48rem;
    }

    .pop-ups .m-popCon .itemTip {
        margin: .6rem auto 0;
        width: 90%;
    }

    .pop-ups .m-popCon .itemTip p {
        font-size: .28rem;
        line-height: .44rem;
        margin: 0 .3rem .4rem;
    }

    .pop-ups .btn a {
        height: .74rem;
        line-height: .74rem;
        font-size: .36rem;
        padding: 0 .5rem;
    }

    .toastPop {
        line-height: .38rem;
        padding: .1rem .2rem;
        font-size: .28rem;
        min-width: 2rem;
        left: 35%;
        top: 40%;
    }
}
