@charset "utf-8";
/**
 * 公用样式
 * 作者：吴军
 * 时间：2017.09.02
 */
body,dd,dl,dt,h1,h2,h3,h4,html,input,li,p,textarea,ul,ol {margin: 0;padding: 0;list-style: none;color: #333;font-weight: 300}
body {background: #fff;box-sizing: border-box;display: -webkit-box;-webkit-box-orient: vertical; width: 100%; height: 100%; position: relative;overflow: hidden;}
html {height: 100%;}
body {font-size: 100%; line-height: 1; -webkit-tap-highlight-color: transparent;font-family: "微软雅黑", arial, sans-serif}
img {border: none; display: inline-block; width: 100%; vertical-align: top}
a {color: #333;text-decoration: none}

input {border: 0;font-size: .24rem;display: block;font-family: "微软雅黑", arial, sans-serif}
input[placeholder]{ color: #969696;}
:focus {outline: none}

header{background: #fff; width: 100%;height: .9rem;line-height:.9rem;font-size: .34rem; text-align: center;position: absolute;z-index: 9999;top: 0; left: 0;}
.page{position: relative;-webkit-box-flex: 1;width: 100%;height: 100%;z-index: 1;overflow-y: auto;-webkit-overflow-scrolling: touch;}

@media (device-height:480px) and (-webkit-min-device-pixel-ratio:2) {
	/* 兼容iphone4/4s */
}

@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2) {
	/* 兼容iphone5 */
}

@media (device-height:667px) and (-webkit-min-device-pixel-ratio:2) {
	/* 兼容iphone6 */
}

@media (device-height:736px) and (-webkit-min-device-pixel-ratio:2) {
	/* 兼容iphone6 Plus */
}