@charset "utf-8";

/*=========== public CSS ===========*/
*,
::before,
::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
pre,
form,
fieldset,
figure,
figcaption,
table,
th,
td img {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Microsoft YaHei", "微软雅黑";
	color: #333;
	font-size: 16px;
	line-height: 1.8em;
	margin: 0 auto;
	overflow-x: hidden;
	background-color: #FFF;
	min-width: 1024px;
}

input,
select,
textarea,
button {
	outline: none;
}

input,
button {
	border-radius: 0;
	outline: none;
	border: none;
	-webkit-appearance: none;
}

input:-ms-clear {
	display: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	outline: none;
}

textarea {
	resize: none;
	outline: none;
	border: none;
}

table {
	border-collapse: separate;
}

fieldset,
img {
	max-width: 100%;
	height: auto;
	border: 0 none;
	vertical-align: middle;
}

ul,
li {
	list-style: none;
}

em,
i {
	font-style: normal;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover,
a:active,
a:link,
a:visited {
	text-decoration: none;
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
	*zoom: 1;
	*clear: both;
}

.wrap {
	max-width: 1200px;
	width: 96%;
	margin: 0 auto;
}

.l {
	float: left;
}

.r {
	float: right;
}

/*  */
.loginone {
	padding: 6px 6px 10px;
	border: 1px #97c1eb solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	box-sizing: border-box;
	margin-top: 28px;
}

.fydlbox {
	background:#1569d0 url(../images/login-bg.jpg) no-repeat 50% 0;
	width: 100%;
	-webkit-height:100%;
	-moz-height:100%;
	-ms-height:100%;
	-o-height:100%;
	height:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	position: absolute;
}

.fylogo {
	position: absolute;
	top: 50px;
	left: 55px;
	z-index: 100;
	max-width: 463px;
	width: 33%;
	height: auto;
}

.datetitle {
	position: absolute;
	top: 50px;
	right: 55px;
	color: #fff;
	font-size: 12px;
	z-index: 100;
}

.footerl {
	position: absolute;
	bottom: 50px;
	left: 55px;
	color: #fff;
	font-size: 14px;
	z-index: 100;
}

.footerl span {
	margin-left: 20px;
}

.footerr {
	position: absolute;
	bottom: 50px;
	right: 55px;
	color: #fff;
	font-size: 14px;
	z-index: 100;
	letter-spacing: 8px;
}

.middle {
	margin-top: 8.5%;
	width: 100%;
	overflow: hidden;
	display: block;
	clear: both;
}

.leftpig {
	width: 50%;
}

.leftpig img {
	max-width: 571px;
	width: 100%;
	height: auto;
}

.loginbox {
	color: #fff;
	margin-top: 6%;
	width: 30%;
}

.loginbox .fytitle{
	width: 100%;
	display: block;
	white-space:nowrap;
}

.loginbox #loading {
        #border: #0000  1px solid;
        position:absolute;
        z-index:9999;
        float:left;
        margin-left:100px;
        margin-top:-250px;
}
#loading{
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    margin-top:100px;
}
#loading span{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    #background: lightgreen;
    background: #dcecf0;
    #background-color: rgb(65, 210, 190, .3);
    position: absolute;
    -webkit-animation: load 1.04s ease infinite;
}
@-webkit-keyframes load{
    0%{
        -webkit-transform: scale(1.2);
        opacity: 1;
    }
    100%{
        -webkit-transform: scale(.3);
        opacity: 0.5;
    }
}
#loading span:nth-child(1){
    left: 0;
    top: 50%;
    margin-top:-10px;
    -webkit-animation-delay:0.13s;
}
#loading span:nth-child(2){
    left: 14px;
    top: 14px;
    -webkit-animation-delay:0.26s;
}
#loading span:nth-child(3){
    left: 50%;
    top: 0;
    margin-left: -10px;
    -webkit-animation-delay:0.39s;
}
#loading span:nth-child(4){
    top: 14px;
    right:14px;
    -webkit-animation-delay:0.52s;
}
#loading span:nth-child(5){
    right: 0;
    top: 50%;
    margin-top:-10px;
    -webkit-animation-delay:0.65s;
}
#loading span:nth-child(6){
    right: 14px;
    bottom:14px;
    -webkit-animation-delay:0.78s;
}
#loading span:nth-child(7){
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    -webkit-animation-delay:0.91s;
}
#loading span:nth-child(8){
    bottom: 14px;
    left: 14px;
    -webkit-animation-delay:1.04s;
}



/* 账号登录 */
.mmdl,
.mmdl tr {
	width: 100%;
}

.iconuser td,
.iconpassword td{
	width: 100%;
	border-bottom: 1px #97c1eb solid;
	padding-top: 5px;
	box-sizing: border-box;
}

.iconuser span,
.iconpassword span {
	float: left;
	margin-top: 12px;
}

.iconuser input,
.iconpassword input {
	width: 88%;
	float: left;
	background: transparent;
	outline: none;
	border: none;
	font-size: 12px;
	line-height: 36px;
	padding: 8px 0;
	margin-left: 15px;
	color: #fff;
}

.cutover {
	text-align: right;
	height: 50px;
}

.cutover img {
	cursor: pointer;
}

.other {
	height: 10px;
	text-align: center;
}

.other input{
	line-height: 20px;
	-webkit-appearance: checkbox;
	background: transparent;
	vertical-align: middle;
}

.other a {
	font-size: 12px;
	margin: 0 10px;
	color: #dcecf0;
}

.btn_dlan {
	background: url(../images/login-jb.png) repeat-x;
	border: 1px #dcecf0 solid;
	box-sizing: border-box;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	margin: 30px auto;
	display: block;
}

.btn_dl button {
	width: 100%;
	background: transparent;
	letter-spacing: 14px;
	font-size: 16px;
	color: #fff;
}

.iconuser,
.iconpassword,
.btn_dl,
.other{
	padding-left: 6%;
	padding-right: 6%;
	display: inline-table;
}
/* 密码登录 */
.smdl,
.smdl tr {
	width: 100%;
}
.smdl .cutover span{
	margin-right: 31%;
}
.smdl .wechat{
	text-align: center;
	margin-top: 10px;
	display: table;
	margin: 0 auto;
}
.smdl .wechat div{
	margin: 0 auto;
	width: 132px;
	height: 132px;
}


.smdl .txt{
	text-align: center;
	font-size: 12px;
	color: #dcecf0;
}

.smdl .txt span{
	margin-top: 8px;
	margin-bottom: 20px;
	padding-top: 4px;
	border-top: 1px #dcecf0 solid;
	box-sizing: border-box;
	display: inline-block;
}
@media screen and (max-width: 1440px) {
	.wrap {
		width: 65%;
	}
	.middle {
		margin-top: 10.5%;
	}
	.iconuser input, .iconpassword input{
		width: 84%;
		padding: 0;
	}
	.iconuser span, .iconpassword span{
		margin-top: 4px;
	}
	.fylogo{
		width: 28%;
		top: 40px;
		left: 40px;
	}
	.datetitle{
		top: 40px;
		right:40px ;
		font-size: 12px;
	}
	.footerl{
		bottom: 40px;
		left: 40px;
		font-size: 12px;
	}
	.footerr{
		bottom: 40px;
		right: 40px;
		font-size: 12px;
	}
	.cutover{
		height: 42px;
	}
	.btn_dl td{
		margin: 20px auto;
	}
	.cutover img{
		width: 32px;
	}
	.cutover span{
		font-size: 12px;
	}
	.loginbox{
		margin-top: 7%;
	}
	.loginone{
		margin-top: 20px;
		padding: 4px 4px 10px 4px;
	}
	.smdl .wechat{
		margin-top: 0;
	}
	.smdl .txt span{
		margin-bottom: 6px;
	}
	.smdl .wechat div {
	    width: 110px;
	    height: 110px;
	}
	
}
@media screen and (max-width: 1366px) {
	.loginbox{
		width: 32%;
	}
	.other{
		padding: 0;
	}
	.btn_dl button{
		font-size: 12px;
	}
	.btn_dl td,.btn_dl button{
		line-height: 20px;
	}
	.iconuser input, .iconpassword input{
		line-height: 32px;
	}
	.iconuser span, .iconpassword span{
		margin-top: 0;
	}
	.cutover{
		height: 32px;
	}
	.btn_dl td{
		margin: 15px 0;
	}
	.loginone {
	    padding: 4px 4px 5px;
	}
	.fylogo{
		width: 25%;
		top: 25px;
		left: 25px;
	}
	.datetitle{
		top: 25px;
		right:25px ;
	}
	.footerl{
		bottom: 25px;
		left: 25px;
	}
	.footerr{
		bottom: 25px;
		right:25px;
	}
	.wrap{
		width: 58%;
	}
	.iconuser input, .iconpassword input{
		width: 80%;
	}
	.middle {
		margin-top: 8.2%;
	}
	.smdl .cutover span {
	    margin-right: 24%;
	}
	.smdl .txt span {
	    margin-bottom: 0;
	}
	.smdl .wechat div {
	    width: 100px;
	    height: 100px;
	}
}

@media screen and (max-width: 1280px) {
	.middle {
		margin-top: 13%;
	}
}
@media screen and (max-width: 1152px) {
	.wrap{
		width: 70%;
	}
}

@media screen and (max-width: 1024px) {
	.middle {
		margin-top: 12%;
	}
}
