<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*header*/
header{width: 100%;height: 1.8rem;margin: 0 auto;background: #595959;padding: 0 0.5rem 0 0.8rem;box-sizing: border-box;z-index: 9999;position: relative;}
.head-wap{width: 100%;height: 100%;display: flex;align-items: center;justify-content: space-between;}
.head-wap .logo{width: 3.06rem;height: 1.2rem;}
.head-wap .logo img{width:100%; height: 100%;display: block;}
.head-wap .phone{position: absolute; transform: translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%);  top: 50%; left: 50%; font-size: 0.95rem; color: #fff; font-weight: bold;  }
.head-wap .phone a{ color: #fff; font-weight: bold;}
.head-wap .logo span,.head-wap .home span{ display: block; line-height: 0.8rem;}
.head-wap .home i{color: #fff;  font-size: 0.9rem;}

.wap-main{margin:0 auto;}


/*footer*/
footer{width: 100%; height: auto; margin: 0.55rem auto 2.8rem auto; }
footer p{ text-align: center; font-size: 0.68rem; line-height: 1.45rem; color: #808080;}

/*btnav*/
.btnav{position: fixed; left: 0; bottom: 0; display: flex; flex-flow: row nowrap;align-items: center;   width: 100%; height: 1.8rem;   z-index: 9999; box-shadow: 0 0 15px #b7babd;}
.btnav .btnav-item{ width: 30%;height: 100%; display: flex;align-items: center;justify-content: center; text-align: center; font-size: 0.68rem;  color: #707070; background: #fff; position: relative;}
.btnav .btnav-item:nth-of-type(1)::after{content: ''; height: 0.85rem; width: 0.03rem;  background: #dfdfdf;  position: absolute; top: 50%; right: 0; transform: translate(-50%,-50%);}
.btnav .btnav-item:last-child{ width: 40%; color: #fff; background: linear-gradient(to right,#ffa302,#ff5700);  }
.btnav .btnav-item i{margin-right: 0.25rem;}
.btnav .btnav-item-hm{ width:100%;  text-align: center; line-height: 0.8rem; font-size: 0.28rem;  color: #fff; background: #01144c; position: relative;}

/*�割唱羲�羌�*/
.pf_right{position:fixed; bottom: 15%; right: 2%; width:2.1rem; height:2.1rem; z-index: 9999;}
.pf_right img{width:100%; height:100%;display: block;}
</pre></body></html>