
@charset "utf-8";


html, body{
    min-height: 100%;
    font-family: '微软雅黑';
}
*{box-sizing: border-box;padding: 0;margin: 0}
body{
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    overflow-x: hidden;
}


ul>li>ul{margin: 0}
section{
    width: 1200px;
    margin: 0 auto;

}
a{text-decoration: none;color: #333}
input,select,textarea,button{outline: none;}

body .loginBg img{display: block;max-width: 100%}
ul{padding: 0;margin: 0}
li{list-style: none}
.blockA{width: 100%;height: 100%;display: block}
.nowrap{white-space: nowrap;overflow: hidden;word-break: break-all;text-overflow: ellipsis}
.display-none{display: none;}
.display-block{display: block;}

.fl{float: left!important;}
.fr{float: right!important;}
.position-relative{position: relative}
.clear{zoom:1;}
.clear:after{
    display: block;
    clear: both;
    content: "";
}
.text-center{
	text-align: center;
}

.loginBg{
	padding-top: 1px;
	background:#fff url(../images/bg.jpg) no-repeat center top;
}
.logo{
	margin: 40px auto 20px;
}

.loginDiv{
	position: relative;
	margin: 0 auto 40px;
	width: 450px;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
	background: #fff;
	transition: 0.3s;
}
.mainBoxT{
	color: #484f7b;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 15px;
}
.mar-b-20{
	margin-bottom: 20px;
}

.input-box{
    height: 50px;
    font-size:14rem;
    border:1px solid #ccc;
    
    box-sizing: content-box;
	margin-bottom:15px;
}
.icon-box{
    border-right: 1px solid #ccc;
    margin-top: 16px;
    height: 20px;
    width: 50px;
}
.icon-box img{
    display: block;
    margin: 0 auto;
}
.input{
    height: 100%;
    font-size: 14px;
    border: none;
    border-radius: 3px;
    width: calc(100% - 50px);
    text-indent: 15px;
    outline: none;
}
.yzmimg{
	width: 100px;
	margin-top: 6px;
}

.mycheck{
	-webkit-appearance: none;
	appearance: none;
	background-position: -500px -426px;
	width: 16px;height: 16px;
	margin-right: 5px;
}
.mycheck:checked{
	background-position: -500px -400px;
}
.line-height-18{height: 18px;line-height: 16px;margin-left: 5px;}
.line-height-40{line-height: 40px;}

.submitBtn1{
	background: #586391;
	color: #fff;
	width: 100%;
	height: 50px;
	color: #fff;
	border-radius: 4px;
	border:none;
}
.color-999{
	color: #999;
}

@media screen and (max-width: 500px){
   .loginDiv{
	   width: calc(100% - 20px);
   }
}

