.form_{
	font-size:0;
}
.form_ .row{
	margin-bottom:20px;
}
.form_ .error__{
	font-size:16px;
	color:red;
	margin-bottom:20px;
	display:none;
}
.form_ .error__.error__show{
	display:block;
}
.form_ .row:last-child .item_,
.form_ .row_2:last-child .item_{
	margin-bottom:0;
}

.form_ input{
	box-sizing:border-box;
}
.form_ input.error{
	border:1px solid #dc6724;
}

.form_ .row_2,
.form_ .row_3
{
	width:100%;
	font-size:0;
}


.form_ .item_{
	box-sizing:border-box;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
}

.form_ .row .item_{
	width:100%;
	
}
.form_ .row_2 .item_
{
	width:50%;
}

.form_ .row_3{
	box-sizing:border-box;
}
.form_ .row_3 .item_{
	width:33.3333333%;
}

.form_ .row .item_ input{
	height:40px;
	display:block;
	width:100%;
	font-size:16px;
	text-indent:20px;
}

.form_ .button_{
	margin-top:40px;
}

.submit_slider{
	-o-user-select: none;
	-moz-user-select: none; /*火狐 firefox*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10+*/
	-khtml-user-select :none; /*早期的浏览器*/
	user-select: none;
}


.submit_slider{
	height: 40px;
	position: relative;
	background: #dcdcdc;
	width: 380px;
	float: right;
	max-width: 100%;
	overflow: hidden;
}
.submit_button{
	width: 195px;
	background: #f27026;
	color: white;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	letter-spacing:0.5px;
	height:100%;
	text-indent:-19px;
}
.submit_button:after{
	content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-right:40px solid #dcdcdc;
    border-bottom:40px solid transparent;
}
.submit_slider span{
	display: block;
    width: 185px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: black;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    text-indent: -105px;
    letter-spacing: 0.23px;
}

.submit_slider span:after{
	content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-right:41px solid #f27026;
    border-bottom:41px solid transparent;
}


@media all and (max-width:767px)
{
	.form_ .row_2 .item_{
		width:100%;
		padding-left:0 !important;
	}
	.form_ .row_3 .item_{
		width:100%;
		padding-left:0 !important;
	}
}