*{
    padding:0;
    margin:0;
}
html{
    overflow: auto;/*瑙ｅ喅IE7涓嬪嚭鐜板瀭鐩存粴鍔ㄦ潯鐨勯棶棰�*/
}
body{
    font:14px 'Microsoft YaHei','Arial','Open Sans', Arial, sans-serif;
    color:#333;
}

a{
    text-decoration: none;
    color:#999;
}
img{
    border:0;
}
.login-bg{
    background: url(../img/login-bg.jpg) no-repeat;
    /* 背景图居中 */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* 背景图按照元素的宽高比例缩放 */
    -moz-background-size:cover;
    background-size:cover;
}
.login-container{
    width:1004px;
    height:500px;
    position: absolute;
    left:50%;
    top:50%;
    margin-left:-502px;
    margin-top:-250px;
}
.logo{
    width:800px;
    height:55px;
    margin:0 auto;
    text-align: center;
}


.login-project-name{
    width:800px;
    margin:0 auto;
    text-align: center;
    font-weight: bold;
    font-size:26px;
    color:#fff;
}

.form-container{
    width:460px;
    height: auto;
    margin:20px auto 0 auto;
    background:#fff;
    padding-bottom:30px;
    border-radius: 4px;
    padding-top:30px;
    box-shadow: 4px 4px 10px #235883;
}
.alert-box{
	width:420px;    
	height:120px;
    background:#fff;
    padding-bottom:30px;
    border-radius: 4px;
    padding-top:30px;
    box-shadow: 4px 4px 10px #235883;
    position:absolute;
    left:50%;
    margin-left:-210px;
    top:50%;
    margin-top:-104px;   
    z-index:890;   
}
.alert-btn{
	padding:6px 16px;
	opacity:0.7;
	margin-left:15px;
	border-radius: 3px;
}
.alert-btn:hover{
	opacity:1;
}
.alert-btn-blue{
	background-color: #0a99ea;
	color:#fff;
}
.alert-btn-grey{
	background-color: #ccc;
	color:#333;
}

.mask{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.55);
	z-index:888;
}
.login-input{
    display: block;
    height:40px;
    width:350px;
    border:1px solid #ccc;
    border-radius: 4px;
    line-height: 40px;
    padding-left:35px;
    margin-bottom:20px;
    margin-left:55px;
}
.login-input:hover{
    border-color:#0a99ea;
}

.icon-user{
    background:url(../img/icon-user.png) 5px center no-repeat;
}
.icon-lock{
    background:url(../img/icon-lock.png) 5px center no-repeat;
}
.icon-check {
    background:url(../img/icon-check.png) 5px center no-repeat;
}
.login-input:hover.icon-user{
    background:url(../img/icon-user2.png) 5px center no-repeat;
}
.login-input:hover.icon-lock{
    background:url(../img/icon-lock2.png) 5px center no-repeat;
}
.button-box{
    height:40px;
    width:350px;
    margin:20px auto 0 auto;
}
.login-btn{
    display: block;
    width:160px;
    height:40px;
    opacity: 0.8;
    color:#fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}
.login-btn:hover{
    opacity: 1;
}
.bg-blue{
    float: left;
    background-color: #0a99ea;
}
.bg-grey {
    float: right;
    background-color: #ccc;
    color:#666;
}
.login-error{
    clear: both;
    width: 370px;
    color: #e7505a;
    background-image: none!important;
    font-weight: lighter;
}
.margin-top-20{
	margin-top:20px;
}
label.error{
    clear: both;
    width: 370px;
    margin: 20 0 0 -18px;
    color: #e7505a;
    background-image: none!important;
    font-weight: lighter;
}
.login-footer{
    position: absolute;
    width: 600px;
    left:50%;
    margin-left:-300px;
    bottom:10px ;
    text-align: center;
    color:#eee;
}
.checkcode{
    display: block;
    height: 50px;
    margin-right: 52px;
    float: right;
    margin-top: -59px;
}
.checkcode a:hover{
    color:#e60012;
}
.page-403 {
	width: 100%;
	text-align: center;
}

.page-403 .number {
	display: inline-block;
	margin-top: 100px;
	letter-spacing: 1px;
	line-height: 128px;
	font-size: 128px;
	color: #e7505a;
	text-align: right;
}

.page-403 .details {
	margin-left: 40px;
	display: inline-block;
	text-align: left;
}

.page-403 .btn-relogin {
	cursor: pointer;
	border-radius: 4px;
	padding: 8px 12px;
	color: #fff;
	background-color: #ed6b75;
	border-color: #ea5460;
}

.page-403 .btn-relogin:hover {
	color: #fff;
	background-color: #e73d4a;
	border-color: #e31d2d;
}

.page-403 h3 {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 20px;
}
.label-ie9{
  position: absolute;
  height: 50px;
  line-height:50px;
  margin:-66px 95px 95px 95px;
  font-size:16px;
  color: #6d6d6d;
  display: none;
}
.network{
    position: absolute;
    width:118px;
    height:59px;
    left:50%;
    margin-left:-59px;
    background: url("../img/network.png") no-repeat;
    color:#fff;
    font-size:20px;
    text-align: center;
    line-height: 40px;
}
.login-bg-out{
    background: url(../img/login-bg-out.jpg) no-repeat;
}

.divider {
    margin: 0px 55px;
    display: flex;
    flex-wrap: wrap;
}
.down-box {
    width: 20%;/* 每行5个，每个占20%的宽度 */
}
.exe-box {
    width: 100%;
    padding: 10px;
    box-sizing: border-box; /* 确保padding不会影响宽度计算 */
}
.exe-svg {
    padding : 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.exe-svg:hover{
    background: #cccccc;
}
.exe-svg:hover svg{
    fill: #ffffff;
}
.down-name {
    font-size: 12px;
    color: #666;
}
/* 改变SVG内所有元素的填充颜色 */
.exe-svg svg {
    fill: #ccc;
    transition: all 0.3s ease;
}
.line-box {
    margin: 20px 55px 0 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.line {
    height: 1px;
    flex-grow: 1;
    background-color: #ccc;
}
.text {
    margin: 0 10px;
    color: #666;
}