* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

#title {
    padding: 20px 0;
    margin-left: 3%;
}

    #title ul li img {
        width: 220px;
        cursor: pointer;
    }

    #title ul li {
        float: left;
        margin-right: 15px;
        opacity: 0.7;
    }

        #title ul li:hover, #title ul li.on {
            opacity: 1;
        }

    #title ul {
        overflow: hidden;
    }

#wrapMain {
    width: 97%;
    margin-left: 3%;
}

.wrapList {
    width: 96%;
    color: #fff;
    border: 1px solid #2d6c93;
    border-radius: 5px;
    margin-right: 1%;
    margin-bottom: 1%;
    height: 335px;
    overflow: hidden;
}

    .wrapList:hover {
        border-color: #fff;
    }

    .wrapList h2 {
        background-color: #2d6c93;
        height: 40px;
        line-height: 40px;
        font-size: 17px;
        font-weight: normal;
        border-radius: 4px 4px 0 0;
        text-indent: 5px;
        position: relative;
    }

        .wrapList h2 span {
            position: absolute;
            top: 0;
            right: 5px;
            font-size: 15px;
            cursor: pointer;
        }

    .wrapList table {
        width: 100%;
        text-align: center;
        border-collapse: collapse;
    }

        .wrapList table tr th {
            height: 40px;
            font-weight: normal;
            font-size: 16px;
            border: 1px solid #2d6c93;
        }

        .wrapList table tr td {
            height: 35px;
            border: 1px solid #2d6c93;
            font-size: 15px;
        }

            .wrapList table tr td span {
                background-color: #2d6c93;
                color: #fff;
                border-radius: 5px;
                padding: 1px 3px;
                font-size: 15px;
                cursor: pointer;
            }

            .wrapList table tr td input {
                width: 15px;
                height: 15px;
                cursor: pointer;
            }

            .wrapList table tr td span:hover {
                background-color: #3c93ca;
            }

        .wrapList table tr:hover td {
            color: #2196F3;
        }

.wrapMain .wrapList tr td:first-child, .wrapMain .wrapList tr th:first-child {
    border-left: none;
}

.wrapMain .wrapList tr td:last-child, .wrapMain .wrapList tr th:last-child {
    border-right: none;
}

#scrollList1 tr td:nth-child(2), #scrollList2 tr td:nth-child(3) {
    text-align: left;
    padding-left: 5px;
}
/*项目痕迹查询*/
#demand {
    /*color: #fff;*/
    width: 100%;
    /*margin-top: 5px;*/
    margin-bottom: 20px;
    padding-top: 20px;
    background-color: #fff;
    /*border: 5px solid rgba(163, 186, 222, 0.16);*/
    box-sizing: border-box;
}

    #demand .demandRt {
        margin-top: 25px;
        width: 22%;
        float: right;
    }

.demandRt  h2 {
    font-size: 15px;
    margin: 5px 0;
    color: #434343;
    text-indent: 6px;
    padding: 5px 0;
}

.listMain {
    border-left: 1px solid #97b9f0;
    margin-left: 8px;
    padding: 10px 0 10px 15px;
}

.demandTitle i {
    font-size: 20px;
    vertical-align: middle;
}

.demandTitle {
    cursor: pointer;
}

    .demandTitle span {
        font-size: 14px;
        vertical-align: middle;
        margin-left: 5px;
        color: #434343;
    }

    .demandTitle i {
        color: #80a6e4;
    }

.listMain td {
    padding: 5px;
    color: #434343;
    background-color: #ffffff;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    vertical-align: top;
}

.listMain table {
    width: 100%;
    border-collapse: collapse;
}

.detailsTab tr td:first-child {
    width: 150px;
    text-align: left;
    font-weight: bold;
    color: #666;
}

.demand .last_i i {
    color: #d0cecc;
}

.demandLf {
    width: 76%;
    float: left;
    margin-top: 25px;
    margin-bottom: 30px;
}

    .demandLf table {
        width: 100%;
        /*border: 1px solid #fff;*/
        border-collapse: collapse;
    }

        .demandLf table td, .demandLf table th {
            border: 1px solid #ddd;
            padding: 10px 3px 10px 10px;
            color: #666;
            font-size: 14px;
            background-color: #fff;
        }

        .demandLf table.objectTab td:nth-child(odd) {
            background-color: #f2f2f2;
            color: #333;
        }

    .demandLf > h2 {
        font-size: 15px;
        font-weight: normal;
        padding: 0;
        color: #434343;
        text-indent: 7px;
        background-color: #ffffff;
        margin: 5px 0px;
        font-weight: bold;
    }
/*流程样式*/
.demandStep {
    width: 100%;
    min-height: 100px;
}

    .demandStep ul {
        /*padding-left: 5%;*/
        background-color: #f2f2f2;
        box-sizing: border-box;
        padding-top: 65px;
        padding-bottom: 5px;
        text-align: center;
    }

        .demandStep ul:after {
            content: "";
            display: table;
            clear: both;
        }

        .demandStep ul li {
            width: 15%;
            display: inline-block;
            margin-bottom: 10px;
            position: relative;
        }

            .demandStep ul li .line {
                width: 104%;
                height: 3px;
                background-color: #ff5151;
                position: absolute;
                top: -35px;
                z-index: 0;
            }

                .demandStep ul li .line span {
                    display: inline-block;
                    width: 50px;
                    height: 50px;
                    background-color: #ff5151;
                    border-radius: 50%;
                    color: #fff;
                    position: absolute;
                    top: -25px;
                    left: 50%;
                    z-index: 1;
                    margin-left: -25px;
                    text-align: center;
                    line-height: 50px;
                    font-size: 24px;
                    font-weight: bold;
                }

                .demandStep ul li .line i {
                    position: absolute;
                    top: -17px;
                    left: 50%;
                    margin-left: -16px;
                    width: 32px;
                    height: 42px;
                }

            .demandStep ul li.active .line i {
                background: url('../images/activebg.png') no-repeat;
            }
            .demandStep ul li.active .line span,.demandStep ul li.active span {
                box-shadow: 0 0 0 5px #fff, 0 0 0 7px #0077bb;
                background-color: #0386d1;
            }

            .stepListEven > div {
                width: 100%;
                height: 40px;
                text-align: center;
                line-height: 40px;
            }

    .stepListEven > div.active {
        /*border: 1px solid #3274e0;
        background-color: #4884e6;*/
    }

        .stepListEven > div.active p {
            color: #0077bb;
        }

    .stepListEven > div p {
        width: 100%;
        margin: 0 auto;
        cursor: pointer;
        color: #666;
        font-size: 16px;
        padding-bottom: 30px;
        z-index: 3;
        position: relative;
    }



.stepListEven {
    /*background: url(../images/up1.png) right center no-repeat;*/
    width: 100%;
    height: 43px;
}

.demandStep ul li:last-child .stepListEven {
    background: none;
}

.alarm {
    color: #ff0000;
    background-color: #c8bfb6;
    border-radius: 5px;
    font-size: 14px;
    width: 90px;
    padding: 5px 0;
    text-align: center;
    display: inline-block;
}

    .alarm i {
        margin-right: 5px;
    }

.stepWrapList {
    overflow: hidden;
}
/*禁用*/
.stepListEven > div.forbid {
    background-color: #e4e3e2;
}

    .stepListEven > div.forbid p {
        cursor: no-drop;
    }

.projextName {
    color: #434343;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px 0;
    box-shadow: 0 0px 8px rgba(220, 228, 240,0.8);
}
#demand .projextName {
    text-align: center;
    margin-top: 38px;
}
    .projextName h1 {
        text-align: center;
        font-size: 16px;
        color: #333;
        margin: 10px 0;
    }
    .projextName h6 {
        text-align: center;       
    }
    .projextName p {
        font-size: 15px;
        margin: 10px 0;
    }

#wrap {
    padding: 5px 10px;
}

#listBt > div {
    display: inline-block;
    border-radius: 22px;
    border: 1px solid #ff5151;
    border-image: none;
    width: 160px;
    height: 33px;
    color: #fff;
    line-height: 33px;
    background-color: #ff5151;
    cursor: pointer;
    font-size: 13px;
    margin: 0 2px;
    padding: 0 10px;
}

    #listBt > div:nth-child(3) {
        background-color: #ff5151;
    }

.hint span {
    display: inline-block;
    width: 25px;
    height: 10px;
    vertical-align: middle;
    border: 1px solid #4884e6;
}

    .hint span.hint1 {
        background-color: #4884e6;
        margin-left: 10px;
    }

    .hint span.hint2 {
        background-color: #fff;
    }

    .hint span.hint3 {
        background-color: #bfbfbf;
    }

.hint {
    color: #333;
    font-size: 13px;
    padding-left: 10px;
    margin-bottom: 5px;
}

    .hint b {
        font-size: 12px;
        color: #333;
    }

    .hint i {
        color: #333;
        font-size: 12px;
        font-style: normal;
        padding-left: 5px;
        padding-right: 10px;
        vertical-align: middle;
    }

.demandLf table.sectionTab th {
    background-color: #f2f2f2;
    color: #333;
    font-weight: normal;
}

.demandLf table.sectionTabMew th {
    background-color: #f2f2f2;
    color: #333;
    font-weight: normal;
}

.detailsTab tr td {
    background-color: #f2f2f2;
    text-align: left;
}

.viewContent {
    border-radius: 2px;
    width: 80px;
    height: 24px;
    text-align: center;
    color: #ffffff;
    background-color: #2765c9;
    cursor: pointer;
    margin: auto;
    line-height: 24px;
    font-size: 13px;
    background-image: linear-gradient(to bottom,#96b9f3,#306ed5,#1355c0);
}

    .viewContent:hover {
        background-image: linear-gradient(to bottom,#1355c0,#1355c0,#1355c0);
    }

.sectionDetails {
    width: 837px;
}

/*.sectionTab > tbody > tr:nth-child(even) {
    display: none;
}*/

.demandLf .sectionDetails table tr td {
    border: 1px solid #eee;
    padding: 10px 10px;
    text-align: left;
    font-size: 14px;
}

    .demandLf .sectionDetails table tr td:first-child {
        width: 150px;
        font-weight: bold;
        color: #333;
    }

body .layui-layer-lan .layui-layer-title {
    background: #0d3c8a;
}

#freeLoad {
    padding: 10px;
    display: none;
}

    #freeLoad ul li {
        margin: 15px 0px;
    }

        #freeLoad ul li a {
            font-size: 15px;
            color: #333;
            margin-right: 20px;
        }

        #freeLoad ul li span {
            font-size: 15px;
            color: #2196F3;
            cursor: pointer;
        }

            #freeLoad ul li span i {
                font-size: 16px;
                margin-right: 5px;
            }

            #freeLoad ul li span:hover {
                color: #a28242;
            }

#share {
    margin-top: 50px;
    height: 42px;
    background-color: #fff;
}

#share-2 {
    float: right;
    display: none;
}

#shareIcon {
    float: right;
    color: #666;
    font-size: 13px;
    cursor: pointer;
    margin-top: 9px;
    margin-left: 5px;
}

    #shareIcon img {
        width: 16px;
        vertical-align: middle;
    }

#marginTab {
    border: 1px solid #b9c3d2;
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    color: #666;
}

    #marginTab td a {
        color: #666;
    }

    #marginTab td {
        border: 1px solid #b9c3d2;
        padding: 9px 5px;
        box-sizing: border-box;
    }

        #marginTab td:nth-child(7) {
            width: 60px;
        }

    #marginTab th {
        background-color: #e1e5ea;
        border: 1px solid #b9c3d2;
    }
