body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
thead,
tbody,
tfoot,
tr,
th,
td,
form,
input,
textarea,
select,
a,
img,
ol,
ul,
li,
dl,
dt,
dd,
label,
lable {
    margin: 0;
    padding: 0;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font: 14px/1.5 "MicroSoft Yahei", arial, simsun, simhei, sans-serif, Tahoma, Helvetica;
    color: #333;
    background-color: #fff;
}

a,
a:visited {
    text-decoration: none;
    color: #666;
    cursor: pointer;
    white-space: nowrap;
}

a:hover,
a:active,
a.active {
    outline: 0;
    color: #01A0E0;
}

i {
    font-style: normal;
}

img {
    border: 0;
}

textarea {
    overflow: auto;
}

ul,
li {
    list-style-type: none;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

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::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 100px white inset;
    -webkit-text-fill-color: #333;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -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="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

table tbody.loading {}

table thead tr {
    background-color: #eee;
}

table tbody tr {
    border-bottom: 1px solid #f5ecec;
}

table tbody tr:nth-of-type(even) {
    /*background-color: #f5f5f5;*/
}

table tbody tr:hover {
    background-color: #F5F5F5;
}

table td {
    padding: 10px 5px;
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
}

/*table td i{
    margin-right: 5px;
    vertical-align: middle;    
}*/

table td a {}

table td .nodata {
    text-align: center;
    color: #FA9906;
    font-size: 16px;
}

table td span.block {
    padding: 0 5px;
    color: #fff;
    background: #E95C07;
    border-radius: 4px;
}

hr {
    border: none;
    height: 1px;
    background-color: #ddd;
}

.fa-trash-o {
    color: #f00;
}

.fa-edit {
    color: #19e;
}

.fa-heart.active {
    color: #f00;
}

.color-tip {
    color: #f60 !important;
}

.color-a {
    color: #19e !important;
}

.tip-bg {
    padding: 0 4px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    border-radius: 5px;
}

.bg-red {
    color: #fff;
    background: #f00;
}

.bg-green {
    color: #fff;
    background: #2b2;
}

.bg-blue {
    color: #fff;
    background: #0ae;
}

.bg-yellow {
    color: #fff;
    background: #ea5;
}

.bg-pink {
    color: #fff;
    background: #f38;
}

.bg-blue2 {
    color: #fff;
    background: #33f;
}

/* end */

p.nodata {
    line-height: 70px;
    color: #f60;
    text-align: center;
}

.unselect {
    -moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui-close {
    padding-right: 10px;
    float: right;
    font-size: 28px;
    color: #000;
    cursor: pointer;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.ui-close:hover {
    color: #f00;
    filter: alpha(opacity=60);
    opacity: .6;
}

.ui-btn {
    display: inline-block;
    line-height: normal;
    text-align: center;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    outline: 0;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui-btn:hover,
.ui-btn:focus,
.ui-btn:active {
    background-color: #e5e5e5;
    color: #333;
}

.ui-btn.disable {}

.ui-btn-blue,
.ui-btn-blue:visited {
    color: #fff;
    background-color: #2FA3E5;
    border: none;
}

.ui-btn-blue:hover,
.ui-btn-blue:focus {
    color: #fff;
    background-color: #2791CD;
}

.ui-btn-green,
.ui-btn-green:visited {
    color: #fff;
    background-color: #59BF58;
    border: none;
}

.ui-btn-green:hover,
.ui-btn-green:focus {
    color: #fff;
    background-color: #48A247;
}

.ui-btn-red,
.ui-btn-red:visited {
    color: #fff;
    background-color: #D73834;
    border: none;
}

.ui-btn-red:hover,
.ui-btn-red:focus {
    color: #fff;
    background-color: #A62825;
}

.ui-btn-orange,
.ui-btn-orange:visited {
    color: #fff;
    background-color: #FA8121;
    border: none;
}

.ui-btn-orange:hover,
.ui-btn-orange:focus {
    color: #fff;
    background-color: #DE680B;
}

.ui-btn-h1 {
    padding: 12px 18px;
    font-size: 20px;
    font-weight: normal;
}

.ui-btn-h2 {
    padding: 10px 16px;
    font-size: 18px;
    font-weight: normal;
}

.ui-btn-h3 {
    padding: 8px 14px;
    font-size: 16px;
    font-weight: normal;
}

.ui-btn-h4 {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
}

.ui-btn-h5 {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: normal;
}

.ui-btn-h6 {
    padding: 4px 8px;
    font-size: 14px;
    font-weight: normal;
}

.ui-btn-h7 {
    padding: 0px 8px;
    font-size: 14px;
    font-weight: normal;
}

.ui-text {
    padding: 6px;
    font-size: 14px;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 0;
}

.ui-text.dw {
    width: 88px;
}

.ui-text:focus {
    color: #333;
    border-color: #31A5E7;
    outline: 0;
}

.ui-text.error {
    border: 1px solid #f00;
}

.ui-text.ok {
    border: 1px solid #05A4E7;
}

.ui-text.disable {
    border: none;
}

.ui-text.h6 {
    padding: 5px;
    width: 120px;
    color: #333;
}

.ui-text.h7 {
    padding: 5px;
    width: 27px;
    color: #333;
}

.ui-text.h8 {
    padding: 5px;
    width: 200px;
    color: #333;
}

/*ui-checkbox*/

.ui-checkbox {
    display: inline-block;
    cursor: pointer;
}

.ui-checkbox span {
    margin-left: 5px;
    font-size: 14px;
    color: #777;
}

.ui-checkbox label {
    margin-left: 20px;
    font-size: 12px;
    color: #f60;
}

.ui-checkbox i {
    margin-top: 2px;
    width: 18px;
    height: 18px;
    float: left;
    background: #fff url(../img/view.png) no-repeat -1040px -2px;
}

.ui-checkbox.checked i {
    background-position: -1040px -27px;
}

.ui-checkbox.disable i {
    background: #f0f0f0 url(../img/view.png) no-repeat -1040px -2px;
}

.checkbox {
    display: inline;
    font-size: 14px;
    padding-left: 25px;
    background: transparent url(../img/view.png) no-repeat -1040px -2px;
    cursor: pointer;
}

.checkbox.checked {
    background-position: -1040px -27px;
}

.ui-photo {
    border-radius: 20px;
    width: 40px;
    height: 40px;
    padding: 1px;
    background-color: #fff;
    border: 1px solid #eee;
}

/*ui-dropdown*/

.ui-dropdown {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    color: #555;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.ui-dropdown:hover,
.ui-dropdown.active {
    border: 1px solid #31A5E7;
}

.ui-dropdown.disable {
    background-color: #eee;
}

.ui-dropdown.disable:hover {
    border: 1px solid #ddd;
}

.ui-dropdown div {
    padding: 0 8px;
}

.ui-dropdown ul {
    position: absolute;
    left: -1px;
    top: 31px;
    right: -1px;
    background-color: #fff;
    border: 1px solid #31A5E7;
    border-top: none;
    z-index: 1200;
    display: none;
}

.ui-dropdown ul li {
    padding: 0px 8px;
    cursor: default;
}

.ui-dropdown ul li:hover {
    color: #fff;
    background-color: #31A5E7;
}

.ui-dropdown i {
    position: absolute;
    top: 8px;
    right: 8px;
    margin-top: 5px;
    vertical-align: middle;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

/*ui-search*/

.ui-search {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    color: #555;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui-search:hover,
.ui-search.active {
    border: 1px solid #01A0E0;
}

.ui-search input {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 157px;
    padding-left: 8px;
    color: #555;
    border: none;
    outline: 0;
}

.ui-search a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    background: #fff url(../img/view.png) no-repeat -965px -10px;
}

.ui-search a:hover {
    background: #fff url(../img/view.png) no-repeat -1002px -10px;
}

/*ui-dropdown-serach*/

.ui-dropdown-search .ui-dropdown {
    float: left;
}

.ui-dropdown-search .ui-search {
    border-left: none;
}

.ui-dropdown-search:hover .ui-dropdown {
    border: 1px solid #01A0E0;
}

.ui-dropdown-search:hover .ui-search {
    border: 1px solid #01A0E0;
    border-left: none;
}

.ui-error {
    padding: 5px;
    color: #f00;
    font-size: 14px;
}

.ui-disable {
    background-color: #ccc;
}

/*lbl-group*/

.ui-lbl-group {
    padding: 0 10px;
}

.ui-lbl-group div {
    border-bottom: 1px solid #f2f2f2;
    height: 35px;
    line-height: 35px;
}

.ui-lbl-group a {
    margin-left: 10px;
}

.ui-lbl-group span {
    margin-left: 10px;
}

.ui-lbl-group label {
    display: inline-block;
    width: 80px;
    font-size: 14px;
    margin-right: 5px;
    text-align: right;
}

.ui-text-group lable {
    display: inline-block;
    width: 210px;
    font-size: 14px;
    margin-right: 5px;
    text-align: left;
}

/*text-group*/

.ui-text-group {
    padding: 10px;
}

.ui-text-group label {
    display: inline-block;
    width: 120px;
    font-size: 14px;
    margin-right: 5px;
    text-align: right;
}

.ui-text-group label i {
    color: #f00;
    font-size: 14px;
    margin-right: 5px;
    font-style: normal;
}

.ui-text-group input {
    width: 250px;
}

.ui-text-group textarea {
    width: 250px;
    height: 80px;
    vertical-align: top;
}

.ui-text-group lable {
    display: inline;
    margin-left: 5px;
    font-size: 12px;
    color: #aaa;
}

.ui-text-group>span {
    color: #f00;
    padding-left: 5px;
}

.ui-radioplan {
    padding: 10px;
}

.ui-radioplan>i {
    display: inline-block;
    padding: 4px 8px;
    margin-right: 10px;
    border: 1px solid #ddd;
}

.ui-radioplan>i:hover {
    color: #19e;
    border: 1px solid #19e;
    cursor: pointer;
}

.ui-radioplan>i.checked {
    color: #fff;
    background-color: #19e;
}

/* ui-list-group */

.ui-list-group {
    padding: 0 10px;
}

.ui-list-group label {
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.ui-list-group lable {
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    margin-left: 35px;
}

.ui-list-group lable tip {
    color: #f1c232;
    margin-left: 10px;
}

.ui-modal-body form {
    padding-right: 20px;
}

.ui-modal-body .ui-text-group label {
    width: 85px;
}

/*panel*/

.ui-panel-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 350px;
    border: 1px solid #D2D2D2;
    overflow: auto;
}

.ui-panel-right {
    position: absolute;
    top: 0;
    left: 352px;
    bottom: 0;
    right: 0;
    overflow: auto;
}

/*ui-menu*/

.ui-menu {
    background-color: #F2F2F2;
}

.ui-menu span {
    display: inline-block;
    padding-left: 30px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-weight: bold;
    color: #08c;
}

.ui-menu div {
    float: right;
    display: inline-block;
    margin: 4px 20px;
}

/*dialog*/

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

/*ui-modal*/

.ui-modal {
    position: fixed;
    background-color: #fff;
    top: 150px;
    min-width: 400px;
    border: 1px solid #ddd;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    z-index: 1201;
    display: none;
}

.ui-modal-header {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.ui-modal-title {
    padding-left: 15px;
    font-size: 16px;
    float: left;
}

.ui-modal-header i {
    padding-right: 10px;
    color: #000;
    font-size: 28px;
    font-style: normal;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    cursor: pointer;
    float: right;
}

.ui-modal-header i:hover {
    color: #f00;
    filter: alpha(opacity=60);
    opacity: .6;
}

.ui-modal-body {
    padding: 20px;
}

.ui-modal-footer {
    border-top: 1px solid #ddd;
}

.ui-modal-footer a,
.ui-modal-footer span {
    float: right;
    margin: 10px;
}

.ui-modal-cover {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1000;
}

.ui-modal-cover.in {
    background-color: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    z-index: 1200;
}

/*tip*/

.ui-tip {
    position: fixed;
    top: 0;
    left: 48%;
    min-width: 300px;
    z-index: 1202;
    text-align: center;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=50);
    display: none;
}

/*ui-page*/

.ui-page {
    padding: 20px 0;
    text-align: center;
}

.ui-page a,
.ui-page span {
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    min-width: 25px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #333;
    background: #fff;
    border: 1px #ddd solid;
    border-radius: 5px;
}

.ui-page a:hover {
    background-color: #19e;
    color: #fff;
}

.ui-page span.active {
    background-color: #19e;
    color: #fff;
}

/* task_head */

.task_head {
    margin-bottom: 10px;
    position: relative;
    height: 40px;
    border-bottom: solid 1px #eee;
}

.task_head ul li {
    float: left;
    margin-right: 30px;
    width: 100px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    text-align: center;
    cursor: pointer;
}

.task_head ul li:hover,
.task_head ul li.active {
    color: #19e;
}

.task_head .line {
    position: absolute;
    bottom: -1px;
    left: 8px;
    width: 85px;
    height: 2px;
    background: #1b90ee;
    transition: all .3s;
}

/*文档类型*/

.doc,
.docx,
.ppt,
.pptx,
.xls,
.xlsx,
.wps,
.dps,
.et,
.txt,
.pdf,
.rtf,
.vsd,
.pot,
.epub,
.pps {
    padding-left: 23px;
    background: url(../img/home.png) no-repeat;
}

.doc,
.docx {
    background-position: -84px -216px;
}

input.doc,
input.docx {
    background-position: -78px -211px;
}

.ppt,
.pptx {
    background-position: -84px -242px;
}

input.ppt,
input.pptx {
    background-position: -78px -237px;
}

.xls,
.xlsx {
    background-position: -84px -268px;
}

input.xls,
input.xlsx {
    background-position: -78px -263px;
}

.wps {
    background-position: -84px -294px;
}

input.wps {
    background-position: -78px -289px;
}

.dps {
    background-position: -84px -320px;
}

input.dps {
    background-position: -78px -315px;
}

.et {
    background-position: -84px -346px;
}

input.et {
    background-position: -78px -341px;
}

.pdf {
    background-position: -84px -372px;
}

input.pdf {
    background-position: -78px -367px;
}

.txt {
    background-position: -84px -398px;
}

input.txt {
    background-position: -80px -393px;
}

.rtf {
    background-position: -84px -424px;
}

input.rtf {
    background-position: -78px -419px;
}

.vsd {
    background-position: -84px -450px;
}

input.vsd {
    background-position: -78px -445px;
}

.pot {
    background-position: -84px -476px;
}

input.pot {
    background-position: -78px -471px;
}

.epub {
    background-position: -84px -502px;
}

input.epub {
    background-position: -78px -497px;
}

.pps {
    background-position: -84px -528px;
}

input.pps {
    background-position: -78px -523px;
}