@charset "utf-8";
*{ margin: 0; padding: 0}
*, :focus, :hover, :active {-webkit-tap-highlight-color:rgba(204,0,0,0);outline: 0;}
body{ width:100%; margin:0; padding:0; -webkit-user-select: none; /* 不允许选择文字 */
	font-family: Microsoft YaHei,Arial,Helvetica,STHeiti STXihei,Tohoma,Arial;
	font-size:1em;color:#525252; background-color:#fff;
    padding-bottom: 5em;
}
input[type="submit"],input[type="reset"],input[type="button"], button, textarea{ -webkit-appearance: none; }/* 去除默认样式 */
div,ul,li,p{ padding:0; margin:0; }
li{ list-style:none; }
img{ border:0; display:block; }
a{ color:#000; text-decoration:none; }
.cls { height:1px; overflow:hidden; clear:both;}

.general-nav {
    width: 100%;
    position: relative;
    line-height: 3;
    border-bottom: 1px solid #ddd;
    margin: 0vh 2vw 1.2em 2vw;
}

.general-nav::after {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    bottom: -1px;
    width: 35px;
    height: 2px;
    background-color: #ea0001;
}

.noData{ 
    padding:30px; 
    text-align:center; 
    font-size:14px;
    font-family: Microsoft YaHei; 
    font-weight:bold; 
    color:#C00;
}

.header {
    display: flex;
    justify-content: center;
    padding: 2vh 0vw;
}

.header > img {
    width: 80vw;
    height: auto;
}

.menu {
    background-color: #eeeeee;
    display: flex;
    flex-wrap: wrap;
}

.menu > a {
    display: block;
    width: 20vw;
    overflow: hidden;
    text-align: center;
    color: #333333;
    line-height: 2;
}

.footer {
    width: 100vw;
    overflow: hidden;
    text-align: center;
    background-color: #eeeeee;
    line-height: 2;
    color: #000;
    position: fixed;
    left: 0;
    bottom: 0;
}
