body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #f5f5f5;
    color: #ffffff;
    font-size: 0.24rem;
    font-family: "黑体", "Source Han Sans CN", "PingFang SC", "微软雅黑", Verdana, Arial, Helvetica, sans-serif;
}

td,
th,
caption,
p {
    /* color: #fff; */
    font-size: 0.24rem;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 0.22rem "Source Han Sans CN", "PingFang SC", Verdana, Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0;
    outline: none;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

a,
button {
    cursor: pointer;
}

textarea {
    resize: none;
}

* {
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
}

button {
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.w96 {
    width: 96%;
    margin: 0 auto;
    position: relative;
}

.load {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: #fff;
}

.index {
    max-width: 720px;
    margin: 0 auto;
}

img {
    vertical-align: middle;
}


/* 地图标记 */


/* .BMap_noprint {
    display: block!important;
}

.BMap_Marker {
    background: url(#)!important;
    background-size: cover!important;
    height: 37px!important;
    width: 28px!important;
    display: none;
    transform: scale(0.8);
}

.icon_return {
    position: fixed;
    bottom: 2rem;
    right: 0.3rem;
    display: block;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    z-index: 999;
}

.icon_return a {
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    text-decoration: none;
}

.icon_return a img {
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    display: block;
} */