.duck {
  position: absolute;
  -webkit-animation: duck 3s steps(64) infinite;
  animation: duck 3s steps(64) infinite;
  height: 23.1958%;
  width: 23.6111%;
  background-image: url("../images/animation/duck_sprite.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 6500%;
  top: 50.3865%;
  left: 27.3611%; }

.duck-s {
  z-index: 12;
  position: absolute;
  -webkit-animation: duck 3s steps(64) infinite;
  animation: duck 3s steps(64) infinite;
  height: 17.6666%;
  width: 51.9531%;
  background-image: url("../images/animation/duck_sprite.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 6500%;
  top: 61.3333%;
  left: 5.2083%; }

.popcorn {
  position: absolute;
  -webkit-animation: popcorn 1s steps(49) infinite;
  animation: popcorn 1s steps(49) infinite;
  height: 65.85%;
  margin-left: auto;
  margin-right: auto;
  width: 54.86%;
  background-image: url("../images/animation/popcorn_sprite.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 5000%;
  top: 41.0413%;
  left: -5%; }

.popcorn-md {
  position: absolute;
  -webkit-animation: popcorn 1s steps(49) infinite;
  animation: popcorn 1s steps(49) infinite;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  background-image: url("../images/animation/popcorn_sprite_md.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 5000%;
  top: 0;
  left: 0; }

.glasses {
  position: absolute;
  -webkit-animation: glasses 1s steps(9) infinite;
  animation: glasses 1s steps(9) infinite;
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/animation/glasses_sprite.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 1000%; }

@-webkit-keyframes duck {
  0% {
    background-position: 0% 0%; }
  100% {
    background-position: 100% 0%; } }

@keyframes duck {
  0% {
    background-position: 0% 0%; }
  100% {
    background-position: 100% 0%; } }

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); } }

@keyframes rotation {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); } }

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center;
    transform-origin: center; }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loading {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center;
    transform-origin: center; }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.fix-ad {
  width: 150px;
  height: auto;
  position: fixed;
  right: 10px;
  bottom: 8%;
  z-index: 990;
  display: none; }
  @media screen and (max-width: 768px) {
    .fix-ad {
      width: 100%;
      height: auto;
      bottom: 0;
      left: 0; } }
  .fix-ad .lg {
    display: block; }
    @media screen and (max-width: 768px) {
      .fix-ad .lg {
        display: none; } }
  .fix-ad .md {
    display: none; }
    @media screen and (max-width: 768px) {
      .fix-ad .md {
        display: block; } }

body {
  background-color: #2b332e;
  max-width: 100%;
  width: 100%;
  -ms-overflow-x: hidden;
  overflow-x: hidden; }
  body.locked {
    overflow: hidden;
    height: 100vh; }
  body .loading {
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #2b332e;
    background-size: 400% 400%;
    -webkit-animation: Gradient 8s ease infinite alternate;
    -moz-animation: Gradient 8s ease infinite alternate;
    animation: Gradient 8s ease infinite alternate; }
    body .loading > .film {
      width: 86px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      body .loading > .film img {
        width: 100%;
        -webkit-animation: loading 1.0s linear infinite;
        animation: loading 1.0s linear infinite; }
    body .loading > span {
      width: 100px;
      height: 100px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-size: 80px; }
      body .loading > span > span {
        position: absolute;
        width: 100%;
        height: 100%; }
        body .loading > span > span > span {
          position: relative;
          display: block;
          overflow: hidden;
          width: 50px;
          height: 50px; }
          body .loading > span > span > span > span {
            position: absolute;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 100px;
            height: 100px;
            border: 5px solid #fff;
            border-radius: 99em; }

html {
  -ms-overflow-x: hidden;
  overflow-x: hidden; }

.small-button {
  -webkit-border-radius: 900px;
  border-radius: 900px;
  background-color: #477ae5;
  color: #fff;
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  border: #30487a solid 5px;
  -webkit-box-shadow: #30487A 0px 10px 0;
  box-shadow: #30487A 0px 10px 0;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  line-height: 1;
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 112px;
  font-size: 14px;
  font-weight: bold;
  padding: 8px;
  background-color: #e9d9c1;
  color: #2b332e;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }
  .small-button:hover {
    background-color: #1949ad;
    color: #fff;
    top: 10px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .small-button:hover {
    background-color: #e2cdae;
    color: #1f2522;
    top: 0; }
    .small-button:hover:after {
      right: -4px;
      bottom: -14px; }
  .small-button:active {
    background-color: #dcc29b;
    top: 2px;
    left: 2px; }

.main-button {
  -webkit-border-radius: 900px;
  border-radius: 900px;
  background-color: #477ae5;
  color: #fff;
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  border: #30487a solid 5px;
  -webkit-box-shadow: #30487A 0px 10px 0;
  box-shadow: #30487A 0px 10px 0;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  line-height: 1;
  font-size: 28px;
  font-weight: 700;
  padding: 18px 40px;
  min-width: 248px;
  text-align: center; }
  .main-button:hover {
    background-color: #1949ad;
    color: #fff;
    top: 10px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  @media screen and (max-width: 768px) {
    .main-button {
      font-size: 18px;
      padding: 16px;
      width: 80%; } }

#top {
  width: 48px;
  height: 48px;
  padding: 5px;
  text-align: center;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  background-color: #2b332e;
  border: 2px solid #fff;
  cursor: pointer;
  z-index: 9999;
  display: none; }

.film-wrapper {
  position: relative;
  display: inline-block;
  max-width: 300px;
  background-color: #3aa28a;
  padding: 15px;
  padding-bottom: 10px; }
  @media screen and (max-width: 460px) {
    .film-wrapper {
      padding: 8px; } }
  .film-wrapper .tag {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ed6d50;
    color: #FFF;
    padding: 8px 15px 8px 10px;
    font-size: 16px;
    font-weight: 700;
    z-index: 3;
    -webkit-border-radius: 0 0 20px 0;
    border-radius: 0 0 20px 0; }
    @media screen and (max-width: 460px) {
      .film-wrapper .tag {
        font-size: 13px;
        padding: 6px 12px 6px 8px; } }
  .film-wrapper .name {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 5px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #1D1D1D; }
    @media screen and (max-width: 460px) {
      .film-wrapper .name {
        font-size: 14px; } }
  .film-wrapper .poster {
    margin-top: 5px;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center center;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    position: relative;
    padding-bottom: 142%; }
    .film-wrapper .poster:after {
      content: "";
      width: 100%;
      height: 100%;
      background-color: #000;
      position: absolute;
      top: 0;
      left: 0;
      opacity: .1;
      -webkit-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      -ms-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    .film-wrapper .poster img {
      visibility: hidden; }
  .film-wrapper:hover .poster {
    -webkit-background-size: 120% auto;
    -o-background-size: 120% auto;
    background-size: 120% auto; }
    .film-wrapper:hover .poster:after {
      opacity: 0; }

.section-title {
  width: 508px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .section-title {
      width: 70%; } }
  .section-title img {
    width: 100%;
    height: auto;
    margin: 0 auto; }

.color-a {
  color: #ffc308; }

.color-b {
  color: #45dcff; }

section.event-a {
  background-color: #ED6D50;
  padding: 7.9em 0 10em 0;
  position: relative;
  z-index: 20; }
  section.event-a .event-content {
    text-align: center;
    width: 90%;
    max-width: 999px;
    margin: 0 auto; }
    section.event-a .event-content .md {
      display: none; }
      @media screen and (max-width: 768px) {
        section.event-a .event-content .md {
          display: block; } }
      section.event-a .event-content .md a:nth-child(2) {
        display: block;
        margin-top: 10px; }
    section.event-a .event-content .lg {
      display: block; }
      @media screen and (max-width: 768px) {
        section.event-a .event-content .lg {
          display: none; } }
    section.event-a .event-content img {
      width: 100%; }
  section.event-a .event-button {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    width: 263px;
    height: 69px;
    margin: 0 auto;
    position: relative;
    top: -33px;
    background-image: url("../images/event_a_btn.png");
    background-color: #55bdab;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
    display: inline-block; }
    section.event-a .event-button:nth-child(2) {
      background-image: url("../images/event_b_btn.png");
      width: 225px;
      background-color: #ba482e;
      margin-left: 20px; }
      section.event-a .event-button:nth-child(2):hover {
        background-color: #d26249; }
    section.event-a .event-button:hover {
      background-color: #7acbbd; }
    @media screen and (max-width: 768px) {
      section.event-a .event-button {
        display: none; } }
  @media screen and (max-width: 768px) {
    section.event-a {
      padding: 4em 0 4em 0; } }

section.recommand-movie {
  position: relative;
  padding: 7.9em 0 0em 0;
  background-image: url("../images/popcorn_bg.png");
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-position: top right; }
  @media screen and (max-width: 768px) {
    section.recommand-movie {
      background-size: 200% auto;
      padding: 4em 0 0em 0; } }
  section.recommand-movie > .note {
    font-size: 13px;
    color: #FFF;
    font-weight: 400;
    text-align: center;
    display: block;
    width: 90%;
    max-width: 1020px;
    margin: 0 auto;
    padding-bottom: 30px; }

section.main {
  position: relative;
  padding-bottom: 0;
  padding-top: 71px; }
  @media screen and (max-width: 768px) {
    section.main {
      padding-top: 67px; } }
  @media screen and (max-width: 440px) {
    section.main {
      padding-top: 59px; } }
  section.main .lg {
    margin: 0 auto;
    position: relative; }
    section.main .lg .support-device {
      position: absolute;
      z-index: 9;
      right: 0;
      top: 27.9554%;
      width: 7%;
      max-width: 86px; }
      section.main .lg .support-device li {
        width: 100%; }
        section.main .lg .support-device li img {
          width: 100%; }
    section.main .lg .bear-right {
      position: absolute;
      width: 10.625%;
      left: 80%;
      top: 27.9639%; }
    section.main .lg .bear-left {
      position: absolute;
      width: 15.625%;
      left: 4.6527%;
      top: 48.8402%; }
    section.main .lg .subtitle {
      position: absolute;
      width: 27.9166%;
      left: 46.3888%;
      top: 57.4742%; }
    @media screen and (max-width: 768px) {
      section.main .lg {
        display: none; } }
  section.main .md {
    position: relative;
    display: none; }
    section.main .md .support-device {
      position: absolute;
      z-index: 9;
      bottom: 2.6666%;
      left: 0;
      right: 0;
      font-size: 0;
      height: 15.0833%; }
      section.main .md .support-device ul {
        text-align: right;
        height: 100%;
        margin: 0 auto;
        position: relative; }
      section.main .md .support-device li {
        text-align: center;
        display: inline-block;
        vertical-align: top;
        height: 100%; }
        section.main .md .support-device li img {
          height: 100%;
          width: auto; }
    section.main .md .subtitle {
      position: absolute;
      width: 60.2864%;
      left: 26.8229%;
      top: 75.6666%;
      z-index: 13; }
    section.main .md .bg {
      position: relative; }
    @media screen and (max-width: 768px) {
      section.main .md {
        display: block; } }

section.film-list {
  margin-bottom: 40px; }
  section.film-list:nth-child(3) .films-wrapper {
    margin-bottom: 0; }
  section.film-list .content-wrapper {
    width: 90%;
    max-width: 1020px;
    margin: 0 auto;
    margin-top: 0; }
    @media screen and (max-width: 1024px) {
      section.film-list .content-wrapper {
        width: 80%; } }
    @media screen and (max-width: 768px) {
      section.film-list .content-wrapper {
        width: 100%; } }
  section.film-list .films-wrapper {
    margin-bottom: 85px; }
    section.film-list .films-wrapper .owl-dots {
      margin-top: 30px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        section.film-list .films-wrapper .owl-dots {
          display: none; } }
      section.film-list .films-wrapper .owl-dots span {
        background-color: rgba(0, 0, 0, 0.9);
        width: 8px;
        height: 8px;
        display: block;
        margin: 0 10px;
        -webkit-border-radius: 50px;
        border-radius: 50px; }
      section.film-list .films-wrapper .owl-dots .owl-dot:hover span {
        background: #f1d29b; }
      section.film-list .films-wrapper .owl-dots .owl-dot.active span {
        position: relative;
        width: 8px;
        height: 8px;
        background-color: #3aa28a;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover; }
    section.film-list .films-wrapper .owl-nav {
      position: absolute;
      top: 35%;
      width: 100%; }
      section.film-list .films-wrapper .owl-nav:hover {
        background: none; }
      section.film-list .films-wrapper .owl-nav .owl-prev {
        position: absolute;
        left: -80px;
        width: 60px;
        height: 76px;
        background-image: url(../images/slider_arrow.png);
        -webkit-background-size: 60px auto;
        -o-background-size: 60px auto;
        background-size: 60px auto;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
        @media screen and (max-width: 768px) {
          section.film-list .films-wrapper .owl-nav .owl-prev {
            width: 30px;
            height: 50px;
            left: -24px;
            -webkit-background-size: 30px auto;
            -o-background-size: 30px auto;
            background-size: 30px auto; } }
        section.film-list .films-wrapper .owl-nav .owl-prev:hover {
          background: none;
          background-image: url(../images/slider_arrow.png);
          background-repeat: no-repeat;
          -webkit-background-size: 60px auto;
          -o-background-size: 60px auto;
          background-size: 60px auto;
          background-repeat: no-repeat;
          background-position: center center;
          -webkit-border-radius: 0;
          border-radius: 0; }
          @media screen and (max-width: 768px) {
            section.film-list .films-wrapper .owl-nav .owl-prev:hover {
              -webkit-background-size: 30px auto;
              -o-background-size: 30px auto;
              background-size: 30px auto; } }
      section.film-list .films-wrapper .owl-nav .owl-next {
        position: absolute;
        right: -84px;
        width: 60px;
        height: 76px;
        background-image: url(../images/slider_arrow.png);
        -webkit-background-size: 60px auto;
        -o-background-size: 60px auto;
        background-size: 60px auto;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-border-radius: 0;
        border-radius: 0; }
        @media screen and (max-width: 768px) {
          section.film-list .films-wrapper .owl-nav .owl-next {
            width: 30px;
            height: 50px;
            right: -29px;
            -webkit-background-size: 30px auto;
            -o-background-size: 30px auto;
            background-size: 30px auto; } }
        @media screen and (max-width: 459px) {
          section.film-list .films-wrapper .owl-nav .owl-next {
            right: -23px; } }
        section.film-list .films-wrapper .owl-nav .owl-next:hover {
          background: none;
          background-image: url(../images/slider_arrow.png);
          background-repeat: no-repeat;
          -webkit-background-size: 60px auto;
          -o-background-size: 60px auto;
          background-size: 60px auto;
          background-repeat: no-repeat;
          background-position: center center;
          -webkit-border-radius: 0;
          border-radius: 0; }
          @media screen and (max-width: 768px) {
            section.film-list .films-wrapper .owl-nav .owl-next:hover {
              -webkit-background-size: 30px auto;
              -o-background-size: 30px auto;
              background-size: 30px auto; } }
    section.film-list .films-wrapper .film-slider {
      display: none; }
    section.film-list .films-wrapper .note {
      background-color: transparent;
      text-align: center;
      display: block;
      width: 100%;
      max-width: 100%;
      padding: 0;
      margin: 0;
      color: #ff9600;
      font-size: 13px; }
  section.film-list .item {
    position: relative;
    display: inline-block;
    max-width: 300px;
    background-color: #3aa28a;
    padding: 15px;
    padding-bottom: 10px;
    -webkit-border-radius: 0 10px 10px 10px;
    border-radius: 0 10px 10px 10px;
    max-width: initial;
    margin: 0 7px;
    width: 96%; }
    @media screen and (max-width: 460px) {
      section.film-list .item {
        padding: 8px; } }
    section.film-list .item .tag {
      position: absolute;
      left: 0;
      top: 0;
      background-color: #ed6d50;
      color: #FFF;
      padding: 8px 15px 8px 10px;
      font-size: 16px;
      font-weight: 700;
      z-index: 3;
      -webkit-border-radius: 0 0 20px 0;
      border-radius: 0 0 20px 0; }
      @media screen and (max-width: 460px) {
        section.film-list .item .tag {
          font-size: 13px;
          padding: 6px 12px 6px 8px; } }
    section.film-list .item .name {
      font-size: 15px;
      font-weight: 500;
      text-align: center;
      margin-top: 12px;
      margin-bottom: 5px;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      color: #1D1D1D; }
      @media screen and (max-width: 460px) {
        section.film-list .item .name {
          font-size: 14px; } }
    section.film-list .item .poster {
      margin-top: 5px;
      -webkit-background-size: 100% auto;
      -o-background-size: 100% auto;
      background-size: 100% auto;
      background-position: center center;
      -webkit-transition: all .4s ease-out;
      -moz-transition: all .4s ease-out;
      -ms-transition: all .4s ease-out;
      -o-transition: all .4s ease-out;
      transition: all .4s ease-out;
      position: relative;
      padding-bottom: 142%; }
      section.film-list .item .poster:after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #000;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .1;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out; }
      section.film-list .item .poster img {
        visibility: hidden; }
    section.film-list .item:hover .poster {
      -webkit-background-size: 110% auto;
      -o-background-size: 110% auto;
      background-size: 110% auto; }
      section.film-list .item:hover .poster:after {
        opacity: 0; }
  section.film-list .tabs {
    position: relative;
    margin: 0 auto;
    margin-top: 24px;
    text-align: center;
    margin-bottom: 24px; }
    section.film-list .tabs li {
      opacity: .4;
      display: inline-block;
      cursor: pointer;
      background-color: transparent;
      text-align: center;
      color: #3aa28a;
      font-size: 30px;
      font-weight: bold;
      margin: 0 10px;
      vertical-align: middle;
      position: relative;
      margin-bottom: 5px;
      padding: 14px 30px;
      border: solid 2px #3aa28a;
      -webkit-border-radius: 20px;
      border-radius: 20px; }
      @media screen and (max-width: 768px) {
        section.film-list .tabs li {
          font-size: 20px;
          padding: 12px 24px;
          margin: 0 8px;
          -webkit-border-radius: 16px;
          border-radius: 16px; } }
      section.film-list .tabs li.on {
        opacity: 1;
        font-weight: bold;
        border: solid 2px #ed6d50;
        color: #ed6d50; }

section.tv-promote {
  position: relative;
  z-index: 9;
  background-image: url(../images/tv_promote_bg.png);
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  section.tv-promote .banner {
    width: 72.9861%;
    margin: 0 auto;
    font-size: 0;
    padding-top: 60px;
    padding-bottom: 70px;
    max-width: 1020px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      section.tv-promote .banner {
        padding-top: 60px;
        padding-bottom: 50px;
        display: block; } }
  section.tv-promote .left {
    vertical-align: top;
    width: 55%;
    display: inline-block; }
    section.tv-promote .left img {
      max-width: 542px;
      margin: 0 auto; }
    @media screen and (max-width: 768px) {
      section.tv-promote .left {
        width: 120%;
        margin-left: -8%;
        display: block;
        margin-bottom: 14%; } }
  section.tv-promote .right {
    width: 40%;
    margin-left: 5%;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      section.tv-promote .right {
        width: 100%;
        display: block;
        margin-left: 0; } }
  section.tv-promote .right-top {
    margin-bottom: 35px;
    text-align: center; }
    section.tv-promote .right-top img {
      max-width: 426px;
      margin: 0 auto; }
  section.tv-promote .btn-wrap a {
    display: block;
    max-width: 441px;
    margin-bottom: 14px; }
    section.tv-promote .btn-wrap a:hover img {
      opacity: 0.9; }
  section.tv-promote span {
    font-size: 14px;
    color: #000;
    text-align: center;
    display: block; }

section.banner {
  padding: 7.9em 0 2em 0;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    section.banner {
      padding: 4em 0 2em; } }
  section.banner .section-title {
    margin-bottom: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    z-index: 20; }
  section.banner .event-wrapper {
    position: relative;
    top: -10px; }

.deco-c {
  position: relative; }

a.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden; }
