html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  display: flex;
  justify-content: center;
  background-color: #333333;
}

.home {
  background-image: url("../img/background-line-3551089e.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 4rem;
  box-sizing: border-box;
  background-color: #000000ce;
  background-attachment: local;
  max-width: 460px;
}

.service {
  height: 6.25rem;
  position: fixed;
  top: 40%;
  right: 0;
}
.service img {
  height: 100%;
}

.header {
  display: flex;
  height: 3.75rem;
  padding: 0.3125rem 0.9375rem;
  margin-bottom: 0.625rem;
  z-index: 10;
  background-color: #000000ce;
  align-items: center;
  /* position: sticky;
  top: 0; */
  justify-content: space-between;
}

.footer {
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgb(10, 10, 10);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.875rem;
  width: 100%;
  margin-top: 1.25rem;
  z-index: 10;
  bottom: 0;
  position: fixed;
  box-sizing: border-box;
}

.big-img {
  display: flex;
  align-items: center;
}
.big-img img {
  width: 100%;
  margin: auto;
  animation-name: likes;
  animation-direction: alternate;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-duration: 3s;
}

@keyframes likes {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.h5-url {
  /* padding-left: 15px;
  padding-right: 15px; */
  margin-bottom: 0.9375rem;
}
.h5-url img {
  width: 100%;
}

.url-item {
  display: flex;
  padding: 0 15px;
  margin-bottom: 0.9375rem;
  align-items: center;
}
.url-item .enter {
  flex: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.url-item a {
  display: flex;
}
.url-item .enter img {
  width: 100%;
}
.url-item .url-input {
  flex: 3;
  flex-shrink: 0;
  border: 1px solid #F8C600;
  margin-right: 10px;
  border-radius: 0.375rem;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.url-item .url-input .ms {
  background: #257D7A;
  padding: 0.375rem 0.625rem 0.375rem 20px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  border-right: 1px solid #F8C600;

}

.url-item .url-input .url {
  background: #172446;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 0 0.625rem;
  flex: 1;
}

.hot {
  margin: 1.875rem 0;
}
.hot img {
  width: 100%;
}
.coverflow-example {
  position: relative;
}

.swiper {
  height: 260px;
  width: 100%;
  padding-top: 20px;
}

.swiper .swiper-slide {
  width: 137px;
  height: 230px;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list {
  display: flex;
}
.list .list-item {
  flex: 1;
  flex-shrink: 0;
  padding: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(253, 240, 151);
}
.list .list-item img {
  width: 100%;
}
.light {
  padding: 15px 0;
}
.light img {
  width: 100%;
}
::-webkit-scrollbar {
  display: none;
}
