
	* {
	    margin: 0;
	    padding: 0;
	    font-family: "微软雅黑";
	}
	a {
	    text-decoration: none;
	    -webkit-touch-callout: none;
	    font-family: "微软雅黑";
	}

	em, i {
	    font-style: normal;
	    font-family: "微软雅黑";
	}

	html, body {
	    height: 100%;
	    font-family: "微软雅黑";
	}

	html {
	    font-size: 10px;
	    font-family: "微软雅黑";
	}

	body, p, form, input, button, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	    font-family: "微软雅黑";
	}

	table {
	    border-collapse: collapse;
	}

	h1, h2, h3, h4, h5, h6 {
	    font-size: 100%;
	}
	a,a:hover,a:focus{
	    text-decoration: none;
	}
	a, img {
	    -webkit-touch-callout: none; /*禁止长按链接与图片弹出菜单*/
	}

	.cf:before,
	.cf:after {
	    content: " "; /* 1 */
	    display: table; /* 2 */
	}
	.cf:after {
	    clear: both;
	}
	body {
	    font-size: 0.12rem;
	}
	a {
	    text-decoration: none;
	}
	.wrap{
	  margin:0 auto;
	  padding:20px;
	  border-radius:10px;
	  border:1px solid #eaeaea;
	}
	.wrap_title{
	  text-align:center;
	}
	.wrap_title h5,.wrap_content h5{
	  font-size:16px;
	  line-height:30px;
	}
	.wrap_content{
	  margin-bottom:20px;
	}
	.wrap_content p{
	   font-size:14px;
	   line-height:36px;
	   text-indent:40px;
	}
	.wrap_content p span{
	  display:inline-block;
	  text-indent:0px;
	}
	.wrap_foo{
	  font-size:14px;
	   line-height:36px;
	   text-align:right;
	}
	.table{
	  margin-left:40px;
	}
	.table th,.table td{ padding:14px 0px;font-size:14px; text-align:center;}