@charset "UTF-8";

/* 框架公用样式 start */
.mobileBody {
	flex-grow: 1;
	background: green;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: #FFF;
	flex-basis: 0;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
}

.mobileBodyC {
	min-height: calc(100% - 4.2rem);
}

/* 框架公用样式 end */
/* 表单公用start */
.input {
	padding: 0 .5rem
}

.input input {
	border: none;
	background: none;
	width: 100%;
	height: 1.9rem;
	line-height: 1.9rem;
	font-size: .65rem;
	color: #333;
}

.textarea {
	padding: 5px 10px
}

.textarea textarea {
	border: none;
	background: none;
	width: 100%;
	height: 3rem;
	line-height: 1.5rem;
	font-size: .65rem;
	color: #333;
}

a.formBtn {
	display: inline-block;
	height: 1.8rem;
	line-height: 1.8rem;
	background: #ddd;
	border-radius: 6px;
	font-size: .8rem;
	color: #333;
	padding: 0 1rem;
	margin: 0 .25rem;
	position: relative;
}

a.formBtn::before {
	content: " ";
	width: 200%;
	height: 200%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #ddd;
	box-sizing: border-box;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: -1
}

a.formBtn:hover {
	opacity: .9;
}

.radio {
	color: #555555;
	line-height: 1.9rem;
	font-size: 0;
}

.radio .radioItem {
	display: inline-block;
	height: 1.9rem;
	margin-right: 1rem;
	position: relative;
	vertical-align: middle;
}

.radio .radioItem input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1
}

.radio .radioItem label {
	color: #6B4113;
	overflow: hidden;
	font-size: 0.65rem;
	line-height: 2rem;
	height: 1.9rem;
	display: block;
}

.radio .radioItem input[type=radio]+label span {
	width: 0.65rem;
	height: 0.65rem;
	border-radius: 50%;
	border: 1px solid #e1e1e1;
	margin-right: 0.25rem;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -.1rem;
}

.radio .radioItem input[type=radio]+label span:before {
	display: block;
	content: '';
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -0.175rem;
	margin-left: -0.175rem;
	background: #1e5ab0;
	visibility: hidden;
}

.radio .radioItem input[type=radio]:checked+label span:before {
	visibility: visible
}

.radio .radioItem input[type=radio]:checked+label span {
	border-color: #1e5ab0;
}

.radio .radioItem input[type=checkbox]+label span {
	float: left;
	width: .65rem;
	height: .65rem;
	border: 2px solid #6B4113;
	position: relative;
	top: 50%;
	margin-top: -0.4rem;
	margin-right: 0.25rem;
}

.radio .radioItem input[type=checkbox]+label span {
	border-radius: 50%;
}

.radio .radioItem input[type=checkbox]+label span:before {
	content: "";
	display: block;
	width: 0.4rem;
	height: 0.2rem;
	border-left: 0.1rem solid #fff;
	border-bottom: 0.1rem solid #fff;
	position: absolute;
	top: 0.1rem;
	left: 50%;
	transform: translate(-50%) rotate(-45deg);
	visibility: hidden;
	background: none;
}

.radio .radioItem.colorItem input[type=checkbox]+label span{
	border: none;
	width: .9rem;
	height: .9rem;
}

.radio .radioItem input[type=checkbox]:checked+label span {
	background: #6B4113;
}

.radio .radioItem input[type=checkbox]:checked+label span:before {
	visibility: visible;
}

input::-webkit-input-placeholder {
	color: #888888;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #888888;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #888888;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #888888;
}

.select {
	position: relative;
	height: 1.9rem;
}

.select .icn {
	position: absolute;
	right: 0;
	top: 0;
	width: 2rem;
	height: 1.9rem;
	line-height: 1.9rem;
	text-align: center;
}

.select select {
	position: absolute;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	background: none;
	z-index: 1;
	width: 100%;
	height: 100%;
	font-size: .65rem;
	color: #666;
}

.formYzm .input {
	display: inline;
}

.formYzm .yzmImg {
	width: 4rem;
	height: 1.9rem;
	float: left;
	display: inline;
	margin-left: .5rem;
	overflow: hidden;
	padding: .1rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.formYzm .yzmImg img {
	display: block;
	width: 100%;
	height: 100%;
}

.formSubBtn {
	font-size: 0;
	margin: 0 -.25rem .75rem;
	display: block;
	text-align: center
}

.formSubBtn a {
	padding: 0 1.5rem;
}

.formSubBtn a.submit {
	background: #EA8919;
	color: #FFF;
	display: block;
	margin: 0 .75rem;
}

.formSubBtn a.reset {
	background: #ddd;
	color: #8b8b8b;
}

/* 表单公用end */
/* ========== 留言 start ========== */
/* 列表start */

/* 列表end */
/* 表单start */

/* 表单end */
/* ========== 留言 end ========== */
/* ========== 招聘 start ========== */
/* 列表 start */

/* 列表 end */
/* 详情 start */

/* 详情 end */
/* 表单 start */

/* 表单 end */
/* ========== 招聘 end ========== */
/* ========== 问卷调查 start ========== */
/* 列表start */

/* 列表end */
/* 表单start */

/* 表单end */
/* ========== 问卷调查 end ========== */
