﻿:root {
    /* 主题色 */
    --color: #d51b34;
    --tb_border-color: #e1e1e1;
}

body {
    background-color: #f1f1f1;
}

.main_context {
    width: 99%;
    margin: 10px auto;
    box-shadow: 0 0 8px 2px #bfbfbf;
    background-color: #fff;
    padding: 0;
    max-width: 600px;
}

.mgTop_10 {
    margin-top: 10px;
}

.mgTop_15 {
    margin-top: 15px;
}

.mgTop_20 {
    margin-top: 20px;
}

.title {
    display: flex;
    align-items: flex-end;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.title_text {
    font-size: 19px;
}

.title_eng {
    margin-left: 8px;
    font-size: 14px;
    color: #767676;
}

.logo {
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
    padding: 8px 15px;
}

.logo_pic {
    width: 50px;
    height: 48px;
}

.logo_text {
    font-size: 21px;
    margin-left: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}

.logo_text > div:nth-child(2) {
    margin-top: 5px;
}

.table_title {
    font-size: 14px;
    border-left: 5px solid var(--color);
    padding-left: 6px;
}

.tb {
    border: 1px solid var(--tb_border-color);
    width: 100%;
}

.td_bottom {
    border-bottom: 1px solid var(--tb_border-color);
}

.td_right {
    border-left: 1px solid var(--tb_border-color) !important;
}

.name {
    font-size: 15px;
}

.name_cn {
    font-size: 14px;
}

.report_name_cn {
    font-size: 14px;
}

.error-container {
    text-align: center;
    padding: 76px 0;
}

.error-img {
    width: 220px;
    height: 220px;
}

.error-msg {
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    margin-top: 32px;
}

.error-tips {
    font-size: 16px;
    font-weight: 500;
    line-height: 42px;
}

.report-btn {
    display: block;
    width: 150px;
    height: 36px;
    line-height: 36px;
    margin: 10px auto 0;
    text-align: center;
    background: rgba(3, 135, 194, .05);
    border: 1px solid rgba(27, 135, 194, .302);
    font-size: 13px;
    color: #1b87c2;
    text-decoration: none;
    border-radius: 3px;
    text-align: center;
}

.sample_pic {
    margin-top: 10px;
    text-align: center;
}

.sample_pic > img {
    width: 100%;
    max-width: 300px;
    height: auto;
    box-shadow: 0 0 8px 2px #bfbfbf;
}

.sample_no {
    margin-top: 15px;
    height: 32px;
    line-height:32px;
    text-align:center;
    font-size: 15px;
}