* {
	padding: 0px;
	margin: 0px;
}

.pop {
	display: none;
	z-index: 130;
	width: 600px;
	height: 350px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position:fixed; top:50%; left:50%;
	margin: -200px 0 0 -325px;
	padding: 25px;
	z-index: 130;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 3px 18px rgba(100, 0, 0, .5);
}

.pop-top {
	height: 40px;
	width: 100%;
	border-bottom: 1px #E5E5E5 solid;
}

.pop-top h2 {
	float: left;
	display: black;
	text-align: center;
	color: #f89d1a;
	width: 95%;
	font-size: 18px;
}

.pop-top span {
	float: right;
	cursor: pointer;
	font-weight: bold;
	display: black
}

.pop-foot {
	height: 50px;
	line-height: 50px;
	width: 100%;
	border-top: 1px #E5E5E5 solid;
	text-align: right;
}

.pop-cancel,
.pop-ok {
	padding: 8px 15px;
	margin: 15px 5px;
	border: none;
	border-radius: 5px;
	background-color: #337AB7;
	color: #fff;
	cursor: pointer;
}

.pop-cancel {
	background-color: #FFF;
	border: 1px #CECECE solid;
	color: #000;
}

.pop-content {
	height: 320px;
}

.pop-content-left {
	float: left;
}

.pop-content-right {
	width: 310px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 35px;
}

.bgPop {
	display: none;
	position: fixed;
	z-index: 129;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}

.pagecx {
	padding: 0 50px;
	height: 320px;
}

.drop_select {
	border: 1px solid #dcdcdc;
	height: 40px;
	line-height: 40px;
	width: 135px;
	margin-top: 20px;
	width: 240px;
}

.drop_text {
	border: 1px solid #dcdcdc;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	width: 450px;
	margin-top: 15px;
}

.drop_text1 {
	border: 1px solid #dcdcdc;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	width: 353px;
	float: left;
}

.PerChick {
	margin: 0 auto;
	width: 470px;
}

.PerChick {
	margin: 0 auto;
	width: 470px;
}

.PerBarnboxcx li {
	width: 83px;
	float: left;
	margin-right: 9px;
	border: 1px #dcdcdc solid;
}

.btn {
	background: rgba(0, 0, 0, 0) url("../img/login.png") no-repeat scroll 0 0;
	cursor: pointer;
	display: block;
	height: 39px;
	width: 164px;
}

.drop_list {
	line-height: 42px;
	font-size: 14px;
	margin-top: 14px;
	width: 482px;
	float: left;
}

.drop_list label {
	float: left;
	width: 94px;
	color: #333333;
}