
/* 新补充的 */
a {
    text-decoration: none;
  }
  .diy-top {
    width: 100%;
    margin-top: -0.003rem;
    opacity: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 1.15rem 0;
  }
  .diy-top img {
    width: 100%;
  }
  .diy-top .diy-tit1 {
    position: absolute;
    font-size: 1.5rem;
    font-weight: 400;
    left: 7.2rem;
    top: 1.35rem;
    letter-spacing: 0px;
    background: linear-gradient(
      90deg,
      rgb(199, 103, 8) 0%,
      rgba(78, 180, 194, 0.75) 46.74%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
  }
  .diy-top .diy-tit2 {
    position: absolute;
    font-size: 1.5rem;
    font-weight: 400;
    left: 9.2rem;
    top: 3.35rem;
    letter-spacing: 0px;
    background: linear-gradient(
      90deg,
      rgb(199, 103, 8) 0%,
      rgba(155, 196, 194, 0.77) 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
  }
  .diy-container {
    width: 100%;
    opacity: 1;
    background: linear-gradient(
      180deg,
      rgba(222, 189, 80, 0.83) 0%,
      rgba(214, 130, 71, 0.94) 22.11%,
      rgba(222, 148, 84, 0.99) 57.36%,
      rgba(232, 195, 130, 0.88) 100%
    );
  }
  .diy-warp {
    margin-top: 0.005rem;
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding-bottom: 2rem;
  }
  
  .diy-warp .diy-fixed {
    width: 5.03rem;
    opacity: 1;
    background: #f7f0d7;
    position: sticky;
    top: 1.4rem;
    left: 0.74rem;
    padding: 0.66rem 0.45rem;
    z-index: 99;
    overflow-y: auto;
    max-height: 80vh;
  }

/* 全局滚动条样式 */
.diy-warp .diy-fixed::-webkit-scrollbar {
  width: 8px; /* 垂直滚动条的宽度 */
  height: 8px; /* 水平滚动条的高度 */
}

/* 滚动条轨道的样式 */
.diy-warp .diy-fixed::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1); /* 轨道的背景色，设置为透明 */
}

/* 滚动条滑块的样式 */
.diy-warp .diy-fixed::-webkit-scrollbar-thumb {
  background: #d39652; /* 滑块的背景色，设置为半透明 */
  border-radius: 4px; /* 滑块的圆角 */
}

/* 滚动条滑块在hover时的样式 */
.diy-warp .diy-fixed::-webkit-scrollbar-thumb:hover {
  background: #8a370e; /* 滑块hover时的背景色，设置为更深色的半透明 */
}


  .diy-warp .diy-fixed::after {
    content: "";
    position: absolute;
    left: 0.16rem;
    top: 0.21rem;
    width: 0.41rem;
    height: 0.4rem;
    border-radius: 50%;
    opacity: 1;
    background: #e8d282;
  }
  .diy-warp .diy-fixed .diy-list {
    display: flex;
    align-items: center;
    font-size: 0.22rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0.6653rem;
    margin-bottom: 0.2rem;
  }
  .diy-warp .diy-fixed .diy-list a {
    color: #e08f2b;
    font-size: 0.19rem;
    line-height: 1.5;
    margin-bottom: 0.26rem;

  }
  .diy-warp .diy-fixed .diy-list img {
    width: 0.68rem;
    transition: all 0.5s;
    transform: rotate(0deg);
  }
  .diy-warp .diy-fixed .diy-list:hover img {
    transform: rotate(360deg);
  }
  .diy-warp .diy-bigbox {
    display: flex;
    position: relative;
    left: 1.54rem;
    width: 100%;
    top: 1rem;
  }
  .diy-warp .diy-bigbox .diy-cb {
    width: 3.03rem;
    position: absolute;
    left: -3.03rem;
    top: 2.24rem;
  }
  .diy-warp .diy-box {
    width: 11.23rem;
    opacity: 1;
    position: relative;
    background: linear-gradient(
      180deg,
      rgb(242, 194, 111) 0%,
      rgba(242, 226, 167, 0.43) 100%
    );
    padding: 1.15rem 1.3rem 0 1.25rem;
  }
  .diy-warp .diy-box .diy-box-item {
    margin-bottom: 1.32rem;
  }
  .diy-warp .diy-box .diy-box-item .diy-title {
    display: inline-block;
    opacity: 1;
    padding: 0.1rem 0.25rem;
    border-radius: 0.25rem;
    background: #f79e45;
    font-size: 0.36rem;
    font-weight: 400;
    color: #8a370e;
    
    font-family: fantasy
  }
  .diy-warp .diy-box .diy-box-item img {
    width: calc(100% - 0.2rem);
    margin: 0.2rem 0;
  }
  .diy-warp .diy-box .diy-box-item .diy-text {
    font-size: 0.28rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #964d11;
    margin-bottom: 0.72rem;
    margin-left: 0.2rem;
  }
  .diy-warp .diy-box::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0.35rem;
    height: 100%;
    background: url(https://static.igem.wiki/teams/5468/special/gun.png) top center;
  }
  .diy-warp .diy-box .diy-jdt {
    position: absolute;
    right: -2rem;
    bottom: 0;
    height: 0;
    z-index: 99;
    width: 4.91rem;
    background: url(https://static.igem.wiki/teams/5468/special/tm.png) top right;
    transition: height 0.3s ease;
    transform: scale(0.82);
  }
  .diy-warp .diy-box .diy-qiu {
    position: absolute;
    left: -0.5rem;
    top: 4.03rem;
    width: 1.88rem;
    height: 1.88rem;
    border: 0.2rem solid #e7a450;
    opacity: 1;
    border-radius: 50%;
    background: url(https://static.igem.wiki/teams/5468/special/qiu.jpg)
      no-repeat center center/cover;
  }

  .diy-totop {
    position: fixed;
    right: -0.5rem;
    bottom: 0;
    transition: all 0.5s;
    transform: rotate(0deg);
    width: 3rem;
    z-index: 999999;
  }
  .diy-totop:hover {
    transform: rotate(360deg);
  }
  #totopLink {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .diy-show {
    opacity: 1 !important;
    visibility: visible !important;
  }
  