.margin-top0 {
  margin-top: 0px;
}
.threed-details {
  margin-top: 73px;
}
.threed-details-top {
  display: flex;
  align-items: center;
  justify-content:space-between;
}

.threed-details-likes {
  width: 94px;
  height: 28px;
  font-size: 16px;
  line-height: 1;
  color: var(--theme-font-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--theme-font-color);
  cursor: pointer;
}
.threed-details-likes-numb {
  margin-left: 7px;
}
.threed-details-likes-img {
  margin-right: 5px;
  width: 14px;
}
.threed-details-content {
  display: flex;
  justify-content: space-between;
  line-height: 26px;
  border-top: 1px solid #000;
  padding-top: 30px;
  margin-top: 30px;
}
.threed-details-content p {
  line-height: 26px;
}
.threed-details-content img {
  display: block;
}
.details-content-left {
  width: 805px;
}
.details-content-title {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.details-content-right {
  width: 313px;
}
.details-content-right .threed-title {
  font-size: 20px;
}
.details-content-right .threed-subtitle {
  margin: 8px 0 20px;
}
/* 左边 */
.details-briefly , .details-reference {
  border-top: 1px solid #000;
  padding-top: 32px;
  color: #808080;
}
.details-briefly p,
.details-reference p{
  /* margin-bottom: 26px; */
  text-align:justify;
}

/* .details-briefly>img,
.details-briefly>video,
.details-briefly>audio,
.details-reference>img,
.details-reference>video,
.details-reference>audio{
  margin-bottom: 26px;
} */

.details-briefly img,
.details-briefly video,
.details-briefly audio,
.details-reference img,
.details-reference video,
.details-reference audio{
  width: 100%;
}

.details-briefly :last-child,
.details-reference :last-child  {
  margin-bottom: 0;
}

.details-briefly + .threed-title {
  margin-top: 65px;
}

/* 右边 */
.details-sharing-list {
  border-top: 1px solid #000;
  padding-top: 17px;
  display: flex;
  flex-direction: column;
}
/* .details-sharing-pic-name :first-child {
  width: 240px;
} */
.details-sharing-item {
  font-weight: bold;
  background-size: cover;
  line-height: 1;
  position: relative;
}
.details-sharing-item>a{
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.details-sharing-item + .details-sharing-item {
  margin-top: 14px;
}
.details-sharing-pic {
  width: 100%;
}
.details-sharing-item .details-sharing-pic-name {
  box-sizing: border-box;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.details-sharing-pic-name p {
  color: #fff;
  position: absolute;
  left: 12px;
  bottom: 14px;
}
.threed-details-likes-phone {
  display: none;
}
/* 分页器 */
.threed-details-more {
  display: flex;
  justify-content: space-between;
  color: var(--theme-font-color);
  margin-top: 96px;
}
.threed-details-more a {
  color: var(--theme-font-color);
}
.details-more-previous, .details-more-next {
  display: flex;
  align-items: center;
}
.details-more-previous-button, .details-more-next-button {
  width: 121px;
  height: 28px;
  border: 1px solid var(--theme-font-color);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.details-more-previous-button {
  margin-right: 21px;
}
.details-more-next-button {
  margin-left: 21px;
}
.previous-button-img {
  width: 21px;
  height: 9px;
  display: block;
}
.details-more-previous-button .previous-button-img {
  margin-right: 5px;
}
.details-more-next-button .previous-button-img {
  margin-left: 5px;
}
.details-more-title {
  width: 182px;
  font-size: 12px;
  white-space:nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.details-more-title a {
  display: block;
}

.details-more-return {
  width: 207px;
  display: flex;
  align-items: center;
  justify-content:space-between;
  position: relative;
}
.details-more-return-button {
  width: 154px;
  height: 28px;
  border: 1px solid var(--theme-font-color);
  text-align: center;
  line-height: 28px;
}

.details-more-return::after, .details-more-return::before {
  position: absolute;
  display:block;
  content: '';
  width: 132px;
  height: 1px;
  background-color: var(--theme-font-color);
}
.details-more-return::after {
  right: -152px;
}
.details-more-return::before {
  left: -152px;
}

.details-more-return-left, .details-more-return-right {
  width: 5px;
  height: 5px;
  background-color: var(--theme-font-color);
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  /* .threed-banner-detail {
    justify-content: unset;
    padding-top: 80px;
  } */
  .threed-banner-pic {
    height: auto;
  }
  .threed-details {
    margin-top: 36px;
    justify-content: center;

  }
  .threed-details-content p {
    font-size: 13px;
    line-height: 29px;
  }
  .threed-details-content iframe {
    width: 100%;
    height: 256px;
  }

  .threed-currency-score {
    width: 100%;
    height: auto;
    margin: 0;
    position: unset;
    flex-direction: row;
    padding-bottom: 17px;
    border-bottom: 1px solid;
  }
  .currency-score-content {
    margin: 0;
  }
  .threed-details-likes {
    display: none;
  }
  .threed-details-content {
    border: none;
    padding-top: 0px;
    margin-top: 27px;
    flex-direction: column;
  }
  .details-content-title {
    text-align: left;
  }
  .details-content-left, .details-content-right {
    width: 100%;
  }

  /* 左边 */
  .details-briefly {
    padding-top: 18px;
  }
  .details-briefly-desc {
    font-size: 13px;
    line-height: 29px;
  }

  .details-briefly p,
  .details-reference p{
    margin-bottom: 10px;
  }

  .details-briefly>img,
  .details-briefly>video,
  .details-briefly>audio,
  .details-reference>img,
  .details-reference>video,
  .details-reference>audio{
    margin-bottom: 10px;
  }

  .details-briefly img,
  .details-briefly video,
  .details-briefly audio,
  .details-reference img,
  .details-reference video,
  .details-reference audio{
    width: 100%;
  }

  .details-briefly :last-child,
  .details-reference :last-child  {
    margin-bottom: 0;
  }

  .details-briefly + .threed-title {
    margin-top: 41px;
  }
  .details-reference {
    padding-top: 15px;
  }
  
  .details-reference p:first-child img {
    margin-top: 0;
  }

  .threed-details-likes-phone {
    /* width: 113px; */
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 27px;
  }
  .threed-details-likes-phone .threed-details-likes {
    width: 90px;
    font-size: 11px;
    height: 20px;
    display: flex;
  }
  .threed-details-likes-img {
    width: 11px;
  }
  .threed-details-likes-phone .likes-left, .threed-details-likes-phone .likes-right{
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: var(--theme-font-color);
  }
  .threed-details-likes-phone .likes-left {
    margin-right: 10px;
  }
  .threed-details-likes-phone .likes-right {
    margin-left: 10px;
  }
  .threed-details-likes-phone::after, .threed-details-likes-phone::before {
    width: 28%;
    height: 1px;
    content: '';
    background-color: var(--theme-font-color);
    display: block;
    position: absolute;
  }
  .threed-details-likes-phone::after {
    right: 0;
  }
  .threed-details-likes-phone::before {
    left: 0;
  }
  .threed-details-likes-phone .threed-details-likes-numb {
    margin-left: 4px;
  }

  /* 右边 */
  .details-content-right {
    margin-top: 35px;
  }
  .details-sharing-list {
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: space-between; */
  }
  .details-sharing-item {
    width: 49%;
    margin-bottom: 10px;
  }
  /* .details-sharing-item:nth-last-child(1),
  .details-sharing-item:nth-last-child(2) {
    margin-bottom: 0;
  } */
  .details-sharing-item:nth-child(2n) {
    margin-left: 2%;
  }
  .details-sharing-item + .details-sharing-item {
    margin-top: 0;
  }
  .details-sharing-item .details-sharing-pic-name {
    /* padding: 72px 5px 7px; */
    font-size: 11px;
  }

  /* 分页器 */
  .threed-details-more {
    margin-top: 37px;
  }
  .details-more-return::before, .details-more-return::after {
    display: none;
  }
  .details-more-title {
    display: none;
  }

  .details-more-previous-button, .details-more-next-button {
    margin: 0;
  }
  .details-more-return {
    width: 126px;
  }
  .details-more-return-button,.details-more-previous-button, .details-more-next-button {
    font-size: 11px;
    line-height: 20px;
    width: 90px;
    height: 20px;
  }
  .details-more-return-left, .details-more-return-right {
    width: 2px;
    height: 2px;
  }

  .previous-button-img {
    width: 20px;
    height: 10px;
  }
  .details-more-previous-button .previous-button-img {
    margin-right: 4px;
  }
  .details-more-next-button .previous-button-img {
    margin-left: 4px;
  }
}
