.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);
  }
}

body {
  background-color: #02599f;
  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: -webkit-linear-gradient(135deg, #ffdd00, #ff6b00);
  background: -o-linear-gradient(135deg, #ffdd00, #ff6b00);
  background: linear-gradient(-45deg, #ffdd00, #ff6b00);
  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: 90px;
  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: #02599f;
  -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: #024b86;
  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: #116DA3;
  cursor: pointer;
  z-index: 9999;
  display: none;
}

.film-wrapper {
  position: relative;
  display: inline-block;
  max-width: 300px;
  background-color: #e9d9c1;
  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: #000000;
  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;
}

.arrow-float {
  display: none;
  width: 34px;
  height: 50px;
  margin: 0 auto;
  bottom: 30px;
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
}

@media screen and (max-width: 375px) {
  .arrow-float {
    width: 26px;
    height: 43px;
  }
}

.arrow-float .mouse {
  width: 100%;
  height: 100%;
  border: 4px solid #E8D8C2;
  -webkit-border-radius: 90px;
  border-radius: 90px;
  position: relative;
}

@media screen and (max-width: 375px) {
  .arrow-float .mouse {
    border: 3px solid #E8D8C2;
  }
}

.arrow-float .mouse .scroll {
  position: absolute;
  width: 4px;
  height: 10px;
  background-color: #E8D8C2;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-animation-name: floater;
  animation-name: floater;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.main-title {
  height: 123px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .main-title {
    height: 90px;
  }
}

@media screen and (max-width: 425px) {
  .main-title {
    height: 80px;
  }
}

.main-title img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.deco-a {
  position: relative;
  margin-top: -18%;
}

.color-a {
  color: #ffc308;
}

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

section.event-a {
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 768px) {
  section.event-a .main-title {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

section.event-a .event-content {
  text-align: center;
  margin-bottom: 54px;
}

section.event-a .event-content img {
  width: 90%;
  max-width: 790px;
  margin: 0 auto;
}

section.event-a .event-content .color-a, section.event-a .event-content .color-b {
  font-weight: 700;
}

section.event-a .event-info {
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 36px;
  margin-top: 26px;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  section.event-a .event-info {
    font-size: 16px;
    width: 90%;
    margin: 0 5%;
    margin-bottom: 18px;
  }
}

section.event-a .btn-wrap {
  text-align: center;
}

section.event-a .btn-wrap .main-button {
  margin: 0 14px;
  background-color: #fd5b58;
  border-color: #b9423c;
  -webkit-box-shadow: #B9423C 0px 10px 0;
  box-shadow: #B9423C 0px 10px 0;
}

section.event-a .btn-wrap .main-button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #FFF;
  background-color: #ca4943;
}

@media screen and (max-width: 768px) {
  section.event-a .btn-wrap .main-button {
    margin-bottom: 20px;
  }
}

section.event-b {
  padding-top: 40px;
  padding-bottom: 75px;
  background-color: #ffc308;
}

section.event-b .event-info {
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  section.event-b .event-info {
    font-size: 16px;
    width: 90%;
    margin: 0 5%;
    margin-bottom: 18px;
  }
}

section.event-b .event-content {
  text-align: center;
  margin-bottom: 54px;
  position: relative;
}

section.event-b .event-content .wrap {
  width: 90%;
  max-width: 696px;
  margin: 0 auto;
  position: relative;
}

section.event-b .event-content .promote-hashtag {
  position: absolute;
  width: 16.9396%;
  max-width: 131px;
  top: 1%;
  right: -4%;
}

section.event-b .event-content .promote-hashtag .hand {
  position: absolute;
  width: 33.5877%;
  bottom: -35%;
  right: 10%;
  -webkit-animation: rotation .8s infinite linear alternate;
  animation: rotation .8s infinite linear alternate;
}

section.event-b .btn-wrap {
  text-align: center;
}

section.event-b .btn-wrap .main-button {
  margin: 0 14px;
}

@media screen and (max-width: 768px) {
  section.event-b .btn-wrap .main-button {
    margin-bottom: 20px;
  }
}

section.recommand-movie {
  position: relative;
  margin-top: -100px;
}

@media screen and (max-width: 768px) {
  section.recommand-movie {
    margin-top: -40px;
  }
}

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: 25.64%;
  width: 7.5%;
  max-width: 90px;
}

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: 0;
  left: 0;
  right: 0;
  font-size: 0;
}

section.main .md .support-device ul {
  text-align: center;
  width: 100%;
  max-width: 709px;
  margin: 0 auto;
}

section.main .md .support-device li {
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

section.main .md .support-device li.device-01 {
  width: 18.2291%;
}

section.main .md .support-device li.device-02 {
  width: 16.4062%;
}

section.main .md .support-device li.device-03 {
  width: 17.1875%;
}

section.main .md .support-device li.device-04 {
  width: 24.2187%;
}

section.main .md .support-device li img {
  width: 100%;
}

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 .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: 30px;
}

section.film-list .films-wrapper .owl-dots {
  margin-top: 15px;
}

section.film-list .films-wrapper .owl-dots span {
  background-color: rgba(0, 0, 0, 0.9);
  width: 8px;
  height: 8px;
}

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;
  top: 8px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: url("../images/tab_on_left.png");
  -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: -45px;
  width: 60px;
  height: 76px;
  background-image: url(../images/slider_arrow_left.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-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_left.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: -49px;
  width: 60px;
  height: 76px;
  background-image: url(../images/slider_arrow_right.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_right.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: #e9d9c1;
  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: #000000;
  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: #e9d9c1;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  height: 38px;
  line-height: 36px;
  margin: 0 17px;
  vertical-align: middle;
  position: relative;
  margin-bottom: 5px;
  padding: 0px 35px;
  border: solid 1px #000;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  section.film-list .tabs li {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  section.film-list .tabs li {
    font-size: 20px;
  }
}

section.film-list .tabs li:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/tab_on_left.png);
  top: 3px;
  left: -15px;
}

section.film-list .tabs li.on {
  opacity: 1;
  font-weight: bold;
}

section.film-list .tabs li.on:before {
  background-image: url(../images/tab_on_left.png);
}

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: 1051px;
}

@media screen and (max-width: 768px) {
  section.tv-promote .banner {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

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;
  }
}

section.tv-promote .right {
  width: 40%;
  margin-left: 5%;
  margin-top: 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 span {
  font-size: 14px;
  color: #000;
  text-align: center;
  display: block;
}

section.banner {
  background-image: url("../images/bg_decoration_3.png");
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 40px;
  position: relative;
  background-color: #3d89c0;
  background-repeat: no-repeat;
}

section.banner .main-title {
  margin-bottom: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-top: 20px;
}

.deco-c {
  position: relative;
}

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