.PostContBox{
	padding:0px 0;
}
.PostContBox .Type1{
	height:40px;
	background:#FFF;
	position:relative;
	padding:0 50px 0 100px;
}
.PostContBox .Type1:after{
	content:'';
	display:block;
	position:absolute;
	width:96%;
	height:1px;
	background:#EFEFEF;
	left:2%;
	top:-1px;
}
.PostContBox .Type1 dt{
	position:absolute;
	width:90px;
	height:40px;
	line-height:40px;
	overflow:hidden;
	text-align:right;
	left:0;
	top:0;
}
.PostContBox .Type1 dt span{
	display:inline-block;
	color:#F30;
	padding-right:3px;
}
.PostContBox .Type1 dd{
	line-height:40px;
	color:#666;
}
.PostContBox .Type1 dd input[type=text]{
	width:99%;
	height:38px;
	line-height:38px;
	border:0;
	color:#666;
}
.PostContBox .Type1 dd select{
	margin-top:5px;
	height:30px;
}
.PostContBox .Type1 dd span{
	display:block;
	width:50px;
	height:40px;
	line-height:40px;
	text-align:right;
	padding-right:15px;
	position:absolute;
	top:0;
	right:0;
	color:#888;
}
.PostContBox .Type1 dd span.yzimg{
	width:100px;
}
.PostContBox .Type1 dd span.getmap{
	width:110px;
	background:#F90 url(icon_add.png) 5px center no-repeat;
	height:30px;
	top:5px;
	right:10px;
	line-height:30px;
	color:#FFF;
	font-size:14px;
}
.PostContBox .Type2 dt,.PostContBox .Type3 dt{
	line-height:40px;
	width:90px;
	text-align:right;
}
.ImgContBox,.PostContBox .Type2 dd{
	padding:15px;
	background:#FFF;
}
.ListArea{
	display:table;
	height:30px;
}
.ListArea li{
	display:table-cell;
	vertical-align:middle;
	padding-right:5px;
}
.ListArea li select{
	max-width:70px;
}
.addpicButter{
	width:75px;
	text-align:right;
}
.addpicButter span{
	display:inline-block;
	width:60px;
	height:60px;
	border:#CCC solid 1px;
	background:#EFEFEF;
	border-radius:5px;
	position:relative;
	cursor:pointer;
	box-shadow: 0 3px #999;
}
.addpicButter span:hover{
	background:#DDD;
	box-shadow: 0 3px #666;
}
.addpicButter span:active {
  background:#CCC;
  box-shadow: 0 3px #555;
  transform: translateY(2px);
}
.addpicButter span:before,.addpicButter span:after{
	content:'';
	display:block;
	position:absolute;
	background:#AAA;
}
.addpicButter span:before{
	width:50%;
	height:4%;
	left:25%;
	top:48%;
}
.addpicButter span:after{
	height:50%;
	width:4%;
	top:25%;
	left:48%;
}
.ImgContBox .ListPics{
	width:100%;
	overflow:hidden;
}
.ImgContBox .ListPics:after{
	content:'';
	display:block;
	clear:both;
}
.ImgContBox .ListPics .List{
	width:25%;
	overflow:hidden;
	float:left;
	position:relative;
}
.ImgContBox .ListPics .List:before{
	content:'';
	display:block;
	padding-top:100%;	
}
.ImgContBox .ListPics .List div{
	position:absolute;
	width:90%;
	height:90%;
	border:#CCC solid 1px;
	border-radius:3px;
	overflow:hidden;
	left:5%;
	top:0;
	filter:alpha(opacity=60); 
	-moz-opacity:0.6; 
	opacity:0.6;
}
.ImgContBox .ListPics .List:hover div{
	filter:alpha(opacity=100); 
	-moz-opacity:1; 
	opacity:1;
	background:url(move.png) center center no-repeat;
	background-size:50% 50%;
}
.ImgContBox .ListPics .List div img{
	max-width:95%;
	max-height:95%;
	position:absolute;
	left:50%;
	top:50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
	
}
.ImgContBox .ListPics .List:hover div:after{
	content:'';
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:url(move.png) center center no-repeat;
	background-size:50% 50%;
}
.ImgContBox .ListPics .List span{
	display:block;
	position:absolute;
	width:20%;
	height:20%;	
	top:1%;
	right:6%;
	background:url(del.png) center center no-repeat;
	background-size:100% 100%;
	filter:alpha(opacity=60); 
	-moz-opacity:0.6; 
	opacity:0.6;
	/*background:rgba(255,0,0,0.6);
	border-radius:50%;*/
}
.ImgContBox .ListPics .List span:hover{
	filter:alpha(opacity=100); 
	-moz-opacity:1; 
	opacity:1;
}
.PcUpimgBox{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:100;
	display:none;
}
.BackBox{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,0.6);
}
.iframe{
	position:absolute;
	width:280px;
	height:50px;
	border:#F30 solid 1px;
	background:#FFF;
	border-radius:5px;
	left:50%;
	top:50%;
	padding:20px 10px 0 10px;
  -webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
}
.iframe iframe{
	width:100%;
	height:100%;
}
.spacDiv{
	height:15px;
	width:100%;
	clear:both;
}
.ButterSpac{
	height:60px;
	width:100%;
	clear:both;
}
.ButterBox{
	position:fixed;
	width:100%;
	height:40px;
	left:0;
	bottom:0;
}
.ButterBox .butter{
	max-width:640px;
	height:40px;
	background:rgba(255,30,0,0.8);
	text-align:center;
	line-height:40px;
	position:relative;
	margin:auto;
	font-size:20px;
	color:#FFF;
}
.ButterBox .butter input[type=submit]{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	filter:alpha(opacity=00); 
	-moz-opacity:0; 
	opacity:0;
	cursor:pointer;
}
.minhead{
	line-height:40px;
	text-indent:25px;
	background:#F5F5F5;
}
.MoreInfo{
	background:#FFF;
	padding:0 15px 10px 15px;
	line-height:20px;
	font-size:14px;
	color:#888;
}
/*Òþ²Øµ×²¿**/
.CopyRight,footer{
	display:none;
}
/***/
div.TypeM{
	background:#FFF;
	position:relative;
}
div.TypeM:before{
	content:'';
	display:block;
	width:100%;
	height:1px;
	background:#DDD;
	position:absolute;
	left:0;
	top:-1px;
}
dl.MTable{
	display:table;
	width:96%;
	margin:auto;
}
dl.MTable dt.MtdL,dl.MTable dd.MtdR{
	display:table-cell;
	padding:5px;
	text-align:left;
	line-height:25px;
}
dl.MTable dt.MtdL{
	width:90px;
	text-align:right;
}
dl.MTable dd.MtdR{
	color:#666;
}
dl.MTable dd.MtdR input[type=text]{
	border:#DDD solid 1px;
	color:#666;
	border-radius:3px;
	text-indent:5px;
}
dl.MTable dd.MtdR span.morelist{
	display:inline-block;
	padding:2px 8px 2px 0;
}
div.TypeM dl.Mconts dt.MtdL{
	line-height:40px;
	background:#F5F5F5;
	text-indent:25px;
}
div.TypeM dl.Mconts dd.MtdR{
	padding:5px;
}
/*****/
@media (max-width: 400px) {
	div.TypeM{
		font-size:14px;
		line-height:20px;
	}
	dl.MTable dt.MtdL{
		width:75px;
	}
}