@font-face{
	font-family: JuliusSansOne-Regular;
	src: url(../fonts/JuliusSansOne-Regular.ttf)
		,url('JuliusSansOne-Regular.ttf'); /* IE9 */
}
@font-face{
	font-family: helvetica-light;
	src: url(../fonts/helvetica-light.otf)
		,url('helvetica-light.ttf'); /* IE9 */
}
*{
	margin:0;
	padding:0;
	border:none;
	list-style:none;	
	font-family: JuliusSansOne-Regular;
	/*font-family: helvetica;*/
	font-size : 12px;
	text-decoration: none;
}
body,
html{
	width: 100%;
	height: auto;
	background: #000;
	font-size : 625%;
}
@media only screen and (max-width: 1100px){
    html {
        font-size: 5rem !important;  
    }
}
/*@media only screen and (min-width: 1100px)and (max-width: 1500px){
    html {
        font-size: 7rem !important;  
    }
}*/
@media only screen and (min-width: 1500px){
    html {
        font-size: 8rem !important;  
    }
}
.wrapper{
	width: 1920px;
}
.wrapper,
.con1{
	max-width: 100%;
	min-width: 1024px;
}
.con2{
	max-width: 80%;
	margin:0 auto;
}
.wrapper,
.con1,
.con2,
ul,
ul li{
	overflow: hidden;
}
.public{
	float: right;
	overflow: hidden;
	margin-top: 30px;
}
.public .public-button{	
	float: left;	
}
.public .public-user input,
.public .public-password input,
.public .public-login{		
	line-height: 30px;
	text-align: center;	
	font-size: 15px;
	color: #214C8F;
	cursor: pointer;
}
.public .public-user input,
.public .public-password input{
	width: 140px;
	padding:0 10px; 
	height: 30px;	 
	background-color:rgba(255,255,255,0.6);		
}
.public .public-user{
	margin-right: 10px;
}
.public .public-password{
	margin-right: 20px;
}
.public .public-login{
	width: 120px;
	height: 30px;
	border: 2px solid #FFFFFF;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	font-size: 15px;
	color: #FFFFFF;
}


#paynow-one{
	min-width: 1080px;		
	background: url(../images/paynow-two-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;		
}
#paynow-one .paynow-one-con{
	min-width: 1080px;
	margin:0 auto;	
	height: 100%;
	position: relative;
}
#paynow-one .paynow-one-con .polygon{
	overflow: hidden;
	width:50%;
	height:38%;
	min-width: 524px;
	min-height: 352px;
	padding-top: 8%;
	background: url(../images/polygon-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;	
	position: absolute;
	bottom:25%;
	right: 0;	
}
@media only screen and (min-width: 1080px){
	#paynow-one .paynow-one-con .polygon{
		padding-top: 10%;
		height:40%;
	}
	#paynow-one .paynow-one-con .polygon p{
		padding-left: 32%;
		font-size: 0.6rem;
    }
}
#paynow-one .paynow-one-con .polygon p{
	padding-left: 25%;
	line-height: 0.5rem;
	font-size: 0.3rem;
	color: #fff;
}
#paynow-one .paynow-one-con .paynow-one-bt{
	width: 4.5rem;
	position: absolute;
	bottom:0.2rem;
	right: 0;
}
#paynow-one .paynow-one-con .paynow-one-bt ul li{
	width: 1.4rem; 
	height: 0.4rem; 
	border: 2px solid #FFFFFF;
	box-sizing:border-box; 
	border-radius: 5px;	
	line-height: 0.4rem;
	text-align: center;
	font-size: 0.2rem;
	color: #FFFFFF;
	cursor: pointer;	
}
#paynow-one .paynow-one-con .paynow-one-bt ul li.ios{
	float: left;
}
#paynow-one .paynow-one-con .paynow-one-bt ul li.android{
	margin-left: 0.1rem;
	float: left;
}
#paynow-one .paynow-one-con .paynow-one-bt ul li.ipad{
	margin-left: 0.1rem;
	float: left;
}
#paynow-one .paynow-one-con .paynow-one-bt .join{
	margin-top: 0.2rem;
	margin-left: 0.8rem;
	width: 3rem; 
	height: 0.4rem; 
	border: 2px solid #214C8F;
	border-radius: 5px;
	line-height: 0.4rem;
	text-align: center;
	font-size: 0.2rem;
	color: #FFFFFF;
	cursor: pointer;
	box-sizing:border-box; 
}
#paynow-one .paynow-one-con .paynow-one-bt .join:hover{
	background: #214C8F;
}
@media only screen and (min-width: 1080px){
	#paynow-one .paynow-one-con .paynow-one-bt .join{
		margin-top: 0.3rem;		
	}	
}
#paynow-one .paynow-one-con .paynow-one-bt p{
	margin-top: 0.2rem;
	text-align:right;
	font-size: 18px; 
	color: #FFFFFF;
}
#paynow-one .paynow-one-con .paynow-one-bt p img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
	position: relative;
	top:3px;
}
#paynow-two{	
	min-width: 1080px;
	background: url(../images/paynow-two-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;	
	margin-top: 15px;	
}
#paynow-two .paynow-two-con{
	min-width: 1080px;
	margin:0 auto;
	height: 100%;	
	position: relative;
}
#paynow-two .paynow-two-con .p1{
	font-size: 0.5rem;
	color: #fff;
	position: absolute;
	top:35%;
	left: 5%;	
}
#paynow-two .paynow-two-con .payment{
	width: 4.5rem; 
	height: 5rem;
	opacity: 0.9;
	border-radius: 10px;
	position: absolute;
	top:200px;
	right: 0;	

	/*background-image: radial-gradient(0% 103%, #3B927F 0%, #54E6C8 0%, #8040D0 100%);*/
	background: -webkit-linear-gradient(135deg, #56dcc7, #6a68c9); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(135deg, #56dcc7, #6a68c9); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(135deg, #56dcc7, #6a68c9); /* Firefox 3.6 - 15 */
    background: linear-gradient(135deg, #56dcc7, #6a68c9); /* 标准的语法（必须放在最后） */	
}
/*@media only screen and (min-width: 1500px){
	#paynow-two .paynow-two-con .payment{
		bottom:1.2rem;
	}
}*/
#paynow-two .paynow-two-con .payment > ul,
#paynow-two .paynow-two-con .payment > ul > li{
	overflow: visible;
}
#paynow-two .paynow-two-con .payment > ul > li .sign{
	width: 148px;
	height: 148px;
	margin:-74px 0 0 5%;
}
#paynow-two .paynow-two-con .payment > ul > li p{
	padding:0.2rem 0.2rem 0.6rem 0.2rem;
	line-height: 0.25rem;
	font-family: Helvetica-Light;
	font-size: 0.15rem;
	color: #FFFFFF;
	text-align:justify;
}
#paynow-two .paynow-two-con .payment > .spot{
	position: absolute;
	bottom: 5%;
	left: 5%;
}
#paynow-two .paynow-two-con .payment > .spot > li{
	float: left;
	margin-right: 10px;
	width: 10px; 
	height: 10px; 
	background: #000;

	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	-ms-border-radius:15px;
	border-radius:15px;
}
#paynow-two .paynow-two-con .payment > .spot > li.active{
	background: #fff;	
}
#paynow-two .paynow-two-con .payment .arrow{
	position: absolute;
	bottom: 5%;
	right: 5%;
}
#paynow-two .paynow-two-con .payment .arrow .arrow-l,
#paynow-two .paynow-two-con .payment .arrow .arrow-l img,
#paynow-two .paynow-two-con .payment .arrow .arrow-r,
#paynow-two .paynow-two-con .payment .arrow .arrow-r img{
	width: 50px;
	height: 50px;
}
#paynow-two .paynow-two-con .payment .arrow .arrow-l,
#paynow-two .paynow-two-con .payment .arrow .arrow-r{
	float: left;
	margin-left: 10px;
	cursor: pointer;
}
#paynow-two .paynow-two-con .now{
	width: 4.50rem; 
	height: 0.4rem; 
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	line-height: 0.4rem;
	text-align: center;
	font-size: 0.2rem;
	color: #FFFFFF;
	position: absolute;
	top: 7.3rem;
	right: 0;
	cursor: pointer;
}
@media only screen and (min-width: 1200px){
	#paynow-two .paynow-two-con .now{
		/*top: 7rem;*/
	}
}
#paynow-three{
	min-width: 1080px;
	background: url(../images/paynow-three-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;	
	margin-top: 15px;	
}
#paynow-three .paynow-three-con{
	min-width: 1080px;
	margin:0 auto;
	height: 100%;
	position: relative;
}
#paynow-three .paynow-three-con .register{
	overflow: hidden;
	width: 100%;
	/*min-width: 1200px;*/
	margin:0 auto;
	height: 70%;
	opacity: 0.9;	
	border-radius: 10px;
	margin-top: 10%;
	position: relative;
    
    /*background-image: radial-gradient(0% 103%, #3B927F 0%, #54E6C8 0%, #8040D0 100%);*/
	background: -webkit-linear-gradient(135deg, #56dcc7, #6a68c9); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(135deg, #56dcc7, #6a68c9); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(135deg, #56dcc7, #6a68c9); /* Firefox 3.6 - 15 */
    background: linear-gradient(135deg, #56dcc7, #6a68c9); /* 标准的语法（必须放在最后） */	
}
#paynow-three .paynow-three-con .register .form-group{
	/*overflow: hidden;*/
	position: relative;
	padding-top: 4%;
}

.form-control {
	font-family: helvetica;	
}

#paynow-three .paynow-three-con .register .form-group label{
	display: block;
	float: left;
	width: 20%;
	padding-right: 3%;
}
@media only screen and (min-width: 1080px){
	#paynow-three .paynow-three-con .register .form-group label{
		width: 30%;
	}
}
#paynow-three .paynow-three-con .register .form-group label p{
	line-height: 20px;
	text-align: right;
	font-size: 14px;
	color: #FFFFFF;
}
#paynow-three .paynow-three-con .register .form-group label p.lig{
	line-height: 40px;
}
#paynow-three .paynow-three-con .register .form-group input{
	width: 45%; 
	padding:0 0.1rem;
	height: 40px;
	opacity: 0.57;
	background: #FFFFFF;
}
#paynow-three .paynow-three-con .register .form-group select{
	width: 45%; 
	padding:0 0.1rem;
	height: 40px;
	opacity: 0.57;
	background: #FFFFFF;
}
@media only screen and (min-width: 1080px){
	#paynow-three .paynow-three-con .register .form-group input{
		width: 40%; 
	}
}
#paynow-three .paynow-three-con .register .form-group img{
	width: 20px;
	height: 20px;
	float: right;
	margin: 10px 17% 0 0;
	cursor: pointer;
}
.ios_download_qrcode{
	position: absolute;
	top:50px;
	left: 0.3rem;
	width: 100px;
	height: 100px;
	padding:5px 5px 5px 5px;
	background: url(../images/ios_download.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;	
	z-index: 999999;
	display: none;
}
.android_download_qrcode{
	position: absolute;
	top:50px;
	left: 1.8rem;
	width: 100px;
	height: 100px;
	padding:5px 5px 5px 5px;
	background: url(../images/android_download.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;	
	z-index: 999999;
	display: none;
}
.ipad_download_qrcode{
	position: absolute;
	top:50px;
	left: 3.3rem;
	width: 100px;
	height: 100px;
	padding:5px 5px 5px 5px;
	background: url(../images/ipad_download.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;	
	z-index: 999999;
	display: none;
}
#paynow-three .paynow-three-con .register .form-group .cue{
	position: absolute;
	top:2px;
	right: -1.2rem;
	width: 150px;
	padding:15px 10px 10px 45px;
	height: 50px;	
	background: url(../images/cue.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;	
	z-index: 999999;
	display: none;
}
@media only screen and (min-width: 1500px){
	#paynow-three .paynow-three-con .register .form-group .cue{
		right: -0.8rem;
	}
}
#paynow-three .paynow-three-con .register .form-group .error{
	position: absolute;
	top:2px;
	right: -1.2rem;
	width: 138px;
	height: 48px;
    overflow: hidden;
	padding:15px 10px 10px 45px;
	height: 40px;	
	background: url(../images/error.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;	
	z-index: 999999;
	/*display: none;*/
}
@media only screen and (min-width: 1500px){
	#paynow-three .paynow-three-con .register .form-group .error{
		right: -0.8rem;
	}
}
#paynow-three .paynow-three-con .register .form-group .error1{
	position: absolute;
	top:2px;
	right: -1.1rem;
	width: 138px;
	height: 48px;
    overflow: hidden;
	padding:15px 10px 10px 45px;
	height: 40px;	
	background: url(../images/error.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;	
	z-index: 999999;
	/*display: none;*/
}
#paynow-three .paynow-three-con .register .form-group .cue p{
	font-family: Helvetica-Light;
	
	line-height: 16px;
	font-size: 12px;
	color: #fff;
}
#paynow-three .paynow-three-con .register .form-group .error1 p,
#paynow-three .paynow-three-con .register .form-group .error p{
	width: 136px;
	line-height: 16px;
	font-size: 12px;
	color: #fff;
}
#paynow-three .paynow-three-con .register > .rgtr > li .aow{
	width: 110px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	bottom: 60px;
	right: 3%;

}
#paynow-three .paynow-three-con .register > .rgtr > li .aow img{
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#paynow-three .paynow-three-con .register > .rgtr > li .aow .l{
	float: left;
}
#paynow-three .paynow-three-con .register > .rgtr > li .aow .r{
	float: right;
}
#paynow-three .paynow-three-con .register > .rgtr{
	overflow: hidden;
	height: 100%;
}
#paynow-three .paynow-three-con .register > .rgtr > li{
	height: 100%;
	position: relative;
}
#paynow-three .paynow-three-con .register > .rgtr > li .p1{
	padding:2% 0 0 3%;
	font-size: 0.4rem;
    color: #FFFFFF;
}
#paynow-three .paynow-three-con .register > .rgtr > li > .one{
	margin-top: 12%;
}
#paynow-three .paynow-three-con .register > .rgtr > li > .one > li{
	float: left;
	width: 33.33%;	
	text-align: center;
}
#paynow-three .paynow-three-con .register > .rgtr > li > .one > li img{
	margin-bottom: 15px;
}
#paynow-three .paynow-three-con .register > .rgtr > li > .one > li.sheet{
	width: 60px;
	height: 60px;
}
#paynow-three .paynow-three-con .register > .rgtr > li > .one > li.upload{
	width: 90px;
	height: 60px;
}
#paynow-three .paynow-three-con .register > .rgtr > li > .one > li.voila{
	width: 60px;
	height: 60px;
}
#paynow-three .paynow-three-con .register > .rgtr > li > .one > li p{
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}
#paynow-three .paynow-three-con .register > .rgtr > li .start{
	width: 1.45rem; 
	height: 0.4rem;
	border: 2px solid #FFFFFF;
	margin:0 auto;
	line-height: 0.4rem;
	text-align: center;
	border-radius: 5px;
	font-size: 0.2rem;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	bottom: 20%;
	margin-left: -73px;
	cursor: pointer;
}
#paynow-three .paynow-three-con .register > .rgtr > li .two{
	overflow: hidden;
	padding:2%;
}
#paynow-three .paynow-three-con .register > .rgtr > li .two > li{
	float: left;
	width: 45%;
	overflow: visible;
	padding-top: 5%;
}
#paynow-three .paynow-three-con .register .rgtr > li > .tzi{
	overflow: hidden;
	margin-top: 5%;
}
#paynow-three .paynow-three-con .register .rgtr > li > .tzi > li{
	float: left;
	width: 50%;
	text-align: center;
}
#paynow-three .paynow-three-con .register .rgtr > li > .tzi > li img{
	width: 180px;
	height: 120px;
	margin-bottom:10px;
}
#paynow-three .paynow-three-con .register .rgtr > li > .tzi > li p{
	text-align: center;
	font-size: 16px;
	color: #fff;
}
#paynow-three .paynow-three-con .register .rgtr > li > .twin{
	/*overflow: hidden;*/
}
#paynow-three .paynow-three-con .register .rgtr > li > .twin ul li{
	overflow: visible;
	float: left;
	width: 45%;
}
#paynow-three .paynow-three-con .register .rgtr > li > .twin .form-group input{
	width: 30%;
}
#paynow-three .paynow-three-con .register .rgtr > li > .twin .form-group img{
	margin-right: 28%;
}
#paynow-three .paynow-three-con .register .rgtr > li > .twin .form-group .cue{
	position: absolute;
	top:6px;
	right: -0.6rem;
	padding:15px 10px 10px 45px;
	height: 50px;
}
@media only screen and (min-width: 1500px){
	#paynow-three .paynow-three-con .register .rgtr > li > .twin .form-group .cue{
		right: -0.2rem;	
    }
}
#paynow-three .paynow-three-con .register .rgtr > li > .twin .form-group .cue p{
	line-height: 16px;
	font-size: 12px;
}
#paynow-three .paynow-three-con .register .rgtr > li > .twin .form-group .error{
	position: absolute;
	top:6px;
	right: -0.6rem;
	padding:15px 10px 10px 45px;
	height: 50px;
}
@media only screen and (min-width: 1500px){
	#paynow-three .paynow-three-con .register .rgtr > li > .twin .form-group .error{
		right: -0.2rem;	
    }
}
#paynow-three .paynow-three-con .register .rgtr > li > .twin .form-group .error p{
	line-height: 16px;
	font-size: 12px;
}

#paynow-three .paynow-three-con .register .rgtr > li > .twin .form-group .ctsd{
	position: absolute;
	top:8px;
	right: -20px;
}
#paynow-three .paynow-three-con .register .rgtr > li > .twin .form-group .btbt{
	float: right;
	width: 0.6rem;
	height: 38px;
	border:1px solid #fff;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	position: absolute;
	bottom:0px;
	right: 13%;	

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}
#paynow-three .paynow-three-con .ctsb1,
#paynow-three .paynow-three-con .ctsb{
	width: 15%;
	height: 0.4rem;
	border:2px solid #fff;
	line-height: 0.4rem;
	text-align: center;
	font-size: 0.16rem;
	color: #fff;
	position: absolute;
	bottom: 7%;
	right: 30%;
	cursor: pointer;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}
.ctsb:hover{
	background-color:rgba(255,255,255,0.5);
	border:none;
}
.ctsb1:hover{
	background-color:rgba(255,255,255,0.5);
	border:none;
}
#paynow-three .paynow-three-con .ctsb1{
	right: 60%;		
}

#paynow-three .paynow-three-con .register > .process{
	position: absolute;
	bottom: 30px;
	right: 3%;
}
#paynow-three .paynow-three-con .register > .process > li{
	float: left;
	width: 10px;
	height: 10px;
	background: #000;
	margin-right: 15px;

	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
}
#paynow-three .paynow-three-con .register > .process > li.atv{
	background: #fff;
}
#paynow-three .paynow-three-con  .register .success{
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left: 0;
}
#paynow-three .paynow-three-con  .register .success,
#paynow-three .paynow-three-con  .register .success p{
	text-align: center;
}
#paynow-three .paynow-three-con  .register .success img{
	width: 60px;
	height: 60px;
	margin-top: 20%;
}

#paynow-three .paynow-three-con  .register .success p{
	font-size: 16px;
	color: #fff;
}
#paynow-three .paynow-three-con  .register .success .p1{
	margin:10px 0 15px 0;
}
.anbut{
	float: left;
	width: 45%;
	height: 40px;
	padding:0 0.1rem;	
	border: 2px solid #FFFFFF;
	box-sizing:border-box; 
	border-radius: 10px;
	line-height: 40px;
	text-align: center;
	font-family: "Julius Sans One";
	font-size: 18px;
	color:#fff;
	cursor: pointer;
}
.anbut:hover{
	background-color:rgba(255,255,255,0.5);
	border:none;
}