*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-size: 14px; */
    font-family: "Microsoft YaHei", sans-serif;
}
a{
    text-decoration: none;
    color: inherit;
}
ul,li{
    list-style: none;
}


footer{
    width: 100%;
    background: #151b26;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding:20px 0;
}

.footer_div{
    width: 1200px;
    margin: 0 auto;
}

.friend-list{
    width: 1200px;
    margin: 20px auto;
    font-size: 14px;
    color: #999;
    text-align: left;
    line-height: 28px;
}
.friend-list span{
    margin-right: 2px;
}
.friend-list a{
    margin-right: 10px;
    color: #999;
}

.our-link{
    width: 1200px;
    margin: 0 auto 2px;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 28px;
}
.our-link a{
    color: #ccc;
    margin: 0 8px;
}

.report{
    width: 1200px;
    margin: 0 auto 10px;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 28px;
}
.report img{
    height: 13px;
    vertical-align: middle;
}

.copyright{
    width: 1200px;
    margin: 0 auto 20px;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 22px;
}
.copyright a{
    color: #999;
}

.outer-list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}
.outer-list li{
    border: 1px solid #d10005;
    border-radius: 4px;
    width: 100px;
    height: 42px;
    overflow: hidden;
}
.outer-list li img{
    width: 100px;
}
