/*
 * login.scss
 * data: 2019-05-28
 * author: [zhqiang]
 */
body {
  min-width: 1000px;
  background: url(../images/bg_center.jpg);
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/bg_center.jpg", sizingMethod="scale");
}

body.member {
  background-image: url(../images/bg_member.jpg);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/bg_member.jpg", sizingMethod="scale");
}

.header {
  min-height: 85px;
  position: relative;
}

.header > img {
  width: 719px;
  height: 54px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mt30 {
  margin-top: 30px;
}

.main {
  height: 446px;
}

.main .login-panel {
  width: 955px;
  height: 446px;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #f8f8f8;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.31);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.31);
}

.login-help {
  float: left;
  width: 313px;
  height: 100%;
  padding: 80px 35px 0;
  background: url(../images/help_bg.jpg);
}

.login-help .login-help-title {
  height: 32px;
  margin-bottom: 26px;
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
  color: #314370;
}

.login-help .login-help-title:after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 100%;
  margin-left: 14px;
  vertical-align: top;
  background: url(../images/help_icon.png) center no-repeat;
}

.login-help .login-help-text {
  line-height: 30px;
  color: #314370;
}

.login-help .dl-btn {
  margin-top: 54px;
}

.login-help .dl-btn button {
  width: 98px;
  height: 30px;
  border-radius: 15px;
  color: #fff;
  border: 1px solid #fba858;
  background-color: #f2b87f;
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s;
}

.login-help .dl-btn button:hover {
  border-color: #f2b87f;
  background-color: #fba858;
}

.login-help .dl-btn button:before {
  content: '';
  display: inline-block;
  vertical-align: -1px;
  margin-right: 3px;
  background: url(../images/dl_icon.png);
}

.login-help .dl-btn button.dl-manual:before {
  width: 13px;
  height: 13px;
}

.login-help .dl-btn button.dl-driver:before {
  height: 13px;
  width: 14px;
  background-position: -15px 0;
}

.login-tab {
  margin-left: 414px;
  width: 440px;
}

.login-tab .tab-hd {
  height: 55px;
  margin-top: 18px;
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
}

.login-tab .tab-hd > span {
  width: 168px;
  font-size: 18px;
  color: #666666;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
}

.login-tab .tab-hd > span.active {
  font-weight: bold;
  color: #4e7adb;
  border-bottom: 3px solid #4e7adb;
}

.login-form {
  padding-top: 30px;
  height: 260px;
}

.login-form .input-row {
  font-size: 16px;
}

.login-form .input-row .lbl {
  display: block;
  padding-left: 13px;
  color: #666666;
  line-height: 34px;
}

.login-form .input-row input {
  height: 45px;
  width: 100%;
  padding-left: 12px;
  border: 1px solid #ebebeb;
  outline: none;
  line-height: 43px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.login-form .input-row input:focus {
  border-color: #4e7adb;
}

.login-form .input-row + .input-row {
  margin-top: 14px;
}

.login-form .forget-row {
  text-align: right;
  line-height: 34px;
  color: #4e7adb;
}

.login-btn button {
  width: 190px;
  height: 48px;
  border: 0;
  outline: none;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.login-btn button.btn-register {
  background-color: #4e7adb;
}

.login-btn button.btn-register:hover {
  background-color: #588cfe;
}

.login-btn button.btn-login {
  background-color: #ff7e00;
}

.login-btn button.btn-login:hover {
  background-color: #ff9e40;
}

.footer {
  min-height: 44px;
  position: absolute;
   width: 100%;
   top: 81%;
   left: 0%;
}

.footer > p {
  height: 20px;
  margin: auto;
  line-height: 20px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.logo {
    width: 457px;
    height: 64px;
    position: absolute;
    top: 16px;
    right: 0;
    bottom: 0;
    left: 16px;
}
/*# sourceMappingURL=login.css.map */