﻿html,body{
	height: 100%;
}
body{
	background: url(../images/login_bg.png) no-repeat center/cover;
	position: relative;
}
.main{
	overflow: hidden;
}
.login_box{
	width:450px;
	height:450px;
	background: #fff;
	padding:55px;
	margin: 0 auto;
	margin-top: 180px;
	position: relative;
}
.go_home{
	position: absolute;
	top:20px;
	left:20px;
	color: #333;
}
.login_nav{
	margin-top:20px;
}
.login_nav li{
	float: left;
	width:50%;
	height:20px;
	border-right:2px solid #666;
	text-align: center;
}
.login_nav li:last-child{
	border-right:none;
}
.login_nav li a{
	padding:5px 0;
	border-bottom:2px solid transparent;
	font-size:17px;
	cursor: pointer;
}
.login_nav li.active a{
	border-color: #3385FF;
	color: #3385FF;
}

.login_content{
	margin-top:50px;
}
.per_user{
	display: none;
}
.per_user.active{
	display: block;
}
.per_type_login{
	display: none;
}
.per_type_login.active{
	display: block;
}

.log_item{
	margin-bottom:20px;
	overflow: hidden;
}
.input_box{
	width:100%;
	position: relative;
	height:50px;
}
.input_box .fi_icon{
	position: absolute;
	left:8px;
	top:50%;
	transform: translateY(-50%);
	color:#aaa;
	width:30px;
	height:30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fi_icon img{
	max-width: 22px;
	max-height: 22px;
}
.input_box input{
	width:100%;
	height:100%;
	border:1px solid #aeaeae;
	border-radius: 2px;
	outline: none;
	padding-left:45px;
	padding-right:5px;
	font-size: 15px;
}
.input_box input:focus{
	border:1px solid #3385FF;
}
.phone_num input{
	padding-right:90px;
}
.get_code{
	width:90px;
	height:30px;
	line-height: 30px;
	position: absolute;
	right: 0;
	top:50%;
	transform: translateY(-50%);
	border: none;
	outline: none;
	background: transparent;
	color: #3385FF;
	cursor: pointer;
}
.get_code:disabled{
	color: #999;
}
.sub_btn{
	width: 100%;
    height: 50px;
    background: #3385FF;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 15px;
    text-indent: 15px;
    margin-top: 15px;
}
.bottom_menu{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height:40px;
	font-size: 14px;
	color: #777;
}
.bottom_menu a.reg_btn{
	color:#3385FF;
}

.code_login img{
	width:170px;
	height:170px;
	display: block;
	margin: 0 auto;
}
.code_login p{
	width:196px;
	margin: 0 auto;
	font-size: 14px;
	color: #666;
	margin-top: 30px;
	text-align: center;
	line-height: 1.8;
}

.protocol_mask{
	z-index: 1000;
	background: rgba(0,0,0,0.5);
	display: none;
}
.protocol_mask.show{
	display: block;
}
.protocol_pop{
	width:900px;
	height:600px;
	padding:20px 30px;
	background: #fff;
}
.protocol_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	border-bottom:1px solid #eee;
}
.protocol_title h3{
	font-size: 22px;
	font-weight: normal;
}
.protocol_title .iconfont{
	font-size: 28px;
	color: #999;
	cursor: pointer;
}
.protocol_content{
	height:480px;
	overflow-y: auto;
	margin: 20px 0;
}
.protocol_content p{
	color: #333;
	font-size: 15px;
	padding: 4px 0;
}
.protocol_content img{
	max-width: 100%;
}

footer{
	position: fixed;
	width:100%;
	height:50px;
	left:0;
	bottom:0;
	background: #2892FF;
}
.copyright_info{
	width:1200px;
	margin: 0 auto;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #fff;
}
.copyright_info p:first-child{
	margin-right: 15px;
}
#login_container{
 width:350px;
 height:250px;
}
#login_container iframe{
 width:350px;
 height:250px;
}

.prompt_reg{
	text-align: center;
	font-size: 14px;
	color: #666;
}
.prompt_reg a{
	color: #3385FF;
}