.fault-item-active {
	border: 1px solid #eea330 !important;
	color: #eea330 !important;
}
.success ,.errow{
	text-align: center;
	font-size: 20px;
	color: #eea330;
	min-height: 400px;
	line-height: 300px;
}
#needWrap {
	width: 1200px;
	margin: 0 auto;
}
.params-img {
	width: 100%;
	height:460px;
	overflow: hidden;
}
.params-img:hover img {
	transform: scale(1.1);
}
.params-img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: transform 2s;
}
#needWrap .need-l{
	width: 900px;
	background:#fff;
	margin: 0 auto;
	padding: 0 50px 60px;
	box-sizing: border-box;
}
#needWrap .need-l .check-type .type-til{
	margin-top: 25px;
}
#needWrap .need-l .check-type .type-til span{
    font-size: 20px;
    line-height: 50px;
    color: #4c4c4c;
    border-left: 4px solid #eea330;
    padding-left: 6px;
}
#needWrap .need-l .type-info {
	width: 100%;
}
#needWrap .need-l .type-info .info-item,
#needWrap .need-l .type-info .facility-item {
	width: 100%;
}
#needWrap .need-l .type-info .info-item .item-l,
#needWrap .need-l .type-info .fault-item .item-l,
#needWrap .need-l .type-info .info-item .item-r {
	font-size: 15px;
	line-height: 44px;
	color: #666;
}
#needWrap .need-l .type-info .fault-item .item-r {
	width: 100%;
	padding-top: 16px;
}
#needWrap .need-l .type-info .fault-item .item-r li {
	width: 32%;
	height: 44px;
	border: 1px solid #ddd;
	margin-right: 2%;
	margin-bottom: 2%;
	text-align: center;
	line-height: 44px;
	float: left;
	box-sizing: border-box;
	cursor: pointer;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;   
	color: #555;
	transition: all .4s;
	position: relative;
}	
.li-i-active {
	color: #eea330 !important;
}
#needWrap .need-l .type-info .fault-item .item-r li i {
	position: absolute;
	top: 4px;
	font-size: 14px;
	color: #ddd;
	top: -9px;
    right: 8px;
}
#needWrap .need-l .type-info .fault-item .item-r li:nth-of-type(3n){
	margin-right: 0;
}			

#needWrap .need-l .facility-list{
	width: 100%;
}		
#needWrap .facility-list{
	width: 100%;
	padding-top: 16px;
}
#needWrap .facility-list .item-column {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
#needWrap .facility-list .item-column:nth-of-type(3n) {
	margin-right: 0;
}
#needWrap .facility-list .item-column input {
	display: inline-block;
	border: none;
	outline: none;
	border: 1px solid #ddd;
	width: 100%;
	height: 44px;
	box-sizing: border-box;
	line-height: 42px;
	font-size: 15px;
	color: #333;
	padding: 0 14px;
}
#needWrap .facility-list .item-column input::placeholder {
	font-size: 13px !important;
	color: #999 !important;
}

/* 右边信息 */
#needWrap .need-r {
	width: 390px;
	border-top: 4px solid #eea330;
	background: #fff;
	padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 25px;
}
#needWrap .need-r h3 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
    text-align: center;
    color: #eea330;
}
#needWrap .need-r .right-info {
	padding: 0 20px;
}
#needWrap .need-r .right-info .fac-info-item {
	width: 100%;
}
#needWrap .need-r .right-info .fac-info-item .item-left-title {
	font-size: 15px;
	color: #666;
	line-height: 44px;
	display: inline-block;
}
#needWrap .need-r .right-info .fac-info-item .item-value {
	width: 77%;
	padding: 5px 0;
}
#needWrap .need-r .right-info .fac-info-item .item-value .fac-wrong-value {
	display: inline-block;
	height: 34px;
	margin-right: 14px;
	line-height: 34px;
	color: #eea330;
}
#needWrap .need-r .right-info .remark {
	color: #eea330;
	font-size: 12px;
}

/* 一键下单 */
.user-order {
	width: 100%;
	padding-top: 16px;
	/* height: 530px; */
    /* background: url(../images/order_bg.png) no-repeat; */
    /* background-size: cover; */
    /* background-position: center center; */
}
.user-order .title {
	text-align: center;
    height: 150px;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.user-order .title .title_word {
	color: #fff;
	display: inline-block;
    width: 132px;
    line-height: 100px;
    text-align: center;
    padding: 0 28px;
    font-size: 18px;
}
.user-order .title .title_word::before {
    content: "";
    display: block;
    width: 132px;
    position: absolute;
    top: 80px;
    border-bottom: 6px solid #eea330;
    z-index: 2;
}
.user-order .title .title_word::after {
    content: "";
    display: block;
    width: 470px;
    position: absolute;
    top: 84px;
    left: 365px;
    border-bottom: 1px solid #e0e0e0;
    z-index: 1;
}

.user-order .user-form,
.user-order .user-address {
	width: 100%;
	margin: 0 auto 20px;
}
.user-order .same{
    height: 44px;
    width: 34%;
    margin-right: 20px;
    /* margin-bottom: 30px; */
    /* padding: 0 24px; */
    background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
}
.user-order .same input {
    border: none;
    height: 44px;
    float: left;
    width: 100%;
	line-height: 60px;
	box-sizing: border-box;
	font-size: 16px;
	border: 1px solid #ddd;
	text-indent: 1em;
}
.user-order .same input::placeholder {
	color: #999;
	font-size: 12px;
}
.user-address .address-left {
	height: 60px;
    width: 380px;
    margin-right: 20px;
    margin-bottom: 30px;
    padding: 0 24px;
    background: #fff;
    border-radius: 5px;
	box-sizing: border-box;
}
.user-address .address-left input {
	display: block;
	width:100%;
	height: 100%;
	line-height: 60px;
}
.remark {
	width: 100%;
}
.remark .remak-text {
	margin-top: 16px;
	display: inline-block;
    border: none;
    outline: none;
    border: 1px solid #ddd;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    line-height: 42px;
    font-size: 15px;
    color: #333;
    padding: 0 14px;
}
.remark .remak-text::placeholder {
	color: #999 !important;
}
.user-address .detail-address {
	height: 60px;
    width: 330px;
    margin-right: 20px;
    margin-bottom: 30px;
    padding: 0 24px;
    background: #fff;
    border-radius: 5px;
	box-sizing: border-box;
}
.user-address .detail-address input {
	border: none;
    height: 60px;
    float: left;
    width: 330px;
	line-height: 60px;
	box-sizing: border-box;
	font-size: 16px;
}
.user-address .address-left .city-picker-span {
	display:inline-block;
	width: 100% !important; 
	height: 100% !important;
	line-height: 60px !important;
	box-sizing: border-box;
}
.user-address .city-picker-span.open {
	border-bottom: 0 !important;
}
.user-order .fast_order_btn {
	text-align: center;
}
.user-order .fast_order_btn span {
	display: inline-block;
    width: 240px;
    height: 60px;
    text-align: center;
    background: #eea330;
    line-height: 60px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}