﻿@charset "utf-8";

html {
	background-color: #fff;
	font: normal 100% "HiraginoSansGB", "Helvetica", "Arial",
		"Microsoft YaHei", sans-serif;
}

body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body, div, ul, li, a, p, span, input {
	margin: 0;
	padding: 0;
	border: 0;
	color: #676767;
}

input, select {
	font: normal 100% "HiraginoSansGB", "Helvetica", "Arial",
		"Microsoft YaHei", sans-serif;
}

a {
	text-decoration: none;
}

.top {
	background-color: #232736;
	height: 44px;
}

.top .main_page {
	height: 44px;
	width: 35px;
	float: left;
}

.top .top_right {
	height: 44px;
	width: 35px;
	float: right;
}

.top .title {
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	line-height: 44px;
}

.content {
	margin: 0 4%;
}

.fcsc_intro {
	margin-bottom: 20px;
	line-height: 2;
}
