﻿@charset "UTF-8";

*, ::before, ::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html {
    color: #212121;
}

body {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    font-family: 微软雅黑;
    height: 100%;
}

ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, figure, form, fieldset, legend, input, textarea, button, p, blockquote, th, td, pre, xmp {
    margin: 0;
    padding: 0;
}

input, textarea, button, select, pre, xmp, tt, code, kbd, samp {
    line-height: inherit;
    font-family: inherit;
}

h1, h2, h3, h4, h5, h6, small, big, input, textarea, button, select {
    font-size: inherit;
}

address, cite, dfn, em, i, optgroup, var {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    text-align: left;
}

ul, ol, menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: 0;
    vertical-align: middle;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "\0020";
}

textarea, pre, xmp {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

textarea {
    resize: none;
}

input, textarea, button, select a {
    outline: 0 none;
}

a:hover {
    text-decoration: none !important;
}

input, textarea, button, select {
    color: inherit;
}

    input:disabled, textarea:disabled, button:disabled, select:disabled {
        opacity: 1;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, input[type="search"]::-webkit-search-cancel-button {
        -webkit-appearance: none;
        appearance: none;
    }

mark {
    background-color: transparent;
}

a, ins, s, u, del {
    text-decoration: none;
}

a, img {
    -webkit-touch-callout: none;
}

a {
    color: #f77405;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.g-clear::after, .g-mod::after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    content: "\0020";
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}
/**share style*/
.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.mgr10 {
    margin-right: 10px;
}

.mrgt10 {
    margin-top: 10px;
}

.mrgb10 {
    margin-bottom: 10px;
}

.mrgr10 {
    margin-right: 10px;
}


.container .mrgl10 {
    background-color: #f4f7f8;
}

.mrgr15 {
    margin-right: 15px;
}

.pd10 {
    padding: 10px;
}

.pd010 {
    padding: 0 10px;
}

.date {
    background: url(../images/default/icon_date.png)#fff;
    background-repeat: no-repeat;
    background-position: right center;
}
/**button style*/
.btn {
    border: 0;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    height: 30px;
    width: 90px;
    border-radius: 0px;
}

    .btn.w120 {
        width: 120px;
    }

    .btn.white {
        background: #f77405;
        color: #fff;
        width: 120px;
    }

    .btn.z {
        background: #8253E8;
    }

    .btn.normal {
        background: #f77405;
    }

    .btn.mini {
        height: 30px;
        width: 40px;
        font-size: 12px;
        font-weight: normal;
    }

    .btn.mini5 {
        width: 50px;
    }

    .btn.mini8 {
        width: 80px;
    }

    .btn.orange {
        background: #f77405;
    }

    .btn.brown {
        background: #40210f;
    }

    .btn.default {
        background: #f77405;
    }

    .btn.ncolor {
        background: #fff;
        color: #000;
        border: 1px solid #222;
    }

    .btn.ncolor2 {
        background: #fff;
        color: #000;
        border: 1px solid #f17220;
    }

    .btn.position {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    .btn.disabled {
        background: #ccc !important;
        color: #8d8d8d !important;
        pointer-events: none !important;
        cursor: not-allowed !important;
    }

    .btn.notallowed {
        background: #ccc !important;
        color: #8d8d8d !important;
        pointer-events: none !important;
        cursor: not-allowed !important;
    }
/*input*/
.input {
    width: 120px;
    border-radius: 0px;
    height: 30px;
    border: 1px solid #ccc;
    text-indent: 5px;
}

    .input:focus {
        border: 1px solid #f77405;
    }

    .input.longtxt {
        width: 290px;
    }

    .input.fulltxt {
        width: 100%;
    }

    .input.bighight {
        height: 30px;
    }

    .input.disabled {
        background: #E6EEF0;
    }

    .input[onclick].disabled {
        pointer-events: none !important;
    }

    .input.mini {
        width: 60px;
    }

    .input.mini7 {
        width: 90px;
    }

.btn:hover {
    opacity: .8;
    -webkit-transition: opacity .2s ease-in-out;
}



input, textarea, select {
    border: 1px solid #ccc;
    text-indent: 2px;
}

    input:disabled {
        background: #f3f3f3;
        cursor: not-allowed;
    }

    input:read-only {
        background: #f3f3f3;
        cursor: not-allowed;
    }

    select:disabled {
        background: #f3f3f3;
        pointer-events: none !important;
    }

    select.disabled {
        pointer-events: none !important;
    }


    input[type='text']:focus, input[type='password']:focus, textarea:focus {
        border: 1px solid #0096db !important;
    }

    input[type='button']:focus {
        outline: 0;
        border: 1px solid #f17220;
    }

    input::-webkit-input-placeholder {
        color: #777777;
        line-height: 16px;
        opacity: .6;
        -webkit-transition: opacity .2s ease-in-out;
        font-size: 14px;
    }

    input:focus::-webkit-input-placeholder {
        opacity: .5;
    }

/*定义滚动*/
::-webkit-scrollbar {
    width: 8px;
    height: 10px;
    background-color: rgba(0,0,0,0.06);
    filter: alpha(opacity = 50);
    opacity: .5;
    border-radius: 5px;
}

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

/*多选样式*/
.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-top: -5px;
}

.ms-choice {
    display: block;
    width: 100%;
    height: 28px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 0;
    text-align: left;
    white-space: nowrap;
    line-height: 28px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

    .ms-choice.disabled {
        background-color: #f4f4f4;
        background-image: none;
        border: 1px solid #ddd;
        cursor: default;
    }

    .ms-choice > span {
        position: absolute;
        top: 0;
        left: 0;
        right: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        padding-left: 8px;
        width: 100%;
        height: 100%;
        line-height: 18px;
    }

        .ms-choice > span.placeholder {
            color: #999;
        }

    .ms-choice > div {
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 25px;
        background: url('multiple-select.png') left top no-repeat;
    }

        .ms-choice > div.open {
            background: url('multiple-select.png') right top no-repeat;
        }

.ms-drop {
    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .ms-drop.bottom {
        top: 100%;
        -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
        -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
        box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    }

    .ms-drop.top {
        bottom: 100%;
        -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
        -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
        box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    }

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

    .ms-search input {
        width: 100%;
        height: auto !important;
        min-height: 24px;
        padding: 0 20px 0 5px;
        margin: 0;
        outline: 0;
        font-family: sans-serif;
        font-size: 1em;
        border: 1px solid #aaa;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: #fff url('multiple-select.png') no-repeat 100% -22px;
        background: url('multiple-select.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
        background: url('multiple-select.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
        background: url('multiple-select.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
        background: url('multiple-select.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
        background: url('multiple-select.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
        background: url('multiple-select.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    }

    .ms-search, .ms-search input {
        -webkit-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px;
}

    .ms-drop ul > li {
        list-style: none;
        display: list-item;
        background-image: none;
        position: static;
        text-align: left;
    }

        .ms-drop ul > li .disabled {
            opacity: .35;
            filter: Alpha(Opacity=35);
        }

        .ms-drop ul > li.multiple {
            display: block;
            float: left;
        }

        .ms-drop ul > li.group {
            clear: both;
        }

        .ms-drop ul > li.multiple label {
            width: 100%;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .ms-drop ul > li label {
            font-weight: normal;
            display: block;
            white-space: nowrap;
            text-align: left;
        }

            .ms-drop ul > li label.optgroup {
                font-weight: bold;
            }

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
}

.ms-drop .ms-no-results {
    display: none;
}

.ms-drop span {
    float: inherit !important;
    display: inline !important;
}
