@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	background: #f9f9f9;
	font-size: 16px;
}

a {
	color: #3985ff;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(105, 186, 255, 0.13);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	line-height: 32px;
	padding: 0 10px;
	text-indent: 2em;
	margin: 0;
}

h2 {
	line-height: 32px;
	padding: 10px;
	font-size: 18px;
	margin: 5px 0;
	text-align: center;
}

h5 {
	line-height: 28px;
	padding: 0 10px;
	font-size: 18px;
	margin: 5px 0;
}

h6 {
	line-height: 28px;
	padding: 0 10px;
	font-size: 16px;
	margin: 5px 0;
}
.mod_con{margin-bottom: 10px;}
.reg_tab {
	margin: 0;
	display: block;
	height: 40px;
}

.reg_tab dl {
	padding: 0;
	height: 40px;
	margin-bottom: -12px;
	margin-top: 0;
	position: fixed;
	width: 100%;
	top: 0;
	background: #fff;
	z-index: 999
}

.reg_tab dt {
	float: left;
	width: 50%;
	height: 40px;
	display: inline;
	cursor: pointer;
	font-size: 16px;
}

.reg_tab dt a {
	display: block;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #333;
}

.reg_tab .current {
	height: 38px;
}

.reg_tab .current a {
	color: #E84330;
	position: relative;
	display: block;
	margin: 0 auto;
	width: -webkit-fit-content;
	width: fit-content;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}

.reg_tab .current a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #E84330;
}