<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">﻿.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

.l {
    float: left !important;
}

.r {
    float: right !important;
}
.container{
    width:1200px;
    margin: 0 auto;
}

/* 底部*/
.footer {
    height: 236px;
    background-color: #273448;
	margin-top:-500px;
}

.footer-link {
    margin: 0 -26px 15px 0;
    padding-top: 20px;
}

.footer-link-select {
    float: left;
    width: calc(25% - 26px);
    height: 42px;
    margin-right: 26px;
}

.footer-link .ewb-sel {
    display: none;
    width: 100%;
    height: 42px;
    padding-left: 16px;
    border: none;
}

.footer-link .chosen-container {
    width: 100%;
    height: 42px;
    line-height: 40px;
    border: 1px solid #535459;
}

.footer-link .chosen-container-single .chosen-single {
    padding: 0 0 0 16px;
    height: 37px;
    border: none;
    box-shadow: none;
    font-size: 16px;
    color: #b7bdce;
    border-radius: 5px;
    background-color: transparent;
}

    .footer-link .chosen-container-single .chosen-default,
    .footer-link .chosen-container-single .chosen-single.cur {
        color: #b7bdce;
    }

.footer-link .chosen-container-active.chosen-with-drop .chosen-single {
    border: none;
}

.footer-link .chosen-container-single .chosen-single span {
    margin-right: 30px;
    height: 40px;
    line-height: 40px;
}

.footer-link .chosen-container-single .chosen-single div {
    width: 33px;
    padding: 0;
}

    .footer-link .chosen-container-single .chosen-single div b {
        width: 33px;
        height: 40px;
        background: url("../images/sel_ico.png") left center no-repeat;
    }

.footer-link .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/sel_ico_cur.png") left center no-repeat;
}

.footer-link .chosen-container-single .chosen-drop {
    top: 42px;
    border: none;
    border-radius: 0;
}

.footer-link .chosen-container .chosen-search {
    display: none;
}

.footer-link .chosen-container .chosen-results {
    max-height: 180px;
    margin: 0;
    padding: 0;
    color: #676767;
}

    .footer-link .chosen-container .chosen-results li {
        padding: 10px;
        line-height: 20px;
    }

        .footer-link .chosen-container .chosen-results li.highlighted {
            color: #fff;
            background-color: #3c63d2;
        }

.footer-infor-name {
    
    line-height: 34px;
    color: black;
    font-size: 16px;
}

.footer-infor-left {
    width: 356px;
}

.footer-right-icon {
    width: 61px;
    height: 75px;
    margin: 10px 18px 0 0;
    background: url("images/fooer_icon.png") no-repeat;
}

.footer-right-error {
    width: 110px;
    height: 55px;
    margin-top: 21px;
    background: url("images/error1.png") no-repeat;
}

.box-shadow {
    box-shadow: 0px 0px 15px 0px rgba(127, 136, 161, 0.08);
}
</pre></body></html>