﻿body {
    background: #F8F8F8;
}

.menu-pnl {
    height: 204px;
    width: 100%;
    border: 1px solid transparent;
    background: #fff;
    padding-bottom: 26px;
}

.menu-row {
    margin: 26px 200px 0px 200px;
    display: flex;
    align-items: center;
    position: relative;
}

    .menu-row .b-item {
        display: flex;
        align-items: center;
    }

        .menu-row .b-item.bw {
            margin-right: 40px;
        }

    .menu-row .btit {
        height: 26px;
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 400;
        font-size: 20px;
        color: #181818;
        line-height: 26px;
        padding: 8px 18px 8px 18px;
    }

        .menu-row .btit.active {
            height: 50px;
            background: rgba(20,196,118,0.1);
            border-radius: 6px 6px 6px 6px;
            height: 26px;
            font-family: Microsoft YaHei, Microsoft YaHei;
            font-weight: 400;
            font-size: 20px;
            color: #14C476;
            line-height: 26px;
            text-align: center;
            font-style: normal;
            text-transform: none;
        }

    .menu-row .spnl {
        height: 26px;
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 300;
        font-size: 16px;
        color: #666666;
        line-height: 26px;
        text-align: left;
        align-items: center;
        vertical-align: middle;
        margin-left: 10px;
    }

    .menu-row .stit {
        height: 26px;
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 300;
        font-size: 18px;
        color: #666666;
        line-height: 26px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

.search-pnl {
    width: 180px;
    height: 43px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    right: 10px;
}

    .search-pnl .ico-search {
        margin-left: 10px;
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

.menu-row.sub-row {
    margin: 30px 200px 30px 258px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #666;
    line-height: 26px;
    text-align: center;
}

.sub-row .tit {
    height: 26px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    padding: 8px 18px 8px 18px;
}

.sub-row .item {
    margin-right: 40px;
}

.sub-row .tit.active {
    background: rgba(20,196,118,0.1);
    border-radius: 6px 6px 6px 6px;
    height: 26px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #14C476;
    line-height: 26px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.logo-pnl {
    min-height: 100px;
    border: 1px solid transparent;
    margin: 16px 200px 0px 200px;
    align-items: center;
    background: #fff;
    padding-bottom: 15px;
}

    .logo-pnl::after {
        content: "";
        display: block;
        clear: both;
    }

    .logo-pnl .row {
        min-height: 100px;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

        .logo-pnl .row .item {
            display: flex;
            margin: 21px 0px 0px 23px;
        }

    .logo-pnl .ico-store-logo {
        width: 80px;
        height: 80px;
    }

        .logo-pnl .ico-store-logo.active {
            border: 2px solid #14C476;
            border-radius: 45px;
        }

.trace-info {
    min-height: 100px;
    border: 1px solid transparent;
    margin: 16px 200px 0px 200px;
    align-items: center;
    background: #fff;
    padding-bottom: 15px;
}

.trace-tab {
    margin: 0px 38px 0px 38px;
    display: flex;
    height: 75px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #0E2949;
    text-align: left;
    font-style: normal;
    text-transform: none;
    align-items: center;
    position: relative;
}

    .trace-tab .trace-tab-item {
        margin-top: 20px;
        margin-right: 40px;
    }

.trace-line {
    margin: 0px 38px 0px 38px;
    height: 2px;
    background: #DDE6E9;
}

.trace-info .row {
    min-height: 20px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 16px;
    color: #7F8F9B;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    padding: 26px 0px;
    margin: 0px 38px 0px 38px;
    border-bottom: 1px solid #DDE6E9;
    align-items: center;
    position: relative;
}

    .trace-info .row.no-border {
        border: 0px;
    }

    .trace-info .row .tit {
        height: 21px;
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 400;
        font-size: 16px;
        color: #495C6A;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-right: 60px;
    }

        .trace-info .row .tit.green, .trace-info .row .green {
            color: #14C476;
        }

    .trace-info .row .row-pnl {
        display: flex;
        align-items: center;
    }

    .trace-info .row .ico-pdf {
        width: 36px;
        height: 44px;
        margin-right: 17px;
    }

    .trace-info .row .img-fact-pnl {
        display: flex;
    }

        .trace-info .row .img-fact-pnl .img-fact {
            min-width: 0px;
            max-width: 100%;
            height: auto;
            object-fit: contain;
        }

.ico-play {
    position: absolute;
    left: 48%;
    top: 48%;
}


.underline {
    width: 80px;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: #14C476;
    border-radius: 3px;
    transition: all 0.3s ease;
}
