html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: url(../images/index-part-bg.jpg) no-repeat center;
  background-size: auto 100%;
}

a {
  color: #005990;
  text-decoration: none;
}

i {
  font-style: normal;
}

caption,
th {
  text-align: left;
}

em {
  font-style: normal;
}

h1,
h2,
h3,
h4 {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
em,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  font-size: 12px;
  margin: 0;
  outline: 0;
  padding: 0;
  word-break: break-all;
  word-wrap: break-word;
}

img {
  border: 0 none;
}

input {
  font-size: 100%;
  vertical-align: middle;
}

input:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**/
.yellow {
  color: #ff8105;
}

.clips {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.w110 {
  width: 110px;
}

.clear {
  clear: both;
  height: 1px;
  line-height: 1px;
}

.alert {
  padding: 5px 5px 0;
  text-align: center;
  line-height: 20px;
}

.loginbox {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 500px;
  height: 345px;
  margin-top: -172.5px;
  margin-left: -250px;
  background: url(../images/index-book-bg.png) no-repeat center -15px;
  background-size: cover;
}

.logo {
  position: absolute;
  top: -130px;
  left: 50%;
  width: 800px;
  text-align: center;
  margin-left: -400px;
}

.login {
  padding: 45px 65px 30px;
}

.login .line {
  position: relative;
  min-height: 38px;
  line-height: 38px;
  font-size: 14px;
  margin-bottom: 20px;
}

.login .line label {
  position: absolute;
  padding: 0 10px;
  font-size: 14px;
}

.login .line .input input {
  display: block;
  width: 100%;
  padding-left: 65px;
  height: 38px;
  line-height: 1.3;
  line-height: 38px\9;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  background-color: #fff;
  border-radius: 2px;
  box-sizing: border-box;
}

.login .line .input img {
  position: absolute;
  top: 2px;
  right: 85px;
  height: 34px;
}

.login .line .input img + a {
  position: absolute;
  right: 2px;
  top: 2px;
  display: inline-block;
  width: 80px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #e6e6e6;
}

.login .code a {
  background-color: #761212;
  color: #fff;
}

.login .submit button {
  display: inline-block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  background-color: #761212;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

.login .link {
  margin-top: -15px;
}

.login .link a {
  font-size: 14px;
  float: left;
}

.login .link a + a {
  float: right;
}

.regist {
  height: 450px;
  background: url(../images/index-book-bg-l.png) no-repeat center -15px;
  background-size: cover;
}

.regist .line .input input {
  padding-left: 80px;
}

.regist .line.link label {
  float: left;
  position: static;
}

.regist .line.submit {
  margin-top: -10px;
}

.getback-step {
  height: 40px;
  margin: 0 0 50px;
}

.getback-step li {
  float: left;
  height: 30px;
  margin-right: 28px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  color: #777;
}

.getback-step li:last-child {
  margin-right: 0;
}

.getback-step .current {
  color: #333;
  border-bottom: 3px solid #761212;
}

.intro {
  font-size: 14px;
  line-height: 1.5;
}

.tabs-title {
  height: 38px;
  margin: -10px 0 20px;
  line-height: 38px;
}

.tabs-title ul {
  font-size: 0;
}

.tabs-title li {
  display: inline-block;
  width: 50%;
  font-size: 16px;
  text-align: center;
  background-color: #f1eee9;
  cursor: pointer;
}

.tabs-title li.show-this {
  color: #fff;
  background-color: #761212;
}

.wechat {
  text-align: center;
}

.wechat img {
  width: 180px;
  height: 180px;
}

.wechat span {
  display: block;
  line-height: 30px;
  font-size: 14px;
}
#QR_Code {
  overflow: hidden;
  height: 200px;
}

#QR_Code iframe {
  margin-top: -92px;
  transform: scale(0.7);
}
@media screen and (max-width: 760px) {
  .logo {
    top: -100px;
    height: 85px;
    left: 20px;
    right: 20px;
    font-size: 0;
    width: auto;
    margin-left: 0;
  }

  .logo:before {
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    content: "";
  }

  .logo a {
    display: inline-block;
    vertical-align: bottom;
  }

  .logo img {
    width: 100%;
    vertical-align: bottom;
  }

  .loginbox {
    left: 10px;
    right: 10px;
    top: 50%;
    width: auto;
    height: 280px;
    margin-left: 0;
    margin-top: 0;
    background-image: none;
    background-color: #e9e4db;
    border: 4px solid #571610;
    transform: translateY(-50%);
  }

  .login {
    padding: 35px 20px;
  }

  .regist {
    height: 430px;
  }

  .getback-step {
    margin-bottom: 30px;
  }

  .getback-step li {
    display: none;
    margin-right: 0;
    text-align: center;
  }

  .getback-step .current {
    display: block;
    float: none;
  }

  .tabs-title {
    margin: -35px -20px 0;
    padding: 20px;
  }

  .wechat img {
    width: 160px;
    height: 160px;
  }

  #QR_Code {
    height: 160px;
  }

  #QR_Code iframe {
    margin-top: -116px;
    transform: scale(0.55);
  }
}
