.show1 {
  width: 250px;
  z-index: 2;
  height: auto;
  background: #fff;
}
.show1 p:nth-child(1) {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #f5f5f5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.show1 > div {
  width: 100%;
  height: auto;
}
.show1 > div span {
  width: 50%;
}
.selectMonth {
  display: inline-block;
  width: 78px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.selectMonth:hover {
  background: rgba(19, 131, 255, 0.052);
}
.span-year {
  width: 90%;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
.churnMain .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.churnMain .contentBox .leftBox {
  width: 250px;
  background: #fff;
  min-height: 720px;
  overflow: auto;
  padding-bottom: 20px;
}
.churnMain .contentBox .leftBox .title {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 22px;
  color: #404040;
  opacity: 1;
  padding-top: 16px;
  padding-bottom: 16px;
}
.churnMain .contentBox .leftBox .title .el-switch {
  padding-left: 40px;
}
.churnMain .contentBox .leftBox .title .el-switch .is-active {
  color: #cccccc;
}
.churnMain .contentBox .leftBox .el-input .el-input__inner {
  height: 30px;
  line-height: 30px;
}
.churnMain .contentBox .rightBox {
  width: calc(100% - 250px);
}
.churnMain .contentBox .rightBox .title {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 22px;
  color: #404040;
  opacity: 1;
  padding-top: 16px;
  padding-bottom: 16px;
}
.churnMain .contentBox .rightBox .headerDiv {
  background: #fff;
  margin: 0px 0px 15px 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.churnMain .contentBox .rightBox .headerDiv .filterDiv {
  margin-left: -15px;
  padding-top: 30px;
}
.churnMain .contentBox .rightBox .headerDiv .filterDiv .hide_input {
  position: relative !important;
}
.churnMain .contentBox .rightBox .headerDiv .filterDiv .hide_input .el-date-editor {
  position: absolute;
  top: -20px;
  left: 3px;
  opacity: 0;
  width: 0px;
}
.churnMain .contentBox .rightBox .headerDiv .filterDiv > span:first-child {
  cursor: auto;
}
.churnMain .contentBox .rightBox .headerDiv .filterDiv > span {
  padding: 0px 15px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 20px;
  color: #404040;
  opacity: 1;
  cursor: pointer;
}
.churnMain .contentBox .rightBox .headerDiv .filterDiv .selectSpan {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 20px;
  color: #2e68ea;
}
.churnMain .contentBox .rightBox .headerDiv .upDownDiv {
  text-align: center;
  line-height: 40px;
  height: 40px;
  margin-top: 20px;
  border-bottom: 1px solid #f3f4f7;
  font-size: 12px;
  font-family: PingFang SC;
  color: #cccccc;
  cursor: pointer;
}
.churnMain .contentBox .rightBox .headerDiv .searchLabelDiv {
  padding-top: 15px;
}
.churnMain .contentBox .rightBox .headerDiv .searchLabelDiv > span:first-child {
  cursor: auto;
  padding: 0px 15px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 20px;
  color: #404040;
  opacity: 1;
}
.churnMain .contentBox .rightBox .headerDiv .searchLabelDiv .noClass {
  color: #cccccc;
}
.churnMain .contentBox .rightBox .headerDiv .searchLabelDiv .el-tag {
  border: 1px solid #dbdbdb;
  background: #ffffff;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.churnMain .contentBox .rightBox .headerDiv .searchLabelDiv .el-tag > span:first-child {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #cccccc;
  padding: 0px 3px;
}
.churnMain .contentBox .rightBox .headerDiv .searchLabelDiv .el-tag > span {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #404040;
}
.churnMain .contentBox .rightBox .tableDiv .TaltolTableDiv {
  background: #fff;
  margin: 15px 0px 15px 15px;
  padding: 0px 15px;
}
.churnMain .contentBox .rightBox .tableDiv .TaltolTableDiv .titleDiv {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 22px;
  color: #404040;
  padding-top: 20px;
  padding-left: 10px;
}
.churnMain .contentBox .rightBox .tableDiv .TaltolTableDiv .tableFilter {
  padding-top: 20px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

