﻿/*----------------------友情链接--------START---------------*/
.friendlinks {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #eae6e7;
    height: 70px;
    line-height: 70px;
}

.links-item {
    margin-right: 10px;
}
/*----------------------友情链接--------END---------------*/
/*----------------------页脚--------START---------------*/
.footer {
    background-color: #1b202a;
    padding: 35px 0px;
}

.footerwrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.footer-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-col1 {
    flex: 0 0 400px;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

    .footer-col1 .footer-row:nth-child(1) img {
    }

    .footer-col1 .footer-row:nth-child(2) {
        margin-top: 15px;
    }

        .footer-col1 .footer-row:nth-child(2) a {
            color: #b9babb;
        }

    .footer-col1 .footer-row:nth-child(3) {
        margin-top: 15px;
        color: #666666;
    }

    .footer-col1 .gaba {
        display:inline-block;
        width: 10px;
        height: 10px;
        background-image: url(../../../../images/gaba.jpg);
        background-repeat: no-repeat;
        background-position: right center;
        background-size:cover;
        margin-right:2px;
    }

.footer-col1 .footer-row:nth-child(4) {
    margin-top: 10px;
    color: #2e3646;
}

.footer-col2 {
    flex: 0 0 550px;
}

    .footer-col2 .footer-row:nth-child(1) {
        justify-content: flex-start;
    }

        .footer-col2 .footer-row:nth-child(1) .textlink {
        }

            .footer-col2 .footer-row:nth-child(1) .textlink div {
                width: 45px;
                background-repeat: no-repeat;
                background-position: top center;
                padding-top: 60px;
                text-align: center;
                color: #b9babb;
                margin-right: 40px;
            }

    .footer-col2 .price {
        background-image: url(../../../../images/icon/white-search.svg);
        background-size: 45px;
    }

    .footer-col2 .look {
        background-image: url(../../../../images/icon/white-look.svg);
        background-size: 39px;
    }

    .footer-col2 .warn {
        background-image: url(../../../../images/icon/white-view.svg);
        background-size: 43px;
    }

    .footer-col2 .business {
        background-image: url(../../../../images/icon/white-bussiness-man.svg);
        background-size: 43px;
    }

    .footer-col2 .footer-row:nth-child(2) {
        margin-top: 10px;
        color: #b9babb;
        line-height: 22px;
    }

.footer-col3 {
    flex: 0 0 130px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .footer-col3 .qrcode {
        width: 90px;
        height: 90px;
        background-image: url(../../../../images/weixin1.jpg);
        background-size: contain;
    }

    .footer-col3 .desc1, .footer-col3 .desc2 {
        color: #666666;
        margin-top: 15px;
    }
/*----------------------页脚--------END---------------*/
/*----------------------合规--------START---------------*/
.compliance {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.web12377, .weblicense, .web110 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.web12377 {
    background-image: url(../../../../images/bottom_jpg1.jpg);
    width: 150px;
    height: 80px;
}

.weblicense {
    background-image: url(../../../../images/lz2.jpg);
    width: 120px;
    height: 80px;
}

.web110 {
    background-image: url(../../../../images/bottom_jpg2.jpg);
    width: 150px;
    height: 80px;
}
/*----------------------合规--------END---------------*/
