﻿html,
body {
    height: 100%;
}

.noPage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 600px;
}

.noPage-box {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.noPage .noPageImg {
    width: 491px;
    height: 345px;
    margin-right: 58px;
}

.noPage .remindBox .remindContent {
    margin-top: 58px;
    font-size: 26px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.noPage .remindBox .goProductDetail {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.noPage .remindBox .goProductDetail .productItem {
    width: 96px;
    height: 25px;
    text-align: center;
    background: #ebf8ff;
    border-radius: 14px;
    line-height: 25px;
}

.noPage .remindBox .goProductDetail .productItem a {
    color: #84cbf5;
    font-weight: 400;
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 18px;
}

.noPage .remindBox .reasonBox {
    margin-top: 83px;
}

.noPage .remindBox .reasonBox .reasonTitle {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
}

.noPage .remindBox .reasonBox .reasonItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 13px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}

.noPage .remindBox .reasonBox .reasonItem:before {
    content: "";
    display: inline-block;
    margin-right: 6px;
    width: 6px;
    height: 6px;
    background: #999999;
    border-radius: 3px;
}

.remindBox .remindContent a {
    color: #04a4ff !important;
    text-decoration: underline;
}

/* .errorPage {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    .errorPage_container {
        width: 1200px;
        height: 600px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        img {
            width: 340px;
        }

        button {
            width: 140px;
            height: 36px;
            border: 1px solid #05A4FF;
            font-size: 18px;
            font-family: PingFangSC-Regular,
                PingFang SC;
            font-weight: 400;
            color: #05A4FF;
            line-height: 25px;
            margin-top: 40px;
            background: #fff;
            cursor: pointer;
        }
    }
} */

/*# sourceMappingURL=index.css.map */

