*{
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
	color: #4c4c4c;
}
html,body{
	width: 100%;
	height: 100%;
	font-size: 16px;
}
input{
	outline:none;
}
a{
	text-decoration:none;
}
a:link{
text-decoration:none;
}
a:visited{
text-decoration:none;
}
a:hover{
text-decoration:none;
}
a:active{
text-decoration:none;
}
.ipt-txt::-webkit-input-placeholder {
    color: #cccccc;
}
.ipt-txt:-moz-placeholder {
    color: #cccccc;
}
.ipt-txt:-ms-input-placeholder {
    color: #cccccc;
}
.box-cont{
	max-width: 600px;
	overflow: hidden;
	margin: 0 auto;
}
.login-content{
	width: 100%;
	padding-top: 40px;
	-webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
	transform:  scale(0.9);
	margin-bottom: 30px;
	
}
.lgin1{
	display: none;
}
.lgin2{
	display: none;
}
.login-content-box{
	position: relative;
	background: #FFFFFF;
}
/*#jump_logo{
	width: 130px;
	height: 65px;
}*/
.login-logo{
	margin-left: 15px;
	width: 132px;
	height: 66px;
	background: url(../img/jump-logo.png)no-repeat;
	background-size:100% 100% ;
}
.login-form{
	width: 100%;
	-webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
	transform:  scale(0.9);
}
.content-title{
	font-size: 20px;
	letter-spacing:3px;
	padding-top: 38px;
	padding-left: 15px;
}
.ipt-txt{
	border: none;
	height:60px;
	width: 100%;
	padding: 10px 0px ;
	border-bottom:  solid 1px #cccccc;
	margin-bottom: 24px;
	-webkit-appearance:none;
	border-radius: 0px;
}
.ipt-txt:nth-child(2){
	margin-bottom: 15px;
}

.jump-login-form  .ipt-txt:nth-child(2){
    margin-bottom: 15px;
}
.login-btns{
	margin-top: 30px;
}
.ipt-verfi{
	width: 60%;
}
.ipt-verfi-box{
	width: 40%;
	height: 60px;
	float: right;
	border-bottom: solid 1px #ccc;
}
.ipt-verfi-box>img{
	width: 100%;
	height: 100%;
}
.change-phone-vifi{
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border: none;
	background: #ffffff;
    border-bottom:solid 1px #cccccc ;
	-webkit-appearance:none;
	border-radius:0px ;
}

.submitbtn{
	width: 100%;
	height: 54px;
	line-height: 54px;
	border: none;
	border-radius: 5px;
	text-align: center;
	background: #ff563e ;
	color: #FFFFFF;
	font-size: 20px;
	letter-spacing:6px;
	margin: 5px 0;
}
.tourist{
	background: #f0a94e;;
}
.phone-loginbtn{
	color: #8d8d8d;
	padding-top: 30px;
	text-align: right;
}
.login_help{
	width: 100%;
	margin-top:20px;
}
.fot-a{
	color: #ff563e;
	
}
.fot-a:hover{
	color: #ff563e;
}
.login_help>p{
	color: #ff563e;
	letter-spacing:2px;
	text-align: right;
	margin-bottom: 0;
    display: block;
}
.login-form>p{
	letter-spacing:2px;
	text-align: right;
	margin-bottom: 0;
    display: block;
    margin-top: 30px;
}
.ksreg-btn{
	color: #8d8d8d;
	text-align: right;
}
.ksreg-btn:hover{
	color: #8d8d8d;
}
.phone-loginbtn:hover{
	color: #8d8d8d;
}
.phone-logins{
	color: #ff563e;
}
.phone-logins:hover{
	color: #ff563e;
}
/*错误页*/
.errors{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.error-content{
	width: 100%;
	padding-top: 30px;
	-webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
	transform:  scale(0.8);
	margin: 0 auto 50px;
}
.error-icon{
	width: 128px;
	height: 128px;
	margin: 20px auto 40px;
}
#error-icon-plaint{
	margin:  0 auto;
}
.error-content>p{
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #989898 ;
}
.error-content>p>a{
	color: #ff563e;
	text-align: center;
}
