.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}
.announcing-removal-pop {
  background: url("../images/announcing-removal/pop-bg.png") no-repeat top center #fff;
  width: 1200px;
  height: 100%;
  padding: 135px 30px 20px;
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
}
.announcing-removal-pop * {
  font-size: 14px;
  color: #353535;
  margin: 0;
}
.announcing-removal-pop .removal-box {
  max-height: calc(100vh - 240px);
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #F6F8F9;
}
.announcing-removal-pop .removal-box::-webkit-scrollbar {
  width: 6px;
  border-radius: 5px;
  background: #F3F3F3;
}
.announcing-removal-pop .removal-box::-webkit-scrollbar-thumb {
  width: 6px;
  background: #D3D3D3;
  border-radius: 3px;
}
.announcing-removal-pop .removal-box .top-des {
  text-align: center;
  padding: 8px;
  background: rgba(255, 104, 3, 0.08);
  border-top-left-radius: 8px;
  font-weight: bold;
  font-size: 14px;
  color: #FF6803;
}
.announcing-removal-pop .removal-box .text-content {
  padding: 20px 30px;
}
.announcing-removal-pop .removal-box .removal-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 50px;
  color: #353535;
  text-align: center;
  margin-bottom: 12px;
}
.announcing-removal-pop .removal-box dl {
  margin-bottom: 20px;
}
.announcing-removal-pop .removal-box dl:last-of-type {
  margin-bottom: unset;
}
.announcing-removal-pop .removal-box dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.announcing-removal-pop .removal-box dl dd {
  margin-bottom: 10px;
}
.announcing-removal-pop .removal-box .info-tips {
  color: #5BC000;
}
.announcing-removal-pop .removal-box .jump-link {
  color: #FF6803;
}
.announcing-removal-pop .removal-box .jump-link:before {
  background: url("../images/announcing-removal/small-hand-icon.png") no-repeat center;
  width: 20px;
  height: 13px;
  content: '';
  display: inline-block;
  vertical-align: bottom;
  margin-right: 4px;
  margin-bottom: 2px;
}
.announcing-removal-pop .label-row {
  padding-left: 12px;
  margin-top: 10px;
  font-size: 14px;
  color: #001010;
}
.announcing-removal-pop .label-row .check-label {
  cursor: pointer;
  color: #001010;
  transition: all 0.3s ease-in-out;
}
.announcing-removal-pop .label-row .check-label:before {
  background: url("../images/announcing-removal/check-icon.png") no-repeat center;
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.announcing-removal-pop .label-row .check-label.active:before {
  background: url("../images/announcing-removal/check-active-icon.png") no-repeat center;
}
.announcing-removal-pop .label-row .deal-tag {
  color: #B78B3B;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.announcing-removal-pop .label-row .deal-tag:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.announcing-removal-pop .sign-row {
  text-align: right;
}
.announcing-removal-pop .the-btn {
  margin-top: 28px;
  text-align: center;
}
.announcing-removal-pop .the-btn .btn {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 76px;
  border-radius: 4px;
  background: #5BC000;
  cursor: pointer;
}
.announcing-removal-pop .the-btn .btn:hover {
  background: #70d614;
}
@media screen and (max-width: 1360px) {
  .announcing-removal-pop .the-btn {
    bottom: -36px;
  }
}
/*# sourceMappingURL=announcing-removal.css.map */