/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.xui-ant__head-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 18px;
}
.xui-ant__head-line--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
.xui-ant__head-line--title--back {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 21px;
  color: #999;
  font-weight: normal;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}
.xui-ant__head-line--title--back:hover {
  color: #1890ff;
  border-color: #1890ff;
}
.xui-ant__head-line--title--back::after {
  position: absolute;
  top: 50%;
  right: -12px;
  width: 1px;
  height: 20px;
  background-color: #d8d8d8;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
}
