/*弹窗*/
#content{ width:1000px; margin:auto;
}
#mask,#maskSlides,#mask-smoll{ background:rgba(0,0,0,0.3); width:100%; position:fixed; top:0px; left:0px; height:10px; 
z-index:999999;
}
#popup{ width:1000px;  box-shadow:5px 8px 8px rgba(0,0,0,0.3); margin:10%  auto 0px; 
}
.popup_tit_lay{ background:#1abc9c; color:#fff; height:40px; line-height:40px; font-size:14px; 
}
.popup_tit_lay span{ display:block;
}
/*.close_btn{ float:right; margin-right:10px; cursor:pointer;
}*/
.popup_tit{  margin-left:10px; font-size: 18px; line-height: 40px;
}
.popup_coment{ padding:20px 30px; border:5px solid #1abc9c; background:#fff; overflow: hidden; overflow: auto;  height: 80%;
}
.popupLay{
	position: relative;
}
.maskClose{
	width: 80px; height: 80px; background: no-repeat center #1BBC9B; position: absolute ; top: 0px; right: -80px; cursor:pointer;
}
.popupLay h1{
	font-size: 24px; margin-bottom: 15px; text-align: center;
}
.popupLay h2{
	font-size: 18px; margin: 30px 0 15px; 
}
.popupLay p{
	 margin-bottom: 15px; text-indent: 2em; line-height: 28px;
	
}
#popup-smoll{
	width: 560px;
	margin:10% auto 0px; 
	box-shadow:5px 8px 8px rgba(0,0,0,0.3);
}
.popup_coment-smoll{ border:5px solid #e74c3c; background:#fff; overflow: hidden; overflow: auto; height:360px ; position: relative ;}
.close_btn_red{
	
}
.poptit{
	height: 40px;
	background: #e74c3c;
	line-height: 40px;
	font-size: 15px;
	padding-left: 10px;
	color: #fff;
}
.popCont{
	padding: 20px 20px 0;
}
.colorRed-im{
	color:#e74c3c;
	margin-top: 20px;
}
.popCont p{
	 margin-bottom: 10px;
}
.pop-btn-lay{
	position: absolute;
	bottom: 0px;
	padding: 10px;
	left: 128px;
}
.pop-btn-lay input{
	height: 49px;
	padding: 0 50px;
	color: #fff;
	border: none;
	border-radius: 5px;
	font-size: 16px;
}
.pop-btn-lay .btn-green
{
    background: #1abc9c;
    margin-left: 10px;
}
.pop-btn-lay .btn-red
{
    background: #3498db;
    margin-left: 10px;
}

select[data-t-type="sel"],textarea[data-t-type="1"]{width: 347px !important;}

.wz {
	position: fixed;
	margin-top: 0px !important;
	top: 108px;
}
