.select_box{
	padding: 0 !important;
}
.select_box input{
	border:none;
}
.w100{
	width: 100% !important;
}
.w100-1{
	width: calc(100% - 1px) !important;
}

.service .service-item {
	width: 410px;
	margin: auto;
	position: relative;
	padding-bottom: 30px;
}

.service .service-item:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 50px;
	border-left: 1px dashed rgba(14, 105, 218, 1);
	bottom: 0;
	left: 30px;
}

.service .service-item:last-child:before {
	border: 0;
}

.service .item-box {
	width: 100%;
	height: 60px;
	line-height: 60px;
	box-shadow: 0px -1px 15px 1px rgba(23, 10, 0, 0.12);
	border-radius: 30px;
	padding: 0 10px;
	font-size: 18px;
}

.service .item-box .num {
	width: 40px;
	height: 40px;
	background: rgba(14, 105, 218, 1);
	border-radius: 50%;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	color: #fff;
	margin-right: 20px;
}

.lie {
	padding: 40px 0;
	margin-top: 100px;
	background-size: cover;
}

.lie .title-sr {
	font-size: 30px;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 1);
}

.lie .title-sr img {
	width: 28px;
}

.lie .title-text {
	text-align: center;
	color: rgba(255, 255, 255, .6);
	font-size: 14px;
}

.form {
	margin-top: 40px;
	display: flex;
}

.form .i-item {
	position: relative;
	padding-left: 90px;
	font-size: 0;
}

.form .i-item label {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
}

.form .i-border {
	background-color: rgba(255, 255, 255, 1);
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}

.form .i-item:last-child .i-border {
	margin-bottom: 0;
}

.form input {
	width: 90%;
	font-size: 16px;
}

.form input::-webkit-input-placeholder {
	font-size: 14px;
	color: #979797;
}

.form textarea {
	width: 100%;
	border: 0;
	height: 100%;
	padding: 20px;
}

.form .i-inline {
	display: inline-block;
	width: 32%;
	margin-right: 10px;
	margin-right: 2%;
}

.form .i-item .i-inline:last-child {
	margin-right: 0;
}

.form .i-xl {
	padding-right: 20px;
	cursor: pointer;
}

.form .select {
	position: relative;
}

.form .select ul {
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 40px;
	left: 0;
	background-color: #fff;
	border: 1px solid rgba(203, 203, 203, 0.44);
	box-shadow: 0px 3px 2px 1px rgba(2, 25, 52, 0.03);
	max-height: 200px;
	overflow: auto;
	background-color: rgba(255, 255, 255, 1);
	display: none;
}

.form .select ul li {
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	cursor: pointer;
}

.form .select ul li:hover {
	background-color: rgba(151, 151, 151, .6);
}

.form .select:after {
	content: "11";
	position: absolute;
	width: 20px;
	height: 10px;
	background-image: url(../images/choice-2.png);
	background-repeat: no-repeat;
	right: 0;
	top: 50%;
	margin-top: -2px;
}

.form .select.i-inline:after {
	margin-top: -8px;
}

.form .city {
	float: right;
	font-size: 14px;
	color: rgba(152, 152, 152, 1);
	margin-right: 10px;
}

.form .content {
	width: 60%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.submit {
	text-align: center;
}

.submit button {
	width: 160px;
	height: 40px;
	background: rgba(19, 106, 213, 1);
	border-radius: 4px;
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	line-height: 40px;
	margin-top: 40px;
}

@media (max-width:768px) {
	.service .service-item {
		width: 100%;
	}
	.service .service-item:before{
		left: 24px;
	}
	.service .item-box .num {
		margin-right: 10px;
		height: 30px;
		line-height: 30px;
		width: 30px;
	}

	.service .item-box {
		font-size: 12px;
		height: 50px;
		line-height: 50px;
	}
	.form {
		display: block;
	}

	.form textarea {
		margin-top: 10px;
	}

	.lie .title-sr {
		margin-bottom: 10px !important;
		font-size: 20px !important;
	}

	.lie .title-sr img {
		width: 20px;
	}
}

@media (max-width:992px) {
	.form .i-inline {
		width: 100%;
	}
}
