﻿* { margin: 0; padding: 0; font-size: .28rem;}
html, body { height: 100%; background: #000; font-size: .28rem; }
.swipe { overflow: hidden; visibility: hidden; position: relative; height: 100%; }

.swipe-wrap { overflow: hidden; position: relative; }

.swipe-wrap > figure { float: left; width: 100%; position: relative; height: 100%; }

#slider { max-width: 650px; /* 设置最大的宽度 */ margin: 0px auto; /* 居中对齐 */ }

figure { margin: 0; /* 对齐，四周宽度都为0，在轮播的时候，以整张图片进行移动 */ }
figure img { width: 100%; height: auto; }

div.swipe { /*border: 1px solid blue;*/ }

.pinch-zoom { height: 100% !important; }

.pinch-zoom, .pinch-zoom img { width: 100%; -webkit-user-drag: none; -moz-user-drag: none; -ms-user-drag: none; user-drag: none; }
.pinch-zoom img { width: auto; height: auto; max-width: 100%; max-height: 100%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position: absolute; left: 50%; top: 50%; }
.swipe-wrap { height: 100%; }
.pinch-zoom-container { height: 100% !important; }
nav { position: absolute; left: 0; bottom: 1.2rem; width: 100%; text-align: center; z-index: 100; background: rgba(0,0,0,0.7); }
nav span { list-style: none; color: #fff; font-size: .28rem; margin: 0 .3rem; line-height: .4rem; font-family: "微软雅黑"; }
nav span.on { color: #fb9000; }

.headlink{position:fixed;top:0;left:0;width:100%;height:1.2rem;z-index:999;background:rgba(0,0,0,0.7);}
.headlink .backpage { display: block; float: left; width: 1.2rem; height: 1.2rem; background: url(../img/back-btn1.png) no-repeat center center; background-size: 30%; }
.headNum{position:fixed;top:0;right:.3rem;z-index:9999;color:#fff;font-size:.4rem;line-height:1.2rem;font-family:arial;}

nav.house { text-align: left; bottom: .3rem; }
