footer .fo-flex {
    font-family: 'Noto Sans CJK TC';
    font-size: 16px;
}

li{
    list-style: none;
}

ul{
    padding: 0px;
}

footer{
    background-color: #f1f1f1;
    padding: 10px 0px 0px;
    position: relative;
}

footer ul.f-box,
footer ul.flag{
    display: inline-flex;
}

footer .f-title{
    font-size: 18px;
    color: #4e4e4e;
    margin-bottom: 15px;
}

footer .f-box a{
    color: #7e7e7e;
    font-size:14px; 
}

footer .f-box li p {
    line-height: 12px;
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-webkit-transition: .6s ease;
}

footer .f-box li p:hover{
    color: #9e203f;
}

footer .fo-bottom{
    border-top: 1px solid #bdbdbd;
}

footer .fo-logo{
    margin-bottom: 15px;
}

footer .foo-info{
    margin-right: 50px;
    line-height: 12px;
}

footer .foo-info p{
    font-size: 14px;
}

footer .f-box li{
    margin-right: 30px;
}

footer ul.copyright {
    /* float: right; */
    text-align: right;
    width: 100%;

}

footer ul.copyright p{
    color: #7e7e7e;
    font-size: 14px;
}

footer .fo-flex {
    display: inline-flex;
    width: 100%;
    margin-top: 10px;
}

footer .flag li{
    margin-right: 10px;
}

footer .fo-menu{
    display: none;
}

.gototop {
    position: absolute;
    right: 2%;
    bottom: 56%;
    text-align: center;
}

.gototop p{
    font-family: 'Questrial-Regular';
    font-weight: 600;
    font-size: 20px;
    color: #4e4e4e;
}

footer p{
    margin-bottom: 10px;
}


@media screen and (max-width: 1199px) {
    footer .f-box li {
        margin-right: 22px;
    }
    footer .f-title {
        font-size: 16px;
    }
    footer .foo-info {
        margin-right: 10px;
    }
    footer .f-box li p{
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    footer .fo-bottom .fo-flex,
    footer ul.copyright{
        text-align: left;
        display: block;
    }
    
    footer ul.f-box{
        display: none;
    }

    footer .row{
        padding-right: 15px;
        padding-left: 15px;
    }
    footer ul.copyright p{
        font-size: 12px;
    }
}










/* shawn 20171123 */
nav a span{
    height: 16px;
}
nav a span img{
    vertical-align: top;
}



.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px){
    .container {
        width: 750px;
    }
}@media (min-width: 992px){
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}

