/* 登陆页样式 */
@charset "utf-8";
/* 公共样式 */
@import url(base.css);
@import url(public.css);

#content {
	width:100%;
	position:relative;
}

.nav-box{
	display: none;
}
.mt30{
	margin-top: 0;
}
.login-bg {
	position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    background-size: cover;
	/*width: 100%;
	height: 100%;*/
    /*width: 100%;*/
	/*height:464px;*/
	/*background:url(../images/banner_02.png) no-repeat top center;*/
}

.login-adlink {
	width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 1000;	
}

.login-adlink a {
    position: absolute;
    width: 770px;
    height: 460px;
    left:0;
    top: 0;
}

.content-layout {
	width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height:1080px;
    z-index: 999;
	background:url(../images/loginBg.jpg) no-repeat top center;
	background-size: 100%;
}

.login-box {
	position: absolute;
	top: 130px;
	right: 40px;
	width: 345px;
	height: 363px;
	background: rgba(255,255,255,0.8);
	border: #eee solid 1px;
	border-radius: 10px;
	padding: 20px 30px;
}

.login-box-main {
	padding:33px 37px 63px 39px;
	height:auto;
	overflow:hidden;
}

.login-box-main h3 {
	font-size:16px;
	color:#494848;
	font-weight:600;
}

.login-from {
	height:auto;
	overflow:hidden;
	margin-top:20px;
}

.login-from .username {
	display:block;
	background:url(../images/username.png) no-repeat top center;
	height:42px;
	width:268px;
	overflow:hidden;
	margin-bottom:15px;
}

.login-from .password {
	display:block;
	background:url(../images/password.png) no-repeat top center;
	height:42px;
	width:268px;
	overflow:hidden;
	margin-bottom:15px;
}

.login-from .input-txt {
	width:210px;
	height:40px;
	overflow:hidden;
	border:none;
	background:#FFF;
	font-size:14px;
	color:#333;
	margin-left:43px;
	margin-top:1px;
	padding-left:14px;
	font-family:"微软雅黑";
}

.input-yanzm {
	color:#333;
}

.login-from .input-txt::-webkit-input-placeholder,.input-yanzm::-webkit-input-placeholder {
	color:#333;
}

.login-link {
	height:auto;
	overflow:hidden;
	font-size:12px;
	color:#444444;
	margin-bottom:20px;
	margin-top:27px;
}

.login-link a {
	color:#444444;
}

.login-link a:hover {
	color:#ea5414;	
}

.login-link .forget-pwd {
	float:left;
}
.login-link .register {
	float:right;
}

.login-submit {
	background:#fbb03b;
	width:268px;
	height:40px;
	overflow:hidden;
	border-radius:5px;
	border:none;
	font-size:16px;
	color:#FFF;
	font-family:"微软雅黑";
}

.yanzm {
	width:268px;
	height:42px;
	overflow:hidden;
	border:1px solid #dedede;
	background:#FFF;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.input-yanzm {
	width:106px;
	height:38px;
	overflow:hidden;
	background:none;
	border:none;
	font-size:14px;
	color:#333;
	font-family:"微软雅黑";
	padding-left:10px;
}


.yanzm-box {
	display:inline-block;
	float:right;
	width:98px;
	height:40px;
	overflow:hidden;
}

.YT-change-logintype {
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	font-size: 12px;
	display: block;
}
.YT-change-logintype:hover{
	color: #2fb3ff;
}
.YT-change-logintype.active {
	display: none;
}





















