
@charset "utf-8";



.contentTab{
	margin: 0 auto;
	width: 483px;
	height: 37px;
}

.contentTab li{
	margin-top: 30px;
	float: left;
	width: 120px;
	height: 37px;
	text-align: center;
	border-right: 1px solid #e7e4e3;
}

.contentTab li:last-child{
	border-right: none;
}

.contentTab li span{
	font-size: 18px;
	padding-bottom: 7px;
}

.contentTab li.active span{
	border-bottom: 3px solid #fca717;
}

.modelWrap{
	float: left;
	width: 100%;
	height: 347px;
	margin: 30px 33px 0 33px;
}

.modelWrap .modelImg{
	float: left;
	width: 230px;
	height: 345px;
	border: 1px solid #e7e4e3;
	margin-right: 10px;
	text-align: center;
}

.modelWrap .modelImg:last-child{
	margin-right: 0;
}

.modelWrap .modelImg img{
	width: 90%;
}

.Tab_container{
	float: left;
	width: 100%;
	height: 200px;
}

.Tab_container .tab_content{
	margin: 10px auto;
	width: 956px;
	height: 188px;
	border: 1px solid #e7e4e3;
}

.Tab_container .innerTab{
	float: left;
	width: 100%;
	height: 30px;
	background-color: #fca717;
}

.Tab_container .innerTab li{
	float: left;
	color: #fff;
	width: 70px;
	height: 20px;
	padding: 5px 20px;
	text-align: center;
	border-right: 1px solid #fff;
	font-weight: normal;
}

.Tab_container .innerTab li.active{
	background-color: #fff;
	color: #000;
}

.Tab_container .innertab_content{
	width: 100%;
	height: 160px;
	float: left;
}


.etcTabWrap{
	
}

.etcTabWrap .etcTab{
	display: inline-flex;
	margin: 15px 0 0 15px;
}

.etcTabWrap .etcTab li{
	border: 1px solid #e7e4e3;
	margin-right: 20px;
	width: 120px;
	height: 120px;
	float: left;
}

.Modalmask{
	display: none;
	position: fixed;
	top:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	z-index: 10;
}

.ModelModalWrap{
	display: none;
	position: fixed;
	top:60px;
	left: 22px;
	width: 980px;
	height: 640px;
	background-color: #fff;
	z-index: 100;
}

.ModelModalWrap .closebtn{
	width: 30px;
	height: 30px;
	float: right;
	margin: 20px 20px 0 0;
	cursor: pointer;
}

.mainModelWrap{
	float: left;
	width: 300px;
	height: 306px;
	border: 2px solid #fca717;
	margin: 25px 30px 20px 69px;
}

.mainModelWrap img{
	width: 100%;
}

.accIcon{
	float: left;
	width: 577px;
	height: 305px;
}

.accIcon li{
	width: 75px;
	height: 75px;
	float: left;
	margin: 30px 32px 0 0;
}

.accIcon li.active{
	outline: 1px solid red;
}

.accIcon li img{
	width: 100%;
}

.ModalSaveBtn{
	position: absolute;
	top: 295px;
	right: 70px;
	width: 125px;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
	background-color: #fca717;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.SubModelWrap{
	float: left;
	width: 884px;
	height: 251px;
	background-color: #e7e4e3;
	padding: 17px 48px;
}

.SubModelWrap li{
	float: left;
	width: 278px;
	height: 252px;
	background-color: #fff;
	margin-right: 25px;
}

.SubModelWrap li:last-child{
	margin-right: 0;
}

.SubModelWrap li img{
	width: 100%;
}
