@charset "UTF-8";
.common-navbar .navbar-nav .nav-link {
  font-size: 18px;
  padding-left: 16px;
  padding-right: 16px;
  color: #212529;
}
.common-navbar .navbar-nav .nav-link.active {
  color: #007bff;
}

.navbar-nav-scroll {
  max-width: 100%;
  height: 2.5rem;
  /*margin-top: .25rem;*/
  overflow: hidden;
}

.navbar-nav-scroll .navbar-nav {
  /*padding-bottom: 2rem;*/
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  -webkit-overflow-scrolling: touch;
}

.cm-hidden {
  display: none;
}

.cms-pointer {
  cursor: pointer;
}

.cms-detail-title {
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", serif;
}

.common-block-head-bottom {
  border-bottom: solid 2px;
  border-color: #007bff;
  display: inline-block;
  padding-bottom: 0.3rem;
}

.common-trans-bottom {
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

.common-media-img {
  max-width: 185px;
  max-height: 125px;
}

@media screen and (max-width: 767px) {
  .common-media-img {
    max-width: 125px;
    max-height: 85px;
  }
}
.common-link {
  color: #212529;
}
.common-link:hover {
  color: #0062cc;
}
.index_toutiao {
  color: #015293;
}
.es-highlight em {
  color: #dc3545;
  font-style: normal;
}
.rating-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
}

.stars {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.star {
    font-size: 3rem;
    color: #ddd;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 0 5px;
}

.star:hover {
    transform: scale(1.2);
}

.star.active {
    color: #ffc107;
}

.rating-value {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

.rating-text {
    font-size: 1.2rem;
    color: #666;
    margin-top: 5px;
    min-height: 30px;
}

.submit-btn {
    background: linear-gradient(to right, #6a11cb, #2575fc);
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 1.1rem;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
    box-shadow: 0 5px 15px rgba(106, 17, 203, 0.4);
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(106, 17, 203, 0.6);
}

.submit-btn:active {
    transform: translateY(1px);
}
.feedback {
    margin-top: 30px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    text-align: left;
}
.feedback h3 {
    color: #333;
    margin-bottom: 10px;
}
.feedback p {
    color: #666;
    line-height: 1.5;
}
@media (max-width: 480px) {
    .container {
        padding: 25px;
    }
    
    h1 {
        font-size: 1.8rem;
    }
    
    .star {
        font-size: 2.5rem;
    }
}