@import "font-awesome.min.css";
@import "yTrees.min.css";

/**{ margin:0; padding:0; font-size: 14px; }*/
*{ margin:0; padding:0; }
a{ text-decoration: none; color: dimgrey; }
h1, h2, h3, h4, h5{ margin: 0; padding: 0; }
ul, ol, li{ padding: 0; margin: 0; list-style: none; }

html, body{ width: 100%; height: 100%; }

/*left-menu-wrap*/
div.manage-system-wrapper{ width: 100%; 
                       height: 100%; 
                       margin: 0 auto; 
                       /*padding-left: 220px;*/ 
}
div.manage-system-wrapper .left-menu-wrap{ 
                                            width: 220px; 
                                            height: 100%;
                                            /*padding-top: 180px;*/
                                            background: #2f4050;
                                            display: block;
                                            position:fixed ; 
                                            top: 0; 
                                            left: 0;
                                            z-index: 999999; 
                                    }

div.manage-system-wrapper .left-menu-wrap .header{ width: 100%; height: 180px; display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; z-index: 10; }
div.manage-system-wrapper .left-menu-wrap .header .head-photo{ width: 80px; height: 80px; border-radius: 40px; overflow: hidden; }
div.manage-system-wrapper .left-menu-wrap .header .head-photo img{ width: 100%; min-height: 100%; }
div.manage-system-wrapper .left-menu-wrap .header .title{ width: 100%; text-align: center; padding: 12px 0; }
div.manage-system-wrapper .left-menu-wrap .header .title h3{ font-size: 12px; color: #a7b1c2; }

div.manage-system-wrapper .left-menu-wrap .menu-list{ width: 100%;
                                                            height: 100%; 
                                                            overflow-y: auto; 
                                                 }
div.manage-system-wrapper .left-menu-wrap .menu-list ul{ width: 100%;padding-top: 180px; }
/*div.manage-system-wrapper .left-menu-wrap .menu-list ul li { padding: 0 20px 0 50px;  }*/
/*div.manage-system-wrapper .left-menu-wrap .menu-list ul li.icon{ display: block; background: no-repeat left 20px center; background-size: 24px; }*/
/*div.manage-system-wrapper .left-menu-wrap .menu-list ul li.icon.icon-set{ background-image: url("../../images/web/icon_setting.png"); }
div.manage-system-wrapper .left-menu-wrap .menu-list ul li.icon.icon-user{ background-image: url("../../images/web/icon_user.png"); }
div.manage-system-wrapper .left-menu-wrap .menu-list ul li.icon.icon-plan{ background-image: url("../../images/web/icon_bag.png"); }
div.manage-system-wrapper .left-menu-wrap .menu-list ul li.icon.icon-operate{ background-image: url("../../images/web/icon_zip.png"); }
div.manage-system-wrapper .left-menu-wrap .menu-list ul li.icon.icon-job{ background-image: url("../../images/web/icon_bag2.png"); }*/
div.manage-system-wrapper .left-menu-wrap .menu-list ul li a{  padding: 14px 20px 14px 25px;  }
div.manage-system-wrapper .left-menu-wrap .menu-list ul li a:hover, div.manage-system-wrapper .left-menu-wrap .menu-list ul li.active a{ color: #FFF; }

/*right-content-wrap*/
div.manage-system-wrapper .right-content-wrap{ width: 100%; 
                    height: 100%; 
                    overflow-x: auto; 
                    padding-top: 80px; 
                    position: relative; }
.content{ width: 100%; overflow-y: auto; }

/*@media (max-width: 1360px) {*/
    /*.content{ width: 1360px; }*/
/*}*/

.right-content-wrap .header{ width: 100%; 
        height: 80px;
        padding: 0px 0px 0px 220px; 
        /*overflow-x: auto;*/
        border-bottom: 1px solid gainsboro;
        position: fixed;
        left: 0; 
        top: 0; 
        z-index: 100; 
        background: white;
}
.right-content-wrap .header:after{ display: block; content: ''; clear: both; }
.right-content-wrap .header .left{ padding-top: 6px; float: left;  }
.right-content-wrap .header .left a.menu-home{ width: 38px; height: 30px; background: #1ab394; border-radius: 5px; text-decoration: none; display: flex; justify-content: center; align-items: center; }
.right-content-wrap .header .left a.menu-home i.fa-home{ color: #FFF; font-size: 16px; }

.right-content-wrap .header .right{ 
                                    /*padding-top: 8px;*/
                                    float: right; }
.right-content-wrap .header .right .notice, .header .right .welcome, .header .right .head-photo{ display: inline-block; vertical-align: middle; }
.right-content-wrap .header .right .notice{ width: 78px;
        position: relative;
}
.right-content-wrap .header .right .notice a{ display: inline-block; }
.right-content-wrap .header .right .notice i.fa-bell-o{ font-size: 24px; position: relative; z-index: 1; }
.right-content-wrap .header .right .notice span.num{ min-width: 20px;
                                height: 20px; font-size: 12px; line-height: 12px; 
                                color: #FFF; border-radius: 20px; background: #ff0000; 
                                position: absolute; top: 10px; right: 17px; z-index: 10;
                                display: flex; justify-content: center; align-items: center;
                                margin-right: 10px; }
.right-content-wrap .header .right .welcome{ font-size: 12px; color: #888; padding: 0 15px; }
.right-content-wrap .header .right .head-photo .flex{ width: 40px; height: 40px; background: #ededed; border-radius: 50px; overflow: hidden; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.right-content-wrap .header .right .head-photo i.fa-user-o{ font-size: 20px; color: #d4d4d4; }

/*inner-nav*/
.tab-box{ border-bottom: 1px solid #CCC; padding: 10px 15px 0; }
.tab-box:after{ display: block; content: ''; clear: both; }
ul.inner-nav{ display: block; list-style: none; float: left; }
ul.inner-nav:after{ display: block; content: ''; clear: both; }
ul.inner-nav li{ width: 100px; text-align: center; float: left; }
ul.inner-nav li.active{ border-bottom: 4px solid #009999; }
ul.inner-nav li a{ display: block; padding: 15px; font-size: 14px; font-weight: bold; color: #666; text-decoration: none; }

.refresh{ padding-top: 12px; font-size: 16px; color: #333333; float: right; cursor: pointer; }
.refresh span{ display: inline-block; padding-right: 6px; }

.right-button{ float: right; padding: 10px 0 21px;  }
.right-button button{ border: 1px solid #1ab394; background: transparent; color: #1ab394; font-size: 14px; line-height: 14px; padding: 6px 12px; border-radius: 3px; margin-left: 5px; }
.right-button i{ font-size: 14px; vertical-align: middle; margin-right: 3px; }
.right-button button:hover{ background: #1ab394; color: #FFF; }


/*form.filtrate*/
 form.filtrate{ padding: 15px; }
 form.filtrate:after{ display: block; content: ''; clear: both; }
 form.filtrate ul.select{ display: block; vertical-align: middle; float: left; }
 form.filtrate ul.select:after{ display: block; content: ''; clear: both; }
 form.filtrate ul.select li{ padding: 5px; float: left; }
 form.filtrate ul.select li:first-child{ padding-left: 0; }
 form.filtrate ul.select li select,  form.filtrate ul.select li input{ width: 180px; height: 32px; line-height: 32px; padding: 0 10px; border:1px solid #CCC; font-size: 14px; color: #666; outline: none; }
 form.filtrate ul.select li input::placeholder{ color: #CCC; }
 form.filtrate ul.select li select.empty{ color: #CCC; }
 form.filtrate ul.select li select option[value='']{ color: #CCC !important; }
 form.filtrate ul.select li select option[value]{ color: #666; }

 form.filtrate ul.select li button.btn-search{ background: #009999; color: #FFF; height: 32px; margin: 0; font-size: 12px; outline: none; border:0; padding: 0 15px; float: right; border-radius: 0; border-top-right-radius: 5px; border-bottom-right-radius: 5px; }

 form.filtrate ul.operate{ float: right; }
 form.filtrate ul.operate:after{  display: block; content: ''; clear: both; }
 form.filtrate ul.operate li{ padding: 5px; float: left; }
 form.filtrate ul.operate li button{ width: 100px; height: 32px; font-size: 14px; color: #FFF; border: 0; outline: none; border-radius: 5px; }
 form.filtrate ul.operate li i.fa{ margin-right: 5px; font-size: 12px; }
 form.filtrate ul.operate li button.btn-add{ background: #1ab394; }
 form.filtrate ul.operate li button.btn-delete{ background: #ff4552; }

@media (max-width: 1500px) {
     form.filtrate ul.select li select,  form.filtrate ul.select li input{ width: 150px; }
}

@media (max-width: 1360px) {
     form.filtrate ul.select li select,  form.filtrate ul.select li input{ width: 180px; }
}

/*work-plan*/
 .work-plan{ width: 100%; padding: 15px; }
 .work-plan table.works{ width: 100%;border-collapse: collapse; border:1px solid #e7e7e7; }
 .work-plan table.works th,  .work-plan .works td{ border: 1px solid #e7e7e7; padding: 15px; font-size: 14px; color: #666; }
 .work-plan table.works thead th{ background:#f5f5f6; font-weight: bold; }
 .work-plan table.works th:first-child,  .work-plan .works th:last-child,  .work-plan .works td:first-child,  .work-plan .works td:last-child{ text-align: center; }

 .work-plan table.works thead th:nth-child(1){ width: 80px; }
/* .work-plan table.works thead th:nth-child(2){ width: 290px; }*/
 .work-plan table.works thead th:nth-child(3){ width: 120px; }
 .work-plan table.works thead th:nth-child(4){ width: 120px; }
 .work-plan table.works thead th:nth-child(5){ width: 120px; }
 .work-plan table.works thead th:nth-child(6){ width: 120px; }
 .work-plan table.works thead th:nth-child(7){ width: 240px; }

 .work-plan table.works label.check{ cursor: pointer; }
 .work-plan table.works label.check input[type=checkbox]{ display: none; }
 .work-plan table.works label.check i{ display: block; width: 20px; height: 20px; background: url("../../images/web/check.png") no-repeat center; background-size: 100%; }
 .work-plan table.works label.check input[type=checkbox]:checked ~ i{ background-image: url("../../images/web/checked.png"); }

 .work-plan table.works button.btns{ width: 24px; height: 24px; display: inline-block; vertical-align: middle; background: no-repeat center center; background-size: 24px; border: 0; outline: none; margin: 0 3px; }
 .work-plan table.works button.btns.btn-edit{ background-image: url("../../images/web/btn_edit.png"); }
 .work-plan table.works button.btns.btn-view{ background-image: url("../../images/web/btn_view.png"); }
 .work-plan table.works button.btns.btn-versions{ background-image: url("../../images/web/btn-versions.png"); }

 .work-plan table.works a{ color: #666; text-decoration: none; }
 .work-plan table.works a:hover{ color: #999; }

.loading-more{ width: 100%; text-align: center; padding: 30px 0; }
.loading-more a{ display: inline-block; font-size: 14px; color: #999999; text-decoration: none; }
.loading-more a span, .loading-more a:before, .loading-more a:after{ display: inline-block; vertical-align: middle; }
.loading-more a span{ padding: 0 10px; }
.loading-more a:before, .loading-more a:after{ content: ''; width: 15px; height: 1px; background: #b6b6b6; }

/*panel-box*/
.panel-box{ width: 100%; padding: 15px; }
.panel-box .top-area{ width: 100%; }
.panel-box .top-area:after{ display: block; content: ''; clear: both; }

.panel-box .top-area h3{ font-size: 22px; color: #333; font-weight: normal; display: inline-block; vertical-align: middle; }

.panel-box .top-area ul.right-page{ float: right; border:1px solid #CCC; }
.panel-box .top-area ul.right-page:after{ display: block; content: ''; clear: both; }
.panel-box .top-area ul.right-page li{ float: left; }
.panel-box .top-area ul.right-page li button.btns{ width: 24px; height: 24px; border: 0; outline: none; background: transparent; cursor: pointer; }
.panel-box .top-area ul.right-page li button.btns:disabled{ color: #CCC; cursor: default; }
.panel-box .top-area ul.right-page li button.btns.btn-left{ }
.panel-box .top-area ul.right-page li button.btns.btn-right{ }
.panel-box .top-area ul.right-page li input.number{ width: 60px; height: 24px; text-align: center; font-size: 12px; color: #666; border: 0; outline: none; border-left: 1px solid #CCC; border-right: 1px solid #CCC; }

.list-content .tab-box ul.right-page{ float: right; border:1px solid #009999; margin-left: 10px; }
.list-content .tab-box ul.right-page:after{ display: block; content: ''; clear: both; }
.list-content .tab-box ul.right-page li{ width: auto !important; cursor: pointer; float: left; }
.list-content .tab-box ul.right-page li.current{ width: 50px !important; float: left; }
.list-content .tab-box ul.right-page li button.btns{ width: 24px; height: 24px; border: 0; outline: none; background: transparent; cursor: pointer; }
.list-content .tab-box ul.right-page li button.btns:disabled{ color: #CCC; cursor: default; }
.list-content .tab-box ul.right-page li button.btns.btn-left{ }
.list-content .tab-box ul.right-page li button.btns.btn-right{ }
.list-content .tab-box ul.right-page li input.number{ width: 120px; height: 24px; text-align: center; font-size: 12px; color: #666; border: 0; outline: none; }
/*xiugai*/
.panel-box .top-area ul.right-pages{ float: right; border:1px solid #CCC; }
.panel-box .top-area ul.right-pages:after{ display: block; content: ''; clear: both; }
.panel-box .top-area ul.right-pages li{ float: left; }
.panel-box .top-area ul.right-pages li button.btns{ width: 24px; height: 24px; border: 0; outline: none; background: transparent; cursor: pointer; }
.panel-box .top-area ul.right-pages li button.btns:disabled{ color: #CCC; cursor: default; }
.panel-box .top-area ul.right-pages li button.btns.btn-left{ }
.panel-box .top-area ul.right-pages li button.btns.btn-right{ }
.panel-box .top-area ul.right-pages li input.number{ width: 60px; height: 24px; text-align: center; font-size: 12px; color: #666; border: 0; outline: none; border-left: 1px solid #CCC; border-right: 1px solid #CCC; }

.list-content .tab-box ul.right-pages{ float: right; border:1px solid #009999; margin-left: 10px; }
.list-content .tab-box ul.right-pages:after{ display: block; content: ''; clear: both; }
.list-content .tab-box ul.right-pages li{ width: auto !important; cursor: pointer; float: left; }
.list-content .tab-box ul.right-pages li.current{ width: 50px !important; float: left; }
.list-content .tab-box ul.right-pages li button.btns{ width: 24px; height: 24px; border: 0; outline: none; background: transparent; cursor: pointer; }
.list-content .tab-box ul.right-pages li button.btns:disabled{ color: #CCC; cursor: default; }
.list-content .tab-box ul.right-pages li button.btns.btn-left{ }
.list-content .tab-box ul.right-pages li button.btns.btn-right{ }
.list-content .tab-box ul.right-pages li input.number{ width: 120px; height: 24px; text-align: center; font-size: 12px; color: #666; border: 0; outline: none; }



.panel-box .top-area .progress{ display: inline-block; width: 250px; height: 8px; vertical-align: middle; margin: 0 0 0 15px; }
.panel-box .top-area .progress-bar{ background: #1ab394; }
.panel-box .top-area .progress-text{ display: inline-block; vertical-align: middle; font-size: 12px; color: #333333; padding-left: 5px; }


/*list-content*/
.list-content{ padding: 15px 0; }
.panel-box table.list{ width: 100%; border-bottom: 1px solid #e7e7e7; }
.panel-box table.list th, .panel-box table.list td{ font-size: 14px; color: #666; padding: 10px 20px; border-left: 1px solid #e7e7e7; border-top: 1px solid #e7e7e7; }
.panel-box table.list thead th{ background: #f5f5f6; }
.panel-box table.list thead, .panel-box table.list tbody tr{ display: table; width: 100%; table-layout: fixed; }
.panel-box table.list thead{ width: calc(100% - 1.2em); }
.panel-box table.list tbody{ display: block; max-height: 205px; overflow-y: scroll; }

.panel-box table.list a{ text-decoration: none; }

.panel-box .flag{ font-size: 18px; line-height: 18px; }
.panel-box .flag i.fa-check{ color: #00a878; }
.panel-box .flag i.fa-circle-o{ color: #c0c7d1; }
.panel-box .flag i.fa-remove{ color: #e8000c; }

.panel-box .other-work{ width: 100%; background: #fbfbfb; border: 1px solid #e7e7e7; border-top: 0; }
.panel-box .other-work textarea{ width: 100%; min-height: 90px; border: 0; outline: none; resize: none; padding: 10px 15px; background: transparent; }


/*tab-box*/
.list-content .tab-box{ width: 100%; padding: 5px 0 20px; }
.list-content .tab-box ul{ display: inline-block; list-style: none; border: 1px solid #009999; vertical-align: middle; }
.list-content .tab-box ul:after{ display: block; content: ''; clear: both; }
.list-content .tab-box li{ float: left; width: 145px; height: 30px; border-left: 1px solid #009999; text-align: center; line-height: 30px; border-right: none; }
.list-content .tab-box li:first-child{ border-left: 0; }
.list-content .tab-box li a{ color: #009999; text-decoration: none; }
.list-content .tab-box li.active{ background: #009999 ; }
.list-content .tab-box li.active a{ color: #FFF; }
.list-content .tab-box select{ width: 105px; height: 32px; text-align: center; line-height: 32px; color: #009999; border: 1px solid #009999; vertical-align: middle; margin-left: 10px; }
.list-content .tab-box select option{ border: 1px solid gainsboro; }

.list-content.progress-list table.list th, .list-content.progress-list table.list td{ text-align: center; }
.list-content.progress-list table.list th:first-child, .list-content.progress-list table.list td:first-child{ text-align: left; }

.list-content .panel-tab-box{ }
.list-content .panel-tab-box table.list{ display: none; }
.list-content .panel-tab-box table.list.showIt{ display: block; }

.list-content .select-box{ display: inline-block; vertical-align: middle; }

.plan-detail{ }
.plan-detail .inner{ width: 1200px; margin: 0 auto; }

@media (max-width: 1450px) {
    .plan-detail .inner{ width: 100%; padding: 0 15px; }
}
/*section-line*/
.plan-detail .section-line{ padding: 12px 0; border-bottom: 1px dashed #CCC; }

.plan-detail .title{ text-align: center; padding: 26px 0; }
.plan-detail .title h2{ font-size: 18px; color: #666; }
.plan-detail .title a.help{ float: right; text-decoration: none; }
.plan-detail .title a.help i.fa-question-circle-o{ margin-right: 5px; }

.plan-detail .section-line div.item{ margin: 0; display: table; width: 100%; }
.plan-detail .section-line div.item .dt, .plan-detail .section-line div.item .dd{ display: table-cell; vertical-align: top; }
.plan-detail .section-line div.item .dt{ font-weight: normal; width: 70px; white-space: nowrap; text-align: right; padding-right: 15px; line-height: 32px; }

.plan-detail .section-line input.ipt-txt, .plan-detail .section-line select.normal, .plan-detail .section-line textarea.tta{ width: 100%; border: 1px solid #CCC; height: 32px; padding: 0 10px; outline: none; }
.plan-detail .section-line textarea.tta{ padding: 10px; height: 90px; }

.plan-detail .section-line input.ipt-txt:disabled, .plan-detail .section-line select.normal:disabled, .plan-detail .section-line textarea.tta:disabled{ color: #666; background-color: #F1F1F1; }

div.date-time-union{ display: inline-block; }
div.date-time-union.mt10{ margin-top: 10px; }
div.date-time-union .define-date, div.date-time-union .line{ display: inline-block; vertical-align: middle; }
div.date-time-union .define-date{ border: 1px solid #d8d8d8; position: relative; }
div.date-time-union .define-date input{ font-size: 12px; padding: 0 30px 0 15px; width: 190px; height: 32px; border: 0; outline: none; position: relative; z-index: 1; }
div.date-time-union .define-date span.time{ display: block; width: 30px; height: 100%; line-height: 32px; text-align: center; font-size: 16px; color: #999; position: absolute; top: 0; right: 0; z-index: 10; cursor: pointer; background: transparent; }
div.date-time-union .line{ width: 18px; height: 1px; background: #707070; }
div.date-time-union .define-date.disabled span.time{ cursor: default; }

.plan-detail .section-group{  width: 100%; padding: 20px 0; }
.plan-detail .group-title{ padding: 20px 0; }
.plan-detail .group-title h3{ font-size: 18px; }

/*btm-button*/
.plan-detail .section-line.btm-button{ padding: 20px 0 50px; }
.plan-detail .section-line.btm-button button{ width: 120px; height: 30px; text-align: center; margin: 0 5px; border: 1px solid #cfcfcf; border-radius: 5px; background: transparent; outline: none; color: #cfcfcf; }
.plan-detail .section-line.btm-button button:first-child{ margin-left: 0; }
.plan-detail .section-line.btm-button button.btn-confirm{ background: #1ab394; color: #FFF; }

.plan-detail  .member-lists{ border: 1px solid #CCC; padding: 15px 10px; }
.plan-detail  .member-lists:after{ display: block; content: ''; clear: both; }
.plan-detail  .member-lists dl.items, .plan-detail  .member-lists dl.items-add{ display: block; width: 60px;  margin: 0 10px; float: left; position: relative; }
.plan-detail  .member-lists dl.items dt, .plan-detail  .member-lists dl.items dd, .plan-detail  .member-lists dl.items-add dt, .plan-detail  .member-lists dl.items-add dd{ display: block; text-align: center; }
.plan-detail  .member-lists dl.items dt, .plan-detail  .member-lists dl.items-add dt{ width: auto; padding: 0 0 5px 0; }
.plan-detail  .member-lists dl.items dt img{ display: inline-block; width: 45px; height: 45px; border-radius: 50px; overflow: hidden; }
.plan-detail  .member-lists dl.items dt a.close{ display: block; width: 20px; height: 20px; opacity: 1; background: url("../../images/web/close.png") no-repeat center center; position: absolute; top: -8px; right: -8px; z-index: 10; }
.plan-detail  .member-lists dl.items dd, .plan-detail  .member-lists dl.items-add dd{ width: 100%; font-size: 12px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.plan-detail  .member-lists dl.items-add{ cursor: pointer; }
.plan-detail  .member-lists dl.items-add dt{ width: 45px; height: 45px; margin: 0 auto 3px; background: url("../../images/web/head_add.png") no-repeat center center; }
.plan-detail  .member-lists dl.items-add dd{ padding-top: 2px; }




/*defined-datetime-wrapper*/
div.defined-datetime-wrapper{ display: none; position: absolute; top: 38px; left: 0; z-index: 99999;  }
div.defined-datetime-wrapper:after{ display: block; content: ''; clear: both; }

div.define-date-box{ width: 216px; border: 1px solid #e6e6e6; background: #FFF; border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, .1); margin: 0 8px; display: block; float: left; }
div.define-date-box:first-child{ margin-left: 0; }
div.define-date-box .time-title{ border-bottom: 1px solid #e6e6e6; }
div.define-date-box .time-title h3{ font-size: 14px; color: #616775; font-weight: normal; text-align: center; padding: 8px 0; }
div.define-date-box ul.time-list{ width: 100%; padding: 7px; }
div.define-date-box ul.time-list:after{ display: block; content: ''; clear: both; }
div.define-date-box ul.time-list li{ width: 14.28%; font-size: 12px; line-height: 12px; color: #616775; text-align: center; padding: 6px 0; float: left; cursor: pointer; }
div.define-date-box ul.time-list li.cur{ color: #ff0000; }

div.define-date-box .time-button{ width: 100%; border-top: 1px solid #e6e6e6; padding: 8px 10px; }
div.define-date-box .time-button button{ padding: 6px 8px; border: 0; background: transparent; font-size: 12px; line-height: 12px; outline: none; }
div.define-date-box .time-button button.btn-time-cancel{ float: left; }
div.define-date-box .time-button button.btn-time-okay{ float: right; background: #1ab394; color: #FFF; border-radius: 5px; }
div.define-date-box .time-button button.btn-time-okay:disabled{ background: #CCC; }

div.define-date-box.define-time{ width: 120px; left: 230px; }
div.define-date-box.define-time .time-box{ padding: 5px 10px; height: 132px; overflow: hidden; position: relative; }
div.define-date-box.define-time .time-box:after{ display: block; content: ''; clear: both; }
div.define-date-box.define-time .time-box ul.time-list{ width: 50%; padding: 0 10px; float: left; position: relative; z-index: 10; -webkit-transition:all 0.100s ease-out; -webkit-transform:translate3d(0,0,0); }
div.define-date-box.define-time .time-box ul.time-list li{ width: 100%; position: relative; }
div.define-date-box.define-time .time-box ul.time-list li.current{ color: #FFF; }
div.define-date-box.define-time .time-box:before, div.define-date-box.define-time .time-box:after{ display: block;  content: ''; width: 50%; height: 22px; line-height: 27px; text-align: center; /*background: #616775;*/ background-color: rgba(97, 103, 117, .5); color: #FFF; padding-left: 10px; position: absolute; top: 5px; z-index: 1; }
div.define-date-box.define-time .time-box:before{ left: 0; }
div.define-date-box.define-time .time-box:after{ right: 0; }

div.define-date-box.define-week{ top: 280px; }
div.define-date-box.define-week ul.time-list{ }
div.define-date-box.define-week ul.time-list li{ width: 33.33%; padding: 8px 0; }
div.define-date-box.define-week ul.time-list li.cur{ color: #ff0000; border-radius: 5px; }

div.group-month-wrap{ width: 360px !important; }
div.group-month-wrap:after{ display: block; content: ''; clear: both; }

div.group-week-wrap{ width: 360px !important; }
div.group-week-wrap:after{ display: block; content: ''; clear: both; }


/*tree-wrapper*/
div.trees-wrapper{ width: 100%; height: 100%; background: rgba(0, 0, 0, .2); position: fixed; top: 0; left: 0; z-index: 9999999; }
div.trees-wrapper .model-body{ width: 260px; height: 540px; overflow: hidden; padding-top: 40px; background: #FFF; border:1px solid #CCC; border-radius: 8px; position: absolute; left: 50%; top: 50%; z-index: 10; margin-left: -130px; margin-top: -270px; }

div.trees-wrapper .model-body .title{ width: 100%; height: 40px; overflow: hidden; text-align: center; border-bottom: 1px solid #CCC; background: #ECECEC; padding: 12px 15px; position: absolute; top: 0; left: 0; z-index: 0; }
div.trees-wrapper .model-body .title h3{ font-size: 16px; }
div.trees-wrapper .model-body .title a.btn-close{ display: block; width: 18px; height: 18px; border-radius: 50px; font-size: 12px; border: 1px solid #C1C1C1; color: #C1C1C1; position: absolute; top: 50%; right: 10px; z-index: 10; margin-top: -9px; }

div.trees-wrapper .model-body .scroll-box{ width: 100%; height: 100%; overflow-y: auto; }


/*trees-box*/
div.trees-box{ padding: 10px 15px; }

















