﻿/*初始化样式*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    font-size: 12px;
    font-family: Microsoft YaHei, Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #666;
    width: 100%;
    height: 100%;
    overflow: auto;
    width: fit-content;
    min-width: 100%;
}
iframe {
    border: none;
}

a {
    outline: none;
    text-decoration: none;
}

    a:link {
        outline: none;
        text-decoration: none;
    }

    a:focus {
        outline: none;
        -moz-outline: none;
    }

    a:hover {
        text-decoration: none;
    }

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #666;
}

select {
    text-decoration: none;
    outline: none;
    color: #666;
}

/*勾符号*/
.hook {
    position: relative;
    width: 12px;
    height: 12px;
    display: inline-block;
    overflow: hidden;
}

    .hook:after {
        content: ' ';
        position: absolute;
        left: 4px;
        width: 4px;
        height: 8px;
        border: 0;
        border-right: 1px solid #666;
        border-bottom: 1px solid #666;
        -webkit-transform: scale(1);
        transform: scale(1);
        transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -webkit-transform: rotate(40deg);
        -o-transform: rotate(40deg);
    }

/*叉符号*/
.fork {
    height: 10px;
    width: 10px;
    display: inline-block;
    position: relative;
}

    .fork:before, .fork:after {
        content: '';
        height: 1px;
        width: 10px;
        display: block;
        background: #666;
        border-radius: 7px;
        position: absolute;
        top: 5px;
        left: 0px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }

    .fork:after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

/*默认表格*/
.default-table {
    font-size:12px;
}
    .default-table tr {
        vertical-align: top;
        height: 34px;
        line-height: 24px;
    }
.td-pointer {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

/*字体图标*/
.iconfont {
    font-size: 12px;
    cursor: pointer;
}

.icon-default {
    font-size: 16px !important;
    cursor: pointer;
}

.icon-large {
    font-size: 18px !important;
    cursor: pointer;
}

/*开滚动条*/
.scrollbar-on {
    overflow: auto;
}

/*清除浮动*/
.clr {
    clear: both;
}
/*左浮动*/
.fl {
    float: left;
}
/*右浮动*/
.fr {
    float: right;
}
/*倒三角*/
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

/*字体加粗*/
.bold {
    font-weight: 700;
}

/*对齐*/
.align-center {
    text-align: center !important;
}
.align-right {
    text-align: right !important;
}
.align-left {
    text-align: left !important;
}
/*内边距*/
.p-tiny {
    padding: 3px;
}

.p-l-tiny {
    padding-left: 3px;
}

.p-r-tiny {
    padding-right: 3px;
}

.p-l-r-tiny {
    padding-left: 3px;
    padding-right: 3px;
}

.p-l-small {
    padding-left: 5px;
}

.p-small {
    padding: 5px;
}

.p-r-small {
    padding-right: 5px;
}

.p-l-r-small {
    padding-left: 5px;
    padding-right: 5px;
}

.p-default {
    padding: 10px;
}

.p-l-default {
    padding-left: 10px;
}

.p-r-default {
    padding-right: 10px;
}

.p-t-default {
    padding-top: 10px;
}

.p-l-r-default {
    padding-left: 10px;
    padding-right: 10px;
}

.p-t-b-default {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-l-large {
    padding-left: 20px;
}

.p-large {
    padding: 20px;
}

.p-r-large {
    padding-right: 20px;
}

.p-l-r-large {
    padding-left: 20px;
    padding-right: 20px;
}

.p-t-b-large {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-5-10 {
    padding: 5px 10px;
}

/*外边距*/
.m-tiny {
    margin: 3px;
}

.m-l-tiny {
    margin-left: 3px;
}

.m-r-tiny {
    margin-right: 3px;
}

.m-l-r-tiny {
    margin-left: 3px;
    margin-right: 3px;
}

.m-small {
    margin: 5px;
}

.m-l-small {
    margin-left: 5px;
}

.m-r-small {
    margin-right: 5px;
}

.m-l-r-small {
    margin-left: 5px;
    margin-right: 5px;
}

.m-b-small {
    margin-bottom: 5px;
}

.m-default {
    margin: 10px;
}

.m-l-default {
    margin-left: 10px !important;
}

.m-l-r-default {
    margin: 0 10px;
}

.m-r-default {
    margin-right: 10px;
}

.m-r-large {
    margin-right: 20px;
}

.m-large {
    margin: 20px;
}

.m-l-large {
    margin-left: 20px;
}

.m-l-r-large {
    margin: 0 20px;
}

.m-t-b-default {
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-b-default {
    margin-bottom: 10px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-large {
    margin-bottom: 20px;
}

.m-t-b-large {
    margin-top: 20px;
    margin-bottom: 20px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-l-90 {
    margin-left: 90px;
}

.m-l-70 {
    margin-left: 70px;
}
.m-l-13 {
    margin-left: 13px;
}

/**默认高度*/
.h-default {
    height: 30px;
}


/**100%高度*/
.h-100 {
    height: 100%;
}



/**蓝色*/
.blue {
    color: #5292E2 !important;
}
/**白色*/
.white {
    color: #ffffff !important;
}
/**橙色*/
.orange {
    color: #ff9f22 !important;
}
/**绿色*/
.green {
    color: #47a519 !important;
}
/*红色*/
.red {
    color: #F56C6C !important;
}
/**蓝色边框*/
.blue-border {
    border: 1px solid #5292E2 !important;
}
/**灰色背景色*/
.bg-gray {
    background-color: #FAFAFA !important;
}

/**白色背景色*/
.bg-white {
    background-color: #ffffff !important;
}
/**橙色背景色*/
.bg-orange {
    background-color: #ff9f22 !important;
}

/**绿色背景色*/
.bg-green {
    background-color: #47a519 !important;
}


/* 水平分隔线*/
.h-split {
    border-bottom: 1px solid #e4e4ea;
}

/* 垂直分隔线*/
.v-split {
    border-right: 1px solid #e4e4ea;
}



/* 透明度*/
.opacity-0 {
    opacity: 0;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-8 {
    opacity: 0.8;
}
/* 弹性布局*/
.flex {
    display: flex;
}
/* 隐藏*/
.hide {
    display: none;
}
/* 隐藏边框*/
.border-none {
    border: 0 !important;
}

/* 页面内容主体*/
.page {
    display: block;
    position: relative;
    height: 100%;
}
/* 弹窗内容主体*/
.window {
    display: block;
    position: relative;
    height: 100%;
}

/* 页面块*/
.page-section {
    width: 100%;
}

    .page-section form {
        width: 100%;
    }

    .page-section:last-of-type {
        border-bottom: 0;
    }

/*顶部操作区*/
.page-action {
    background-color: #FAFAFA;
    width: 100%;
    font-size: 0;
    -webkit-text-size-adjust: none;
    border-bottom: 1px solid #e4e4ea;
}

/* 条件区*/
.page-condition {
    width: calc(100% - 70px);
    background: #FAFAFA;
    border-bottom: 1px solid #e4e4ea;
    display: inline-block;
}


/* 操作区*/
.page-condition-action {
    background: #FAFAFA;
    padding-top: 10px;
    text-align: center;
    width: 70px;
    vertical-align: top;
    white-space: nowrap;
    border-bottom: 1px solid #e4e4ea;
    display: inline-block;
}

/* 弹框表单*/
.page-form {
    height: 100%;
    background: #FAFAFA;
}


.tab-td-width-ningty{
    width:90px;
}

/* 按钮文字省略号*/
.button {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}