@charset "utf-8";

body{margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;}
*{ margin:0; padding:0; list-style:none;*zoom:1; font-family: arial,"Hiragino Sans GB", "Microsoft YaHei","微軟正黑體","儷黑 Pro", sans-serif;}
a{text-decoration : none;cursor: pointer;}
fieldset,img{border: none;}
img{max-width: 100%;}
.mt30{
	margin-top:40px;
}
.clear{clear:both;display:block;height:0;visibility:hidden;font:0/0 arial;}
body,html{
	background: url(../img/login_background_img.png) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow: auto;
}
.content{
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;             /*flex弹性布局*/
	justify-content: center;
	align-items: center;
}
.login_tit{
	width: 100%;
	float: left;
	margin: 120px 0;
	text-align: center;
	line-height: normal;
    font-size: 60px;
    color: #3bc2c1;
    text-align: center;
    font-family: "微软雅黑";
}
.login{
	width: 410px;
	margin: 0 auto;
	overflow: hidden;
	background: #FFFFFF;
	-o-box-shadow:0 0 8px 0 #d6d6d6;
	-webkit-box-shadow:0 0 8px 0 #d6d6d6;
	-ms-box-shadow:0 0 8px 0 #d6d6d6;
	-moz-box-shadow:0 0 8px 0 #d6d6d6;
	box-shadow:0 0 8px 0 #d6d6d6
}
.login_tabs{
	width: 100%;
	float: left;
	margin:0px 0px 30px 0;
	position: relative;
	border-bottom:solid 1px #e8e8e8;
}
.login_tabs ul li{
	width: 33%;
	float: left;
	text-align: center;
    font-size: 18px;
    color: #666;
	cursor:pointer;
	padding:10px 0px;
	border-top:solid 2px #fff;
}
.login_tabs .on{
	border-top:solid 2px #3bc2c1;
	color: #3bc2c1;
}
.login_tabs ul li.login_on{
	color: #3bc2c1;
}
.login_on{
	color: #3bc2c1;
}
.line{
	width: 0px;
    height: 24px;
    border: 1px solid #e0e0e0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.5px;
}
.login_con{
	width: 348px;
	margin: 0 auto;
	overflow: hidden;
}
.login_input{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.login_input input{
	height: 22px;
    line-height: 22px;
    padding: 13px 16px 13px 14px;
    display: block;
    border: 1px solid #e0e0e0;
    width: 316px;
}
.login_but{
	width: 100%;
	float: left;
	margin-top: 10px;
}
.login_but button{
	background-color: #3bc2c1;
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    margin-bottom: 25px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border: none;
}
#login_con ul{display: none;}
.login_input2{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.login_input2 input{
	height: 22px;
    line-height: 22px;
    padding: 13px 16px 13px 14px;
    display: block;
    border: 1px solid #e0e0e0;
    width: 200px;
    float: left;
}
.yzm{
	width: 107px;
	height: 22px;
    line-height: 22px;
    padding: 13px 0px 13px 0px;
	font-size: 15px;
	text-align: center;
	float: left;
	border: 1px solid #e0e0e0;
	margin-left: 7px;
	color: #3bc2c1;
}


.top{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(31,124,255,0.5);
}
.logo{
	width: 80%;
	padding:10px 5%;
}

.foot{
	position: fixed;
	bottom: 50px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #666;
    font-size: 14px;
}
.foot a{
	color: #999999;
	margin: 0px 3px;
}


#header{width:100%;margin:0 auto; padding-top:50px;}
#header .logo-x{
	display:inline;
	width:230px;
	height:60px;
	margin:0 auto;
	background:url(../img/logo-x.png) no-repeat 100%;
	display:block;
}
/*#header .sy-logo{
	width:208px;
	height:50px;
	
	display:block;
}*/
#header .header-title {
	COLOR: #000;
	FONT-SIZE: 42px;
	text-align: left;
	margin-left:15px;
	margin-top:15px;
	padding-left:0px;
	line-height:50px;
    color: #3bc2c1;
	font-family: "微软雅黑";
	text-align:center;
}