@charset "utf-8";

html {
	font-size: 5.2vw;
}

body {
	background: #fff;
	font-family: "Microsoft YaHei","arial";
	color:#666;
	font-size: 14px;	
    margin: 0;
    height: 100%;
}

.bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background:linear-gradient(90deg,rgba(50,115,243,1),rgba(74,197,255,1));
	background-size: 100% 100%;
}

.title {
	margin-top: .8rem;
	color: white;
	font-size: .48rem;
	text-align: center;
}

.bg-pic {
	display: inline-block;
	margin-left: 2rem;
	margin-top: 1.2rem;
	width: 7.2rem;
}

.bg-pic img {
	width: 100%
}

.login-box {
	display: inline-block;
	float: right;
	width: 4.5rem;
	padding-bottom: .5rem;
	margin-top: 1.2rem;
	margin-right: 2.5rem;
	background: #c5e5fe;
	border: 1px solid #e5f4ff;
	box-shadow: 0 -1px .3rem 0 rgba(51,147,242,0.7);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.login-title {
	margin-top: .36rem;
	text-align: center;
	font-size: .32rem;
	color: #19A7FF;
}

.ipt-box {
	text-align: center;
	margin-top: .2rem;
}
.flex-ipt {
	display: flex;
	align-content: center;
	justify-content: center;
}

.flex-box {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}


.ipt-box>input {
	width: 3.5rem;
	height: .6rem;
	padding: 0 .2rem;
	line-height: .36rem;
	background: white;
	border: 1px solid #4cb8fb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: .2rem;
}
.flex-ipt>input {
	width: 2rem;
}
.flex-ipt>.create2 {
	width: 1.5rem;
}
.remember-password {
	display: flex;
	align-items: center;
	height: .4rem;
	margin-left: .5rem;
	line-height: .2rem;
	font-size: .2rem;
	color: #333;
}

input,button {
	border: none;
	outline: none;
	-webkit-appearance: none;
	font-family: inherit;
	background: none;
}

#isred{
    width: .2rem;
    height: .2rem;
	margin-right: .12rem;
    background: white;
    border: 1px solid #4cb8fb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#isred:checked{
    background: url(../images/select-on.png) no-repeat top center;
    background-size: .2rem .2rem;
}

#isred:hover {
	cursor: pointer;
}

.btn-login {
	width: 3.5rem;
	height: .6rem;
	margin: auto;
	margin-top: .2rem;
	line-height: .6rem;
	text-align: center;
	color: white;
	background: url(../images/btn.png) no-repeat;
	background-size: 100% 100%;
	font-size: .24rem;
}

.btn-login:hover {
	opacity: .9;
	cursor: pointer;
}

