.footer{
    width: 100%;
    height: 100px;
    background: #333333;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 25px 0;
    box-sizing: border-box;
}
.footer p{
    margin-bottom: 10px;
}
.link-box{
    display: flex;
    justify-content: center;
    padding: 33px 0;
    margin: 0 auto;
}
.link-box-item{
    margin-right: 80px;
}
.link-box .link-title{
    font-size: 18px;
    font-weight: bold;
    color: #242424;
    margin-bottom: 15px;
}
.link-box .link-list{
    width: 335px;
    display: flex;
    flex-wrap: wrap;
}
.link-box .link-list .link-item{
    width: 160px;
    height: 44px;
    line-height: 44px;
    background: #FFFFFF;
    border-radius: 3px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}
.link-box .link-list .link-item:nth-child(odd){
    margin-right: 15px;
}
.pub-combox{
    background-color: transparent;
}
.pub-combox .select-text-wrap{
    width: 360px;
    margin-bottom: 10px;
    background-color: #fff;
}