/**
*页脚
*/
button{
    outline:none;
    
}
.footer-background {
    background: #333940;
    height: 450px;
    position: relative;
    text-align: center;
    font-weight: 100;
}

.footer-section {
    display: inline-block;
    color: #767d83;
    padding: 60px 0 0 0;
}
.footer-section ul{
    display: inline-block;
    position: relative;
    padding-left: 0px;
    vertical-align:top;
    text-align: left;
    width: 220px;
    list-style: none;
    margin: 0;
}
.footer-section ul li.title{
    color: #fff;
    font-size: 14px;
    padding-bottom: 20px;
}
.footer-section ul li{
    font-size: 12px;
    line-height: 26px;
}
.footer-section a{
    color: #9e9e9e;
    text-decoration: none;
    cursor: pointer;
}
.footer-section a:hover{
    text-decoration: none;
    color:rgb(250,250,250);
}
.footer-section img{
    cursor: pointer;
}
#weixin{
    padding-right: 5px;
    margin-top: 123px;
}
#weibo{
    margin-top: 123px;
}
.code{
    padding-bottom: 10px;
    display: none;
    position: absolute;
}
.download-way-i {
    border:1px solid #fff;
    padding:8px 19px;
    height:38px;
    width:150px;
    border-radius: 30px;
    text-align: center;
    background-color: rgb(50, 53, 60);
    margin-right: 20px;
    float: left;
    cursor: pointer;
}
.download-way-i:hover{
    border:1px solid #00B8FA;
}
.download-way-i a {
    color:rgb(255,255,255);
    white-space: nowrap;
    text-decoration:none;
}
.download-way-i img {
    margin-right: 5px;
    margin-top: -3px;
}
.download-way-a {
    border:1px solid #fff;
    padding:8px 15px;
    height:38px;
    width:150px;
    border-radius: 30px;
    text-align: center;
    background-color: rgb(50, 53, 60);
    margin-right: 20px;
    float: left;
    cursor: pointer;
}
.download-way-a:hover{
    border:1px solid #00B8FA;
}
.download-way-a a {
    text-decoration:none;
    color:rgb(255,255,255);
    white-space: nowrap;
}
.download-way-a img {
    margin-right: 5px;
    margin-top: -3px;
}
.downCode{
    float: left;
    width: 40px;
    margin-top: -2px;
}
.downCode-over{
    display: none;
    position: absolute;
    top:-120px;
    left:370px;
    width: 117px;
    height: 117px;
}
.copy {
    float: right;
    text-align: right;
}
.copy span{
    color: #9e9e9e;
    font-size: 12px;
    line-height: 20px;
}
.copy span a{
    text-decoration: none;
    cursor: pointer;
}
.copy span a:hover{
    text-decoration: none;
    color: #fff;
}