.SP-container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .SP-container {
    width: 960px;
  }
}
body a {
  color: inherit;
  text-decoration: none;
}
body .SP-login-header {
  height: 106px;
  overflow: hidden;
}
body .SP-login-header .logo {
  float: left;
  width: 324px;
  height: 106px;
  background: url("../../img/logo.png") no-repeat center center;
}
body .SP-login-header .back-homepage {
  cursor: pointer;
  width: 93px;
  height: 106px;
  line-height: 106px;
  float: right;
  text-indent: 40px;
  font-size: 16px;
  color: #fe8543;
  background: url("../../img/login/SP-login-homepage.png") no-repeat center left;
}
