/*广告系统公共配置*/
/*******************************颜色******************************/
/*主体颜色*/
/*文字颜色*/
/*按钮颜色*/
/*边框颜色*/
/*背景颜色*/
/*************************布局相关/文本/路径***********************/
/*宽、高*/
/*边框*/
/*文本*/
/*路径*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.vm {
  vertical-align: middle;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.none {
  display: none;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.pointer {
  cursor: pointer;
}
.fixed {
  position: fixed;
}
.center {
  margin: 0 auto;
}
.fwn {
  font-weight: normal;
}
.fwb {
  font-weight: bold;
}
.oh {
  overflow: hidden;
}
.oa {
  overflow: auto;
}
.vh {
  visibility: hidden;
}
.clear {
  clear: both;
  *zoom: 1;
}
.clear:after {
  display: block;
  height: 0;
  content: ".";
  overflow: hidden;
  clear: both;
}
.clear-h {
  *height: 0;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.width100,
.w100 {
  width: 100%;
}
.bg-fff {
  background: #fff;
}
.left50 {
  left: 50%;
}
.top50 {
  top: 50%;
}
.font-s18 {
  font-size: 18px;
}
.g-box-radius {
  border-radius: 4px;
}
/* path */
/*img-style*/
/*defined*/
/*ellipsis*/
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.total-show {
  width: 1120px;
  height: 171px;
  padding: 30px 80px;
}
.total-show ul {
  margin-left: -105px;
}
.total-show li {
  float: left;
  margin-left: 105px;
  width: 240px;
  text-align: center;
}
.total-show li i {
  display: inline-block;
  width: 98px;
  height: 98px;
  background: url('../../images/default/icon/icon-index.png');
  background-position: -51px -15px;
}
.total-show li .icon-month {
  width: 96px;
  height: 98px;
  background-position: -51px -153px;
}
.total-show li .icon-year {
  width: 100px;
  height: 99px;
  background-position: -51px -285px;
}
.total-show li .total-show-txt {
  margin: 17px auto 10px;
}
.total-show li span {
  font-size: 24px;
}
.operation-menu {
  height: 30px;
  padding: 10px 20px;
  background-color: #f8f8f8;
  border-top: 1px dotted #e2e2e2;
  border-bottom: 1px dotted #e2e2e2;
}
.operation-menu .operation-menu-content {
  width: 1152px;
}
.operation-menu .select {
  width: 84px;
  height: 28px;
  background-color: #fff;
}
.operation-menu .select p {
  line-height: 30px;
  left: 19px;
}
.operation-menu .select i {
  top: 13px;
}
.operation-menu .group-val {
  width: 73px;
  height: 28px;
}
.operation-menu li {
  display: inline-block;
  float: left;
  width: 88px;
  line-height: 30px;
}
.operation-menu li span {
  display: inline-block;
  margin-right: 10px;
}
.operation-menu .put-in-amount span {
  width: 20px;
  height: 20px;
  background-color: #0abdc0;
  vertical-align: middle;
}
.operation-menu .publish-rate span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #f45f5f;
}
