* {
    box-sizing: border-box;
}

html, body,p{
    padding: 0;
    margin: 0;
}
html{
	/* 1rem = 屏幕宽度的 1/10 */
	font-size: calc(100vw / 10);
	background:#f2f3f7;
}
body {
    font-size: 0.2rem; /* 默认字体大小 */
}
.hand{
	cursor: pointer;
}
.hand:hover{
	transition: 0.5s;
	transform:scale(1.05);
}
.indexBg{
		padding: 0;
		margin: 0;
		width:100%;
		height:100vh;
		background-size: cover;
		background-position: center;
		background-image: url('../img/bg.png');
		background-repeat: no-repeat;
		display: flex;
		align-items: center;
		justify-content: center;
	}
@media screen and (min-width : 1000px) {
	
input::-webkit-input-placeholder { /* WebKit browsers */ 
font-size: 0.085rem;
} 

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
font-size: 0.085rem;
} 

input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
font-size: 0.085rem;
} 

input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
font-size: 0.085rem;
} 
	.pageLeft{
		width:3.12rem;
		height:3.12rem;
		background-image: url('../img/bg2.png');
		background-size: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		align-items: center;
		color: #fff;
		padding: 0 0.26rem;
		box-sizing: border-box;
	}
	.pageLeft .hello{
		font-size:0.26rem;
		color: #FFFFFF;
		line-height: 0.3rem;
	}
	.pageLeft .msg{
		font-size:0.156rem;
		color: #FFFFFF;
		line-height:0.16rem;
		margin:0.06rem 0 0.22rem 0;
	}
	.pageLeft .leftBtn{
		font-size: 0.1rem;
		color: #E62129;
		padding:0.05rem 0.26rem;
		border-radius:0.26rem;
		background: #fff;
		display: inline-block;
	}
	.pageRight{
		width: 4.53rem;
		height: 4rem;
		background: #FFFFFF;
		box-shadow: 0.03rem 0.03rem 0.08rem 0.03rem rgba(189,189,189,0.61);
		border-radius:0.1rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.rigText{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.pageRight .logo{
		width: 0.82rem;
		height: 0.82rem;
	}
	.pageRight .logoName{
		font-weight: normal;
		font-size:0.26rem;
		color: #000000;
		line-height:0.3rem;
		text-align: center;
		margin:0.05rem 0;
	}
	.codeDiv{
		display: flex;
		align-items: center;
	}
	.codeDiv input{
		border: none;
		height: 100%;
		flex: 1;
	}
	.codeDiv p{
		font-weight: normal;
		font-size:0.09rem;
		color: #E62129;
		margin-left:0.09rem;
	}
	.pageRight .inp{
		margin-top:0.12rem;
		padding:0.03rem 0.16rem;
		box-sizing: border-box;
		width: 3.46rem;
		height:0.42rem;
		background: #FFFFFF;
		border-radius:0.7rem;
		border: 1px solid rgba(0,0,0,0.5);
	}
	.pageRight .loginBtn{
		width: 2.86rem;
		line-height:0.42rem;
		text-align: center;
		background: #E62129;
		box-shadow: 0px 0.02rem 0.12rem 0px rgba(230,33,41,0.4);
		border-radius:0.6rem;
		margin-top:0.24rem;
		font-weight: normal;
		font-size: 0.15rem;
		color: #FFFFFF;
	}
	.pageRight .otherMsg{
		display: flex;
		align-items: center;
		justify-content:space-between;
		font-size: 0.06rem;
		color: rgba(0,0,0,0.5);
		margin:0.24rem 0 0.2rem 0;
	}
	.otherMsg .line{
		display: inline-block;
		font-size: 0.06rem;
		color: rgba(0,0,0,0.5);
		width: 1.2rem;
		border-bottom: solid 1px rgba(0,0,0,0.3);
	}
	.pageRight .othImg{
		width: 0.26rem;
		height: 0.26rem;
		opacity: 0.5;
	}
}

/*屏幕或宽度<899像素的设备*/
@media screen and (max-width: 999px) {
	.pageLeft{
		display: none;
	}
	.pageRight{
		width: 8.53rem;
		height: 7rem;
		background: #FFFFFF;
		box-shadow: 0.03rem 0.03rem 0.08rem 0.03rem rgba(189,189,189,0.61);
		border-radius:0.1rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.rigText{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.pageRight .logo{
		width:1.3rem;
		height:1.3rem;
	}
	.pageRight .logoName{
		font-weight: normal;
		font-size:0.41rem;
		color: #000000;
		line-height:0.5rem;
		text-align: center;
		margin:0.15rem 0;
	}
	.codeDiv{
		display: flex;
		align-items: center;
	}
	.codeDiv input{
		border: none;
		height: 100%;
		flex: 1;
	}
	.codeDiv p{
		font-weight: normal;
		font-size:0.14rem;
		color: #E62129;
		margin-left:0.09rem;
	}
	.pageRight .inp{
		margin-top:0.32rem;
		padding:0.03rem 0.16rem;
		box-sizing: border-box;
		width: 5.26rem;
		height:0.65rem;
		background: #FFFFFF;
		border-radius:0.7rem;
		border: 1px solid rgba(0,0,0,0.5);
	}
	.pageRight .loginBtn{
		width: 5.26rem;
		line-height:0.65rem;
		text-align: center;
		background: #E62129;
		box-shadow: 0px 0.02rem 0.12rem 0px rgba(230,33,41,0.4);
		border-radius:0.6rem;
		margin-top:0.34rem;
		font-weight: normal;
		font-size: 0.2rem;
		color: #FFFFFF;
	}
	.pageRight .otherMsg{
		display: flex;
		align-items: center;
		justify-content:space-between;
		font-size: 0.1rem;
		color: rgba(0,0,0,0.5);
		margin:0.34rem 0 0.24rem 0;
	}
	.otherMsg .line{
		display: inline-block;
		font-size: 0.2rem;
		color: rgba(0,0,0,0.5);
		width: 2.1rem;
		border-bottom: solid 1px rgba(0,0,0,0.3);
	}
	.pageRight .othImg{
		width: 0.41rem;
		height: 0.41rem;
		opacity: 0.5;
	}
	
input::-webkit-input-placeholder { /* WebKit browsers */ 
font-size: 0.17rem;
} 

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
font-size: 0.17rem;
} 

input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
font-size: 0.17rem;
} 

input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
font-size: 0.17rem;
} 
}