* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    vertical-align: top;
}
a{
	text-decoration:none;
}
body{
	font-size: 14px !important;
	font-family: Microsoft YaHei !important;
	width:100vw;
	touch-action: pan-y;	
}
img{
	vertical-align:top;
	max-width:100vw !important;
}

#{
	position:fixed;
	top:0;
}

.heard {
    width: 100%;
    height: 76px;
    background: #00A893;
    display: flex;
    justify-content: center;
    padding-top: 36px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}

.logo {
    width: 100%;
    height: 70px;
    padding: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo .left img {

    height: 60px;
}

.logo .right img {
    width: 18px;
    height: 18px;
}

.heard {
    width: 100%;
    height: 76px;
    background: #00A893;
    display: flex;
    justify-content: center;
    padding-top: 36px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    position: relative;
}

.heard img {
    width: 10px;
    height: 18px;
    position: absolute;
    left: 20px;
}


   .pageBox{
            width: 100vw;
            height:100px;
            /* background-color: red;  */
              
        }
        .pageBox a{
            color: black;
            font-size: 14px;
            text-decoration: none;
            width: 80px;
            height: 40px;
            /* background-color: aqua; */
            line-height: 36px;
            text-align: center;
			border:1px solid #bbb;
			border-radius:6px ;
            
        }
