.layout {
	padding: 10px;
	margin: 10px;
	/*background: #F3F3F4;*/
}

body {
	background: #fff;
}

.label {
	font-size: 12px;
}

* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}

.form-box {
	margin-bottom: 10px;
}

.label {
	line-height: 30px;
	padding-left: 5px;
	color: #666;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

input {
	box-sizing: border-box;
	/*! width: 100%; */
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 5px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	line-height: 30px;
}

textarea,
button {
	-webkit-appearance: none;
}

select {
	line-height: 30px;
	appearance: none;
	/* -moz-appearance: none;
	-webkit-appearance: none; */
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	background: #FFFFFF !important;
}

.img img {
	width: 100%;
}

.btn {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	display: inline-block;
	padding: 8px 6px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 5px;
	width: 100%;
	font-size: 16px !important;
}

.btn-box {
	margin-top: 20px;
	margin-bottom: 20px;
}

.success,.fail{
	text-align: center;
	display: none;
}

.success img,.fail img {
	margin: auto;
	width: 100px;
	height: 100px;
	/*margin-left: 25%;*/
	margin-top: 30px;
	margin-bottom: 30px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transform: scale(0);
	-webkit-transform: scale(0);
}

.success p {
	text-align: center;
	font-size: 12px;
	margin: 5px;
	color: #999;
}

.success-p {
	color: #000 !important;
	font-size: 16px !important;
	text-align: center;
	/*color: #2E6DA4;*/
	font-weight: bold;
}

.form-select {
	position: relative;
}

.bottom {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 15px;
	z-index: 2;
}

.bottom-arrow1,
.bottom-arrow2 {
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	/*兼容ie8-*/
	border-bottom: 10px transparent dashed;
	border-left: 10px transparent dashed;
	border-right: 10px transparent dashed;
	border-top: 10px white solid;
	overflow: hidden;
}

.bottom-arrow1 {
	top: 1px;
	/*重要*/
	border-top: 10px #000 solid;
}

.bottom-arrow2 {
	border-top: 10px white solid;
}