#pop_mask {
	display: block;
    position: fixed;
    background: black;
    z-index: 9996;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    opacity: 0;
	transition: all 0.3s ease-in-out 0s;
}
#pop_mask.show {
    opacity: 0.5;
}
.pop-new{
	z-index: 9997;
	transition: all 0.3s ease-in-out 0s;
	color: #333;
	background: none repeat scroll 0 0 #fff;
	padding: 10px 20px;
	transform: translateY(-2000px);
    border-radius: 4px;
    background-clip: padding-box;
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    display: none;
}
.pop-new.show{
	transform: translateY(0);
}
.pop-new .pop-hd{
	background: #fff none repeat scroll 0 0;
	color: #333;
	font-size: 12px;
	font-weight: 600;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 10px;
	position: relative;
}
.pop-new .pop-hd .icon-bell{
	color: #666;
	left: 5px;
	position: absolute;
	top: 7px;
}
.pop-new .pop-bd .pop-txt{
	padding:  5px 0px;
	font-size: 12px;
	position: relative;
	line-height: 18px;
	color: #666666;
	overflow: hidden;
}
.pop-new .pop-bd .pop-txt.pop-txt-center{
	font-size: 14px;
	text-align: center;
}
.pop-new .pop-bd .pop-txt.pop-txt-center .fa{
	color: #2b91e8;
	font-size: 18px;
	margin-right: 8px;
}
.pop-new .pop-bd .pop-txt b{
	color: #333;
}
.pop-new .pop-bd .pop-txt.pop-txt-tit{
	font-size: 16px;
	margin-bottom: 5px;
	text-align: center;
}
.pop-new .pop-bd .pop-txt li{
	line-height: 22px;
}

.pop-new .pop-close{
	display: block;
	float: right;
	font-size: 30px;
	font-weight: 300;
	height: 30px;
	line-height: 27px;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0;
	transition: all 0.5s ease 0s;
	width: 28px;
}
.pop-new .pop-close:hover{
	transform: rotate(180deg);
}
.pop-new .pop-item{
	margin: 20px;
	position: relative;
}
.pop-new .txt-label{
	height: 32px;
	line-height: 32px;
	width: 80px;
	text-align: right;
	display: block;
	margin-right: 20px;
	float:left;
	font-weight: 600;
	color: #666;
}
.pop-new .item-info{
	float:left;
	width: 220px;
}
.pop-new .txt{
    height: 30px;
    line-height: 28px;
    outline: 0 none;
    text-indent: 6px;
    width: 210px;
}
.pop-new .bd-top{
	position: relative;
	padding-bottom: 15px;
}
.pop-new .pop-item-remark{
	position: absolute;
	top: 0px;
	left: 332px;
}
.pop-new .pop-item-remark .txt-label{
	height: 136px;
	text-align: auto;
	float: left;
}
.pop-new .pop-item-remark textarea{
	height: 120px;
	float: left;
	width: 180px;
	padding: 8px;
}
.pop-new .bd-bottom{
	border: 1px solid #e5e5e5;
	margin: 0 32px;
	border-radius: 4px;
}
.pop-new .bd-bottom #popBodyContainer{
	height:200px;
}
#popBodyContainer tr{
	height: 48px;
}
.pop-new .bd-bottom .txt{
	border: 1px solid #f5f5f5;
}
.pop-new .bd-bottom .txt:focus{
	border: 1px solid #f08300;
}
.pop-new .bd-bottom th span {
    border-right: 1px solid #e5dfda;
    color: #333;
    display: inline-block;
    width: 100%;
}
.pop-new thead{
	border-bottom: 1px solid #f5f5f5;
}
.pop-new .bd-bottom td div{
	background-color: #f5f5f5;
	padding: 5px;
	height: 32px;
}
.pop-new .bd-bottom td div.item-info{
	width:100%;
}
.pop-new .bd-bottom td.first-td{
	padding-left: 4px;
}
.pop-new .bd-bottom td.last-td{
	padding-right: 4px;
	text-align: center;
}
.pop-new .bd-bottom th{
    padding: 10px 0;
    text-align: center;
}
.pop-new .bd-bottom td{
    padding: 3px 0;
    text-align: left;
    vertical-align: top;
}
.pop-new .bd-bottom tfoot{
	border-top: 1px solid #f5f5f5;
}
.pop-new .bd-bottom tfoot td{
	padding: 0px;
	text-align: left;
}
.pop-new .bd-bottom .btn-pop-delete{
	height: 32px;
	line-height: 32px;
	display: inline-block;
}
.pop-new .pop-ft{
	border-top: 1px solid #d5d5d5;
	margin-top: 10px;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
	text-align: center;
}
.pop-new .pop-ft.no-border-top{
	border-top: 0px solid #d5d5d5;
}
.pop-new .pop-ft label.css-label{
	font-size: 12px;
}
.pop-new .pop-btn{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	padding: 0 20px;
	font-size: 14px;
	background-color: #2b91e8;
	color: #fff;
	border-radius: 2px;
}
.pop-new .people-num{
	background-color: #c2c2c2;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 50px;
}
.pop-new .bd-bottom .txt.error{
	border: 1px solid #f08300;
}
.pop-new .submit-pop{
	
}
.pop-new .reset-pop{
	background-color: #fff;
	color: #2b91e8;
}
.pop-new .icon-close {
    background-position: -180px -58px;
    height: 14px;
    left: 3px;
    top: 5px;
    width: 14px;
}
.pop-new .pop-fr {
	text-align: right;
}

@media screen and (max-width: 720px) {
	.pop-new {
		width: 80% !important;
	}
}