@import url(font-awesome.min.css);
@charset "utf-8";
/*名称：特殊页面样式表
  作者：a-bao
  时间：2015-06-15
----------------------------------------------------------------------------------------
  目录：（按九大模块划分）
        一、指南针
		二、工作中心
		三、网站中心
		四、销售中心
		五、业务中心
		六、生产中心
		七、物流中心
		八、统计中心
		九、企业中心
		十、配置中心
--------------------------------------------------------------------------------------*/
/*一、指南针*/
body {
  padding: 10px;
}
.contain {
  min-width: 1003px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.contain .contain-left {
  width: 70%;
  float: left;
}
.contain .contain-right {
  width: 30%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
.total-Box {
  overflow: hidden;
}
.contain-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contain-box h3 {
  height: 31px;
  border-bottom: #c3c3c3 1px solid;
  line-height: 31px;
  font-family: "Microsoft Yahei";
  color: #333;
  font-weight: bold;
  -webkit-text-shadow: 0px 1px 1px #ffffff;
  -moz-text-shadow: 0px 1px 1px #ffffff;
  -o-text-shadow: 0px 1px 1px #ffffff;
  -ms-text-shadow: 0px 1px 1px #ffffff;
  text-shadow: 0px 1px 1px #ffffff;
}
.contain-box h3 i {
  float: right;
  text-align: center;
  font-size: 16px;
  color: #999;
  border: #F9F9F9 1px solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: 2px;
  margin-right: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.contain-box h3 i:hover {
  color: #C55128;
  border-color: #C55128;
}
.contain-box h3:before {
  content: "\f152";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.total {
  min-width: 350px;
  width: 49%;
  float: left;
  height: 254px;
  margin-bottom: 10px;
}
.total .total-Data {
  height: 220px;
  border-top: none;
  background-color: #FFF;
  overflow: hidden;
}
.works {
  height: 349px;
  margin-bottom: 10px;
}
.tabCon {
  background-color: #FFF;
  line-height: 28px;
  height: 317px;
  overflow: hidden;
  font-family: "Microsoft Yahei";
}
.note .note-Box {
  border-top: none;
  height: 300px;
  background-color: #FFF;
}
.note .note-list {
  border: #c6c6c6 1px solid;
  height: 280px;
  width: 170px;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.note .note-list.note-add {
  font-size: 50px;
  line-height: 280px;
  text-align: center;
  color: #999;
  background-color: #F9F9F9;
  cursor: pointer;
}
.note .note-list.note-add .update-time {
  font-size: 12px;
}
.note .note-list.note-add:hover {
  font-size: 60px;
  color: #2157A6;
}
.note .note-list:hover {
  border-color: #2157A6;
  -webkit-box-shadow: 0px 1px 1px #2157a6;
  -moz-box-shadow: 0px 1px 1px #2157a6;
  -o-box-shadow: 0px 1px 1px #2157a6;
  -ms-box-shadow: 0px 1px 1px #2157a6;
  box-shadow: 0px 1px 1px #2157a6;
}
.note .note-list .note-content {
  padding: 10px;
  line-height: 25px;
  max-height: 250px;
  overflow: hidden;
}
.note .note-list .update-time {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 25px;
  line-height: 25px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFF;
  font-family: "Arial";
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
}
.announcenment {
  height: 252px;
  margin-bottom: 10px;
}
.announcenment .tabCon {
  height: 180px;
  padding: 15px;
}
.calendar {
  height: 550px;
  background: #FFF;
  padding-top: 10px;
}
.calendar .calendar-Plan-List {
  margin-top: 10px;
  width: 280px;
  margin: 0 auto;
  padding-top: 10px;
}
.calendar .calendar-Plan-List li:after {
  content: "\f024";
  font-family: "FontAwesome";
  margin-left: 3px;
}
.calendar .calendar-Plan-List li.finished {
  color: green;
}
.calendar .calendar-Plan-List li.nofinished {
  color: red;
}
.calendar .calendar-Plan-List li.canceled {
  color: #333;
}
.list-Style li {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.list-Style li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  color: #666;
  display: inline-block;
  padding-left: 5px;
}
.list-Style li a:before {
  content: "\f111";
  font-size: 10px;
  color: #999;
  font-family: "FontAwesome";
  margin-right: 5px;
}
.list-Style li a:hover {
  color: #D55C31;
  padding-left: 10px;
}
.list-Style li span {
  float: right;
  color: #999;
}
/*二、工作中心*/
.todayWork {
  overflow: hidden;
  margin-bottom: 10px;
  border-bottom: #F9F9F9 1px solid;
  padding-bottom: 10px;
}
.calendar-Container {
  margin: 0 auto;
  width: 285px;
  height: auto;
  background-color: #FFF;
  border: #CCC 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #F9F9F9;
}
.calendar-Container .calendar-Table {
  margin: 0 auto;
  width: 280px;
  overflow: hidden;
}
.calendar-Container .calendar-Table table {
  width: 100%;
}
/*日历样式*/
#calendar_navigator_header {
  overflow: hidden;
  margin: 5px 0;
}
#calendar_navigator_yearmonth {
  padding-left: 20px;
}
#calendar_navigator_yearmonth span {
  float: left;
  display: inline-block;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  height: 24px;
  line-height: 24px;
}
#calendar_navigator_yearmonth a.labellink {
  float: left;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: #DDD 1px solid;
  display: inline-block;
  overflow: hidden;
  color: #666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#calendar_navigator_yearmonth a.labellink:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 15px;
}
#calendar_navigator_yearmonth a.labellink:hover {
  border: #ccc 1px solid;
  background-color: #E9E9E9;
}
#calendar_navigator_yearmonth a#calendar_navigator_nextyear {
  margin-right: 28px;
}
#calendar_navigator_yearmonth a#calendar_navigator_nextyear:before,
#calendar_navigator_yearmonth a#calendar_navigator_nextmonth:before {
  content: "\f105";
  font-family: "FontAwesome";
  text-align: center;
  line-height: 24px;
}
#calendar_navigator_year,
#calendar_navigator_month {
  width: 56px;
  font-size: 16px;
  text-align: center;
  color: #999;
  font-family: "SimSun";
}
#calendar_navigator_mcsscalendar th {
  width: 35px;
  height: 35px;
  color: #D55C31;
  font-size: 12px;
  font-family: "Microsoft Yahei";
  border-top: #D55C31 1px solid;
  border-bottom: #D55C31 1px solid;
}
#calendar_navigator_mcsscalendar td {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
}
#calendar_navigator_mcsscalendar td span {
  font-weight: bold;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 auto;
  line-height: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#calendar_navigator_mcsscalendar td.workday_onmouseover span,
#calendar_navigator_mcsscalendar td.ontoday_day span {
  color: #333;
  background-color: #E9E9E9;
}
#calendar_navigator_mcsscalendar td.workday_onmouseout {
  background: none;
  font-weight: normal;
  color: #575654;
}
#calendar_navigator_mcsscalendar td.ontoday span {
  color: #FFF;
  background-color: #D55C31;
}
#calendar_navigator_mcsscalendar td.ontoday_day {
  color: #5c8fd4;
  font-weight: bold;
}
/*周计划……*/
.plan-Container {
  float: left;
  height: 280px;
  min-width: 750px;
  width: 100%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.plan-Container table.mcsstable {
  margin-bottom: 5px;
}
.plan-Container .tongji_leibie span {
  width: 70px;
  display: inline-block;
  color: #FFF;
  margin-right: 5px;
}
.plan-Container .tongji_leibie span:before {
  font-family: "FontAwesome";
  content: "\f024";
  margin-right: 3px;
}
.plan-Container .tongji_leibie span.finished {
  color: green;
}
.plan-Container .tongji_leibie span.nofinished {
  color: red;
}
.plan-Container .tongji_leibie span.giveup {
  color: #333;
}
.showbg {
  border: #B8B9B9 1px solid;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  color: #999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  font-family: "FontAwesome";
}
.showbg img {
  display: none;
}
.showbg.addZongjie:before {
  content: "\f044";
}
.showbg.addList:before {
  content: "\f067";
}
.showbg:hover {
  border: #333 1px solid;
  color: #333;
}
.calendar-Big-Head {
  height: 30px;
  margin-bottom: 10px;
  font-family: "Microsoft Yahei";
  line-height: 30px;
  text-align: right;
}
.calendar-Big-Head .staffName {
  float: right;
  font: 12px/24px "微软雅黑";
  color: #333;
}
.calendar-Big-Head .staffName select {
  min-height: 24px;
}
.calendar-Big-Container {
  width: 100%;
}
.calendar-Big-Container table {
  width: 100%;
}
.calendar-Button {
  float: left;
}
.calendar-Button span .shitubg {
  display: inline-block;
  border: 1px #ccc solid;
  border-color: #ccc #bbb #aaa;
  padding: 0 10px;
  height: 23px;
  line-height: 23px;
  color: #000;
  background: #F3F3F3;
}
.calendar-Button span .shitubg:first-child {
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.calendar-Button span .shitubg:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.calendar-Button span .shitubg.shitubg_fouce {
  border-color: #555;
  background: #777;
  color: #fff;
}
.calendar-Big-Container {
  width: 100%;
}
.calendar-Big-Container table {
  width: 100%;
}
.calendar-Big-Container table th {
  border: 1px solid #ccc;
  height: 22px;
  background-color: #efefef;
  width: 14.2%;
  font-family: "Microsoft Yahei";
}
.calendar-Big-Container table td {
  border: 1px solid #ccc;
  vertical-align: top;
  min-height: 112px;
  height: 150px;
  padding: 0px;
  background-color: #FFF;
  padding-bottom: 3px;
}
.calendar-Big-Container table td.ontoday {
  background: #F5FAFA;
}
.calendar-Big-Container table td .addIco {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  padding: 2px 5px;
}
.calendar-Big-Container table td .addIco a {
  display: none;
}
.calendar-Big-Container table td .addIco:hover {
  background-color: #F9F9F9;
}
.calendar-Big-Container table td .addIco:hover a {
  display: inline-block;
}
.calendar-Big-Container table td a.labellink {
  display: block;
  cursor: pointer;
  white-space: nowrap;
  height: 18px;
  line-height: 18px;
  padding-left: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #A3CC66;
  border: #75A033 1px solid;
  color: #FFF;
  margin: 3px 3px 0px 3px;
}
.calendar-Big-Container table ul li {
  height: 20px;
  line-height: 20px;
  position: relative;
}
.calendar-Big-Container table ul li img {
  border: none !important;
}
.showshortList {
  position: absolute;
  top: 18px;
  left: 5px;
  width: 110px;
  background: #FFF;
  border: #CCC 1px solid;
  padding: 2px;
  display: none;
  z-index: 9999;
  background: url(../images/showshortmenubg.gif) left top repeat-y;
  border: #ddd 1px solid;
}
.showshortList a {
  padding-left: 30px;
  line-height: 20px;
  color: #444;
  display: block;
  height: 20px;
  background-color: transparent;
  border-width: 1px;
  border-color: transparent;
  background-repeat: no-repeat;
  cursor: pointer;
}
.showshortList a:hover {
  border-radius: 4px;
  background-color: #EAF2FF;
  border: #B7D2FF 1px solid;
  color: #000;
}
.showshortList a.menu_finish {
  background-image: url(../images/zhuangtico.gif);
  background-position: 0 -20px;
}
.showshortList a.menu_nofinish {
  background-image: url(../images/zhuangtico.gif);
}
.showshortList a.menu_giveup {
  background-image: url(../images/zhuangtico.gif);
  background-position: 0 -40px;
}
.showshortList a.menu_del {
  background-image: url(../images/zhuangtico.gif);
  background-position: 0 -60px;
}
.showshortList a.menu_edit {
  background-image: url(../images/zhuangtico.gif);
  background-position: 0 -80px;
}
.calendarDisplay table td ul li.hover-list a.labellink {
  color: #FFF;
  background-color: #A3CC66;
  border: #75A033 1px solid;
  text-decoration: none;
}
.work_notfinal,
.work_finish,
.work_giveup {
  width: 20px;
  height: 15px;
  background: url(../images/systermico.png) -61px -116px no-repeat;
  vertical-align: middle;
}
.work_notfinal {
  background-position: -81px -116px;
}
.work_giveup {
  background-position: -101px -116px;
}
.calendar-Foot-Button {
  border: #ccc 1px solid;
  background-color: #F0F0F0;
  border-top: none;
  display: none;
  padding: 10px 0;
  text-align: right;
  padding-right: 10px;
}
.calendar-Foot-Button a {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 2px 4px;
  border: #999 1px solid;
  color: #999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.calendar-Foot-Button a:hover {
  color: #333;
  border: #333 1px solid;
}
/*三、网站中心*/
/*四、销售中心*/
/*五、业务中心*/
/*六、生产中心*/
/*七、物流中心*/
/*八、统计中心*/
/*九、企业中心*/
/*考勤打卡页面*/
.daka_tishi {
  font: 14px/24px "微软雅黑";
}
.kaoqin_box {
  width: 700px;
  height: 400px;
  overflow: hidden;
  margin: 0 auto;
}
.kaoqin_heartinfo {
  width: 481px;
  padding: 0 5px 0 9px;
  height: 400px;
  float: left;
}
.kaoqin_tip {
  width: 204px;
  height: 400px;
  float: left;
  border-left: #e3e3e3 1px solid;
}
.qiandao_button {
  width: 115px;
  height: 47px;
  background: url(../images/qiandaobg.png) no-repeat;
  margin: 0px auto;
  margin-bottom: 23px;
  padding-left: 15px;
  cursor: pointer;
}
.qiandao_btn_left {
  width: 38px;
  height: 47px;
  float: left;
  padding-top: 10px;
}
.qiandao_weekday {
  font: 13px/16px "微软雅黑";
  color: #8e6e31;
  text-shadow: 1px 1px 1px #d9bd7c;
}
.qiandao_day {
  font: 12px/16px "Times New Roman", Times, serif;
  color: #8e6e31;
  text-shadow: 1px 1px 1px #d9bd7c;
}
.qiandao_txt {
  float: left;
  width: 76px;
  text-align: center;
  font: 20px/47px "微软雅黑";
  color: #fddeb5;
  text-shadow: 1px 1px 1px #c76e19;
}
.qiandao_hou {
  display: none;
  width: 130px;
  height: 47px;
  background: url(../images/qiandao_houbg.png) no-repeat;
}
.qiandao_scuss .qiandao_hou {
  display: block;
  background-position: 0 0;
}
.qiandao_chidao .qiandao_hou {
  display: block;
  background-position: 0 -47px;
}
.kaoqin_time {
  height: 68px;
  padding: 13px 0;
  padding-left: 5px;
}
.qingdao_tianqi {
  padding: 5px;
  background-color: #4cc7e6;
  height: 225px;
  margin: 0 1px;
}
.xingqingList {
  margin-bottom: 17px;
  overflow: hidden;
}
.xingqingList dl {
  width: 58px;
  overflow: hidden;
  float: left;
}
.xingqingList dl dt img {
  border: #e6e5e5 1px solid;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.xingqingList dl dd {
  font-family: "Microsoft Yahei";
  line-height: 25px;
}
.box-one {
  width: 420px;
  float: left;
  position: relative;
}
.leftarrow-one {
  width: 9px;
  height: 18px;
  left: 0;
  top: 8px;
  position: absolute;
  background: url(../images/leftarrow1.png) no-repeat;
  display: block;
  z-index: 99px;
}
.fabiaoconent {
  width: 390px;
  margin-left: 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: url(../images/bg-one.png) bottom repeat-x;
  overflow: hidden;
  border: #e3e3e3 1px solid;
  min-height: 40px;
  line-height: 20px;
  padding: 4px 10px 0 10px;
  color: #666;
}
.fb_dateTime {
  height: 16px;
  line-height: 16px;
  text-align: right;
  color: #999;
}
.xinqingCon {
  position: relative;
  height: 250px;
  overflow: hidden;
  margin-top: 5px;
}
.xinqingCon .bottomcover {
  position: absolute;
  bottom: 0;
  background: url("../images/halftransp.png") no-repeat 0 -5px;
  height: 35px;
  width: 481px;
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://img.t.sinajs.cn/t35/style/images/tlogin/halftransp.png?id=1341302813656', sizingMethod='crop');
  pointer-events: none;
}
.xinqingCon ul {
  position: absolute;
  top: 0;
  left: 0;
}
/*十、配置中心*/
