/*三栏式登录页*/
/*头起*/
.v1-top
{
	height:13%
}
.v1-head
{
	width:1280px;
	height:100%;
	position:relative;
	margin:auto
}
.v1-head_logo
{
	height:100%;
	position:absolute;
	left:0;
	display: flex;
    align-items: center;	
}
.v1-head_logo img
{
	height:60%	
}
.v1-head_title
{
	font-size: 25px;
    font-weight: bold;
}
/*头止*/

/*中起*/
.v1-center
{
	height:72%;
	background:url(../images/login_background.jpg) no-repeat;
	position:relative;
	background-size: cover;
}
.v1-center-img
{
	position:absolute;
	left:0;
	width:60%;
	height:100%;
	background:url(../images/page.png) no-repeat center center;
	background-size: 75%;
}
.v1-center-login
{
	position:absolute;
	right:0;
	width:40%;
	height:100%;
	display:flex;
	align-items: center;
}

/*登录框*/
.v1-login
{
	width: 400px;
    height: 430px;
	background-color:White;
	border-radius: 5px;
}
.v1-login-title
{
	font-size: 22px;
    font-weight: 600;
    line-height: 35px;
    width: 80%;
    margin: auto;
    margin-top: 20px;
    
}
.v1-logintype-box
{
    width: 80%;
    padding: 20px 0 0;
    border-bottom: 3px solid #efefef;
    margin: auto;
    text-align: left;
    margin-bottom: 15px;
	display: flex;
    justify-content: space-between;
}
.v1-logintype
{
	padding: 5px 9px;
    display: inline-block;
    margin-bottom: -3px;
    font-size: 14px;
    width: 40%;
    text-align: center;
    cursor:pointer
}
.v1-logintype-active
{
	border-bottom: 3px solid #2A82E4;
    color: #2A82E4;
    font-weight: bold;
}
.v1-loginrow
{
	text-align: center;
    margin: 20px 0;
}
.v1-logintext-box
{
	height:40px;
	display:flex;
	width: 80%;	
    background-color:#f7f7f7;
	align-items: center;
	margin: auto;
    border-radius: 3px;
}
.v1-logintext-title
{
	width: 80px;
	flex-shrink: 0;
	line-height: 30px;
	height: 30px;
	border-right:1px solid #e7e7e7
}
.v1-logintext
{
    border:0;
    line-height: 30px;
    text-indent:20px;
    background-color:#f7f7f7;
    width: 100%;
}
/*登录框*/
/*中止*/

/*尾起*/
.v1-bottom
{
	height:15%
}
.v1-foot
{
	width:1280px;
	position:relative;
	margin:auto;
	padding:15px
}
.v1-statement
{
	display:flex;
	flex-direction: column;
    align-items: center;	
}
.v1-statement-row
{
	display:flex
}
.v1-statement-text
{
	margin: 5px 15px;
	color:Gray
}
/*尾止*/