.couponDetails .ant-tabs-bar {
  margin-bottom: 8px;
}
.couponDetails .ant-tabs-tabpane {
  height: calc(100vh - 156px);
  overflow-y: scroll;
}
.couponDetails .title {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-bottom: 1px solid #e8e8e8;
}
.couponDetails .title b {
  font-size: 16px;
  color: #000;
  margin-right: 10px;
}
.couponDetails .title .ant-tag-red {
  margin: 0 5px;
}
.couponDetails .title .right {
  height: 50px;
  line-height: 50px;
  float: right;
  color: #666;
  font-weight: bold;
  cursor: pointer;
}
.couponDetails .title .right i {
  font-size: 14px;
}
.couponDetails .title .right:hover {
  color: red;
}
.couponDetails .title .fr.ant-btn {
  margin-top: 7px;
}
.couponDetails .cont {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  margin: 0 10px;
}
.couponDetails .cont div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 45px;
  line-height: 45px;
  border-right: 1px solid #d9d9d9;
  padding-left: 8px;
  overflow: hidden;
  color: #666;
}
.couponDetails .cont div b {
  color: #333;
}
.couponDetails .border {
  border-top: 1px solid #d9d9d9;
  margin: 0 10px;
}
.couponDetails .contMony {
  height: 45px;
  line-height: 45px;
  padding-left: 8px;
  border: 1px solid #d9d9d9;
  margin: 0 10px;
  background-color: rgba(0, 0, 0, 0.05);
}
.couponDetails .ant-table-wrapper {
  margin: 10px;
}
.couponDetails h2 {
  height: 50px;
  line-height: 50px;
  color: #1784fc;
  padding-left: 10px;
  margin-bottom: 0;
}
.couponDetails h2 b {
  font-size: 14px;
  color: #333;
}
.couponDetails h2 span {
  font-size: 14px;
  color: #333;
  float: right;
  margin-right: 20px;
}
.couponDetails h2 span b {
  margin: 0;
  color: #1784fc;
}

