/*Wrapping element for Sticky-Footer*/
html {
  	min-height: 100%;
  	position: relative;
}
body {
    background:#FFF;
    font-family: -apple-system, SF Pro Text, Helvetica Neue, HelveticaNeue, Helvetica, Arial, sans-serif;
}

/*404 Error Page V4
------------------------------------*/
a {
    text-decoration:none;
}
.error {
    margin-top: 190px;
}
.error-content {
    width: 1165px;
    height: 374px;
    margin: 17px 125px 155px;
}
.oops {
    width: 170px;
    height: 56px;
    margin-bottom: 28px;
}
.error-text {
    margin-bottom: 71px;
    font-size:22px;
    font-family:PingFangSC-Light;
    font-weight:bold;
    color:#555;
    line-height:36px;
}
.back-home {
    display: block;
    width:172px;
    height:48px;
    background:#1ABC9C;
    border:2px solid #1ABC9C;
    border-radius:24px;
    font-size:20px;
    font-family:PingFangSC-Medium;
    font-weight:600;
    color:rgba(255,255,255,1);
    text-align: center;
    line-height: 44px;
    text-decoration:none;
}
.back-home:hover{
    color:rgba(255,255,255,1);
    background:#17a98c;
    text-decoration:none;
    border:2px solid #17a98c;
}
.error-copyright {
    font-size:14px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:#555;
    line-height:42px;
    text-align: center;
    position: absolute;
    top: 94%;
    left: 41%;
    margin: 0;
}
.error-content-xs {
    margin: 0 20px;
}
.error-img-xs {
    width: 100%;
    margin: 56px 0 32px;
    text-align: center;
}
.oops-xs {
    width: 91px;
    margin-bottom: 20px;

}
.error-text-xs {
    font-size:14px;
    font-family:PingFangSC-Light;
    font-weight:bold;
    color:#555;
    line-height:18px;
    margin-bottom: 40px;
}
.back-home-xs {
    display: block;
    width:141px;
    height:36px;
    background: #1ABC9C;
    border:2px solid #1ABC9C;
    border-radius:36px;
    font-size:15px;
    font-family:PingFangSC-Medium;
    font-weight:600;
    color:rgba(255,255,255,1);
    margin: 0 auto;
    line-height: 34px;
}
.back-home-xs:hover {
    color:rgba(255,255,255,1);
    background: #17a98c;
    border:2px solid #17a98c;
}

