

html, body {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  background: url(../images/loader.gif) center center no-repeat #ddd;
  font-family: STHeiti, "Microsoft JhengHei", Arial, Helvetica sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #333333;
}
@media (min-width: 768px) {
    body {
        font-size: 18px;
    }
}

.touch body {
  overflow: auto;
  overflow-x: hidden;
}

.touch body.modal-open {
  overflow: hidden;
}

body.scroll-activate {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.max-wrapper {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .max-wrapper {
    }
}

#global {
    position: fixed;
    z-index: 9;
    width: 100%;
}
#global {
    min-width: 320px;
    max-width: 1600px;
}

/* Header */
.navbar-brand {
  float: left;
  padding: 12.5px 15px;
  font-size: 21.00006px;
  line-height: 25px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    padding: 0;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-default {
  background: transparent;
  margin-bottom: 0;
  border: 0;
}

.navbar-default > .container-fluid {
  background: black;
}

.navbar-menu {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 33px;
  margin-right: 15px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .navbar-menu {
    display: none;
  }
}

.navbar-menu .icon-menu img {
  width: 20px;
  margin-bottom: 5px;
}

.navbar-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.navbar-brand {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 !important;
  height: 30px;
}

.navbar-brand a, .navbar-brand a:hover, .navbar-brand a:active, .navbar-brand a:focus {
  color: #fff;
}

.navbar-brand .navbar-logo {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
}

.navbar-brand .navbar-logo img {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (min-width: 768px) {
  .navbar-brand {
    margin-top: 19px;
    margin-bottom: 19px;
    height: 36px;
  }
  .navbar-brand .navbar-logo {
    width: 290px;
    height: 48px;
  }
  .navbar > .container-fluid .navbar-brand {
    margin-left: 15px !important;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-right {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-order: 2;
      order: 2;
  margin-left: 8px;
  color: #959595;
  font-size: 10px;
  text-transform: uppercase;
}
.no-flexbox .navbar-right {
  float: right;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .navbar-right {
    margin-right: 0 !important;
  }
}
.navbar-right-inner {
  display: table;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .navbar-right-inner {
    height: 75px;
  }
}

.navbar-text-link,
.navbar-share-label,
.navbar-share-btn {
  vertical-align: middle;
  line-height: 1;
}

.navbar-text-link {
  display: table-cell;
  font-size: 14px;
  padding: 0 25px;
}

@media screen and (max-width: 480px) {
  .navbar-text-link {
    padding: 0 10px;
  }
}

.navbar-text-link.active {
  background: #7d0207;
}

.navbar-text-link.active a:hover {
  color: #fff;
  text-decoration: none;
}

.text-links--red, .fl-menu__content a {
  color: #ffffff;
  text-decoration: none;
}

.text-links--red:hover, .fl-menu__content a:hover {
  color: #F11D18;
}

/* fl-menu */
.fl-menu {
    top: 50px;
    left: 0;
    z-index: 10;
    position: fixed;
    width: auto;
}

@media screen and (min-width: 768px) {
    .fl-menu {
        top: 127px;
    }
}

@media screen and (min-width: 900px) {
    .fl-menu {
        top: 127px;
    }
}

.fl-menu.active .fl-menu__open {
    opacity: 0;
    left: -100%;
    transition: all .3s ease-out;
    transition-delay: 0.3s;
}

.fl-menu.active .fl-menu__close {
    display: block;
    background: none;
}

.fl-menu.active .fl-menu__content {
    left: 0;
    display: block;
}

.fl-menu-icon {
    float: left;
    cursor: pointer;
    color: #fff;
    padding: 4px 9px;
    z-index: 1;
    transition: all .3s ease-out;
}

.fl-menu__close {
    float: right;
    display: none;
    position: absolute;
    top: 4px;
    right: 4px;
}

.fl-menu__open {
    transition: all .3s ease-out;
    transition-delay: .5s;
    background: rgba(0, 0, 0, 0.85);
}

.fl-menu__content {
    position: absolute;
    left: -400px;
    width: 290px;
    padding: 30px 20px 20px 10px;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    transition: all .5s ease-out;
}

.fl-menu__content ul {
    list-style: none;
    font-size: 14px;
    clear: both;
    margin: 0;
}

.fl-menu__content li {
    display: block;
    padding: 5px 0;
}


/* Footer */
#footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #000000;
    color: #fff;
    overflow: hidden;
    padding-bottom: 20px;
    font-size: 14px;
}

#footer > .container > span {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
    font-size: 86%;
    color: #ffffff;
}

#footer > .container > span a {
    color: inherit;
}

/* Main content */
.main-content {
    padding-top: 50px;
    min-height: calc(100vh - 83px);
}
@media (min-width: 768px) {
    .main-content {
        padding-top: 75px;
    }
}
.cny-2021.tc {
    letter-spacing: 1px;
}
.cny-2021 h1 {
    font-size: 0;
    width: 1px;
    height: 1px;
    display: inline-block;
    overflow: hidden;
    position: absolute !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
}
.cny-2021 img {
    user-select: none;
}
.cny-2021 picture {
    display: block;
}
.cny-2021 .section a.url {
    color: #000;
}
.cny-2021 .section a.url:hover {
    text-decoration: none;
    border-bottom: 1px solid #000;
}
.cny-2021 .section .hscale {
    transition: transform 0.2s ease-out;
}
.cny-2021 .section .hscale:hover {
    transform: scale3d(1.02, 1.02, 1.0);
}
.cny-2021 .highlight {
    color: #de8e46;
}
.cny-2021 .bigger {
    font-size: 17px;
}
.cny-2021 .biggest {
    font-size: 21px;
}
@media (min-width: 1200px) {
    .cny-2021 .bigger {
        font-size: 20px;
    }
    .cny-2021 .biggest {
        font-size: 24px;
    }
}
.cny-2021 .bold {
    font-weight: bold;
}
.cny-2021 .swiper-wrapper {
    height: auto;
}
.cny-2021 .swiper-pagination {
    position: relative;
    margin-top: 24px;
}
.cny-2021 .swiper-pagination-bullet {
    margin: 0 6px;
}
.cny-2021 .swiper-pagination-bullet {
    background: #FFF;
    opacity: 1.0;
}
.cny-2021 .swiper-pagination-bullet-active {
    background: #d02e1f;
}

.cny-2021.main-content {
    overflow-x: hidden;
}
.cny-2021 .section {
    position: relative;
}
.cny-2021 .section.with-edge:before {
    content: '';
    position: absolute;
    left: 0;
    top: -12px;
    width: 100%;
    height: 12px;
    background-repeat: repeat-x;
    background-position: center center;
    background-size: contain;
}

.cny-2021 .section .section-view {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
}
@media (min-width: 576px) {
    .cny-2021 .section .section-view {
        max-width: 576px;
    }
}
@media (min-width: 768px) {
    .cny-2021 .section .section-view {
        max-width: none;
        flex-direction: row;
        max-width: none;
        padding: 0;
        line-height: 1.8;
    }
}
.cny-2021 .section .feature-img-view {
    width: 70%;
    box-sizing: content-box;
    flex-shrink: 0;
}
@media (min-width: 768px) {
    .cny-2021 .section .feature-img-view {
        width: 40.1%;
    }
}
.cny-2021 .section .feature-img {
    width: 100%;
    height: auto;
}
.cny-2021 .section .detail-view {
    flex-grow: 1;
}
@media (min-width: 768px) {
    .cny-2021 .section .detail-view {
        width: 100%;
    }
}
.cny-2021 .section .section-view p {
    margin-bottom: 16px;
}
.cny-2021 .section .mobile-view-wrapper {
    padding: 0 20px;
}
@media (min-width: 576px) {
    .cny-2021 .section .mobile-view-wrapper {
        padding: 0 30px;
    }
}
@media (min-width: 768px) {
    .cny-2021 .section .mobile-view-wrapper {
        padding: 0 0;
    }
    .cny-2021 .section .section-view p {
        margin-bottom: 5%;
    }
}

.cny-2021 .section.hero img {
    width: 100%;
    height: auto;
}
.cny-2021 .section.hero video {
    display: block;
    width: 100%;
    height: auto;
}
.cny-2021 .section .section-title {
    margin-bottom: 20px;
}
.cny-2021 .section .cta {
    width: 100%;
    max-width: 400px;
}

.cny-2021 .f-item {
    position: absolute;
}
.cny-2021 .f-item img {
    width: 100%;
    height: auto;
}
.cny-2021 .f-item.item1 { left: -9%; top: 5%; width: 23.2%; max-width: 139px; }
.cny-2021 .f-item.item2 { right: -10%; top: calc(50vw + 5%); width: 22.4%; max-width: 134px; }
.cny-2021 .f-item.item3 { left: -5%; top: 18%; width: 22%; max-width: 132px; }
.cny-2021 .f-item.item4 { right: -3%; top: 92%; width: 24.93%; max-width: 150px; }
.cny-2021 .f-item.item5 { left: -14%; top: 20%; width: 27.73%; max-width: 166px; }
.cny-2021 .f-item.item6 { right: -4%; top: 68%; width: 22.8%; max-width: 137px; }
.cny-2021 .f-item.item7 { left: -9.5%; top: 14%; width: 28%; max-width: 168px; display: none; }
.cny-2021 .f-item.item7b { right: -12.7%; top: 80%; width: 28.67%; max-width: 172px; }
.cny-2021 .f-item.item8 { display: none; }
.cny-2021 .f-item.item8b { display: none; }
.cny-2021 .f-item.item9 { left: 6%; top: 12%; width: 11.73%; max-width: 70px; }
.cny-2021 .f-item.item10 { right: -5%; top: 63%; width: 18.13%; max-width: 109px; }

@media (min-width: 768px) {
    .cny-2021 .f-item.item1 { left: -4%; top: 8%; width: 10.8%; max-width: none; }
    .cny-2021 .f-item.item2 { right: -5.8%; top: 44%; width: 12.75%; max-width: none; }
    .cny-2021 .f-item.item3 { left: -3%; top: 22%; width: 13.2%; max-width: none; }
    .cny-2021 .f-item.item4 { right: -3%; top: 81%; width: 16.44%; max-width: none; }
    .cny-2021 .f-item.item5 { left: -9%; top: 33%; width: 16.68%; max-width: none; }
    .cny-2021 .f-item.item6 { right: -4%; top: 68%; width: 15.45%; max-width: none; }
    .cny-2021 .f-item.item7 { left: -2.5%; top: 14%; width: 16.44%; max-width: none; display: none; }
    .cny-2021 .f-item.item7b { display: none; }
    .cny-2021 .f-item.item8 { right: -4.7%; top: 26%; width: 14.4%; max-width: none; display: block; }
    .cny-2021 .f-item.item8b { left: 0; top: 67%; width: 14.67%; max-width: none; display: block; }
    .cny-2021 .f-item.item9 { left: 4%; top: 14%; width: 13.13%; max-width: none; }
    .cny-2021 .f-item.item10 { right: -6%; top: 57%; width: 20.19%; max-width: none; }
}

/* Digital Payment */
.cny-2021 .section.digital-payment {
    background: #FFF;
    padding: 30px 0 50px;
}
@media (min-width: 768px) {
    .cny-2021 .section.digital-payment {
        padding: 80px 0;
    }
}
.cny-2021 .section.digital-payment .detail-view {
    margin-top: 8px;
}
@media (min-width: 768px) {
    /* EN: 1408px width, 96px horizontal padding */
    .cny-2021 .section.digital-payment .section-view {
        max-width: 88%;
    }
    .cny-2021 .section.digital-payment .feature-img-view {
        width: 31%;
    }
    .cny-2021 .section.digital-payment .feature-img {
        /* must be 498 width in 1600px */
        width: 114%;
        max-width: none;
    }
    .cny-2021 .section.digital-payment .detail-view {
        margin-top: 0;
    }
    .cny-2021 .section.digital-payment .cta {
        max-width: none;
        width: 70%;
    }
}
@media (min-width: 768px) {
    .cny-2021 .section.digital-payment .inner-detail {
        padding: 0 10%;
    }
}
@media (min-width: 1200px) {
    .cny-2021 .section.digital-payment .inner-detail {
        padding: 0 7%;
    }
}

.cny-2021 .section.red-packets {
    background: #f8e4a6;
    padding: 0 0 40px;
}
@media (min-width: 768px) {
    .cny-2021 .section.red-packets {
        padding: 40px 0 0;
    }
}
.cny-2021 .section.red-packets.with-edge:before {
    background-image: url(../images/edge-yellow.png);
}
.cny-2021 .section.red-packets .inner-detail {
    padding: 0 20px;
}
@media (min-width: 1200px) {
    .cny-2021 .section.red-packets .inner-detail {
        padding: 0 15%;
    }
}
@media (min-width: 768px) {
    /* EN: 1390px width, 105px horizontal padding */
    .cny-2021 .section.red-packets .section-view {
        max-width: 86.875%;
    }
    .cny-2021 .section.red-packets .feature-img-view {
        width: 39.64%;
    }
    .cny-2021 .section.red-packets .feature-img {
        /* must be 498 width in 1600px */
        width: 90.4%;
        max-width: none;
        transform: translate(14%, 7%);
    }
    .cny-2021 .section.red-packets .cta {
        max-width: none;
        width: 89%;
    }
}

.cny-2021 .section.transfer-money {
    background: #f8e4a6;
    padding: 0 0 60px;
}
@media (min-width: 768px) {
    .cny-2021 .section.transfer-money {
        padding: 30px 0 100px;
    }
}
.cny-2021 .section.transfer-money .feature-img-view {
    width: 70%;
}
@media (min-width: 768px) {
    .cny-2021 .section.transfer-money .feature-img-view {
        width: 34.16%;
    }
}
.cny-2021 .section.transfer-money .inner-detail {
    padding: 0 20px;
}
@media (min-width: 768px) {
    /* EN: 1340px width, 130px horizontal padding */
    .cny-2021 .section.transfer-money .section-view {
        max-width: 83.75%;
    }
    .cny-2021 .section.transfer-money .feature-img-view {
        width: 34.85%;
    }
    .cny-2021 .section.transfer-money .feature-img {
        /* must be 414 width in 1600px */
        width: 88.7%;
        max-width: none;
        transform: translate(-5%, 7%);
    }
    .cny-2021 .section.transfer-money .inner-detail {
        padding: 0 7%;
    }
    .cny-2021 .section.transfer-money .cta {
        max-width: none;
        width: 83%;
    }
}
.cny-2021 .section.transfer-money .subtitle {
    color: #e85226;
    margin-bottom: 0;
    font-size: 16px;
}
@media (min-width: 768px) {
    .cny-2021 .section.transfer-money .subtitle {
        font-size: 23px;
    }
}

/* How */
.cny-2021 .section.how {
    background: #fcc774;
    padding: 50px 0 0;
    text-align: center;
}
@media (min-width: 768px) {
    .cny-2021 .section.how {
        padding: 80px 30px 0;
    }
}

.cny-2021 .section.how.with-edge:before {
    background-image: url(../images/edge-orange.png);
}
.cny-2021 .section.how .section-title {
    width: 100%;
}
@media (min-width: 768px) {
    .cny-2021 .section.how .section-title {
        width: 96%;
        max-width: 1420px;
    }
}
@media (min-width: 1200px) {
    .cny-2021 .section.how .section-title {
        width: 90%;
        max-width: 1420px;
    }
}
.cny-2021 .section.how .mobile-phone {
    position: relative;
    width: 19%;
}
.cny-2021 .section.how .mobile-phone img {
    width: 100%;
    height: auto;
}
.cny-2021 .section.how .mobile-phone .desc {
    font-size: 13px;
    margin-top: 16px;
    padding: 0 30px;
    line-height: 1.5;
    text-align: left;
}
.cny-2021 .section.how .right-arrows {
    position: relative;
    align-self: center;
}
.cny-2021 .section.how .right-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 11px;
    border-color: transparent transparent transparent #e85325;
}
@media (min-width: 992px) {
    .cny-2021 .section.how .mobile-phone .desc {
        font-size: 15px;
    }
    .cny-2021 .section.how .right-arrow {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 0 8px 15px;
        border-color: transparent transparent transparent #e85325;
    }
}
.cny-2021 .section.how .right-arrow.dim {
    position: absolute;
    opacity: 0.5;
    left: 1px;
    top: 1px;
}
.cny-2021 .screenshot-swiper-container {
    max-width: 576px;
    margin: 0 auto;
}
.cny-2021 .swiper-slide {
    height: auto;
}
.cny-2021 .screenshot-swiper-container .slide-image {
    max-width: 70%;
    margin-bottom: 4px;
}
.cny-2021 .screenshot-swiper-container .caption {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #000;
}
.cny-2021 .screenshot-swiper-container .num {
    font-size: 44px;
    font-weight: bold;
    flex-shrink: 0;
}
.cny-2021 .screenshot-swiper-container .desc {
    margin: 10px 0 0 4px;
    max-width: 50%;
    text-align: left;
}

/* Download */
.cny-2021 .section.download {
    background: #fcc774;
    padding: 0 0 80px;
}
.cny-2021 .section.download .kids {
    width: 82.3%;
    margin-bottom: 4%;
}
.cny-2021 .section.download .download-link {
    width: 82.8%;
}
@media (min-width: 768px) {
    .cny-2021 .section.download {
        padding: 0 0 80px;
    }
    /* EN: 1534px width, 33px horizontal padding */
    .cny-2021 .section.download .section-view {
        max-width: 95.875%;
    }
    .cny-2021 .section.download .feature-img-view {
        width: 25.95%;
    }
    .cny-2021 .section.download .feature-img {
        /* must be 460 width in 1600px */
        width: 115.6%;
        max-width: none;
        transform: translate(25%, 6%);
    }
    .cny-2021 .section.download .detail-view {
        /* transform: translate(-2%, 0); */
    }
    .cny-2021 .section.download .kids {
        width: 62.9%;
        margin-bottom: 4%;
		margin-top:-50px;
    }
    .cny-2021 .section.download .download-link {
        width: 63.3%;
    }
}
.cny-2021 .section.download .section-title {
    width: 100%;
    margin-bottom: 6%;
}


/* Awards */
.cny-2021 .section.awards {
    background: #ef0d1d url(../images/bg1-m.jpg) no-repeat center center / cover;
    padding: 30px 0 50px;
    text-align: center;
}
@media (min-width: 768px) {
    .cny-2021 .section.awards {
        background: #ef0d1d url(../images/bg1.jpg) no-repeat center center / cover;
        padding: 80px 30px;
    }
}

.cny-2021 .section.awards.with-edge:before {
    background-image: url(../images/edge-red.png);
}
.cny-2021 .section.awards .section-title {
    width: 100%;
    max-width: 1127px;
}
.cny-2021 .section.awards .info-view {
    position: relative;
    color: #FFF;
    max-width: 576px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .cny-2021 .section.awards .info-view {
        max-width: 924px;
    }
}
.cny-2021 .section.awards .seq-img {
    width: 40px;
    margin-bottom: 8px;
    flex-shrink: 0;
}
@media (min-width: 768px) {
    .cny-2021 .section.awards .seq-img {
        width: 72px;
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .cny-2021 .section.awards .seq-img {
        width: 95px;
    }
}
.cny-2021 .section.awards .table-row {
    padding: 0 20px;
    width: 100%;
}
.cny-2021 .section.awards .table-img {
    margin: 20px 0 20px;
    width: 100%;
}
@media (min-width: 768px) {
    .cny-2021 .section.awards .table-row {
        padding: 0;
        width: 100%;
    }
    .cny-2021 .section.awards .table-img {
        margin: 20px 0 80px;
    }
}

.cny-2021 .section.awards .info-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}
@media (min-width: 768px) {
    .cny-2021 .section.awards .info-row {
        flex-direction: row;
    }
}
.cny-2021 .section.awards .desc {
    padding: 0 20px;
    text-align: center;
}
@media (min-width: 768px) {
    .cny-2021 .section.awards .desc {
        text-align: left;
    }
}
@media (min-width: 992px) {
    .cny-2021 .section.awards .desc {
        padding: 0 30px;
    }
}
.cny-2021 .section.awards .desc p:last-child {
    margin-bottom: 0;
}
.cny-2021 .section.awards .hidden {
    display: none;
}
@media (min-width: 768px) {
    .cny-2021 .section.awards .hidden {
        display: block;
        visibility: hidden;
    }
}
.cny-2021 .section.awards .how-to-earn {
    display: block;
    color: #FFF;
    background: #f7bd4a;
    padding: 10px 26px 8px;
    border-radius: 20px;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 20px;
}
@media (min-width: 768px) {
    .cny-2021 .section.awards .how-to-earn {
        margin-top: 0;
    }
}

/* About */
.cny-2021 .section.about {
    background: #FFF;
    padding: 40px 0;
    text-align: center;
}
@media (min-width: 768px) {
    .cny-2021 .section.about {
        padding: 80px 30px;
    }
}
.cny-2021 .section.about.with-edge:before {
    background-image: url(../images/edge-white.png);
}
.cny-2021 .section.about .section-title {
    width: 100%;
    max-width: 1127px;
}
.cny-2021 .section.about .info-view {
    color: #000;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 20px;
}
@media (min-width: 768px) {
    .cny-2021 .section.about .info-view {
        padding: 0;
    }
}
.cny-2021 .section.about .info-row-1 {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    margin: 30px auto;
    text-align: left;
}
@media (min-width: 768px) {
    .cny-2021 .section.about .info-row-1 {
        padding: 0;
        max-width: 82.5%;
    }
}
.cny-2021 .section.about .info-logo {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 30px;
    align-items: center;
}
@media (min-width: 1200px) {
    .cny-2021 .section.about .info-row-1 {
        flex-direction: row;
        align-items: flex-end;
    }
    .cny-2021 .section.about .info-logo {
        margin-bottom: 0;
    }
}
.cny-2021 .section.about .info-logo > div {
    width: 40%;
}
@media (min-width: 768px) {
    .cny-2021 .section.about .info-logo > div {
        width: auto;
    }
}
.cny-2021 .section.about .info-row-desc {
    max-width: 82.5%;
    margin: 0 auto;
    text-align: center;
}
@media (min-width: 768px) {
    .cny-2021 .section.about .info-row-desc {
        text-align: left;
    }
}
.cny-2021 .section.about .info-row-desc p:last-child {
    margin-bottom: 0;
}
.cny-2021 .section.about .foodlink {
    width: 249px;
    margin-right: 16px;
}
.cny-2021 .section.about .fps {
    width: 171px;
    margin-right: 16px;
}
.cny-2021 .section.about .info-row-1 a {
    color: #000;
}
.cny-2021 .section.about .sp-link {
    max-width: 82.5%;
    margin: 0 auto;
    background: #d3a253;
    width: 100%;
    height: 1px;
    margin: 30px auto;
}
@media (min-width: 768px) {
    .cny-2021 .section.about .sp-link {
        max-width: 82.5%;
        margin: 50px auto;
    }
}
.cny-2021 .section.about .logo-group {
    display: flex;
    justify-content: center;
    margin: 0px 20px 40px;
    font-size: 12px;
}
@media (min-width: 768px) {
    .cny-2021 .section.about .logo-group {
        margin: 30px 0 80px;
    }
}
.cny-2021 .section.about .logo-group .img-fluid {
    width: 100%;
}
.cny-2021 .section.about .logo-group .left {
    display: flex;
}
.cny-2021 .section.about .logo-group .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cny-2021 .section.about .logo-group .upper-right {
    display: flex;
    align-items: center;
}
.cny-2021 .section.about .logo-group .stores {
    display: flex;
    flex-direction: column;
}
.cny-2021 .section.about .logo-group .qr-code {
    width: 14.3125em;
}
.cny-2021 .section.about .logo-group .logo {
    width: 9.8125em;
}
.cny-2021 .section.about .logo-group .appstore {
    width: 15em;
}
.cny-2021 .section.about .logo-group .googleplay {
    width: 15em;
}
.cny-2021 .section.about .logo-group .search {
    width: 25.0625em;
}
.cny-2021 .section.about .board {
    max-width: 1200px;
    margin: 0 auto;
}
.cny-2021 .section.about .board .subtitle1 {
    width: 205px;
    margin-bottom: 16px;
}
.cny-2021 .section.about .board .subtitle2 {
    width: 205px;
    margin-bottom: 16px;
}
.cny-2021 .section.about .board .col-12 {
    margin-bottom: 16px;
}
@media (min-width: 768px) {
    .cny-2021 .section.about .board .subtitle1 {
        width: 318px;
        margin-bottom: 30px;
    }
    .cny-2021 .section.about .board .subtitle2 {
        width: 318px;
        margin-bottom: 30px;
    }
    .cny-2021 .section.about .board .col-12 {
        margin-bottom: 0;
    }
}
.cny-2021 .section.about .board .desc {
    font-size: 1.1em;
    line-height: 1.5;
    color: #d3a253;
    padding: 0 1em;
}
.cny-2021 .section.about .board .p:last-child {
    margin-bottom: 0;
}
.cny-2021 .section.about .board .more-btn {
    width: 136px;
}
@media (min-width: 1200px) {
    .cny-2021 .section.about .logo-group {
        font-size: 14px;
    }
    .cny-2021 .section.about .board .subtitle1 {
        width: 364px;
    }
    .cny-2021 .section.about .board .subtitle2 {
        width: 364px;
    }
    .cny-2021 .section.about .board .more-btn {
        width: 150px;
    }
}

/* TNC */
.cny-2021 .section.tnc {
    position: relative;
    background: #e6e7e8;
    padding: 60px 20px;
    line-height: 1.8;
}
@media (min-width: 768px) {
    .cny-2021 .section.tnc {
        padding: 80px 30px;
    }
}
.cny-2021 .section.tnc.with-edge:before {
    background-image: url(../images/edge-grey.png);
}

.cny-2021 .section.tnc .tnc-view {
    margin: 0 auto;
}
@media (min-width: 768px) {
    .cny-2021 .section.tnc .tnc-view {
        max-width: 82.5%;
    }
}
.cny-2021 .section.tnc .tnc-view h3 {
    font-size: 12px;
    padding-left: 20px;
}
.cny-2021 .section.tnc .tnc-view ol {
    margin: 0;
    padding: 0 0 0 20px;
}
.cny-2021 .section.tnc .tnc-view ol li {
    margin: 0;
}
@media (min-width: 768px) {
	.cny-2021 .section.tnc .tnc-view h3 {
    font-size: 18px;
    padding-left: 20px;
	}
}
