﻿@charset "utf-8";
/* CSS Document */
body {
  background: #fff;
}
body, div, td {
  line-height: 1.4em;
}
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, p, td, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: Microsoft YaHei, 'STHeiti', Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.logo img {
  border: 0 none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
ul li, ol li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
  vertical-align: baseline;
  zoom: 1;
}
textarea, select, button {
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  outline: none;
}
button {
  border: none;
  padding: 0;
}
button::-moz-focus-inner {
  border: none;
}
input[type=radio], input[type=checkbox] {
  vertical-align: middle;
}
input {
  outline: 0 none;
}
input.checkbox {
  vertical-align: middle;
}
* html input {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
fieldset {
  border: 0 none
}
/* a:focus {outline-style:none;outline-width:0;font-size:14px;} */
a {
  text-decoration: none;
  color: #101010;
  font-family: 微软雅黑;
  font-size: 14px;
}
img {
  border: 0
}
/* 登录 */
.login-head {
  width: 100%;
  height: 30px;
}
.login-head-r {
  float: right;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.login-head-r:hover {
  opacity: 0.8;
  color: #fff;
}
.login-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-width: 1200px;
  background: #3d3a40;
}
.login-foot-c {
  margin: 0 auto;
  width: 1200px;
  line-height: 50px;
  text-align: center;
  background: #3d3a40;
  color: #fff;
  font-size: 14px;
}
.login-content {
  width: 100%;
  height: 100%;
  background: url(../images/beijing.jpg) fixed center center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 50px;
}
.login-h1 {
  font-size: 45px;
  margin-top: 100px;
  text-align: left;
  color: #fff;
  letter-spacing: 6px;
  line-height: 60px;
  margin-left: 4%;
  font-weight: bold;
}
.login-div {
  width: 500px;
  height: 526px;
  margin: 0 auto;
  margin-top: 5%;
  padding: 40px 84px;
  box-sizing: border-box;
  border-radius: 28px;
  background: #ffffff;
}
.login-input {
  display: inline-block;
  margin-bottom: 17px;
  ;
}
.login-span {
  line-height: 40px;
  font-size: 16px;
}
.login-name {
  width: 100%;
  display: inline-block;
  height: 48px;
  border-radius: 55px;
}
.login-name-s {
  height: 41px;
  padding: 0px 4px;
  box-sizing: border-box;
  border: 0;
  font-size: 18px;
  float: left;
  color: #000;
  margin-top: 9px;
  border-bottom: 1px solid #b4b4b4;
  width: 325px;
}
.login-name-s::placeholder {
  color: #ddd;
}


.login-but {
  margin-top: 6px;
  margin: 0 auto;
}
.login-but input {
  width: 100%;
  height: 50px;
  background: #473d84;
  color: #fff;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  font-size: 17px;
  border-radius: 5px;
}
.login-but input:hover {
  opacity: 0.8;
}
.login-register {
  width: 100%;
  margin-top: 30px;
}
.login-register-l {
  font-size: 16px;
  color: #666666;
  margin: 10px 0px 6px 0;
}
.login-register-l a {
  color: #e08983;
  font-weight:bold;
  font-size: 16px;
}
.login-register-l a:hover {
  opacity: 0.6;
}
.login-register-r {
  float: right;
  color: #fff;
  font-size: 16px;
}
.login-register-r:hover {
  color: #e0dede;
  opacity: 0.6;
}
.logdl {
  font-size: 42px;
  color: #463d84;
  font-weight: bold;
}
.zhsx {
  border: none;
  height: 2px;
  background: #6053a5;
  width: 40px;
  float: left;
  overflow: hidden;
}
.log_xx {
  display: block;
  width: 100%;
  text-align: left;
  height: 40px;
  margin-bottom: 1px;
}
.wjmy {
  color: #d1d1d1;
  font-size: 14px;
  font-weight: bold;
}
.wjmy a {
  color: #d1d1d1;
  font-size: 15px;
  font-weight: bold;
}
.wjmm {
  float: right;
}
.login-register-ls {
  margin: 0px 0 56px 0;
}
.login-div input::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
  font-weight: bold;
}
.login-register-ls a:hover {
    color: red
}