@charset "utf-8";
html {
	height: 100%;
}
div {
	box-sizing: border-box;
}
body {
	background: #f5f5f5;
}
body, div, ul, ol, li, table, th, td, h1, h2, h3, h4, h5, h6, h7, dt, dd, p, font, form, input, select, textarea {
	font-family: "Microsoft YaHei";
	font-size: 18px;
	color: #424242;
	line-height: 180%;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
a:link,a:visited {
	color: #424242;
	text-decoration: none;
}
a:hover, a:focus {
	color: #1157f3;
	text-decoration: none;
}
a:hover {
	transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
}
a:active {
	color: #1b1b1b;
	text-decoration: none;
}
ul, ol {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-weight: 400;
}
input, select {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
a:focus, input:focus, textarea:focus {
	outline: none;
}

button, input, optgroup, select, textarea {
	font-family: 'Microsoft YaHei';
}
input[type="password"]:focus, input[type="email"]:focus, input[type="text"]:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, textarea:focus {
	outline: none;
}
input[type="password"], input[type="email"], input[type="text"], input[type="file"], textarea {
	max-width: 100%;
	border-color: #bdd1f2;
	padding: 10px 0px 10px;
	height: auto;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-width: 0 0 1px;
	border-style: solid;
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 180%;
	font-weight: 400;
	color: #101010;
	background-image: none;
	border-bottom: 1px solid #8ea7d5;
	border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
input:focus, textarea:focus {
	border-bottom-width: 2px;
	border-color: #506fa9;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
	text-shadow: none;
	padding: 9px 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400;
	border: none;
	color: #fff;
	-webkit-transition: background-color .15s ease-out;
	transition: background-color .15s ease-out;
	background-color: #15b2fb;
	margin-top: 10px;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover {
	background-color: #00a7f4;
	color: #fff;
}
select {
	padding: 10px;
	border-radius: 5px;
}
#system-message-container {
    text-align: center;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}


.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert,
.alert h4 {
    color: #c09853;
}

.alert h4 {
    margin: 0;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert-success h4 {
    color: #468847;
}

.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-danger h4,
.alert-error h4 {
    color: #b94a48;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

.alert-info h4 {
    color: #3a87ad;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}

.alert-block p + p {
    margin-top: 5px;
}

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

@font-face {
    font-family: 'IcoMoon';
    src: url('../../../media/jui/fonts/IcoMoon.eot');
    src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix')format('embedded-opentype'),url('../../../media/jui/fonts/IcoMoon.woff') format('woff'),url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'),url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: 'IcoMoon';
    content: attr(data-icon);
    speak: none;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
}

[class^="icon-"].disabled, [class*=" icon-"].disabled {
    font-weight: normal;
}

.icon-user:before {
    content: "\22";
}

/*共通CSS 到此为止*/

body{
    background:url(../../../images/tmpl_excel/Excelbg.jpg) no-repeat left bottom; background-size:cover;
    background-color: #f2f5f9;
    min-height: 100%;
    width: 100%;
}

.loginbox {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    width: 500px;
    margin: 0 auto;
}

.loginTitle {
    width: 100%;
    text-align: center
}

.loginTitle h1 {
    line-height: 150%;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}

.loginTitle p {
    padding: 0 0 20px 0;
    margin: 0;
    line-height: 180%;
    font-size: 18px;
    color: #fff;
}

.loginContent {
    background-color: rgba(255,255,255,0.6);
    width: 500px;
    height: auto;/*380px;*/
    border-radius: 5px;
    padding: 0 25px 15px;
}

.loginContent h2 {
    border-bottom: #8ea7d5 solid 1px;
    padding: 20px 0 0 0;
}

.loginContent h2 span {
    display: inline-block;
    border-bottom: #00a7f4 solid 2px;
    font-size: 18px;
    font-weight: bold;
    padding: 0 6px;
}

.log-wrap {
    padding-top: 20px;
}

.log-wrap h6 {
    margin: 0;
    font-size: 14px;
}

.log-wrap p {
    margin: 0 0 16px 0;
    padding: 0;
}

.btn_login {
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
    width: 100%;
    color: #fff;
    height: 45px;
    font-size: 16px;
    background: #098ddf;
}
.btn_login:disabled{
   background: #e8e8e8;
   color: #5f5f5f;
   opacity: 1
}
.login-pw-hidden {
    width: 0;
    height: 0;
    border: none;
    margin: 0;
    padding: 1px;
    position: fixed;/*absolute;*/
    right: 0px;
    top: -500px;
    outline: none
}

.checkbox {
    vertical-align: middle;
}



h2 .a-login {
    padding: 0px 5px;
    display: inline-block;
    text-decoration: none;
    font-weight: normal;
    color: #000;
    white-space: nowrap;
}

h2 .a-login:hover, h2 .a-login:focus {
    text-decoration: none;
    color: #1d50a2;
    -webkit-border-radius: 5px;
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #255eb9),color-stop(1, #2059b4) );
}

/* 新增样式0831 */
.daren{position: absolute;top: 30px;}    
.daren a{ background:#d69b17; border-radius:30px; padding:4px; width:170px; text-align:right; position:relative;color: #fff;display: block;}
.daren a em{position:absolute; left:5px; top:8px;}
.daren a:hover{ background:#f9ca61;}
    
/*手机端*/
@media (max-width: 760px) {
    .loginbox {
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      align-content: center;
      width: 350px;
        margin: 0 auto;
    }
    .loginContent {
      background-color: rgba(255,255,255,0.6);
      width: 350px;
      height: auto;/*380px;*/
      border-radius: 5px;
      padding: 0 25px 15px;
    }
}