/*----------------------------颜色----------------------------*/
/*----------------------------尺寸----------------------------*/
/*----------------------------字体----------------------------*/
/*----------------------------字号----------------------------*/
/*----------------------------动画----------------------------*/
/*----------------------------圆角----------------------------*/
/*----------------------------阴影----------------------------*/
/*----------------------------透明度--------------------*/
.u-clearfix::after,
.u-clearFix::before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.page-404 {
  padding: 140px 0 264px;
}
.page-404 .wrapper {
  width: 1000px;
  margin: auto;
}
.page-404 .wrapper .left {
  width: 630px;
  float: left;
}
.page-404 .wrapper .left .title {
  font-size: 40px;
  font-weight: 500;
  color: #1A1B1C;
  line-height: 47px;
  margin-bottom: 27px;
}
.page-404 .wrapper .left .desc {
  font-size: 17px;
  font-weight: 400;
  color: #1A1B1C;
  line-height: 26px;
  margin-bottom: 17px;
}
.page-404 .wrapper .left .btns {
  margin-bottom: 35px;
}
.page-404 .wrapper .left .btns .btn {
  height: 46px;
  margin-right: 12px;
  padding: 0 18px 0 51px;
  float: left;
  line-height: 46px;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  background: #FF822C;
  border-radius: 23px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  margin-bottom: 15px;
}
.page-404 .wrapper .left .btns .btn:hover {
  background: #E0640F;
}
.page-404 .wrapper .left .btns .btn svg {
  position: absolute;
  left: 18px;
  top: 12px;
}
.page-404 .wrapper .left .tip {
  height: 24px;
  font-size: 15px;
  font-weight: normal;
  color: #1A1B1C;
  line-height: 24px;
}
.page-404 .wrapper .left .tip a {
  color: #FF822C;
  text-decoration: underline;
  cursor: pointer;
}
.page-404 .wrapper .left .tip a:hover {
  color: #E0640F;
}
.page-404 .wrapper .right {
  width: 318px;
  height: 296px;
  float: right;
}
.page-404 .wrapper .right img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1060px) {
  .page-404 .wrapper {
    width: 90%;
  }
  .page-404 .wrapper .right {
    float: none;
    margin: auto;
    width: 100%;
    text-align: center;
  }
  .page-404 .wrapper .left {
    float: none;
    width: 100%;
    margin: auto;
    text-align: left;
    margin-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  .page-404 .wrapper .right {
    width: 80%;
  }
}
/*# sourceMappingURL=404.css.map */