/* BASIC css start */
@charset "utf-8";

*{}


#footer{width: 100%; height: 682px; max-width:850px; margin:40px auto 0; }
#footer .footer_top{width: 100%;/* height: 92px; */background-color: #fff;}
#footer .footer_middle{width: 100%; height: 183px; background-color: #fff; border-top: 1px solid #999;}
#footer .footer_bottom{width: 100%; height: 407px;background-color: #fff; border-top: 1px solid #ddd;}


#footer .footer_top ul{}
#footer .footer_top ul li{float: left; width: calc(100% / 3); height: 46px; line-height: 45px; text-align: center; border-top:1px solid #ddd; border-right: 1px solid #ddd;}
#footer .footer_top ul li:nth-child(3n){border-right: none !important;}
#footer .footer_top ul li a{display: block; font-size: 12px;}

#footer h2{font-size: 14px; letter-spacing: 2px; font-weight: 600; margin-bottom: 10px; color:#000}

#footer .footer_middle{}
#footer .footer_middle>div{width: 50%; float: left; text-align: center; padding: 30px 5px 0px; height: 100%;}
#footer .footer_middle>div>p{font-size: 12px; color: #aaa; line-height: 19px;}

#footer .footer_middle .call_center{border-right: 1px solid #ddd;}
#footer .footer_middle .call_center h2{margin-bottom:15px}
#footer .footer_middle .call_center h3{font-size: 19px; letter-spacing: 1.6px;margin-bottom: 10px;font-weight:600; color:#000}
#footer .footer_middle .call_center p{}

#footer .footer_middle .bank_info{padding-top: 35px;}
#footer .footer_middle .bank_info h2{}
#footer .footer_middle .bank_info p{}


#footer .footer_bottom{}
#footer .footer_bottom .company_info{width: 100%;  height: 207px; text-align: center; padding-top:10px}
#footer .footer_bottom .company_info h2{padding-top: 25px; margin-bottom: 15px;}
#footer .footer_bottom .company_info ul{width: 80%; margin:0 auto;word-break: keep-all;}
#footer .footer_bottom .company_info ul li{display: inline-block; font-size: 12.5px; color: #aaa; font-weight:300}

#footer .footer_bottom .return_address{width: 100%; height: 110px;  text-align: center;}
#footer .footer_bottom .return_address h2{margin-bottom: 15px;}
#footer .footer_bottom .return_address p{font-size: 12.5px; color: #aaa; width:60%; margin:0 auto;word-break: keep-all;font-weight:300; font-size:13px}

#footer .footer_bottom .copy{font-size: 13px;text-align: center; font-weight: 400; color: #666; letter-spacing:.7px}
/* BASIC css end */

