* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}
.w{
    width: 1200px;
    margin: 0 auto;
}


/* Î²²¿ */
footer{
    background-color: #2E3033;
    color: #fff;
}
footer a{
    color: #fff;
}
footer a:hover{
    text-decoration: underline;
}
.footer{
    padding-top: 70px;
    padding-bottom: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_left ul{
    display: flex;
    justify-content: space-between;
    width: 608px;
    margin-bottom: 23px;
}
.footer_left ul li{
    font-style: italic;
    font-weight: 300;
}
.footer_bot{
    display: flex;
    align-items: flex-end;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    
}
.footer_bot .wb{
    line-height: 24px;
    font-size: 14px;
    font-weight: 300;
    margin-top: 28px;
    margin-right: 22px;
}
.footer_bot .ico img{
    margin-right: 10px;
}
.footer_right ul{
    display: flex;
    text-align: center;
}
.footer_right ul li{
    margin-left: 36px;
}
.footer_right ul li:first-child{
    margin-left: 0;
}
.footer_right ul li p{
    margin-top: 13px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 300;
}