.bg{
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}
.log-bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 400px;
	width: 782px;
	background: #fff;
}
.log-dialog{
	height: 492px;
	width: 742px;
	margin: 0 auto;
	padding-top: 25px;
}
.dialog-close{
	height: 22px;
	width: 100%;
	/*background: #00f;*/
}
.close-dialog{
	font-size: 30px;
	line-height: 20px;
	color: #2b626f;
	float: right;
}
.dialog-content{
	height: 470px;
	width: 742px;
	/*background: #ccc;*/
}
.user-log{
	height: 470px;
	width: 666px;
	margin: 0 auto;
	/*background: #808080;*/
}
.log-title{
	width: 666px;
	height: 40px;
	/*background: #292929;*/
	font-size: 30px;
	color: #535355;
	margin-bottom: 27px;
}
.user-log-left{
	width: 40%;
	height: 250px;
	float: left;
	/*background: #00f;*/
}
.user-log-right{
	width: 40%;
	height: 228px;
	float: right;
	background: #f8f8f5;
}
.input-id{
	height: 48px;
	width: 99%;
	color: #535355;
	text-indent: 20px;
	border: 1px solid #ccc;
}
.input-pwd{
	height: 48px;
	width: 99%;
	color: #535355;
	margin-top: 20px;
	text-indent: 20px;
	border: 1px solid #ccc;
}
.a-forgetpwd{
	font-size: 12px;
	color: #808080;
	margin-top: 20px;
}
.a-forgetpwd:hover{
	text-decoration: none;
}
.autolog-div{
	width: 100%;
	height: 20px;
	margin-top: 20px;
}
.input-autolog{
	height: 17px;
	width: 17px;
	margin-left: 45%;
	vertical-align:middle;
}
.span-remember{
	font-size: 12px;
	color: #808080;
	vertical-align:middle;  
}
.login-div{
	width: 100%;
	height: 50px;
	/*background: #f00;*/
	margin-top: 40px;
}
.log-in{
	text-decoration: none;
	background: #2b626f;
	height: 50px;
	width: 160px;
	display: block;
	float: left;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
}
.log-in:hover{
	color: #ccc;
}
.split-line-div{
    height: 40px;
    width: 100%;
    background: #fff;
    display: flex;/*使用flex布局*/
    justify-content: space-between;/*单行水平对齐*/
    align-items: center;/*垂直居中*/
    margin-top: 20px;
}
.split-line{
    height: 1px;
    flex-grow: 1;
    background: #808080;
}
.split-line-text{
	font-size: 12px;
	color: #808080;
    margin: 0 5px;
}
.other-log{
	width: 100%;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #535355;
	text-align: center;
	/*background: #f00;*/
}
.other-log-way{
	width: 100%;
	height: 65px;
	/*background: #000;*/
}
.login-way{
	width: 40px;
	height: 60px;
	/*background: #f00;*/
	font-size: 12px;
	display: block;
	text-align: center;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	color: #808080;
	text-decoration: none;
}
.new-user-content{
	width: 70%;
	height: 150px;
	/*background: #f00;*/
	margin: 30px auto;
}
.p-new-user{
	font-size: 16px;
	color: #535355;
}
.a-new-user{
	font-size: 16px;
	color: #535355;
}
.register-div{
	width: 100%;
	height: 50px;
	/*background: #000;*/
	margin-top: 20px;
}
.user-register{
	text-decoration: none;
	background: #2b626f;
	height: 50px;
	width: 160px;
	display: block;
	float: left;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
}
.user-register:hover {
	color: #ccc;
}