.wscn-http404-container{
  display: flex;
}

.wscn-http404-container .logo{
  margin-left: 20px;
  margin-top: 20px;
}

.wscn-http404-container .error404-content {
  width: 100%;
  height: 100%;
  display: flex;
}

.container {
  width: 1400px;
}

.wscn-http404-container .error404-content .pic-404 {
  width: 630px;
}

.wscn-http404-container .error404-content .main404 {
  display: flex;
  align-items: center;
  margin-left: 100px;
}

.wscn-http404-container .error404-content .bullshit {
  flex: 1;
  margin-left: 48px;
}

.wscn-http404-container .error404-content .bullshit__oops {
  font-size: 150px;
  font-family: Light;
  font-weight: 300;
  color: #262626;
}

.wscn-http404-container .error404-content .bullshit__headline {
  font-size: 17px;
  font-family: Arial;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.wscn-http404-container .error404-content .bullshit__info {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #848383;
  line-height: 22px;
  margin-bottom: 25px;
}

.wscn-http404-container .el-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
}

.wscn-http404-container .el-col-12 {
  max-width: 50%;
  flex: 0 0 50%;
}

.wscn-http404-container .el-col-6 {
  max-width: 25%;
  flex: 0 0 25%;
}

.wscn-http404-container [class*=el-col-] {
  box-sizing: border-box;
}

.wscn-http404-container .error404-content .bullshit__btn:first-child {
  margin-right: 10px;
}

.wscn-http404-container .error404-content .bullshit__btn {
  padding: 15px 0;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 20px;
  font-family: CAI978;
  font-weight: 400;
    background-color: #c00000;
}

.wscn-http404-container .error404-content .bullshit__return-home {
  font-family: CAI978;
  color: #ffffff;
  text-decoration: none;
}

.oneLine{
  white-space: nowrap;
}