/* reset */
html,
body,
ul,
ol,
li,
div,
span {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #83868d;
}

html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

ul,
ul > li {
	list-style: none;
}

.clearCode {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
}

/* .wrap */
.wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

/* .content */
.content {
	position: absolute;
	top: 30%;
	left: 43%;
	width: 600px;
	height: 400px;
	background-color: #fff;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.content>ul>li{
	position: relative;
	width: 100%;
	height: 40px;
	margin: 20px 0;
	border: 1px solid transparent;
}
.error{
	position: absolute;
	left: 31%;
	top: 37px;
	color:#cc5965;
}
.content>ul>li>input.errorInput{
	border:1px  solid #cc5965;
}
.content>ul>li:nth-child(1) {
	position: relative;
	left: -100000px;
}
.content>ul>li:last-child {
	height: auto;
}
.content>ul>li:last-child ul,
.content>ul>li:last-child li{
	height: auto;
}

.content>ul>li::after {
	clear: both;
	display: none;
	visibility: hidden;
	height: 0;
	content: '';
}
.content>ul>li>div,
.content>ul>li>input,
.content>ul>li>ol{
	height: 34px;
	line-height: 34px;
}
.content>ul>li>div {
	float: left;
	width: 26%;
	padding-right: 4%;
	text-align: right;
}
.content>ul>li>input{
	border: 1px  solid #ccc;
	border-radius: 2px;
	height: 32px;
	text-indent: 12px;
	outline:none;
	/* transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; */
}
.content>ul>li>input:focus{
	border: 1px  solid #54B9CD;
	outline:none;
}
.content>ul>li>input,
.content>ul>li>ol {
	float: left;
	width: 69%;
	text-align: left;
}
.content>ul>li>ol{
	width: 66%;
  padding-left: 3%;
}


/* .btnWrap */
.btnWrap {
	position: absolute;
	left: 0;
	bottom: 20px;
	margin: 0 auto;
	width: 100%;
	height: 50px;
	text-align: center;
}

.btn {
	display: inline-block;
	margin-top: 8px;
	width: 100px;
	height: 34px;
	line-height: 34px;
	border: 1px solid transparent;
	border-radius: 3px;
	cursor: pointer;
}

.btnWrap div:nth-child(1) {
	/*margin-right: 200px;*/
}
.btnWrap div:nth-child(2) {
	display:none;
}

.sure {
	background-color: #49abbe;
	border-color: #49abbe;
	color: #fff;
}

.sure:hover,
.sure:focus {
	background-color: #2ba4db;
	border-color: #2ba4db;
	color: #fff;
}

.cancel {
	background-color: #fff;
	border-color: #72757b;
	color: #72757b;
}

.cancel:hover,
.cancel:focus {
	background-color: #83868d;
	border-color: #83868d;
	color: #fff;
}


/* font */
font{
	position: relative;
	top: 1px;
	margin-right: 3px;
	line-height: 34px;
	color: #f00;	
}