﻿
/*手机端展示样式---开始*/
.top-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background-image: url(../images/top-bg.png);
    background-position: center center;
    background-size: cover;background-color:#fff
}


/*头部工资统计*/
.statistics {
    z-index: 100;
    position: relative;
    padding: 15px 10px
}

    .statistics .tit {
        text-align: center;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .statistics .tit h3 {
            color: #fff;
            font-size: 14px;
            font-weight: 500
        }

        .statistics .tit .navigator-arrow {
            padding-right: 26px;
        }

            .statistics .tit .navigator-arrow:after {
                height: 9px;
                width: 9px;
                border-width: 0 2px 2px 0;
                border-color: #f3f3f3;
            }

        .statistics .tit b {
            width: 21px;
            height: 21px;
            display: inline-block;
            background-image: url(../images/icon-visible.png);
            background-position: center center;
            background-size: cover;
            margin-left: 15px
        }

    .statistics .amount {
        color: #fff;
        position: relative
    }

        .statistics .amount h5 {
            font-size: 25px;
            padding: 10px 0;
            text-align: center;
            font-weight: 500;
        }

            .statistics .amount h5 b {
                width: 21px;
                height: 21px;
                display: inline-block;
                background-image: url(../images/icon-visible.png);
                background-position: center center;
                background-size: cover;
                margin-left: 15px
            }

        .statistics .amount .navigator-arrow {
            padding-right: 13px;
            position: absolute;
            top: 15px;
            right: 5%
        }

            .statistics .amount .navigator-arrow:after {
                height: 19px;
                width: 19px;
                border-width: 2px 2px 0 0;
            }

    .statistics .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8.5px 0;background-color:transparent
    }

        .statistics .footer span {
            color: #fff;
            font-size: 12px;
            flex-grow: 1;
            text-align: center;
        }

        .statistics .footer b {
            height: 25px;
            width: 1px;
            background-color: #fff;
            display: inline-block
        }

/*单据详情form数据展示*/
.form-box {
}

    .form-box .item {
        background-color: #fff;
        padding: 5px 7.5px
    }

        .form-box .item .item-hd {
            display: flex;
            justify-content: space-between;
            padding: 8.5px 0;
            position: relative
        }

            .form-box .item .item-hd:after {
                content: " ";
                position: absolute;
                bottom: 1px;
                height: 1px;
                width: 95%;
                background-color: #ebebeb;
                left: 2.5%;
            }

            .form-box .item .item-hd h3 {
                font-size: 12px;
                font-weight: 600;
                color: #787575;
            }

            .form-box .item .item-hd .status {
                display: flex;
            }

    .form-box .btns {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 45px
    }

        .form-box .btns .btn {
            text-align: center;
            border-radius: 6.5px;
            padding: 5px 1.5px;
            font-size: 13px;
            border: 1px solid rgb(6, 125, 180);
            width: 45%;
            margin: 0 5px;
            font-weight: 600;cursor:pointer
        }

            .form-box .btns .btn b {
                display: block;
                font-size: 12px;
                line-height: 1.0;color:#ffd800;font-weight:500
            }
    .form-box .tips {color:#676060
    }
/*文本列表*/
.text-list {
}

    .text-list .text-list-item {
        display: flex;
        padding: 5px 0;
        justify-content: space-between
    }

        .text-list .text-list-item label {
            font-size: 12px;
            color: #4c4b4b;min-width:95px
        }

        .text-list .text-list-item span {
            font-size: 12px;color:#4c4b4b
        }