.secondDiv.threeDiv .ExpandWrapList li{
	width:130px;
}
.secondDiv.threeDiv .ExpandWrapList li:first-child{
	width:130px;
}
.secondDiv.threeDiv .ExpandWrapList li:last-child{
	width:210px !important;
}
.secondDiv.threeDiv select{
	border: 1px solid #d8d8d8;
}
.vimg {
	width:100%;
	height:100%;
	text-align:center;
	line-height: 120px;
	border:1px solid #879baa;
	border-radius:8px;
	background:#ebf0f5;
}
.vimg img{
	width:80px;
	margin-top:22px;
}
.li-img{
	position: relative;
	margin-right: 10px;
	list-style: none;
	margin-right:5%;
	width: 120px;
	height: 120px;
	float:left;

}
.secondDiv.threeDiv .uploadName{
	float:none;
	width:90%;
	height:75px!important;
	line-height:24px;
	padding-top:5px;
	padding-bottom:5px;

}
.secondDiv.threeDiv .uploadSpan{
	float:none;
	color:red;
	margin-top:0px;
	line-height:20px;
	height:auto;
	padding-left:10px;
}
.uploadinput ul .upload{
	position:relative;
}
.uploadinput ul .upload input{
	width:120px!important;
	height:120px!important;
	position:absolute!important;
	left:0!important;
	top:0!important;
}
.secondDiv.threeDiv .uploadText{
	width:0;
	padding:0;
	margin:0;
}
.secondDiv.threeDiv .uploadinput{
	padding:0 0 0 22px;
	position:relative;
	min-height:120px;
}
.secondDiv.threeDiv .uploadBox{
	width:33.3333%;
	float:left;
	margin-bottom:30px;
}
.secondDiv.threeDiv .ClassOneName .nostar:before{
	content:'';
}
.secondDiv.threeDiv  .nostar:before{
	content:'';
}
.secondDiv.threeDiv .companyBoxInput .InputBox textarea{
	width: 596px;
	border: 1px solid #d8d8d8;
	min-height: 70px;
	padding:8px;
}
/*进度条*/
.progress{
	max-width: 1232px;
	width: auto;
	position:relative;
	margin:0 auto;
	margin-top:20px;
	height:80px;
	background: #fff;
	box-shadow: none;
}
.progress .modular{
	position: relative;
	display: block;
	float: left;
	background: #fff;
}
.progress .modular p{
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
	font-weight: 600;
}
.progress .modular span{
	display: block;
	float: left;
}
.progress .modular .circle{
	width:40px;
	height:40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	background:#fff;
	color: #e60012;
	border:1px solid #e60012;
	cursor: pointer;
}
.progress .modular .circle.active{
	background:#e60012;
	color: #fff;
}
.progress .modular .noline{
	width: 130px;
	position: relative;
	height: 1px;
	border: none;
	background: #fff; 
}
.progress .modular .line{
	width: 130px;
	position: relative;
	padding: 0;
	height: 1px;
	border: 1px solid #e60012;
	margin-top:20px;
}
.clear{
	clear: both;
}
/*保存*/
.btn_center{
	width:500px;
	position: relative;
	margin:30px auto;
}
.btn_center input{
	width: 130px;
	padding: 8px 0;
	background:#e60012;
	color:#fff;
	font-size:14px;
	text-align: center;
	border:none;
}
/*多选*/
.secondDiv.threeDiv .companyBoxInput .InputBox{
	position: relative;
}
.secondDiv.threeDiv .companyBoxInput .slide_down{
	width: 12px;
	position: absolute;
	top: 13px;
	left: 580px;
}
.secondDiv.threeDiv .companyBoxInput .InputBox .cooperate{
	cursor: pointer;
}
.selectList{
	width:596px;
	height: 300px;
	overflow-y: scroll;
	position:absolute;
	top:35px;
	left:0;
	border:1px solid #d8d8d8;
	z-index: 9;
	background:#fff;
	display: none;
}
.selectList li{
	list-style: none;
	padding: 5px 15px;
	font-size: 14px;
	color: #666666;
}
.selectList li b{
	font-weight: 500 !important;
}
.selectList li input{
  margin-left: 5px;
  margin-top:2px;
  cursor: pointer;
}
.selectList li:hover{
	background-color:#1e90ff;
	color: #fff;
}
@media screen and (max-width: 768px) {
	/*基本信息*/
	.secondDiv.threeDiv .companyWrap,.secondDiv.threeDiv .liaisonWrap,.secondDiv.threeDiv .canClick .ClassOneList,
	.secondDiv.threeDiv .ExpandWrap,.secondDiv.threeDiv .uploadWrap{
			display: block;
	}
	#RegisterDealer .liaisonBtn, #RegisterDealer .ExpandBtn, #RegisterDealer .uploadBtn{
			display: block;
	}
	.secondDiv.threeDiv .ExpandWrapList li{
			display: inline-block;
	}
	.AuthenCon>.content .companyBox .companyBoxInput input, .AuthenCon>.content .companyBox .companyBoxInput textarea {
			width: 100%;
	}
	.btn_center{
			width:130px;
	}
	.secondDiv.threeDiv .companyBoxInput .slide_down{
			left: auto;
			right:5px;
	}
	.secondDiv.threeDiv .companyBoxInput .InputBox textarea{
			width:100%;
	}
	.secondDiv.threeDiv .ExpandWrapList li:first-child{
			width:49%;
	}
	.secondDiv.threeDiv .ExpandWrapList li{
			width:49%;
	}
	.secondDiv.threeDiv .uploadBox{
		width:50%;
	}
	.li-img{
		margin-top:5px;
	}
}