.head {
  height: 41px;
  background: #F5F5F5;
  justify-content: flex-end;
  padding-right: 25px;
}
.divide {
  margin: 0 12px;
  width: 1px;
  height: 16px;
  background: #696969;
}
.number {
  margin-right: 5px;
}
.shareImg:not(:last-child) {
  margin-right: 28px;
}
.type {
  color: #D23B41;
}
.detail {
  /* TODO:改动1 */
  /* padding: 18px 100px 55px; */
  padding: 15px 25px 15px;
  background: #FCFCFC;
  border: 1px solid #E7E7E8;
  border-top: none;
}
.detail .line {
  width: 1px;
  height: 16px;
  background: #D8D8D8;
  margin: 0 12px;
}
.detail .title {
  font-style: italic;
  margin-bottom: 13px;
}
.author {
  /*color: #2265D5;*/
  flex: 1;
}
.hideBtn {
  color: #2265D5;
  position: relative;
  font-size: 16px;
  padding-right: 12px;
}
.hideBtn::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  background: #fff;
  border: 1px solid #2265D5;
  top: 4px;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
  cursor: pointer;
  transition: all .3s ease;
}
.hideBtn.showMore::after {
  top: 4px;
  transform: rotate(-135deg);
}
.views {
  border-bottom: 1px solid #E1E1E1;
}
.download {
  padding: 11px 15px;
  border-radius: 3px;
  margin-right: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.fullText {
  background: #333333;
}
.pdf {
  background: #D23B41;
}
.citation {
  background: #FFFFFF;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #B2B2B2;
}
.supplement {
  background: #F1F1F1;
  position: relative;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}
.citation .download {
  padding: 8px 8px 8px 10px;
}
.citeTag {
  flex-direction: column;
  margin-right: 30px;
}
.showIcon {
  transition: all .3s ease;
}
.showIcon.active {
  transform: rotate(-180deg);
}
.options {
  position: absolute;
  width: 100%;
  bottom: 1px;
  left: 0;
  transform: translateY(100%);
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.options li {
  line-height: 30px;
  position: relative;
  padding: 0 9px 0 28px;
  border-bottom: 1px solid #F1F1F1;
}
.options li:last-child {
  border: none;
}
.options li::after {
  content: '';
  position: absolute;
  width: 11px;
  height: 12px;
  background: url(/file/web/images/download2.png) no-repeat center;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}
.options li:hover a {
  text-decoration: underline;
  /* color: var(--theme); */
  color: #0B56D2;
}
.options li.active::after {
  background-image: url(/file/web/images/downloadActive.png);
}

.moreBox {
  border-top: 1px solid #E1E1E1;
  padding-top: 13px;
}
.moreBox .prev,
.moreBox .next {
  flex: 0 0 460px;
}
.none {
  display: none;
}
.block {
  display: block;
}

/* 邮箱 */
.emailBox {
  position: relative;
  display: inline;
}

.emailBox .icon:hover+.email {
  display: inline;
}

.emailBox .icon:active+.email {
  display: inline;
}

.emailBox .email:hover {
  display: inline;
}

.emailBox .email {
  background-color: #d7d7d7;
  padding: 8px 30px;
  border-radius: 10px;

  position: absolute;
  z-index: 6;
  left: -10px;
  top: 22px;
  color: #333;
  display: none;
}

.emailBox .email::after {
  content: "";
  position: absolute;
  left: 10px;
  top: -8px;

  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #d7d7d7;
}