
body {
  font-family: ;
  overflow-x: hidden;
  overflow-y: auto;
  color: rgba(31,35,34,1);
}

hr {
  background: #999933;
  margin-top: 0;
}

.loading-bg {
  background: rgba(0,0,0,0.9);
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 200vh;
}

.loading-bg .spinner-grow {
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  position: fixed;
  background: transparent;
  width: 78px;
  height: 77px;
}

.footer .active {
  color: rgba(233,104,84,1);
}

.footer .col-3 {
  cursor: pointer;
}

.modal, .modal-open {
  overflow-y: auto;
  max-width: 450px;
  margin: 0 auto;
  right: 0;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: .5rem;
  }
}

.card {
  position: relative;
  max-width: 450px;
  padding: 20px;
  border-radius: 1.6rem;
  border: 0 none;
  z-index: 1;
  box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.15);
  font-size: 12px;
}

.card > hr {
    margin: 10px 0 15px;
}

.card-footer {
  border-bottom-left-radius: .7rem !important;
  border-bottom-right-radius: .7rem !important;
  border: 0 none;
}

.card-body {
  position: relative;
  padding: 2rem 2.25rem;
}

.card-title {
  height: 35px;
  margin-bottom: .5rem;
}

.nav-item {
  padding: 0 .2rem;
}

.nav-link {
  font-size: 15px;
  font-weight: bold;
  padding: .5rem;
  border: none;
  border-bottom: solid 2px transparent;
  background: none;
  color: #212529;
}

.nav-link:focus {
  outline: none;
  color: #212529;
}

.nav-link.active {
  border-bottom: solid 2px #B7916D;
}

.nav-link:hover {
  color: #212529;
}

.video-container {
  position: relative;
  border-radius: 1.6rem;
  width: 100%; /* 或者具体宽度如 800px */
  padding-top: 56.25%; /* 16:9 宽高比 */
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#table {
  position: absolute; 
  top: 120px; 
  left: -50%; 
  right: -50%;
  width: 874.5px; 
  height: 928px; 
  background: transparent url(/views/assets/base/img/table.png) no-repeat bottom center;
  background-size: cover; 
  transition: transform 0s;
  margin: 0 auto;
}

.food-btn {
  position: absolute;
  border: none;
  outline: none;
  background-size: cover !important;
}

.food-btn:focus {
  outline: none !important;
}

.modal-content {
  background: transparent;
  border: none;
}

.modal-header {
  border: none;
}

.modal-body {
  padding: 0;
  font-size: 12px;
}

.modal-body img {
  width: 100%;
}

.close {
  opacity: 1;
}

.download-album {
  display: block;
  float: none; 
  margin: 20px auto 0;
}

.download-album img {
  width: 150px !important;
}

.custom-radio {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 10px;
}

.custom-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: solid 3px #A36941;
}

.custom-radio input[type="radio"]:checked + .checkmark:after {
  content: '';
  position: absolute;
  left: -10px;
  width: 49px;
  height: 42px;
  background: url(/views/assets/base/img/check.png) no-repeat;
  background-size: cover;
  bottom: -2px;
}

.custom-radio input[type="radio"]:checked ~ .radiotext {
  color: #E96854;
}

.custom-radio input[type="radio"].correct + .checkmark:after {
  content: '';
  position: absolute;
  left: -10px;
  width: 49px;
  height: 42px;
  background: url(/views/assets/base/img/check-correct.png) no-repeat;
  background-size: cover;
  bottom: -2px;
}

.custom-radio input[type="radio"].correct ~ .radiotext {
  color: #9e9029;
}

#city-query .modal-content, #team-modal .modal-body, #cooperation-modal .modal-body {
  background: #FFFDFC; 
  border-radius: 30px; 
  margin: 0 30px; 
  padding-bottom: 50px;
}

#city-query .modal-header {
  box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.15);
  z-index: 6;
  width: 100%;
}

#city-query .modal-header div {
  margin: 0 auto;
}

#city-query .list-group-item.active {
    background-color: #9F902A;
    border: 0 none;
}

#city-query2 a.active {
    background-color: #9F902A;
    border: 0 none;
}

#city-query .list-group-item {
    border: 0 none;
    box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.15);
    padding: 20px;
}

.quiz-title {
  position: absolute; 
  left: 30px; 
  top: 10px;
  z-index: 1;
}

#quiz-1-result {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 30px;
}

.BMap_Marker {
  background: #9F902A;
  border-radius: 50%;
  transform: scale(0);
  animation: breathe 2s;
  animation-iteration-count: infinite;
}

.BMap_Marker.active {
  transform: scale(1.5);
}

@keyframes breathe {
  to {
    background: rgba(0, 0, 0, 0);
    transform: scale(1.6, 1.3);
  }
}

.footer-link {
  width: 20%;
}

.episode {
  display: flex;
  flex-wrap: wrap;
}

.episode span {
  width: 16%;
  text-align: center;
  background: #ffffff;
  color: #1F2322;
  border: solid 1px #1F2322;
  border-radius: 5px;
  margin-right: 5%;
  margin-bottom: 10px;
  padding: 1px;
}

.episode span.active {
  background: #1F2322;
  color: #ffffff;
}

.episode span.disabled {
  opacity: 0.5;
}

.episode span:nth-child(5n+5) {
  margin-right: 0;
}

.brands a {
  display: block;
  position: relative;
}

.tab-content .card {
  border-top-left-radius: 0;
  border-top-right-radius: 0; 
  margin: 0;
}

#msg label {
  color: #A36941;
  font-size: 16px;
  font-weight: bold;
}

#msg label.error {
  color: rgba(233,104,84,1);
}

#msg .form-control {
  border-radius: .65rem;
}

#msg input::placeholder, #msg textarea::placeholder {
    color: #B3B2B2;
}

#msg button {
  display: block;
  margin: 20px auto 0;
  border: none;
  background: none;
}

#msg button:focus {
  outline: none;
}

.carousel-indicators {
  bottom: 5px;
}

.carousel-indicators li {
  background-color: #1F2322;
}

.carousel-indicators .active {
  background-color: #9F902A;
}

#cow {
  position: absolute;
  bottom: 65px;
  right: -200px;
  z-index: 3;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus {
  outline: none !important;
  border: none !important;
  color: #6c757d !important;
}

#captcha {
  width: 50px;
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 5px;
  text-align: center;
  margin-left: 10px;
}