<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer {
    /*margin-top: 142px;*/
    min-height: 326px;
    background-color: #161923;
}

.footer &gt; div:nth-child(1) {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #2a2d34;
    background-color: #12151d;
}

@media screen and (max-width: 768px ) {
    .footer &gt; div:nth-child(1) {
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #2a2d34;
        background-color: #12151d;
        text-align: center;
    }
}

.footer &gt; div:nth-child(1) &gt; .container &gt; span {
    line-height: 40px;
}

.footer &gt; div:nth-child(1) &gt; .container &gt; span:first-child {
    color: #fff;
}

.footer &gt; div:nth-child(1) &gt; .container &gt; span:last-child&gt;a {
/*    color: #1d59e3;
    margin-left: 15px;*/
    color: #337ab7;
/*    text-decoration: none;*/
}

.footer &gt; div:nth-child(2) &gt; .footer_ {
    padding: 33px 0;
}

.footer &gt; div:nth-child(2) &gt; .footer_ &gt; div {
    min-height: 187px;
}

.footer &gt; div:nth-child(2) &gt; .footer_ &gt; div:first-child {
    border-right: 1px solid #2e3039;
    display: flex;
    justify-content: flex-start;
}

.footer &gt; div:nth-child(2) &gt; .footer_ &gt; div:first-child .keFu_ img {
    padding: 10px;
    border: 2px solid #aaa;
}

.footer &gt; div:nth-child(2) &gt; .footer_ &gt; div:first-child .keFu_ .saoMiao {
    margin-top: 10px;
    height: 60px;
    width: 123px;
    color: #cbcbcb;
    background: url("../img/footer/footer_07.png") no-repeat left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;

}

.footer &gt; div:nth-child(2) &gt; .footer_ &gt; div:first-child .keFu_ .saoMiao &gt; span:last-child {
    padding-bottom: 5px;
}

.footer &gt; div:nth-child(2) &gt; .footer_ &gt; div:first-child &gt; div:last-child {
    margin-left: 53px;
}

.footer .left_right_ &gt; ul &gt; li:nth-child(2) {
    color: #9e9ea1;
    margin-top: 10px;
}

@media screen and (min-width: 768px) and (min-width: 991px ) {
    .footer .left_right_ &gt; ul &gt; li:nth-of-type(n+3) {
        color: #9e9ea1;
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px ) {
    .footer .left_right_ &gt; ul &gt; li:nth-of-type(n+3) {
        color: #9e9ea1;
        margin-top: 5px;
    }
}

.footer .footer_ &gt; div:last-child {
    color: #9e9ea1;
    display: flex;
    justify-content: space-between;
}
/*綺���勈捷����腴��������劫�肢軍莉�*/
.footer .footer_ &gt; div:last-child &gt; ul &gt; li:nth-of-type(n+2)&gt;a {
    text-decoration: none;
    color: #9e9ea1;
    font-size: 14px;
}
/*綺���勈捷����腴�������hover�桁�*/
.footer .footer_ &gt; div:last-child &gt; ul &gt; li:nth-of-type(n+2)&gt;a:hover{
    color: #fff;
}

@media screen and (min-width: 768px) and (min-width: 991px ) {
    .footer .footer_ &gt; div:last-child &gt; ul:first-child {
        padding-left: 69px;
    }

    .footer .footer_ &gt; div:last-child &gt; ul &gt; li:nth-of-type(n+2) {
        margin-top: 20px;
    }
}

.footer .footer_ &gt; div:last-child &gt; ul &gt; li:first-child {
    color: #fff;
}

@media screen and (max-width: 768px ) {
    .footer .footer_ &gt; div:last-child &gt; ul:first-child {
        padding-left: 0;
    }
    .footer .footer_ &gt; div:last-child &gt; ul &gt; li:nth-of-type(n+2) {
        margin-top: 20px;
    }
}

@media screen and (max-width: 375px ) {
    .footer .footer_ &gt; div:last-child {
        margin-top: 70px;
    }

    .footer .footer_ &gt; div:last-child &gt; ul:first-child {
        padding-left: 0;
    }

    .footer .footer_ &gt; div:last-child &gt; ul &gt; li:nth-of-type(n+2) {
        margin-top: 20px;
    }
}

.footer &gt; div:nth-child(3) {
    width: 100%;
    min-height: 40px;
    border-top: 1px solid #2a2d34;
    line-height: 40px;
    text-align: center;
    color: #2c2f38;
}

.footer &gt; div:nth-child(3):hover {
    cursor: pointer;
}

.three_icon &gt; img:hover {
    cursor: pointer;
}
.need_relative{
    position: relative;
}

.need_relative&gt;div:last-child{
    position: absolute;
    left: 0;
    top: 65px;
}

.three_erWeiMa{
    width: 100px;
    height: 100px;
    transition: all .3s ease;
    background-image: url("../img/footer/footer_04.png");
    background-size:100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.three_erWeiMa img{
    width: 80px;
    height: 80px;
}


</pre></body></html>