.carmsg,#content{
	background: #fff;
}
/*第二部分*/
.carmsg{
	width: 100%;
	border-top: 1px solid #D8D8D8;
}
.carsize{
	text-align: center;
	font-size: 1.2rem;
	padding:1rem;
}
.carsize div{
	width:80%;
	margin: 0 auto;
	font-weight: 500;
}
.innermsg{
	text-align: center;
	font-size: 15px;
	color: gray;
	padding-top: 20px;
	padding-bottom: 20px;
}
/*点击估值说明弹出框*/
#mask{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99;
}
#state{
	height:395px;
	background: #fff;
	border-radius: 5px;
	z-index: 1000;
	position: fixed;
	top:10%;
	left:1rem;
	right: 1rem;
}
#state .state_box{
	height:100%;
	padding: 1rem;
}
.state_box .close{
	font-size: 1.5rem;
	width: 100%;
}
#state .state_txt{
	padding: 1rem;
}
.state_txt h3{
	text-align: center;
	font-size: 1rem;
}
.state_txt p{
	font-size: 0.8rem;
	padding-top: 1rem;
	text-indent : 1rem;
	line-height: 1.4rem;
}
/*第三部分*/
#content{
	width: 100%;
	margin-top: 0.29rem;
	padding: 1rem;
	text-align: center;
}
.choose{
	width: 100%;
	border-bottom: 1px solid #ECEBEB;
}
 /*图形*/
.chart ul{
	width: 100%;
}
.chart ul li{
	float: left;
	width: 26%;
	height:40px;
	margin-left: 5%;

}
.chart ul li.default{
	border: 1px solid #DEDFE1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 39px;
}
.chart ul li.active{
	height:60px;
	border: 1px solid #F7D0CE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}
.chart ul li a{
	font-size:1rem;
}
.chart ul li a.bgColor{
	display: inline-block;
	width:100%;
	height: 35px;
	line-height: 35px;
	background: #FE4440;
	color: #fff;
	margin-bottom:0.2rem;
}
.chart ul li.active{
	position: relative;
	width: 30%;
}
.active span{
	display: inline-block;
	font-size: 0.8rem;
	margin-top: 0.2rem;
	/*display: flex;*/
	/*justify-content: center;*/
	/*align-items: center;*/

}
/*小三角*/
/*li.active:before{*/
	/*box-sizing: content-box;*/
	/*width: 0px;*/
	/*height: 0px;*/
	/*position: absolute;*/
	/*bottom:-18px;*/
	/*left:50%;*/
	/*margin-left: -10px;*/
	/*border-bottom:10px solid transparent;*/
	/*border-top:10px solid #FFFFFF;*/
	/*border-left:10px solid transparent;*/
	/*border-right:10px solid transparent;*/
	/*display: block;*/
	/*content:'';*/
	/*z-index: 12;*/
/*}*/
/*li.active:after{*/
	/*box-sizing: content-box;*/
	/*display: block;*/
	/*content:'';*/
	/*width: 0;*/
	/*height: 0;*/
	/*border-bottom:10px solid transparent;*/
	/*border-top:10px solid #F7D0CE;*/
	/*border-left:10px solid transparent;*/
	/*border-right:10px solid transparent;*/
	/*position: absolute;*/
	/*bottom:-20px;*/
	/*left:50%;*/
	/*margin-left: -10px;*/
	/*z-index: 10;*/
/*}*/

/*进度条*/
.chart .progress{
	width: 100%;
	border: 1px solid #DADBDD;
	margin-top: 1.4rem;
	position: relative;
}
/*小圆*/
.progress div{
	width: 33.3%;
	float: left;
	position:absolute;
}
.progress   .circle_1{
	top:-5px;
	left:1%;

}
.progress  .circle_2{
	top:-5px;
	left: 35%;
}
.progress .circle_3{
	top:-5px;
	right:0;
}
.progress b{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #DADBDD;
}

/*.progress b.active:before{*/
	/*box-sizing: content-box;*/
	/*display: block;*/
	/*content:'';*/
	/*width: 15px;*/
	/*height: 15px;*/
	/*border: 1px solid red;*/
	/*border-radius: 50%;*/
	/*position: absolute;*/
	/*top:-3px;*/
	/*left: -35.6%;*/
	/*z-index: 10;*/
/*}*/
/*.progress b.active:after{*/
	/*box-sizing: content-box;*/
	/*display: block;*/
	/*content:'';*/
	/*width: 10px;*/
	/*height: 10px;*/
	/*background: #FF3B30;*/
	/*border-radius: 50%;*/
	/*z-index: 10;*/
/*}*/
/*车况的说明*/
.chart .condition li{
	float: left;
	width: 33.3%;
	font-size: 1rem;
}
.chart .condition li span{
	background: #DADBDD;
	border-radius:5px;
	padding: 0.3rem;
}
.chart .condition li span.active{
	border: 1px solid #FE4440;
	background: #fff;
	color:  #FE4440;
}
/*2价格文字说明*/

#content .chart_txt h3{
	font-size: 1rem;
	color: #646464;
	margin-bottom: 1rem;
}
.chart_txt a{
	text-decoration: underline;
	font-size: 1rem;
}
/*残值*/
#value{
	padding: 1rem;
	height: 138px;
}
#value h3{
	font-size: 1rem;
}
#value .line{
	margin-top: 2rem;
}
#value .line dl{
	float: left;
	width: 25%;
	font-size: 0.8rem;
	color: #8C8C8C;
	position: relative;
}

#value .line dl dt{
//position: absolute;
}
#value .line dl dd{

	position: absolute;
	bottom: -69px;
	left: 1px;
	margin: 0.5rem 0 0.5rem 1.4rem;

}

#value .line dl dd.fig{
	width: 40%;
	background: #FE4440;
	margin-left: 1.5rem;
}
#value .line dl dd.line_txt{
	position: relative;
	margin: 0 0.5rem -0.7rem 1rem;
}
#value .line dl dd span{
	position: absolute;
	top: -15px;
	left: -1px;
}

/*.line dl dd.fig1{*/
	/*height: 60px;*/
/*}*/
/*.line dl dd.fig2{*/
	/*height: 50px;*/
/*}*/
/*.line dl dd.fig3{*/
	/*height: 40px;*/
/*}*/
/*.line dl dd.fig4{*/
	/*height: 10px;*/
/*}*/
/*第四部分*/
#btn_box{
	padding: 1rem;
}

.mybtn_1 a,.mybtn_2 a{
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.mybtn_1 a{
	background: #FD4440;
}
.mybtn_2 a{
	background: #4194E3;
}
#btn_box .valuation{
	padding:  1rem;
}
.valuation h4{
color: #888888;
	font-size: 1rem;
	text-align: center;
}






