* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: '微软雅黑';
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    border: 0;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
    font-size: 12px;
    font-family: 'Microsoft Yahei', '微软雅黑', \5FAE\8F6F\96C5\9ED1, '宋体', \5b8b\4f53, arial, 'Hiragino Sans GB', Tahoma, Arial, Helvetica;
}

ul,
ol,
li,
dl,
dd,
dt {
    list-style: none;
}

em {
    font-style: normal;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
        color: inherit;
    }

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

label,
button {
    cursor: pointer;
}

button {
    border-radius: 3px;
}

input,
button {
    outline: none;
}


/*解决IE图片缩放失真*/

img {
    -ms-interpolation-mode: bicubic;
}


/*清除浮动*/

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}


/*连续英文、数字换行*/

.wordwrap {
    word-break: break-all;
    word-wrap: break-word;
}


/*单行文字超出显示省略号*/

.omg {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* By 5811.com.cn */
.l {
    float: left;
}

.r {
    float: right;
}

.f0 {
    font-size: 0;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f20 {
    font-size: 20px;
}

.f24 {
    font-size: 24px;
}

.m0 {
    margin: 0;
}

.ml0 {
    margin-left: 0;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mr0 {
    margin-right: 0;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.pl5 {
    padding-left: 5px;
}

.p5 {
    padding: 5px;
}

.pt5 {
    padding-top: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.p10 {
    padding: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.p20 {
    padding: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

:not(.layui-table-body)::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f1f1f1;
}

:not(.layui-table-body)::-webkit-scrollbar-thumb {
    height: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #c1c1c1;
}

:not(.layui-table-body)::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}


caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

.wrap {
    width: 86%;
    margin: 0 auto;
}
/* 分页 */

.zhuao-page {
    height: 52px;
    padding: 5px 0;
    position: fixed;
    bottom: 0px;
    text-align: center;
    margin-top: 10px;
    background-color: #fff;
    width: 100%;
    padding-top: 10px;
}

    .zhuao-page * {
        display: inline-block;
        color: #777;
        margin-left: 5px;
    }

    .zhuao-page a {
        height: 22px;
        width: 22px;
        text-align: center;
        line-height: 22px;
        border-radius: 50%;
        text-decoration: none;
        font-size: 12px;
    }

        .zhuao-page a:hover {
            background: #2a9efa;
            color: #fff;
        }

    .zhuao-page .prevPage,
    .zhuao-page .nextPage {
        background-color: #eee;
        font-weight: bold;
    }

.numPage:hover,
.numPage.current {
    /*background: #2a9efa;*/
    background-color:#1E9FFF;
    color: #fff;
}

header {
    height: 84px;
    padding: 20px 0;
    color: #666;
    border-bottom: 2px solid #008ded;
}

    header h1 {
        float: left;
        height: 44px;
        line-height: 44px;
        padding-left: 52px;
        display: inline-block;
        color: #008ded;
        font-size: 28px;
        margin-right: 45px;
        background: url('/images/logo.png') left center no-repeat;
        background-size: 44px;
        -webkit-background-size: 44px;
    }

    header li {
        float: left;
        padding: 0 10px;
        font-size: 15px;
        margin: 5px 0 0 8px;
        line-height: 36px;
        cursor: pointer;
    }

    header nav ul.nav {
        float: left;
    }

        header nav ul.nav .cur,
        header nav ul.nav li:hover {
            color: #008ded;
            border-bottom: 1px solid #008ded;
        }

    header ul.headerRight {
        float: right;
    }

        header ul.headerRight a {
            color: #2a9efa;
            padding: 0 7px;
            margin: 5px 0 0 0px;
        }

            header ul.headerRight a:hover {
                color: #008dff;
            }

    header i.personalCenter {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 3px;
        vertical-align: -3px;
        background: url('/images/person.png') center center no-repeat;
    }

footer {
    width: 100%;
    height: 70px;
    line-height: 30px;
    color: #fff;
    background-color: #333333;
    color: #a9a8a8;
    padding: 5px 0;
}

    footer a {
        color: #a9a8a8;
        margin-right: 8px;
    }

        footer a:hover {
            color: #fff;
        }

    footer p {
        border-top: 1px solid #444;
        text-align: center;
        min-width: 1200px;
    }

.warning {
    color: #eb3834 !important;
    font-size: 14px;
    padding-left: 80px;
    height: 22px;
    line-height: 22px;
}


.analysisDate {
    height: 64px;
    width: calc(100% - 200px);
    position: fixed;
    /*top: 60px;*/
    top: 0;
    left: 200px;
    padding: 14px 40px 14px 30px;
    border-bottom: 1px solid #dbdbdb;
    line-height: 34px;
    font-size: 15px;
    color: #333;
    background-color: #fff;
    z-index: 999;
}

    .analysisDate input.Date, .analysisDate .selectBox {
        height: 36px;
        line-height: 34px;
        border: 1px solid #dbdbdb;
        width: 150px;
        border-radius: 5px;
        padding-left: 8px;
        font-size: 14px;
    }

        .analysisDate .selectBox input {
            width: 130px;
            line-height: 34px;
        }

    .analysisDate .analysisDate_r {
        float: right;
        padding: 2px 0;
    }

.analysisMain {
    margin-top: 64px;
    /*height: calc(100vh - 168px);*/
    overflow-y: auto;
    color: #333;
}

.p20_25 {
    padding: 20px 25px;
}

/***下拉列表样式***/



.selectBox {
    display: inline-block;
    width: 170px;
    height: 34px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    vertical-align: top;
}


    .selectBox input {
        display: inline-block;
        width: 100%;
        /*width: 140px;*/
        padding: 0 10px;
        padding-right: 25px;
        line-height: 32px;
        cursor: pointer;
        color: #666;
        font-size: 14px;
        vertical-align: top;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
    }

    /*.selectBox .icon-dropList {
	position: absolute;
	top: 7px;
	right: 0;
	background-image: url(../Images/icon2.png);
	background-repeat: no-repeat;
	background-position: 0 -105px;
	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.selectBox .icon-dropList-open {
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}*/
    .characterSet .application-item .selectBox i,
    .selectBox .icon-dropList,
    .selectBox i {
        width: 12px;
        height: 7px;
        position: absolute;
        right: 10px;
        top: 13px;
        background: url('/images/dropDown.png') 0 0 no-repeat;
        z-index: 100;
    }

.characterSet .application-item .selectBox i {
    top: 7px;
    /*margin-right: 0;
            vertical-align: initial;*/
}


    .characterSet .application-item .selectBox i.on,
    .selectBox .icon-dropList-open,
    .selectBox i.on {
        background-position: 0 -7px;
    }

.selectBox li {
    line-height: 25px;
    padding: 0 8px;
    color: #333;
    cursor: pointer;
    text-align: center;
}

    .selectBox li:hover {
        background-color: #f2f2f2;
    }

    .selectBox li.on {
        background-color: #008cee;
        opacity: 0.6;
        color: #fff;
    }

.selectBox ul,
.selectBox .dropList {
    line-height: 30px;
    border: 1px solid #dbdbdb;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #fff;
    display: none;
    max-height: 127px;
    overflow-y: auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 200000;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    font-size: 14px;
    /*color:#666;*/
    color: #aeaeae;
    font-family: 'Microsoft Yahei', '微软雅黑', \5FAE\8F6F\96C5\9ED1, '宋体', \5b8b\4f53, arial, 'Hiragino Sans GB', Tahoma, Arial, Helvetica;
}

#m-loading {
    background-color: transparent;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 200;
}

    #m-loading .layui-layer-loading {
        background-color: #fff;
        display: inline-block;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        padding: 16px 45px 16px 15px;
        border: 1px solid #d3d4d3;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -33px;
        margin-left: -90px;
    }

    #m-loading .loading-text,
    #m-loading .layui-layer-loading2 {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        font-size:14px;
    }

    #m-loading .layui-layer-loading2 {
        width: 32px;
        height: 32px;
        background: url('../lib/layui/css/modules/layer/default/loading-2.gif') no-repeat;
    }
.layui-table-tips{
    display:none !important;
}
/*.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color:#009688 !important;
}*/
#layPage{
    text-align:center;
}
.layui-btn-disabled, .layui-btn-disabled:active, .layui-btn-disabled:hover {
    border: 1px solid #e6e6e6 !important;
    background-color: #FBFBFB !important;
    color: #C9C9C9 !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
}

.selectBox {
    border-width: 0;
}

    .selectBox input {
        border: solid 1px #dbdbdb;
        border-radius: 3px;
    }

        .selectBox input:focus,
        .selectBox input:enabled:hover {
            border-color: #1aad19;
        }