/** chooseus-section **/

.yn-truts {
  position: relative;
}

.yn-truts .tour-box {}

.yn-truts .tour-box .img img {
  border-radius: 4px;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.yn-truts .tour-box .title {
  text-align: left;
  color: #EC6919;
  font-size: 15px;
  line-height: 30px;
  height: 30px;
  font-weight: 600;
}

.yn-truts .tour-box .summary {
  text-align: left;
  color: #333;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}

.yn-review .summary {
  text-align: left;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.yn-review .reivew-box {
  background-color: #F3F3F3;
  border-radius: 8px;
  padding: 10px 0px;
}

.yn-review .r-header {
  padding: 0 10px;
}

.yn-review .reivew-box .r-header .text-box {}

.yn-review .reivew-box .r-header .img img {
  width: 60px;
  height: 60px;
  border-radius: 4px;
}

.yn-review .reivew-box .r-header .label {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #000;

}

.yn-review .reivew-box .r-header .value {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  color: #333;
}

.yn-review .box-detail {
  background-color: #fff;
  padding: 20px 10px;
}

.yn-review .box-detail .detail-content {
  background-color: #fff;
  padding: 20px 10px;
  height: 400px;
  overflow-y: auto;
}

.yn-review .box-detail .to-out {
  text-align: left;
}

.yn-review .box-detail a {
  color: #EC6919;
  font-size: 13.5px;
  text-align: left;
  text-decoration: underline;
}

.yn-review .box-detail .review-summary .name {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  height: 28px;
  line-height: 34px;
}

.yn-review .box-detail .review-summary .time {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  height: 28px;
  line-height: 34px;
}

.yn-review .box-detail .review-summary .star img {
  width: 108px;
  height: 20px;
}

.yn-review .box-detail .r-question {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.yn-review .box-detail .r-question-desc {
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  color: #333;
}

.r-imgs {
  display: flex;
  flex-wrap: wrap;
}

.r-imgs img {
  width: 50%;
  max-height: 200px;
  min-height: 200px;
  padding-right: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  object-fit: cover;
}

.r-summary-box {}

.r-summary-item {
  text-align: left;
}

.r-summary-item-label {
  font-weight: 700;
  color: rgb(51, 51, 51);
}

.r-summary-item-value {
  color: rgb(51, 51, 51);;
}


@media only screen and (max-width: 499px) {
  .yn-truts .tour-box {
    margin-bottom: 20px;
  }

  .yn-review .box-detail .detail-content {
    height: auto;
    overflow: hidden;
  }

  .yn-review .box-detail .review-summary .name {
    font-size: 14px;
  }

  .yn-review .box-detail .review-summary .time {
    font-size: 12px;
  }

  .yn-review .box-detail .review-summary .star {}

  .padding-mb-lr-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}