@media(max-width:900px){
    .inner, main {
        padding: 0 20px;
    }
}
@media(max-width:1500px){
    .inner, main {
        max-width: 1160px;
    }
}
.site-footer{
    border-top:0;
    background-color:#102938;
    margin-top:60px; /*20 */
}
.site-footer .inner {
    padding: 15px 0;
}
.footer-logo-share {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #c0cddd;
    padding-bottom: 15px;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
}
.footer-logo, .footerShare-sys {
    display: flex;
    align-items: center;
}
.footer-logo-share-other {
    display: flex;
    width: 23%;
}
.footer-bottom-left {
    width: 75%;
}
.footer-bottom-right {
    width: 23%;
}
.footerLogo {
    max-width: 70px;
    /* padding: 20px; */
    /* background: white; */
}
.footerText {
    font-size: 18px;
    color: white;
    margin-left: 15px;
    padding-top: 10%;
}
.global-header-btn-paper {
    margin-right: 15px;
}
.global-header-btn, .global-header-btn-paper, .global-header-btn-other {
    display: flex;
    align-items: center;
}
.global-header-btn-paper, .global-header-btn-other {
    display: flex;
    align-items: center;
    background: #c9333a;
    padding: 5px 10px;
}
.global-header-btn-paper, .global-header-btn-other {
    display: flex;
    align-items: center;
    background: #c9333a;
    padding: 5px 10px;
}
.footer-logo-share-other .icon {
    margin-right: 5px;
}
.footer-logo-share-other a {
    color: white;
}
.footer-logo-share-other .icon {
    margin-right: 5px;
}
.footer-logo-share-other a {
    color: white;
}
.footer-link {
    /* float: left; */
    padding: 30px 0;
}
.footer-copy {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #CACACA;
    flex-wrap: wrap;
}
.footer-bottom .footer-link a {
    padding: 0 40px 0 0;
    color: #f0f0f0 ;
}
.footer-bottom .footer-link a:hover{
    color:#f0f0f0;
    cursor: pointer;
}
.footerPrinter-group {
    display: flex;
    justify-content: space-between;
    width: 65%;
    min-width: 535px;
}
.footerShare-text {
    font-size: 18px;
    color: white;
    line-height: 21px;
    padding: 30px 0 20px;
}
.footerShare-fb {
    padding: 0 15px;
}
.footerShare-sys a img {
    width: 30px;
}
.footer-link .download ul {
    display: none;
}
.footer-link .download:hover ul{
    display: block;
}
.footer-download {
    padding: 5px;
    position: absolute;
    background: #999;
    color: #999;
    border-radius: 5px;
}
.footer-link a {
    padding: 0 40px 0 0;
    color: #f0f0f0 !important;
}
.footer-link .download ul a:hover{
    color: #c9333a !important;
    text-decoration: none;
}
.download{
    display: inline-block;
    position: relative;
    width: 150px;
}
@media(max-width:990px) and (min-width:651px){
    .footer-logo-share-other {
        width: 32%;
    }
    .inner, main {
        max-width: 1160px;
        padding: 15px !important;
    }
}
@media(max-width:650px){
    .site-footer {
        padding: 0 20px;
    }
    .footer-logo-share {
        padding-bottom: 0px;
        align-items: center;
    }
    .footer-bottom {
        flex-wrap: wrap;
    }
    .footer-logo-share-other {
        flex-wrap: wrap;
        width: 27%;
        min-width: 100px;
        justify-content: flex-end;
    }
    .global-header-btn-paper, .global-header-btn-other {
        margin-bottom: 10px;
    }
    .global-header-btn-paper {
        margin-right: 0;
    }
    .footer-bottom-left {
        width: 100%;
        order: 3;
    }
    .footer-bottom-right {
        width: 100%;
        min-width: 100px;
    }
    .footerShare {
        display: flex;
        justify-content: space-between;
        align-content: center;
        padding: 10px 0;
    }
    .footerShare-text {
        padding: 0;
    }
    .footerPrinter-group {
        min-width: auto;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 10px;
    }
    .footerPrinter-group>div {
        width: 100%;
        text-align: center;
    }
    .footerCopy{
        text-align: center;
    }
    .footer-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        padding: 20px 0;
    }

}