﻿div {
    outline: 0 !important;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}

/******************* 遮罩层 start *****************/
.shade {
    position: absolute;
    top: 0px;
    filter: alpha(opacity=60);
    background-color: #000;
    z-index: 1002;
    left: 0px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    width: 100%;
    height: 100%;
}

.guide {
    position: absolute;
    z-index: 1003;
    left: 0px;
    top: 0px;
}

.img-guide {
    width: 100%;
    height: 100%;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url('../img/guide.png');
}
/******************* end ****************/

/****字体基础样式****/
.cust-fixed1 {
    width: 20%;
    padding: 0 0 0 4px;
}

.cust-fixed2 {
    width: 28%;
    padding: 0 0 0 4px;
}

.cust-fixed3 {
    width: 52%;
    padding: 0 0 0 8px;
}

.cust-fixed4 {
    width: 48%;
    padding: 6px 0 6px 4px;
}

.cust-fixed20 {
    width: 20%;
    padding: 0 0 0 4px;
}

.cust-fixed33 {
    width: 33%;
    padding: 0 0 0 4px;
    text-align: left;
}

.cust-fixed10 {
    width: 10%;
    padding: 0 0 0 4px;
}

.cust-fixed12 {
    width: 12%;
    padding: 0 0 0 4px;
}

.cust-fixed14 {
    width: 14%;
    padding: 0 0 0 4px;
}

.cust-fixed16 {
    width: 16%;
    padding: 0 0 0 4px;
}

.cust-fixed30 {
    width: 30%;
    padding: 0 0 0 4px;
    text-align: left;
}

.cust-fixed48 {
    width: 48%;
    padding: 0 0 0 4px;
}

.cust-list-color {
    color: #0084ff;
}

.cust-list-left {
    display: block;
    padding: 0 4px 0 8px;
    color: #666;
    width: 23%;
}

.cust-list-right {
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    line-height: 20px;
}

.cust-list-group {
    padding: 10px 0px;
}

.cust-list-row {
    padding: 4px 0px;
}

.cust-list-header {
    font-size: 13px;
    color: #222;
    font-weight: 700;
}

.cust-list-content {
    font-size: 13px;
    color: #777;
}

.cust-fixed26 {
    width: 26%;
    padding: 0 0 0 8px;
}

.cust-fixed16 {
    width: 16%;
    padding: 0 0 0 8px;
}

.cust-fixed17 {
    width: 17%;
    padding: 0 0 0 8px;
}

.cust-fixed23 {
    width: 23%;
    padding: 0 0 0 8px;
}

.cust-fixed30 {
    width: 30%;
    padding: 0 0 0 8px;
}

.cust-fixed40 {
    width: 40%;
    padding: 0 0 0 8px;
}

.cust-fixed65 {
    width: 65%;
    padding: 0 0 0 8px;
}

    .cust-fixed65 a {
        color: #26a45c;
    }
/*********** 用户选择框 ****************/
.list-user {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    color: #5d5d5d;
}

    .list-user .row {
        padding: 10px 2px 10px 15px;
        border-radius: 5px;
    }

.row .user-fixed1 {
    width: 25%;
}

.row .user-fixed2 {
    padding-left: 2px;
    width: 58%;
}

.row .user-fixed3 {
    width: 10%;
    padding-left: 2px;
}
/**************** end ******************/


/************** 登录页面 ****************/
.hr-line {
    height: 2px;
    background-image: url('../img/header.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-line-width {
    width: 60px;
    height: 1px;
}

.icon-line-position {
    margin-bottom: 20px;
    text-align: center;
}

.logo-font {
    margin: 0px 5px;
    font-size: 13px;
    color: #999999;
    text-shadow: 1px 1px 0px rgba(255,255,255,1);
    -webkit-text-shadow: 1px 1px 0px rgba(255,255,255,1);
}

.center-font {
    text-align: center;
    font-size: 22px;
    font-family: Microsoft YaHei;
    margin: 32px 0px 32px 0px;
    text-shadow: 1px 1px 0px rgba(255,255,255,1);
    -webkit-text-shadow: 1px 1px 0px rgba(255,255,255,1);
}

.login-icon {
    height: 28px;
    width: 28px;
}

.login-div {
    border: 1px solid;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-color: #44AAB8;
    padding: 0.5em;
    margin: 0em 1em;
    background-color: #fff;
}

.login-input input {
    border: 0px;
    width: 100%;
    background: none;
    font-size: 16px;
    color: #cacaca;
    font-family: 'Microsoft YaHei';
}

.login-btn-size {
    height: 50px;
    font-size: 22px;
}
/****************** end *****************/

/*************** index页面 **************/
.index-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap !important;
    outline: 0 !important;
    font-size: 15px !important;
    margin-left: 4px;
}

.index-icon {
    padding-top: 2px;
    padding-right: 5px;
}

.classfy-icon {
    height: 28px;
    width: 28px;
    margin-top: 15px;
}

.setting-icon {
    height: 80px;
    width: 80px;
    margin-top: 15px;
}

.setting-text {
    color: #fff;
    text-align: center;
    padding: 20px 0px;
    font-size: 18px;
}

.index-header {
    color: #75768b;
    background-color: #2a272a;
    padding: 4px 0px 4px 16px;
}

.index-header-second {
    color: #ffffff;
    background-image: url('../img/header.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4px 0px 4px 16px;
}

.index-badge {
    background-color: #ff4d4d;
}

.index-badge-approved {
    background-color: #bbb;
    padding: 1px 5px;
    border-radius: 5px;
}

.index-badge-classfy {
    background-color: #ff4d4d;
}

.index-text-shadow {
    text-shadow: 1px 1px 0px rgba(255,255,255,1);
    -webkit-text-shadow: 1px 1px 0px rgba(255,255,255,1);
    padding: 5px 16px;
    vertical-align: middle;
    font-size: 16px;
}

.btn-margin {
    margin: 0em 0.7em;
}

.btn-color {
    background-color: #00a1ea;
    border-radius: 5px;
}

.btn-font {
    font-size: 16px;
}

button:not(.agile-popup-actionsheet-normal):not(.agile-popup-actionsheet-cancel):hover {
    background-color: #007db8;
}

.cust-header-bgcolor {
    background-color: #36acf4;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cust-index-header {
    background-color: #1e528a;
}

.list-index {
    background-color: #ffffff;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    margin: 12px 0px;
    color: #000000;
}

    .list-index li {
        font-size: 18px;
    }

    .list-index .justify {
        padding: 14px;
    }

.list-setting {
    background-color: #ffffff;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    margin: 12px 0px;
    font-size: 16px;
    padding-right: 5px;
}

    .list-setting .row-right {
        text-align: right;
        padding: 0 5px 0 0;
    }

    .list-setting .row label {
        line-height: 3.8em;
        margin-left: 10px;
    }
/****************** end *******************/

/*************** 公共 ********************/
.cust-bg-img {
    height: 44px;
    background-color: #0084ff;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
}

    .cust-bg-img a {
        color: #ffffff;
    }

    .cust-bg-img .a-width {
        width: 50%;
        line-height: 30px;
        height: 30px;
    }

.icon-fold {
    padding-left: 5px;
}

.cust-img {
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.uhide {
    display: none !important;
}

.en-wrap {
    word-wrap: break-word;
    word-break: break-all;
}

.group {
    border-radius: 5px;
    /*    box-shadow: 0 1px 0 #d3d3d3;
    -webkit-box-shadow: 0 1px 0 #d3d3d3;*/
}

    .group .row {
        padding: 10px 0px;
        margin: 0 4px;
        font-size: 1em;
    }

.grid {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #d3d3d3;
    background-color: #ffffff;
}

.row:last-of-type {
    border-bottom: 0px;
}

.grid-index li:not(.cust-border-bottom) {
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: #f6f6f6;
}

.grid-index li.cust-border-bottom {
    border-top: 1px solid;
    border-color: #f6f6f6;
}

.grid-my li {
    height: 60px;
    color: #65667b;
    font-size: 13px;
}

.cust-bgcolor-e {
    background-color: #eeeeee;
}

.select-color {
    color: #26a45c;
}

.select-padding {
    padding: 6px 0px;
}

textarea {
    padding: 4px;
    font-size: 1em;
    height: 70px;
    width: 94%;
}

.textarea-padding {
    padding: 0px 6px 6px 12px;
}

.btn-padding {
    padding: 9px 16px 15px 16px;
}

input[type="radio"] {
    font-size: 18px;
}

.btn-right {
    background-color: #007DB8;
    padding: 4px 8px;
    font-size: 12px;
}

.nodata {
    font-size: 16px;
    text-align: center;
    width: 95%;
    max-width: none;
}
/*************** end ***************/

/************** 消息列表 **************/
.list-message {
    background-color: #ffffff;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    font-size: 13px;
}

    .list-message .row {
        margin: 0px 6px;
        box-align: initial;
        -webkit-box-align: initial;
        -webkit-align-items: initial;
    }

        .list-message .row .font-time {
            font-size: 20px;
        }

        .list-message .row .width-time {
            width: 64px;
        }

        .list-message .row .msg-blue {
            color: #0084ff;
        }

        .list-message .row .msg-black {
            font-size: 18px;
            color: #222222;
            padding-bottom: 4px;
        }

        .list-message .row .msg-gray {
            color: #65667b;
        }

#header2 {
    font-size: 13px;
    color: #fff;
}

    #header2 .state:hover {
        background-color: #0084ff;
        color: #fff;
    }

    #header2 .active {
        background-color: #0084ff;
        color: #fff;
    }

    #header2 .cust-padding {
        padding: 16px 0px 20px 0px;
    }

.my-icon {
    padding-top: 6px;
    padding-left: 3px;
}
/*************** end ***************/

/************** 审批记录 **************/
.list-record {
    background-color: #ffffff;
    border-bottom: 1px solid #d3d3d3;
    font-size: 13px;
}

    .list-record .row {
        margin: 0px 6px;
    }

.row .record-font-gray {
    color: #9596ab;
}

.row .record-font-blue {
    color: #0084ff;
}

.row .record-fixed17 {
    width: 100%;
    max-width: 65px;
}

.row .record-fixed10 {
    max-width: 65px;
}

.row .record-fixed15 {
    width: 15%;
}

.row .record-fixed80 {
    width: 100%;
    max-width: 190px;
}

.row .record-fixed70 {
    width: 70%;
    max-width: 100px;
}

.justify {
    padding: 14px 10px;
}

.record-red {
    background-color: #ff4d4d;
    border-radius: 5px;
    color: #ffffff;
    padding: 4px;
    text-align: center;
    width: 100%;
}

.record-yellow {
    background-color: #F7A54A;
    border-radius: 5px;
    color: #ffffff;
    padding: 4px;
    text-align: center;
    width: 100%;
}

.record-blue {
    background-color: #0084ff;
    border-radius: 5px;
    color: #ffffff;
    padding: 4px;
    text-align: center;
    width: 100%;
}
/*************** end ***************/

#spanAgreeUser, #spanDisAgreeUser {
    padding: 8px 0px 0px 0px;
}

.cust-padding-left {
    padding-left: 8px;
}

.list-row {
    padding: 10px 0px;
    margin: 0 4px;
    font-size: 1em;
    border-bottom: 1px solid #f6f6f6;
}

    .list-row:last-of-type {
        border: 0px;
    }

.menu-ver-color {
    border-left: 1px solid #ddd;
}

.titlebar {
    border: 0px;
}

.sliver div {
    border-left: 3px solid #0084ff;
    padding-left:5px;
}
