@charset "utf-8";
.cusbtn {
	display: flex;
	justify-content: center;
	margin-top: .36rem;
	text-align: center;
}

.cusbtn a {
	display: inline-block;
	width: 2.81rem;
	height: .61rem;
	line-height: .61rem;
	font-size: .22rem;
}

a.cusinst {
	position: relative;
	padding-left: .36rem;
	margin-right: .37rem;
	color: #279C63;
	border: 1px solid #279C63;
}

.cusinst i {
	left: .81rem;
	top: .18rem;
	width: .25rem;
	height: .25rem;
	background-image: url(../img/custom.png);
}

a.lstinf {
	position: relative;
	padding-left: .39rem;
	color: #01aeef;
	border: 1px solid #01aeef;
}

.lstinf i {
	left: .74rem;
	top: .18rem;
	width: .29rem;
	height: .25rem;
	background-image: url(../img/logistic.png);
}

.boardform {
	margin-top: .37rem;
	font-size: .2rem;
	color: #353535;
}

.boardform p {
	position: relative;
	padding-left: .16rem;
	margin: .1rem 0;
	font-size: .16rem;
	color: #279C63;
}
.boardform p mark{
	position: absolute;
	right: .15rem;
	top: 0;
	font-size: .16rem;
	color: #F05E4B;
}
.boardform p.ct{
	color: #F05E4B;
}
.boardform .input {
	padding-left: .54rem;
	line-height: .7rem;
	background-color: #fff;
	border-bottom: 1px solid #DFDFDF;
}

.boardform .input input[type=radio] {
	width: .26rem;
	height: .26rem;
	margin-top: .22rem;
	vertical-align: top;
	background: url(../img/radio1.png)no-repeat center;
	background-size: contain;
}

.boardform .input input[type=radio]:checked {
	background-image: url(../img/radio2.png);
}

.boardform .input input[type=radio]:not(:first-child) {
	margin-left: .21rem;
}

.boardform .input label {
	margin-left: .05rem;
}

.boardform .input select {
	width: 100%;
	height: .7rem;
	font-size: .2rem;
}

.boardform .input .select:not(:last-child) {
	border-bottom: 1px solid #dfdfdf;
}

.boardform .input .select {
	position: relative;
	height: .7rem;
}
.boardform .input textarea{
	width: 100%;
	height: 1.6rem;
	padding-top: .25rem;
	padding-right: .54rem;
	font-size: .2rem;
	scrollbar-base-color:#0062CC ;
}

.boardform .input .select i {
	top: .31rem;
	right: .17rem;
	width: .18rem;
	height: .09rem;
	background-image: url(../img/selectmore.png);
}

.boardform .input .select input[type=text] {
	width: 100%;
	padding-right: 1rem;
	height: .7rem;
	font-size: .2rem;
}

.boardform .input .select span {
	position: absolute;
	right: .15rem;
	top: 0;
	font-size: .2rem;
	color: #353535;
}

.boardform .input label.title {
	position: absolute;
	left: 0;
	top: 50%;
	margin: 0;
	margin-top:-.35rem ;
	font-size: .2rem;
	color: #353535;
}
.leftlabel input{
	padding-left: 3rem;
}
.submit{
	display: block;
	width: 4.18rem;
	height: .71rem;
	margin: .56rem auto .65rem auto;
	color: #fff;
	background-color: #f05e4b;
}
