﻿@charset "utf-8";

body {
    min-width: 0;
}

.error_box_big {
    width: 856px;
    overflow: hidden;
    margin: auto;
    margin-top: 13%;
}

.left_img {
    float: left;
}

.right_box {
    float: left;
    margin-left: 12%;
}

    .right_box > h3 {
        font-size: 48px;
        color: #4b4b4b;
        font-weight: bold;
        margin-top: 30px;
    }

    .right_box > p {
        font-size: 20px;
        color: #2f2f2f;
        margin-top: 30px;
    }

.error_btn_box {
    margin-top: 40px;
}

    .error_btn_box > a:nth-child(1) {
        float: left;
        display: block;
        width: 164px;
        height: 46px;
        background-color: #c0c0c0;
        font-size: 20px;
        color: #fff;
        text-align: center;
        line-height: 46px;
    }

    .error_btn_box > a:nth-child(2) {
        float: left;
        display: block;
        width: 164px;
        height: 46px;
        background-color: #26a9e1;
        font-size: 20px;
        color: #fff;
        text-align: center;
        line-height: 46px;
        margin-left: 13%;
    }


@media (min-width:770px) and (max-width:1200px ) {
    .error_box_big {
        width: 80%;
        overflow: hidden;
        margin: auto;
        margin-top: 13%;
    }
}


@media only screen and (max-width: 770px) {

    .left_img {
        float: none;
        width: 50%;
        margin: auto;
    }

        .left_img > img {
            width: 100%;
            margin: auto;
        }

    .error_box_big {
        width: 90%;
        overflow: hidden;
        margin: auto;
        margin-top: 13%;
    }

    .right_box {
        float: left;
        margin-left: 0;
    }

        .right_box > h3 {
            font-size: 22px;
            color: #4b4b4b;
            font-weight: bold;
            margin-top: 30px;
        }

        .right_box > p {
            font-size: 16px;
            color: #2f2f2f;
            margin-top: 30px;
        }

    .error_btn_box {
        width: 100%;
    }

        .error_btn_box > a:nth-child(1) {
            float: left;
            display: block;
            width: 45%;
            height: 46px;
            background-color: #c0c0c0;
            font-size: 20px;
            color: #fff;
            text-align: center;
            line-height: 46px;
        }

        .error_btn_box > a:nth-child(2) {
            float: right;
            display: block;
            width: 45%;
            height: 46px;
            background-color: #26a9e1;
            font-size: 20px;
            color: #fff;
            text-align: center;
            line-height: 46px;
            margin-left: 0;
        }
}
