* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal;
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color:rgba(255,0,0,0);
}



body {
    background: #F5F5F5;
}

header {
    width: 100%;
    height: 2.2rem;
    background: white;
    margin-bottom: 0.6rem;
    position: relative;
}

header a {
    float: left;
    width: 0.65rem;
    height: 100%;
    position: absolute;
    margin-left: 0.8rem;
    -webkit-tap-highlight-color:rgba(255,0,0,0);
}

.line {
    width: 100%;
    height: 1.3rem;
}

.imgBox {
    width: 100%;
    height: 100%;
}

.imgBox img {
    display: block;
    width: 0.5rem;
    height: 0.9rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}