body, p, ul, dl, dd, input {
  margin: 0;
  padding: 0;
}

body {
  font-family: "方正兰亭黑", MicrosoftYaHei;
  color: #3c414c;
  font-size: 10px;
}

li {
  list-style: none;
}

a {
  color: #3c414c;
  text-decoration: none;
  font-size: 14px;
}

div, ul, dt, input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box {
  display: -webkit-flex;
  display: flex;
}

/*登录页*/

.login {
  height: 100%;
  background: url(../img/bg_login.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.login-body {
  height: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-body .part {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 2px solid #495265;
  padding-left: 40px;
}

.login-body .part:first-child {
  border-left: 0;
  padding-left: 0;
  padding-right: 85px;
}

.login-body .part .line {
  width: 410px;
  height: 32px;
  margin-bottom: 68px;
}

.login-body .part .text {
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  border: 0;
  border-bottom: 2px solid #495265;
  color: #555c6c;
  outline: none;
  background-color: transparent;
}

.login-body .part .btn {
  width: 410px;
  height: 52px;
  line-height: 52px;
  background-color: #5ee5a2;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  font-size: 16px;
  color: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
}

.login-body .part p {
  font-size: 16px;
  color: #c5d1dd;
}

.login-body .part .p {
  font-size: 16px;
  color: #c5d1dd;
}

.login-body .part .cbk-line {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  position: relative;
}

.login-body .part .cbk-line span {
  padding-left: 10px;
}

.login-body .part .cbk-line input[type="checkbox"]+label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.login-body .part .cbk-line input[type="checkbox"]:checked+label::before {
  color: #c5d1dd;
}

.login-footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 15px 0;
}

.login-footer .h1 {
  font-size: 62px;
  color: #485567;
  font-weight: bold;
  letter-spacing: 10px;
  margin-bottom: 10px;
}

.login-footer .h2 {
  font-size: 13px;
  color: #485567;
}