@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #333;
    overflow-x: hidden;
}
* {
    box-sizing: border-box;
}
.clearfix {
    zoom: 1;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.img-fit {
    display: block;
    width: 100%;
    height: auto;
}
a {
    text-decoration: none;
}
ul, li {
    list-style: none;
}
ul, li , p {
    margin: 0;
    padding: 0;
}
.line-one {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.line-two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.main-container {
    width: 1200px;
    margin: 0 auto;
}
.common-footer {
    height: 207px;
    background: #EF2624;
    text-align: center;
    overflow: hidden;
}
.common-footer .logo {
    margin: 42px auto 11px;
    display: block;
    width: 364px;
}
.common-footer p {
    line-height: 23px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
@media (max-width: 768px) {
    .common-footer {
        height: 155px;
    }
    .common-footer .logo {
        margin: 30px auto 11px;
        width: 240px;
    }
    .common-footer p {
        line-height: 18px;
        font-size: 12px;
    }
}