.imgCWrap{
	padding-bottom:30px;
}
.topbar{
   width:100%;
   height:80px;
   border-radius:5px;
   background:#46b346;
}
.posterListContent{
	display:flex;
	overflow:hidden;
	padding: 0 0 15px 0;
}
.classifyNavTip{
	font-size:16px;
	color:#484848;
}
.classifyNav{
	padding-top:5px;
}
.classifyNav li{
	width: 90%;
	border:1px solid #ddd;
	border-radius:5px;
	background:#fff;
	color:#999;
	padding: 6px 15px;
	margin-bottom: 7px;
	cursor:pointer;
}
.posterStyleNav{
	width: 200px;
	border-right: 1px solid #f1f1f1;
	margin-right:20px;
	padding-left: 20px;
}
.posterStyleData{
	flex: 1;
	width:100%;
    background: #fff;
    padding: 20px 0 10px 0;
    background: #f5f5f5;
    border-radius: 5px;
}

.posterStyleDataBox{
	overflow:hidden;
	position: relative;
    margin: 0 auto;
    min-height: 200px;
}
.oneli{
	position: absolute !important;
    background-color: #fff;
}
.oneli img{
	width:220px;
	display: block;
}
.addCustomTemplate{
	width:220px;
	height:250px;
	cursor:pointer;
	
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.addCustomTemplate i{
	color: #e0e0e0;
	font-size: 38px;
	margin-top:10px;
}
.addCustomTemplate:hover{
	background:#f6fffc !important;
}
.addCustomTemplate:hover i{
	color:#0FB492;
}
.itemImgCon{
	position:relative;
}
.itemTxtCon{
	padding:5px 5px;
}
.itemPrice{
	color:#ff6b00;
}
.itemMask{
	width: 220px;
	height: 264px;
	background: rgba(0,0,0,.6)!important;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display:none;
}
.collectionSelect{
	position:absolute;
	top:5px;
	left:10px;
	
}
.collectionSelect i{
	font-size:25px;
}
.collectionFalse{
	color:#999;
}
.collectionTrue{
	color:#ff6f33;
	display:none;
}
.scActiveBg .collectionFalse{
	display:none;
}
.scActiveBg .collectionTrue{
	display:block;
}
.itemMask ul{
	position:absolute;
	overflow:hidden;
	margin-top: -39px;
	margin-left: -75px;
	left: 50%;
	top: 50%;
}
.itemMask ul li{
	padding: 7px 0;
	width: 150px;
	background: #fff;
	border-radius: 5px;
	cursor:pointer;
	
	moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.itemMask ul li:nth-child(1){
	margin-bottom:10px;
	background:#f9e8ba !important;
}
.classifyBg{
	background:#3ab4aa !important;
	color:#fff !important;
	border:1px solid #3ab4aa !important;
}

/* 补充 */
.fl{
	float:left;
}
.fr{
	float:right;
}
.imgCWrap{
	padding-top:30px;
}
.navWrap{
    overflow:hidden;
}
.myPosterbtn{
	padding: 4px 12px;
	cursor:pointer;
	color: #fff;
	background: #ff6f33;
	border-radius: 5px;
	border: 1px solid #f1f1f1;
	
	
}
.noSelectCss{
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

/*模板类型start*/
#designTemplateTyleView{
  display:none;
}
#designTemplateTyleView .pcViewMain{
  width:600px;
  margin-left:-300px;
}
.designTemplateTyleCon{
	width:100%;
	overflow:hidden;
	padding:40px 0;
	text-align:center;
	
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.designTemplateTyleCon span{
	padding:10px 0;
	width:135px;
	border:1px solid #ddd;
	border-radius:5px;
	text-align:center;
	float:left;
	margin-right:10%;
	cursor:pointer;
}
.designTemplateTyleCon span:hover{
	color:#fff;
	border:1px solid #0FB492 !important;
	background:#0FB492 !important;
}
.designTemplateTyleCon span:last-child{
	margin-right:0;
}
/*模板类型end*/