body {
	background-color: #FFFFFF;
}


.searchcontent {
	display: none;
	height: calc(100% - 1rem);
	/*overflow:auto !important;*/
	overflow-y: scroll !important;
	background-color: #FFFFFF;
	z-index: 99999;
}

.search_top {
	width: 100%;
	height: 56px;
	background: #000000;
	display: flex;
	justify-content: space-between;
}

.search_top1 img {
	margin-top: 20.5px;
	margin-left: 11.5px;
	width: 99.55px;
	height: 18px;
}


.search_top2 img {
	margin-top: 16.5px;
	margin-right: 18px;
	width: 20.5px;
	height: 20.5px;
}

.search {
	margin-top: 35px;
}

.search_1 {
	display: flex;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.search_1_1 {
	margin-left: 21.5px;
}

.search_1_1 img {
	width: 15.5px;
	height: 15.5px;
}

.search_1_2 {
	margin-left: 8px;
	width: 85%;
}

#search_text {
	outline: none;
	border: none;
	width: 100%;
	color: #999999;
	font-size: 14px;
	font-family: PingFangSC-Light;
}

.search_2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14.5px;
	height: 1px;
	background-color: #CACACA;
}

.search_main_1 {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32.5px;
	color: #333333;
	font-size: 14px;
	font-family: PingFangSC-Medium;
	font-weight: bold;
	font-size: medium;
}

.search_main_2 {
	display: flex;
	justify-content: space-between;
	margin-top: 27px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}

.search_main_2_1 {
	color: #333333;
	font-size: 14px;
	font-family: PingFangSC-Medium;
	font-weight: bold;
	font-size: medium;
}

.search_main_2_2 {
	position: relative;
}

.search_main_2_2 img {
	width: 9.5px;
	height: 15px;
	-webkit-transition: -webkit-transform 0.6s ease;
	-moz-transition: -moz-transform 0.6s ease;
	-o-transition: -o-transform 0.6s ease;
	-ms-transition: -ms-transform 0.6s ease;
	/*-webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);*/
}

.sactive .search_main_2_1 {
	color: #009999 !important;
}

.Rotate1 {
	position: absolute;
	top: 1px;
	right: 0px;
	opacity: 0;
	transform-origin: 50% 50%;
	-moz-transition: -moz-transform 0.6s ease;
	-o-transition: -o-transform 0.6s ease;
	-ms-transition: -ms-transform 0.6s ease;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.Rotate {
	opacity: 1;
}

.arrowRot {
	opacity: 1;
	transform-origin: 50% 50%;
	-moz-transition: -moz-transform 0.6s ease;
	-o-transition: -o-transform 0.6s ease;
	-ms-transition: -ms-transform 0.6s ease;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.arrowRot1 {
	opacity: 0;
	transform-origin: 50% 50%;
	-moz-transition: -moz-transform 0.6s ease;
	-o-transition: -o-transform 0.6s ease;
	-ms-transition: -ms-transform 0.6s ease;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.division {
	width: 100%;
	height: 1px;
	margin-top: 25px;
	background-color: #CACACA;
	display: none;
}

.search_main4 {
	margin-top: 25.5px;
	margin-left: 20px;
	margin-bottom: 100px;
	display: none;
}

.search_main4_1 {
	color: #333333;
	font-family: PingFangSC-Light;
	font-size: 14px;
	font-weight: bold;
	font-size: Light;
}

.search_main4_2 {
	color: #333333;
	font-family: PingFangSC-Light;
	font-size: 14px;
	margin-top: 25px;
	font-weight: bold;
	font-size: Light;
}

.search_models {
	width: 100%;
	background-color: #F1F1F1;
	/*margin-top: 20px;*/
	/*display: none;*/
	height: 0px;
	overflow: auto;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
}

.search_modelshe {
	height: 100% !important;
}



.search_models_1_1 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.search_models_1_1 img {
	margin-top: 20.5px;
	width: 300px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px dashed #333333;*/
}

.search_models_1_2 {
	width: 100%;
	text-align: center;
	margin-top: 7px;
	font-size: 16px;
	font-family: PingFangSC-Semibold;
	color: #000000;
}

.search_models_1_3 {
	width: 100%;
	text-align: center;
	margin-top: 8.5px;
	font-size: 14px;
	font-family: PingFangSC-Medium;
	color: #999999;
}

.search_models_1_4 {
	display: flex;
	justify-content: space-between;
	margin-top: 16.5px;
}

.search_models_1_41 {
	width: 90px;
	height: 24px;
	border: 1px solid #009999;
	border-radius: 5px;
	color: #009999;
	font-size: 14px;
	font-family: PingFangSC-Medium;
	text-align: center;
	line-height: 24px;
	margin-left: 25%;
}

.search_models_1_41 img {
	width: 15px;
	height: 16px;
}

.search_models_1_42 {
	width: 90px;
	height: 24px;
	border: 1px solid #009999;
	border-radius: 5px;
	color: #009999;
	font-size: 14px;
	font-family: PingFangSC-Medium;
	text-align: center;
	line-height: 24px;
	margin-left: 10px;
	margin-right: 25%;
}

.search_models_1_42 img {
	width: 15px;
	height: 16px;
}

.search_models_1_5 {
	width: 90%;
	height: 5px;
	background-color: #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	margin-top: 23.5px;
}

.shortcut {
	/*width: 100%;
	background-color: #F1F1F1;
	margin-top: 20px;
	display: none;*/
	width: 100%;
	background-color: #F1F1F1;
	/*margin-top: 20px;*/
	/*display: none;*/
	height: 0px;
	overflow: auto;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
}

.shortcutsc {
	height: 100% !important;
	overflow-y: scroll;
}

.shortcut1_1 img {
	width: 80%;
	margin-top: 24.5px;
	margin-left: 10%;
}

.shortcut1_2 {
	margin-top: 16px;
	margin-left: 10%;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 18px;
	text-align: left;
}

.shortcut1_3 {
	margin-top: 10px;
	margin-left: 10%;
	padding-left: 5.5px;
	color: #333333;
	font-size: 12px;
	font-family: PingFangSC-Regular;
}

.shortcut2_1 img {
	width: 80%;
	margin-top: 15.5px;
	margin-left: 10%;
}

.assistant {
	/*width: 100%;
	background-color: #F1F1F1;
	margin-top: 20px;
	display: none;*/
	width: 100%;
	background-color: #F1F1F1;
	/*margin-top: 20px;*/
	/*display: none;*/
	height: 0px;
	overflow: auto;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
}

.assistantsc {
	height: 100% !important ;
	overflow-y: scroll;
}
.assistantsc1 {
	height: 140px !important;
	overflow-y: scroll;
}
.assistantsc3 {
	height: 285px !important;
	overflow-y: scroll;
}
.assistantsc4 {
	height: 240px !important;
	overflow-y: scroll;
}


.assistant1_1 img {
	width: 80%;
	margin-top: 24.5px;
	margin-left: 10%;
}

.assistant1_2 {
	margin-top: 16px;
	margin-left: 10%;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 18px;
	text-align: left;
}

.assistant1_3 {
	margin-top: 10px;
	margin-left: 10%;
	padding-left: 5.5px;
	color: #333333;
	font-size: 12px;
	font-family: PingFangSC-Regular;
}

.assistant2_1 img {
	width: 80%;
	margin-top: 15.5px;
	margin-left: 10%;
}

.service {
	/*width: 100%;
	background-color: #F1F1F1;
	margin-top: 20px;
	display: none;*/
	width: 100%;
	background-color: #F1F1F1;
	/*margin-top: 20px;*/
	/*display: none;*/
	height: 0px;
	overflow: auto;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
}

.servicesc {
	height: 100% !important;
	overflow-y: scroll;
}

.service1_1 img {
	width: 80%;
	margin-top: 24.5px;
	/*margin-left: 10%;*/
}

/*.service1_2{
	margin-top: 16px;
	padding-left: 5.5px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	font-family: PingFangSC-Semibold;

}*/
.service1_2 {
	margin-top: 16px;
	margin-left: 10%;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 18px;
	text-align: left;
}

.service1_3 {
	width: 80%;
	text-align: left;
	margin-top: 10px;
	margin-left: 10%;
	/* padding-left: 5.5px; */
	color: #333333;
	font-size: 12px;
	font-family: PingFangSC-Regular;
}

/*.service1_3{
	width: 80%;
	margin-top: 10px;
	margin-left: 10%;
	padding-left: 5.5px;
	color: #333333;
	font-size: 12px;
	font-family: PingFangSC-Regular;
}*/
.service2_1 img {
	width: 80%;
	margin-top: 15.5px;
	/*margin-left: 10%;*/
}


.sactive .main_2_1 {
	color: #009999;
}

.limg {
	width: 15.5px !important;
	height: 10px !important;
}

.rotate {
	transform: rotate(0);
	transtion: all .3s linear;
	-webkit-transform: rotate(0);
	-webkit-transtion: all .3s linear;
}

.rotate1 {
	transform: rotate(45deg);
	transtion: all .3s linear;
	-webkit-transform: rotate(45deg);
	-webkit-transtion: all .3s linear;
}

.dashengType {
	color: #fff;
	padding: 0 10px;
	box-sizing: border-box;
}

.dashengType-title {
	text-align: center;
	font-size: 16px;
	/* border: 1px dashed #fff; */
	padding: 12px 0;
	background: url("../assets/home/car-bg-new.png") 0 0 no-repeat;
	background-size: 100%;
	box-sizing: border-box;
	height: auto;
	line-height: 0.5;
}

.dasheng-car1 {
	/* border: 1px solid #fff; */
	display: flex;
	padding-top: 30px;
}

.dasheng-car2 {
	/* border: 1px solid #fff; */
	display: flex;
	padding-top: 30px;
}

.dasheng-car3 {
	/* border: 1px solid #fff; */
	display: flex;
	padding-top: 30px;
}

.car-box {
	/* flex: 1; */
}

.car-box-r {
	flex: 1;
	text-align: right;
	padding-left: 10px;
}

.car-new {
	/* width: 100%; */
	height: 64px;
	object-fit: contain;
	/* max-width: 160px; */
}

.car-p1 {
	padding-top: 15px;
	font-size: 14px;
	text-align: left;

}

.car-span {
	float: right;
	/* border: 1px solid #000; */
	padding: 0 5px;
	font-size: 12px;
	background-color: #39aeb1;
	border-radius: 3px;
}

.car-p2 {
	padding-top: 5px;
	font-size: 12px;
	text-align: left;

}
.modal-car-box {
	display: flex;
	/* justify-content: space-between; */
	justify-content: space-around;
	flex-wrap: wrap;

}
.car-box-new {
	margin-left: 6px;
	/* width: 48%;
	max-width: 48%; */
	margin-bottom: 15px;
	/* padding-right: 6px;
	padding-left: 6px; */
    box-sizing: border-box;
    /* min-width: 160px; */
}
.swiperCarHeader {
	width: 236px;
	height: 26px;
	margin: 30px auto;
	display: block;
	margin-bottom: 0;
}
.ycHeader {
	width: 222px;
	height: 90px;
	display: block;
	margin: 34px auto 0px;
}
.code-swarch-img {
	/* width: 136px; */
	height: 20px;
	display: block;
	margin: 0 auto;
}
.code-swarch-img>img {
	/* width: 100%; */
	height: 100%;
	object-fit: contain;
	margin: 0 auto;
	display: block;
}
.code-code {
	margin-bottom: 6px;
}
.code-box-new {
	margin-top: 7px;
}
.bottomGlo {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.24rem;
	color: #fff;
	margin-top: 16px;
}
.bottomGlo>img {
	margin-left: 6px;
	width: 78px;
	height: 16px;
}
.modalBottomBox {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	margin-top: 17px;
	margin-bottom: 40px;
}
.mhgun {
	width: 100%;
	height: 1px;
}
.modalBottomBoxNav {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 32px;
}
.modalBottomBoxNavImg {

	margin-left: 16px;
}
.modalBottomBoxNavImg:nth-child(1) {
	width: 16px;
	height: 24px;
}
.modalBottomBoxNavImg:nth-child(2) {
	width: 24px;
	height: 24px;
}
.modalBottomBoxNavImg:nth-child(3) {
	width: 3px;
	height: 24px;
}
.modalBottomBoxNavImg:nth-child(4) {
	width: 116px;
	height: 24px;
}