@charset "utf-8";
::-moz-selection {
  background-color: var(--theme-ui-colors-main);
  color: var(--theme-ui-colors-white);
}
::selection {
  background-color: var(--theme-ui-colors-main);
  color: var(--theme-ui-colors-white);
}
html {
  --theme-ui-colors-theme: #a50134;
  --theme-ui-colors-light-theme: #ffb5cc;
  --theme-ui-colors-mute-theme: #fff2f6;
  --theme-ui-colors-black: #000;
  --theme-ui-colors-white: #fff;
  --theme-ui-colors-main: #e90044; /* Corporate Red */
  --theme-ui-colors-submain: #a80034; /* Dark Red */
  --theme-ui-colors-error: #f70044; /* Error */
  --theme-ui-colors-focus: #ffb500; /* Yellow */
  --theme-ui-colors-primary: #4f4f50; /* Dark Grey */
  --theme-ui-colors-grey: #a1a1a1; /* Light Grey */
  --theme-ui-colors-light-grey: #d1d1d1; /* Light Grey */
  --theme-ui-colors-secondary: #003866; /* Dark Blue */
  --theme-ui-colors-surreal: #6ad9d4; /* Light Blue */
  --theme-ui-colors-muted: #f4f7f8; /* Muted */
  --cny-button-colors: #f92b6f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 100%;
}
/* p {font-weight:400;
    margin-top:0;
    margin-bottom:1rem}
a, p {font-size:18px;font-size: 1.8rem;letter-spacing:0.5px;color: #464646;
} */

small {
  font-size: 14px;
}
a {
  transition: all 0.5s;
  cursor: pointer;
}
body {
  background-color: #fceedb;
  background-image: url("https://dss0.zbstatic5.com/assets/interactive/2024/cny2024/images/cny2024-background.png");
  background-repeat: no-repeat;
  background-size: 100%;
  text-decoration: none !important;
}

.view-desktop {
  display: block;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.view-mobile,
.view-tablet {
  display: none;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.wrapper {
  width: 80%;
  margin: auto;
  margin-top: 2em;
}
img.image-responsive {
    width: 100%;
    display: block;
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .wrapper {
    width: 100%;
    margin: auto;
  }
}
@media (min-width: 200px) and (max-width: 1000px) {
  span.copy-link-icon {
    top: 1em;
  }
  .view-mobile {
    display: block !important;
  }
  .view-desktop {
    display: none !important;
  }
  .wrapper {
    width: 100%;
  }
}
.theme-h3 {
  font-size: 3em;
  margin-bottom: 1em;
  font-weight: 900;
}
.display-panel {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.display-md-auto {
  display: flex;
}
.display-md-1 {
  width: 10%;
}
.display-md-2 {
  width: 20%;
}
.display-md-3 {
  width: 30%;
}
.display-md-4 {
  width: 40%;
}
.display-md-5 {
  width: 50%;
}
.display-md-6 {
  width: 60%;
}
.display-md-7 {
  width: 70%;
}
.display-md-8 {
  width: 80%;
}
.display-md-9 {
  width: 90%;
}
.display-md-10 {
  width: 100;
}

@media screen and (max-width: 1000px) {
  .theme-h3 {
    font-size: 2.2em;
  }
  #theme-logo {
    width: 90%;
    margin: 0 0 3em 0;
  }
  .display-panel {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .display-full {
    display: block;
    width: 100%;
  }
}

#ROOT {
  background: transparent !important;
}
#ROOT > div:nth-child(2) {
  background: transparent !important;
}
.template-com-template-b-view-con1 > div,
.template-com-template-b-view-con1 .bus-com-free-form-view,
.bus-com-free-form-view {
  background: transparent !important;
}
.template-com-template-b-view-con2 {
  margin-top: 0;
  background: var(--theme-ui-colors-white) !important;
  padding: 20px;
}
.template-com-template-b-view-con2-top {
  display: none;
}
.bus-com-article-list-2-view {
  background: var(--theme-ui-colors-white);
  padding: 1em;
}

.cny2024-logo-container {
  display: flex;
  margin: auto;
}
img.cny2024-logo {
  width: 60%;
  display: flex;
  margin: auto;
}
.zb-campign-ad {
  padding: 1em;
}
.img-fluid {
  width: 100%;
  height: auto;
}
.cny-nav-vert {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/*navbar*/

.btn-cny {
  padding: 1em 0.5em;
  background: var(--cny-button-colors);
  color: var(--theme-ui-colors-muted);
  display: flex;
  display: block;
  flex-grow: 1;
  justify-content: center;
  margin: 0 1em 0.5em;
}
.btn-cny a {
  color: var(--theme-ui-colors-muted);
  font-size: 1.26rem;
  text-decoration: none !important;
  font-weight: 700;
  display: block;
}
.btn-cny:hover {
  background-color: var(--theme-ui-colors-secondary) !important;
  color: var(--theme-ui-colors-white) !important;
}
.btn-cny:active {
  background-color: var(--theme-ui-colors-main) !important;
  color: var(--theme-ui-colors-mute-theme) !important;
}
.btn-cny:first-child {
  border-radius: 10px 10px 0 0;
}
.btn-cny:last-child {
  border-radius: 0 0 10px 10px;
}
/* video */
#jumbotron-video-display {
  margin: 0 auto;
  padding: 0;
  -webkit-box-shadow000: 0 0 50px 0 rgba(0, 0, 0, 0.4);
  box-shadow000: 0 0 50px 0 rgba(0, 0, 0, 0.4);
}
#jumbotron-video .sph-video-box .vjs-playlist {
  width: 100%;
  display: block;
}
#jumbotron-video .sph-video-box .vjs-playlist .slick-list {
  padding: 0 !important;
}
.sph-video-box .vjs-playlist {
  overflow-x: hidden !important;
}

#jumbotron-video .slick-slide.slick-active img {
  opacity: 0.5 !important;
}
#jumbotron-video .slick-slide.vjs-selected img {
  opacity: 1 !important;
}
#jumbotron-video.sph-video-widget .slick-slide cite.vjs-playlist-name,
#jumbotron-video.sph-video-widget
  .slick-slide.slick-active
  cite.vjs-playlist-name {
  color: #828282 !important;
}
#jumbotron-video.sph-video-widget
  .slick-slide.vjs-selected
  cite.vjs-playlist-name {
  color: #fff !important;
}

#jumbotron-video.sph-video-widget {
  border-radius: 0.8em;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
#jumbotron-video .vjs-playlist-thumbnail {
  border-radius: 0.4em;
}
.vjs-mouse.vjs-playlist .vjs-mouse.vjs-playlist {
  background-color: #222;
}
.enclose #jumbotron-video .vjs-playlist-item {
  width: 160px !important;
}
.enclose #jumbotron-video .vjs-playlist-thumbnail {
  height: 90px !important;
}

.shy-box {
  padding: 2em 0;
  position: relative;
  scrollbar-color: #82b1ff #f5f5f5;
  -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
}
.shy-box::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.shy-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}
.shy-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: #ff818c;
}
@media screen and (max-width: 1000px) {
  body {
    background-image: url("https://dss0.zbstatic5.com/assets/interactive/2024/cny2024/images/cny2024-background-mobile.png");
    background-size: 100%;
    background-position: 0 0;
    background-size: 100%;
  }
  img.cny2024-logo {
    width: 40% !important;
    display: flex;
    margin: auto;
  }
  .cny-nav-vert {
    flex-direction: row;
  }
  .btn-cny {
    margin: 0 0.1em 0.1em !important;
  }
  .zb-campign-ad {
    padding: 0;
  }
  .btn-cny:first-child {
    border-radius: 10px 0 0 0;
  }
  .btn-cny:last-child {
    border-radius: 0 10px 0 0;
  }
  #jumbotron-video-display {
    width: 100% !important;
    border: none;
  }
  #jumbotron-video .vjs-playlist-item {
    width: 160px !important;
  }
  #jumbotron-video .vjs-playlist-thumbnail {
    height: 84px !important;
  }
}
.stickers-wrap {
    padding: 0 2.5em;
}

.stickers-wrap img {
    width: 70%;
    margin: auto;
}

.stickers-wrap p {
    margin: 0.5em 0 0.25em 0;;
}
.stickers-pck {
    padding: 0 1em 1em;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
span.pack {
    display: flex;
    padding: 0.5em;
    width: 15%;
}