.res-detail {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 40px;
}

.res-title {
  height: 46px;
  background: linear-gradient(137deg, #1565ff 0%, #96baff 100%);
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 46px;
  text-align: center;
}
.res-body {
  padding: 32px;
}
.res-info {
  display: flex;
  align-items: center;
}
.res-img {
  width: 220px;
  /* height: 405px; */
  background-color: skyblue;
}
.res-text {
  margin-left: 32px;
  height: 305px;
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1f2431;
  line-height: 15px;
}
.res-introduce-title {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1f2431;
  line-height: 25px;
  margin-top: 32px;
}
.res-introduce-text {
  margin-top: 12px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #41464f;
  line-height: 18px;
}
.lres-link-text {
  margin-top: 60px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #41464f;
  line-height: 18px;
  margin-bottom: 8px;
}

.sele-copy-box .sele-copy-item {
  height: 36px;
  border-bottom: 1px solid #f1f4fd;
  display: flex;
  align-items: center;
}
.sele-copy-item input {
  width: 16px;
  height: 16px;
}
.sele-copy-item a {
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #060606;
  line-height: 18px;
  margin: 0 4px;
  flex: 1;
  text-decoration: none;
}
.sele-copy-item .sele-btn {
  cursor: pointer;
  padding: 0 8px;
  height: 26px;
  border-radius: 4px;
  border: 1px solid #1565ff;
  box-sizing: border-box;
  line-height: 24px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1565ff;
  text-align: center;
}
.sele-copy-item .all-text {
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1565ff;
  line-height: 18px;
  margin-right: 36px;
}
