#access_monile_note{
    overflow:hidden;
    text-align:left;
    box-sizing: border-box;
    padding-left: 40px;
}
#footer_mobile_apps{
    padding:0 9px;
}
#footer_mobile_apps a{
    background:url(../img/btn_mobile_new_v1.png) no-repeat left top;
    width:84px;
    height:26px;
    display:inline-block;
    text-indent:-99999px;
    overflow:hidden;
    padding:0;
}
#footer_mobile_apps a.footer_google_play {
    width: 60px;
    height: 40px;
    border-radius: 5px;
    margin-right: 7px;
    background: url("../img/apps_googleplay.png")no-repeat center center/contain;
}
#footer_mobile_apps a.footer_app_store {
    width: 60px;
    height: 40px;
    border-radius: 5px;
    background: url("../img/apps_apple.png")no-repeat center center/contain;
}
.footer_followus{
    display: inline-block;
    padding:0 9px 15px;
}
.footer_followus span{
    margin: 0px 5px 10px 0px;
    display: block;
    overflow: hidden;
}
.note_bottom_contain p{
    margin: 0;
}
.footer_followus span i{
    float:left;
    font-style:normal;
    padding:9px 0 0 0;
}
.footer_followus a{
    display:inline-block;
    padding:0;
}
.footer_followus a .svg-icon {
    font-size: 28px;
    fill: #fff;
}
.svg-icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    font-size: 12px;
}
svg:not(:root) {
    overflow: hidden;
}
.footer_followus a.icon_facebook .svg-icon {
    margin-left: -9px;
}
.btn_downloadapp{
    width:100%;
    text-align:center;
    float:left;
    padding:15px 0 10px 0;
}
.btn_downloadapp img{
    width:160px;
    height:auto;
    padding:5px;
}
.footer-nav .footer_nav_link {
    max-width: 803px;
    border-right: 1px solid #5D5D5D;
    padding-top: 20px;
    float: left;
    text-align: left;
    box-sizing: border-box;
}
.footer-nav .footer_nav_link span {
    display: inline-block;
    min-width: 198px;
    line-height: 22px;
}
.footer-nav .footer_nav_link a {
    color: #d0d0d0;
    text-decoration: none;
}
.footer-nav .note_bottom_contain {
    margin-top: 40px;
    color: #d0d0d0;
}
@media screen and (max-width:1024px) {
    .footer-nav .footer_nav_link {
        width: 100%;
        padding: 0 10px;
        border-right: none;
    }
}
