.footer {}

.footer .footerTop {
    width: 84%;
    height: 29.9vh;
    background: url(../images/common/footer.png) no-repeat;
    background-size: cover;
    display: flex;
    grid-template-columns: 19.5% 1px calc(60.5% - 2px) 1px 20%;
    justify-content: center;
    align-items: center;
    padding: 0 8%;
}

.footer .logo {
    margin-right: 6%;
}

.footer .logo img {
    width: 1.26rem;
}

.footer .qrcode {
    margin-left: 6%;

}

.footer .qrcode img {
    width: 1.32rem;
    height: 1.32rem;
}

.footer .line {
    width: 1px;
    height: 18vh;
    background: #4D4D4D;
}

.footer .content {
    display: grid;
    grid-template-columns: 25% 33% 33% 8%;
    width: 59%;
    margin: 0 auto;

}

.footer .conItem {
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
}

.footer .conItem:nth-child(2) .conInfo,
.footer .conItem:nth-child(3) .conInfo {
    width: 80%;
}

.footer .conTitle {
    font-size: 0.16rem;
    color: #fff;
}

.footer .conLine {
    width: 1.4vw;
    height: 1px;
    background: #909090;
    margin-top: 1.8vh;
    margin-bottom: 2.4vh;
}

.footer .conInfo {
    font-size: 0.14rem;
    color: #B3B3B3;
    margin-top: 1.4vh;
}

.footer .footerBottom {
    width: 84%;
    height: 7.8vh;
    background: #000000;
    font-size: 0.14rem;
    color: #B3B3B3 !important;
    display: flex;
    align-items: center;
    padding: 0 8%;
    line-height: 2.4vh;
}

.footer a {
    text-decoration: none;
    color: #B3B3B3;
}

.footer a:hover {
    color: #fff;
}

.footer .lu {
    color: #2f54eb;
}

.footer .lu:hover {
    color: #597ef7
}

.footer .wrap {
    display: flex
}

.footer .focusText {
    text-align: center;
    color: #fff;
    margin-top: 0.8vh;
    font-size: 0.14rem;
}

.footer #blogroll span {
    margin: 0 4px;
}

.naPic {
    display: flex;
    align-items: center;
}

/* 閫傞厤 */
/* 瑙嗗彛>= 1920  璁剧疆鏍峰紡*/
/* @media screen and (min-width: 1920px) {
	.box {
		display: none;
	}
} */
/* 瑙嗗彛>=700 骞朵笖 <= 1000  璁剧疆鏍峰紡*/
/* @media screen and (min-width: 700px) and (max-width: 1000px) {} */
/* 瑙嗗彛<= 768  璁剧疆鏍峰紡*/
@media screen and (max-width: 768px) {
    .footer .qrcode {
        margin-left: 5%;
        width: calc(50% - 0.5px);
        text-align: center;
    }

    .footer .logo {
        margin-right: 5%;
        width: calc(50% - 0.5px);
        text-align: center;
    }

    .footer .logo img,
    .footer .qrcode img {
        width: 60%;
        height: auto;
    }

    .footer .footerTop {
        width: 92%;
        height: 22.9vh;
        padding: 0 4%;
        background: #111111;

    }

    .footer .conLine {
        margin-top: 1vh;
        margin-bottom: 1.4vh;
    }

    .footer .footerBottom {
        width: 92%;
        height: fit-content;
        background: #111111;
        padding: 0 4% 4% 4%;
        font-size: 14px;
    }

    .footer .lu {
        /* display: block; */
        line-height: 16px;
    }

    .footer .focusText {
        margin-top: 0.4vh;
        font-size: 14px;
    }

    .footer .wrap {
        display: block;
        word-wrap: break-word;
        word-break: normal;
    }

    .footer .wrap span:nth-child(1),
    .footer .wrap span:nth-child(2),
    .footer .wrap span:nth-child(3) {
        line-height: 18px;
    }

    .footer .naPic {
        /* margin-top: -10px; */
        display: flex;
        align-items: center;
        /* line-height: 16px; */
        margin: 10px 0;
    }

    .footer .lianjie {
        line-height: 16px;
    }
}