.footer {
    position: relative;
    background-color: #323B44;
    padding-top: 5px;
    /*min-width: 1170px;*/
    z-index: 210;
    display: block;
    /*height: 200px;*/
    margin-top: 50px;
}
.footer a{
    color:  #A1A1A1;
}
.go-top-box {
    position: fixed;
    left: 50%;
    margin-left: 590px;
    bottom: 30px;
    z-index: 410;
}
.go-top {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    background-color: #4c4c4c;
    border-radius: 4px 4px 0 0;
}
.go-hover {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 30px;
    background: #ff6060;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    padding-left: 10px;
    border-radius: 4px 4px 0 4px;
}
.i-reply {
    background-position: 3px 1px;
}
.i-reply:hover{
    background-position:-30px 0px;
}
.icon-footer-right {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../../img/index/sbtn.png) no-repeat;
}
.icon-footer-top{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../../img/index/top.png) no-repeat;
}
.app-feedback {
    border-radius: 0 0 4px 4px;
    font-size: 12px;
    text-align: center;
}
.app-footer-guide {
    position: absolute;
    width: 90px;
    height: 110px;
    background: #fff;
    padding: 10px;
    box-shadow: 1px 1px 15px rgba(0,0,0,.3);
    left: -100px;
    top: 0;
    display: none;
}
.i-qr {
    background-position:0 -30px;
}
.i-qr:hover{
    background-position: -30px -30px;
}
.go-footer {
    opacity: 0;
    border-radius: 4px;
    margin-top: 50px;
}
.go-footer .go-hover {
    border-radius: 4px;
}

.footer-top {
    background: #323B44;
    border-bottom: 1px solid #414f5a;
    color: #A1A1A1;
    padding: 50px 0;
}
.footer-bottom {
    color: #888;
    line-height: 30px;
    padding: 15px;
}

