
.head-wrap {
    width: 100%;
    position: relative;
    display: none;
}

.head-wrap img{
    width: 100%;
}
.head-container{
    display: flex;
    align-items: center;
    position: absolute;
    top: .3rem;
    left: 0;
    width: 100%;
    justify-content: space-between;
}
.head-container .addr{
    color: #ffffff;
    font-size: 14px;
     margin-left: 10px;
}
.head-container form{
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
    width: 69%;
    height:30px;
}
.head-container input{
    width: 100%;
    height: 100%;
    outline: none;
    padding: .1rem;
    box-sizing: border-box;
    font-size: .26rem;
}
.head-container button{
    background: none;
    border: none;
    padding: 0 .1rem;
    display: none;
}
.phone-button {
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 10px 10px 10px 0;
}
.phone-button{
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    
}
.phone-bar{
    position: relative;
    display: block;
    width: 25px;
    height: 3px;
    margin: 6px auto;
    background-color: #fff;
    border-radius: 1px;
    -webkit-transition: .3s;
    transition: .3s;
}
.phone-button .phone-bar:nth-of-type(1) {
    margin: 0;
}
.phone-button .phone-bar:nth-of-type(3) {
    margin: 0px;
}


.cross .phone-bar:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    -ms-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
}
.cross .phone-bar:nth-of-type(2) {
    opacity: 0;
}
.cross .phone-bar:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
}
.cross:hover .phone-bar:nth-of-type(2) {
    opacity: 0;
}
.cross:hover .phone-bar:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
}

.pohone-nav{
    position: fixed;
     top: 0;
     bottom: 0;
     right: -75%;
     width: 75%;
     background: #434343;
     box-sizing: border-box;
     padding-top: 20px;
     z-index: 999;
     transition: right .2s;
     transform: translate();
 }
 .pohone-mask{
     position: fixed;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     /* background: rgba(0, 0, 0, .5); */
     z-index: 998;
     display: none;
 }
 .pohone-fen a{
     color: #fefefe;
     text-align: center;
     display: flex;
     font-size: 18px;
     align-items: center
 }
 .pohone-fen img{
     margin-right:10px;
     
     filter: contrast(0%) brightness(200%);
     width:20px;
 
 }
 
 .pohone-fen{
     display: flex;
     align-items: center;
     justify-content: space-between;
     box-sizing: border-box;
     padding:0 5%;
 }
 
 .pohone-nav-box li a{
     display: flex;
     align-items: center;
     justify-content: space-between;
     color: #fefefe;
     padding:15px 5% ;
     border-bottom: 1px solid #595959;
     font-size: 16px;
 }
 .pohone-nav-box li a::after{
     content: '';
     width: 19px;
     height: 14px;
     background: url(../images/m_jaintou.png) center / 100% 100%;
 }
 .pohone-nav-box {
     margin-top: 10px;
 }
 body {
    position: relative;
    transition: right .2s;
}

.banner,
.banner img{
    display: block;
    width: 100%;
}

.tool-wrap{
    width: 1391px;
    margin: -140px auto 35px;
    background: #fff;
    background-color: #ffffff;
    box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    padding: 30px 49px;
    position: relative;
    z-index: 10;
}
.tool-wrap .title .name{
    float: left;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
}
.tool-wrap .title .name i{
    display: inline-block;
    width: 5px;
	height: 24px;
    background-color: #fd521d;
    margin-right: 5px;
    vertical-align: top;
}
.tool-wrap .title .tips{
    float: left;
    font-size: 14px;
    color: #808080;
    line-height: 31px;
    margin-left: 12px;
}
.tool-wrap .list{
    margin-top: 47px;
}
.tool-wrap .list li{
    width: 20%;
    text-align: center;
    float: left;
}
.tool-wrap .list li a{
    display: block;
}
.tool-wrap .list li a i{
    display: block;
    width: 117px;
    height: 117px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.tool-wrap .list li a .name{
    font-size: 18px;
    color: #000000;
    margin-top: 16px;
}
.tool-wrap .list li a .info{
    font-size: 16px;
    color: #808080;
    margin-top: 6px;
}
.tool-wrap .list .Evaluation i{
    background-image: url(../images/tool_icon.png);
}
.tool-wrap .list .maintain i{
    background-image: url(../images/tool_icon2.png);
}
.tool-wrap .list .preservation i{
    background-image: url(../images/tool_icon3.png);
}
.tool-wrap .list .Repair i{
    background-image: url(../images/tool_icon4.png);
}
.tool-wrap .list .regulations i{
    background-image: url(../images/tool_icon5.png);
}

.tool-wrap .list li a:hover .name{
    color: #fd521d;
}

.tool-wrap .list .Evaluation:hover i{
    background-image: url(../images/tool_icon@2x.png);
}
.tool-wrap .list .maintain:hover i{
    background-image: url(../images/tool_icon2@2x.png);
}
.tool-wrap .list .preservation:hover i{
    background-image: url(../images/tool_icon3@2x.png);
}
.tool-wrap .list .Repair:hover i{
    background-image: url(../images/tool_icon4@2x.png);
}
.tool-wrap .list .regulations:hover i{
    background-image: url(../images/tool_icon5@2x.png);
}
.household-wrap{
	 width: 1391px;
    margin: 50px auto 35px;
    background: #fff;
    background-color: #ffffff;
    box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    padding: 30px 50px;
    position: relative;
    z-index: 10;
}
.household .car-list-One li{
    margin-bottom: 40px;
}
.car-list-One{
    margin-top: 24px;
}
.car-list-One li{
    width: 24%;
    height: 352px;
    margin-right: 1.25%;
    float: left;
	margin-top:30px;
}
.car-list-One li:nth-child(4n){
    margin-right: 0;
}


.car-list-One li a{
    display: block;
    width: 100%;
    height: 100%;
    border: solid 1px #dddddd;
    transition: all .5s;
    position: relative;
}
.car-list-One li a:hover .car-list-one-img img{
    transform: scale(1.1);
}
.car-list-One li a .state{
    position: absolute;
    top: 0;
    right: 22px;
    z-index: 10;
}

.car-list-one-img{
    width: 100%;
    height: 194px;
    overflow: hidden;
}
.car-list-one-img img{
    width: 100%;
    height: 100%;
    display: block;
    transition: transform .2s  ease;
}
.car-list-one-details{
    margin-top: 22px;
    box-sizing: border-box;
    padding: 0 8px;
}
.car-list-one-details h3{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #000000;
    transition: all .2s;
}

.info span::after{
    content: '/';
    display: inline-block;
    margin: 0 13px;
}
.info span:last-child::after{
    display: none;
}
.info {
    margin-top: 12px;
    font-size:12px;
    color: #737373;
}

.PriceAndTag{
    margin-top: 23px;
}
.car-list-one-Price{
    font-size: 16px;
    color: #ff0000;
    float: left;
}
.car-list-one-Price b{
    font-size: 24px;
    font-weight: bold;
}
.tag{
    padding: 6px 8px;
    font-size:12px;
    color: #fff;
    float: left;
    margin-left: 16px;
}
.tagYellow{
    background: #ffbd22;
}
.car-list-one-new-car{
    margin-top: 21px;
    font-size: 14px;
    color: #737373;
}
.car-list-one-new-car span{
    text-decoration:line-through
}
.car-list-One li a:hover{
    border: 1px solid #ff5a37;
}
.car-list-One li a:hover .car-list-one-details h3{
    color: #ff5a37;
}
.household-title{
	display:flex;
	    align-items: flex-end;
}
.household-title em{
	display:block;
		width: 5px;
	height: 24px;
	background-color: #fd521d;
	margin-right:5px;
	
}
.household-title span{
		font-size: 24px;
	color: #000000;
	margin-right:5px;
	    font-weight: bold;
}
.household-title p{
font-size: 14px;
    color: #808080;

    margin-left: 12px;
	
}
@media(max-width:768px){
    .head-wrap{
        display: block;
    }
    .common-footer-wrapper,
    .banner{
        display: none;
    }
  
  
    .tool-wrap{
        width: 100%;
        padding: 0 10px;
        margin: 10px 0 0 0;
        box-shadow: none;
    }
    .tool-wrap .title .name{
        font-size: 18px;
    }
    .tool-wrap .title .name i{
        height: 18px;
    }
    .tool-wrap .title .tips{
        margin-left: 0;
		width:100%;
    }
    .tool-wrap .list li{
        width: 50%;
        margin-bottom: 20px;
    }
    .tool-wrap .list {
        margin-top: 15px;
    }
    .tool-wrap .list li a i{
        width: 60px;
        height: 60px;
    }
    .tool-wrap .list li a .name{
        font-size: 14px;
        margin-top: 10px;
    }
    .tool-wrap .list li a .info{
        font-size: 12px;
    }
	.household-title em{
		width: 5px;
    height: 18px;
    background-color: #fd521d;
    margin-right: 5px;
    vertical-align: top;
	}
.household-title span{
	    font-size: 18px;
}
.household-title{
	flex-wrap:wrap;
}
	.household-title p{
		margin-top:5px;
		width:100%;
		margin-left:0;
		font-size: 14px;
		line-height: 31px;
	}
	.household-wrap{
		width: 100%;
    padding: 0 10px;
    margin: 10px 0 ;
    box-shadow: none;
	}
	.car-list-One li{
		    width: 100%;
			margin-top:30px;
	}
}