/* main .main-title {
  font-size: 24px;
  text-align: left;
  margin: 0;
  color: #fff;
  height: 50px;
  padding-left: 15px;
  line-height: 50px;
  margin: 15px 0;
  background-color: #060d25;
  box-sizing: content-box;
} */

.guestbook-w {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.guestbook-w .star {
  color: #363537;
  font-size: 18px;
  height: 30px;
}

.guestbook-w .star span {
  line-height: 25px;
  margin-right: 6px;
}

.guestbook-w .star a {
  display: inline-block;
  height: 27px;
  line-height: 27px;
  margin-right: 4px;
  vertical-align: middle;
}

.guestbook-w .star a img {
  vertical-align: initial;
  width: 27px;
}

.guestbook-w textarea {
  width: 100%;
  height: 200px;
  padding: 5px;
  border-radius: 5px;
  resize: none;
  border: 1px solid #ddd;
  box-sizing: border-box;
  vertical-align: middle;
}

.guestbook-w .textedit {
  margin-top: 20px;
}

.verifyCodes {
  display: flex;
  flex-direction: column;
  /* font-weight: bold; */
  font-size: 24px;
  color: #363537;
  font-weight: normal;
}

.verifyCodes p {
  line-height: 30px;
  font-size: 16px;
}

.verifyCodes input {
  margin-top: 20px;
  line-height: 45px;
  margin-bottom: 27px;
  width: 100%;
  height: 45px;
  border-radius: 3px;
  text-align: left;
  font-size: 16px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.verifyCodes img {
  height: 70px;
  border-radius: 3px;
  cursor: pointer;
  vertical-align: top;
}

.guestbook-submit-w {
  text-align: center;
  margin-top: 19px;
}

.guestbook-submit {
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f25b61;
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
}

.guestbook-submit:hover {
  background: #df5459;
}

.guestbook-submit:hover {
  color: gold;
}


/* ========== */
.guest-reviews-w {
  background-color: #fff;
  padding: 0 20px 20px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-radius: 20px;

}

.guest-reviews-c {
  padding: 1px;
  border-radius: 8px;
}

.guest-reviews {
  background-color: #fff;
  border-radius: 8px;
  padding: 35px 13px 0 25px;
}

.reviews-list {
  padding-bottom: 35px;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 34px;
  width: 100%;
}

.guest-reviews .usname {
  color: #FF9900;
  height: 27px;
  line-height: 27px;
  float: left;
  font-size: 18px;
  font-weight: 500;
  margin-right: 34px;
  width: 130px;
}

.guest-reviews .content-guestbook {
  margin-top: 8px;
  margin-bottom: 15px;
  color: #363537;
  font-size: 16px;
  word-break: break-all;
  word-wrap: break-word;
}

.guest-reviews .star-bottom a {
  display: inline-block;
  height: 27px;
  width: 27px;
  margin-right: 4px;
}

.guest-reviews .star-bottom a img {
  width: 100%;
  height: 100%;
}

.guest-reviews .time {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 1;
  text-align: right;
}
.more {
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  color: #fff;
  background-color: rgb(234, 104, 94);
}

.more img {
  width: 25px;
  height: 25px;
  display: none;
}
.more{
  margin: 20px 0;
}
.more:hover {
  background-color: rgb(248, 130, 122);
}
@media (max-width:576px) {
  .guestbook-w {
    padding: 20px 8px 8px;
  }

  .guest-reviews-w {
    padding: 8px;
  }
  .guest-reviews .usname {
    font-size: 16px;
    margin-right: 10px;
  }
  .guest-reviews .star-bottom a {
    width: 15px;
    height: 15px;
  }
  .verifyCodes input {
    margin-top: 0;
  }
  .verifyCodes p {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}