@charset "UTF-8";
/* ---- 常规 Style---- */
body {
  position: relative;
  background: #f8f8f8;
}

html {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

textarea:focus,
input:focus {
  outline: none;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

/* ------ 字体设计 Style----- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

h1 {
  font-size: 40px;
}

h4 {
  font-size: 22px;
}

a,
p,
li,
input,
textarea {
  font-weight: 400;
  line-height: 1.5;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  border: 0;
  outline: 0;
}

/* ------ Section Header Style ------ */
.sn-section-wrapper {
  padding: 100px 0;
  overflow: hidden;
}
.sn-section-wrapper .sn-section-header {
  margin-bottom: 44px;
  text-align: center;
}
.sn-section-wrapper .sn-section-header h1 {
  color: #b91111;
}
.sn-section-wrapper .sn-section-header p {
  padding-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  color: #333;
  text-align: center;
}

/* ----- 菜单 Style ---- */
.sn-main-menu {
  z-index: 10;
  width: 100%;
  height: 66px;
  padding: 4px 0;
  background-color: #FFFFFF;
  border: none;
  border-radius: 0;
  transition: all 0.35s;
  backface-visibility: hidden;
  box-shadow: -7px 0px 25px 7px rgba(0, 0, 0, 0.08);
}
.sn-main-menu .container .navbar-brand {
  display: flex;
  align-items: center;
}
.sn-main-menu .container .navbar-brand .logo-box-name {
  display: flex;
  flex-direction: column;
}
.sn-main-menu .container .navbar-brand .logo-box-name span {
  padding-left: 8px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #333333;
}
.sn-main-menu .container .navbar-brand .logo-box-name span:last-child {
  font-size: 8px;
  font-weight: 300;
  letter-spacing: 0;
  color: #707070;
}
.sn-main-menu .container .navbar-toggler {
  font-size: 1rem;
  background: #fff;
}
.sn-main-menu .container .sn-menu-wrapper {
  flex-direction: row;
}
.sn-main-menu .container .sn-menu-wrapper li > a {
  padding: 8px 10px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #333333;
  text-transform: uppercase;
  transition: all 0.3s;
}
.sn-main-menu .container .sn-menu-wrapper li > a:hover {
  font-weight: 700;
}
.sn-main-menu .container .sn-menu-wrapper li > a.active {
  position: relative;
  font-weight: 700;
}
.sn-main-menu .container .sn-menu-wrapper li > a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 20px;
  height: 4px;
  background-color: #F34453;
  border-radius: 2px;
}

/* ---- Main Style ---- */
.main {
  overflow-y: auto; /* 启用滚动条 */
  background-color: #FAFAFA;
}
.main .main-image-container .main-bg-image {
  position: relative;
}
.main .main-image-container .main-bg-image .zb-image {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
}
.main .container-main {
  padding-top: 20px;
  padding-bottom: 120px;
}
.main .container-main .main-tabs {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .container-main .main-tabs .tabs-title {
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  width: fit-content;
  padding-right: 10px;
}
.main .container-main .main-tabs .tabs-title .img-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.main .container-main .main-tabs .tabs-title .user-name {
  padding-left: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .container-main .main-tabs .tabs-title .user-name p {
  font-size: 14px;
  font-weight: 400;
  color: #fa0f46;
}
.main .container-main .main-tabs ul li {
  padding: 0 10px;
  display: inline-block;
  cursor: pointer;
}
.main .container-main .main-tabs ul li.active {
  font-weight: 700;
  color: #F34453;
}
.main .container-main .main-box {
  gap: 30px 0;
}
.main .container-main .main-box #live-video {
  width: 100%;
  height: 650px;
}
.main .container-main .main-box .main-item {
  margin-bottom: 30px;
}
.main .container-main .main-box .main-item .img-fluid {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: 0.3s all;
  transform: none;
}
.main .container-main .main-box .main-item:hover .img-fluid {
  transform: scale(1.05);
}
.main .container-main .main-box .main-item p {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}

/* ---- Footer Style ---- */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: #383838;
  padding: 0 30px;
  text-align: center;
  background-color: #272727;
}
.footer ul li {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  font-weight: 300;
  color: #dbdbdb;
}
.footer ul li a {
  font-size: 12px;
  padding: 0 4px;
  cursor: pointer;
}
.footer ul li a::after {
  content: "|";
  padding: 0 10px;
}
.footer ul li:last-child a::after {
  content: "";
}

.relative-position {
  position: relative;
}

/* 隐藏进度条 */
video::-webkit-media-controls-timeline {
  display: none;
}

/*video默认setting按钮*/
video::-internal-media-controls-overflow-button {
  display: none !important;
}

/*更改是否显示视频总时间*/
video::-webkit-media-controls-time-remaining-display {
  display: none !important;
}

video::-webkit-media-controls-current-time-display {
  display: none;
}

.video-box {
  width: 760px;
  height: 100%;
  padding: 30px;
  background: #ffffff;
  border-radius: 4px;
}
.video-box .follow {
  width: 90px;
  height: 40px;
  background: linear-gradient(-90deg, #f23d4f 12%, #ff716e 100%), #f8f8f8;
  border-radius: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  line-height: 45px;
  cursor: pointer;
}
.video-box .send {
  width: 100px;
  height: 46px;
  background: linear-gradient(-90deg, #f23d4f 12%, #ff716e 100%), #f8f8f8;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  line-height: 45px;
  cursor: pointer;
}

.input-box {
  width: 580px;
  height: 47px;
  background: #fafafa;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
}

input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #cccccc;
}

.gift-box {
  display: grid; /* 使用网格布局 */
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px 0;
}
.gift-box .gift-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 116px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  cursor: pointer;
}
.gift-box .gift-item img {
  width: 50px;
  height: 50px;
}
.gift-box .gift-item:hover {
  transform: scale(1.1);
}

.list-box {
  width: 534px;
  height: 100%;
  padding: 30px;
  background: #ffffff;
  border-radius: 4px;
}
.list-box .video-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
  height: 820px;
  overflow: hidden;
}
.list-box .video-list .video-item {
  width: 233px;
  height: 270px;
  cursor: pointer;
  border-radius: 8px;
}
.list-box .video-list .video-item .img-cover {
  width: 233px;
  height: 270px;
  border-radius: 8px;
  object-fit: cover;
}

.modal-header {
  border-bottom: none !important;
}

.modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal-backdrop {
  z-index: -1;
}

.index-box {
  padding-bottom: 120px;
}

.img-index {
  width: 284px;
  height: 160px;
  object-fit: cover;
}

.content-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 30px;
  top: 50px;
  z-index: 999;
}
.content-box .right-img {
  width: 935px;
  height: 528px;
  border-radius: 12px;
  cursor: pointer;
  position: relative;
}
.content-box .right-img img {
  width: 935px;
  height: 528px;
}
.content-box .right-img .detail-in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-box .right-img .detail-in .loading {
  display: flex;
  align-items: center;
}
.content-box .right-img .detail-in .loading .item {
  height: 24px;
  width: 3px;
  background-color: white;
  margin-right: 4px;
  border-radius: 15%;
  /* 动画名称，循环时间，循环次数 */
  animation: loading 1s infinite;
}
.content-box .right-img .detail-in .loading .item:nth-child(2) {
  animation-delay: 0.1s;
}
.content-box .right-img .detail-in .loading .item:nth-child(3) {
  animation-delay: 0.2s;
}
.content-box .right-img .detail-in p {
  margin-left: 8px;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
}

.banner-box {
  width: 300px;
  height: 528px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px 0;
  overflow: hidden;
}
.banner-box .banner-item {
  width: 268px;
  height: 110px;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.banner-box .banner-item:hover {
  transform: translateY(-2px) rotate(0.2deg);
}
.banner-box .banner-item img {
  width: 268px;
  height: 106px;
  object-fit: none;
  border-radius: 8px;
}
.banner-box .active {
  border: 2px solid #E05E56;
}

/* 设置动画 */
@keyframes loading {
  0% {
    height: 0px;
  }
  50% {
    height: 24px;
  }
  100% {
    height: 0px;
  }
}

/*# sourceMappingURL=style.css.map */
