﻿@charset "utf-8";
a, body, div, h1, h2, h3, h4, img, input, li, ol, p, span, ul {
	margin: 0;
	padding: 0;
	font-family: '微软雅黑', YaHei, '黑体', Hei, Tahoma, Helvetica, arial, sans-serif;
	color: #4e2b13;
	font-size: 18px;
	line-height: 1.5;
}

html {
	margin: 0 auto;
	width: 750px;
	-ms-touch-action: none;
	height: 100%
}

body {
	width: 750px;
	margin: 0 auto;
	height: 100%;
	overflow-y: scroll;
	padding-top: 20px;
}

p{text-indent:2em;}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table p{text-indent:unset;}

a{z-index: 99;}

.index {
	width: 750px;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	font-size: 18px;
}

.table01 {
	border: 1px solid #c7c7c7;
	text-align: center;
	color: #333;
	width: 98%;
	margin: auto;
	margin-bottom: 10px;
	font-size: 18px;
	height: 750px;
	word-break: break-all;
}

.table01 a {
	font-size: 18px;
}

.table01 tr {
	border: 1px solid #c7c7c7;
	font-size: 18px;
	padding: 7px;
}

.table01 td {
	border: 1px solid #c7c7c7;
	font-size: 18px;
	padding: 7px;
}

.underline {
	text-decoration: underline;
	font-weight: bold;
}

.bold {
	font-weight: bold;
	position: relative;
}

* {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.zhe {
	position: absolute;
	z-index: 1;
	opacity: 0.9;
	pointer-events: none;
}

.link {
	z-index: 99;
}

.MsoNormal{text-indent:2em;}
