﻿body {
    margin: 0;
    padding: 0;
    font-family: Arial;
}
/**页面加载*/
body, button, input, select, textarea,table {
    font-family: Arial, Microsoft Yahei,PingFang SC, Lantinghei SC, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
    font-size: 14px
}

.loading-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 1;
    filter: Alpha(opacity=60);
    z-index: 9999
}

.loading-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -131.5px;
    margin-left: -131.5px;
    width: 263px;
    height: 263px;
    background: url(images/loading.gif) center center no-repeat
}

.loading-round {
    position: absolute;
    top: -30px;
    left: 2px;
    width: 261px;
    height: 261px;
    background: url(images/loading-bg.png) center center no-repeat
}

.loading-dot {
    width: 263px;
    height: 263px;
    /*background: url(images/loading.gif) center center no-repeat*/
}

.loading-dot, .loading-round {
    animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -ms-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear
}

/*页面加载结束*/
.fm {
    margin: 0;
    padding: 5px 30px;
}

    .fm .ftitle {
        font-size: 18px;
        font-weight: bold;
        padding: 5px 0;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }

    .fm .col {
        display: block;
        width: 300px;
        float: left;
    }

    .fm .fitem {
        margin-bottom: 5px;
    }

    .fm label {
        display: inline-block;
        width: 80px;
    }

    .fm input {
        width: 200px;
    }

    .fm select {
        width: 204px;
    }

/*提示框*/
.dialog-done {
    margin: 0 auto;
    margin-bottom: 10px;
    height: 40px;
    background: url(Images/dialog-done.gif) no-repeat left top;
    vertical-align: middle;
    line-height: 40px;
    text-indent: 45px;
    font-size: 14px;
    word-wrap: break-word;
    word-break: normal;
}

.dialog-error {
    margin: 0 auto;
    margin-bottom: 10px;
    height: 40px;
    background: url(Images/dialog-error.gif) no-repeat left top;
    vertical-align: middle;
    line-height: 40px;
    text-indent: 45px;
    font-size: 14px;
    word-wrap: break-word;
    word-break: normal;
}

.dialog-warn {
    margin: 0 auto;
    margin-bottom: 10px;
    height: 40px;
    background: url(Images/dialog-warn.gif) no-repeat left top;
    vertical-align: middle;
    line-height: 40px;
    text-indent: 45px;
    font-size: 14px;
    word-wrap: break-word;
    word-break: normal;
}

.wgbtn-separator {
    margin: 0;
    padding-left: 3px;
    margin-bottom: 3px;
    display: inline-block;
    border-left: 1px solid #ccc;
    text-align: center;
}

/*message*/
.ark-poptip {
    position: relative;
    color: #db7c22;
    z-index: 101;
    line-height: 1.5;
    width: auto;
    max-width: 80%;
    zoom: 1;
}

.ark-poptip-shadow {
    background-color: rgba(229,169,107,0.15);
    FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#26e5a96b,endColorstr=#26e5a96b);
    border-radius: 2px;
    padding: 2px;
    zoom: 1;
    _display: inline;
}

.ark-poptip-container {
    position: relative;
    background-color: #fffcef;
    border: 1px solid #ffbb76;
    border-radius: 2px;
    padding: 5px 22px 5px 10px;
    zoom: 1;
    _display: inline;
}

    .ark-poptip:after, .ark-poptip-shadow:after, .ark-poptip-container:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

.ark-poptip a.ark-poptip-close {
    position: absolute;
    right: 3px;
    top: 3px;
    border: 1px solid #ffc891;
    text-decoration: none;
    border-radius: 3px;
    width: 12px;
    height: 12px;
    font-family: tahoma;
    color: #dd7e00;
    line-height: 10px;
    line-height: 10px\0;
    *line-height: 12px;
    text-align: center;
    font-size: 14px;
    background: #ffd7af;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff0e1),to(#ffe7cd));
    background: -moz-linear-gradient(top,#fff0e1,#ffe7cd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0E1',endColorstr='#FFE7CD');
    background: -o-linear-gradient(top,#fff0e1,#ffe7cd);
    background: linear-gradient(top,#fff0e1,#ffe7cd);
    overflow: hidden;
}

    .ark-poptip a.ark-poptip-close:hover {
        border: 1px solid #ffb24c;
        text-decoration: none;
        color: #dd7e00;
        background: #ffd7af;
        background: -webkit-gradient(linear,left top,left bottom,from(#ffe5ca),to(#ffcc98));
        background: -moz-linear-gradient(top,#ffe5ca,#ffcc98);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE5CA',endColorstr='#FFCC98');
        background: -o-linear-gradient(top,#ffe5ca,#ffcc98);
        background: linear-gradient(top,#ffe5ca,#ffcc98);
    }

.ark-poptip-arrow, .ark-poptip-arrow em, .ark-poptip-arrow span {
    position: absolute;
    font-size: 14px;
    font-family: SimSun,Hiragino Sans GB;
    font-style: normal;
    line-height: 21px;
    z-index: 10;
    *zoom: 1;
}

    .ark-poptip-arrow em {
        color: #ffbb76;
    }

    .ark-poptip-arrow span {
        color: #fffcef;
        top: 0;
        left: 0;
    }

.ark-poptip-arrow-a {
    left: 14px;
    top: -10px;
    top: -9px\0;
}

    .ark-poptip-arrow-a em {
        top: -1px;
        left: 0;
    }

.ark-poptip-arrow-b {
    right: 28px;
    top: -10px;
    top: -9px\0;
}

    .ark-poptip-arrow-b em {
        top: -1px;
        left: 0;
    }

.ark-poptip-arrow-c {
    left: 14px;
    bottom: 10px;
}

    .ark-poptip-arrow-c em {
        top: 1px;
        left: 0;
    }

.ark-poptip-arrow-d {
    right: 28px;
    bottom: 10px;
}

    .ark-poptip-arrow-d em {
        top: 1px;
        left: 0;
    }

.ark-poptip-arrow-e {
    top: 6px;
    left: -6px;
}

    .ark-poptip-arrow-e em {
        top: 0;
        left: -1px;
    }

.ark-poptip-arrow-f {
    top: 6px;
    right: 7px;
}

    .ark-poptip-arrow-f em {
        top: 0;
        left: 1px;
    }

.ark-poptip-content {
    float: none;
    display: inline;
    *zoom: 1;
}

    .ark-poptip-content:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

:root .ark-poptip-shadow {
    FILTER: none\9;
}
/*JEASYUI改造代码*/
.tabs-header {
    padding-top: 6px;
}

tabs {
    height: 34px;
}

.tabs li {
    
    display: inline-block;
    margin: 0 4px -3px 0;
    padding: 0;
    position: relative;
    border: 0;
    border-top: 2px solid #007cb6;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

    .tabs li a.tabs-inner {
        display: inline-block;
        text-decoration: none;
        margin: 0;
        padding: 0 16px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        white-space: nowrap;
        border-width: 1px;
        border-style: solid;
        background-color: #007cb6;
        border: 1px solid #007cb6;
        border-top: 2px;
        color: #fff;
        font-size: 13px;
        height: 32px;
        line-height: 32px
    }

        .tabs li a.tabs-inner .m-btn-downarrow {
            background: url('images/new/tab_dropdown.png?1479561579')
        }

            .tabs li a.tabs-inner .m-btn-downarrow:hover {
                background: url('images/new/tab_dropdown_hover.png?1479561579')
            }

    .tabs li.tabs-selected {
        border-top: 2px solid #ff9d02
    }

        .tabs li.tabs-selected a.tabs-inner {
            outline: none
        }

    .tabs li a.tabs-close, .tabs-p-tool {
        height: 16px;
    }

    .tabs li a.tabs-close {
        width: 16px;
        right: 5px;
        opacity: 0.6;
        filter: alpha(opacity=60)
    }

/*.tabs-scroller-left {
    background: #FFF url("images/tabs_icons.png") no-repeat 1px center
}

.tabs-scroller-right {
    background: #FFF url("images/tabs_icons.png") no-repeat -15px center
}*/

.tabs li a.tabs-close {
    margin-top: -8px;
    background: url('images/new/tabs_close.png?1479561579') no-repeat 0 center
}

    .tabs li a.tabs-close:hover {
        background: url('images/new/tabs_close_hover.png?1479561579') no-repeat 0 center
    }

.tabs li:hover a.tabs-inner, .tabs li.tabs-selected a.tabs-inner {
    background: #fff;
    color: #000000;
    filter: none
}

.tabs li:hover a.tabs-close, .tabs li.tabs-selected a.tabs-close {
    background: url('images/new/tabs_close_hover.png?1479561579') no-repeat 0 center
}

.tabs li:hover .m-btn-downarrow, .tabs li.tabs-selected .m-btn-downarrow {
    background: url('images/new/tab_dropdown_hover.png?1479561579') !important
}

.tabs li.tabs-selected a.tabs-inner {
    background: #fff;
    border-top-color: #ff9d02;
    background-color: #ffffff;
    color: #0E2D5F;
    background-repeat: repeat-x
}

.tabs li a.tabs-inner {
    color: #fff;
    background-color: #007cb6
}

.tabs-header, .tabs-tool {
    background-color: #e3e3e3
}

.tabs-header, .tabs-scroller-left, .tabs-scroller-right, .tabs-tool, .tabs, .tabs-panels, .tabs li a.tabs-inner, .tabs li.tabs-selected a.tabs-inner, .tabs-header-bottom .tabs li.tabs-selected a.tabs-inner, .tabs-header-left .tabs li.tabs-selected a.tabs-inner, .tabs-header-right .tabs li.tabs-selected a.tabs-inner {
    border-color: #bfbfbf
}


    .tabs-p-tool a:hover, .tabs li a:hover.tabs-close, .tabs-scroller-over {
        background-color: #d0cfcf
    }

    .tabs-header .tabs-pill li.tabs-selected a.tabs-inner {
        background: #ffe48d;
        color: #000000;
        filter: none;
        border-color: #95B8E7
    }
/*messageEnd*/
/*进度css代码Start*/
.process li {
    list-style: none;
    position:relative;
    float: left;
    width: 14%
}

    .process li .item {
        position: relative;
        padding-right: 27px
    }

        .process li .item .step {
            height: 50px;
            text-align: center;
            line-height: 50px
        }

    .process li .img_wrap {
        text-align: center;
        width: 100%;
    }

        .process li .img_wrap img {
            height: 80px;
            width: 80px;
        }

    .process li .item .step i {
        width: 30px;
        height: 30px;
        display: inline-block;
        border-radius: 50px;
        text-align: center;
        line-height: 30px
    }

    .process li .item .step label {
        font-size: 16px
    }

    .process li .item span {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 27px;
        display: inline-block;
        background: url(Images/arrow.png)
    }

    .process li .item.passed .step {
        background-color: #007cb6
    }

        .process li .item.passed .step i {
            background-color: #fff;
            color: #007cb6
        }

        .process li .item.passed .step label {
            color: #fff
        }

    .process li .item.passed span {
        background-position: 0 -150px
    }

    .process li .item.curr-pre .step {
        background-color: #007cb6
    }

        .process li .item.curr-pre .step i {
            background-color: #fff;
            color: #007cb6
        }

        .process li .item.curr-pre .step label {
            color: #fff
        }

    .process li .item.curr-pre span {
        background-position: 0 -100px
    }

    .process li .item.current .step {
        background-color: #f45438
    }

        .process li .item.current .step i {
            background-color: #fff;
            color: #f45438
        }

        .process li .item.current .step label {
            color: #fff
        }

    .process li .item.current span {
        background-position: 0 -50px
    }

    .process li .item.laters .step {
        background-color: #e3e3e3
    }

        .process li .item.laters .step i {
            background-color: #272636;
            color: #e3e3e3
        }

        .process li .item.laters .step label {
            color: #000
        }

    .process li .item.laters span {
        background-position: 0 0
    }

    .process li .item.last .step {
        background-color: #e3e3e3
    }

        .process li .item.last .step i {
            background-color: #272636;
            color: #e3e3e3
        }

        .process li .item.last .step label {
            color: #000
        }

    .process li .item.last span {
        background: #e3e3e3
    }

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: inline-block
}

.clearfix {
    height: 1%
}

.clearfix {
    display: block;
    overflow: hidden
} 