@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

.triple-box {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  width: 100%;
  margin-bottom: 10px
}

@media (min-width: 768px) {
  .triple-box {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px
  }
}

.triple-box img {
  width: 109px;
  height: 109px;
  border-radius: 20px;
  display: block;
  margin: 0 auto
}

@media (min-width: 768px) {
  .triple-box img {
    width: 202px;
    height: 202px;
    border-radius: 36px
  }
}

.triple-box p {
  margin: 10px 0;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  color: #fff
}

@media (min-width: 768px) {
  .triple-box p {
    margin: 15px 0;
    font-size: 2.2rem
  }
}

.quadra-box {
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  width: 100%;
  margin-bottom: 10px
}

@media (min-width: 768px) {
  .quadra-box {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px
  }
}

.quadra-box img {
  width: 80px;
  height: 80px;
  border-radius: 15px;
  display: block;
  margin: 0 auto
}

@media (min-width: 768px) {
  .quadra-box img {
    width: 147px;
    height: 147px;
    border-radius: 27px
  }
}

.quadra-box p {
  margin: 10px 0;
  text-align: center;
  color: #fff
}

@media (min-width: 768px) {
  .quadra-box p {
    margin: 15px 0
  }
}

.quadra-box .slash {
  color: #fe677e
}

@media (min-width: 768px) {
  .quadra-box {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
    width: 100%;
    margin-bottom: 10px
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .quadra-box {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px
  }
}

* {
  box-sizing: border-box
}

*:focus {
  outline: none
}

html {
  font-size: 10px;
  font-family: 微軟正黑體, Microsoft JhengHei, Arial, Helvica;
  color: #2b2b2b
}

a {
  text-decoration: none;
  font-family: 微軟正黑體, Microsoft JhengHei, Arial, Helvica;
  color: #2b2b2b
}

#pageContainer {
  position: relative;
  height: 100%;
  max-width: 768px;
  margin: 0 auto
}

.fixed-bg {
  display: block;
  position: fixed;
  top: 50px;
  width: 100%;
  height: 100%;
  background-color: #183a52;
  background-position: center;
  background-size: cover;
  z-index: -1
}

h1 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 15px
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.4rem;
    margin-bottom: 20px
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

@media (min-width: 768px) {
  .row {
    margin-right: -10px;
    margin-left: -10px
  }
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.ios_link,
.andro_link,
.ios_text_link,
.andro_text_link {
  display: none
}

.link-show {
  display: inline
}

.text-link-flex {
  display: flex;
  justify-content: center
}

.text-link {
  display: flex;
  height: 30px;
  width: 74px;
  align-items: center;
  justify-content: center;
  border: 1px solid #FF677E;
  border-radius: 12px;
  padding: 5px
}

@media (min-width: 768px) {
  .text-link {
    width: 130px;
    height: 40px;
    border-radius: 20px
  }
}

.text-link p {
  text-align: left
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
  box-shadow: 0 2px 2px #0003;
  box-sizing: border-box;
  z-index: 2
}

.left-bg {
  position: absolute;
  background-color: #183a52;
  height: 60px;
  width: 50%
}

.right-bg {
  position: absolute;
  background-color: #fe677e;
  right: 0;
  height: 60px;
  width: 50%
}

#headerContent {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 768px;
  margin: 0 auto;
  height: 100%;
  background-color: #fe677e
}

#headerContent #headerMask {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #183a52;
  clip-path: polygon(0 0, 36% 0, 100% 100%, 0% 100%);
  z-index: 0
}

#headerContent #logo {
  height: 50px;
  margin-left: 15px;
  z-index: 1
}

@media (min-width: 768px) {
  #headerContent #logo {
    margin-left: 30px
  }
}

#headerContent .menu {
  display: flex;
  margin-right: 45px;
  align-items: center;
  color: #fff
}

#headerContent .menu .item-btn {
  width: 126px;
  height: 40px;
  cursor: pointer;
  border-radius: 30px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #132E40;
  font-size: 16px
}

#headerContent .menu .item-btn a {
  display: contents
}

#headerContent .menu .item-btn img {
  display: block;
  margin: 0 3px;
  width: 25px;
  height: 25px
}

#headerContent .menu .item-btn p {
  text-align: center;
  margin-top: 3px;
  color: #fff
}

#headerContent .menu .item-btn.hide {
  display: none
}

#burgerMenu {
  position: absolute;
  width: 45px;
  height: 60px;
  top: 0;
  right: 0;
  z-index: 3;
  overflow: hidden
}

#burgerMenu .burger-container {
  width: 25px;
  height: 25px;
  margin: 18px 0 0 6px;
  padding: 5px 2px 4px
}

#burgerMenu .nav-icon {
  height: 16px;
  position: relative;
  transform: rotate(0);
  transition: .5s ease-in-out;
  cursor: pointer
}

#burgerMenu .nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 85%;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  transform: rotate(0);
  transition: .25s ease-in-out
}

#burgerMenu .nav-icon span:nth-child(1) {
  top: 0;
  transform-origin: left center
}

#burgerMenu .nav-icon span:nth-child(2) {
  top: 7px;
  transform-origin: left center;
  width: 65%;
  right: 3px;
  left: auto
}

#burgerMenu .nav-icon span:nth-child(3) {
  top: 14px;
  transform-origin: left center
}

#burgerMenu .nav-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  width: 100%;
  top: -1px;
  left: 3px
}

#burgerMenu .nav-icon.open span:nth-child(2) {
  width: 0;
  opacity: 0
}

#burgerMenu .nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  width: 100%;
  top: 14px;
  left: 3px
}

#sidebar {
  position: absolute;
  overflow: hidden;
  width: 0;
  top: 60px;
  right: 0;
  bottom: 0;
  background: #0E2230;
  color: #fff;
  font-size: 1.6rem;
  box-shadow: 3px 0 6px #00000080;
  transition: .5s width cubic-bezier(0, 0, .24, 1);
  z-index: 3
}

#sidebar.open {
  width: 180px
}

@media (min-width: 768px) {
  #sidebar.open {
    width: 280px
  }
}

#sidebar a {
  color: #fff;
  font-size: 1.6rem
}

#sidebarContain {
  position: absolute;
  top: 10px;
  width: 100%;
  overflow: auto
}

@media (min-width: 768px) {
  #sidebarContain {
    height: calc(100vh - 215px)
  }
}

#sidebarContain .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  box-sizing: content-box
}

@media (min-width: 768px) {
  #sidebarContain .link {
    height: 75px
  }
}

#sidebarContain #tgLinkA {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center
}

#sidebarContain #tgLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 40px;
  box-sizing: content-box;
  border-radius: 30px;
  background: #FF677E
}

#sidebarContain .active {
  color: #ff677e
}

@media (min-width: 768px) {
  #sidebarContain .title {
    font-size: 2.4rem
  }
}

.carousel {
  width: 100%;
  height: 180px;
  border-radius: 5px;
  background: grey
}

@media (min-width: 768px) {
  .carousel {
    width: 100%;
    height: 250px;
    border-radius: 5px;
    background: grey
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .carousel {
    border-radius: 10px
  }
}

.carousel-bullet-active {
  opacity: 1 !important;
  background: #83fd7f !important
}

.carousel-bullet {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .5;
  margin: 0 4px
}

.carousel-slide {
  width: 100%
}

.custom-pagination,
.custom-pagination-c {
  margin-top: 10px;
  text-align: right
}

.custom-pagination .swiper-pagination-bullet,
.custom-pagination-c .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1
}

.custom-pagination .swiper-pagination-bullet-active,
.custom-pagination-c .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 10px;
  background-color: #fe677e
}

#maincontainer {
  margin: 60px auto 0;
  padding: 15px 15px 25px;
  font-size: 1.4rem;
  position: absolute;
  overflow: scroll;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0
}

#maincontainer::-webkit-scrollbar {
  display: none;
  width: 0 !important
}

#maincontainer button {
  font-size: 1.4rem
}

@media (min-width: 768px) {
  #maincontainer button {
    font-size: 1.8rem
  }

  #maincontainer {
    padding: 15px 30px 25px;
    font-size: 1.8rem
  }

  #categoryBlock {
    padding: 0 30px
  }
}

.bd-banner {
  width: 100%;
  height: 75px;
  border-radius: 5px;
  background: grey
}

@media (min-width: 768px) {
  .bd-banner {
    border-radius: 10px
  }
}

.bd-banner img {
  border-radius: 5px
}

@media (min-width: 768px) {
  .bd-banner {
    width: 100%;
    height: 154px;
    border-radius: 5px;
    background: grey
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .bd-banner {
    border-radius: 10px
  }
}

@media (min-width: 768px) {
  .bd-banner img {
    border-radius: 10px
  }
}

#categoryBar {
  height: 40px;
  line-height: 40px;
  position: sticky;
  top: -15px;
  margin: 0 -15px;
  padding: 0 15px;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  z-index: 2;
  background-color: #183a52
}

#categoryBar::-webkit-scrollbar {
  display: none;
  width: 0 !important
}

@media (min-width: 768px) {
  #categoryBar {
    padding: 0
  }
}

#categoryBar .title {
  position: relative;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer
}

@media (min-width: 768px) {
  #categoryBar .title {
    font-size: 2.2rem;
    margin: 0 17px
  }
}

#categoryBar .active {
  color: #fe677e;
  font-size: 1.8rem
}

@media (min-width: 768px) {
  #categoryBar .active {
    font-size: 2.2rem
  }
}

#categoryBar .active .highligth {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 3px;
  border-radius: 10px;
  background-color: #fe677e
}

@media (min-width: 768px) {
  #categoryBar .active .highligth {
    bottom: 2px
  }
}

.category-container {
  width: 100%;
  overflow: hidden
}

.container {
  margin-top: 15px
}

.text-title {
  display: flex;
  margin-top: 10px;
  align-items: center;
  font-size: 1.8rem;
  color: #fe677e
}

.text-title img {
  width: 25px;
  height: 25px;
  margin-right: 10px
}

@media (min-width: 768px) {
  .text-title {
    font-size: 2.2rem
  }
}

.text-title .left-line {
  width: 2px;
  height: 15px;
  background: #FFFFFF;
  margin-right: 5px
}

#popupMask {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: #000000;
  opacity: .3
}

#popupMask.open {
  display: block
}

#popup {
  display: none;
  position: fixed;
  width: 300px;
  height: 359px;
  max-width: 375px;
  z-index: 5;
  border-radius: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fe677e;
  overflow: hidden
}

#popup #popupBgMask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #183a52;
  clip-path: polygon(58% 0, 100% 43%, 100% 100%, 0 100%, 0 0)
}

#popup #popupBgMask.qrcode {
  clip-path: polygon(15% 0, 100% 73%, 100% 100%, 0 100%, 0 0)
}

#popup.open {
  display: block
}

#popupContent {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: right
}

.popup-header {
  padding: 10px
}

.popup-header img {
  width: 25px;
  height: 25px;
  cursor: pointer
}

.popup-body {
  padding: 15px
}

.popup-body p {
  margin: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 16px
}

.popup-body .banner {
  margin-bottom: 10px;
  cursor: pointer
}

.popup-body .banner img {
  width: 100%;
  max-height: 70px
}

.popup-body .button-area {
  display: flex;
  height: 70px;
  justify-content: space-around;
  align-items: center
}

.popup-body .button-area button {
  width: 120px;
  height: 40px;
  border: none;
  border-radius: 20px;
  color: #fff;
  background: unset;
  cursor: pointer;
  font-size: 16px
}

.popup-body .button-area .pink-btn {
  background-color: #fe677e
}

.popup-body .button-area .hide {
  display: none
}

.popup-body #qrCode img {
  display: block;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  width: 190px
}

.popup-body #qrCode .link {
  color: #fe677e
}

#popupMaskPlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 93;
  background: #000000;
  opacity: .3
}

#popupMaskPlay.open {
  display: block
}

#popupPlay {
  display: none;
  position: fixed;
  width: 300px;
  height: 359px;
  max-width: 375px;
  z-index: 95;
  border-radius: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fe677e;
  overflow: hidden
}

#popupPlay #popupBgMask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #183a52;
  clip-path: polygon(58% 0, 100% 43%, 100% 100%, 0 100%, 0 0)
}

#popupPlay.open {
  display: block
}

.popup-body-play {
  padding: 15px;
  margin-top: -50px
}

.popup-body-play p {
  margin: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 16px
}

.popup-body-play .banner {
  margin-bottom: 10px;
  cursor: pointer
}

.popup-body-play .banner img {
  width: 100%;
  max-height: 70px
}

.popup-body-play .button-area {
  display: flex;
  height: 70px;
  justify-content: space-around;
  align-items: center
}

.popup-body-play .button-area button {
  width: 120px;
  height: 40px;
  border: none;
  border-radius: 20px;
  color: #fff;
  background: unset;
  cursor: pointer;
  font-size: 16px
}

.popup-body-play .button-area .pink-btn {
  background-color: #fe677e
}

.popup-body-play .button-area .hide {
  display: none
}

#popupMaskPlayB {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 93;
  background: #000000;
  opacity: .3
}

#popupMaskPlayB.open {
  display: block
}

#popupPlayB {
  display: none;
  position: fixed;
  width: 300px;
  height: 359px;
  max-width: 375px;
  z-index: 95;
  border-radius: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fe677e;
  overflow: hidden
}

#popupPlayB #popupBgMask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #183a52;
  clip-path: polygon(58% 0, 100% 43%, 100% 100%, 0 100%, 0 0)
}

#popupPlayB.open {
  display: block
}

.popup-body-play-b {
  padding: 15px;
  margin-top: -50px
}

.popup-body-play-b p {
  margin: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 16px
}

.popup-body-play-b .banner {
  margin-bottom: 10px;
  cursor: pointer
}

.popup-body-play-b .banner img {
  width: 100%;
  max-height: 70px
}

.popup-body-play-b .button-area {
  display: flex;
  height: 70px;
  justify-content: space-around;
  align-items: center
}

.popup-body-play-b .button-area button {
  width: 120px;
  height: 40px;
  border: none;
  border-radius: 20px;
  color: #fff;
  background: unset;
  cursor: pointer;
  font-size: 16px
}

.popup-body-play-b .button-area .pink-btn {
  background-color: #fe677e
}

.popup-body-play-b .button-area .hide {
  display: none
}

.category-box-popup {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 0
}

@media (min-width: 768px) {
  .category-box-popup {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px
  }
}

.category-box-popup .category-img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px
}

.category-box-popup .category-img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 14px
}

#popupMiniPlay {
  display: none;
  position: absolute;
  width: 154px;
  height: 146px;
  max-width: 375px;
  z-index: 95;
  border-radius: 15px;
  top: 100px;
  right: 0;
  overflow: hidden
}

#popupMiniPlay #popupBgMask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #183a52;
  opacity: .85
}

#popupMiniPlay.open {
  display: block
}

.popup-body-mini {
  padding: 0;
  margin-top: -60px
}

.popup-body-mini p {
  margin: 20px 0;
  padding-left: 15px;
  padding-top: 10px;
  text-align: left;
  color: #fff;
  font-size: 14px;
  line-height: 10px
}

.popup-body-mini .banner {
  margin-bottom: 10px;
  cursor: pointer
}

.popup-body-mini .banner img {
  width: 100%;
  max-height: 70px
}

.popup-body-mini .button-area {
  display: flex;
  height: 70px;
  justify-content: space-around;
  align-items: center
}

.popup-body-mini .button-area button {
  width: 120px;
  height: 40px;
  border: none;
  border-radius: 20px;
  color: #fff;
  background: unset;
  cursor: pointer;
  font-size: 16px
}

.popup-body-mini .button-area .pink-btn {
  background-color: #fe677e
}

.popup-body-mini .button-area .hide {
  display: none
}

.category-block-popup-mini {
  padding: 0 10px
}

.category-block-popup-mini .row-categ {
  margin: 0
}

.category-box-popup-mini {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 0
}

@media (min-width: 768px) {
  .category-box-popup-mini {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px
  }
}

.category-box-popup-mini .category-img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-right: 5px;
  padding-left: 5px
}

.category-box-popup-mini .category-img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 14px
}

footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  height: 50px;
  box-shadow: 0 -2px 2px #0003;
  box-sizing: border-box;
  z-index: 2
}

footer a {
  color: #fff
}

#footerContent {
  text-align: center;
  font-size: 16px;
  line-height: 50px
}

.footerLeftBtn {
  position: absolute;
  background-color: #ef5b71;
  height: 50px;
  width: 50%
}

.footerRightBtn {
  position: absolute;
  background-color: #ef5b71;
  right: 0;
  height: 50px;
  width: 50%
}

#footerLeftBtn-lottie,
#footerRightBtn-lottie {
  width: 100%
}

.video-box {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  width: 100%;
  margin-bottom: 10px
}

@media (min-width: 768px) {
  .video-box {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px
  }
}

.video-box .video-box-img {
  position: relative;
  width: 100%;
  height: 118px;
  background-color: #00000080;
  border-radius: 10px
}

.video-box .video-box-img img {
  max-width: 100%;
  height: 100%;
  border-radius: 10px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto
}

.video-box p {
  margin: 10px 0;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  color: #fff
}

.video-ad-box {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  width: 100%;
  margin-bottom: 10px
}

@media (min-width: 768px) {
  .video-ad-box {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px
  }
}

.video-ad-box .ad {
  height: 120px
}

.video-ad-box img {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: block;
  margin: 0 auto
}

.video-ad-box .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center
}

@media (min-width: 768px) {
  .video-ad-box .col-6 {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px
  }
}

.video-ad-box .p {
  display: block;
  margin: 10px 0;
  font-weight: 600;
  font-size: 16px;
  text-align: center
}

.video-ad-box .p a {
  color: #ff677e
}

.row-categoryBar {
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  height: 56px
}

.icon-plus {
  z-index: 2;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 15px;
  right: 15px;
  background-image: url(/images/icon-plus.png);
  background-size: cover;
  cursor: pointer
}

.plus-overlay {
  position: fixed;
  top: 116px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  display: none;
  z-index: 99
}

.plus-tag-block {
  padding: 0 15px;
  margin: 0 20px;
  background-color: #183a52;
  border-radius: 15px
}

.tagTitle {
  font-size: 20px;
  font-weight: 600
}

#videocontainer {
  margin: 60px auto;
  position: absolute;
  overflow: scroll;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0
}

#videojs-player {
  width: 100%;
  height: 220px
}

.player-block {
  position: relative;
  width: 100%;
  height: 220px
}

.video-play-icon {
  z-index: 2;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/images/video-play.png);
  background-size: cover
}

.video-pause-icon {
  display: none;
  z-index: 2;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/images/video-pause.png);
  background-size: cover
}

.copy-tooltip {
  position: absolute;
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 5px;
  box-shadow: 0 2px 4px #0000001a;
  width: 122px;
  height: 42px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  border-radius: 30px;
  border: 0;
  background-color: #0e2230;
  text-align: center
}

.dec-block {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px
}

.dec-avkey {
  padding-right: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #ff677e
}

.dec-copy {
  width: 86px;
  height: 26px;
  background-image: url(/images/avkey-copy.png);
  background-size: cover;
  cursor: pointer
}

.dec-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.dec-actor {
  padding-right: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  opacity: .5
}

.dec-time {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  opacity: .5
}

.dec-tag {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #ffb188
}

.dec-tag a {
  color: #ffb188
}

.dec-tag span {
  padding-right: 5px
}

.ad-block {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 0 15px
}

@media (min-width: 768px) {
  .ad-block {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px
  }
}

.ad-block img {
  border-radius: 14px;
  width: 100%
}

.category-block {
  padding: 0 15px
}

.category-block .row-categ {
  margin: 0
}

.category-box {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 0
}

@media (min-width: 768px) {
  .category-box {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px
  }
}

.category-box .category-img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px
}

.category-box .category-img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 14px
}

.category-download {
  z-index: 2;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  bottom: 0;
  border-bottom-right-radius: 14px;
  background-image: url(/images/category-download.png);
  background-size: cover
}

.category-download-btn {
  width: 62px;
  height: 24px;
  margin: 5px auto;
  border-bottom-right-radius: 14px;
  background-image: url(/images/category-download-btn.png);
  background-size: cover
}

.text-block {
  width: 100%;
  padding: 0 15px 20px;
  color: #fff
}

.text-block p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin: 0 auto
}

.text-block p span {
  color: #ff677e;
  font-weight: 600
}

#adPlayerPause {
  z-index: 98;
  position: absolute;
  width: 100%;
  height: 220px;
  background-color: #0e2230;
  display: none
}

#adPlayerPause.open {
  display: block
}

.category-block-player-pause {
  padding-top: 20px
}

.category-block-player-pause .row-categ {
  margin: 0
}

.category-block-player-pause p {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500
}

.category-block-player-pause p span {
  color: #ff677e
}

#ad-countdown {
  margin-right: 15px;
  margin-left: auto;
  margin-bottom: 15px;
  width: 56px;
  height: 26px;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  background-color: #132e40;
  border-radius: 30px;
  text-align: center
}

#ad-countdown img {
  position: relative;
  top: 2px
}

.category-box-player-pause {
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 0
}

@media (min-width: 768px) {
  .category-box-player-pause {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px
  }
}

.category-box-player-pause .category-img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px
}

.category-box-player-pause .category-img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 14px
}

#adPlayerPauseText {
  display: none;
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 220px;
  background: #0E2230;
  opacity: .9;
  padding-top: 70px
}

#adPlayerPauseText.open {
  display: block
}

#adPlayerPauseText p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500
}

#adPlayerPauseText p span {
  color: #ff677e
}

.ad-player-download-btn {
  width: 74px;
  height: 28px;
  margin: 20px auto 5px;
  border-bottom-right-radius: 14px;
  background-image: url(/images/ad-player-download-btn.png);
  background-size: cover
}

#fullScreenAd {
  z-index: 9999;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #183a52
}

.category-block-full-ad {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.category-full-img img {
  border-radius: 15px;
  width: 144px
}

.category-download-full-title {
  color: #fff;
  text-align: center;
  margin: 10px;
  font-size: 20px
}

.category-download-full-btn {
  width: 74px;
  height: 28px;
  margin: 5px auto;
  background-image: url(/images/category-download-full-btn.png);
  background-size: cover
}