.footer-container {
    min-width: 1440px;
    position: relative;
}

.footer-container p {
    margin: 0;
}

.footer-container .footer-top {
    height: 482px;
    background-image: url("../../img/home-img/footer-bg.png");
    background-size: cover;
    font-family: PingFangSC, PingFang SC;
    padding: 58px 0;
    color: #333333;
    position: relative;
}

.footer-container .lv1-title {
    font-size: 50px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.footer-container .lv2-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 67px;
}

.footer-container .lv2-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 82px;
    height: 2px;
    background-color: #C72C1D;
    bottom: -23px;
}

.footer-container .connect-wrap .connect-title {
    font-size: 20px;
    color: #333333;
    font-family: MicrosoftYaHeiUI, MicrosoftYaHeiUI;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 17px;
}

.footer-container .connect-wrap .connect-desc {
    font-size: 12px;
    font-family: MicrosoftYaHeiUI;
    color: #333333;
    line-height: 27px;
    margin-left: 20px;
}

.footer-container .connect-wrap .footer-logo {
    width: 228px;
    height: 55px !important;
}

.footer-container .connect-wrap .footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-container .footer-bottom {
    padding: 30px 0;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    font-family: MicrosoftYaHeiUI;
}

.footer-container .footer-bottom .footer-bottom-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-container .footer-bottom .bt-text {
    margin-bottom: 20px;
    display: block;
    color: rgb(0, 0, 0);
    font-size: 14px;
}

.footer-container .footer-bottom .footer-bottom-box .bt-text {
    margin-bottom: 8px;
    display: block;
    color: rgba(0, 0, 0, 0.65);
    margin-right: 20px;
    border-right: 1px solid #ccc;
    padding-right: 20px;
}

.footer-container .footer-bottom .footer-bottom-box .bt-text:last-child {
    border-right: none;
}

.footer-container .footer-bottom a.bt-text:hover {
    color: #416bc6;
}
.yingyezhizhao{
    cursor: pointer;
}
.yingyezhizhao:hover{
    color: #416bc6 !important;
}
.yingyezhizhao-dialog {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9999;
}
.yingyezhizhao-dialog .yingyezhizhao-dialog-content{
    width: 850px;
    padding: 20px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
}

.yingyezhizhao-dialog-title {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
.yingyezhizhao-dialog .yingyezhizhao-dialog-text-item{
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
}
.yingyezhizhao-dialog .yingyezhizhao-dialog-text-item .text{
    width: 120px;
    min-width: 120px;
    text-align: right;
    font-size: 14px;
    margin-right: 15px;
}
.yingyezhizhao-dialog .yingyezhizhao-dialog-text-item .value{
    font-size: 14px;
}
