html, body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
.login{
	width: 100%;
	height:100%;
	background: #ffffff url(../images/login_bg2.jpg) no-repeat left;
    background-size: 100% 100%;
}
.login_area{
	width: 444px;
	height: 544px;
	background: #FFFFFF;
	position: absolute;
	right: 146px;
	top: 16%;
	border-radius: 6px;
    box-shadow: 0px 0px 10px 4px #33333366;
}

.login_choose{
	width: 100%;
    height: 60px;
    line-height: 60px;
	text-align: right;
}
.login_choose .item .icon{
	width: 80px;
	height: 60px;
    background: url(/static/images/login_account.png) no-repeat;	
    background-size: 80px 60px;	
	float: right;
	cursor: pointer;
}
.login_choose .item.to_scan .icon{
    background: url(/static/images/login_vercode.png) no-repeat;    
    background-size: 80px 60px; 
}
.login_choose .item .tag_info{
	height: 26px;
    line-height: 24px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #4187E9;
    border: 1px solid #4187E9;
    position: absolute;
    right: 100px;
    top: 16px;
    padding: 0 20px;
}
.login_choose .item .tag_info:before{
    content: "";
    position: absolute;
    top: -1px;
    right: -25px;	
    z-index: 1;
    width: 0px;
    height: 0px;
    border: 13px solid transparent;
    border-left: 13px solid #FFFFFF;
}
.login_choose .item .tag_info:after{
    content: "";
    position: absolute;
    top: -1px;
    right: -26px;	   
    width: 0px;
    height: 0px;
    border: 13px solid transparent;
    border-left: 13px solid #4187E9;
}
.login_choose .item.to_login{
	display: none;
}
.login_title{
	border-bottom: 2px solid #AAAAAA;
	width: 360px;
	margin: auto;
	height: 41px;
	line-height: 38px;
}
.login_title.wechart_login{
	border-bottom: none;
	display:none;
}
.login_title .item{
	display: inline-block;
	margin-right: 30px;
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	cursor: pointer;
}
.login_title .item.active{
	border-bottom: 2px solid #4E9FF9;
}
.input_area{
	width: 360px;
    margin: auto;
	padding-top: 70px;
}
.input_area.vercode_login{
	display: none;
}
.input_area .item{
	display: grid;
	grid-template-columns: 55px 1fr;
	font-family: PingFang SC;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	margin-bottom: 36px;
	height: 41px;
	line-height:41px;
}
.input_area .item.ver_code{
    grid-template-columns: 55px 1fr 105px;	
}
.input_area .item .login_input{
	padding-left: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	height: 41px;
	line-height: 41px;
	background: #EEEEEE;
    border-radius: 5px;
	border: none;
	outline: none;
}
.ver_code_btn{
	height: 41px;
	background-color: #B2D2FF99;
	border-radius: 5px;
    outline: none;
    border: none;
	font-family: PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #4187E9;
	margin-left: 7px;
}
.login_btn{
	width: 360px;
    height: 47px;
    background: #4187E9;
    border-radius: 5px;
    color: #FFFFFF;
	outline: none;
	border: none;
}
.other_area{
	position: absolute;
	right: 40px;
	bottom: 25px;
}
.other_area a{
	text-decoration:none;
}
.other_area .item{
	display: inline-block;
	margin-left: 33px;
	font-family: PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
}
.error_info{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,97,97,1);
    line-height:25px;
    height:25px;
}
.wechat_login{
	width: 360px;
	height:360px;
	margin: auto;
	display: none;
    text-align:center;	
}
.wechart_bind{
	display: none;
}