<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#footer{background-color:#f3f3f3;padding:40px 0;color:#727272;margin-top:auto}
#footer a{color:#727272}
#footer a:hover{color:#41b6e6}

#footer .friend-links{display:flex;flex-wrap:wrap;}
#footer .abouts,
#footer .contacts,
#footer .plus,
#footer .copyrights .items{display:flex;align-items:center;justify-content:center}

#footer .friend-links{}
#footer .friend-links .item{line-height:28px;white-space:nowrap}
#footer .friend-links .item:not(:last-child){margin-right:14px}

#footer .abouts{margin-top:40px;}
#footer .abouts .item{padding:0 7px 0 6px;position:relative}
#footer .abouts .item:last-child{padding:0 6px}
#footer .abouts .item:not(:last-child):after{content:'';position:absolute;right:0;width:1px;background-color:#727272;overflow:hidden;height:14px;line-height:28px;top:50%;margin-top:-7px}

#footer .contacts{margin:7px 0 12px}
#footer .contacts .item{line-height:28px}
#footer .contacts .item:not(:last-child){margin-right:25px}

#footer .plus{margin-bottom:13px}
#footer .plus .item:not(:last-child){margin-right:28px}

#footer .copyrights .item{line-height:28px}
#footer .copyrights .item:not(:last-child){margin-right:4px}
#footer .copyrights .beian{margin-top:2px}
#footer .copyrights .beian .item:not(:last-child){margin-right:25px}

#widgets{position:fixed;z-index:10;left:50%;bottom:217px;margin-left:calc(570px + 78px);overflow:hidden}
#widgets .inner{display:flex;flex-direction:column;border-radius:2px;background-color:#fefefe;border:1px solid #ededed;position:relative;z-index:2}
#widgets .item{width:48px;height:48px;overflow-y:hidden;background:url("../images/bottom-icons.png") no-repeat;position:relative;transition:all .3s}
#widgets .item:hover{background-color:#e63030}
#widgets .go-head{border-radius:2px 2px 0 0;background-position:0 -48px;}
#widgets .go-head:after{content:'';height:1px;left:5px;right:5px;bottom:0;background-color:#ccc;position:absolute;}
#widgets .go-head:hover{background-position:0 0}
#widgets .inner:hover .go-head:after{background-color:transparent}
#widgets .wechat{border-radius:0 0 2px 2px;background-position:0 -144px}
#widgets .wechat:hover{background-position:0 -96px}

#widgets .wechat-img-box{position:absolute;left:0;top:0;transition:all .3s;opacity:0;z-index:1}
#widgets .wechat-img-box .wechat-inner{padding:14px 14px 5px;background-color:#fff;position:relative;border:1px solid #ededed;border-radius:3px;}
#widgets .wechat-img-box .wechat-inner p{text-align:center;font-size:12px;line-height:16px;color:#333;padding:4px}
#widgets .wechat-img-box .wechat-inner:after{
    content:'';
    position:absolute;
    top:50%;
    margin-top:-10px;
    right:0;
    margin-right:-17px;
    width:18px;
    height:21px;
    background:url("../images/litter-bird.png") no-repeat center;
}
#widgets.open-wechat{overflow:unset;}
#widgets.open-wechat .wechat-img-box{left:-130px;top:13px;opacity:1;transition:all .3s}
</pre></body></html>