/*底部*/
.foot {
     width: 100%;
     height: 50px;
     font-size: 12px;
     position: relative;
     bottom: 15%;
     text-align: center;
     color: white;
     z-index: 9999999;
 }
.foot a{
    color: white;
}

.foot2 {
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    position: relative;
    bottom: 15%;
    text-align: center;
    color: white;
    z-index: 9999999;
}
.foot2 a{
    color: white;
}