*{
	margin: 0;
    padding: 0;
    -webkit-touch-callout:none;  /*系统默认菜单被禁用*/
    -webkit-user-select:none; /*webkit浏览器*/
    -khtml-user-select:none; /*早期浏览器*/
    -moz-user-select:none; /*火狐*/
    -ms-user-select:none;  /*IE10*/
    user-select:none;
}
body {
	color: #666;
	padding: 0;
	margin: 0;
}

li {
	list-style-type: inherit;
	font-size: 14px;
	padding-bottom: 10px;
}

h1 {
	height: 33px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 33px;
}

h2 {
	height: 22px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 22px;
}

.yh{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
}

p {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
}

ol {
	list-style-type: none;
	padding-inline-start: 20px;
}

.center {
	text-align: center;
}
strong{
	color:#000;
}

.Oaix-main-content {
	margin: 0 auto;
	width: 768px;
	/*width: 1000px;*/
}

@media screen and (max-width:767px) {
	.Oaix-main-content {
		width: 100%
	}
	/*ol {
		padding-inline-start: 20px;
	}
	ul {
		padding-inline-start: 20px;
	}*/
}

.Oaix-wrapper {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 12px;
	margin: 12px auto;
	width: 100%;
}

@media screen and (min-width:768px) {
	.Oaix-wrapper {
		padding: 28px 28px;
		margin: 12px auto
	}
	
}