.pop-layer p.ctxt {
	color: #666;
	line-height: 25px;
}
.pop-layer .btn-r {
	width: 100%;
	margin: 10px 0 20px;
	padding-top: 10px;
	border-top: 1px solid #DDD;
	text-align: right;
}
.pop-layer {
	display: none;
	position: absolute;
	top: 40%;
	left: 50%;
	width: 340px;
	height: auto;
	background-color: #fff;
	z-index: 10;
}
.dim-layer {
	display: none;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.dim-layer .dimBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	filter: alpha(opacity = 50);
}
.dim-layer .pop-layer {
	display: block;
}
.option_wrap {
    display: block;
    line-height: 18px;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    top: 70px;
    left: 150px;
}
.memo {
    display: block;
    width: 100%;
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    color: #999;
    border-top: 1px solid #e1e1e1;
    margin-top: 10px;
    padding-top: 10px;
}
.t_number{
	display: inline-flex;
	vertical-align: middle;
}