﻿@charset "UTF-8";
/*-Copyright 2021-20230920-00:21 CSS-Style design:QZJ -*/

/*footer*/
 footer {position: relative;width: 100%;height: auto;display: block;padding: 20 0;}
.footer {width: 100%;display: flex;flex-wrap: wrap;padding: 10px 0;justify-content: center;align-content: center;}
.footer .ftop a{color: #222;opacity: 0.8;font-size: 14px;margin: 0 10px;}
.footer .ftop a:hover {opacity: 1;}
.footer .ftop{display: inline-flex;align-content: center;flex-wrap: wrap;}
.footer .fner{padding: 0 12px;}

.f_bottom { display: none;}
/*end footer*/

@media screen and (max-width: 900px) {
.f_bottom {margin: 5px;display: inline-flex;align-content: center;flex-wrap: wrap}
.f_bottom a{font-size: 0.8em;  color: #666; line-height: 18px;}
.f_bottom a:hover {color:#bd0000;opacity: 0.8;}
}
@media screen and (max-width: 660px) {
.footer .tofp {display: none;}
}
