@charset "utf-8";
.ency {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}

.ency-content {
  width: 600px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: 25px;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  background-color: var(--color-fill-1);
  border-radius: 5px;
  overflow: hidden;
  padding: 16px 0 0;
}

.ency-hd {
  padding: 0 20px;
  position: relative;
}

.ency-hd:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  background-color: var(--color-line-1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.ency-close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

.ency-close:hover {
  opacity: 0.8;
}

.ency-close .icon-close {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
}

.ency .nav--ency {
  font-size: 14px;
  font-size: var(--font-size-base);
}

.ency .nav--ency .ency-nav-items {
  line-height: 38px;
}

.ency .nav--ency .ency-nav-items .we-nav-item {
  height: 38px;
  line-height: 38px;
}

.ency .nav--ency .ency-nav-items .we-nav-item:hover:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.ency .nav--ency .ency-nav-items .we-nav-item:after {
  background-color: #f69c00;
  background-color: var(--color-brand1);
}

.ency .nav--ency .ency-nav-items.cur .we-nav-item {
  height: 38px;
  line-height: 38px;
  font-size: 15px;
}

.ency-bd {
  padding: 16px 20px 16px;
  height: 398px;
  overflow: hidden;
  overflow-y: auto;
}

.ency-bd::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.ency-bd::after {
  content: "";
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 46px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.7)));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
}

.ency-title {
  font-size: 18px;
  font-size: var(--font-size-l);
  color: #3c3c3c;
  color: var(--color-text-1);
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ency-info {
  padding: 13px 16px;
  border-radius: 3px;
  border-radius: var(--corner-2);
  overflow: hidden;
  background-color: #ca3a39;
  background-color: var(--ency-info-bg);
}

.ency-info-hd {
  display: inline-block;
  width: 80px;
  vertical-align: middle;
}

.ency-info-pic {
  width: 80px;
  height: 80px;
  display: block;
}

.ency-info-bd {
  width: 422px;
  margin-left: 16px;
  display: inline-block;
  vertical-align: middle;
}

.ency-info-title {
  color: #fff;
  color: var(--color-text0-1);
  font-weight: bold;
  line-height: 1.3;
  line-height: var(--font-lineheight-1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ency-title-txt {
  display: inline-block;
  font-size: 15px;
}

.ency-title-num {
  font-size: 14px;
  font-size: var(--font-size-base);
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  color: var(--color-text0-3);
  margin-left: 6px;
}

.ency-des {
  color: #fff;
  color: var(--color-text0-1);
  font-size: 12px;
  font-size: var(--font-size-xs);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 5px;
  white-space: normal;
  overflow: hidden;
  line-height: 1.7;
  line-height: var(--font-lineheight-3);
}

.ency-list {
  margin: 10px -10px 0 0;
  white-space: normal;
}

.ency-list.ency-list--teammod {
  margin: 0 -5px;
}

.ency-list-item {
  display: inline-block;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  padding-right: 10px;
  position: relative;
}

.ency-list-box {
  padding: 5px 6px 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #eeeeee;
  border: 2px solid var(--ency-list-line);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
}

.ency-list-box:hover, .ency-list-box.cur {
  border-color: #f69c00;
  border-color: var(--color-brand1);
}

.ency-list-pic {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.ency-list-des {
  font-size: 12px;
  font-size: var(--font-size-xs);
  color: #757575;
  color: var(--color-text-2);
  margin-top: 1px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ency-wrap {
  height: 458px;
  padding: 20px;
  background-color: #fff;
  background-color: var(--color-fill-1);
}

.ency-list--teammod .ency-list-item {
  width: 20%;
  padding: 0 5px;
}

.ency-list--teammod .ency-list-des {
  height: 23px;
  line-height: 23px;
}

.ency-list--bg.ency-list {
  margin: 0 -5px;
}

.ency-list--bg .ency-list-item {
  width: 20%;
  padding: 0 5px;
}

.ency-list--bg .ency-list-des {
  height: 23px;
  line-height: 23px;
}

.ency-list--bg .ency-list-box {
  border-color: transparent;
}

.ency-list--bg .ency-list-box:hover {
  border-color: #ffb300;
  border-color: var(--color-line-video1-2);
}

.ency-list--bg .ency-list-box:hover .ency-list-btn {
  display: block;
}

.ency-list--bg .ency-list-box:hover .ency-list-des {
  opacity: 0;
}

.ency-list-btn {
  position: absolute;
  bottom: 9px;
  right: 10px;
  left: 10px;
  text-align: center;
  border-radius: 2px;
  background-color: #ffca28;
  background-color: var(--color-fill-video1-2);
  color: #000;
  color: var(--color-text-4);
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  display: none;
}

.ency-list-btn:hover {
  color: #000;
  color: var(--color-text-video-4);
}
