@charset "utf-8";

.region-footer {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #032360;
    background-image: url("../../images/footer-bg.png");
    background-repeat: no-repeat;
    background-size: 1200px;
    background-position: center bottom;
}

.region-footer .block-block-content {
    width: 1200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.copyright-left,
.copyright-right {
    position: relative;
    display: inline-block;
    float: left;
}

.copyright-right {
    float: right;
}

.footer-logo {
    width: 320px;
    height: auto;
    margin-bottom: 24px;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

.copyright-content {
    position: absolute;
    width: 480px;
    left: 360px;
    top: 6px;
}

.copyright-text {
    font-size: 16px;
    line-height: 2;
    color: #eee;
}

.copyright-text span {
    display: inline-block;
    margin-right: 24px;
}

.fwh-qrcode,
.wechat-qrcode {
    display: inline-block;
    padding-left: 24px;
}

.fwh-qrcode .qrcode-image,
.wechat-qrcode .qrcode-image {
    width: 120px;
    height: auto;
    margin-bottom: 12px;
    border-radius: 4px;
}

.fwh-qrcode .qrcode-image img,
.wechat-qrcode .qrcode-image img {
    width: 100%;
    heigh: auto;
    border-radius: 4px;
}

.fwh-qrcode .qrcode-title,
.wechat-qrcode .qrcode-title {
    text-align: center;
    font-size: 16px;
    color: #eee;
}

@media all and (max-width: 767px) {

    .region-footer {
        width: 100%;
        padding: 24px 16px;
    }
    
    .region-footer .block-block-content {
        width: 100%;
    }
    
    .copyright-left,
    .copyright-right {
        display: block;
    }
    
    .copyright-right {
        margin-top: 16px;
        float: left;
    }
    
    .footer-logo {
        width: 240px;
        margin-bottom: 20px;
    }

    .copyright-content {
        position: relative;
        width: auto;
        left: 0;
        top: 0;
    }

    .fwh-qrcode,
    .wechat-qrcode {
        padding-left: 0;
        padding-right: 20px;
    }
    
    .wechat-qrcode .qrcode-title {
        text-align: center;
    }
    
}

/* Tablets Portrait 的样式*/
@media all and (min-width:768px) and (max-width: 820px) and (orientation: portrait) {

    .region-footer {
        padding: 32px 24px;
    }
    
    .region-footer .block-block-content {
        width: 100%;
    }
    
    .footer-logo {
        width: 240px;
    }
    
    .copyright-content {
        position: relative;
        width: auto;
        left: 0;
        top: 0;
    }

    .copyright-text span {
        margin-right: 16px;
    }
    
    .wechat-qrcode .qrcode-image {
        width: 110px;
    }
    
}

/* Tablets Landscape 的样式 */
@media all and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) {

    .region-footer {
        padding: 32px 24px;
    }
    
    .region-footer .block-block-content {
        width: 100%;
    }
    
    .footer-logo {
        width: 280px;
    }

    .copyright-content {
        position: relative;
        width: auto;
        left: 0;
        top: 0;
    }
    
}