.tjlayer {
	width: 100%;
	height: auto;
	min-height: 4.7rem;
	background: #fff;
	position: absolute;
	left: 0;
	top: 3.5rem;
	padding: 0.3rem;
	box-sizing: border-box;
	z-index: 1201;
	display: none;
	border-top: 1px solid #e6e6e6;
	padding-bottom: 1.6rem;
}
.tjlayer .sitem .title {
	font-size: 16px;
	padding-bottom: 10px;
}
.tjlayer .sitem .smtss {
	font-size: 14px;
}
.okbar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.28rem;
	border-top: 1px solid #e6e6e6;
	color: #333333;
}
.okbar .qx, .okbar .cz {
	font-size: 16px;
	color: #333;
	border: none;
	background: none;
}
.with-reset,.without-reset{
	text-align: center
}
.okbar .qd {
	color: #a08762;
	font-size: 16px;
	border: none;
	background: none;
}
.with-reset div.confirm,.with-reset div.confirm a{
	color: #fff;
	background: #A08762;
	    display: block;
}
.form {
	display: none;
}
.form.active {
	display: block;
}

.form .formtit{
	margin: 0.4rem 0 0.3rem;
    font-size: 0.26rem;
	clear:both;
}
.form .layui-col-xs5 {
	position: relative;
}
.form .layui-col-xs5:before {
	position: absolute;
	top: 0;
	left: 5px;
	content: '￥';
	display: block;
	width: 5px;
	height: 0.74rem;
	line-height: 0.74rem;
}
.form .layui-col-xs5 input {
	width: 84%;
	height: 0.74rem;
	line-height: 0.74rem;
	padding: 0 0 0 0.5rem;
	background: #f2f2f2;
	border-radius: 5px;
}
.form .layui-col-xs2 {
	text-align: center;
	height: 0.74rem;
	line-height: 0.74rem;
}
.form .check {
	width: 2.06rem;
	height: 0.74rem;
	line-height: 0.74rem;
	border: 2px solid #f2f2f2;
	background: #f2f2f2;
	text-align: center;
	font-size: 0.24rem;
	color: #333;
	display: inline-block;
	border-radius: 5px;
	margin: 0.09rem;
	box-sizing: border-box;
}
.form .check.checked {
	border: 2px solid #a08762;
	background: none;
	color: #a08762
}
.form .check input {
	display: none;
}
