*{
	padding: 0;
	margin: 0;
}
.retail-banner{
	width: 100%;
	height: 400px;
	background: url(/autoweb/images/retail/retail_banner.png)no-repeat center 100%;
	min-width:1200px;
}
.retail{
	width: 100%;
}
.retail-box{
	background: #f9f9f9;
	padding-top: 70px;
}
.retail .title{
	font-size: 36px;
	color: #333;
	font-weight: normal;
}
.retail .center{
	text-align: center;
}
.retail .subtitle{
	font-size: 16px;
	color: #333;
	margin-top: 12px;
	line-height: 24px;
}
.core-width{
	width: 1200px;
	margin: 0 auto;
}
.picshow-box{
	width: 238px;
}
.picshow-box .pic{
	width: 238px;
	height: 420px;
	background: #000;
	border: 2px solid #eee;
}
.retail-flex{
	display: flex;
	display: -webkit-flex; /* Safari */
	justify-content: space-between;
	align-items: center;
}
.retail .h550{
	height: 550px;
	padding: 10px 0;
}

.retail-h600{
	height: 600px;
	background: #fff;
}
.retail .font22{
	font-size: 22px;
	color：#333;
	font-weight: normal;
}
.retail-text{
	width: 444px;
	background: #fff;
	margin: 0 40px;
}
.retail-pic{
	width: 590px;
	height: 460px;
}
.step-box{
	display: flex;
	display: -webkit-flex; /* Safari */
	flex-direction: column;
	align-items: center;
}
.step-box .step{
	height: 92px;
}
.retail-last{
	height: 300px;
}
.btdiv 
{
     width:160px;  height:40px; margin:0 auto;
    
  
}
.btdiv button
{
    height:40px;width:160px; border:none;  color:#fff; 
    background: -webkit-linear-gradient(left,#fec928, #ff8a4a); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#fec928, #ff8a4a); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#fec928, #ff8a4a); /* Firefox 3.6 - 15 */
  background: linear-gradient(left,#fec928, #ff8a4a); /* 标准的语法 */
     border-radius: 5px;
      cursor:pointer;
      font-size:16px;
}