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

html, body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    font-weight: lighter;
}

a {
    text-decoration: none;
    color: #000;
}

a, label, button, input, select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    border: 0;
}

body {
    background: #fff;
    color: #666;
}


li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #fff;
}

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

.clearfix {
}


.divHeight {
    width: 100%;
    height: 10px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.r-line {
    position: relative;
}

    .r-line:after {
        content: '';
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        height: 100%;
        border-right: 1px solid #D9D9D9;
        -webkit-transform: scaleX(0.5);
        transform: scaleX(0.5);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }


.aui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px;
    position: relative;
}

.aui-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}

.aui-narrow {
    margin-top: 5px;
}

    .aui-narrow span {
        font-size: 12px;
    }



.icon {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    float: left;
    background-size: 20px;
    background-repeat: no-repeat;
}

.icon-position {
    background-size: 18px;
    background-image: url(https://www.haofakeji.com/images/icon-Position.png);
}



.icon-search {
    position: absolute;
    background-image: url(https://www.haofakeji.com/images/icon-search.png);
    background-size: 17px;
    top: 0.4rem;
    left: 0.3rem;
}


.has-error .form-control:focus {
    border-color: #B94A48;
}

.has-error .ui-select .ui-select-text {
    border-color: #b94a48;
}

.has-error .ui-select {
    border-color: #b94a48;
}

    .has-error .ui-select:focus {
        border-color: #843534;
    }

.has-error .form-control:focus {
    border-color: #B94A48;
}

.has-error .ui-select .ui-select-text {
    border-color: #b94a48;
}

.has-error .ui-select {
    border-color: #b94a48;
}

    .has-error .ui-select:focus {
        border-color: #843534;
    }

.ui-select[disabled], fieldset[disabled] .ui-select {
    background-color: #eee;
    opacity: 1;
    cursor: default;
    background-image: none;
    opacity: 0.6;
}

.ui-select {
    cursor: pointer;
    outline: 0;
    width: auto;
    height: 28px;
    line-height: 26px;
    position: relative;
    background: #fff url(https://www.haofakeji.com/images/a2.png) no-repeat right center;
}

.ui-select-focus {
    border-color: #337ab7;
}

.ui-select .ui-select-text {
    box-shadow: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    border: 1px solid #ccc;
    padding-left: 5px;
    height: 28px;
    line-height: 26px;
}

.ui-select-option {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: none;
    position: absolute;
    left: 0px;
    top: 28px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #ccc;
    border-top: 0;
    z-index: 9999;
}

    .ui-select-option .ui-select-option-content {
        overflow-y: auto;
    }

    .ui-select-option li {
        min-height: 26px;
        line-height: 26px;
        overflow: hidden;
        cursor: pointer;
    }

        .ui-select-option li.on {
            background-color: #eee;
        }

        .ui-select-option li.liactive {
            background-color: #337ab7;
            color: #fff;
        }

.ui-select-option-search {
    position: relative;
}

    .ui-select-option-search .form-control {
        box-shadow: none;
        border-color: #ccc;
        border: none;
        border-top: 1px solid #ccc;
        height: 25px;
        margin: 0px;
    }

    .ui-select-option-search .input-query {
        position: absolute;
        right: 4px;
        top: 1px;
        color: #ccc;
        font-size: 16px;
    }

.ui-select .ui-select-text {
    box-shadow: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    border: 1px solid #ccc;
    padding-left: 5px;
    height: 28px;
    line-height: 26px;
}

.ui-select[disabled], fieldset[disabled] .ui-select {
    background-color: #eee;
    opacity: 1;
    cursor: default;
    background-image: none;
    opacity: 0.6;
}

.ui-select {
    cursor: pointer;
    outline: 0;
    width: auto;
    height: 28px;
    line-height: 26px;
    position: relative;
    background: #fff url(https://www.haofakeji.com/images/a2.png) no-repeat right center;
}

.ui-select-focus {
    border-color: #337ab7;
}

.ui-select .ui-select-text {
    box-shadow: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    border: 1px solid #ccc;
    padding-left: 5px;
    height: 28px;
    line-height: 26px;
}

.ui-select-option {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: none;
    position: absolute;
    left: 0px;
    top: 28px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #ccc;
    border-top: 0;
    z-index: 9999;
}

    .ui-select-option .ui-select-option-content {
        overflow-y: auto;
    }

    .ui-select-option li {
        min-height: 26px;
        line-height: 26px;
        overflow: hidden;
        cursor: pointer;
    }

        .ui-select-option li.on {
            background-color: #eee;
        }

        .ui-select-option li.liactive {
            background-color: #337ab7;
            color: #fff;
        }

.ui-select-option-search {
    position: relative;
}

    .ui-select-option-search .form-control {
        box-shadow: none;
        border-color: #ccc;
        border: none;
        border-top: 1px solid #ccc;
        height: 25px;
        margin: 0px;
    }

    .ui-select-option-search .input-query {
        position: absolute;
        right: 4px;
        top: 1px;
        color: #ccc;
        font-size: 16px;
    }
