﻿html {
    font-family: 微软雅黑;
    font-size: 14px;
}

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, menu {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul, ol {
    list-style: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input, select, textarea {
    outline: none;
}

a {
    text-decoration: none;
    color: #009B74;
}

    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }


input[type=radio] {
    display: none;
}

.input_radio {
    background-color: #fff;
    border: 1px solid #009B74;
    border-radius: 100%;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-top: -1px;
    vertical-align: middle;
    line-height: 1;
}

input[type=radio]:checked + .input_radio:after {
    background-color: #009B74;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 2px;
}

.alert_body {
    width: 100%;
    padding: 0 20px;
}

    .alert_body .alert_title_area {
        width: 100%;
        height: 50px;
        line-height: 50px;
        border-bottom: solid 1px #E4E4E4;
        font-size: 16px;
        display: inline-block;
    }

        .alert_body .alert_title_area .alert_close_btn {
            float: right;
            background: url(/Content/Image/hunter/icon-ltorder-winclose.png) center center no-repeat;
            height: 50px;
            width: 24px;
            cursor: pointer;
        }

    .alert_body .alert_info_area {
        padding: 20px 0;
    }

        .alert_body .alert_info_area .alert_info_line {
            width: 100%;
            margin-top: 20px;
            clear: both;
            display: inline-block;
        }

            .alert_body .alert_info_area .alert_info_line:first-child {
                margin-top: 0px;
            }

            .alert_body .alert_info_area .alert_info_line .alert_info_title {
                width: 85px;
                height: 40px;
                line-height: 40px;
                text-align: left;
                float: left;
                text-align: right;
            }

                .alert_body .alert_info_area .alert_info_line .alert_info_title span {
                    color: red;
                }

            .alert_body .alert_info_area .alert_info_line .alert_info_control {
                float: left;
                vertical-align: middle;
                line-height: 40px;
                margin-left: 15px;
            }

                .alert_body .alert_info_area .alert_info_line .alert_info_control input[type=text] {
                    width: 420px;
                    height: 40px;
                    border: solid 1px #E4E4E4;
                    padding: 10px;
                    background-color: #F8F8F8;
                }

            .alert_body .alert_info_area .alert_info_line .details {
                width: 20%;
            }

    .alert_body .alert_btn_area {
        width: 100%;
        padding-left: 100px;
        clear: both;
        display: inline-block;
    }

        .alert_body .alert_btn_area .alert_btn_ok {
            width: 140px;
            height: 36px;
            background-color: #009B74;
            color: #fff;
            font-size: 16px;
            border: none;
            cursor: pointer;
            border-radius: 5px;
        }

        .alert_body .alert_btn_area .alert_btn_cancel {
            width: 140px;
            height: 36px;
            background-color: #ECF5F3;
            color: #009B74;
            border: solid 1px #009B74;
            cursor: pointer;
            margin-left: 10px;
            border-radius: 5px;
        }

.laydatecontrol {
    background: url(/Content/Image/enterprise/icon-company-date.png) 98% center no-repeat;
}

.datanullbg {
    width: 100%;
    background: url(/Content/Image/Public/img-nulldata.jpg) top center no-repeat;
    text-align: center;
    padding-top: 270px;
    color: #A9A9A9;
    font-size: 18px;
    margin: 30px 0;
}

.cprogressList {
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px #A9A9A9;
    padding: 10px 0;
}

    .cprogressList:last-child {
        border: none;
    }

    .cprogressList .firstitem {
        border-left: 5px solid #009B74;
        padding-left: 10px;
        width: 20%;
        float: left;
    }

    .cprogressList .seconditem {
        width: 77%;
        float: right;
    }

        .cprogressList .seconditem .top {
            display: inline-block;
            width: 100%;
            clear: both;
        }

            .cprogressList .seconditem .top .left {
                float: left;
            }

            .cprogressList .seconditem .top .right {
                float: right;
            }

        .cprogressList .seconditem .remark {
            margin-top: 10px;
            line-height: 25px;
        }

.newiconarea {
    position: relative;
    display:inline-block;
}

    .newiconarea .icon {
        position: absolute;
        background: url(/Content/Image/icon/icon-new.png) no-repeat;
        width: 24px;
        height: 18px;
        top: -9px;
        right: -26px;
    }
