﻿.footer {
    width:100%;
    /*   padding: 28px 0;*/
    background: #0d0d0d;
    border-top: 2px solid #249b3a;
    /*   border-top: 2px solid #279a3b;*/
}

.foot {
    /*   width: 1200px;*/
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    height: 78px;
    /*border-top: 1px solid #0d0d0d;*/
}

.foot ul {
    overflow: hidden;
}

.foot ul li {
    float: left;
    margin-right: 20px;
}

.foot ul li a {
    color: #fff;
    font-size: 12px;
}

.foot ul li a:hover {
    text-decoration: underline;
}

.copyright {
    clear: both;
    color: #9a9a9a;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 36px;
}

/*.copyright span {
    margin-right: 20px;
}*/

.copyright span a {
    color: #fff;
}

.copyright span img {
    display: block;
    position: relative;
    top: 4px;
    margin-right: 4px;
}

 

.myw-link {
    position: absolute;
    left: 0;
    bottom: 27px;
}
.hotkey-link {
    position: absolute;
    right: 610px;
    bottom: 58px;
}
.foot a {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}