﻿body {
    background-color: #F7F6F4;
    margin: 0;
    padding: 0;
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif,Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}

a {
    text-decoration: none;
}

    a, a i, input {
        transition: all 0.5s;
        transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: initial;
        transition-delay: initial;
        font-family: Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
    }

.flot {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 8;
    margin-top: -70px;
}

    .flot .win1 {
        width: 400px;
        -webkit-border-radius: 2px;
        z-index: 9;
        border-radius: 2px;
        overflow: hidden;
        position: fixed;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        box-shadow: 0 0 12px #333;
        background-color: #fff;
    }

        .flot .win1 .win_buttons {
            text-align: center;
            margin: 30px 0;
        }

            .flot .win1 .win_buttons a {
                height: 28px;
                width: 100px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                line-height: 28px;
                border: 1px solid #1E88F5;
                color: #1E88F5;
                font-size: 14px;
                text-align: center;
                display: inline-block;
                margin: 0 20px;
            }

                .flot .win1 .win_buttons a.confirm {
                    color: #fff;
                    background-color: #1E88F5;
                }

.wd {
    margin-top: 50px;
    z-index: 11;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    color: #666666;
}

    .wd img {
        width: 60px;
        margin-bottom: 15px;
    }

    .wd .perface {
        text-align: center;
        position: relative;
        width: 90px;
        height: 90px;
        display: inline-block;
    }

        .wd .perface .pimg {
            width: 90px;
            height: 90px;
            -webkit-border-radius: 100px;
            border-radius: 100px;
            overflow: hidden;
            display: inline-block;
        }

            .wd .perface .pimg img {
                width: 90px;
            }

        .wd .perface .sex {
            position: absolute;
            right: 4px;
            bottom: 2px;
        }

            .wd .perface .sex img {
                width: 12px;
            }

.win1 .info {
    text-align: left;
    width: 230px;
    margin: 0 auto;
}

    .win1 .info ul {
        padding: 0;
        margin: 0;
    }

        .win1 .info ul li {
            list-style: none;
            line-height: 32px;
            font-size: 14px;
            color: #333;
        }

.bg {
    width: 100%;
    height: 100%;
    background: url(../images/bg.png);
    z-index: 1;
    display: block;
    position: fixed;
}

.wlist {
    padding: 20px;
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 20px;
}

    .wlist ul {
        padding: 0;
        margin: 0;
    }

        .wlist ul li {
            list-style: none;
            display: inline-block;
            margin: 5px 0;
        }

            .wlist ul li a {
                -webkit-border-radius: 2px;
                border-radius: 2px;
                display: block;
                height: 18px;
                line-height: 18px;
                font-size: 12px;
                color: #999;
                border: 1px solid #ccc;
                padding: 0 10px;
            }

                .wlist ul li a:hover {
                    color: #FF9D00;
                    border-color: #FF9D00;
                }

                .wlist ul li a.fcs {
                    color: #fff;
                    background-color: #FF9D00;
                    border-color: #FF9D00;
                }

.srch_lst {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 0 20px;
    max-height: 200px;
    overflow: auto;
}

    .srch_lst ul {
        padding: 0;
        margin: 0;
    }

        .srch_lst ul li {
            list-style: none;
            height: 20px;
            line-height: 20px;
            color: #666;
            font-size: 12px;
            padding: 10px;
        }

            .srch_lst ul li b {
                color: red;
            }

            .srch_lst ul li:hover {
                color: #FF6D08;
            }


.menu_tree, .leftclose .menu_tree {
    width: 160px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fff;
    z-index: 2;
    box-shadow: 2px 0 8px #EDF0F3;
}

    .menu_tree .logo {
        margin-left: 25px;
        margin-top: 50px;
    }

.leftclose .menu_tree {
    width: 60px;
}

    .leftclose .menu_tree .logo {
        margin-left: 10px;
        margin-top: 50px;
    }

.menu {
    margin-top: 30px;
    font-size: 14px;
}

    .menu ul {
        padding: 0;
        margin: 0;
    }

        .menu ul li {
            list-style: none;
            margin-bottom: 14px;
        }

            .menu ul li a {
                display: block;
                height: 36px;
                line-height: 36px;
                border-left: 3px solid #fff;
                color: #000;
                padding-left: 17px;
            }

                .menu ul li a img {
                    float: left;
                    margin-right: 10px;
                    margin-top: 8px;
                }

                .menu ul li a:hover {
                    color: #FF6D08;
                }

            .menu ul li.fcs a {
                background-color: #E8F3FE;
                border-color: #1E88F5;
                color: #1E88F5;
            }

            .menu ul li .child {
                background-color: #F7F7F7;
            }

                .menu ul li .child ul {
                    padding: 0;
                    margin: 0;
                }

                    .menu ul li .child ul li {
                        list-style: none;
                        margin: 0;
                    }

                        .menu ul li .child ul li a {
                            display: block;
                            padding: 0;
                            border-left: 3px solid #fff;
                            border-top: 1px solid #F7F7F7;
                            border-right: 1px solid #F7F7F7;
                            border-bottom: 1px solid #F7F7F7;
                            background: url(../images/tree_dot.png) no-repeat 14px top;
                            padding-left: 47px;
                            height: 32px;
                            line-height: 32px;
                            color: #000;
                        }

                            .menu ul li .child ul li a:hover {
                                color: #1E88F5;
                                background-color: #fff;
                                border-top: 1px solid #E5F0FC;
                                border-right: 1px solid #E5F0FC;
                                border-bottom: 1px solid #E5F0FC;
                            }

                        .menu ul li .child ul li.fcs a {
                            border-left: 3px solid #1E88F5;
                            color: #1E88F5;
                        }

.openclose {
    text-align: center;
    margin-top: 40px;
}

.menu ul li {
    position: relative;
}

    .menu ul li .child {
        width: 160px;
        display: none;
    }

    .menu ul li:hover .child {
        display: block;
        border-bottom: 1px solid #ECEFF0;
    }

.leftclose .menu ul li:hover .child {
    border: 1px solid #B1CDEA;
}


.topbar {
    height: 40px;
    padding: 20px 0;
    background-color: #fff;
    width: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    box-shadow: 2px 0 8px #eee;
}

    .topbar .limittime {
        float: left;
        color: #999;
        font-size: 12px;
        margin-left: 190px;
        line-height: 24px;
    }

        .topbar .limittime .big_title {
            color: #000;
            font-size: 18px;
            font-weight: bold;
            clear: both;
            margin-bottom: 10px;
        }

.locatt {
    float: left;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-left: 190px;
    line-height: 40px;
}

.leftclose .topbar .limittime {
    margin-left: 90px;
}

.topbar .user {
    float: right;
    margin-right: 30px;
}

    .topbar .user .setting {
        float: right;
        margin-left: 20px;
        margin-top: 10px;
    }

    .topbar .user .userfc {
        float: right;
        font-size: 12px;
    }

        .topbar .user .userfc img {
            float: right;
        }

        .topbar .user .userfc span {
            float: right;
            line-height: 40px;
            color: #666666;
            margin-left: 10px;
        }

            .topbar .user .userfc span a {
                color: #1E88F5;
            }

                .topbar .user .userfc span a:hover {
                    color: #FF6D08;
                }

.topbar .diaocha {
    float: right;
    margin-right: 10px;
}

    .topbar .diaocha img {
        margin-top: 10px;
    }

.topbar .limittime .dateend .bar {
    width: 124px;
    height: 10px;
    display: block;
    background-color: #ddd;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    float: left;
    margin-right: 20px;
}

    .topbar .limittime .dateend .bar .barpct {
        height: 10px;
        display: block;
        background-color: #1E88F5;
        -webkit-border-radius: 100px;
        border-radius: 100px;
    }

.bartx {
    float: left;
    font-size: 12px;
    line-height: 8px;
}

.content {
    padding: 30px 30px 30px 180px;
    margin-top: 70px;
}

.leftclose .content {
    padding-left: 80px;
}

.stock {
}

    .stock ul {
        padding: 0;
        margin: 0;
    }

        .stock ul li {
            float: left;
            list-style: none;
            margin-right: 20px;
            margin-bottom: 20px;
        }

            .stock ul li a {
                width: 200px;
                color: #fff;
                padding: 20px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
                height: 78px;
                background-color: #4DA5FF;
                display: block;
                box-shadow: 0px 2px 12px #8CC4FE;
            }

                .stock ul li a h1 {
                    font-size: 30px;
                    font-weight: normal;
                    line-height: 48px;
                    margin: 0;
                    margin-bottom: 12px;
                    padding: 0;
                }

                .stock ul li a span {
                    font-size: 12px;
                }

                .stock ul li a.boy {
                    background: url(../images/boy.png) no-repeat right bottom #4EC545;
                    box-shadow: 0px 2px 12px #4EC545;
                }

                .stock ul li a.girl {
                    background: url(../images/girl.png) no-repeat right bottom #DC6EE6;
                    box-shadow: 0px 2px 12px #DC6EE6;
                }

                .stock ul li a .btt {
                    color: #666;
                    font-weight: bold;
                    font-size: 16px;
                    margin: 0;
                    padding: 0;
                    margin-bottom: 20px;
                    clear: both;
                }

            .stock ul li.pay a {
                background-color: #fff;
                box-shadow: 0px 2px 12px #ddd;
            }

            .stock ul li.pay img {
                float: left;
                margin-right: 10px;
            }

.card {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    padding: 0 20px;
    clear: both;
    margin-bottom: 20px;
}

    .card h1 {
        color: #666666;
        font-size: 14px;
        line-height: 22px;
        padding: 16px 0;
        margin: 0;
        font-weight: normal;
        border-bottom: 1px solid #EEEEEE;
    }

        .card h1 span {
            font-size: 12px;
            margin-left: 20px;
            font-weight: normal;
        }

            .card h1 span b {
                color: #FF6D08;
            }

        .card h1 .set {
            float: right;
            font-size: 12px;
            font-weight: normal;
        }

            .card h1 .set a {
                color: #1E88F5;
            }

a.btns_add, a.btns_exel, a.btns_ok, a.btns_back, a.btns_del {
    float: right;
    height: 24px;
    border: 1px solid #30CF24;
    background-color: #30CF24;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: block;
    padding: 0 20px;
    line-height: 24px;
    font-size: 12px;
    margin-left: 10px;
}

a.btns_exel {
    background-color: #FF9D00;
    border-color: #FF9D00;
}

a.btns_ok {
    background-color: #1E88F5;
    border-color: #1E88F5;
}

a.btns_back {
    background-color: #fff;
    color: #1E88F5;
    border-color: #1E88F5;
}

a.btns_del {
    background-color: #FF6D08;
    color: #fff;
    border-color: #FF6D08;
}

    a.btns_del:hover {
        color: #FF6D08;
        background-color: #fff;
    }

a.btns_add:hover {
    color: #30CF24;
    background-color: #fff;
}

a.btns_exel:hover {
    color: #FF9D00;
    background-color: #fff;
}

a.btns_ok:hover {
    color: #1E88F5;
    background-color: #fff;
}

.cardctn {
    padding: 20px;
    overflow: hidden;
}


.datebk {
    padding: 20px;
    text-align: center;
}

    .datebk ul {
        padding: 0;
        margin: 0;
    }

        .datebk ul li {
            list-style: none;
            display: inline-block;
        }

            .datebk ul li a {
                width: 220px;
                height: 96px;
                text-align: center;
                -webkit-border-radius: 4px;
                border-radius: 4px;
                background-color: #EAF6FF;
                color: #558BC3;
                font-size: 12px;
                margin-right: 30px;
                margin-bottom: 30px;
                display: inline-block;
                ;
                overflow: hidden;
            }

                .datebk ul li a .fbt {
                    margin-top: 14px;
                    line-height: 18px;
                    clear: both;
                }

                .datebk ul li a .num {
                    font-size: 40px;
                    margin-top: 8px;
                    line-height: 40px;
                    font-weight: bold;
                }

.orangebk ul li a {
    background-color: #FFF3EA;
    color: #FF9D00;
}

.table {
    font-size: 12px;
    margin: 10px 0 0 0;
    background: #fff;
    padding: 10px;
}

    .table table {
        border: 0;
        padding: 0;
        margin: 0;
    }

        .table table tr, .table table tr td {
            border: 0;
        }

            .table table tr:nth-child(even) {
                background-color: #F8FBFF;
            }

            .table table tr:hover {
                color: #fff;
                background-color: #1E88F5;
            }

            .table table tr.hd, .table table tr.hd:hover {
                color: #999;
                background-color: #fff;
            }

            .table table tr td {
                line-height: 20px;
                padding: 10px;
                border: 0;
                margin: 0;
            }

                .table table tr td a {
                    color: #000;
                }

                    .table table tr td a:visited {
                        color: #666;
                    }

            .table table tr:hover td a {
                color: #fff;
            }

            .table table tr td .wrdlinks {
                float: left;
                text-align: left;
                margin-left: 10px;
            }

                .table table tr td .wrdlinks a {
                    clear: both;
                    line-height: 20px;
                    font-size: 12px;
                    color: #333;
                    margin-top: 10px;
                }

                    .table table tr td .wrdlinks a:hover, .table table tr:hover td .wrdlinks a {
                        color: #fff;
                    }

            .table table tr.hd td a, .table table tr.hd td a:hover {
                color: #999;
            }

.green {
    color: #00B87A;
}

.grey {
    color: #999;
}

.icon {
    text-align: center;
}

.edit, .del, .more {
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.more {
    position: relative;
}

.table table tr td .more .more_list {
    position: absolute;
    z-index: 1;
    display: none;
    top: 18px;
    right: -40px;
    background-color: #E2F0FF;
    border: 1px solid #CEE6FF;
    padding: 10px;
    width: 110px;
}

.table table tr td .more:hover .more_list {
    display: block;
    color: #1F76CF;
}

    .table table tr td .more:hover .more_list a {
        color: #1F76CF;
    }

.table table tr td .more .more_list ul {
    padding: 0;
    margin: 0;
}

    .table table tr td .more .more_list ul li {
        list-style: none;
        line-height: 16px;
        padding: 5px 0;
        text-align: center;
        border-bottom: 1px solid #CEE6FF;
    }

        .table table tr td .more .more_list ul li a {
            color: #1F76CF;
        }

            .table table tr td .more .more_list ul li a:hover {
                color: #FF6D08;
            }

.page {
    padding: 16px;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
}

    .page .pgs {
        float: right;
    }

        .page .pgs ul {
            padding: 0;
            margin: 0;
        }

            .page .pgs ul li {
                list-style: none;
                float: right;
            }

    .page .pgs {
        padding: 0;
        margin: 0;
    }

        .page .pgs a {
            float: left;
            display: block;
            line-height: 18px;
            padding: 0 10px;
            -webkit-border-radius: 1px;
            border-radius: 1px;
            border: 1px solid #999;
            color: #999;
            margin-left: 5px;
            font-size: 12px;
        }

        .page .pgs .fcs {
            color: #fff;
            background-color: #1E88F5;
            display: block;
            float: left;
            line-height: 18px;
            padding: 0 10px;
            -webkit-border-radius: 1px;
            border-radius: 1px;
            margin-left: 5px;
            font-size: 12px;
            border: 1px solid #1E88F5;
            color: fff;
        }

        .page .pgs a:hover {
            color: #1E88F5;
            border-color: #1E88F5;
        }

    .page .total {
        float: left;
        font-size: 12px;
        color: #999;
        line-height: 18px;
    }

        .page .total span {
            color: #1E88F5;
        }

    .page .pgs .slct {
        font-size: 12px;
        margin-left: 10px;
        color: #666;
        float: left;
    }


.search {
    padding: 16px 20px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .search ul {
        padding: 0;
        margin: 0;
    }

        .search ul li {
            list-style: none;
            font-size: 12px;
        }

            .search ul li.ipt, .inputbox_type1 ul li .iptarea {
                float: left;
                margin-right: 10px;
                display: block;
                padding: 0 10px;
                height: 30px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                background-color: #F6F6F6;
                position: relative;
            }

                .search ul li.ipt input, .inputbox_type1 ul li .iptarea textarea, .search ul li.ipt select, .inputbox_type1 ul li .ipt input, .inputbox_type1 ul li .ipt select {
                    background: none;
                    border: none;
                    outline: none;
                    height: 30px;
                    line-height: 20px;
                    font-size: 12px;
                }

.inputbox_type1 ul li .ipt input {
    float: left;
}

.inputbox_type1 ul li .ipt label {
    border: none;
    outline: none;
    font-size: 12px;
    float: left;
    color: #333;
    line-height: 32px;
    margin-right: 10px;
}


.tab {
    padding: 0;
    clear: bottom;
    overflow: hidden;
    margin-bottom: 20px;
}

    .tab ul {
        padding: 0;
        margin: 0;
    }

        .tab ul li {
            list-style: none;
            float: left;
        }

        .tab ul li {
            float: left;
            height: 32px;
            line-height: 32px;
            display: block;
            padding: 0 15px;
            background-color: #DEDEDE;
            -webkit-border-top-left-radius: 2px;
            -webkit-border-top-right-radius: 2px;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
            color: #fff;
            font-size: 14px;
            margin-right: 5px;
        }

            .tab ul li a {
                float: left;
                height: 32px;
                line-height: 32px;
                color: #858585;
                font-size: 14px;
            }

            .tab ul li.clx img {
                width: 16px;
            }

            .tab ul li.nx {
                float: left;
                height: 32px;
            }

                .tab ul li.nx:hover {
                    background-color: #C7C7C7;
                }

            .tab ul li .clx {
                float: left;
            }

                .tab ul li .clx a {
                    width: 16px;
                    height: 16px;
                    padding: 0;
                    margin: 0 5px 0 -9px;
                    border: none;
                    line-height: 16px;
                    float: left;
                    margin-top: 8px;
                    -webkit-border-radius: 2px;
                    border-radius: 2px;
                }

                    .tab ul li .clx a:hover {
                        background: #BDBDBD;
                    }

            .tab ul li.fcs, .tab ul li.fcs:hover, .tab ul li.fcs:hover a {
                background-color: #fff;
                border-color: #1E88F5;
                color: #333;
            }

                .tab ul li.fcs a {
                    color: #1E88F5;
                }

.tab_child {
    margin-top: -20px;
    background-color: #fff;
    padding: 20px 20px 10px 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .tab_child ul {
        padding: 0;
        margin: 0;
    }

        .tab_child ul li {
            list-style: none;
            float: left;
        }

            .tab_child ul li a {
                display: block;
                padding: 6px 20px;
                line-height: 16px;
                font-size: 14px;
                color: #999;
                border: 1px solid #999;
                -webkit-border-radius: 4px;
                border-radius: 4px;
                margin-bottom: 10px;
                margin-right: 10px;
            }

                .tab_child ul li a:hover {
                    color: #1E88F5;
                    border-color: #1E88F5;
                }

                .tab_child ul li a.fcs {
                    color: #fff;
                    background-color: #1E88F5;
                    border-color: #1E88F5;
                }

                .tab_child ul li a.add {
                    color: #fff;
                    background-color: #30CF24;
                    border-color: #30CF24;
                }

                    .tab_child ul li a.add:hover {
                        color: #30CF24;
                        background-color: #fff;
                    }

.tab ul .dasb {
    float: right;
}

    .tab ul .dasb a {
        color: #1E88F5;
        font-size: 12px;
    }

.year {
    background-color: #fff;
    padding: 16px 20px;
    display: block:-webkit-border-radius: 2px;
    border-radius: 2px;
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

    .year .pup {
        float: left;
    }

    .year .pdown {
        float: right;
    }

.bingtu1 {
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
}

.inputbox_type1 {
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
    color: #999;
}

    .inputbox_type1 ul {
        padding: 0;
        margin: 0;
    }

        .inputbox_type1 ul li {
            list-style: none;
            margin-bottom: 10px;
            display: inline-block;
        }

            .inputbox_type1 ul li .ipt {
                margin-right: 10px;
                display: block;
                padding: 0 10px;
                position: relative;
                margin: 5px;
                height: 30px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                background-color: #F6F6F6;
            }

.inputbox_type2 {
    position: relative;
}

    .inputbox_type2 ul {
        display: inline-block;
        width: 800px;
    }

        .inputbox_type2 ul li {
            float: left;
        }

            .inputbox_type2 ul li .dspl {
                margin-top: 10px;
                margin-left: 100px;
            }

.inputbox_type1 ul li .iptarea {
    width: 500px;
    height: 80px;
    float: left;
}

    .inputbox_type1 ul li .iptarea textarea {
        width: 480px;
        height: 60px;
    }

.inputbox_type1 ul li .ipt .sublist {
    position: absolute;
    top: 31px;
    left: 70px;
    z-index: 99;
    border: 1px solid #eee;
    width: 320px;
    background: #fff;
    color: #333;
    box-shadow: 0 0 12px #dfdfdf;
    text-align: left;
    overflow: auto;
    padding: 5px;
    max-height: 240px;
}

    .inputbox_type1 ul li .ipt .sublist ul {
        padding: 0;
        margin: 0;
    }

    .inputbox_type1 ul li .ipt .sublist a {
        color: #333;
        display: block;
        line-height: 20px;
        width: 300px;
        padding: 8px 10px;
    }

        .inputbox_type1 ul li .ipt .sublist a:hover {
            color: #fff;
            background: #1E88F5;
        }

    .inputbox_type1 ul li .ipt .sublist ul li, .inputbox_type2 ul li .ipt .sublist ul li {
        margin: 0;
        float: none;
        overflow: hidden;
        clear: both;
    }

.wenjuan_list {
}

    .wenjuan_list ul {
        padding: 0;
        margin: 0;
    }

        .wenjuan_list ul li {
            list-style: none;
            padding: 10px 30px;
        }

            .wenjuan_list ul li dl {
                padding: 0;
            }

                .wenjuan_list ul li dl dt {
                    font-weight: normal;
                    font-size: 14px;
                    color: #333;
                    line-height: 20px;
                    margin-bottom: 10px;
                }

                .wenjuan_list ul li dl dd {
                    padding: 10px;
                    background-color: #F8F8F8;
                    margin: 0;
                    overflow: hidden;
                }

                    .wenjuan_list ul li dl dd .ls {
                        line-height: 18px;
                        font-size: 12px;
                        margin: 5px 0;
                    }

                    .wenjuan_list ul li dl dd .file {
                    }

                    .wenjuan_list ul li dl dd .filelist {
                        padding: 10px;
                    }

                        .wenjuan_list ul li dl dd .filelist .wjpic {
                            position: relative;
                            width: 100px;
                            height: 80px;
                            float: left;
                            margin-right: 10px;
                            overflow: hidden;
                        }

                            .wenjuan_list ul li dl dd .filelist .wjpic a.wjdel {
                                position: absolute;
                                right: 0;
                                bottom: 0;
                                width: 19px;
                                height: 19px;
                            }

.inputbox_type1 ul .radio {
    float: left;
    margin: 0 10px;
    font-size: 12px;
    color: #333;
    width: 40px;
    margin-top: 10px;
}

.inputbox_type1 ul li.ipt_k {
    color: #333;
    line-height: 30px;
    border-bottom: 1px dotted #eeeeee;
}

    .inputbox_type1 ul li.ipt_k .ipk_t {
        width: 340px;
        text-align: left;
        padding-left: 13px;
    }

.wj_jiaocha {
    margin-bottom: 10px 0;
    margin-left: 120px;
    width: 680px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}

    .wj_jiaocha .wj_lt {
        width: 300px;
        display: inline-block;
        margin: 0 10px;
    }

        .wj_jiaocha .wj_lt h2 {
            font-size: 14px;
            color: #000;
            font-weight: bold;
        }

.jc_an {
    font-size: 12px;
}

    .jc_an ul {
        padding: 0;
        margin: 0;
    }

        .jc_an ul li {
            list-style: none;
            line-height: 24px;
            color: #000;
            font-size: 12px;
            overflow: hidden;
            padding: 0;
            margin: 5px;
        }

            .jc_an ul li .wlft {
                margin-right: 30px;
                float: left;
            }

            .jc_an ul li .wan {
                margin-right: 30px;
                float: left;
            }

    .jc_an table {
        line-height: 24px;
    }

        .jc_an table td {
            padding: 5px 10px;
            text-align: center;
        }

            .jc_an table td.wt {
                text-align: left;
                padding-right: 40px;
            }

.login_all {
    background-color: #425081;
}

.login {
    width: 806px;
    height: 447px;
    position: relative;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
}

.login_bg {
    z-index: 0;
    position: absolute;
    width: 681px;
    height: 489px;
}

.title {
    position: absolute;
    top: 55px;
    left: 69px;
    z-index: 2;
    line-height: 42px;
    text-align: left;
    width: 360px;
    color: #3C5FDE;
    font-size: 32px;
}

    .title h1 {
        margin: 0;
        padding: 0;
        font-weight: bold;
        font-size: 32px;
        margin: 0;
    }

    .title .erro {
        text-align: left;
        font-size: 12px;
        color: red;
    }

.enput {
    position: absolute;
    left: 69px;
    top: 176px;
    z-index: 2;
    width: 320px;
}

    .enput ul {
        padding: 0;
        margin: 0;
    }

        .enput ul li {
            list-style: none;
        }

            .enput ul li.inpt, .enput ul li.l_yzm {
                -webkit-border-radius: 4px;
                border-radius: 4px;
                height: 36px;
                width: 280px;
                border: 1px solid #DCDCDC;
                background-color: #fff;
                line-height: 34px;
                color: #ccc;
                font-size: 14px;
                margin-right: 5px;
                padding: 0 12px;
                margin-bottom: 20px;
            }

                .enput ul li.inpt:focus {
                    border-color: #F5A623;
                    background-color: #fff;
                }

i.nm {
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}

.enput ul li.inpt input, .enput ul li.l_yzm input {
    outline: none;
    border: none;
    background: none;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    width: 100px;
    color: #666;
}

.enput ul li.l_yzm {
    width: 70px;
    float: left;
}

    .enput ul li.l_yzm input {
        width: 70px;
    }

.enput ul li.ym_p {
}

.camera {
    padding: 0 10px;
    overflow: hidden;
}

    .camera ul {
        padding: 0;
        margin: 0;
        overflow: hidden;
        clear: both;
    }

        .camera ul li {
            list-style: none;
            float: left;
            margin-right: 30px;
            margin-bottom: 30px;
            text-align: center;
        }

            .camera ul li a {
                color: orangered;
                font-size: 12px;
            }

                .camera ul li a.opn {
                    color: #30CF24;
                }

                .camera ul li a.cm {
                    width: 320px;
                    height: 210px;
                    display: block;
                }

            .camera ul li .cname {
                line-height: 20px;
                font-size: 12px;
            }

    .camera h2 {
        font-size: 14px;
        color: #666;
        padding: 0;
        margin: 20;
    }

.rtlink {
    float: right;
    margin-right: 10px;
}

    .rtlink a {
        color: #1E88F5;
        font-size: 12px;
    }

.alert {
    text-align: center;
    color: red;
    font-size: 12px;
    margin-bottom: 10px;
}

.btn_login a {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #FF5708;
    color: #fff;
    text-align: center;
    line-height: 38px;
    box-shadow: 0 8px 12px -5px rgba(244,140,74,0.75);
    overflow: hidden;
    display: block;
    padding: 0;
    width: 300px;
    height: 38px;
    border: 1px solid #FF5708;
}

    .btn_login a:hover {
        background-color: #fff;
        color: #FF5708;
    }

.listslct {
    background-color: #fff;
    padding: 8px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
}

    .listslct ul {
        padding: 0;
        margin: 0;
    }

        .listslct ul li {
            list-style: none;
            float: left;
            margin-right: 10px;
            margin-bottom: 10px;
        }

            .listslct ul li a {
                background-color: #f8f8f8;
                border: 1px solid #dfdfdf;
                display: block;
                padding: 0 10px;
                line-height: 24px;
                font-size: 12px;
                color: #666;
                -webkit-border-radius: 2px;
                border-radius: 2px;
            }

            .listslct ul li.fcs a {
                background-color: #1E88F5;
                border-color: #1E88F5;
                color: #fff;
            }


.copyright {
    position: absolute;
    bottom: 45px;
    right: 50px;
    text-align: center;
    color: #96ACFF;
    font-size: 12px;
    width: 240px;
    z-index: 2;
}

.btn_add a, .btn_del a {
    float: right;
    padding: 0 5px;
    border: 1px solid #1E88F5;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    line-height: 16px;
    font-size: 10px;
    display: block;
    color: #fff;
    background-color: #1E88F5;
}

.btn_del a {
    background-color: #FF5708;
    border-color: #FF5708;
}

.btn_add a:hover {
    background-color: #fff;
    color: #1E88F5;
}
