html,body,
address,blockquote,div,dl,form,
h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,dd,dt,li,tbody,td,tfoot,th,thead,tr,
button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,
kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

ul,ol {
    list-style-type: none;
}

img,fieldset {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}

a:active {
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

body,input {
    background: #fff;
    font: .81em/150% "SF Pro SC","HanHei SC","SF Pro Text","Myriad Set Pro","SF Pro Icons","PingFang SC",'Segoe UI',SegoeUI,'Microsoft YaHei',微软雅黑,"Helvetica Neue","Helvetica","Arial",sans-serif;
    color: #666;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #0080ff;
    text-decoration: underline;
}

p {
    margin: 0;
    padding: 0;
}

ul,ol {
    margin: 0;
    padding: 0;
    line-height: 140%;
}

li {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.4em;
    margin: 0;
    color: #000;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: 1em;
}

input[type=search] {
    -webkit-appearance: none;
    outline: none;
}

input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button {
    display: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
    zoom: 1;
}

.uk-navbar-item {
    padding: 0 !important;
}
.grey {
    background: #f5f5f5;
}

.mt-n {
    margin-top:0!important;
}

.container, .nav {
    width: 80%;
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto;
}

.container {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.logo {
    width: 130px;
    height: 43px;
}

.nav {
    background: none !important;
}
.nav-wrapper {
    background: #fff;
    position: relative;
    z-index: 99999;
    box-shadow: 0 1px 1px rgba(0,0,0,.08);
}

.nav-active{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.uk-navbar-nav>li>a {
    font-size: 14px !important;
    color: #333 !important;
}
.uk-navbar-nav>li>a:hover {
    color: #0080ff !important;
}

.tip {
    width: 100%;
    display: flex;
    justify-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.mini-program {
    margin-top: 20px;
    color: #333;
    background: transparent;
}

.mini-apps, .qr {
    width: 200px;
    height: auto;
}
.mini-apps img, .qr img {
    width: 100%;
}

.menu {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.menu-title {
    height: 30px;
    padding: 5px 0;
    background: #0080ff;
    color: #fff;
    text-indent: 20px;
    line-height: 30px;
    font-weight: normal;
    font-size: 14px;
}
.menu-container {}
.menu-item {
    padding: 12px;
}

.menu-item:hover {
    background: #0080ff;
}
.menu-item:hover a {
    color: #fff;
    text-decoration: none;
}


.menu-item a {
    display: block;
    color: #333;
    font-size: 13px;
}
