html,
body,
.wrapper {
  height: 100% !important;
  width: 100%;
  color: #fff;
}
.uk-modal-page {
  overflow-y: inherit !important;
}
:root,
html,
body {
  letter-spacing: 0;
}
a,
a:focus,
img,
:focus:not([tabindex^='-']) {
  outline: none;
  -moz-outline: none;
  outline: 0;
  outline-offset: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
.header-top {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  aspect-ratio: 640 / 347;
  padding: 0;
  background: url(https://res.17996cdn.net/captain/images/p1-bg.jpg) no-repeat 50% 0;
  background-size: 100%;
  width: 100%;
}
.header {
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding: 1% 2%;
}
.top-bar {
  background: #140c03;
  padding: 10px 3%;
  border-bottom: 2px solid #9c200c;
}
.logo {
  margin-bottom: 0;
}
.logo img {
  width: clamp(170px, 18vw, 360px);
}
.share-link {
  width: clamp(50px, 7vw, 190px);
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
}
.top-text {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.top-text .uk-text-bold {
  font-size: clamp(18px, 1.8vw, 28px);
}
.top-text-p2 {
  font-size: clamp(13px, 1.5vw, 18px);
  color: #a1a1a1;
}
.bottom-box {
  width: 58%;
  max-width: 1260px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
}
.slgBox {
  margin-bottom: 1%;
}
.index_con_btns a {
  margin: 0 1.25rem;
}
.index_con_btns a img {
  height: 5vw !important;
  max-height: 90px;
  border: 1px solid hsl(48.67deg 100% 51.18% / 58%);
  border-radius: 12px;
  /* filter: drop-shadow(0 0.1rem 0.1rem #5d521a); */
}
.title-background,
.title-background:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
  max-height: 100%;
}
.uk-z-index {
  z-index: 2;
}
.title-background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.title-background:after {
  content: '';
  background-image: url(https://rescdn.imtxwy.com/ak/images/home/pc/bk-mask.png);
  background-color: rgba(0, 0, 0, 0.45);
}
.p2-bg {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0;
  aspect-ratio: 1920 / 1171;
  max-height: 1300px;
  background: url(https://res.17996cdn.net/captain/images/p2-bg.jpg) no-repeat 50% 0;
  background-size: cover;
  width: 100%;
}
.title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 0 auto 0 auto;
}

.p2-bg .uk-container {
  max-width: 1490px;
  margin: 0 auto;
  width: 70%;
}
.title.t2 {
  width: 40%;
  margin-top: 11%;
  margin-bottom: 8%;
}

.slideshow .uk-slideshow-items li img {
  width: 100%;
  height: auto;
}
.slideshow-pre img {
  max-width: 46px;
  margin-right: 20px;
  margin-left: 20px;
  width: 3vw;
}
.uk-slider-nav {
  margin-top: 3% !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.slideshow .uk-dotnav > * > * {
  background-color: #fff;
  border: 1px solid rgb(254 175 94);
  width: 14px;
  height: 14px;
}
.slideshow .uk-dotnav > .uk-active > * {
  background-color: #ff7521;
  width: 18px;
  height: 18px;
  border: 1px solid rgb(254 175 94);
}
.f-links {
  color: #a2a0a0;
  font-size: 14px;
  padding: 1% 0;
}
.f-links a {
  color: #fff;
  margin: 0 5px;
  font-size: 14px;
}

footer {
  background: #000;
  color: #a1a1a1;
  width: 100%;
  font-size: 12px;
  padding: 1% 0;
  text-align: center;
}
footer a {
  color: #a1a1a1;
  margin: 0 5px;
}
.footer-claim-text span {
  margin: 0 15px;
}
@media (max-width: 1024px) {
  .header {
    padding: 0;
  }
  .top-bar {
    background: #140c03;
    padding: 6px 2%;
    border-bottom: 2px solid #9c200c;
  }
  .logo {
    width: 16%;
    margin-top: 0;
    margin-right: 2% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }
  .logo img {
    width: 100%;
  }

  .top-text {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
  }
  .top-text .uk-text-bold {
    font-size: 16px;
  }
  .top-text-p2 {
    font-size: 13px;
    color: #655445;
  }
  .share-link {
    width: 82px;
  }
  .share-link .uk-margin-small-right {
    margin-right: 1px !important;
  }
  .header-top {
    background: url(https://res.17996cdn.net/captain/images/p1-bg-m.jpg) no-repeat 50% 0;
    background-size: cover;
    text-align: center;
    aspect-ratio: 125 / 144;
  }

  .p2-bg {
    background: url(https://res.17996cdn.net/captain/images/p2-bg-m.jpg) no-repeat 50% 0;
    background-size: cover;
    width: 100%;
    aspect-ratio: 750 / 1177;
  }
  .p2-bg .uk-container {
    max-width: 100%;
    margin: 0 auto;
    width: 76%;
    padding-bottom: 3%;
  }
  .bottom-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 10%;
  }
  .index_con_btns a img {
    height: 16vw !important;
    max-height: 70px;
  }
  .slgBox {
    margin-bottom: 10px;
  }
  .jp-box {
    margin: 0 -20px;
  }
  .title.t2 {
    width: 90%;
    margin-top: 20% !important;
  }
  .slideshow-pre img {
    max-width: 28px !important;
    width: 100%;
    margin-right: 4px;
    margin-left: 4px;
  }
  .uk-slider-container {
    padding: 0 3%;
  }
  .uk-slider-nav {
    margin-top: 7% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  footer {
    background: #000;
    width: 100%;
    font-size: 12px;
    padding: 1% 0 3% 0;
    text-align: center;
  }
  .footer-claim-text {
    padding: 2% 0;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .footer-claim-text span {
    margin: 0 15px;
    padding-bottom: 10px;
  }
}
