html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 0;
  background-color: #fff;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset; //使用足够大的纯色内阴影覆盖黄色背景
}

.login-container {
  width: 100%;
  height: 100%;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://img0.bdstatic.com/img/image/6992fdda3cc7cd98d10273a6b34233fb80e7aec90cc.jpg',
      sizingMethod='scale');
}

.login-container>header {
  height: 62px;
  overflow: hidden;
  zoom: 1;
  border-bottom: 1px solid #1a2a3a;
  background: #1a2a3a;
}

.header_logo {
  float: left;
  display: block;
  width: 182px;
  height: 44px;
  margin-top: 8px;
  margin-left: 17px;
  text-indent: -9999em;
}

.header_logo img {
  width: 182px;
  height: 44px;
  display: block;
}

.header_link {
  overflow: hidden;
  margin-top: 16px;
  padding-right: 17px;
  line-height: 30px;
  text-align: right;
  color: #b6b6b6;
}

.content {
  width: 960px;
  margin: 32px auto;
  padding: 0 24px;
}

.content_wrapper {
  min-height: 372px;
  padding-top: 40px;
  margin: 0 20px 60px 25px;
}

.login_pictures_picture {
  float: left;
  width: 520px;
  height: 400px;
}

.login-container .login-tab {
  float: right;
  width: 350px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #a0b1c4;
}

.login-container .login-tab .login-tab-title,
.login-container .login-tab .login-change {
  width: 100%;
  height: 50px;
  font-family: "lucida Grande", Verdana, "Microsoft YaHei";
  border-bottom: 1px solid #c0cdd9;
  background-color: #f9fbfe;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.login-container .login-tab .login-tab-title li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  float: left;
  font-size: 20px;
  text-align: center;
}

.login-container .login-tab .login-tab-content .login-tab-item {
  width: 100%;
  height: 100%;
}

form {
  width: 284px;
  margin: 40px auto;
}

form p {
  margin-bottom: 18px;
}

.psw-box {
  margin-bottom: 0;
}

form p input {
  width: 100%;
  height: 42px;
  font-size: 16px;
  border: 1px solid #96a5b4;
  padding-left: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

form p .line {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #039dfd;
}

form .login-submit {
  margin-top: 0;
}

form .msg {
  color: red;
  text-align: center;
  margin-bottom: 0px;
  height: 20px;
  margin: 10px 0;
}

form .login-submit input {
  background: #38a9ef;
  border-color: #38a9ef;
  border-radius: 3px;
  font-size: 20px;
  font-family: 'microsoft yahei';
  color: #fff;
  padding-left: 0;
}

form .login-submit input.afterLogin {
  background: #a8e6cf;
}

form .login-submit input:hover {
  background: #65bcf1;
  border-color: #65bcf1;
}

form .login-agree {
  margin-top: 10px;
  height: 25px;
}

form .login-agree input {
  padding: 0;
  background: none;
  width: 20px;
  height: 25px;
  margin: 0 5px 0 8px;
  vertical-align: middle;
  float: left;
}

form .login-agree span {
  display: block;
  float: left;
  width: 280spx;
  word-break: break-all;
  vertical-align: middle;
}

form .login-warning {
  margin-top: 30px;
}

form .login-warning span {
  color: #398cf0;
  font-weight: 600;
  cursor: pointer;
}

.header a,
.footer a {
  color: #1d5494;
}

.footer {
  position: fixed;
  _position: static;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  clear: both;
  line-height: 36px;
  text-align: center;
  color: #b6b6b6;
  background-color: #eff4fa;
  border-top: 1px solid #d6dfea;
}

.register-container {
  width: 100%;
  height: 87%;
  position: relative;
}

.register-container .register-form {
  width: 84%;
  height: 500px;
  position: absolute;
  top: 9%;
  left: 8%;
}

.register-container .register-form .form-container {
  width: 45%;
  height: 440px;
  float: left;
  border-radius: 15px;
  box-shadow: 0 -1px 12px 4px #e5e5e5;
}

.register-container .register-form .form-container h2 {
  width: 100%;
  background: #2181ce;
  color: #fff;
  text-align: center;
  font-size: 1.4em;
  height: 50px;
  line-height: 50px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.register-container .register-form .form-container form {
  width: 96%;
  background: #fff;
  margin: 50px auto;
}

.register-container .register-form .form-container form p {
  width: 76%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.register-container .register-form .form-container form input {
  font-size: 1.3em;
}

.register-container .register-form .form-container form .register-code input {
  width: 65%;
  float: left;
}

.register-container .register-form .form-container form .register-code .get-code {
  width: 34%;
  float: right;
  background: #fff;
  border: 1px solid #2181ce;
}

.register-container .register-form .declaration-show {
  width: 46%;
  height: 440px;
  float: left;
  border-top: 2px solid #2181ce;
  margin-top: 48px;
  padding-left: 9%;
}

.register-container .register-form .declaration-show h3 {
  font-size: 1.3em;
  margin-top: 25px;
}

.register-container .register-form .declaration-show dl {
  width: 100%;
  height: 52px;
  margin-top: 25px;
}

.register-container .register-form .declaration-show dl dt,
.register-container .register-form .declaration-show dl dd {
  float: left;
}

.register-container .register-form .declaration-show dl img {
  width: 52px;
  height: 52px;
}

.register-container .register-form .declaration-show dl dd {
  font-size: 16px;
  height: 52px;
  line-height: 52px;
  margin-left: 20px;
}

/* 鏂扮殑鐧诲綍妗嗘墜鏈�+鐢ㄦ埛鐧诲綍 */
.login-container .login-tab .login-change li {
  width: 50%;
  height: 50px;
  line-height: 50px;
  float: left;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  color: #999;
}

.login-container .login-tab .login-change li:nth-child(1) {
  border-top-right-radius: 0;
  border-top-left-radius: 5px;
}

.login-container .login-tab .login-change li:nth-child(2) {
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
}

.login-container .login-tab .login-change li.active {
  color: #333;
}

.login-tab-content {
  position: relative;
}

.phone-login,
.user-login {
  position: absolute;
  left: 0;
  top: 0;
}

.user-login {
  display: none;
}

.phone-login form p,
.user-login form p {
  margin-bottom: 30px;
}

form p.nomargin-bottom {
  margin-bottom: 0;
}

.user-login form p.msg,
.phone-login form p.msg {
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  h1 .msd-logo img {
    width: 180px;
  }

  form {
    margin: 15px auto;
  }

  form .login-warning {
    margin-top: 15px;
  }

  .register-container .register-form {
    width: 96%;
    left: 2%;
  }

  .register-container .register-form .declaration-show {
    width: 53%;
    padding-left: 2%;
  }

  .register-container .register-form .declaration-show dl img {
    width: 45px;
    height: 45px;
  }

  .register-container .register-form .declaration-show dl dd {
    margin-left: 2px;
  }
}

@media (min-width: 1070px) {
  .header_link {
    padding-right: 40px;
  }
}

/*透明需求管理后台登录界面样式*/
.vip-second-box {
  width: 1060px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../../images/author-login-bottom.png) no-repeat right 425px;
  background-size: 440px 50px;
  padding: 0 30px;
}

.vip-img-content {
  width: 650px;
  height: 500px;
  float: left;
}

.vip-img-content img {
  width: 100%;
  height: 500px;
}

.bottom {
  height: 16px;
  margin-bottom: 5px;
  width: 284px;
  position: absolute;
  bottom: 15px;
  text-align: right;
  font-size: 12px;
}

.bottom .dotted {
  color: #bfbfbf;
  margin: 0 5px;
}

.bottom a:hover {
  color: #05ecf7;
}

.layui-carousel-ind ul {
  background-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width:1368px) {
  .vip-second-box {
    margin-top: 5%;
  }
}

/* 验证码样式 */
.verify-box {
  margin-bottom: 0;
}

.canvas-box {
  width: 100px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.refresh-tips {
  position: absolute;
  top: -20px;
  right: 0;
  background: #e5e5e5;
  padding: 3px;
  display: none;
}

.i18-wrap {
  position: absolute;
  right: 20px;
  top: 17px;
}

.i18-wrap img {
  width: 30px;
  margin-right: 5px;
  vertical-align: middle;
}

.i18-wrap a {
  font-size: 14px;
}

.i18-wrap a.active {
  color: red;
}

.verticalAlign {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-pack-center {
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  box-pack: center;
}

.flex-align-center {
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}


/* 2019.09.25 created by llx to resolve responsiveness */
@media screen and (max-width: 700px) {
  .login_pictures_picture {
    display: none !important;
  }

  .login-container .content {
    width: 80% !important;
    padding: 0 !important;
  }

  .login-infor-tab {
    width: 100% !important;
  }

  .logo-wrap {
    text-align: center !important;
  }

  .logo-wrap img {
    margin: 0 0 20px 0px !important;
    width: 150px !important;
    height: auto !important;
  }

  .login-info-wrap {
    height: auto !important;
    width: 100% !important;
    margin-left: 0% !important;
    padding-bottom: 1px !important;
  }

  .login-infor-tab .login-tab-title li {
    font-size: 18px !important;
  }

  .login-submit {
    padding-left: 0 !important;
  }

}