@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;
}
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 {
    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 > img {
    width: 90vw;
    height: auto;
    margin: 2vh auto;
}

.menus {
    display: flex;
    justify-content: space-between;
    background-color: rgb(61,159,40);
}

.menus > a {
    display: block;
    width: 20vw;
    line-height: 3;
    text-align: center;
    color: #ffffff;
}

.footer {
    background-color: rgb(61,159,40);
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    margin-top: 3vh;
}

.footer > p {
    line-height: 3em;
}