/* CSS Document */
html,body {
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	
}

html {
	background: url(../img/bj.jpg) fixed;
}

body {
	max-width: 720px;
	margin: 0 auto;
	padding-top: 61px; /* 为固定定位的header留出空间 */
	
	/*    overflow-x: hidden;*/
}
.full-screen {
    width: 100%;
    height: 100vh; /* 使用视口高度 */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

/*div, span, iframe, map, font, input, img, a img, samp, hr, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {    font-weight: normal;    -webkit-font-smoothing: antialiased;    -moz-osx-font-smoothing: grayscale;}*/
* {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

a:link {
	color: #330099;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a:active {
	text-decoration: none;
}

a:focus {
	outline: none;
}

a.hidefocus {
	outline: none
}

img {
	height: auto;
}

input[type=text],
input[type=button],
input[type=submit] {
	-webkit-appearance: none;
	outline: none;
}

button {
	border: 0;
	outline: none;
	cursor: pointer;
}

input {
	outline: none
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

table {
	background: white;
	table-layout: fixed;
	width: 100%;
}
.box{
	margin:5px 0;
	border-radius: 5px;
	overflow: hidden;
	background: #FFF;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}