@charset "utf-8";
body{
    margin:0;
    padding:0;
}
html{
    font-size: 50px;
}
.ys-wrong-bg{
    margin:120px auto 0;
    text-align: center;
}
.ys-wrong-404{
    width:240px;
    height: 220px;
    margin:0 auto;
    background: url(/images/ui-wrong-tip.png) 0 0 no-repeat;
}
.ys-wrong-500{
    width:240px;
    height: 220px;
    margin:0 auto;
    background: url(/images/ui-wrong-tip.png) -240px 0 no-repeat;
}
.ys-wrong-txt{
    font-size: 24px;
    color:#999;
    margin:60px 0 14px;
}
.ys-wrong-back{
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color:#2a8cff;
    cursor: pointer;
}

.ys-m-wrong-bg{
    margin: 1.90rem auto 0;
    text-align: center;
}
.ys-m-wrong-404{
    width:3.00rem;
    height:2.75rem;
    margin: 0 auto;
    background-image:-webkit-image-set(url(/images/mobile/2x/ui-wrong-tip@2x.png) 2x,url(/images/mobile/3x/ui-wrong-tip@3x.png) 3x) ;
    background-position:0 0;
    background-size: cover;
}
.ys-m-wrong-500{
    width:3.00rem;
    height:2.75rem;
    margin: 0 auto;
    background-image:-webkit-image-set(url(/images/mobile/2x/ui-wrong-tip@2x.png) 2x,url(/images/mobile/3x/ui-wrong-tip@3x.png) 3x);
    background-position:-3.00rem 0;
    background-size: cover;
}
.ys-m-wrong-txt{
    font-size: 0.36rem;
    color:#999;
    margin:0.60rem 0 1.20rem;
}
.ys-m-wrong-back{
    width:1.80rem;
    height:0.60rem;
    text-decoration: none;
    display: inline-block;
    line-height: 0.60rem;
    font-size: 0.30rem;
    color:#2a8cff;
    cursor: pointer;
    border:1px solid #91c4ff;
    border-radius: 4px;
}
