#footer{
    width: 100%;
    height: 300px;
    background: #bd1b22;
    margin-top: 50px;
    position: relative;
    margin-top: -300px;
    position: relative;
    z-index: 2;
}
#footer .link-list{
    width: 100%;
}
#footer .link-list .entry{
    width: 80%;
    margin: 0 auto;
    padding: 60px 0;
}
#footer .link-list .entry li{
    width: 14%;
    text-align: center;
    line-height: 20px;
    float: left;
    border-right: 1px solid #333333;
}
#footer .link-list .entry li:last-child{
    border: 0;
}
#footer .link-list .entry li a{
    display: block;
    cursor: pointer;
    font-size: 14px;
    color: #FFFFFF;
}
#footer .link-list .entry li a:hover{
    color: orange;
}
#footer .index-info{
    position: absolute;
    bottom: 0;
    border-top: 1px solid #707070;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    z-index: 999;
}
.foot_logo {
    background: url(https://btvideo.btggwh.com/resource/images/logo2x.png?x-oss-process=image/resize,w_223) no-repeat;
    height: 52px;
    width: 223px;
    margin: 20px 0;
}
.address p{
    color: #fff;
    margin: 10px 0;
}
.link-list_right {
    padding: 20px;
}
.link-list_right .title {
    color: #FFFFFF;
    font-size: 12px;
}
.table {
     width: 450px;      
     display: table;  
     margin-top: 25px;  
     border-bottom:none;
     margin-right: 50px;
}
.table .td {
    float: left;
    margin-bottom: 10px;
    width: 25%;
    text-align: left;
}
.table .td >a {
    color: #ffffff;
}
.erweima {
    width: 120px;
    height: 120px;
    margin: 25px auto 0 auto;
    background: url(https://btvideo.btggwh.com/resource/images/qrcode_for_gh_c3a19b186ee4_258.jpg) no-repeat;
    background-size: contain;
}
.douyin {
    width: 120px;
    height: 120px;
    margin: 25px auto 0 auto;
    background: url(https://btvideo.btggwh.com/resource/images/qrcode_for_douyin.png) no-repeat;
    background-size: contain;
}
.clear {
    clear: both;
}

.address > a {
    color: #fff;
    cursor: pointer;
}
.address > a:hover{
    color: chocolate !important;
    cursor: pointer;
}
.table a:hover {
    color: chocolate !important;
}
.index-info > a {
     color: #ffffff;
    cursor: pointer;
}

.index-info > a:hover {
    color: chocolate !important;
}
