﻿.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.main-container {
    position: relative;
}

.main-container, .mainBox, body, html {
    height: 100% !important;
}

.main-container {
    min-width: 1002px;
    max-width: 100%;
    overflow: hidden;
}

.main-container .header {
        height: 50px;
        background: #29e;
        background: url(../images/topbg.gif) repeat-x;
        position: relative;
        z-index: 1000;
        background: #fff;
        border-bottom: 1px solid #2e3d54;
        box-sizing: border-box;
        border-bottom-color: #1c1c1c;
        font-family: Arial,sans-serif;
        font-size: 14px;
    }

.main-container .header .header-before {
    width: auto;
    height: 50px;
    position: relative;
    float: left;
    display: inline;
}

    .main-container .header .header-before i {

    }

.header-logo a {
    box-sizing: border-box;
    float: left;
    height: 50px;
    padding: 0 10px;
}

.header-logo img {
    border: 0;
    float: left;
    max-height: 30px;
    padding: 10px 0;
}

.header-primary {
    min-width: 500px;
    width: auto;
    height: 50px;
    line-height: 50px;
    position: relative;
    float: left;
    display: inline;
}
.header-tooltip .buttonlink {
    display: block;
    line-height: 1;
    padding: 17px 15px;
    color: #292929;
}

.header-tooltip {
    max-width: 300px;
    width: auto;
    height: 50px;
    line-height: 50px;
    position: relative;
    float: left;
    display: inline;
}

    .header-primary .nav-menu {
        overflow: hidden;
        white-space: nowrap;
        padding-left: 12px;
    }

        .header-primary .nav-menu > li {
            display: inline-block;
            float: none;
            padding: 0;
            list-style: none;
            margin: 0;
        }

.button, a.button, .button:visited {
    box-sizing: border-box;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3.01px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-variant: normal;
    font-weight: normal;
    height: 2.14285714em;
    line-height: 1.42857143;
    margin: 0;
    padding: 4px 10px;
    text-decoration: none;
    vertical-align: baseline;
    white-space: nowrap;
}

.header .button.button-primary.style {
    color: #fff;
    background-color: #90907d;
    box-shadow: none;
    border: 0;
    color: #fff;
    line-height: 1.57142857;
    margin: 5px 10px 0 10px;
    padding: 4px 10px;
}

.header .button.button-primary.style:hover, .header .button.button-primary.style:focus {
    color: #fafafa;
    background-color: #bbbb80;
}

.header a.dropdown2-trigger {
    display: block;
    line-height: 1;
    padding: 17px 15px;
    color: #292929;
}

.header .icon-dropdown, .header .dropdown2-trigger::after {
    border-top-color: rgba(255,255,255,0.7);
}

.header .icon-dropdown, .header .dropdown2-trigger::after {
    border-top-color: rgba(41,41,41,0.7);
}

.header .dropdown2-trigger:not(.now-drop-icon):after {
    border: 5px solid transparent;
    border-top-color: #fff;
    content: "";
    height: 0;
    margin-left: -18px;
    margin-top: -2px;
    opacity: 0.8;
    left: 100%;
    position: absolute;
    text-indent: -99999px;
    top: 50%;
    width: 0;
}

.header .dropdown2-trigger:hover, header .dropdown2-trigger:focus, .header .dropdown2-trigger.active {
    background-color: #6e6e5f;
    color: #fff;
}

.dropdown2-trigger:not(.now-drop-icon) {
    padding-right: 28px !important;
    position: relative;
}

.header-secondary {
    min-width: 500px;
    width: auto;
    height: 50px;
    line-height: 50px;
    position: relative;
    float: right;
    text-align:left;
    display: inline;
}
.header-secondary li {
    float: left;
    padding: 0;
    list-style: none;
    margin: 0;
    display: list-item;
}
.header .header-logo, .header .nav {
        margin: 0;
        padding: 0;
        float: left;
    }

.header-secondary .nav {
    position: absolute;
    right: 10px;
}
.header .header-secondary .nav {
    float: left;
}
.header .quicksearch {
    padding: 0 10px;
    position: relative;
}
.header .quicksearch {
    position: relative;
}
.header .header-secondary .icon-small {
    height: 16px;
    width: 16px;
    display: inline-block;
    text-align: left;
}
.header .header-secondary a{
    display: block;
    line-height: 1;
    padding: 17px 15px;
}
.header a > .avatar-small {
    margin: -5px 0;
}
.avatar {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: text-bottom;
}
.header a > .avatar {
    vertical-align: top;
}
.avatar-small, .avatar-small .avatar-inner {
    height: 24px;
    width: 24px;
}
.avatar-inner {
    display: table-cell;
    vertical-align: middle;
}
.avatar img {
    border-radius: 3px;
    display: block;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}
.avatar-inner img {
    height: 100%;
}
.avatar-small .avatar-inner img {
    max-height: 24px;
    max-width: 24px;
}

.header .quicksearch input[type='text'] {
    background: rgba(0,0,0,0.2);
    border: none;
    border-radius: 3px;
    box-shadow: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(255,255,255,0.6);
    height: 2.143em;
    font-family: inherit;
    font-size: inherit;
    margin: 10px 0;
    padding: 2px 26px 2px 10px;
    vertical-align: baseline;
    width: 200px;
}
.header .quicksearch input[type='text'] {
    background: rgba(0,0,0,0.2);
    border-radius: 3px;
    box-shadow: none;
    color: rgba(255,255,255,0.6);
    height: 30px;
    margin: 10px 0;
    padding-right: 26px;
}
#quicksearch .quick-search-spinner {
    position: absolute;
    top: 50%;
    right: 25px;
}
.dropdown2.style-default {
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.dropdown2.style-default.layer {
    -webkit-height: auto;
    height: auto;
}
.dropdown2.style-default.dropdown2-in-header {
    margin-top: 1px;
}
    .dropdown2.style-default ul {
        list-style: none;
        margin: 2px 0;
        padding-left: 0;
        font-size: 14px;
        font-family: Arial,sans-serif;
    }
.dropdown2.style-default [role="menuitem"], .dropdown2.style-default [role="menuitemcheckbox"], .dropdown2.style-default [role="menuitemradio"], .dropdown2.style-default [role="radio"], .dropdown2.style-default [role="checkbox"], .dropdown2.style-default a {
    color: #333;
    padding: 3px 10px;
    text-decoration: none;
}

.dropdown2 .list-truncate [role="menuitem"], .dropdown2 .list-truncate [role="menuitemcheckbox"], .dropdown2 .list-truncate [role="menuitemradio"], .dropdown2 .list-truncate [role="radio"], .dropdown2 .list-truncate [role="checkbox"], .dropdown2 .list-truncate a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown2 [role="menuitem"], .dropdown2 [role="menuitemcheckbox"], .dropdown2 [role="menuitemradio"], .dropdown2 [role="radio"], .dropdown2 [role="checkbox"], .dropdown2 a {
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display: block;
}
.dropdown2 {
    box-sizing: border-box;
    max-width: 300px;
    min-width: 160px;
    position: absolute;
}
.dropdown2.style-default {
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.dropdown2.style-default.layer {
    -webkit-height: auto;
    height: auto;
}
.dropdown2.style-default.dropdown2-in-header {
    margin-top: 1px;
}
.style-default .dropdown2-section + .dropdown2-section {
    border-top: 1px solid #ccc;
}
.dropdown2 .list-truncate [role="menuitem"], .dropdown2 .list-truncate [role="menuitemcheckbox"], .dropdown2 .list-truncate [role="menuitemradio"], .dropdown2 .list-truncate [role="radio"], .dropdown2 .list-truncate [role="checkbox"], .dropdown2 .list-truncate a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dropdown2.style-default [role="menuitem"], .dropdown2.style-default [role="menuitemcheckbox"], .dropdown2.style-default [role="menuitemradio"], .dropdown2.style-default [role="radio"], .dropdown2.style-default [role="checkbox"], .dropdown2.style-default a {
    color: #333;
    padding: 3px 10px;
    text-decoration: none;
}
.dropdown2.style-default > strong, .dropdown2.style-default .dropdown2-section > strong, .dropdown2-heading {
    color: #707070;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 10px 5px;
    text-transform: uppercase;
}
.dropdown2.style-default .icon-container, .dropdown2.style-default .dropdown2-radio, .dropdown2.style-default .dropdown2-checkbox {
    padding-left: 31px;
}

.dropdown2.style-default strong + ul {
    margin-top: 0;
}
/*   */
/*日历样式*/

.rili_contianer {
    width: 98%;
    height: 90%;
    min-width: 890px;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    margin-top:58px;
}

.rili_box {
    width: 100%;
    height: 100%;
    float: left;
}

.rili_box_left {
    position: absolute;
    height: 100%;
    right: 390px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    border-top: #eee 1px solid;
    border-left: #eee 1px solid;
}

.rili_box_right {
    position: absolute;
    width: 380px;
    height: 100%;
    overflow: hidden;
    right: 0px;
    top: 0px;
    border: #eee 1px solid;
}

.searchbox {
    clear: both;
    height: 52px;
    width: 100%;
    font-size: 16px;
    line-height: 52px;
    color: #F1E7DA;
    background: #553B22;
    text-align: center;
    position: absolute;
    top: 0px;
}

#myrili {
    width: 100%;
    position: absolute;
    top: 52px;
    bottom: 0px;
}

    #myrili table {
        width: 100%;
        height: 100%;
        font-size: 14px;
    }

    #myrili th, #myrili td {
        text-align: center;
    }

    #myrili thead {
        background: #fefbeb;
    }

        #myrili thead th {
            width: 14%;
            padding: 5px;
            height: 32px;
            background: #F1E7DA;
            line-height: 38px;
            padding: 0;
            color: #8A6738;
            border-color: #D8CEC2;
            border-bottom: 1px solid #eee;
            font-size:16px;
        }

    #myrili .cale_day {
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
        background: #fff;
        position: relative;
    }

        #myrili .cale_day.on.today, #myrili .cale_day.on {
            background-color: #fefbeb;
        }

        #myrili .cale_day.today {
            background: url(//hao1.qhimg.com/t01466605632c4751dc.png) no-repeat;
            background-position: 50% 25%;
        }

        #myrili .cale_day .yanliday {
            font-weight: bold;
            font-size: 18px;
            font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
            margin-bottom: 4px;
        }

        #myrili .cale_day .nonliday {
            font-size: 14px;
            font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        }

        #myrili .cale_day .tooptip {
            height: 12px;
            padding: 2px 0px;
            position: absolute;
            right: 0;
            top: 0;
            width: 64px;
            font-size: 0px;
            text-align: right;
        }

            #myrili .cale_day .tooptip span {
                color: #fff;
                text-align: center;
                line-height: 14px;
                *line-height: 18px;
                overflow: hidden;
                padding:2px;
                font-size:12px;
            }

            #myrili .cale_day .tooptip .daiban {
                background: #f43;
            }

        #myrili .cale_day .tooptip .jihua {
            background: #29e;
        }

        #myrili .cale_day .tooptip .shengri {
            background: #5aa079;
        }
            #myrili .cale_day .tooptip .huankuan {
                background: #ffaf23;
            }
            #myrili .cale_day .tooptip .nianji {
                background: #90907d;
            }

#mytask {
    position: absolute;
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    width: 360px;
}

#mytaskinfo {
    position: absolute;
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    width: 360px;
}

#mytask .title {
    position: relative;
    padding: 5px 0px;
}

    #mytask .title h3 {
        height: 15px;
        line-height: 15px;
        *line-height: 17px;
        margin: 0;
        padding: 0;
        font-size: 14px;
        font-weight: normal;
    }

    #mytask .title .close {
        height: 15px;
        line-height: 15px;
        position: absolute;
        top: 2px;
        right: 0px;
        cursor: pointer;
        font-size: 21px;
        color: #969899;
    }

.newtask {
    padding: 11px 0px 0;
}

#mytask .button {
    margin-top: 15px;
}

#mytask .arrow {
    position: absolute;
    width: 0px;
    height: 0px;
}

    #mytask .arrow .inner-arrow {
        position: absolute;
        width: 0px;
        height: 0px;
    }

#mytask.byleft > .arrow {
    border-right: 11px solid #e4e4e4;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 0;
    left: -11px;
    top: 21%;
    margin-top: -11px;
}

    #mytask.byleft > .arrow .inner-arrow {
        border-right: 11px solid #fff;
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        border-left: 0;
        left: 1px;
        top: -11px;
    }

#mytask.byright > .arrow {
    border-left: 11px solid #fff;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 0;
    left: 360px;
    top: 21%;
    margin-top: -11px;
}

    #mytask.byright > .arrow .inner-arrow {
        border-left: 11px solid #fff;
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        border-right: 0;
        left: 360px;
        top: -11px;
    }

.searchbox h3 {
    font-size: 18px;
    line-height: 52px;
    color: #F1E7DA;
    background: #553B22;
    padding-left: 40px;
    display: inline-block;
    font-weight:bold;
}

    .searchbox h3 small {
        background: #46311c;
        border-radius: 3px;
        padding: 0 3px;
        float: right;
        line-height: 30px;
        margin: 5px 5px 0 0;
        width: 40px;
        *margin-top: -36px;
    }

        .searchbox h3 small a {
            color: #d2c0a9;
        }


.tactwo {
    text-align: center;
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
}

.worlDay {
    text-align: center;
    font-size: 14px;
    color: #666;
    height: 5.3872%;
}

.NumberDay {
    text-align: center;
    font: 70px Arial;
    color: #0af;
    height: 26.599%;
}

.lMonthDay {
    font-size: 16px;
    color: #666;
    text-align: center;
    font-weight: bolder;
    line-height: 16px;
    margin-bottom: 6px;
    height: 8.4175%;
}

.yjlist {
    width: 80%;
    height: 93px;
    max-height: 100px;
    margin: 0 10%;
    padding: 3px 0 6px 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 3%;
    color: #999;
}

    .yjlist span {
        display: inline-block;
    }

.ylistName {
    width: 28px;
    height: 23px;
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
    background-color: #65bf10;
    margin-right: 12px;
    padding-top: 3px;
    color: #fff;
}

.jlistName {
    width: 28px;
    height: 23px;
    padding-top: 3px;
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
    background-color: #ffaf23;
    margin-right: 12px;
    color: #fff;
}

.ylist, .jlist {
    margin-top: 5%;
    overflow: hidden;
    cursor: pointer;
}

#ylist, #jlist {
    width: 70%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.split {
    border-bottom: 1px dotted #C1C1C1;
    margin: 20px 0;
}

.tac {
    text-align: center;
}

#av_action {
    font-size: 13px;
    display: block;
    margin-top: 5%;
}

.av-jrt {
    font-size: 16px;
    color: #ff7800;
    font-weight: bold;
    margin: 0 5px;
}

.av-czt {
    font: 24px Arial;
    color: #ff7800;
    font-weight: bold;
    margin: 0 5px;
}

.rili_box_right .Infotop {
    height: 46%;
    background-color: #fff;
}

.Infobottom {
    height: 50%;
    margin-top: 4%;
    background-color: #fff;
}

    .Infobottom .show_box {
        margin: 0 auto;
        width: 90%;
        height: 100%;
        overflow-y: auto;
        border-top: 1px dotted #eee;
    }

.searchbox i {
    font-size: 22px;
}

.searchbox_left {
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}

.searchbox_right {
    float: right;
    margin-right: 10px;
    margin-top: 15px;
}

.searchbox_show {
    margin: 0 auto;
    display: inline-block;
}

.searchbox_show .seldate {
    position: absolute;
    top: 10px;
    margin-left: 10px;
}

.show_box_content {
    margin-top: 20px;
    margin-bottom: 40px;
}

.acs-tree-item {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 14px;
    line-height:25px;
}

.ia-pagetree > .acs-tree-item > .icon {
    margin-left: 2px;
}

.acs-tree-item .icon {
    margin: 0 3px 0 1px;
}

.acs-tree-item .icon, .acs-tree-item .node-title {
    cursor: pointer;
}

.acs-tree-item.opened .show_chilid {
    padding-top: 0;
    padding-left: 15px;
}

.acs-side-bar ul, .acs-side-bar-flyout ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.acs-tree-item {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .acs-tree-item .navigation-pseudo-link {
        color: #000;
    }

    .acs-tree-item .icon, .acs-tree-item .node-title {
        cursor: pointer;
    }

    .acs-tree-item > .node-title {
        padding: 5px 5px 5px 0;
        display: inline-block;
    }

    .acs-tree-item .leaf .iconfont {
        height: 4px;
        width: 4px;
        min-width: 0;
        background: #42526e;
        border-radius: 3px;
        vertical-align: middle;
        margin: 0 8px 0 6px;
        position: relative;
        top: -1px;
        text-align: left;
        text-indent: -9999em;
        display: inline-block;
        font-size: 0;
    }

    .acs-tree-item .show_text {
        display: flex;
        line-height: 26px;
    }

.layui-layer-btn {
    border-top: 1px solid #eee;
    /*text-align: center!important;*/
}
.layui-layer-btn a {
    font-size: 12px;
}

.hd_info_cont {
    padding: 20px 12px 10px;
    background: #FFF url(http://xt.vkzz.com/style/images/back/activity_hd_bg.png) 0 0 repeat-x;
    background-size: 40px auto;
    line-height: 28px;
    font-size: 17px;
}

.button, a.button, .button:visited {
    box-sizing: border-box;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3.01px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-variant: normal;
    font-weight: normal;
    height: 2.14285714em;
    line-height: 1.42857143;
    margin: 0;
    padding: 4px 10px;
    text-decoration: none;
    vertical-align: baseline;
    white-space: nowrap;
}
.button.button-primary.style {
    color: #fff;
    background-color: #90907d;
    box-shadow: none;
    border: 0;
    color: #fff;
    line-height: 1.57142857;
    margin: 5px 10px 0 10px;
    padding: 4px 10px;
}
.createtask{
    position:absolute;
    top:47%;
    left:0px;
}