*, body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
li{
    list-style: none;
}
.container{
    min-width: 1240px;
    margin: 0 auto;
}
a{
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
}
.common-a{
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    background-color: transparent;
}
.common-a:hover, .common-a:active{
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
    background-color: transparent;
}
footer p{
    font-size: 14px;
    color: rgb(34, 34, 34);
}