body {
	background: #f9f9f9;
}
.block1 {
	width: 100%;
	height: 286px;
	background: url('../image/bg19.png') no-repeat center / cover;
	padding-top: 60px;
}
.block1-title {
	font-size: 36px;
	color: #FFFFFF;
	line-height: 50px;
	margin-bottom: 48px;
}

.block1-input-wrap {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 22px;
	margin-right: 64px;
}
.block1-input {
	width: 358px;
	height: 48px;
	outline: none;
	border: 1px solid #FFFFFF;
	font-size: 16px;
	margin-top: 10px;
	background: rgba(0,0,0,0);
	padding: 0 11px;
	color: #FFFFFF;
	border-radius: 0;
}

.block1-input::placeholder {
	color: #FFFFFF;
}
.block1-selectpicker {
	width: 358px;
	height: 48px;
	margin-top: 10px;

}
.bootstrap-select {
	width: 100% !important;
	height: 100%;
	line-height: 48px;

}
.bootstrap-select>.dropdown-toggle {
	width: 100%;
	height: 100%;
	outline: none;
	border: 1px solid #FFFFFF;
	font-size: 16px;
	margin-top: 10px;
	background: rgba(0,0,0,0);
	padding: 0 11px;
	color: #FFFFFF;
	outline: none;
	border-radius: 0;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #ffffff;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	line-height: 48px;
	color: #ffffff;
	margin-top: 0;
}
.bootstrap-select>.dropdown-toggle {
	margin-top: 0;

}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
	border: 1px solid #FFFFFF;
	background: transparent;
	border-radius: 0;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	border-color: #FFFFFF;
	background: transparent;
}

.check-btn {
	width: 180px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 24px;
	color: #FFFFFF;
	background: #ED0000;
	cursor: pointer;
	margin-top: 32px;
}

.list-wrap {
	padding: 48px 0;
}

.list-item {
	width: 100%;
	height: 188px;
	background: #FFFFFF;
	margin-bottom: 20px;
	padding: 22px;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
}
.list-item img {
	width: 220px;
	height: 140px;
	margin-right: 31px;
}
.list-item-title {
	font-size: 24px;
	line-height: 33px;
	margin-bottom: 20px;
}
.list-item p {
	margin-bottom: 12px;
}
.list-item p:nth-last-of-type(1) {
	margin-bottom: 0;
}

/*10在线报价*/
.tabs {
    display: flex;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}
.tab {
    padding: 15px 25px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: #495057;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    flex: 1;
}

.tab.active {
    color: rgb(255, 80, 0); background: #e9ecef;
}
.tab.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgb(255, 80, 0);
}
.content-container {
    position: relative;
    /* height: 400px;
    overflow: hidden; */
}
.content {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    padding: 30px;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.5s ease;
    overflow-y: auto; display: none;
}
.content.active {
    opacity: 1;
    transform: translateX(0); display: block;
}
.pageMargin {
    width: 800px;
}
.rResultBox {
    display: none;
}
.content .leftForm{float: left; width:50%; padding: 0 9% 0 6%;}
.content .leftForm dl{float: left; width: 100%; padding-left: 28px; position: relative; margin-top: 20px;}
.content .leftForm dl span{position: absolute; left: 0; top:0;line-height: 40px; font-size: 35px; color:#a1a1a1; font-style: italic;}
.content .leftForm dl select{float: left; width: 100%; height: 40px;border:2px solid #000; font-size:18px; color:#000; text-indent:5px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../image/pro19.png") no-repeat right 12px center;
    background-size:23px 12px;
}
.content .leftForm dl select.on{color:#ff0000;border-color:#ff0000;
    background: url("../image/pro19_1.png") no-repeat right 12px center;
    background-size:23px 12px;
}
.content .leftForm dl button{float: left; width: 100%; height: 40px; font-size:18px; color:#fff; border:0; background: rgb(255, 80, 0);}
.content .leftForm dl button:hover{
    box-shadow: 0 0 15px rgba(0,53,134,0.2);
    -moz-box-shadow: 0 0 15px rgba(0,53,134,0.2);
    -webkit-box-shadow: 0 0 15px rgba(0,53,134,0.2);
}
.content .rBox{float: left;width: 50%;}
/* .ServiceQuoInq .SerBox .rQueryBox{float: left; line-height: 0; width:100%; margin: 20px 0 0 0;} */
.rQueryBox img{ width: 100%;}
.content .rBox .rResultBox{float: left;width:100%;}
.content .rBox .rResultBox .carTable{float: left; width: 88%;  margin-top: 20px;}
.content .rBox .rResultBox .carTable .dlBox{float:left; width: 50%; text-align: center; font-size: 18px;}
.content .rBox .rResultBox .carTable .dlBox dt{float: left; width: 100%; border:1px solid #000;background: #3e3e3e;color:#fff;line-height: 33px;}
.content .rBox .rResultBox .carTable .dlBox dd{float: left; width: 100%;border:1px solid #000;color:#000;line-height: 33px;}
.content .rBox .rResultBox .carTable .dlBox dd.blue{background: #cbe8f8;}
.content .rBox .rResultBox .carTable .dlBox:nth-child(2) dt{background: rgb(255, 80, 0); color:#fff;}
.content .rBox .rResultBox .carTable .dlBox:nth-child(2) dd{color:#000000;}

@media screen and (max-width:1099px) {
    .ServiceQuoInq{width: 100%;}
    .ServiceQuoInq .ServiceQuoHd li{font-size: 20px;}
    .ServiceQuoInq .SerBox .leftForm dl select{font-size: 16px;}
    .ServiceQuoInq .SerBox .leftForm dl button{font-size:16px;}
    .ServiceQuoInq .SerBox .rResultBox .carTable .dlBox{font-size: 16px;}
}



@media screen and (max-width: 1080px) {
	.block1 {
		height: 150px;
		padding-bottom: 20px;
	}
	.block1-banner {
		justify-content: space-between;
	}
	.block1-input-wrap {
		width: 49%;
		margin-right: 0;
	}
	.block1-input {
		width: 100%;
	}
	.block1-selectpicker {
		width: 100%;
	}
}

@media screen and (max-width: 740px) {
	.tab {
		font-size: 16px; padding: 10px 15px;
	}
	.block1 {
		padding: 10px 0;
	}
	.block1-title {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.block1-input-wrap {
		font-size: 14px;
	}
	.block1-input {
		height: 35px;
		font-size: 12px;
	}
	.block1-selectpicker {
		height: 35px;
	}
	.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
		line-height: 35px;
		font-size: 12px;

	}

	.check-btn {
		width: 100%;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		margin-top: 10px;
	}
	.list-wrap {
		padding: 10px 0;
	}
	.list-item {
		padding: 10px;
		height: auto;
	}
	.list-item img {
		width: 100px;
		height: 100px;
		object-fit: cover;
		margin-right: 10px;
	}
	.list-item-title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.list-item p {
		font-size: 12px;
		margin-bottom: 0px;
		line-height: 1.5;
	}

    .pageMargin { width: 95%;}
    .ServiceQuoInq .ServiceQuoHd li{font-size: 15px; height: 35px; line-height: 35px;}
    .ServiceQuoInq .ServiceQuoHd li span:last-child{display: block;}
    .ServiceQuoInq .ServiceQuoHd li span:first-child{display: none;}
    .content .leftForm{width: 100%; padding: 0;}
    .content .leftForm dl{width: 48%; margin-top: 15px;padding-left: 0}
    .content .leftForm dl:last-child{width: 100%; display:block; text-align: center}
    .content .leftForm dl span{display: none;}
    .content .leftForm dl:nth-child(2n){float: right;}
    .content .leftForm dl select {
        font-size: 14px;
        background: url("../image/pro19.png") no-repeat right 10px center;
        background-size: 16px 8px;
    }
    .content .leftForm dl select.on {
        background: url("../image/pro19_1.png") no-repeat right 10px center;
        background-size: 16px 8px;
    }
    .content .leftForm dl button{width: 48%; display: inline-block; float:none; font-size: 15px;}
    .content .rBox{width: 100%;}
    .content .rBox .rResultBox .carTable{width: 100%;}
    .content .rBox .rResultBox .carTable .dlBox{font-size: 15px;}
}