a {
    text-decoration: none;
}

.footer {
    position: relative;
}

.footer-box {
    width: 100%;
    background: url(../img/footer/footerBG.png) no-repeat center;
    background-size: cover;
    padding: 57px 240px;
    box-sizing: border-box;
}

.footerTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerTop-left {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.topLogo img {
    width: 170px;
    height: 56px;
}

.topWechat {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-left: 38px;
    position: relative;
}

.topWechat img {
    width: 40px;
    height: 40px;
    /*margin-left: 10px;*/
    cursor: pointer;
}

.footerTop-right {
    width: 210px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 2px 2px 20px;
    box-sizing: border-box;
    color: #fff;
}

.footerTop-right p {
    width: 31px;
    height: 31px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.footerTop-right p img {
    width: 10px;
    height: 6px;
}

.footerBottom {
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
}

.bottomTitle {
    font-weight: bold;
}

.bottomContent p {
    margin-top: 15px;
}

.bottomContent p a {
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
}

.bottomContent p a:hover {
    font-weight: bold;
}

.groupContent p {
    text-decoration: underline;
}

.info {
    width: 100%;
    height: 80px;
    background-color: #15181D;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
}

.hide-box {
    position: absolute;
    padding: 10px;
    background-color: #FFFFFF;
    top: -47px;
    right: -140px;
    display: none;
    z-index: 1000;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.hide-box img {
    width: 100px;
    height: 100px;
}

.linkBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 42, 124, 0.8);
    padding: 135px 240px;
    box-sizing: border-box;
    /*display: none;*/
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.linkBox.show-pop {
    display: block;
    opacity: 1;
    visibility: visible;
}

.linkTop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 26px;
}

.linkTop img {
    width: 20px;
    height: 20px;
}

.linkContent {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
}

.linkList {
    margin-right: 60px;
}

.linkList .linkItem {
    margin-top: 20px;
}

.linkList .linkItem a {
    color: #fff;
}

.linkList .linkItem a:hover {
    font-weight: bold;
}

.closeBtn {
    cursor: pointer;
}

.footer-Codes-box {
    display: flex;
    margin-left:20px;
}