.top-laug {
  position: relative;
  display: inline-block;
  margin-left: 0.8rem;
  vertical-align: top;
  padding-top: 0.9rem;
  height: 3.1rem;
  z-index: 1000;
  line-height: normal;
}
.top-laug.active .top-laug-mask {
  display: block;
  z-index: 1000;
}
.top-laug.active .top-laug-mask li.active {
  border-radius: 4px;
}
.top-laug.active .top-laug-mask li.active span {
  background-color: #f9eeee;
  color: #C05555;
}
.top-laug.active .top-laug-mask li.active img {
  display: block;
}
.top-laug.active .top-laug-mask li:hover span {
  background-color: #f9eeee;
}
.top-laug.active .top-laug-show-jt {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.top-laug .top-laug-show span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-laug .top-laug-show {
  display: flex;
  position: relative;
  font-size: 14px;
  color: #fff;
  /* line-height: 16px; */
  align-items: center;
  cursor: pointer;
}
.top-laug .top-laug-mask {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -65px;
  margin-top: 1rem;
  width: 130px;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0px 1px 8px 0px rgba(23, 89, 133, 0.2);
  border-radius: 4px;
}
.top-laug .top-laug-mask li {
  position: relative;
  display: flex;
  padding: 2px 0;
  font-size: 12px;
  border-bottom: 1px solid #f3f3f1;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  list-style: none;
  overflow: hidden;
}
.top-laug .top-laug-mask li span {
  display: block;
  padding: 4px 4px;
  width: 100%;
  line-height: 18px;
  border-radius: 4px;
  color: #000;
}
.top-laug .top-laug-mask li img {
  position: absolute;
  right: 4px;
  width: 16px;
  display: none;
}
.top-laug .top-laug-show-img {
  height: 1.25rem;
}
.top-laug .top-laug-show-jt {
  margin-left: auto;
  width: 12px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.ieBody .top-laug .top-laug-show-jt {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
.ieBody.arData .top-laug .top-laug-show-jt {
  position: absolute;
  left: 10px;
  right: auto;
  top: 50%;
  margin-top: -3px;
}
.arData .top-laug .top-laug-show-img {
  margin-right: 0;
  margin-left: 6px;
}
.arData #feature-last {
  direction: ltr;
}
.ieBody .top-laug .top-laug-show span {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
}
button:focus {
  outline: none !important;
}
.ieBody .top-laug .top-laug-mask li span {
  display: inline-block;
}
.arData .top-laug .top-laug-mask li img {
  margin-left: 5px;
  margin-right: 0;
}
.arData .top-laug {
  margin-right: 0.8rem;
  margin-left: 0;
}
.ieBody .new-p1 .con ul li .list-text p {
  word-break: break-all;
}
.ieBody .top-laug .top-laug-show-img {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-height: 900px) {
  #topLaugMask {
    height: 65vh;
    overflow-y: scroll;
  }
}
