* {
  box-sizing: border-box;
}
body {
  padding-top: 90px !important;
  background-color: #F6F6F6 !important;
}
body a {
  color: #333;
}
body a:hover {
  color: #333;
}

body .my-tip > div::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  color: #333;
  border-radius: 50%;
  background-color: #2B8AE1;
  margin-right: 5px;
}
body .my-tip > .info-num {
  font-size: 14px;
  color: #F03C08;
  font-weight: bold;
}
body .my-tip > .info-num::before {
  background-color: #F03C08;
}
body .my-tip span {
  color: #999;
  display: inline-block;
  margin-left: 20px;
  font-size: 12px;
}
body .button.primary {
  position: relative;
}
body .button.primary::after {
  content: "";
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
}
body .button.primary:hover::after {
  display: block;
}
body #main .chart {
  display: flex;
  height: 544px;
  margin-top: 30px;
  background-color: #fff;
}
body #main .chart .left {
  width: 720px;
  height: 544px;
}
body #main .chart .right {
  width: 480px;
}
body #main .chart .right h1 {
  float: left;
  font-size: 14px;
  color: #22242C;
  line-height: 16px;
  margin-top: 20px;
}
body #main .chart .right .bar {
  width: 480px;
  height: 290px;
}
body #main .chart .right .pie {
  width: 480px;
  height: 254px;
}
body #main .form {
  display: flex;
  background-color: #fff;
  margin-top: 20px;
  /* padding: 0 80px 0 80px; */
  padding: 14px 0 96px 0;
  position: relative;
}
body #main .form .group {
  position: relative;
  width: 181px;
  /* height: 36px; */
  margin: 0 9px 0 9px;
  /* display: flex; */
  /* justify-content: space-between; */
  /* padding: 20px 30px 20px 20px; */
  /* border: 1px solid #383838; */
  flex-wrap: wrap;
}

body #main .form .group:hover .selectOne{
  border: 1px solid #4EA2E8;
  color: #4EA2E8;
}

body #main .form .group .selectOne {
  width: 185px;
  height: 36px;
  display: flex;
  padding: 12px 8px;
  justify-content: space-between;
  align-items: center;
  border-radius: 2px;
  border: 1px solid #fff;
  /* margin: 0 9px 0 9px; */
  /* display: flex; */
  /* justify-content: space-between; */
  /* padding: 20px 30px 20px 20px; */
  /* border: 1px solid #383838; */
  /* flex-wrap: wrap; */ 
  box-shadow: #929191 0 0 2px ;
}

body #main .form .group .selectOne span{
  font-size: 16px;
  color: #666666;
}

/* body #main .form .group .selectOne:hover{
  border: 1px solid #4EA2E8;
  color: #4EA2E8;
} */
body #main .form .group .selectOne:hover span{
  color: #4EA2E8;
}

body #main .form .group .selectOne img{
  width: 12px;
  height: 7px;
}
body #main .form .group .optionitem{
  width: 142px;
  height: 32px;
  /* border: 1px solid #fff; */
  /* position: relative; */
  display: flex;
  align-items: center;
  padding: 0 8px;
  position: relative;
}

/* 限定时间 */
body #main .form .group .dateSelect{
  position: absolute;
  top: 197px;
  left: 142px;
  z-index: 10;
}

/* body #main .form .group .dateSelect .ivu-date-picker-rel{
  opacity: 1;
} */

body #main .form .group .dateSelect .ivu-select-dropdown{
  top: 26px !important;
}

/* .dateSelect .ivu-date-picker-with-range .ivu-picker-panel-body{
  opacity: 1 !important;
} */

/* 自定义金额 */
body #main .form .group .customize{
  width: 367px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    bottom: -193px;
    left: -367px;
    z-index: 11;
    box-shadow: 0px 2px 8px 0px rgb(200 201 204 / 50%);
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

body #main .form .group .customize .line{
  width: 42px;
  height: 1px;
  background-color: #DCDEE0;
  margin: 0 4px;
}

body #main .form .group .customize input{
  width: 78px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #DCDEE0;
  margin-right: 4px;
  text-indent: 10px;
}

body #main .form .group .customize .btn{
  margin-left: 4px;
}

body #main .form .group .optionitem:hover{
  background-color: #EDF4FF;
}

body #main .form .group .options{
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 2;
  width: 142px;
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  /* box-shadow: #929191 0 0 4px ; */
  box-shadow: -2px 2px 3px 0px #e2e2e2, 2px 2px 3px 0px #e2e2e2;
  display: none;
  background-color: #fff;
  z-index: 5;
  
}



body #main .form .group .options::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
body #main .form .group .options::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius   : 10px;
  background-color: #DCE1E5;
  /* background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent
  ); */
  }
  /* body #main .form .group .options::-webkit-scrollbar-track {
  滚动条里面轨道
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #ffffff;
  border-radius: 10px;
  } */

body #main .form .group .optionitems{
  padding: 12px 8px;
  width: 142px;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* body #main .form .group .optionitems:hover{
  background-color: #EDF4FF;
} */

body #main .form .group .selectTwo{
  min-width: 230px;
  max-width: 330px;
  /* box-shadow: #929191 0 0 4px ; */
  /* box-shadow: 2px 2px 3px 0px #e2e2e2, 2px -2px 3px 0px #e2e2e2; */
  box-shadow:  0px 2px 8px 0px rgba(200, 201, 204, 0.5);
  position: absolute;
  left: 142px;
  top:38px;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
  padding: 12px 15px;
  background-color: #fff;
  z-index: 10;
}

body #main .form .group .selectTwo .item{
  min-width: 95px;
  margin: 6px 0;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

body #main .form .group .active{
  display: flex;
}


body #main .form .group .selectTwo .selectTwoOpention{
  width: 50px;
  padding: 11px 16px;
}

/* body #main .form .group .options .optionitems .iconleft{
  width: 16px;
  height: 16px;
  margin-right: 20px;
}

body #main .form .group .options .optionitems .text{
  font-size: 14px;
  margin-left: 10px;

}

body #main .form .group .options .optionitems .iconright{
  width: 14px;
  height: 14px;
} */

body #main .form .group.date {
  padding: 15px 30px 15px 20px;
}
body #main .form .group.date .left {
  line-height: 32px;
}
body #main .form .group.date .right {
  line-height: 32px;
}
body #main .form .searchGroup {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 20px;
  z-index: 1;
}
body #main .form .searchGroup .ivu-input-large {
  height: 40px;
}
body #main .form .searchGroup .ivu-input {
  border-color: #eee;
}
body #main .form .searchGroup .search {
  width: 114px;
  height: 40px;
  background: #3F9BE7;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #3F9BE7;
  color: #fff;
  font-size: 14px;
}
body #main .form .group .left {
  width: 80px;
  font-size: 14px;
  color: #999;
}
body #main .form .group .right {
  display: flex;
  flex-wrap: wrap;
  width: 1070px;
}
body #main .form .group .right .ivu-radio-wrapper {
  margin-right: 17px;
  font-size: 14px;
  color: #333;
}
body #main .form .group .right .half {
  width: 50%;
}
body #main .form .group .right .checkbox-group .ivu-checkbox-wrapper {
  margin-bottom: 10px;
  font-size: 14px;
  margin-right: 15px;
  color: #333;
}
body #main .form .group .right .checkbox-group ._pro .ivu-checkbox-wrapper {
  color: #666;
}
body #main .form .group .right .checkbox-group ._pro {
  color: #666;
}
body #main .form .group .right .checkbox-group.category1 .cate {
  display: inline-block;
  margin-right: 15px;
}
body #main .form .group .right .checkbox-group.category1 .cate .ivu-checkbox-wrapper {
  color: #666;
}
body #main .form .group .right .checkbox-group.category1 .cate.active {
  color: #333;
}
body #main .form .group .right .checkbox-group.category1 .cate.active .ivu-checkbox-wrapper {
  color: #333;
}
body #main .form .group .right .checkbox-group.category1 .cate.active .iconfont {
  display: inline-block;
  transform: rotate(180deg);
  transition: transform 0.2s linear;
}
body #main .form .group .right .checkbox-group.category1 .cate .ivu-checkbox-wrapper {
  margin-right: 0;
}
body #main .form .group .right .checkbox-group.category1 .cate .iconfont {
  cursor: pointer;
}
body #main .form .group .right .checkbox-group.category2 {
  padding: 10px 20px 0px;
  border: 1px dashed #4FABFF;
  border-radius: 5px;
  width: auto;
  margin-bottom: 20px;
}
body #main .form .group .right .checkbox-group.stage .ivu-checkbox-wrapper {
  margin-bottom: 0;
}
body #main .form .group .bottom {
  width: 1150px;
  text-align: right;
}
body #main .form .group .bottom .button {
  float: right;
  border-radius: 3px 3px 3px 3px;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 14px;
  background-color: #ccc;
  cursor: pointer;
  color: #fff;
  margin-left: 10px;
}
body #main .form .group .bottom .button.primary {
  background-color: #3F9BE7;
}
body #main .list {
  background-color: #fff;
  margin: 20px 0 30px;
  padding-bottom: 20px;
}
body #main .list .tableList {
  text-align: left;
  border: 1px solid #E3F3FF;
  /*文本居中*/
  border-collapse: collapse;
  /*表格的边框合并，如果相邻，则共用一个边框*/
  border-spacing: 0;
  /*设置行与单元格边框的间距。当表格边框独立（即border-collapse:separate;）此属性才起作用*/
  font-size: 14px;
  table-layout: fixed;
}
body #main .list .tableList td {
  border: 1px solid #E3F3FF;
  border-width: 1px 0;
  padding: 12px 0;
  width: 159px;
  text-align: center;
}
body #main .list .tableList td.large {
  width: 520px;
  text-indent: 26px;
  text-align: left;
}
body #main .list .tableList td.emphasis {
  color: #3F9BE7;
}
body #main .list .tableList td .up {
  background-color: #E01212;
  color: #fff;
  font-size: 12px;
  height: 22px;
  text-align: center;
  text-indent: 0;
  line-height: 22px;
  display: inline-block;
  margin-left: 10px;
  padding: 0 10px;
}
body #main .list .tableList .t_head {
  background: #F4FAFF;
  height: 47px;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}
body #main .list .tableList .t_body {
  height: 62px;
  font-size: 16px;
}
body #main .list .tableList .t_body .large {
  text-align: left;
  overflow: hidden;
  max-width: 500px;
}
body #main .list .tableList .t_body .large a {
  display: block;
  max-width: 500px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body #main .list .tableList .t_body .large a:hover {
  color: #3F9BE7;
}
body #main .list .page-container {
  text-align: center;
  margin: 30px 0 0;
}

