@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
    font-family: "PingFang SC", '微软雅黑', Arial, Helvetica;
    font-size: 13px;
}

ul {
    list-style: none;
}

img {
    border: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

input,
textarea {
    outline: none;
    -webkit-appearance: none;
}

.hide {
    display: none;
}

html,
body {
    background-color: #F8FAFC;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}

.clearfix:after {
    display: table;
    content: " ";
    clear: both;
}

body,
.mj-index-header,
.footer-handle,
.weui-tabbar {
    max-width: 800px;
}

.nearby-nav {
    max-width: 770px;
}

iframe {
    width: 100%;
    border: none;
    height: 100%;
}


input[type=submit] {
    border: none;
}

textarea {
    resize: none;
}