body{
		color: #333;
		font-family: Helvetica,Arial,"Hiragino Sans GB","Microsoft Yahei","微软雅黑",STHeiti,"华文细黑",sans-serif;
		background: #f5f5f5;
	}
	#app {
		font-family: 'Avenir', Helvetica, Arial, sans-serif;
	}

	* {
		margin: 0;
		padding: 0;
	}

	a {
		text-decoration: none;
		color: #333;
	}

	img {
		border: none;
	}

	ul {
		list-style: none;
	}

	.both {
		clear: both;
	}

	input,
	textarea,
	video {
		outline: none;
	}

	.m_TitleBorder {
		width: 174px;
		height: 21px;
		border: 2px solid #c79757;
		margin: 0 auto 20px;
		position: relative;
	}

	.m_TitleMain {
		position: absolute;
		top: -14px;
		width: 176px;
		text-align: center;
	}

	.m_TitleMain-name {
		padding: 0 7px;
		background: #f5f5f5;
		font-size: 20px;
	}

	.m_TitleMain-English {
		padding: 0 5px;
		background: #f5f5f5;
		font-size: 16px;
	}

	.More {
		display: block;
		width: 83px;
		height: 27px;
		color: #333;
		border: 1px solid #000;
		font-size: 16px;
		margin: 25px auto 0;
		line-height: 27px;
		text-align: center;
	}
	