@charset "UTF-8";
@import url(main.css);
html, body {
  height: auto; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0;
  display: block; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none;
  list-style-type: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

a {
  outline: none;
  /* for Firefox */
  hlbr: expression(this.onFocus=this.blur());
  /* for IE */
  cursor: pointer; }

a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

input {
  border: none;
  border-radius: 0;
  -webkit-appearance: none; }

input, textarea, select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  border: none;
  border-radius: 0;
  outline: none; }

input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  outline: none; }

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  outline: none; }

select::-ms-expand {
  display: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

body {
  font-family: '微軟正黑體',Arial,Helvetica,sans-serif,'STHeiti Light','儷黑 Pro','LiHei Pro','新細明體';
  font-size: 15px;
  font-size: 100%;
  color: #555;
  background: #f2f2f2; }

input, textarea, select {
  font-family: '微軟正黑體',Arial,Helvetica,sans-serif,'STHeiti Light','儷黑 Pro','LiHei Pro','新細明體';
  color: #555; }

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

.fix-box {
  width: 200px;
  min-height: 200px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 135px;
  right: 10px;
  z-index: 99; }
  .fix-box iframe {
    border: 0; }

.fix-tit {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 8px;
  background: #6495f0; }

nav {
  height: 94px;
  background: #fff; }

/* header */
#header {
  width: 100%;
  height: 94px;
  background-color: #fff;
  position: relative;
  z-index: 1; }

.logo {
  float: left; }
  .logo a {
    padding: 24px 0 0 20px;
    display: block; }

#header p {
  position: absolute;
  top: 40px;
  right: 40px; }

#header .menu {
  width: 772px;
  height: 70px;
  position: absolute;
  bottom: 0;
  right: 25px; }

#header ul li {
  height: 70px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 15px;
  position: relative; }

#header ul li.campaign_close {
  opacity: 0.5; }

#header ul li a {
  display: block;
  width: 100%;
  height: 100%; }

#header ul li a:hover, #header ul li a:active {
  opacity: 1; }

#header ul li a img {
  position: relative;
  top: 0;
  left: 0; }

#header ul li a {
  padding: 0; }

#header ul li .icon-new {
  position: absolute;
  top: -5px;
  right: -25px; }

#header ul li a::after {
  content: '';
  position: absolute;
  left: 2%;
  bottom: 0;
  width: 96%;
  height: 5px;
  background: #eb99ba;
  opacity: 0;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none; }

#header ul li a:hover::after, #header ul li a:focus::after, #header ul li.curr a::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px); }

.game-info {
  width: 325px;
  margin: 0 0 0 -160px;
  position: absolute;
  top: 77px;
  left: 50%; }
  .game-info img {
    width: 100%; }

.game-icon {
  width: 62px;
  position: absolute;
  top: 0;
  left: 0; }

.game-txt {
  width: 255px;
  position: absolute;
  top: 0;
  right: 0; }

.app-download-apple {
  width: 152px;
  display: block;
  position: absolute;
  top: 73px;
  left: 0; }

.app-download-google {
  width: 152px;
  display: block;
  position: absolute;
  top: 73px;
  left: 162px; }

.ind-slogan {
  text-align: center;
  padding: 30px 0 50px;
  background: #fff; }
  .ind-slogan img {
    display: inline; }

.ind-bot {
  padding: 30px 0;
  background: #f2f2f2 url(../img/bg_ind_bot.png) repeat-x center top; }

.social-box {
  width: 818px;
  margin: 0 auto;
  position: relative; }
  .social-box a {
    width: 120px;
    height: 30px;
    display: block;
    transition: .6s; }
    .social-box a:hover {
      opacity: 0.5; }

.social-fb {
  background: url(../img/btn_fb.png) no-repeat;
  position: absolute;
  top: 8px;
  left: 133px;
  z-index: 1; }

.social-youtube {
  background: url(../img/btn_youtube.png) no-repeat;
  position: absolute;
  top: 8px;
  left: 266px;
  z-index: 1; }

.social-baha {
  background: url(../img/btn_gamer.png) no-repeat;
  position: absolute;
  top: 8px;
  left: 396px;
  z-index: 1; }

.social-fb2 {
  background: url(../img/btn_fb.png) no-repeat;
  position: absolute;
  top: 8px;
  left: 678px;
  z-index: 1; }

.bot-txt-box {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  padding: 15px 0;
  background: #444; }

.prize-info-box {
  font-size: 137%;
  line-height: 30px;
  margin: 0 0 10px; }
  .prize-info-box:nth-child(2n) {
    margin: 0 0 25px; }

.prize-info-tit {
  width: 180px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  background: #454567;
  border-top: 1px solid #6c6b8a;
  border-bottom: 1px solid #6c6b8a;
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .prize-info-tit:before, .prize-info-tit:after {
    content: '';
    width: 20px;
    height: 44px;
    display: block;
    position: absolute; }
  .prize-info-tit:before {
    background: url(../img/lg_tit_b_01.png) 0 0 no-repeat;
    position: absolute;
    top: -1px;
    left: -20px;
    z-index: 1; }
  .prize-info-tit:after {
    background: url(../img/lg_tit_a_01.png) 0 0 no-repeat;
    position: absolute;
    top: -1px;
    right: -20px;
    z-index: 1; }

.prize-info-cont {
  width: calc(100% - 190px);
  color: #6c6b8a;
  line-height: 30px;
  padding: 6px 0 6px 30px;
  border: 1px solid #6c6b8a;
  word-break: break-all;
  display: inline-block;
  vertical-align: middle;
  transform: translateX(-6px);
  box-sizing: border-box; }

.prize-info-tit02 {
  line-height: 69px; }
  .prize-info-tit02:before, .prize-info-tit02:after {
    width: 20px;
    height: 71px; }
  .prize-info-tit02:before {
    background: url(../img/lg_tit_b_02.png) 0 0 no-repeat; }
  .prize-info-tit02:after {
    background: url(../img/lg_tit_a_02.png) 0 0 no-repeat; }

.prize-info-cont02 {
  padding: 5px 0 4px 30px; }

.banner-wrap {
  height: 600px;
  position: relative; }

.banner-cont {
  width: 1150px;
  height: 600px;
  margin: 0 auto;
  position: relative; }

.banner-person img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 5px;
  opacity: 0; }

.banner-slogan {
  width: 170px;
  position: absolute;
  top: 100px;
  left: 135px;
  opacity: 0; }
  .banner-slogan img {
    width: 100%; }

.banner-logo {
  width: 370px;
  font-size: 0;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0; }
  .banner-logo img {
    width: 100%; }

.school-box {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden; }

.school {
  width: 100%;
  height: 198px;
  background: url(../img/school.png) no-repeat center center;
  transform: translateY(100%); }

.tit {
  text-align: center;
  padding: 80px 0 0; }
  .tit img {
    display: inline-block; }

.box-txt {
  text-align: center;
  font-size: 15px;
  color: #868686;
  width: 50%;
  line-height: 3;
  letter-spacing: 2px;
  margin: 0 auto; }

.story-wrap {
  height: 100%;
  background: #f2f2f2;
  position: relative; }

.item-area {
  width: 100%;
  height: 490px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0; }

.item {
  width: 56px;
  height: 56px;
  background-image: url(../img/story/ico_header.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 50%; }

.ani-box {
  width: 1100px;
  height: 480px;
  margin: 0 auto;
  position: absolute;
  top: 100px;
  left: 50%;
  z-index: 10;
  margin: 0 0 0 -550px; }

.ani-slide {
  width: 1100px;
  height: 480px;
  margin: 0 auto;
  overflow: hidden; }

.story-box {
  height: 670px;
  margin: 0 auto;
  position: relative; }
  .story-box .item1 {
    top: -5px;
    margin-left: -610px; }
  .story-box .item2 {
    top: 125px;
    margin-left: -250px; }
  .story-box .item3 {
    top: 405px;
    margin-left: -600px; }
  .story-box .item4 {
    top: -5px;
    margin-left: 600px; }
  .story-box .item5 {
    top: 125px;
    margin-left: 250px; }
  .story-box .item6 {
    top: 405px;
    margin-left: 550px; }
  .story-box .item7 {
    top: 5px;
    margin-left: -910px; }
  .story-box .item8 {
    top: 180px;
    margin-left: -710px; }
  .story-box .item9 {
    top: 355px;
    margin-left: -870px; }
  .story-box .item10 {
    top: 5px;
    margin-left: 910px; }
  .story-box .item11 {
    top: 180px;
    margin-left: 710px; }
  .story-box .item12 {
    top: 355px;
    margin-left: 870px; }

.story-schoo {
  width: 100%;
  height: 120px;
  background: url(../img/story/school.png) no-repeat center top;
  position: absolute;
  bottom: -19px; }

.story-main {
  background: #fff;
  position: relative;
  z-index: 1; }
  .story-main h3 {
    width: 178px;
    margin: 0 auto;
    position: relative;
    top: -25px; }

.story-slide-box {
  width: 1100px;
  padding: 0 0 140px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

.story-slide {
  width: 669px;
  margin: 0 auto;
  position: relative; }
  .story-slide img {
    width: 100%; }
  .story-slide .swiper-slide {
    transform: scale(0.85);
    opacity: .5; }
  .story-slide .swiper-slide-active {
    transform: scale(1);
    opacity: 1; }
  .story-slide .swiper-pagination {
    width: 100%;
    margin: 50px 0 0; }
  .story-slide .story-btn-prev {
    width: 69px;
    height: 69px;
    margin-top: -34px;
    background: url(../img/story/btn_left.png) no-repeat 0 0;
    left: -110px; }
    .story-slide .story-btn-prev:hover {
      background: url(../img/story/btn_left.png) no-repeat 0 -69px; }
  .story-slide .story-btn-next {
    width: 69px;
    height: 69px;
    margin-top: -34px;
    background: url(../img/story/btn_right.png) no-repeat 0 0;
    right: -110px; }
    .story-slide .story-btn-next:hover {
      background: url(../img/story/btn_right.png) no-repeat 0 -69px; }

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 0;
  margin: 0 8px;
  opacity: 1;
  background: url(../img/pagin_icon.png) no-repeat; }
  .swiper-pagination-bullet:hover {
    background: url(../img/pagin_icon_on.png) no-repeat; }

.swiper-pagination-bullet-active {
  background: url(../img/pagin_icon_on.png) no-repeat; }

.system-box {
  height: 340px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  .system-box .ani-box {
    height: 340px;
    overflow: hidden;
    top: 70px; }
  .system-box .item-area {
    height: 300px; }
  .system-box .item {
    width: 46px;
    height: 66px;
    background-image: url(../img/system/ico_header.png); }
  .system-box .item1 {
    top: -5px;
    margin-left: -310px; }
  .system-box .item2 {
    top: 205px;
    margin-left: -150px; }
  .system-box .item3 {
    top: 150px;
    margin-left: -620px; }
  .system-box .item4 {
    top: -15px;
    margin-left: 520px; }
  .system-box .item5 {
    top: 125px;
    margin-left: 250px; }
  .system-box .item6 {
    top: 225px;
    margin-left: 550px; }
  .system-box .item7 {
    top: 5px;
    margin-left: -780px; }
  .system-box .item8 {
    top: 190px;
    margin-left: -900px; }
  .system-box .item9 {
    top: 80px;
    margin-left: 760px; }
  .system-box .item10 {
    top: 200px;
    margin-left: 910px; }

.system-menu {
  text-align: center;
  margin: 50px auto; }
  .system-menu li {
    padding: 0 30px;
    border-left: 1px solid #868686;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
    .system-menu li:hover span {
      color: #eb99ba; }
      .system-menu li:hover span:before {
        bottom: -12px;
        opacity: 1; }
  .system-menu li:last-child {
    border-right: 1px solid #868686; }
  .system-menu li.act span {
    color: #eb99ba; }
    .system-menu li.act span:before {
      bottom: -12px;
      opacity: 1; }
  .system-menu span {
    font-size: 15px;
    font-weight: 600;
    color: #868686;
    padding: 0 0 5px;
    display: inline-block;
    letter-spacing: 3px;
    transition: .3s;
    position: relative; }
    .system-menu span:before {
      content: '';
      display: block;
      width: 100%;
      height: 4px;
      background: #eb99ba;
      position: absolute;
      left: -2px;
      bottom: -18px;
      opacity: 0;
      transition: .3s; }

.slide-tit-box {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 100%;
  background: #f3f3f3 url(../img/system/system_tit_bg.jpg) no-repeat center top;
  padding: 12px 0;
  margin: 0 0 20px;
  position: relative; }
  .slide-tit-box .arrow {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 10px solid #868686;
    margin: 0 0 0 -3px;
    position: absolute;
    left: 50%;
    bottom: -14px; }

.system-slide {
  width: 225px;
  margin: 0 auto;
  position: relative; }
  .system-slide img {
    width: 100%; }
  .system-slide .swiper-slide {
    transform: scale(0.85);
    opacity: .5; }
  .system-slide .swiper-slide-active {
    transform: scale(1);
    opacity: 1; }
  .system-slide .swiper-pagination {
    width: 100%;
    margin: 50px 0 0; }
  .system-slide .system-btn-prev {
    width: 69px;
    height: 69px;
    margin-top: -34px;
    background: url(../img/story/btn_left.png) no-repeat 0 0;
    left: -145%; }
    .system-slide .system-btn-prev:hover {
      background: url(../img/story/btn_left.png) no-repeat 0 -69px; }
  .system-slide .system-btn-next {
    width: 69px;
    height: 69px;
    margin-top: -34px;
    background: url(../img/story/btn_right.png) no-repeat 0 0;
    right: -145%; }
    .system-slide .system-btn-next:hover {
      background: url(../img/story/btn_right.png) no-repeat 0 -69px; }

.line {
  width: 100%;
  height: 10px;
  margin: 50px 0;
  background: url(../img/system/line.png) no-repeat center top; }

.system-info-area {
  width: 690px;
  margin: 0 auto; }
  .system-info-area h4 {
    font-size: 20px;
    font-weight: 600;
    color: #eb99ba;
    margin: 0 0 20px; }
  .system-info-area p {
    font-size: 14px;
    font-weight: 600;
    color: #868686;
    line-height: 1.6;
    margin: 0 0 50px; }

.classmate-box {
  height: 340px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  .classmate-box .ani-box {
    top: 70px; }
  .classmate-box .item-area {
    height: 300px; }
  .classmate-box .item {
    width: 49px;
    height: 69px;
    background-image: url(../img/classmate/ico_header.png); }
  .classmate-box .item1 {
    top: -5px;
    margin-left: -310px; }
  .classmate-box .item2 {
    top: 205px;
    margin-left: -150px; }
  .classmate-box .item3 {
    top: 150px;
    margin-left: -620px; }
  .classmate-box .item4 {
    top: -15px;
    margin-left: 520px; }
  .classmate-box .item5 {
    top: 125px;
    margin-left: 250px; }
  .classmate-box .item6 {
    top: 225px;
    margin-left: 550px; }
  .classmate-box .item7 {
    top: 5px;
    margin-left: -780px; }
  .classmate-box .item8 {
    top: 190px;
    margin-left: -900px; }
  .classmate-box .item9 {
    top: 80px;
    margin-left: 760px; }
  .classmate-box .item10 {
    top: 200px;
    margin-left: 910px; }

.classmate-main {
  background: #fff;
  position: relative;
  padding: 0 0 10px;
  z-index: 1; }
  .classmate-main h3 {
    width: 240px;
    margin: 0 auto;
    position: relative;
    top: -25px; }
  .classmate-main .line {
    margin: 35px 0 50px; }

.classmate-list-box {
  width: 600px;
  margin: 0 auto; }

.num {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #868686;
  margin: 0 0 20px; }

.classmate-menu {
  text-align: center; }
  .classmate-menu a {
    font-size: 16px;
    font-weight: 600;
    color: #868686;
    margin: 0 90px;
    letter-spacing: 5px;
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    position: relative; }
    .classmate-menu a:before {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background: #eb99ba;
      position: absolute;
      left: -2px;
      bottom: -28px;
      opacity: 0;
      transition: .3s; }
    .classmate-menu a:hover {
      color: #eb99ba; }
      .classmate-menu a:hover:before {
        opacity: 1;
        bottom: -16px; }
  .classmate-menu div {
    font-size: 16px;
    font-weight: 600;
    color: #868686;
    margin: 0 90px;
    letter-spacing: 5px;
    display: inline-block;
    vertical-align: middle; }
  .classmate-menu a.act {
    color: #eb99ba; }
    .classmate-menu a.act:before {
      opacity: 1;
      bottom: -16px; }

.classmate-list {
  color: #6f6f8d;
  text-align: center;
  margin: 0 0 0; }
  .classmate-list h4 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px; }
  .classmate-list p {
    font-size: 20px;
    font-weight: 600; }
  .classmate-list ul {
    width: 985px;
    margin: 0 auto;
    padding: 0 18px;
    text-align: left; }
  .classmate-list li {
    text-align: center;
    width: 171px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin: 50px 11px 0 11px;
    position: relative;
    cursor: pointer; }
    .classmate-list li p {
      font-size: 12px;
      color: #4e4e6f;
      margin: 0 0 30px 0; }

.names {
  font-size: 15px;
  color: #fff;
  padding: 9px 0;
  background: #808098 url(../img/classmate/name_icon.png) no-repeat right 10px center;
  border-radius: 10px;
  transition: .3s; }
  .names:hover {
    background: #4c4c6e url(../img/classmate/name_icon.png) no-repeat right 10px center; }

.attend {
  width: 171px;
  height: 61px;
  background-image: url(../img/classmate/ico_attend.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 13px 0 0 0; }

.maru {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 90px;
  left: 12px; }

.photos {
  width: 1200px;
  margin: 90px auto 40px; }

.prof_area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  opacity: 0; }
  .prof_area .bg {
    width: 100%;
    height: 100%;
    background-color: rgba(235, 153, 186, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .prof_area .box {
    width: 100%;
    height: 418px;
    background-color: #f9f9f9;
    position: relative;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 2; }
  .prof_area .photo {
    width: 266px;
    height: 376px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -376px; }
  .prof_area .prof {
    width: 246px;
    background-repeat: no-repeat;
    background-position: left bottom;
    text-align: left;
    color: #868686;
    position: absolute;
    top: 110px;
    left: 50%;
    font-size: 14px;
    line-height: 1em;
    padding: 0 0 30px 0; }
  .prof_area .clsBtn {
    width: 45px;
    height: 45px;
    background-image: url(../img/classmate/btn_close.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 30px;
    left: 50%;
    margin: 0 0 0 458px;
    cursor: pointer; }

.kana {
  font-size: 12px;
  margin: 0 0 10px; }

.name {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 30px; }

.prof_area .prof div.kana {
  margin: 0 0 15px 0;
  font-size: 12px; }

.prof_area .prof div.birthday, .prof_area .prof div.bloodtype, .prof_area .prof div.constellation, .prof_area .prof div.birthplace {
  margin: 0 0 15px 0; }

.prof_area .prof div p {
  float: left;
  width: 76px; }

.prof_area .prof div.birthday:before {
  content: '';
  width: 100%;
  height: 8px;
  margin: 0 0 15px;
  display: block;
  background: url(../img/classmate/line_top.jpg) repeat-x; }

.prof_area .prof div.birthplace p {
  letter-spacing: 1.5px; }

.prof_area .prof div.birthplace:after {
  content: '';
  width: 100%;
  height: 8px;
  margin: 15px 0 0;
  display: block;
  background: url(../img/classmate/line_bt.jpg) repeat-x; }

.movie-box {
  height: 340px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  .movie-box .ani-box {
    top: 70px; }
  .movie-box .item-area {
    height: 300px; }
  .movie-box .item {
    width: 49px;
    height: 69px;
    background-image: url(../img/movie/ico_header.png); }
  .movie-box .item1 {
    top: -5px;
    margin-left: -310px; }
  .movie-box .item2 {
    top: 205px;
    margin-left: -150px; }
  .movie-box .item3 {
    top: 150px;
    margin-left: -620px; }
  .movie-box .item4 {
    top: -15px;
    margin-left: 520px; }
  .movie-box .item5 {
    top: 125px;
    margin-left: 250px; }
  .movie-box .item6 {
    top: 225px;
    margin-left: 550px; }
  .movie-box .item7 {
    top: 5px;
    margin-left: -780px; }
  .movie-box .item8 {
    top: 190px;
    margin-left: -900px; }
  .movie-box .item9 {
    top: 80px;
    margin-left: 760px; }
  .movie-box .item10 {
    top: 200px;
    margin-left: 910px; }

.movie-main {
  background: #fff;
  position: relative;
  padding: 0 0 100px;
  z-index: 1; }
  .movie-main h3 {
    width: 178px;
    margin: 0 auto;
    position: relative;
    top: -25px; }
  .movie-main h4 {
    font-size: 20px;
    font-weight: 600;
    color: #6f6f8d;
    margin: 0 0 10px; }

.movie-box-intro {
  width: 720px;
  margin: 0 auto; }

.video-box {
  padding: 5px;
  box-sizing: border-box;
  border: 3px solid #6f6f8d;
  position: relative; }

.v-arrow {
  width: 6px;
  height: 6px;
  position: absolute;
  z-index: 1; }

.v-lt {
  left: 0;
  top: 0; }

.v-lb {
  left: 0;
  bottom: 0; }

.v-rt {
  right: 0;
  top: 0; }

.v-rb {
  right: 0;
  bottom: 0; }

.video-sty {
  padding-bottom: 61.04%;
  position: relative; }
  .video-sty iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border: 3px solid #6f6f8d;
    box-sizing: border-box;
    position: absolute; }

.go-top {
  position: fixed;
  bottom: 0;
  right: 5%;
  z-index: 110;
  cursor: pointer;
  transition: .3s; }
  .go-top:hover {
    opacity: 0.5; }
