body {
	/*background: #021c2f url(../img/bg.png) no-repeat;*/
	background: #ebeef4;
	background-size: cover;
	background-attachment: fixed;
}

.lab {
	display: inline-block;
	min-width: 100px;
}

hr {
	clear: both;
	border: 1px solid #f5f5f5;
}

.jqTransformSelectWrapper {
	margin-bottom: 10px;
}

.jqTransformInputWrapper {
	margin-bottom: 10px;
}

form {
	/*background: #fff;*/
	width: 800px;
	margin: 0 auto;
	border-radius: 10px;
	/*border: 1px solid #ccc;*/
	padding: 50px;
}

.personinfo {
	/*display: none;*/
}

.submit {
	color:#fff;
	border: 1px solid #ccc;
	width: 200px;
	text-align: center;
	background: #FF9800;
	padding: 8px;
	border-radius: 4px;
	margin: 0 auto;
	cursor: pointer;
}

.flag {
	color: #f00;
	display: inline-block;
	width: 20px;
	text-align: left;
}

.bg {
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	display: none;
}

.challengeCode {
	border-radius: 4px;
	background: #fff;
	width: 300px;
	height: 200px;
	margin-top: -100px;
	margin-left: -150px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 11;
	display: none;
}

.subBtn {
	background: #FF9800;
	width: 216px;
	padding: 8px 4px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	margin: 0 auto;
	cursor: pointer;
}

.mestion {
	width: 216px;
	padding: 10px;
	/* margin: 0 auto; */
	border-radius: 4px;
	margin-top: 24px;
	margin-left: 42px;
	margin-bottom: 20px;
}

.titleimg {
	width: 700px;
	margin: 40px auto;
}

.infowrap {
	/*background: #fff;*/

	width: 1210px;
	margin: 0 auto;
	overflow: hidden;
}

.infowrap ul li {
	float: left;
	list-style: none;
	margin-left: 10px;
}

table {
	margin: 0 auto;
}

.infocard {
	background: #ccc;
	margin: 10px;
	width: 300px;
}

.tabpan {
	border-bottom: 1px solid #ececec;
	padding: 8px 0;
}

.tabMon {
	font-size: 30px;
	color: #FF0000;
	font-weight: bold;
}

.tabpan span {
	display: inline-block;
	/*background: #f5f5f5;*/
	color: #f00;
	/* padding-left: 100px; */
	float: right;
	width: 230px;
}

.tabcard {
	border: 1px solid #d9dde5;
	padding: 20px;
}

.title_top {
	background-image: url(../img/popuptitle.png);
	height: 52px;
	text-align: center;
	border-radius: 4px 4px 0 0;
	line-height: 52px;
	font-size: 16px;
}

.title_top img {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

select,
option,
input {
	padding: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

.rowElem {
	margin-bottom: 10px;
}


/* loading  */

.load_bg {
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.loadEffect {
	width: 100px;
	height: 100px;
	position: fixed;
	margin: 0 auto;
	margin-top: -50px;
	margin-left: -50px;
	z-index: 20;
	top: 50%;
	left: 50%;
}

.loadEffect span {
	display: inline-block;
	width: 30px;
	height: 10px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #ff9800;
	position: absolute;
	-webkit-animation: load 1.04s ease infinite;
}

@-webkit-keyframes load {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0.2;
	}
}

.loadEffect span:nth-child(1) {
	left: 0;
	top: 50%;
	margin-top: -5px;
	-webkit-animation-delay: 0.13s;
}

.loadEffect span:nth-child(2) {
	left: 10px;
	top: 20px;
	-webkit-transform: rotate(45deg);
	-webkit-animation-delay: 0.26s;
}

.loadEffect span:nth-child(3) {
	left: 50%;
	top: 10px;
	margin-left: -15px;
	-webkit-transform: rotate(90deg);
	-webkit-animation-delay: 0.39s;
}

.loadEffect span:nth-child(4) {
	top: 20px;
	right: 10px;
	-webkit-transform: rotate(135deg);
	-webkit-animation-delay: 0.52s;
}

.loadEffect span:nth-child(5) {
	right: 0;
	top: 50%;
	margin-top: -5px;
	-webkit-transform: rotate(180deg);
	-webkit-animation-delay: 0.65s;
}

.loadEffect span:nth-child(6) {
	right: 10px;
	bottom: 20px;
	-webkit-transform: rotate(225deg);
	-webkit-animation-delay: 0.78s;
}

.loadEffect span:nth-child(7) {
	bottom: 10px;
	left: 50%;
	margin-left: -15px;
	-webkit-transform: rotate(270deg);
	-webkit-animation-delay: 0.91s;
}

.loadEffect span:nth-child(8) {
	bottom: 20px;
	left: 10px;
	-webkit-transform: rotate(315deg);
	-webkit-animation-delay: 1.04s;
}

.articles {
	height: 500px;
	width: 700px;
	background: #fff;
	overflow-y: scroll;
	border-bottom: 1px solid #ccc;
	padding: 20px;
	line-height: 24px;
}

.articletitle {
	text-align: center;
	background: #3582C4;
	color: #fff;
	height: 40px;
	line-height: 40px;
	border-radius: 10px 10px 0 0;
	position: relative;
}

.articleclose {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	right: 10px;
	background: #2c6ea7 url(../img/close.png) no-repeat;
	background-size: cover;
	cursor: pointer;
}

.articlesWrap {
	width: 700px;
	height: 640px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -320px;
	background: #fff;
	border-radius: 10px;
	display: none;
	z-index: 10;
}

.next {
	width: 200px;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	margin: 0 auto;
	background: #ccc;
	cursor: pointer;
	/*display: none;*/
}


/*#no{
	background: #ccc;
}
#yes{
	background: #FF9800;
}*/

.agreement {
	padding: 10px;
}
.spouseInfo{
	background: #f5f5f5;
	padding: 20px;
	margin-bottom: 10px;
	border:1px dashed #999;
	border-radius: 10px;
	display: none;
}
