a{
    text-decoration: none !important;
}

ul,li{
    list-style-type: none;
}


.header {
    height: 70px;
    display: flex;
    align-items: center;
}

.header img {
    height: 54px;
}

@font-face {
    font-family: 'BoldItalic';
    src: url('../font/AlibabaSansltalics/AlibabaSans-BoldItalic.otf') format('opentype');
}
@font-face {
    font-family: 'HeavyItalic';
    src: url('../font/AlibabaSansltalics/AlibabaSans-HeavyItalic.otf') format('opentype');
}
@font-face {
    font-family: 'Italic';
    src: url('../font/AlibabaSansltalics/AlibabaSans-Italic.otf') format('opentype');
}
@font-face {
    font-family: 'LightItalic';
    src: url('../font/AlibabaSansltalics/AlibabaSans-LightItalic.otf') format('opentype');
}
@font-face {
    font-family: 'MediumItalic';
    src: url('../font/AlibabaSansltalics/AlibabaSans-MediumItalic.otf') format('opentype');
}

@font-face {
    font-family: 'Black';
    src: url('../font/AlibabaSansNormal/AlibabaSans-Black.otf') format('opentype');
}
@font-face {
    font-family: 'Bold';
    src: url('../font/AlibabaSansNormal/AlibabaSans-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'Heavy';
    src: url('../font/AlibabaSansNormal/AlibabaSans-Heavy.otf') format('opentype');
}
@font-face {
    font-family: 'Light';
    src: url('../font/AlibabaSansNormal/AlibabaSans-Light.otf') format('opentype');
}
@font-face {
    font-family: 'Medium';
    src: url('../font/AlibabaSansNormal/AlibabaSans-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'Regular';
    src: url('../font/AlibabaSansNormal/AlibabaSans-Regular.otf') format('opentype');
}


.footer{
    background-color: #ED1A33;
    padding: 50px 0 130px 0;
    text-align: center;
}
.footer .wz{
    width: 40px;
    object-fit: cover;
}
.footer p{
    color: white;
    font-size: 26px;
    font-family: 'Regular' , sans-serif;
}
.footer p:nth-child(1){
    margin-bottom: 6px;
}
.footer p a{
    color: white;
}
.footer span img{
    width: 70px;
    height: 70px;
}
.footer span {
    margin: 0 5px;
}