@charset "UTF-8";
/*404*/

.bg_box404 {
    background: url(/dev/product/www_v3/imgs/include/bg404.jpg) no-repeat center;
}
.bg_box500 {
    background: url(/dev/product/www_v3/imgs/include/bg500.jpg) no-repeat center;
}
.bg_box403 {
    background: url(/dev/product/www_v3/imgs/include/bg403.jpg) no-repeat center;
}
.bg_box404, .bg_box500,.bg_box403{
    height: 100%;
    width: 100%;
    background-size: cover;
    position: fixed;
}
.statusCode404 {
    position: absolute;
    left: 50%;
    top: 35%;
    width: 300px;
    height: 180px;
    margin-left: -150px;
    margin-top: -90px;
}
.e404_title,.e403_title {
    font-size: 40px;
    color: #303030;
    text-align: center;
    line-height: 90px;
}
.e404_main,.e403_main {
    font-size: 18px;
    color: #303030;
    text-align: center;
    line-height: 32px;
}
.e404_main a, .e500_main a, .e403_main a {
    color: #f51e55 !important;
    font-size: 18px;
    display: inline-block;
}
/* 500 */
.e403_title,.e403_main{
    color: #fff;
}
.statusCode500 {
    position: absolute;
    left: 30%;
    top: 50%;
    width: 420px;
    height: 180px;
    margin-left: -210px;
    margin-top: -90px;
}
.e500_title {
    font-size: 40px;
    color: #aaa;
    text-align: left;
    line-height: 90px;
}
.e500_main {
    font-size: 18px;
    color: #aaa;
    text-align: left;
    line-height: 32px;
}
/* 403 */

@media screen and (max-width: 767px) {
    .statusCode404 {
        margin-top: 135px;
        top: 0;
    }
    .bg_box404 {
        background-image: url(/dev/product/www_v3/imgs/include/bg404_m.jpg);
    }
    .bg_box500 {
        background-image: url(/dev/product/www_v3/imgs/include/bg500_m.jpg);
    }
     .bg_box403 {
        background-image: url(/dev/product/www_v3/imgs/include/bg403_m.jpg);
    }
    .statusCode500 {
        margin-top: 135px;
        top: 0;
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .e500_title,.e500_main{
        text-align: center;
        color: #303030
    }
}
