
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
nav ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
body { font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif; font-size: 11px; line-height: 1.4em; }

#container { width: 95%; margin: 0 auto; }
header, #content { background: #fff; -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }
#content { -webkit-border-bottom-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }

@media only screen and (max-width: 960px) { 
  #container { width: 100%; }
  #content { -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; } 
}

header { padding-top: 10px; }
header #logo { display: block; width: 118px; height: 31px; text-indent: -999em; background: url(../images/ja-sig-logo.gif) no-repeat; margin: 0 0 10px 10px; }
header h1 { background: #210F7A; color: white; padding: 1.4em 1.4em; font-size: 2em; font-weight: normal; }

#content { padding: 10px; overflow: hidden; }
/* 
#msg { padding: 20px; margin-bottom: 10px; }
#msg h2 { font-size: 1.4em; margin-bottom: 1em; }
#msg.errors { border: 1px dotted #BB0000; color: #BB0000; padding-left: 100px; background: url(../images/error.gif) no-repeat 20px center;width:252px; margin-left:6px; text-align:left }
#msg.success { border: 1px dotted #390; color: #390; padding-left: 100px; background: url(../images/confirm.gif) no-repeat 20px center; width:252px; margin-left:6px;margin-top:50px; text-align:left}
#msg.info { border: 1px dotted #008; color: #008; padding-left: 100px; background: url(../images/info.gif) no-repeat 20px center; }
#msg.question { border: 1px dotted #390; color: #390; padding-left: 100px; background: url(../images/question.png) no-repeat 20px center; }
#msg.warn { border: 1px dotted #960; color: #960; padding-left: 100px; background: #ffbc8f url(../images/info.gif) no-repeat 20px center; }
#msg.warn .message { color: black; margin: 1em; font-size: 1.4em } */

#login { width: 464px; float: left; margin-right: 120px; }


#sidebar { width: auto; }
#sidebar .sidebar-content { padding-left: 20px; }
#sidebar .sidebar-content p { margin-bottom: 1.4em; }

#list-languages ul { list-style: none; }
#list-languages ul li { display: inline-block; padding: 0px 10px; border-right: 1px solid #e2e2e2; }
#list-languages ul li:last-child { border: 0; line-height: 1.4em; }

footer { color: #999; margin: 20px 0; }

@media only screen and (max-width: 960px) { 
  footer { padding-left: 10px; }
}

@media only screen and (max-width: 799px) { 
  header h1 { font-size: 1em; }
  #login { float: none; width: 100%; }
  #fm1 .row input[type=text], 
  #fm1 .row input[type=password] { width: 100%; padding: 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
  #fm1 .row .btn-submit { outline: none; -webkit-appearance: none; -webkit-border-radius: 0; border: 0; background: #210F7A; color: white; font-weight: bold; width: 100%; padding: 10px 20px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
  #fm1 .row .btn-reset { display: none; }
  #sidebar { margin-top: 20px; }
  #sidebar .sidebar-content { padding: 0; }
}

a.button {
    font-weight:bold;
    height:1.7em;
    padding:1.2em 1em .6em 1em;
    text-align:center;
    text-decoration:none;
    color:white;
    background-color:#79946c;
    border-top:1px solid #82b36c;
    border-left:1px solid #82b36c;
    border-right:1px solid #304228;
    border-bottom:1px solid #304228;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#big-buttons a.button {
    display:block;
    position:relative;
    font-size: 1.6em;
    margin:20px auto;
    width:200px;
    overflow: hidden;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border-top:2px solid #82b36c;
    border-left:2px solid #82b36c;
    border-right:2px solid #304228;
    border-bottom:2px solid #304228;
}

a.button:hover {
    color:#ffff94;
    background-color:#819e73;
}

.button-down {
    border-top:1px solid #304228;
    border-left:1px solid #304228;
    border-right:1px solid #82b36c;
    border-bottom:1px solid #82b36c;
}

#big-buttons .button-down {
    border-top:2px solid #304228;
    border-left:2px solid #304228;
    border-right:2px solid #82b36c;
    border-bottom:2px solid #82b36c;
}

#loginTab{
	  width:352px;
	  height:352px;
    /*overflow: hidden;*/
    border: none;
}
.loginUl{
    box-sizing: border-box;
    width:100%;
    height: 80px;
    padding: 55px 32px 12px;
    overflow:hidden;
    background: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size:0;
}
.loginUl li{
    position:relative;
    display: inline-block;
    color:#999999;
    font-size: 14px;
    cursor: pointer;
    width:50%;
    text-align: center;
}
.loginUl li.active{
    font-size: 14px;
    color: #0E92C8;
}

#msgcode{
	z-index: 4000;
  float: right;
  height: 45px;
  width:33%;
  line-height:45px;
  font-size:14px;
  text-align:center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  background:#0E92C8;
}
#msgcode:hover{
	background: #0B74A0;
}
.clicked{
	color:#666666 !important;
	background-color:#D6D6D6 !important;
	cursor:not-allowed !important;
}

.input-container {
  position: relative;
}
.input-container:nth-of-type(n + 2) {
  margin-top: 20px;
}
.input-container .input-icon {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 44px;
  width: 40px;
  background: center center no-repeat;
  border-right:1px solid #f3f3f3;
}
.input-container .input-icon-username {
  background-size: 20px;
  background-image: url(../images/icon_username.png);
}
.input-container .input-icon-password {
  background-size: 18px;
  background-image: url(../images/icon_password.png);
}

.loginInput {
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  padding-left: 52px;
  /* background: #fff 10px center no-repeat; */
	border: 1px solid #E6E6E6;
	border-radius: 4px;
  font-size: 14px;
  color: #333333;
  outline: none;
  /* background-position: 10px center;
  background-repeat: no-repeat; */
}
.loginInput.error{
	border-color:#FF3830;
}
/*新增样式, 短信验证码部分;*/
.loginInput.validateIpt{
	width:65%;
	padding-left:20px;
}
.loginInput.captcha {
  width: 60%;
  padding-left: 16px;
}
.loginInput:-webkit-autofill {
  transition: background-color 500000000s ease-in-out 0s;
}
/*.loginInput:focus {
  border-color: #FF3830;
}*/
.loginInput::-webkit-input-placeholder{
  color:#BFCBD9;
}
.loginInput::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#BFCBD9;
}
.loginInput:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#BFCBD9;
}
.loginInput:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#BFCBD9;
}

#msg {
  background: #fff !important;
}
#msg h2 { font-size: 1.4em; margin-bottom: 1em; }
#msg.errors {
  font-size: 12px;
  color: #FF3830;
  line-height: 18px;
  margin-bottom: 4px;
}

/* jsp中的css */
html,
body {
  height: 100%;
}

#container {
  width: 100%;
  height: 100%;
}

#content {
  padding: 0;
  box-shadow: none;
  height: calc(100% - 80px);
}

.topDiv {
  box-sizing: border-box;
  height: 80px;
  padding:0;
  border-bottom:10px solid #DBE6F5;
}

.w {
  width: 1400px;
  margin: 0 auto;
}

.topImgBox img {
	padding:17px 0;
  height: 36px;
  margin-left:20px;
  float: left;
}
.topImgBox span {
  height: 40px;
  padding-left: 20px;
  line-height: 40px;
  font-size: 24px;
  color: #393c3e;
  border-left: 0px solid #ced0da;
  float: left;
  margin-left: 20px;
}
.topWelcome{
	float:right;
	font-size:18px;
	color:#666666;
	margin-right:20px;
	line-height:70px;
	height:70px;	
}
.mainBox {
  overflow: hidden;
  padding: 80px 20px 90px;
  box-sizing: border-box;
  min-height: 480px;
  background-repeat: no-repeat;
  /*background-size: cover;*/
 background-size:100% 100%;
  height: calc(100% - 70px);
  background-position:center;
  background-size: cover;
}

#login {
  position: absolute;
  left: 75%;
  top: 50%;
  width: 352px;
  margin-left: -176px;
  margin-top: -150px;
}

@media only screen and (max-width: 1000px) {
  /*#login {
    left: 50%;
  }*/
   body{
   	   min-width:1000px;
   	   overflow-x: scroll;
   }
}

#fm1 {
  background: #fff;
  padding: 16px 36px 40px;
  color: #333;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  position: relative;
}

#fm1 h2 {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 0;
  font-weight: 600;
  border-bottom: 0;
  margin-bottom: 20px;
}

#fm1 label {
  font-size: 16px;
}

#fm1 .row {
  position: relative;
}

#fm1 .row.check {
  border-bottom: 0;
}

#fm1 .row.check label {
  font-size: 14px;
}

/* #fm1 #username,
      #fm1 #password,
      #fm1 #captcha,
      #fm1 #smsCode {
        width: calc(100% - 50px);
        margin-top: 4px;
        background: #fff;
        height: 43px;
        line-height: 40px;
        padding: 0;
        padding-left: 10px;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-left: none;
        display: inline-block;
        top: -4px;
        position: relative;
        left: 0px;
        border-radius: 0 4px 4px 0;
      } */

#fm1 .row .btn-submit {
  margin-top: 35px;
  font-size: 18px;
}

input {
  outline: none;
}

#fm1 .row .btn-submit {
  height: 45px;
  width: 100%;
  border: none;
  cursor: pointer;
	border-radius: 4px;
	color:#fff;
	background:#0E92C8;
}

#fm1 .row .btn-submit:hover {
  background: #0B74A0;
}

footer {
  height: 70px;
  line-height: 70px;
  font-size: 12px;
  color: #999;
  text-align: center;
  margin: 0;
  background: #fff;
}

.sucBox {
  background: #fff;
  padding-top: 20px;
  color: #333;
  border-radius: 0;
  position: relative;
  width: 320px;
  height: 325px;
  background: #fff;
}

body {
  position: relative;
}

.errorTip {
  position: absolute;
  width: 100%;
  z-index: 2000;
  height: 100%;
  background: transparent;
  top: 0;
  bottom: 0;
}

.errorTipContent {
  margin: 84px auto 0;
  width: 300px;
  padding: 30px 150px;
  border: 1px solid #FBE0B2;
  background: #FEF5E6;
  border-radius: 4px;
  overflow: hidden;
}

.errorTipContent p {
  float: left;
  width: 250px;
  font-size: 16px;
  line-height: 24px;
}

.iconDiv {
  float: left;
  width: 50px;
}

.iconDiv span {
  color: #F39800;
  font-size: 36px;
  line-height: 48px;
}

.input-group-addon {
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}

.none {
  display: none !important;
}
 /* 验证码相关 */
.loginUnit{
  position: relative;
}
.loginTabImg{
	position:absolute;
	width:160px;
	height:60px;
	left:96px;
	top:-30px;
	box-shadow: 0 2px 6px 0 rgba(211,211,211,0.5);
	border-radius:54px;
}
.loginWays{
  position: absolute;
  display: none;
  right: 32px;
  top: 32px;
  width: 48px;
  height: 48px;
  /* background: red; */
 
}
.loginWays:hover{
  cursor: pointer;
}
.loginWays img{
  width: 100%;
  height: 100%;
}
.loginUl .qr-code-login{
  display: none;
  font-size: 24px;
  color: #2D2D2D;
}
.qr-code-content{
  text-align: center;
  display: none;
  background: #fff;
  padding: 16px 32px 40px;
  color: #333;
  border-radius: 0;
  position: relative;
  
}
.qr-code-content .qr-code{
  width: 166px;
  height: 166px;
  margin: 0 auto;
}
.qr-code-content .qr-code img{
  width: 100%;
  height: 100%;
}
.qr-code-title{
  margin-top: 16px;
  font-size: 14px;
  color: #75787B;
  text-align: center;
}