<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    /**!
 * 缃戠珯鍦板浘
 * date:2022-02-16
 * author: wppei;
 */
    
    body {
        background: url("../images/map/map_bg.jpg") center top no-repeat #f7f8f9;
    }
    
    #header {
        min-height: 0;
    }
    
    .nav {
        display: none;
    }
    
    .language {
        width: 89px;
    }
    
    a.language-item:first-child {
        display: none;
    }
    
    a.language-item {
        width: 100%;
        border: none;
    }
    
    .header {
        min-height: 60px;
        padding-bottom: 10px;
        background-color: rgba(51, 51, 51, .4);
    }
    
    .header .mt16 {
        margin-top: -40px;
    }
    
    .pager-title {
        height: 266px;
    }
    
    .main {
        min-height: 300px;
        padding-bottom: 6px;
    }
    
    .loc {
        padding: 10px 0 10px 24px;
        line-height: 32px;
        background: url('../images/loc-icon.png') left 16px no-repeat;
        font-size: 18px;
    }
    
    a.loc-link {
        color: #333;
    }
    
    a.loc-link.loc-active {
        color: #0f66cf;
    }
    
    .loc-line {
        padding: 0 6px;
    }
    /* 鍐呭 */
    
    .map-item {
        float: left;
        width: 33.33%;
        margin-bottom: 40px;
    }
    
    .map-item:nth-child(3n+1) {
        padding-right: 26px;
    }
    
    .map-item:nth-child(3n+2) {
        padding: 0 13px;
    }
    
    .map-item:nth-child(3n+3) {
        padding-left: 26px;
    }
    
    .map-box {
        position: relative;
        display: block;
        height: 182px;
        border: 1px solid transparent;
        border-radius: 10px;
        transition: all .15s;
    }
    
    .map-box:hover {
        border-color: #0f66cf;
        box-shadow: 0px 9px 18px 0px rgba(85, 112, 144, 0.32);
    }
    
    .map-img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    
    .map-text {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        text-align: center;
        line-height: 36px;
        color: #fff;
        font-size: 32px;
        font-weight: bold;
        text-shadow: #0f66cf 2px 0 0, #0f66cf 0 2px 0, #0f66cf -2px 0 0, #0f66cf 0 -2px 0, 3px 3px 0px rgba(13, 50, 95, 0.66);
    }
    
    @media (max-width: 979px) {
        .header .mt16 {
            margin-top: 0;
        }
        .pager-title {
            height: 224px;
        }
        .map-item {
            width: 50%;
        }
        .map-item:nth-child(2n+1) {
            padding: 0 10px 0 0;
        }
        .map-item:nth-child(2n+2) {
            padding: 0 0 0 10px;
        }
    }
    
    @media (max-width: 600px) {
        .map-item {
            width: 100%;
            margin-bottom: 20px;
        }
        .map-item:nth-child(2n+1),
        .map-item:nth-child(2n+2) {
            padding: 0;
        }
    }</pre></body></html>