/*
 * Licensed to Jasig under one or more contributor license
 * agreements. See the NOTICE file distributed with this work
 * for additional information regarding copyright ownership.
 * Jasig licenses this file to you under the Apache License,
 * Version 2.0 (the "License"); you may not use this file
 * except in compliance with the License.  You may obtain a
 * copy of the License at the following location:
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

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; background: transparent; }
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; 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; }

@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; }
}

#msg h2 { font-size: 1.4em; margin-bottom: 1em; }
#msg.errors {
  font-size: 12px;
  color: #FF3830;
  /*line-height: 12px;*/
  height: 12px;
  margin-bottom: 8px;
  display: inline-block;
}
#login { width: 320px; float: left; margin-right: 20px; }


@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; } */

  div.form-weizhi{ float: none; margin: 0px auto; }
}

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;
}


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;
}



/*style */

.w {
    margin: 0 auto;
    width: 990px;
}
footer{
  height: 48px;
  line-height: 48px;
  font-size: 12px;
  color: #75787B;;
  text-align:center;
  position: relative;
  /* bottom: 10px; */
  text-align: center;
  width: 100%;
}

.topDiv{
  box-sizing: border-box;
  height:64px;
  padding-top:15px;
  padding-right: 14px;
  margin:0 auto;
  background-color:#fff;
  background-repeat:no-repeat;
  background-position: 24px 14px;
  background-size: 117px 40px;
  background-image: url(/ap/static/img/logo_fin.svg);
  text-align: right;
}
.topDiv .header-select {
  position: relative;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 10px;
  cursor: pointer;
  visibility: hidden;
  font-size: 14px;
}
.topDiv .header-select .selected {
  color: #2D2D2D;
}
.topDiv .header-select .icon-dropdown {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -1px;
  height: 0px;
  width: 0px;
  border-top: 6px solid #C8C8CD;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.topDiv .header-select .select-options {
  position: absolute;
  top: 40px;
  right: 0;
  width: 100%;
  min-width: 80px;
  border: 1px solid #d1dbe5;
  z-index: 2;
  list-style: none;
  text-align: left;
  box-shadow: 0 2px 4px rgba(0,0,0,.12);
  color: #48586a;
  background: #fff;
  display: none;
}
.topDiv .header-select .select-option {
  padding: 10px;
}
.topDiv .header-select .select-option:hover {
  background-color: #e4e8f1;
  color: #48586a;
}
.icon-refresh {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  top: 5px;
  cursor: pointer;
}
.icon-refresh::after {
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  background: url(/ap/static/img/login_refresh.svg) center center no-repeat;
  background-size: cover;
}
/* .topImgBox span{
  height:100%;
  display:inline-block;
  vertical-align:middle;
} */
.mainDiv{
  min-width: 410px;
  margin:0 0 0 0;
}


.mainBox{
  background-image: url(/ap/static/img/login_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* min-height: 710px; */
  position: relative;
  margin: 0 auto;
  min-height: 450px;

  /* max-width:1000px;
  height:480px;
  position: relative;
  margin:0 auto; */
  /* url(../images/index_pic.jpg) */
  /* background: bottom center no-repeat; */
  /* background-size:auto 510px; */
  /* background-position:0 0px; */
}
.form-weizhi .weiLogin{
font-size:20px;
font-weight:600;
}
.form-weizhi {
    /*float: right;*/
    background-color: #fff;
    width: 350px;
    height: 330px;
    top: 90px;
    right: 30px;
    font-size: 16px;
    position: absolute;
}

.loading-weizhi {
    /* url(../images/loading_64_64.gif) */
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    width: 350px;
    position: absolute;
    height: 330px;
    right: 0;
    top: 0;
    background-color: white;
    opacity: 0.6;
}

.world-weizhi{
  float: left;
  padding-top:15px;
  display:none;
}


.loginError{color:red;position:absolute;}

.login_table{
  margin:15px 15px 20px 0;
  float:right;
  width:290px;
}

.login_lable{
  padding:0 0 15px 0;
}

.login_lable input{
  border:1px solid #ccc;
  background-color:#edf5fa;
  height:30px;
  line-height:30px;
  width:230px;
  text-align:left;
  padding-left:30px;
  color:#90a2bc;
  font-size:14px;
  /* background-image: url(../images/icon-geren.png); */
  background-repeat: no-repeat;
  background-position: 10px 12px;
}

.login_lable2{
  padding:0 0 0px 0;
  margin-bottom:4px;
}
.login_dl{
  height:30px;
  width:120px;
  border:none;
  cursor:pointer;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color:#1d63af;
  color:#ffffff;
}
.login_reset{
  height:30px;
  width:120px;
  border:none;
  cursor:pointer;
  color:#ffffff;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left:20px;
  background-color:#1d63af
}

.loginError{color:red;position:absolute;}

/* hr */
.login-form {
  box-sizing: border-box;
  width: 500px;
  padding: 0 32px 40px;
  position: absolute;
  right: 120px;
  /* top: 146px; */
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,.12);
  top: 50%;
  transform: translateY(-50%);
}

.form-titles {
  position: relative;
  padding: 44px 0 12px;
}
.form-titles .btn-switch {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 42px;
  height: 42px;
  background-size: contain;
  cursor: pointer;
}
.form-titles .btn-switch {
  background-image: url(/ap/static/img/qrcode-login.svg);
}
.qrcode-login .btn-switch {
  background-image: url(/ap/static/img/pwd-login.svg);
}
.pwd-title,
.qrcode-login .qrcode-title,
.pwd-login-panel,
.qrcode-login .qrcode-login-panel  {
  display: block;
}
.qrcode-login .pwd-title,
.qrcode-title,
.qrcode-login-panel,
.qrcode-login .pwd-login-panel {
  display: none;

}

.form-title {
  font-size: 24px;
  color: #2D2D2D;
  line-height: 24px;
  font-weight: normal;
}
.pwd-login .pwd-login {
  display: block;
}
.qrcode-login .qrcode-login {
  display: block;
}

.clearfix {
	zoom: 1;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.loginInput {
  box-sizing: border-box;
  width: 440px;
  height: 44px;
  padding-left: 44px;
  /* background: #fff 10px center no-repeat; */
  border: 1px solid #DADADA;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  outline: none;
  /* background-position: 10px center;
  background-repeat: no-repeat; */
}
.captcha{
  padding-left: 16px;
  width: 330px;
}
.captcha_img{
  box-sizing: border-box;
  width: 100px;
  display: inline-block;
  height: 43px;
  /* background: #fff 10px center no-repeat; */
  /*border: 1px solid #DADADA;*/
  border-radius: 4px;
  /*font-size: 16px;*/
  /*outline: none;*/
  vertical-align: middle;
}
.loginInput:-webkit-autofill {
  transition: background-color 500000000s ease-in-out 0s;
 }

.loginInput:focus {
  border-color: #FF3830;
}

.loginInput::-webkit-input-placeholder{
  color:#999999;
}
.loginInput::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#999999;
}
.loginInput:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#999999;
}
.loginInput:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#999999;
}
.form-inputs {
  padding-top: 4px;
}
.loginInput.username {
  /* background-size: 24px 24px;
  background-image: url(/ap/static/img/icon_username.svg); */
}

.loginInput.password {
  /* background-size: 18px 24px;
  background-position: 13px center;
  background-image: url(/ap/static/img/icon_password.svg); */
}

.remember-forget {
  margin-top: 20px;
}

.remember-user {
  float: left;
}

.remember-user input {
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
  margin-right: 0;
  outline: none;
}

.remember-user label {
  font-size: 14px;
  color: #666666;
}

.forget {
  float: right;
  text-decoration: none;
  font-size: 14px;
  color: #FF3830;
}

.btn-login {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 40px;
  background: #FF3830;
  color: #fff;
  border: none;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  font-size: 18px;
}
.btn-login:hover {
  background: #E60012;
}

.qrcode-login-panel {
  display: none;
  text-align: center;
  padding-top: 32px;
}
.qrcode-login-panel .qrcode-img {
  width: 192px;
  height: 192px;
}
.qrcode-login-panel .qrcode-tips {
  margin-top: 16px;
  font-size: 14px;
  color: #75787B;
  line-height: 14px;
}
.input-container {
  position: relative;
}
.input-container-password {
  margin-top: 20px;
}
.captcha_div {
  display: none;
}
.input-container .input-icon {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 44px;
  width: 44px;
  background: center center no-repeat;
}
.input-container .input-icon-username {
  background-size: 24px 24px;
  background-image: url(/ap/static/img/icon_username.svg);
}


.input-container .input-icon-password {
  background-size: 18px 24px;
  background-image: url(/ap/static/img/icon_password.svg);
}
