/* BASIC css start */
.bottom-quick-wrap{
    padding:5px 0px 10px 0px;
    border-top:1px solid #e5e5e5;
}
.bottom-quick-wrap ul{
    font-size:0px;
}
.bottom-quick-wrap ul li{
    display:inline-block;
    vertical-align:top;
    width:25%;
}
.bottom-quick-wrap ul li a{
    display:block;
    text-align:center;
}
.bottom-quick-wrap ul li a .icon{
    display:inline-block;
    width:42px;
    height:42px;
    line-height:42px;
    text-align:center;
    padding-bottom:3.5px;
}
.bottom-quick-wrap ul li a .icon img{
    width:50%;
    vertical-align:middle;
}
.bottom-quick-wrap ul li a .txt-p{
    line-height:18px;
    color:#333;
    font-size:12px;
}

#footer{
    padding:42.5px 15px 35px 15px;
    background:#333;
    box-sizing:border-box;
}
#footer .top-center{
    padding-bottom:30px;
}
#footer .top-center h4 a{
    display:inline-block;
    line-height:40px;
    color:#fff;
    font-size:35px;
    font-weight:normal;
}
#footer .top-center p{
    line-height:27px;
    color:#b1b1b1;
    font-size:12px;
    letter-spacing:-0.3px;
}
#footer .footer-menus {
    padding:15px 0px;
    border-top:1px solid #4c4c4c;
    border-bottom:1px solid #4c4c4c;
}
#footer .footer-menus ul{
    font-size:0px;
}
#footer .footer-menus ul li{
    display:inline-block;
    padding-right:18px;
}
#footer .footer-menus ul li a{
    display:inline-block;
    line-height:27px;
    color:#fff;
    font-size:13px;
}
#footer .footer-menus ul li a.bold{
    font-weight:800;
}
#footer .footer-info-table{
    padding-top:15px;
    padding-bottom:35px;
}
#footer .footer-info-table table{
    width:100%;
}
#footer .footer-info-table table tr th{
    padding:5px 0px;
    width:100px;
    color:#999;
    font-size:11px;
    text-align:left;
}
#footer .footer-info-table table tr td{
    padding-left:12px;
    color:#fff;
    font-size:11px;
}
#footer .footer-info-table table tr td a{
    color:#fff;
    font-size:11px;
}
#footer .btn-store-wrap{
    font-size:0px;
    text-align:center;
}
#footer .btn-store-wrap a{
    display:inline-block;
    vertical-align:top;
    font-size:0px;
    height:40px;
    line-height:40px;
    background:#4d4d4d;
    border-radius:6px;
    text-align:center;
    width:calc(50% - 5px);
    margin-right:10px;
}
#footer .btn-store-wrap a:last-child{
    margin-right:0px;
}
#footer .btn-store-wrap a span{
    display:inline-block;
    vertical-align:middle;
}
#footer .btn-store-wrap a span.icon{
    width:24px;
    height:24px;
    line-height:24px;
    text-align:center;
}
#footer .btn-store-wrap a span.icon img{
    width:50%;
    vertical-align:middle;
}
#footer .btn-store-wrap a span.txt-p{
    line-height:24px;
    color:#999999;
    font-size:11px;
    padding-left:3px;
}
#footer .sns-wrap{
    padding-top:27px;
    font-size:0px;
    text-align:center;
 
}
#footer .sns-wrap a{
    display:inline-block;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    margin:0px 6px;
}
#footer .sns-wrap a img{
  
    height:14px;
    vertical-align:middle;
}
#footer .copy{
    padding-top:14px;
    text-align:center;
    line-height:17px;
    color:#fff;
    font-size:10px;
    opacity:0.3;
}
#footer .copy a{
    color:#fff;
    font-size:10px;
    font-weight:bold;
}
.gotop{
    position:fixed;
    bottom:-100px;
    right:15px;
    z-index:999;
    transition:all 0.3s ease-in-out;
}
.gotop a{
    display:inline-block;
    width:43px;
    height:43px;
    line-height:43px;
    text-align:center;
    background:#333;
}
.gotop a img{
    width:15px;
    height:auto;
    vertical-align:middle;
}
.gotop.scroll-mod{
    bottom:-0px;
    transition:all 0.3s ease-in-out;
}
/* BASIC css end */

