@CHARSET "UTF-8";

/* 头部 */
header{
	padding: 21px 15%;
	display: flex;
	justify-content: flex-start;
    align-items: baseline;
}
header .logo{
	width: 200px;
/* 	height: 60px; */
	display: block;
}
header .line{
	width: 1px;
	height: 30px;
	display: block;
	margin: 0 20px;
}
header .welcome{
	font-size: 23px;
	color: #333333;
}
/* 底部 */
footer{
	padding: 25px 0;
	text-align: center;
	color: #444444;
	line-height: 25px;	
}
/* 中间内容区*/
.center{
	min-height: 600px;
	height: calc(100vh - 210px);
}
.center .content{
	width: 960px;
	display: flex;
	justify-content: space-around;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	padding: 50px 0;
	
}
.center .content .left{
	width: 500px;
	
}
.center .content .right{
	width: 350px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
    padding: 20px;
	
}
.right .title{
	font-size: 20px;
	color: #807D79;
	padding-bottom: 20px;
	border-bottom: 1px solid #959595;
}
.right .inputClass{
	line-height: 50px;
	height: 50px;
	margin: 30px 0;
}
.right .codeContainer{

	
}
.right .codeInput{
	width: 150px;

	
}
.right .code{
	width: 150px;

	
}
#code{
	width: 150px;
	height: 50px;
	position: absolute;
	margin-left: 160px;
	
	
}

.loginBtn{
	width: 100%;
    height: 60px;
    background-color: #444444;
    font-size: 25px;
    font-weight: bold;
    color: #FFFFFF;
}
#tips{
	width: 100%;
    height: 30px;
    line-height: 30px;
    color: red;
    text-align: center;
}



/* 动画*/
.threeImages{
	height: 450px;
	display: flex;
	align-items: flex-end;
}
.twoPage {
	width: 358px;
	height: 296px;
	background: url(../images/login/imac.png);
	bottom: 84px;
	left: 9px;
	background-repeat: no-repeat;
	padding: 15px 11px;
}

.twoPages {
	width: 326px;
	height: 197px;
	overflow: hidden;
}

.twoPage img {
	height: 197px;
	position: relative;
	left: 0;
	transition: left;
}

.firstPage {
	width: 75px;
    height: 142px;
    background: url(../images/login/iphone5.png);
    margin-left: -45px;
    z-index: 10;
    padding: 20px 5px;
}

.firstPages {
    width: 65px;
    height: 104px;
    overflow: hidden;
}

.firstPage img {
	width: 70px;
	position: relative;
	top: 0;
	transition: top;
}

.threePage {
	width: 120px;
	height: 60px;
	background: url(../images/login/iphone5t.png);
	margin-left: -20px;
    z-index: 10;
    padding: 5px 15px;
}

.threePages {
	width: 103px;
    height: 51px;
    overflow: hidden;
}

.threePage img {
	width: 90px;
	position: relative;
	top: 0;
	transition: top;
}









