@charset "UTF-8";
/*** reset ***/

label{
	cursor: auto;
}
.b-purple{
	background: #AF1E24;
}
.iconp{
	width: 15px;
	height: 15px;
	background: url(../../img/popup.png) no-repeat;
}
.mr15{
	margin-right: 15px;
}
.popup-fixed{
	width: 350px;
	position: fixed;
	left: 50%;
	top: 20%;
	margin-left: -175px;
	background: #fbfbfb;
	font-size: 12px;
	z-index: 999;
	overflow: hidden;
}
.popup-box{
	position: relative;
	overflow-y: scroll; 
    width: 370px;
	max-height: 400px;
}
.popup-fixed h2{
	font-size: 14px;
	height: 37px;
	line-height: 37px;
	color: #fff;
	padding-left: 18px;
}
.popup-del{
	position: absolute;
	top: 12px;
	right: 12px;
	background-position: -46px 0;   
	cursor: pointer;
}
.popup-main{
	padding: 17px 0 14px;
}
.popup-main label{
	width: 93px;
	height: 37px;
	line-height: 24px;
	text-align: right;
	padding-right: 8px;
	color: #828282;
	display: inline-block;
}
.popup-main .popup-input{
	width: 198px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #dcdddc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #1e1f1f;
	font-size: 12px;
	text-indent: .5em;
}
.popup-main .popup-select{
	width: 200px;
	overflow: hidden;
	background: url(../../img/popup1.png) no-repeat right top;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.popup-btn button{
	width: 86px;
	height: 26px;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 27px;
}
.popup-btns{
	width: 86px;
	height: 26px;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.popup-btn .popup-cancel{
	background: #fff;
	border: 1px solid #dcdddc;
	color: #965d9e;
    margin-left: 10px;
}
.popup-complete label{
	float: left;
	margin-top: -3px;
	height: 40px;
}
.popup-txt{
	width: 200px;
	float: left;
}
.popup-group{
	width: 666px;
	margin-left: -333px;
}
.group-box{
	width: 686px;
}
.group-main-l,.group-main-r{
	padding: 17px 0 0;
	float: left;
}
.group-main-l label{
	width: 110px;
}
.group-main-r label{
	width: 90px;
}
.popup-valid{
	cursor: pointer;
}
.popup-valid .iconp{
	background-position: -16px 0;
}
.popup-yes .iconp{
	background-position: 0 0;
}
.popup-address{
	padding: 0 0 14px;
}
.popup-address .popup-input,.popup-address  span{
	width: 500px;
}
/*遮罩层*/
.dark{
	width: 100%;
    height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
    background: #000;
    display: none;
    z-index: 998;
}