/*=== 作者：Distantmemory - 时间：2018年12月 - 版本：1.0 - 个人：www.distantmemory.cc - 公司：www.timoo.net ===*/

/*=== 媒体查询 ===*/
/*手机*/
@media ( min-width : 320px) { 

    .hengbok-footer .flower { position: absolute; top: -2.4rem; left: -1.6rem; z-index: 2; opacity: 0.1; pointer-events: none; }

}

@media ( min-width : 360px) { 

} 

/*平板电脑*/
@media ( min-width : 640px) {

}

/*笔记本电脑*/
@media ( min-width : 960px) {

} 

/*PC电脑*/
@media ( min-width : 1200px) { 

    .hengbok-footer .flower { opacity: 1; }
    .hengbok-footer .copyright li { float: left; margin-right: 0.16rem; }

} 

/*大屏PC电脑*/
@media ( min-width : 1600px) { 
    
}

/*=== Style ===*/
.hengbok-footer { position: relative; padding: 0.48rem 0; background: #CBB8AB; font-size: 0.14rem; color: #FFF; }
.hengbok-footer a { color: #FFF; }
.hengbok-footer .box { position: relative; z-index: 3; }
.hengbok-footer .wechat .image { margin: auto; padding: 0.08rem; max-width: 1.28rem; border: 0.01rem solid rgba(255,255,255,0.5); border-radius: 0.02rem; }
.hengbok-footer .wechat .image:hover { background: rgba(255,255,255,0.3); }
.hengbok-footer .copyright { margin-top: 0.24rem; }
.hengbok-footer .copyright ul { display: inline-block; vertical-align: bottom; }
.hengbok-footer .copyright a { display: block; position: relative; }
.hengbok-footer .copyright a::after { content: ""; display: block; position: absolute; bottom: 0.02rem; width: 100%; height: 0.01rem; background: rgba(255,255,255,0.7); opacity: 0; }
.hengbok-footer .copyright a:hover::after { opacity: 1; }