﻿.orderlist
{
    border: 1px solid #CCCCCC;
    min-height: 120px;
    vertical-align: middle;
    width: 100%;
    margin: 10px 0 10px 0;
    float: left;
    /*font-family:'Microsoft Himalaya';*/
}

    .orderlist ul li
    {
        display: inline;
        list-style: none;
        line-height: 18px;
    }

    .orderlist .orderlisttitle
    {
        color: #B1C3DF;
        line-height: 35px;
        vertical-align: middle;
        width: 100%;
        background-color: #F5F5F5;
        margin-bottom: 5px;
    }

        .orderlist .orderlisttitle ul
        {
            margin: 0;
            padding: 0;
        }

        .orderlist .orderlisttitle li
        {
            min-width: 100px;
            height: 35px;
            margin: 0 5px 0 5px;
            vertical-align: middle;
            font-size: 14px;
            line-height: 36px;
        }

    .orderlist:hover
    {
        background-color: #F8F8F8;
    }

    .orderlist .orderlistcontent label
    {
        width: 30%;
        float: left;
        margin-bottom: 5px;
        text-align: center;
        font-size: 14px;
    }

    .orderlist .orderlistcontent span
    {
        width: 69%;
        float: left;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .orderlist .orderlistcontent .orderlistcontent_1
    {
        width: 40%;
        float: left;
    }

    .orderlist .orderlistcontent .orderlistcontent_2
    {
        width: 40%;
        float: left;
    }

    .orderlist .orderlistcontent .orderlistcontent_3
    {
        width: 20%;
        float: left;
    }

        .orderlist .orderlistcontent .orderlistcontent_3 li span
        {
            min-height: 8px;
        }

.redColor
{
    color: red;
}

.greenColor
{
    color: green;
}

.grayColor
{
    color: gray;
}

.blackColor
{
    color: black;
}

.layui-table
{
    width: 100%;
    background-color: #fff;
}

    .layui-table thead tr
    {
        background-color: #f2f2f2;
    }

    .layui-table td, .layui-table th
    {
        padding: 9px 15px;
        min-height: 20px;
        line-height: 20px;
        border: 1px solid #e2e2e2;
        font-size: 14px;
    }
