@font-face {
  font-family: 'PingFangSC-Regular';
  src: url('../fonts/glyphicons-halflings-regular.eot') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg') format('svg');
}
#homePageContainer {
  position: relative;
}
.col-xs-11 {
  width: 83.666667%;
}
#HomePage {
  width: 1220px;
  height: 649px;
  margin: 20px auto 0;
  position: absolute;
  left: 0;
  top: 0;
}
#HomePage img {
  border: none!important;
}
#HomePage > .HomePage_activity {
  width: 1220px;
  height: 610px;
}
#HomePage > .HomePage_activity > div {
  float: left;
  height: 610px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
#HomePage > .HomePage_activity > .newestAct {
  width: 810px;
  margin-right: 10px;
  /*chair*/
}
#HomePage > .HomePage_activity > .newestAct > .actTitle {
  height: 40px;
  background: #fbfbfb;
  padding: 10px 20px 0 30px;
}
#HomePage > .HomePage_activity > .newestAct > .actTitle .title {
  font: bold 14px/20px PingFangSC-Semibold;
  color: #808080;
  display: inline-block;
  margin: 0;
  position: relative;
}
#HomePage > .HomePage_activity > .newestAct > .actTitle .title::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 24px;
  background: #6C95EE;
  border-radius: 99px;
  clear: both;
  left: -10px;
}
#HomePage > .HomePage_activity > .newestAct > .actTitle .actMore {
  float: right;
  color: #C5C3C3;
  font: bold 14px/20px "simsun";
}
#HomePage > .HomePage_activity > .newestAct ul,
#HomePage > .HomePage_activity > .newestAct ol,
#HomePage > .HomePage_activity > .newestAct li {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0;
}
#HomePage > .HomePage_activity > .newestAct .all {
  width: 769px;
  height: 200px;
  margin: 10px auto;
  position: relative;
}
#HomePage > .HomePage_activity > .newestAct .screen {
  width: 769px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
#HomePage > .HomePage_activity > .newestAct .screen li {
  width: 769px;
  height: 200px;
  overflow: hidden;
  float: left;
}
#HomePage > .HomePage_activity > .newestAct .screen ul {
  position: absolute;
  left: 0;
  top: 0px;
  width: 1000%;
}
#HomePage > .HomePage_activity > .newestAct .screen ul li img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#HomePage > .HomePage_activity > .newestAct .all ol {
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 20px;
  text-align: center;
}
#HomePage > .HomePage_activity > .newestAct .all ol li {
  float: left;
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  margin-left: 15px;
  cursor: pointer;
}
#HomePage > .HomePage_activity > .newestAct .all ol li.current {
  width: 20px;
  height: 5px;
  opacity: 0.58;
  background: #6C95EE;
  border-radius: 100px;
}
#HomePage > .HomePage_activity > .newestAct .chair:nth-of-type(2n+1) {
  margin-right: 30px;
}
#HomePage > .HomePage_activity > .newestAct .chair {
  height: 100px;
  width: 360px;
  margin-left: 20px;
  float: left;
  margin-top: 10px;
}
#HomePage > .HomePage_activity > .newestAct .chair .img {
  float: left;
  width: 100px;
  height: 100px;
}
#HomePage > .HomePage_activity > .newestAct .chair .img img {
  width: 100px;
  height: 100px;
}
#HomePage > .HomePage_activity > .newestAct .chair .content {
  float: left;
  margin-left: 18px;
  width: 240px;
  height: 100px;
}
#HomePage > .HomePage_activity > .newestAct .chair .content .chairName {
  font: 14px/16px "PingFangSC-Regular";
  color: #4A4A4A;
  height: 32px;
}
#HomePage > .HomePage_activity > .newestAct .chair .content p {
  width: 240px;
  height: 46px;
  padding-top: 6px;
  font: 12px/19px 'PingFangSC-Regular';
  color: #AAAAAA;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#HomePage > .HomePage_activity > .newestAct .chair .content .inDetail {
  font: 12px/14px "PingFangSC-Regular";
  color: #AAAAAA;
  float: right;
  vertical-align: middle;
  margin-top: 3px;
  position: relative;
}
#HomePage > .HomePage_activity > .newestAct .chair .content .inDetail span {
  font: bold 14px/14px "simsun";
  vertical-align: middle;
  margin-left: 4px;
}
#HomePage > .HomePage_activity > .newestOpt {
  width: 400px;
  overflow: hidden;
}
#HomePage > .HomePage_activity > .newestOpt > .actTitle {
  height: 40px;
  background: #fbfbfb;
  padding: 10px 20px 0 30px;
}
#HomePage > .HomePage_activity > .newestOpt > .actTitle .title {
  font: bold 14px/20px PingFangSC-Semibold;
  color: #808080;
  display: inline-block;
  margin: 0;
  position: relative;
}
#HomePage > .HomePage_activity > .newestOpt > .actTitle .title::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 24px;
  background: #6C95EE;
  border-radius: 99px;
  clear: both;
  left: -10px;
}
#HomePage > .HomePage_activity > .newestOpt > .actTitle .actMore {
  float: right;
  color: #C5C3C3;
  font: bold 14px/20px "simsun";
}
#HomePage > .HomePage_activity > .newestOpt > .contentContainer {
  overflow: hidden;
  margin-left: 20px;
}
#HomePage > .HomePage_activity > .newestOpt > .contentContainer > ul {
  height: 570px;
  overflow-y: scroll;
}
#HomePage > .HomePage_activity > .newestOpt > .contentContainer > ul li {
  padding: 10px 0;
  border-bottom: 2px solid #efefef;
}
#HomePage > .HomePage_activity > .newestOpt > .contentContainer ul.visibleScroll {
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
#HomePage > .HomePage_activity > .newestOpt > .contentContainer ul.visibleScroll::-webkit-scrollbar {
  width: 6px;
  height: 68px;
  background-color: #fff;
  visibility: hidden;
}
#HomePage > .HomePage_activity > .newestOpt > .contentContainer ul.visibleScroll::-webkit-scrollbar-track {
  background: #fff;
}
#HomePage > .HomePage_activity > .newestOpt > .contentContainer ul.visibleScroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #ccc;
}
#HomePage > .HomePage_activity > .newestOpt > .contentContainer .img {
  width: 80px;
  height: 80px;
  float: left;
}
#HomePage > .HomePage_activity > .newestOpt > .contentContainer .img img {
  width: 80px;
  height: 80px;
}
#HomePage > .HomePage_activity > .newestOpt > .contentContainer .content {
  margin-left: 10px;
  float: left;
}
#HomePage > .HomePage_activity > .newestOpt > .contentContainer .content .title {
  font: 14px/16px "PingFangSC-Regular";
  color: #4A4A4A;
  overflow: hidden;
  width: 270px;
  height: 20px;
}
#HomePage > .HomePage_activity > .newestOpt > .contentContainer .content .time {
  font: 12px/10px "PingFangSC-Regular";
  color: #AAAAAA;
  padding-top: 9px;
}
#HomePage > .HomePage_activity > .newestOpt > .contentContainer .content .inDetail {
  width: 270px;
  height: 44px;
  font: 12px/19px "PingFangSC-Regular";
  color: #AAAAAA;
  padding-top: 3px;
  position: relative;
  overflow: hidden;
}
#HomePage > .HomePage_activity > .newestOpt > .contentContainer .content .inDetail::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 20px;
  background: -webkit-linear-gradient(left, transparent, #fff 55%);
  background: -o-linear-gradient(right, transparent, #fff 55%);
  background: -moz-linear-gradient(right, transparent, #fff 55%);
  background: linear-gradient(to right, transparent, #fff 55%);
}
#HomePage > .HomePage_status {
  width: 1220px;
  height: 240px;
  margin-top: 10px;
}
#HomePage > .HomePage_status > div {
  float: left;
  width: 400px;
  height: 239px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  margin-right: 10px;
  background: #fff;
}
#HomePage > .HomePage_status > div:nth-child(3) {
  margin-right: 0px;
}
#HomePage .common > .actTitle {
  height: 40px;
  background: #fbfbfb;
  padding: 10px 20px 0 30px;
}
#HomePage .common > .actTitle .title {
  font: bold 14px/20px PingFangSC-Semibold;
  color: #808080;
  display: inline-block;
  margin: 0;
  position: relative;
}
#HomePage .common > .actTitle .title::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 24px;
  background: #FFBD30;
  border-radius: 99px;
  clear: both;
  left: -10px;
}
#HomePage .common > .actTitle .actMore {
  float: right;
  color: #C5C3C3;
  font: bold 14px/20px "simsun";
}
#HomePage .common .content {
  margin-left: 20px;
}
#HomePage .common .content li {
  height: 48px;
  border-bottom: 2px solid #EFEFEF;
  padding-bottom: 6px;
}
#HomePage .common .content li:last-of-type {
  border: none;
}
#HomePage .common .content li .clientele {
  padding-top: 6px;
  padding-right: 20px;
  font: 12px/12px ".PingFangSC-Regular";
  color: #C5C3C3;
}
#HomePage .common .content li .clientele .time {
  float: right;
}
#HomePage .common .content li .from {
  margin-top: 4px;
  font: 14px/20px "PingFangSC-Regular";
  color: #494949;
}
#HomePage .common .content li .from .status {
  float: right;
  margin-right: 20px;
  font: 12px/14px "PingFangSC-Regular";
  color: #FFFFFF;
  display: inline-block;
  width: 48px;
  height: 16px;
  background: #6C95EE;
  border-radius: 2px;
  text-align: center;
  margin-top: 3px;
}
#HomePage .clienteleNewestAct .actTitle .title::before {
  background: #4AC1E2;
}
#HomePage .clienteleNewestAct .content .from .common {
  height: 16px;
  border-radius: 2px;
  font: 12px/14px "PingFangSC-Regular";
  color: #FFFFFF;
  float: right;
  margin-right: 20px;
  text-align: center;
  margin-top: 3px;
}
#HomePage .clienteleNewestAct .content .from .pass {
  width: 60px;
  background: #49C1E2;
}
#HomePage .clienteleNewestAct .content .from .noPass {
  width: 72px;
  background: #FF9A8D;
}
#HomePage .clienteleValidAct .actTitle .title::before {
  background: #FF9A8D;
}
#HomePage .clienteleValidAct .content .clientele .common {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  height: 16px;
  text-align: center;
  color: #fff;
  font: 12px/14px "PingFangSC-Regular";
  border-radius: 2px;
}
#HomePage .clienteleValidAct .content .clientele .common::after {
  content: "";
  position: absolute;
  right: -15px;
  border-radius: 2px;
  width: 0px;
  height: 0px;
  border: 8px solid #FF9A8D;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid transparent;
}
#HomePage .clienteleValidAct .content .clientele .outOfDate {
  background: #FF9A8D;
  width: 51px;
}
#HomePage .clienteleValidAct .content .clientele .onTime {
  background: #4AC1E2;
  padding: 0px 10px;
}
#HomePage .clienteleValidAct .content .clientele .onTime:after {
  border: 8px solid #4AC1E2;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid transparent;
}
