/********** footer **************/

footer {
    height: 498px;
    background: #1e2126;
    overflow: hidden
}

.footerLeft {
    width: 303px;
    height: 100%;
    background: #292c31;
    padding: 60px 0 0 91px;
    line-height: 40px;
}

.footerLeft a {
    color: white;
}

.footerLeft a:hover {
    cursor: pointer;
    color: orange;
}

.footerLeft li:hover {
    list-style: circle;
    color: orange;
}

.footerRight {
    padding: 85px 0 0 40px;
}

.footerRightLine1 {
    margin-bottom: 40px;
    color: white;
}

.footerRightLine2 {
    margin-bottom: 20px;
}

.msg {
    color: #a9a9aa;
    margin-right: 40px;
}

.msg img {
    margin-right: 10px;
    height: 38px;
    width: 36px;
}

.w-168 {
    width: 168px;
}

.footerRightLine3 {
    margin-top: 30px;
    color: white;
    height: 123px;
}

.url {
    margin-top: 16px;
}

.url>a {
    color: #a9a9aa;
    font-size: 15px;
    margin-right: 14px;
}