
html, body {
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
    background: #F7F9FD;
    line-height: 1.8;
}

.content {
    width: 92%;
    height: 100%;
    background: #fff;
    margin: 15px auto;
}

.row {
    display: flex;
    padding: 0 7px;
}

.row:first-child {
    padding-top: 7px;
}

.item {
    padding: 0 7px;
}

.item:first-child {
    padding-top: 7px;
}

.bis-box {
    width: 13px;
    margin-right: 7px;
    margin-top: 3px;
}

.bis-icon {
    width: 13px;
    height: 13px;
    border-radius: 13px;
    background: -webkit-linear-gradient(313deg, #1F75C0 0%, #0F4D93 100%);
    background: -moz-linear-gradient(313deg, #1F75C0 0%, #0F4D93 100%);
    background: -o-linear-gradient(313deg, #1F75C0 0%, #0F4D93 100%);
    background: linear-gradient(313deg, #1F75C0 0%, #0F4D93 100%);
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 13px;
    text-align: center;
}

.label {
    display: inline-block;
    min-width: 84px;
    /*height: 24px;*/
    border-radius: 10px;

    text-align: initial;

    background: -webkit-linear-gradient(174deg, #1F75C0 0%, #0F4D93 100%);
    background: -moz-linear-gradient(174deg, #1F75C0 0%, #0F4D93 100%);
    background: -o-linear-gradient(174deg, #1F75C0 0%, #0F4D93 100%);
    background: linear-gradient(174deg, #1F75C0 0%, #0F4D93 100%);
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 6px;
    margin-left: -10px;
    padding: 0 6px;
}

.text {
    font-size: 1.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    white-space: break-spaces;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
}

.title {
    font-size: 1.8rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 600;
    color: #005797;
    white-space: break-spaces;
}

.label_title {
    font-size: 1.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 600;
    color: #005797;
    white-space: break-spaces;
}
