* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body, div, p, h1, h2, h3, h4, ul, li, table, img {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    font-size: 14px !important;
    font-family: 'SimSun', 'Microsoft YaHei', 'Lucida grande', Verdana, Geneva, Arial, Helvetica, sans-serif, tahoma, 'bitstream vera sans', SimHei !important;
    /* font-size:10.5pt; */
    /* text-align:center; */
    background-color: #E5E5E5 !important;
    line-height: normal;
    margin: 0 !important;
}

body.noScroll {
    overflow: hidden;
}

td {
    text-align: left;
}

.clear {
    content: "";
    display: table;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearFix {
    zoom: 1;
}

.clearFix:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    visibility: hidden;
}

tbody {
    border-color: inherit;
    display: table-row-group;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

/* dialog */
.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.overlay.active {
    z-index: 1010;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.4);
    background: transparent \9;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
}

.dialog {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0.6);
    transform: translate3d(0, 0, 0) scale(0.6);
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    width: 90%;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.26), 0 8px 24px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.26), 0 8px 24px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.26), 0 8px 24px 0 rgba(0, 0, 0, 0.18);
    position: fixed;
    left: 50%;
    top: 50%;
}

.dialog.display {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

.dialog_content {
    font-size: 14px;
    color: #616161;
    line-height: 24px;
    overflow: auto;
    padding-right: 6px;
}

.dialog_body {
    padding: 24px 24px 24px 24px;
    position: relative;
}

.dialog_title_span {
    font-family: SimHei, Arial, serif;
    font-weight: bold;
    font-size: 20px;
    color: #616161;
    top: 0;
    left: 0;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.minimise .dialog_title_span {
    position: relative;
    top: -15px;
    left: -10px;
    width: 120px;
    display: inline-block;
}

.minimise .dialog_close {
    top: -13px;
}

.minimise .dialog_minimise {
    top: -13px;
}

.resizable.dialog {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

.minimise.dialog {
    left: 20px !important;
    height: 40px !important;
    width: 200px !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.modeless.dialog {
    z-index: 1;
}

.dialog_title.text {
    text-align: left;
    padding-bottom: 14px;
}

.dialog_close {
    float: right;
    position: relative;
    top: -10px;
    right: -10px;
    display: none;
}

.dialog_close.show {
    display: inline-block;
}

.dialog_close:hover {
    background-color: #CCC;
}

.dialog_minimise {
    float: right;
    position: relative;
    top: -10px;
    right: -10px;
    display: none;
}

.dialog_minimise.show {
    display: inline-block;
}

.dialog_minimise:hover {
    background-color: #CCC;
}

.dialog_footer {

}

.dialog_footer_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.dialog_button {
    height: 36px;
    min-width: 88px;
    text-align: center;
    line-height: 36px;
    color: #616161;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    font-family: SimSun, Arial, serif;
    margin-bottom: 16px;
    border-radius: 6px;
    background-color: white;
    border: none;
}

.dialog_button:focus {
    outline: 0;
}

.dialog_button:hover {
    background-color: #eee;
}

.dialog_button.rightest {
    margin-right: 16px;
}

.dialog_button.default {
    color: #2196F3
}

.dialog_button.fr {
    float: right;
}

.dialog_button.flex {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

/* page */
.mobile_page_div {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -moz-transition: -moz-tranform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-transform: translate3d(0, 120%, 0);
    -moz-transform: translate3d(0, 120%, 0);
    -ms-transform: translate3d(0, 120%, 0);
    transform: translate3d(0, 120%, 0);

}

.mobile_page_div.hideLeft {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -moz-transition: -moz-tranform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-transform: translate3d(120%, 0, 0);
    -moz-transform: translate3d(120%, 0, 0);
    -ms-transform: translate3d(120%, 0, 0);
    transform: translate3d(120%, 0, 0);
}

.mobile_page_div.display {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -moz-transition: -moz-tranform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mobile_page_return_span {
    float: left;
    width: 36px;
    height: 40px;
    font-size: 24px;
    color: white;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.mobile_page_title_content_div {
    padding-left: 5px;
    line-height: 40px;
    font-size: 16px;
    color: white;
    float: left;
    text-align: left;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}

.mobile_page_title_div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    background-color: #039be5;
    color: white;
}

.mobile_page_content_div {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 48px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    line-height: 20px;
    font-size: 14px;
    color: #616161;
}

.mobile_page_content_div.full {
    bottom: 0;
}

.mobile_page_content_div.full #mobile_page_content_wrap_div {
    padding: 0;
}

.mobile_page_content_wrap_div {
    position: relative;
    padding: 10px;
}

.mobile_page_content_inner_div {
    text-align: left;
}

.mobile_page_footer_div {
    position: absolute;;
    left: 0;
    right: 0;
    bottom: 0;
    height: 48px;
    background-color: white;
    border-top: solid 1px #cccccc;
}

.mobile_page_footer_div.hide {
    height: 0;
    display: none;
}

.mobile_page_button {
    margin-top: 6px;
    height: 36px;
    width: 88px;
    text-align: center;
    line-height: 36px;
    color: #616161;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    background-color: white;
    border-radius: 6px;
    border: none;
}

.mobile_page_button.rightest {
    margin-right: 16px;
}

.mobile_page_button.default {
    color: #2196F3
}

.mobile_page_button.fr {
    float: right;
}

/* end of page */

/* entrust */
.entrust_choose {
    font-size: 16px;
}

.entrust_current_user {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
}

.entruster {
    color: #2196f3;
}

.entrust_mark {
    font-size: 22px;
    position: relative;
    top: 3px;
}

.entrust_error {
    color: red;
}

.entrust_current_user_attention {
    font-size: 16px;
    margin-bottom: 15px;
}

.entrust_user_span {
    margin: 0 10px 0 2px;
    /*color: #FAAC18;*/
    color: #0560A6;
    font-weight: bold;
}

.entrust_label input.entrust_specifiedUser {
    width: 120px;
    margin-left: 10px;
    position: relative;
    top: -1px;
}

.entrust_choose_user_div {
    max-height: 120px;
    overflow: auto;
    margin-top: 8px;
    padding: 4px 0;
}

.entrust_label {
    display: block;
    cursor: pointer;
}

.entrust_label input {
    cursor: pointer;
    position: relative;
    left: -3px;
    top: 1px;
}

/* end of entrust */

a.moreDetail {
    background: url(../img/ico_expand.png) no-repeat right;
}

a.noDetail {
    background: url(../img/ico_shrink.png) no-repeat right;
}

#starting {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -40%;
    margin-top: -10px;
    text-align: center;
    width: 80%;
}

#loading {
    width: 24px;
    display: inline-block;
    text-align: left;
}