@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input { margin: 0; padding: 0; border: none; outline: 0; font-size: 100%; vertical-align: baseline; word-wrap: break-word; }
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 { -webkit-text-size-adjust: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { font-family: arial, sans-serif; }
ol, ul { list-style: none; }
a { text-decoration: none; outline: none; color: inherit; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
@font-face {
  font-family: "iconfont";
  src: url('iconfont.ttf?t=123') format('truetype') /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
}
.icon { font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
img { -webkit-user-select: none; user-select: none; }
html, body { background: #f0f0f0; width: 100%; height: 100%; position: relative; -webkit-user-select: none; user-select: none; -webkit-text-size-adjust: auto; -webkit-font-smoothing: antialiased; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; }
input, textarea {
  -webkit-appearance: none; outline: none;
}
#mask-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,0.2);
  z-index: 998;
  display: none;
}

.app-head { height: 64px; position: fixed; left: 0; right: 0; background: #fff; color: #4d4d4d; box-sizing: border-box; z-index: 99; border-bottom: 1px solid #ededed;}
.app-head .status-bar { height: 20px; line-height: 20px; }
.app-head .head-bar { line-height: 44px; height: 44px; }
.go-back { position: fixed; left: 0; top: 20px; color: #2F2F2F; width: 40px; height: 40px; line-height: 44px; padding-left: 12px; z-index: 100; background: #fff; transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1.0); }
.go-back.android { top: 4px; }
.go-back .icon { font-size: 20px; }
.go-back.slide-right { opacity: 0.6; }
.go-back.slide-left { opacity: 0.6; }
.app-head.slide-left { animation: mvleft 300ms; }
@keyframes mvleft {
  0% { left: 60%; opacity: 0 }
  50% { left: 50%; opacity: .3 }
  100% { left: 0; opacity: 1 }
}
.app-head.slide-right { animation: mvright 300ms; }
@keyframes mvright {
  0% { left: -60%; opacity: 0 }
  50% { left: -20%; opacity: .3 }
  100% { left: 0; opacity: 1 }
}
.app-head .head-title { text-align: center; font-size: 18px; color: #000; }
.app-head a { color: #fff; display: inline-block; width: 100%; }
.app-head.android { height: 48px; line-height: 48px; }
.app-head.android .status-bar { height: 0; }
.app-head.android .head-bar { height: 48px; line-height: 48px; }
.app-head.android .go-back { top: 0; }
.app-head.android .head-nav { top: 0; }
.app-head.android .head-nav { top: 0; }
.app-head-cover { z-index: 97; width: 100%; right: 0; position: fixed; left: 0; top: 0; height: 64px; background: #fff; }
.app-head-cover.android { height: 48px; }
.app-head-space { height: 64px; }
.app-head-space.android { height: 48px; }
.app-more { position: fixed; right: 10px; top: 20px; z-index: 999; }
.app-more.android { top: 4px; }
.app-more .icon { font-size: 34px; color: #27AC5C; }
.app-more .nav-list { width: 120px; background-color: rgba(0, 0, 0, 0.5); position: absolute; right: -10px; top: 44px; }
.app-more .nav-list li { height: 34px; line-height: 34px; color: #fff; border-bottom: 1px solid #ededed; font-size: 14px; text-align: center; }
.app-more .nav-list li:last-child { border: none; }
.app-more .nav-list li a { display: block; width: 100%; height: 100%; }
.app-content { position: fixed; left: 0; right: 0; top: 64px; bottom: 0; z-index: 1; }
.app-content.android { top: 48px; }
.app-white { position: fixed; left: 0; right: 0; top: 64px; bottom: 0; z-index: 0; background: #fff; }
.app-white.android { top: 48px; }
.app-layout { width: 100%; height: 100%; box-sizing: border-box; position: absolute; z-index: 98; transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1.0); }
.slide-left-enter, .slide-right-leave-active { opacity: 0; transform: translate(50%, 0); z-index: 0; }
.slide-left-leave-active, .slide-right-enter { opacity: 0; transform: translate(-50%, 0); z-index: 0; }
.app-wrap { position: absolute; width: 100%; bottom: 0; left: 0; right: 0; top: 64px; z-index: 98; }
.app-wrap.android { top: 48px; }
.app-body { position: relative; width: 100%; height: 100%; -webkit-overflow-scrolling: touch; box-sizing: border-box; overflow-y: auto; }
.space { height: 50px; }
.clear { clear: both; }
em, i { font-style: normal; }
.fl { float: left; }
.fr { float: right; }
.right { float: right; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mb10 { margin-bottom: 10px; }
.green { color: #6dbc17; }
.red { color: #e66262; }
.blue { color: #3e78e1; }
.yellow { color: #f6a623; }
.textOverflow { overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
/* 头部 tab 栏 */
.app-tab { padding: 10px; background: #fff; text-align: center; position: fixed; top: 64px; left: 0; right: 0; z-index: 990; box-sizing: border-box; }
.app-tab.android { top: 48px }
.app-tab .tab-item { display: block; width: 50%; float: left; }
.app-tab .tab-item .tab { width: 120px; display: block; height: 28px; line-height: 28px; font-size: 14px; color: #27AC5C ; border-radius: 0 5px 5px 0; border: 1px solid #27AC5C ; border-left: none; }
.app-tab .tab-item .tab.right { border-radius: 5px 0 0 5px; border-left: 1px solid #27AC5C ; border-right: none; }
.app-tab .tab-item .tab.active { background: #27AC5C ; color: #fff; }
.app-tab-space { height: 50px; }
/*   list-tab  */
.app-fixed-tab { position: fixed; top: 64px; width: 100%; height: 40px; line-height: 40px; border-bottom: 1px solid #ededed; padding: 0 20px; background-color: #fff; box-sizing: border-box; z-index: 990; }
.app-fixed-tab.android { top: 48px }
.app-fixed-tab .tab { box-sizing: border-box; float: left; display: block; text-align: center; }
.app-fixed-tab.four .tab { width: 25%; }
.app-fixed-tab.three .tab { width: 33.3%; }
.app-fixed-tab .tab.active a { border-bottom: 2px solid #ffc600; color: #ffc600; height: 38px; }
.app-fixed-tab .tab a { color: #404040; display: block; }
.app-fixed-tab-space { height: 40px; }
/*iframe跳转外包页面*/
.app-iframe { width: 100%; height: 100%; border: none; overflow: auto; }
.app-loading { width: 100%; text-align: center; line-height: 60px; vertical-align: middle; }
.app-loading .app-loading-gif { height: 20px; vertical-align: middle; }
.app-loading .app-loading-tip { vertical-align: middle; display: inline-block; font-size: 14px; color: #666666; }
.app-foot-space { height: 50px; }
.app-foot { position: fixed; left: 0; bottom: 0; right: 0; z-index: 9999; height: 50px; line-height: 50px; width: 100%; background-color: #fff; border-top: 1px solid #e0e0e0; box-shadow: 0 0 3px rgba(0, 0, 0, .1); }
.app-foot .foot-label { padding: 0 10px; }
.app-foot .foot-label .money { color: #ff1100; font-size: 16px; display: inline-block; }
.app-foot .btn { color: #fff; background-color: #ffc600; padding: 0 10px; text-align: center; }
.app-foot .btn.btn-right { position: absolute; right: 0; top: 0; height: 50px; line-height: 50px; }
.app-foot .btn.btn-gray { color: #fff; background-color: #9a9a9a; padding: 0 10px; }
.app-foot .btn.btn-full { display: block; height: 100%; width: 100%; padding: 0; }
.app-error { text-align: center; margin-top: 40px; color: #999999; width: 100%; height: 100%; }
.app-error .icon { font-size: 100px; color: #c9c9c9; margin-top: 80px; display: inline-block; margin-bottom: 20px; }
.app-error .go-back { position: fixed; bottom: 0; line-height: 50px; width: 100%; text-align: center; color: #ffc600; }
.app-empty { color: #999999; text-align: center; width: 100%; }
.app-empty .icon { font-size: 100px; color: #c9c9c9; margin-top: 80px; display: inline-block; margin-bottom: 20px; }
.red { color: red; }
.price { color: red; font-size: 18px; display: inline-block; }
small { font-size: 12px; font-weight: normal; }
.ios7CBox { margin: 0; padding: 0; border: none; width: 40px; height: 22px; position: relative; color: #fff; background: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }
.ios7CBox:before, .ios7CBox:after { position: absolute; left: 0; top: 0; content: ''; }
.ios7CBox:before { transition: all 0.4s; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 20px; background: #fff; box-shadow: 0 0 0 1px #ddd; }
.ios7CBox:after { border-radius: 22px; top: 0; left: 0; width: 22px; height: 22px; background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.2); -webkit-animation: ios7CBox_after 0.5s; -webkit-animation-fill-mode: both; -moz-animation: ios7CBox_after 0.4s; -moz-animation-fill-mode: both; cursor: pointer; }
.ios7CBox:hover:after { box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4); }
.ios7CBox:focus:before { }
.ios7CBox:focus { outline: none; }
.ios7CBox:checked:after { margin-left: 18px; -webkit-animation: ios7CBox_after_checked 0.4s; -webkit-animation-fill-mode: both; -moz-animation: ios7CBox_after_checked 0.4s; -moz-animation-fill-mode: both; }
.ios7CBox:checked:before { top: 0; left: 0; right: 0; bottom: 0; border-style: solid; border-color: #ffc600; border-width: 8px 8px 8px 32px; box-shadow: 0 0 0 1px #eeb114; }
select { padding: 5px 10px; border: 0; font-size: 14px; -webkit-appearance: none; outline: none; text-overflow: ellipsis; background: transparent; }
.gray { color: #999999; font-size: 12px; }
.search-box { height: 40px; text-align: center; position: relative; padding: 0 10px; }
.search-box .search-input { margin-top: 10px; }
.search-box .search-input .search-key { width: 100%; background-color: #fff; height: 30px; line-height: 30px; border-radius: 5px; display: block; font-size: 12px; text-indent: 6px; }
.search-box .search-input .search-key::-webkit-input-placeholder { font-size: 12px; color: #ccc; text-align: center; }
.search-box .search-ico { position: absolute; left: 50%; top: 3px; margin-left: -30px; z-index: 2; }
.search-box .search-ico i { vertical-align: middle; color: #ccc; font-size: 20px; }
.search-box .clear-ico { position: absolute; right: 52px; top: 5px; z-index: 2; }
.search-box .clear-ico i { font-size: 16px; color: #ccc; vertical-align: middle; }
.search-box .cancel { display: none; position: absolute; right: 6px; top: 5px; z-index: 2; vertical-align: middle; font-size: 14px; color: #1e90ff; }
.search-box.focus .search-input { margin-right: 34px; }
.search-box.focus .search-key { text-indent: 24px; }
.search-box.focus .search-key::-webkit-input-placeholder { text-align: left; }
.search-box.focus .search-ico { left: 44px; }
.search-box.focus .cancel { display: block; }
.list-enter-active, .list-leave-active {
  transition: opacity 0.25s ease-out;
  opacity: 0;
}
.list-enter, .list-leave-to {
  opacity: 0;
}
.head-icon { position: fixed; right: 10px; top: 28px; display: inline-block; z-index: 999; color: #2F2F2F; }
.head-icon.android { top: 12px; }
.head-icon i.icon-shaixuan { font-size: 24px; color: #27AC5C; }
.head-icon.active { color: #ffc600; }
.filter-box { width: 100%; background-color: #fff; box-shadow: 1px 2px 3px rgba(0, 0, 0, .1); }
.filter-box .search-box { background-color: #f6f6f6; border-bottom: 1px solid #ededed; }
.filter-box .box-item { }
.filter-box .box-item .row { height: 40px; line-height: 40px; border-bottom: 1px solid #ededed; padding-left: 14px; padding-right: 10px; position: relative; }
.filter-box .box-item .row .type-icon { display: inline-block; margin-right: 6px; }
.filter-box .box-item .row .type-icon i { font-size: 20px; color: #ccc; vertical-align: middle; }
.filter-box .box-item .row .type-icon i.icon-icon-date { font-size: 16px; }
.filter-box .box-item .row .label { color: #404040; font-size: 15px; }
.filter-box .box-item .row .label.grey { color: #ccc; }
.filter-box .box-item .row .enter-icon i { color: #ccc; font-size: 20px; vertical-align: middle; }
.filter-box .box-item .row .list { width: 100%; position: absolute; top: 41px; left: 0; background-color: #fff; z-index: 990; max-height: 140px; overflow-y: scroll; border-bottom: 10px solid #fff; box-shadow: 1px 0 3px rgba(0, 0, 0, .1); }
.filter-box .box-item .row .list li { height: 30px; line-height: 30px; color: #404040; border-bottom: 1px solid #ededed; margin-left: 14px; font-size: 14px; }
.filter-box .box-item .row .list::-webkit-scrollbar { width: 6px; }
.filter-box .box-item .row .list::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.5); width: 6px; border-radius: 6px; }


.app-tab .tab-header .application-select{background:#27AC5C;}



.more-option {position: fixed;right: 0;top: 20px;color:#2F2F2F;width: 40px;height: 40px;line-height: 44px;padding-left: 12px;z-index: 100;background: #fff;transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1.0);}
.more-option i {font-size:35px;}
.v-modal {opacity: 0.2!important;}
.mint-actionsheet-listitem, .mint-actionsheet-button {height: 48px!important;line-height: 47px!important;box-shadow: 0px 0px 0px 0px rgba(200,199,204,1)!important;font-size:17px!important;font-family:PingFangSC-Regular!important;font-weight:400!important;color:rgba(47,47,47,1)!important;background:rgba(255,255,255,1)!important;box-sizing: border-box;}


/* attendance */
.range-info-ok>div.tips>span.right-status{
  color: #27AC5C;
}
.attendance-nav-info li.active > span { color: #27AC5C;}
.statisticsDetail .normal-font-green { font-size: 17px;font-weight: 400;color: rgba(76, 175, 80, 1);}
.attendance-week {background: rgba(110, 204, 158, 1);}
.attendance-no p b {color: rgba(76, 175, 80, 1);;}
.range-place {color: rgba(104, 159, 56, 1);}
.rang-btn-no {border: 12px solid #B0E5CB;}
.rang-btn-have {border: 10px solid #6ECC9E;}
.rang-btn-had {border: 16px solid #6ECC9E;background: #6ECC9E;}
.attendance-list li dt .checkbox input:checked + label {background: #4BD865;}
.detail_week {background: rgba(76, 175, 80, 1);color: #FFFFFF;}
.attendance-nav .attendance-nav-info li>p.active { color: #27AC5C;}
.statistics-body .defaultOpt {background: rgba(200, 230, 201, 1);}
.statistics-body .currentActive { background: #27AC5C;color: #fff;}
.statistics-body .mark-normal {background: rgba(76, 175, 80, 1);}
.set-wifi-box .wifi-btn{background: #27AC5C}
.statistics-detail-box .statistics-group .statistics-operation{
  color: #27AC5C;
}
/* application */
.application-list .nav-header>li.nav>span.nav-select.active{
  background-color: #27AC5C;
}
.tableDetail-add>.add-btn{
  color: #4CAF50;
}
.ctrl-btn{
  background: #27AC5C;
}
.organization .organization-create{
  background: #27AC5C;
}
.detail-process .step-comment{
  border-left:2px solid rgba(76,175,80,.5)
}
.head-icon.order-wan-cheng {
  color: #2F2F2F;
  font-size: 16px
}
.color-18{
  color:#27AC5C;
}
.color-tip{
  color:#27AC5C !important;
  font-size:17px;
}


#app{
  width: 100%;
  height: 100%;
}
#robot{
  width: 100%;
  height: 100%;
}
