@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;
  --cny-button-colors-hover: #e87ca6;
  -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;
}
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 {

 
}
@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%;
    margin: auto;
  }
}
.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;
  }
  .display-full {
    display: block;
    width: 100%;
  }
  
}

.main {
  margin: 0 auto;
  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: 50%;
  display: flex;
}

/*navbar*/
.cny-nav {
  justify-content: center;
}

.btn-cny {
  padding: 1.15em;
  border: 1px solid var(--theme-ui-colors-muted);
  /* background: #fcf5f8 !important; */
  background: var(--cny-button-colors);
  color: var(--theme-ui-colors-white);
  display: flex;
  display: block;
  flex-grow: 1;
  justify-content: center;
}
.btn-cny a {
  color: var(--theme-ui-colors-white);
  font-size: 1.26rem;
  text-decoration: none !important;
  font-weight: 700;
  display: block;
}
.btn-cny a:hover {
  color: var(--theme-ui-colors-white) !important;
}

.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-secondary) !important;
  color: var(--theme-ui-colors-white) !important;
}
.btn-cny:first-child {
  border-radius: 10px 0 0 0;
}
.btn-cny:last-child {
  border-radius: 0 10px 0 0;
}

.logo-wrap {
  margin-bottom: 2em;
}

.active {
  background: var(--theme-ui-colors-secondary);
  color: var(--theme-ui-colors-white);
}

@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: 80% !important;
    display: flex;
    margin: auto;
  }
  .btn-cny {
    padding: 1em;
  }
  .btn-cny a {
    font-size: 0.95rem;
  }
}

 .channel {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: -10px;
    }

            .channel-img {
                display: flex;
                width: 30%;
                justify-content: center;
                padding-bottom: 5px;
            }

            .cny2024-stickers {
                text-align: center;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }

            span.channel-icon {
                padding: 0 2px;
            }

            img.sticker {
                width: 60% !important;
            }
            img.image-responsive {
            width: 100%;
            display: block;
}
@media screen and (max-width: 1000px) {
    .channel-img {
                display: flex;
                width: 30%;
                justify-content: center;
                padding-bottom: 5px;
            }
            .cny2024-stickers p {
                font-size: 0.80rem;
            }
}