﻿input:focus,
input,
button,
select,
textarea {
  outline: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  background-color: #fff !important;
  background-image: none !important;
  outline: none;
}
body {
  overflow: hidden;
}
.header {
  padding: 3rem 0 4rem 0;
  padding-left: 135px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff !important;
  background-image: none !important;
  color: #303030;
}
.main {
  position: relative;
  width: 100%;
}
.main:after {
  content: "";
  display: table;
  clear: both;
}
.main .width1000 {
  width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}
.main .width1000:after {
  content: "";
  display: table;
  clear: both;
}
.main .width1000 > div {
  display: inline-block;
}
.main .width1000 > div:after {
  content: "";
  display: table;
  clear: both;
}
.main .width1000 .box_left {
  position: absolute;
  top: 126px;
  width: 401px;
  height: 280px;
  background: url("../img/login_bg_logo1.png");
}
.main .width1000 .box_left .bg_cloud {
  display: block;
}
.main .width1000 .box_right {
  position: absolute;
  width: 572px;
  height: 537px;
  padding: 13px 14px 15px;
  top: 16%;
  left: 48%;
  margin-top: 6%;
  margin-left: 90px;
  text-align: left;
  z-index: 2;
  background: url("../img/login_bg_title.png") 0 0 no-repeat;
}
.main .width1000 .box_right #box_title {
  position: relative;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 20px;
  left: 152px;
  top: 60px;
}
.main .width1000 .box_right #box_login {
  position: relative;
  top: 100px;
}
.main .width1000 .box_right #box_login .login_title {
  font-size: 22px;
}
.main .width1000 .box_right #box_login .input-group {
  width: 380px;
  margin: 0 auto;
  margin-bottom: 15px;
  background: url("../img/login_input_bg.png") 0 0 no-repeat;
}
.main .width1000 .box_right #box_login .input-group .input-group-btn {
  padding: 7px;
}
.main .width1000 .box_right #box_login .input-group .label {
  font-size: 16px;
  display: inline-block;
}
.main .width1000 .box_right #box_login .input-group.input_normal {
  background-position: 0  0;
}
.main .width1000 .box_right #box_login .input-group.input_hover {
  background-position: 0 -48px;
}
.main .width1000 .box_right #box_login .input-group .form-control,
.main .width1000 .box_right #box_login .input-group .form-control:hover {
  height: 46px;
  line-height: 46px;
  border: none;
  background: no-repeat;
  -webkit-box-shadow: none;
  -moz-box-shadow: none   ;
  box-shadow: none   ;
}
.main .width1000 .box_right #box_login .input-group.transparent {
  margin: 15px auto 10px auto;
  background: transparent;
}
.main .width1000 .box_right #box_login .input-group.err_info {
  color: #f20d0d;
  background: transparent;
}
.main .width600 {
  display: none;
}
.icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../img/spirt1.png") 0 0 no-repeat;
}
.icon.icon_username {
  background-position: 0 0;
}
.icon.icon_pwd {
  background-position: -31px 0;
}
.input_hover .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../img/spirt1.png") 0 0 no-repeat;
}
.input_hover .icon.icon_username {
  background-position: 0 -30px;
}
.input_hover .icon.icon_pwd {
  background-position: -31px -30px;
}
footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.copyRight {
  margin: 0 auto;
  color: #333333;
}
.copyRight a {
  color: #333333;
}
.main .width1000:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .main .width1000 .box_right {
    margin-top: 0;
  }
}
@media screen and (max-width: 1367px) {
  .main .width1000 .box_right {
    position: absolute;
    top: 13%;
    height: 450px;
  }
}
@media screen and (max-width: 1281px) {
  body {
    background: url(../img/login_bg_simple.png) 0 0 no-repeat !important;
    background-size: cover;
    background-attachment: fixed;
  }
  .main .width1000 {
    width: 100%;
    height: 500px;
    min-height: 60vh;
    align-items: center !important;
    display: flex;
  }
  .main .width1000 .box_right {
    position: static;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  body {
    background: #fff !important;
  }
  .header {
    padding: 1rem 0 ;
  }
  .login_title {
    font-size: 1.6rem;
  }
  .main {
    position: static;
    width: 100%;
  }
  .main:after {
    content: "";
    display: table;
    clear: both;
  }
  .main .width1000 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  .main .width1000:after {
    content: "";
    display: table;
    clear: both;
  }
  .main .width1000 > div {
    display: inline-block;
  }
  .main .width1000 > div.box_right {
    width: 100%;
    height: 537px;
    padding: 13px 14px 15px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: left;
    z-index: 2;
    background: radial-gradient(#ffffff, #7EB7E5);
  }
  .main .width1000 > div.box_right #box_title {
    left: 25%;
  }
  .main .width1000 > div.box_right #box_login {
    position: relative;
    top: 100px;
  }
  .main .width1000 > div.box_right #box_login .login_title {
    font-size: 22px;
  }
  .main .width1000 > div.box_right #box_login .input-group {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 15px;
    background: url("../img/login_input_bg.png") 0 0 no-repeat;
  }
  .main .width1000 > div.box_right #box_login .input-group .input-group-btn {
    padding: 7px;
  }
  .main .width1000 > div.box_right #box_login .input-group .label {
    font-size: 16px;
    display: inline-block;
  }
  .main .width1000 > div.box_right #box_login .input-group.input_normal {
    background-position: 0 0;
  }
  .main .width1000 > div.box_right #box_login .input-group.input_hover {
    background-position: 0 -48px;
  }
  .main .width1000 > div.box_right #box_login .input-group .form-control,
  .main .width1000 > div.box_right #box_login .input-group .form-control:hover {
    height: 46px;
    line-height: 46px;
    border: none;
    background: no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .main .width1000 > div.box_right #box_login .form-cnoborder {
    width: 86%;
  }
}
@media screen and (max-width: 550px) {
  .header {
    padding-left: 15px;
  }
  .header img {
    width: 180px;
  }
  .main .width600 {
    display: block;
  }
  .main .width600 .text {
    display: inline-block;
    width: 70%;
    margin-left: .8em;
    font-size: .8em;
  }
  .main .width600 .browserInfo {
    width: 100%;
    color: #303030;
    padding: 80px 0 0 30px;
  }
  .main .width600 .browserInfo h3 {
    margin: 0;
  }
  .main .width600 .browserInfo h2 {
    font-size: 25px;
  }
  .main .width600 .browserInfo a {
    color: #1abc9c;
    text-decoration: none;
  }
  .main .width600 .browserInfo a:hover {
    color: #03A283;
  }
  .main .width600 .browserInfo .btn-warning {
    margin-top: 30px;
  }
  footer {
    display: none !important;
  }
}
@media screen and (min-width: 1925px) {
  .main .width1000 .box_right {
    position: absolute;
    top: 45%;
    height: 370px;
  }
}
.form-cnoborder {
  height: 48px;
  width: 380px;
  margin: 0 auto;
  border-radius: 3px;
  border: 1px solid #e9ecef;
  background-color: #ffffff;
  font-size: 0.875rem;
  padding: 0 0.75rem;
  box-shadow: none;
  color: #495057;
  background-image: none;
  background-clip: padding-box;
  outline: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-cnoborder:focus {
  box-shadow: none;
}
.form-cnoborder.btn-info {
  background-color: #05C3EF;
  background-image: none;
  border-color: #05C3EF;
}
.form-cnoborder.btn-info:hover {
  background: #04a4ca;
  border-color: #04a4ca;
}
.form-group {
  position: relative;
}
#signIn {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  color: #fff;
}
.not_allowd:not(.hidden) ~ button#signIn {
  color: #303030;
}
.label-default {
  background-color: transparent;
  color: #303030;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
  width: 85px;
  height: 24px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.transparent .check-box {
  position: relative;
  top: -3px;
  width: 65px;
  height: 20px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/**alert氓录鹿氓鈥÷�*/
.ve-alert-wraper {
  display: block;
  position: fixed;
  pointer-events: none!important;
  letter-spacing: normal;
  z-index: 111111111!important;
}
.ve-alert-wraper.top_right {
  padding-top: 60px;
  top: 20px;
  right: 40px;
}
.ve-alert-wraper .vealert {
  width: 100%;
  margin: 0 0 5px;
  border-radius: 4px;
  font-size: 12px;
  font-family: arial, sans-serif;
  line-height: 17px;
  position: relative;
  pointer-events: all!important;
}
.ve-alert-wraper .vealert > div:not(.veprogress) {
  padding: 15px 40px;
  min-width: 300px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  max-width: 350px;
  height: auto;
}
.ve-alert-wraper .vealert .c-alert-success {
  background-color: #13ce66;
}
.ve-alert-wraper .vealert .c-alert-info {
  background-color: #50bfff;
}
.ve-alert-wraper .vealert .c-alert-warning {
  background-color: rgba(247, 187, 42, 0.8);
}
.ve-alert-wraper .vealert .c-alert-error {
  background-color: #ff4949;
}
.ve-alert-wraper .vealert .c-close-btn {
  font-size: 2em;
  color: #fff;
  opacity: 1;
  top: 7px;
  right: 15px;
  position: absolute;
  cursor: pointer;
}
.ve-alert-wraper .veprogress {
  display: block;
  position: absolute;
  padding: 0;
  min-width: 0;
  top: 1px;
  height: 5px;
  width: 0;
  left: 0;
  border-radius: 5px;
  background: red;
}
.ve-alert-wraper .veprogress.veprogress-loaded {
  width: 100%;
}