﻿body {
    background-color:#fff;
    color:#666;
    font-size:12px;
}
.laydate-month-list > li {
    margin: 0;
    height: 30px;
}
.laydate-year-list > li {
    height: 30px;
    line-height: 30px;
    margin: 0;
}
.layui-layer-page .layui-layer-content {
    position: relative;
    overflow: auto; 
}
 
.layui-select-top .layui-form-select dl {
    bottom: 30px !important;
    top: auto;
}
.layui-form-select dl{
    max-height:200px;
}
.dialog-search .layui-input, .dialog-search .layui-select {
    height: 28px;
}
.dialog-search .layui-form-select dl dd, .dialog-search .layui-form-select dl dt {
    padding: 0 5px;
    line-height: 20px;
    font-size:12px;
}

.dialog-search .layui-form-select dl {
    top: auto;
    bottom: auto;
}
.dialog-search .layui-form-label {
    padding: 5px 10px;
}

.dialog-search .layui-form-item {
    margin-bottom: 5px;
}



.dialog-search .layui-form-radio {
    line-height: 18px;
}

    .dialog-search .layui-form-radio > i {
        font-size: 15px;
    }

.dialog-search .redstar {
    color: #ed4e2a;
    font-size: 10px;
} 

.dialog-search .layui-form-select dl {
    top: 30px;
}

/********start 覆盖laydate默认样式,用于显示小时和分钟********/
.layui-laydate-main {
    width: 199px
}

.layui-laydate-range {
    width: 400px
}

.layui-laydate-header {
    padding: 10px 0;
}

.layui-laydate-content > .layui-laydate-list {
    padding-bottom: 0px;
    overflow: hidden;
}

    .layui-laydate-content > .layui-laydate-list > li {
        width: 50%
    }

.layui-laydate-header i.laydate-prev-m {
    left: 36px;
}

.layui-laydate-header i.laydate-next-m {
    right: 36px;
}

.layui-laydate-content td, .layui-laydate-content th {
    height: 25px;
    padding: 2px
}
/********end 覆盖laydate默认样式,用于显示小时和分钟********/

.ping-bg-text {
    padding: 3px;
    font-size: 8px;
    border-radius: 2px;
}

.ping-bg-green {
    background: #3cc051;
    color:#fff;
}

.ping-bg-yellow {
    background: #fcb322;
    color: #fff;
}

.ping-bg-red {
    background: #ed4e2a;
    color: #fff;
}
.flex-container {
    list-style: none;
    display: flex;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-item {
    display: inline-block;
    height: inherit;
    line-height: inherit;
    text-align: center;
    vertical-align: middle;
    -webkit-flex: 1; /* Chrome */
    -ms-flex: 1; /* IE 10 */
    flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1; /* OLD - Firefox 19- */
}
.ping-payList {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #f2f2f2;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    text-align: left;
}

.item-pay {
    display: inline-block;
    margin: 5px 15px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

    .item-pay span {
        display: inline-block;
        width: 100px;
        text-align: right;
        margin-right: 5px;
    }

    .item-pay .layui-input {
        width: 80px;
        float: right;
    }
 