
/* 留言文字大小 */

.store h6 {
 margin: .1rem 0;
	text-align: center;
}
.store h6 a {
	display: inline-block;
	width: 7.0rem;
 height: .7.5rem;
	background-color: #ff3333;
	color: #fff;
 line-height: .5rem;
 font-size: .20rem;
}
.store form {
	width: 5.7rem;
	margin: 0 auto;
	display: table;
}

/* 表单  */

.store form div {
	width: 100%;
 height: .6rem;
	background-color: #e9e9e9;
 margin-bottom: .1rem;
}
.store form div span {
	display: inline-block;
	float: left;
 width: .6rem;
 height: .5rem;
	text-align: center;
}

/* 表单图标大小  */

.store form div span img {
 letter-spacing: .1rem;
 height: .3rem;
 margin-top: .1rem;
	text-align: center;
}

/* 表单名称大小 */

.store form div label {
 line-height: .5rem;
 font-size: .20rem;
	color: #333333;
 letter-spacing: .1rem;
	width: 1rem;
	display: inline-block;
	float: left;
 height: .1rem;
}

/* 表单填表框 */

.store form div input[type="text"] {
	width: 3.0rem;
 height: .48rem;
	border: none;
 margin-top: .05rem;
	float: left;
 font-size: .20rem;
	color: #333;
}

/* 下拉表单废料 */

.store form div:nth-child(2) span img {
	width: 3.0rem;
 height: .48rem;
	border: none;
 margin-top: .05rem;
	float: left;
 font-size: .20rem;
	color: #333;
}

/* 3角按钮 */
.store form div.sele:after {
	content: '';
	position: absolute;
 top: 2.9rem;
 right: 4.9rem;
 width: .38rem;
 height: .38rem;
	background: url( ) center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	pointer-events: none;
}




/* 下拉表单 */
.store form div select{
	width: 3.0rem;
 height: .48rem;
	border: none;
 margin-top: .05rem;
	float: left;
 font-size: .20rem;
	color: #333;
}

/* 填表咨询 */


.store form .sele-problem .sele-txt{
	width: 5.3rem;
 height: .5rem;
	border: none;
 margin-top: .1rem;
	float: left;
 font-size: .20rem;
	color: #333;
}




{
	width: 100%;
	height: 1.1rem;
	background: none;
 line-height: .3rem;
	color: #444;
 padding: .1rem;
 font-size: .26rem;
}


/* 一键预约按钮 */

.store form div input[type='submit'] {
	width: 98%;
	height: 80%;
	border: none;
	background-color: #ff3333;
	color: #fff;
	font-weight: bold;
 font-size: .20rem;
}

/* 圆形导航按钮 */ 

