.logout .d-inner {
  border: none;
}
.logout .logout-header {
  margin: -40px auto 0;
  width: 97px;
  height: 97px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.logout .logout-header.logout-in {
  background-image: url(../images/logout-in.png);
}
.logout .logout-header.logout-error {
  background-image: url(../images/logout-error.png);
}
.logout .logout-header.logout-success {
  background-image: url(../images/logout-success.png);
}
.logout .logout-box {
  padding-bottom: 30px;
  width: 340px;
  text-align: center;
}
.logout .logout-title {
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
}
.logout .logout-info {
  padding: 0 40px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.logout .logout-button {
  margin: 20px auto 0;
  display: block;
  width: 120px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #e83e3e;
  border-radius: 4px;
  cursor: pointer;
}
.logout .logout-button:hover,
.logout .logout-button:active {
  background: #c34646;
}
.logout .logout-time {
  color: #c34646;
}
