@charset "utf-8";
/* CSS Document */

/*帐号激活-----------------------*/
* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}
input, button {
	vertical-align: middle;
}
body {
	background: #eeeeee;
	font-family: "微软雅黑";
	font-size:15px;
}
.c_c3282e{ color:#c3282e}
.c_898989{ color:#898989}


header {
	background: #c3282e;
	height: 48px;
	line-height: 48px;
	color: #fff;
	padding: 0px 2%;
	box-sizing: border-box
}
header a {
	float:left;
	width: 14%;
}
header a span {
	font-size: 18px !important;
	color: #fff
}
header a:last-child {
	text-align: right
}
header h1 {
	float:left;
	width: 72%;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
}
section {
	width: 90%;
	margin: 0px auto;
	padding-top: 30px;
}
section table {
	width: 100%;
}
section table td {
	padding: 10px 10px;
	position: relative
}
section table p{ padding-bottom:10px; color:#666}
section table input {
	width: 100%;
	border: none;
	background: #fff;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 14px;
	padding: 0px 2%;
}

section table select{ height:40px; line-height:40px; font-size:14px; color:#666; width:100%; border:none; padding:0px 2%;}
section table button[type=submit] {
	background: #c3282e;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	border: none;
	font-size: 14px;
}
section table h2 {
	font-size: 14px;
	color: #717171;
	margin-bottom: 10px;
	clear: both;
}
.upload-photo {
	float: left;
	width: 49%;
	margin-right: 2%;
	border: 1px #b6b6b6 dotted;
	background: #fff;
	border-radius: 5px;
	font-size: 13px;
	color: #cacaca;
	text-align: center;
	padding: 5%;
	text-decoration: none
}
.upload-photo:nth-of-type(2) {
	margin-right: 0px;
}
.upload-photo span {
	font-size: 28px;
}
.tip {
	color: #c3282e;
	font-size: 13px;
	clear: both;
	padding: 10px 0px;
}
.pw-icon {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 35%;
	right: 3%;
	display: block;
}
.pw-hard-icon {
	background: url(../../images/default/pw-hard-icon.png)
}
.pw-normal-icon {
	background: url(../../images/default/pw-normal-icon.png)
}
.pw-simple-icon {
	background: url(../../images/default/pw-simple-icon.png)
}

.button-1{ background:#c3282e; text-align:center; color:#fff; width:100%; height:40px; line-height:40px; border:none; border-radius:5px; font-size:14px; font-family:"微软雅黑"}

.tab{ height:45px; line-height:45px; background:#fff; width:100%}
.tab li{ float:left; width:25%; text-align:center; color:#585858; cursor:pointer;}
.tab li.active span{ border-bottom:3px #c3282e solid; color:#c3282e; font-size:15px; height:40px; line-height:40px; display:inline-block}

.weixin-yz{ background:#fff; width:84%; margin:0px auto; padding:10%; padding-bottom:20%;}
.weixin-yz h3{ color:#c3282e; font-size:14px; padding-bottom:20px;}
.weixin-yz img{ width:100%;}