.quiz-res-page {
  max-width: unset;
}
.res-info {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.res-info h1 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.res-info .ad-wrap {
  width: 728px;
}

.res-info .card {
  max-width: 600px;
  margin: 0 auto;
  background: linear-gradient(147deg, rgba(165, 46, 160, 1) 0%, rgba(255, 45, 52, 1) 53%, rgba(138, 3, 145, 1) 100%);
  padding: 20px;
  position: sticky;
  top: 60px;
}

.res-info .card .content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.res-info .card .content .detail .head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.res-info .card .content .detail .head > span {
  margin-left: 20px;
}

.res-info .card .content .detail .head > span span {
  font-weight: bold;
  color: #8100e6;
}

.res-info .card .content .detail .body h2 {
  font-size: 24px;
  margin: 0 0 5px 0;
}

.res-info .card .content .detail .body p {
  font-size: 16px;
  margin: 0 0 15px 0;
}

.res-info .card .content .detail .body :global(.lazy-image-wrap) {
  border-radius: 5px;
  overflow: hidden;
}

.res-info .card .content .detail .body :global(img) {
  width: 100%;
  height: auto;
}

.res-info .card .action {
  display: flex;
  justify-content: space-between;
}

.res-info .card .action .head {
  height: 35px;
  line-height: 28px;
  padding: 5px 0;
  text-align: center;
  background-color: #373737;
  color: #fff;
  font-weight: bold;
}

.res-info .card .action .head span {
  color: var(--fontColor);
}

.res-info .card .action .left {
  width: calc(50% - 5px);
  text-align: center;
}

.res-info .card .action .right {
  width: calc(50% - 5px);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 10px;
}

.res-info .card .action .right .share-icon-list {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.res-info .card .action .right .share-icon-list .icon-wrap {
  cursor: pointer;
  border-radius: 5px;
  border: 1px #e6e7e8 solid;
  padding: 6.5px;
  margin: 0 6px;
  height: 40px;
}

.res-info .card .action .right .share-icon-list .icon-wrap:hover {
  border-color: #333;
}

.res-info .card .action .right .link {
  padding: 0 15px;
  margin-bottom: 10px;
}

.res-info .card .action .right .link p {
  margin: 3px 0;
  font-size: 12px;
  color: #333;
}

.res-info .card .action .right .link .input-wrap {
  position: relative;
}

.res-info .card .action .right .link input {
  height: 37px;
  font-size: 11px;
  border: 1px var(--subColor) solid;
  padding: 5px 2px 5px 35px;
  outline: none;
  border-radius: 5px;
  color: #1e4886;
  width: 100%;
}

.res-info .card .action .right .link img {
  position: absolute;
  top: 8px;
  left: 8px;
}

.res-info .card .action .right .copy {
  padding: 0 15px;
}

.res-info .card .action .right .copy button {
  cursor: pointer;
  background-color: var(--subColor);
  padding: 8px 0;
  border: none;
  width: 100%;
  border-radius: 5px;
  color: #f9e58a;
  font-weight: bold;
}

.res-info .card .action .right .copy button:hover {
  background-color: #d20530;
}

.res-info .share-img-wrap {
  position: fixed;
  bottom: 0;
  right: 100%;
  pointer-events: none;
}

.res-info .share-img-wrap .share-img {
  position: relative;
  display: flex;
  width: 1205px;
  height: 630px;
  background: linear-gradient(147deg, rgba(165, 46, 160, 1) 0%, rgba(255, 45, 52, 1) 53%, rgba(138, 3, 145, 1) 100%);
  padding: 15px;
}

.res-info .share-img-wrap .share-img .img-wrap {
  flex-shrink: 0;
  width: 50%;
  border-radius: 10px;
  padding: 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.res-info .share-img-wrap .share-img .img-wrap img {
  width: 100%;
  height: auto;
}

.res-info .share-img-wrap .share-img .title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.res-info .share-img-wrap .share-img .title span {
  padding: 0 30px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.res-info .share-img-wrap .share-img p {
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: bold;
  right: 10px;
  bottom: 15px;
}

.you-may-like {
  margin: 30px auto;
  max-width: 1500px;
}
.you-may-like h2 {
  color: var(--subColor);
  font-size: 18px;
  margin: 10px auto;
  padding: 0 20px;
  max-width: 1500px;
  &::after {
    content: '';
    display: block;
    margin-top: 5px;
    height: 3px;
    width: 100%;
    background-color: var(--subColor);
  }
}
.you-may-like .detail-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, 375px);
  justify-content: center;
  justify-items: center;
  margin: 10px -5px 0 -5px;
}
.you-may-like .detail-list .col {
  width: 360px;
}
.you-may-like .detail-list .content-item .img-wrap {
  aspect-ratio: 16 / 9;
}
.you-may-like .detail-list .content-item .img-wrap img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .res-info {
    padding: 0;
    width: 100%;
  }

  .res-info .ad-wrap {
    width: 100%;
  }

  .res-info h1 {
    font-size: 14px;
    margin: 10px 10px 0 10px;
    padding: 9px 12px;
    background-color: #fff;
  }

  .res-info .card {
    padding: 15px;
    margin: 0 10px;
  }

  .res-info .card .content {
    padding: 15px;
  }

  .res-info .card .content .detail .head > span {
    font-size: 13px;
    margin-left: 15px;
  }

  .res-info .card .content .detail .body h2 {
    font-size: 20px;
  }

  .res-info .card .content .detail .body p {
    font-size: 13px;
  }

  .res-info .card .action {
    flex-flow: column;
  }

  .res-info .card .action .left {
    width: 100%;
    margin-bottom: 15px;
  }

  .res-info .card .action .left button {
    margin: 0 0 15px 0;
  }

  .res-info .card .action .right {
    width: 100%;
  }
}

.res-info .action {
  display: flex;
}

.res-info .action .left {
  display: flex;
  overflow: hidden;
  flex-shrink: 0;
  width: 50%;
  position: relative;
  margin-right: 10px;
}

.res-info .action {
  width: 100%;
  background-color: transparent !important;
  padding: 0 !important;
}

.res-info .action .btn-action {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.res-info .action a {
  width: calc(50% - 5px);
}

.res-info .action button {
  border: none;
  outline: none;
  border-radius: 10px;
  overflow: hidden;
  background-color: #1cb06d;
  color: #fff;
  width: 100%;
  height: 45px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.res-info .action button.next {
  background-color: #8100e6;
  color: #fff;
}

.res-info .action button:hover {
  background-color: #f1ff00;
  color: #8100e6;
}

@media screen and (max-width: 640px) {
  .res-info .card {
    max-width: calc(100vw - 20px);
  }

  .res-info .action {
    flex-flow: column;
  }

  .res-info .action .left,
  .res-info .action .right {
    width: 100%;
  }

  .res-info .action .left {
    margin-bottom: 10px;
  }

  .res-info .action .btn-action {
    flex-flow: column;
  }
  .res-info .action .btn-action a {
    width: 100%;
  }
  .res-info .action .btn-action a:first-child {
    margin-bottom: 10px;
  }
}

.right-module {
  width: 300px;
  margin-left: 30px;
  flex-shrink: 0;
}
.right-module .advert-wrap {
  position: sticky;
  top: 60px;
}

@media screen and (max-width: 1200px) {
  .quiz-res-page {
    flex-flow: column;
  }
  .quiz-res-page .res-info {
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
  }
  .quiz-res-page .res-info .right-module {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .quiz-res-page .right-module {
    width: 100%;
    margin-left: 0;
  }
  .you-may-like {
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .you-may-like .detail-list {
    margin: 0;
    grid-template-columns: repeat(auto-fill, 100%);
  }
  .you-may-like .detail-list .col {
    width: 100%;
  }
  .abstract {
    padding: 0 10px;
  }
  .desc {
    padding: 0 10px;
  }
}
.desc img {
  width: 100%;
}
#resImage {
  width: 100%;
}
