﻿@charset "utf-8";
/* CSS Document */
html,body{width:100%;height:100%;}
html{}
body{ position:relative; font-family:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;}
*{ margin:0; padding:0;}
a{ text-decoration:none;}
ul,li{ list-style:none;}
.c-b{ clear:both;}
/*body::-webkit-scrollbar {display:none}*/
/**/
.container{height: 100%;}
.left{
	display: block;
	float: left;
	width: 50%;
	height:100%;
	background:url(../images/dlbg.png) center no-repeat;
	background-size:cover;
}
.head{
	width: 100%;
	margin-top: 30px;
}
.head .logo{
	float: left;
	margin: 0 10px;
}
.head .nav{
	float: left;
}
.head .nav ul{
	
}
.head .nav ul li{
	float: left;
	margin: 0 10px;
}
.head .nav ul li a{
	display: block;
	padding: 0 10px;
	line-height: 60px;
	color: #fff;
}
.head .nav ul li a:hover{
	color: #3283F9;
}
.right{
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
}
.login{
	width: 350px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -175px;
}
.login h3{
	font-size: 30px;
	font-weight: normal;
	color: #3283F9;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.login p{
	margin-bottom: 10px;
	color: #999;
}
.login .input-item{
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #3283F9;
	border-radius: 10px;
}
.login .input-item label{
	display: block;
	color: #999;
}
.login .input-item input{
	margin-top: 5px;
	line-height: 30px;
	border: 0;
	outline: none;
    background:#f9f9f9;
    padding:0 10px;
}
.login .checkbox{
	display: inline-block;
	color: #999999;
}
.login a.forget{
	float: right;
	color: #f90;
}
.login input.sibmit{
	display: block;
	width: 100%;
	height: 50px;
	margin-top: 30px;
	background: #3283F9;
	color: #fff;
	font-size: 16px;
	border: 0;
	outline: none;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.3s ease;
}
.login a.register{
	display: block;
	width: 100%;
	height: 50px;
	margin-top: 30px;
	text-align: center;
	line-height: 50px;
	background: #ccc;
	color: #fff;
	font-size: 16px;
	border: 0;
	outline: none;
	border-radius: 10px;
	transition: 0.3s ease;
}
.login input.sibmit:hover{
	background:#1168e6;
}
.login a.register:hover{
	background: #3283F9;
}
.bottom{
	position: absolute;
	bottom: 20px;
	left:0;
	width:100%;
	color: #999;
	line-height: 24px;
	text-align: center;
}

.CaptchaCode{
    position:relative;
}
.CaptchaCode img{
    position:absolute;
    right:50px;
    bottom:10px;
}

