.body {
  margin: 0;
  padding: 0;
  background: url(../img/bg.jpg) center repeat-y;
  background-color: #fcf8f5;
  background-size: cover;
  position: relative;
}
.content {
  width: 100%;
  max-width: 750px;
  margin: 0.65rem auto 0.8rem;
}

.top {
  width: 100%;
  height: 70px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top .row {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top .row .title {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.middle {
  width: 100%;
}

.hidden {
  display: none;
}

.btn-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  position: relative;
}
.home-bubble {
  position: absolute;
  width: 30px;
  top: -17px;
  left: 65vw;
}
.btn-group .jsBox {
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  box-sizing: border-box;
  display: none;
  z-index: 999;
}
.btn-group > li:hover .jsBox {
  display: block;
}

.btn-group .jsBox .ulList {
  padding: 7px;
  border-radius: 5px;
  border: 2px solid #efbc30;
  background: #fcf8f5;
  position: relative;
}
.ulList h2 {
  font-size:0.75rem;
  font-weight:600;
}
.ulList:after,
.ulList:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.ulList:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fcf8f5;
  border-width: 10px;
  margin-left: -10px;
}
.ulList:before {
  border-color: rgba(163, 124, 60, 0);
  border-top-color: #efbc30;
  border-width: 13px;
  margin-left: -13px;
}
.btn-group .jsBox li {
  margin-bottom: 7px;
  overflow: hidden;
  zoom: 1;
  color: #414755;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
.btn-group .jsBox li:last-child {
  margin-bottom: 0px;
}
.btn-group .jsBox li .ms {
  margin-right: 5px;
  width: 44px;
  display: block;
  float: left;
  border: 1px solid #bf9121;
  background: #fff;
  font-size: 0.9rem;
  border-radius: 5px;
}
.btn-group .jsBox li img {
  margin: 15px 3px 10px 2px;
  display: block;
  float: left;
  width: 30px;
}
.btn-group .jsBox li .url {
  width: 47%;
  float: left;
  display: block;
  box-sizing: border-box;
  border: 1px solid #bf9121;
  background: #fff;
  font-size: 0.9rem;
  border-radius: 5px;
}
.btn-group .jsBox li a {
  display: block;
  float: right;
  width: 25%;
  color: #bf9121;
  box-sizing: border-box;
  border: 2px solid #efbc30;
  background: #fcf8f5;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  margin-left: 5px;
  font-size: 0.9rem;
  line-height: 37px;
}
.btn-group .jsBox li a:hover {
  border: 1px solid #fff;
  background: #bf9121;
  border: 2px solid #bf9121;
  color: #fff;
}

.hidden {
  display: none;
}
.btn-group > li {
  max-width: 50vw;
}
.btn-group li img {
  width: 100%;
}
.btn-group>li + li {
  margin-top: 10px;
}

.shake {
  animation: tilt-n-move-shaking 0.6s infinite linear;
}
.text-below:hover {
  animation: tilt-n-move-shaking 0.5s infinite linear;
}
@keyframes tilt-n-move-shaking {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  background: #f9f17e;
}

.swiper-slide img {
  max-width: 100%;
}
.swiper-container {
  height: fit-content;
}



@media only screen and (min-width: 768px) {
  .content {
    margin: 1rem auto 1.2rem;
  }
  .top {
    margin-bottom: 1rem;
  }
}
