.release_up_pic{ width:100%;}
.release_up_pic .tit {
	padding: 12px;
	font-size: 1.4rem;
	color: #999;
}
.release_up_pic .tit h4 {
	font-weight: normal;
}
.release_up_pic .tit h4 em {
	font-size: 1.1rem;
}
.release_up_pic .up_pic {
	background-color: #fff;
	padding: 15px 12px;
	font-size: 0;
	margin-left:0;
	padding-bottom: 3px;
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
}
.release_up_pic .up_pic .pic_look {
	width: 33%;
	height: 80px;
	display: inline-block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	margin-left: 3.3333%;
	margin-bottom: 12px;
	position: relative;
}
.release_up_pic .up_pic .pic_look em {
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #ff0000;
	color: #fff;
	font-size: 18px; 
	right: 5px;
	top: 5px;
	text-align: center;
	line-height: 22px;
	border-radius: 50%;
	font-weight: bold;
}
.chose_pic_btn {
	width: 33%;
	height: 80px;
	position: relative;
	display: inline-block;
	background-image: url(add.png);
	box-sizing: border-box;
	background-size: 30px 30px;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #dbdbdb;
	margin-left: 3.3333%;
	margin-bottom: 12px;
}
.chose_pic_btn input {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	width: 100%;
	height: 100%;
}


.release_btn {
	padding: 0 24px;
	margin-top: 70px;
}
.release_btn button {
	width: 100%;
	background-color: #2c87af;
	font-size: 1.4rem;
	color: #fff;
	border: none;
	border-radius: 3px;
	height: 45px;
	outline: none;
}
.release_btn button.none_btn {
	background-color: #f2f2f2;
	color: #2c87af;
	border: 1px solid #2c87af;
	margin-top: 15px;
}


.upd_pic {
	background-color: #fff;
	padding: 15px 12px;
	font-size: 0;
	margin-left: -3.33333%;
	padding-bottom: 3px;
	/*border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;*/
}
.upd_pic .pic_look {
	width: 33%;
	height: 80px;
	display: inline-block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	margin-left: 3.3333%;
	margin-bottom: 12px;
	position: relative;
}
.upd_pic .pic_look em {
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #ff0000;
	color: #fff;
	font-size: 18px; 
	right: 5px;
	top: 5px;
	text-align: center;
	line-height: 22px;
	border-radius: 50%;
	font-weight: bold;
}


#delete_pic{cursor:pointer;}
/*图片查看框*/
.templates{display:none;}
.fullsc{
	display:none;
	width:100%;
	height:100%;
    position: fixed;
    _position:absolute;
    overflow: hidden;
	top:0;
    z-index: 888;
	float:left;
	background-color:#fcfcfc;
}
.closes{
	display:none;
	background:url(closes.png) right no-repeat;
	height:32px;
	width:100%;
	position: fixed;
    _position:absolute;
	top:0;
    z-index: 889;
	opacity:0.5;
	-moz-opacity: 0.5;
	background-color:#fcfcfc;
}

.ui-flex {

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.ui-flex, .ui-flex *, .ui-flex :after, .ui-flex :before {
  box-sizing: border-box
}

.ui-flex.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.ui-flex.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.fullsc .cell img{max-width:100vw; max-height:100vh;}

/*弹出层*/
.fdiv{position:fixed; width:100%; height:100%; top:0; left:0; display:none; }
.fcdiv{width:400px; height:700px;border:2px solid #CCC; margin:auto;}
.ftext{ display:block; width:400px; height:700px; background-color:#FFF; text-align:center;}
.ftext img{ max-width:375px; max-height:677px;}
