* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
body {
	font-family: "微软雅黑";
}
li {
	list-style: none;
}
img {
	width: 100%;
	height: 100%;
}

.header {
	height: 88px;
	line-height: 88px;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	position: relative;
	background: #8c1507;
}
.head-left {
	position: absolute;
	left: 10px;
	cursor: pointer;
	top: 50%;
	margin-top: -24px;
	line-height: 48px;
	padding-left: 30px;
	height: 48px;
	font-size: 15px;
	font-weight: normal;
	background: url("../img/back.png") no-repeat 0 center;
}
.main-body {
	padding: 0 5px;
	overflow: hidden;
}
.chooseBox {
	padding: 0 20px;
	margin: 30px 0;
}
.choose-btn {
	height: 76px;
	line-height: 76px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	margin: 0 auto;
	cursor: pointer;	
	border-radius: 76px;
	background-size: 100% 100% !important;
	background: url("../img/choose-1.png") no-repeat;
}
.chooseBox .choose-btn:hover {
	background: url("../img/choose-2.png") no-repeat;
}
.img-group {
	/*overflow: hidden;
	margin: 0 0 10px 0;*/
	background: #f2f2f2;
	display: -webkit-box;
	-webkit-box-pack: justify;
	padding: 15px 0;
	margin: 10px 0;
}
.img-group li {
	/*width: 20%;*/
	height: 50px;
	width: 45px;
	border: 1px solid #ccc;
	padding: 2px;
	flex: 1;
	/*float: left;*/
	/*margin: 0 10px 0 0;*/
}
/*.img-group li:last-child {
	margin: 0 0 0 0;
}*/
.wrap-box {
	margin: 0 0 10px 0;
}
.head-title {
	color: #fff;
	background: #ad1f0b;
	height: 30px;
	font-size: 13x;
	line-height: 30px;
	padding: 0 0 0 2px;
}
.content-box {
	padding: 0 2px 0 0;
}
.lx .content-box {
	border: 1px solid #ccc;
	padding: 20px 35px;
}
.content-box textarea {
	min-height: 90px;
	border: 1px solid #ccc;
	outline: none;
	text-indent: 2px;
	font-size: 15px;
	width: 100%;
}
.form-line {
	margin: 0 0 10px 0;
	overflow: hidden;
}
.left-box {
	float: left;
	width: 60px;
	text-align: right;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}
.right-box {
	overflow: hidden;
	padding: 0 4px;
}
.right-box input[type="text"] {
	width: 100%;
	outline: none;
	height: 20px;
	line-height: 20px;
	text-indent: 2px;
    vertical-align: top;
}
.yzm input[type="text"] {
	width: 50%;
}
.yzm-box {
	float: right;
	width: 45%;
	height: 24px;
	background: red;
}
/*提交按钮*/
input[type="submit"] {
	border: none;
	outline: none;
	background: #8e1507;
	padding: 2px 10px;
	border-radius: 13px;
	display: inline-block;
	width: inherit;
	font-size: 18px;
	font-family: "微软雅黑";
	color: #fff;
}
table {
	width: 100%;
	text-align: center;
}
table,tr,td {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
td {
	padding: 3px 0;
}

/*个人信息页面样式*/
.border {
	border: 1px solid #ccc;
}
.sm {
	padding: 0 2px;
}

/*模拟复选框*/
.check-box {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: top;
	position: relative;
	border: 1px solid #5a0300;
}
.check-box input {
	width: 19px;
	height: 19px;
	z-index: 10;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.check-box input + span {
	opacity: 0;
	filter: alpha(opacity=0);
}
.check-box input:checked + span {
	opacity: 1;
	filter: alpha(opacity=100);
}
.check-box span {
	position: absolute;
	left: 0;
	top: -2px;
	display: inline-block;
	background: url("../img/gou.png") no-repeat;
	width: 22px;
	height: 22px;
	z-index: 0;
}
.flex {
	display: -webkit-box;
	-webkit-box-pack: justify;
}
/*.flex .box:nth-of-type(1),
.flex .box:nth-of-type(2) {
	flex: 3;
}
.flex .box:nth-of-type(3) {
	flex: 1;
}*/
.head-pic {
	padding: 30px 0;
}
.head-pic .img-wrap {
	border: 1px solid #efd2ce;
	padding: 4px 2px;
	width: 120px;
	height: 160px;
	margin: 0 auto;
}









