.yn-detail-v1 .box {
  display: flex;
  /* flex-direction: row; */
  flex-direction: row-reverse;
  width: 100%;
}

.yn-detail-v1 .box .left {
  width: 80%;
}

.yn-detail-v1 .box .right {
  width: 20%;
  margin-right: 20px;

  position: -webkit-sticky;
  /* 对于 Safari */
  position: sticky;
  top: 101px;
}

.author {
  font-style: italic;
}

.recommend {
  border: 2px solid #E6E8EB;
  /* padding: 16px 10px; */
  border-radius: 4px;
}

.recommend .list {}

.recommend .item {
  text-align: left;
  color: #333;
}

.recommend .item a {
  text-decoration: underline;
  color: #333;
}

.recommend .item a:hover {
  text-decoration: unset;
}

.plate .item {
  color: #333 !important;
  background-color: #F0F2F5;
  padding: 10px 20px;
  border-radius: 8px;
}

.plate .item p {
  color: #333 !important;
}

.plate .item .name {
  text-align: left;
}

.plate .item .name h2 {
  font-size: 24px;
  color: #FF6B00;
}

.plate .item .content h3 {
  font-size: 20px;
}

.plate .item .summary {}

.plate .item .content {
  text-align: left;
}

.plate .item .content p {
  background-color: inherit !important;
  text-wrap-mode: unset !important;
  font-family: Roboto !important;
}

.plate .item .content span {
  font-family: Roboto !important;
}

.plate .item .content .toursli {
  width: 100% !important;
}

.plate .item .content span{
  text-wrap-mode: unset !important;
}

.plate .item .imgs {
  display: flex;
  justify-content: space-between;
}

.plate .item .imgs img {
  height: 200px;
  width: 33%;
  border-radius: 4px;
}

.plate .related .title {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.plate .related ul {}

.plate .related ul li {
  text-align: left;
}

.plate .related ul li a {
  text-align: left;
  font-size: 14px;
  color: #000;
  text-decoration: underline;

}

.plate .related ul li a:hover {
  text-decoration: unset;
}

.yn-ad-left img {
  width: 100%;
  border-radius: 4px;
  height: 400px;
}

.yn-tour-summary {
  background-color: rgba(254, 170, 0, 0.1);
  padding: 10px;
  border-radius: 4px;
  color: #333;
}
.yn-tour-summary ul li {
  width: 50%;
}

.yn-summary-1 .list-one li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-left: 32px;
  color: var(--title-color);
  
}
.yn-summary-1 .list-one li:before {
    position: absolute;
    content: '';
    background-image: url(../../images/icons/icon-5.png);
    left: 0px;
    top: 5px;
    width: 18px;
    height: 13px;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 499px) {
  .cus-pc {
    display: none;
  }

  .cus-mobile {
    display: block;
  }

  .yn-detail-v1 .box {
    display: block;
  }

  .yn-detail-v1 .box .left {
    width: 100%;

  }

  .yn-detail-v1 .box .right {
    width: 100%;
    margin-right: 0px;
  }

  .plate .item .imgs {
    display: block;
  }

  .plate .item .imgs img {
    width: 100% !important;
  }

  .yn-ad-left img {
    width: 100%;
    border-radius: 4px;
  }

  .plate .item {
    padding: 10px;
  }
}