@charset "utf-8";

.floor-pay{
	height: 900px;
	background: url(images/pay_bg.jpg) no-repeat top center;
	padding-top: 180px;
}
.pay-title{
	position: relative;
}
.pay-cont{
	height: 512px;
	background: #f4f5f5;
	margin-top: 40px;
	border: solid 1px #b9b8b8;
	border-radius: 4px;
	padding: 15px;
}
.pay-cont-t{
	display: inline-block;
	font-size: 24px;
	color: #545353;
	line-height: 30px;
	padding: 0 30px 0 15px;
	background: url(images/pay_icon.png) no-repeat right center;
	cursor: pointer;
}
.pay-wrap{
	height: 405px;
	border: solid 1px #dcdcdc;
	border-radius: 4px;
	margin-top: 15px;
	background: #ffffff;
	padding: 30px 60px;
}
.pay-wrap-t{
	font-size: 20px;
	color: #403f3f;
	font-weight: bold;
	margin-bottom: 38px;
}
.pay-text{
	margin-bottom: 18px;
}
.pay-text-l{
	width: 140px;
	height: 32px;
	line-height: 32px;
	float: left;
	font-size: 16px;
	color: #373636;
	text-align: right;
}
.pay-method .pay-text-l{
	height: 40px;
	line-height: 40px;
}
.pay-text-c{
	float: left;
	width: 246px;
	height: 32px;
}
.pay-method .pay-text-c{
	width: 400px;
}
.pay-text-c input{
	border: solid 1px #D3D2D2;
	width: 234px;
	height: 30px;
	padding: 0 5px;
}
.pay-text-c select{
	
	border: solid 1px #D3D2D2;
	width: 246px;
	height: 32px;
}
.pay-text-c a{
	width: 146px;
	height: 40px;
	border: solid 1px #d2d2d2;
	float: left;
	margin-right: 20px;
	display: block;
	text-align: center;
	background: url(images/y_start.jpg) no-repeat right bottom;
}
.pay-text-c a img{
	margin-top: 6px;
}
.pay-text-c a.on{
	border-color: #fdad01;
	background: url(images/y_end.jpg) no-repeat right bottom;
}
.pay-submit,.register-submit{
	width: 160px;
	height: 48px;
	background: #18d2ff;
	display: block;
	border-radius: 4px;
	font-size: 20px;
	line-height: 48px;
	text-align: center;
	margin: 50px auto 0;
	color: #FFF;
	text-decoration: none;
}

.pay-tips{
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	float: left;
	padding: 0 10px;
	color: #ff0903;
}
.floor-register{
	width: 100%;
	height: 900px;
	padding-top: 180px;
	background: #fff;
}
.register-cont{
	width: 520px;
	margin: 20px auto;
}
.register-text{
	font-weight: bold;
	font-size: 20px;
	color: #5e5e5e;
	margin-bottom: 30px;
}
.register-text span,.register-p-l span{
	color: #fa2003;
}
.register-p{
	margin-bottom: 18px;
}
.register-p-l{
	width: 160px;
	text-align: right;
	color: #2a2d2e;
	font-size: 16px;
	line-height: 34px;	
	float: left;
}
.register-p-r{
	width: 246px;
	float: left;
}

.register-tips{
	width: 110px;
	float: right;
	text-align: left;
	color: #000;
	font-size: 14px;
	line-height: 34px;
	
}
.register-p-r input{
	width: 234px;
	height: 32px;
	border:solid 1px #747474;
	box-sizing: border-box;
	background: none;
	padding: 0 5px;
} 

.register-p-r input::-webkit-input-placeholder{
    color:#6f6f6f;
}
.register-p-r input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#6f6f6f;
}
.register-p-r input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#6f6f6f;
}
.register-p-r input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#6f6f6f;
}
.register-service{
	font-weight: bold;
	font-size: 20px;
	color: #000;
	text-align: center;
}
.register-service input{
	margin-right: 10px;
}

.pay-popup{
	width: 780px;
	background: #fff;
	padding: 20px;
	z-index: 99;
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -410px;
	border: solid 1px #c2c0c0;
	display: none;
}
.pay-popup-title,.register-popup-title{
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	color: #343434;
	text-align: center;
	border-bottom: solid 1px #dcdcdc;
}
.pay-popup-cont{
	padding: 40px;
}
.pay-popup-cont p{
	font-size: 16px;
	color: #5e5e5e;
	line-height: 30px;
}
.pay-popup-ok,.register-popup-ok{
	width: 116px;
	height: 35px;
	line-height: 35px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	background: #d51603;
	font-size: 16px;
	display: block;
	margin: 30px auto 0;
	text-decoration: none;
}
.register-popup-ok{
	width: 145px;
}
.pay-popup-close,.register-popup-close{
	width: 29px;
	height: 28px;
	display: block;
	position: absolute;
	top: 26px;
	right: 26px;
}
.register-popup{
	width: 776px;
	height: 676px;
	position: fixed;
	top: 10%;
	left: 50%;
	margin-left: -408px;
	background: #FFF;
	z-index: 99;
	border: solid 1px #c2c0c0;
	padding: 20px;
	display: none;
}
.register-popup-cont{
	padding: 0 30px;
	height: 488px;
	overflow-x: hidden;
	margin: 30px 0;
}
.register-popup-cont p{
	font-size: 16px;
	color: #5e5e5e;
	line-height: 30px;
}
.mask{
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
	display: none;
}
#popupCont .popup-close{
	position: absolute;
	top: -18px;
	right: 8px;
	cursor: pointer;
}
.page5-popup{
	width: 812px;
	padding: 40px 0;
	border-radius: 8px;
	background: #fff;
	position: fixed;
	bottom: -100%;
	left: 50%;
	margin-left: -406px;
	z-index: 4;
	text-align: center;
}
.popup-icon{
	display: inline-block;
	margin-bottom: 20px;
}
.popup-text{
	font: 22px/30px "微软雅黑";
	color: #666666;
	margin-bottom: 5px;
}
.go-back{
	position: absolute;
	top: 170px;
	left: 20%;
}
.title1{
	font-size: 35px;
	color: #494848;
	position: relative;
	text-align: center;
}