@charset "UTF-8";
/*----------------------------------------Global----------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  color: #333;
}

a, a:visited {
  outline: none;
  /* for Firefox Google Chrome  */
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #2f96ee;
}

.clearFloat {
  clear: both;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

input[type="button"], input[type="text"], input[type="password"], input[type="submit"], input[type="reset"], input[type="file"], textarea, select {
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  font-size: 1em;
  border: 1px solid #ccc;
  padding: 5px;
}

select {
  background-color: #FFF;
}

input[disabled] {
  opacity: 0.2;
}

.marginCenter {
  margin: 0 auto;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.mark {
  color: #e70000;
}

.bbsArticle p .mark a.note {
  color: #2f96ee;
}

.bbsArticle p .mark a.note:visited {
  color: #2f96ee;
}

.articleContent .bbsArticle li.mark {
  color: #e70000;
}

.article .bbsArticle li.mark {
  color: #e70000;
}

.note {
  color: #2f96ee;
}

h1 {
  color: #2f96ee;
  font-size: 31.512px;
  line-height: 1.2em;
  margin: 30px 0;
  font-weight: normal;
}

ol {
  margin-left: 40px;
}

ol li {
  list-style-position: outside;
  list-style-type: decimal;
}

#topcontrol {
  margin: 10px;
  z-index: 50;
}

#topcontrol .icon-chevron-up {
  background-color: rgba(0, 0, 0, 0.3);
  line-height: 0;
  padding: 8px 10px 8px 11px;
  color: #FFF;
}

/*-------------------- Loading--------------------*/
.loading {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.7);
}

.loading div {
  display: table;
  width: 100%;
  height: 100%;
}

.loading div section {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.loading div section p {
  color: #fff;
  border-radius: 6px;
  margin: 0;
  font: .8em verdana;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.loading div section span {
  display: inline-block;
  vertical-align: middle;
  width: .6em;
  height: .6em;
  margin: .2em;
  background: #007DB6;
  border-radius: .6em;
  -webkit-animation: loading 1s infinite alternate;
}

.loading div section span:nth-of-type(2) {
  background: #2f96ee;
  -webkit-animation-delay: 0.2s;
}

.loading div section span:nth-of-type(3) {
  background: #36a9ca;
  -webkit-animation-delay: 0.4s;
}

.loading div section span:nth-of-type(4) {
  background: #69abcc;
  -webkit-animation-delay: 0.6s;
}

.loading div section span:nth-of-type(5) {
  background: #a2b3d1;
  -webkit-animation-delay: 0.8s;
}

.loading div section span:nth-of-type(6) {
  background: #d8c1db;
  -webkit-animation-delay: 1.0s;
}

.loading div section span:nth-of-type(7) {
  background: #e6b7d4;
  -webkit-animation-delay: 1.2s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*-------------------- Popup Style--------------------*/
.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup section {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  margin-left: -300px;
  margin-top: -300px;
  display: inline-block;
}

.popup section a.icon-delete {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  margin-top: 0;
  margin-right: -40px;
  font-size: 1.4em;
}

.popup section .ad1 a img {
  max-width: 100%;
}

.popup section .ad2 a {
  width: 50%;
  float: left;
  line-height: 0;
}

.popup section .ad2 a img {
  max-width: 100%;
}

.popup section .ad3 a {
  width: 50%;
  float: left;
  line-height: 0;
}

.popup section .ad3 a:first-child {
  display: block;
  width: 100%;
}

.popup section .ad3 a img {
  max-width: 100%;
}

.popup section .ad4 {
  width: 90%;
  height: 90%;
  padding: 5%;
  background-color: #FFF;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.popupNote {
  display: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.popupNote .noteBox {
  position: absolute;
  left: 20%;
  top: 15%;
  width: 60%;
  height: 70%;
  background-color: #FFF;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.popupNote .noteBox a.icon-delete {
  position: absolute;
  right: -30px;
  top: -30px;
  color: #FFF;
  font-size: 1.4em;
}

.popupNote .noteBox .noteArea {
  padding: 0 20px;
  height: 95%;
  overflow-y: auto;
}

/*-------------------- For IE8 --------------------*/
.browserBar {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  background-color: #333;
  vertical-align: top;
  text-align: center;
  visibility: hidden;
}

.browserBar p {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  margin-right: 10px;
  vertical-align: top;
}

.browserBar .explore {
  width: 30px;
  height: auto;
  margin: 10px;
}

.browserWindow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
}

.browserWindow .browserArea {
  position: absolute;
  width: 800px;
  height: 450px;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -225px;
  background-color: #333;
  border: 1px solid #2660a9;
}

.browserWindow .browserArea a.icon-delete {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #2f96ee;
  font-size: 1.4em;
  width: 41px;
  height: 41px;
  display: block;
  background: url(../images/close.png) center center no-repeat;
}

.browserWindow .browserArea a.icon-delete:before {
  content: none;
}

.browserWindow .browserArea h1 {
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #666;
  font-size: 21.008px;
}

.browserWindow .browserArea .group {
  padding: 20px;
}

.browserWindow .browserArea .group .helf {
  width: 48%;
  display: inline-block;
}

.browserWindow .browserArea p {
  color: #FFF;
  margin-bottom: 20px;
}

.browserWindow .browserArea p.note {
  color: #2f96ee;
}

.browserWindow .browserArea .explore {
  width: 80px;
  height: auto;
  margin: 10px;
}

.noscript {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

.noscript section {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -100px;
  margin-left: -225px;
  background-color: #333;
  border: 1px solid #2660a9;
  width: 450px;
  height: 200px;
  text-align: center;
  color: #fff;
}

.noscript section h1 {
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #666;
  font-size: 21.008px;
}

.noscript section p {
  color: #FFF;
  padding: 20px;
  margin-bottom: 20px;
}

/*-------------------- Button Style--------------------*/
.btnMore {
  text-align: center;
}

a.btnGO {
  padding: 5px 40px;
  margin: 10px auto;
  background-color: #2f96ee;
  color: #FFF;
  display: inline-block;
  opacity: 0.7;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

a.btnGO:hover {
  opacity: 1;
}

.btnMore a.btnGO {
  margin: 10px 20px;
}

.btnArea {
  text-align: center;
  min-height: 50px;
}

.btnArea a {
  display: inline-block;
}

.btnArea a.btnBack, .btnArea input[type="reset"] {
  padding: 5px 10px;
  background-color: #ddd;
  color: #666;
  cursor: pointer;
  opacity: 0.7;
  font-size: 14px;
  float: left;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.btnArea a.btnBack:before, .btnArea input[type="reset"]:before {
  position: relative;
  top: 2px;
  left: 0;
  margin-right: 3px;
  font-family: "vscinemas";
  content: "d";
}

.btnArea a.btnBack:visited, .btnArea input[type="reset"]:visited {
  opacity: 0.7;
}

.btnArea a.btnBack:hover, .btnArea input[type="reset"]:hover {
  opacity: 1;
}

.btnArea a.btnGO {
  padding: 5px 40px;
  margin: 20px 0px;
  background-color: #2f96ee;
  color: #FFF;
  opacity: 0.7;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.btnArea a.btnGO:hover {
  opacity: 1;
}

.btnArea input[type="submit"], .btnArea input[type="button"] {
  border: none;
  padding: 10px 55px;
  margin: 0 10px 10px 10px;
  background-color: #2f96ee;
  color: #FFF;
  cursor: pointer;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.btnArea input[type="submit"]:hover, .btnArea input[type="button"]:hover {
  background-color: #333;
}

.btnArea input[type="reset"] {
  border: none;
  padding: 10px 55px;
  margin: 0 10px 20px 10px;
}

.publicGallery {
  display: none;
}

.publicNote {
  display: none;
}

.publicInfo {
  display: none;
}

/*----------------------------------------Ticket Header----------------------------------------*/
.ticketHeader {
  position: relative;
  z-index: 95;
  height: 80px;
  background: url(../images/ticketheader_bg.jpg) left top repeat-x;
}

.ticketHeader .icon-menu {
  display: none;
}

.ticketHeader section {
  width: 1140px;
  margin: 0 auto;
}

.ticketHeader section .logo {
  float: left;
}

.ticketHeader section ul {
  float: right;
}

.ticketHeader section ul li {
  display: inline-block;
  line-height: 80px;
  margin-left: 50px;
  font-size: 16px;
}

.ticketHeader section ul li a {
  color: #FFF;
}

.ticketHeader section ul li a:visited {
  color: #FFF;
}

.ticketHeader section ul li a:hover {
  color: #fbec79;
}

/*----------------------------------------Ticket Article----------------------------------------*/
.ticketArticle {
  position: relative;
  z-index: 5;
  width: 1140px;
  margin: 0 auto;
  min-height: 450px;
}

.ticketArticle .ticketRule {
  position: relative;
  padding: 20px 0;
}

.ticketArticle .ticketRule iframe {
  width: 100%;
}

.ticketArticle .ticketRule .ticketTab {
  position: absolute;
  right: 0;
  top: 50px;
  font-size: 18px;
}

.ticketArticle .ticketRule .ticketTab ul {
  background: url(../images/info_line.jpg) left top no-repeat;
  padding: 40px 0 0 40px;
  height: 320px;
}

.ticketArticle .ticketRule .ticketTab ul li {
  margin: 20px 0;
  cursor: pointer;
}

.ticketArticle .ticketRule .ticketTab ul li:hover {
  color: #2f96ee;
}

.ticketArticle .ticketRule .ticketTab ul li:hover span {
  color: #2f96ee;
  border: 1px solid #2f96ee;
}

.ticketArticle .ticketRule .ticketTab ul li span {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 46px;
  font-size: 21.008px;
  text-align: center;
  margin-right: 10px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -ms-border-radius: 20px 20px 20px 20px;
  -o-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #ccc;
  color: #777;
}

.ticketInfo {
  margin-right: 180px;
}

.ticketInfo ol {
  margin-left: 25px;
  margin-bottom: 50px;
}

.ticketInfo .btnTicket {
  margin: 40px 0;
  text-align: center;
}

.ticketInfo .btnTicket p {
  text-align: center;
}

.ticketInfo .btnTicket a.btnBack, .ticketInfo .btnTicket .btnArea input[type="reset"], .btnArea .ticketInfo .btnTicket input[type="reset"] {
  display: inline-block;
  padding: 7px 20px;
  margin: 20px 10px 0 0;
  background-color: #ddd;
  color: #666;
  cursor: pointer;
  opacity: 0.7;
  font-size: 14px;
}

.ticketInfo .btnTicket a.btnBack:before, .ticketInfo .btnTicket .btnArea input[type="reset"]:before, .btnArea .ticketInfo .btnTicket input[type="reset"]:before {
  position: relative;
  top: 2px;
  left: 0;
  margin-right: 3px;
  font-family: "vscinemas";
  content: "d";
}

.ticketInfo .btnTicket a.btnBack:visited, .ticketInfo .btnTicket .btnArea input[type="reset"]:visited, .btnArea .ticketInfo .btnTicket input[type="reset"]:visited {
  opacity: 0.7;
}

.ticketInfo .btnTicket a.btnBack:hover, .ticketInfo .btnTicket .btnArea input[type="reset"]:hover, .btnArea .ticketInfo .btnTicket input[type="reset"]:hover {
  opacity: 1;
}

.ticketInfo .btnTicket input[type="submit"] {
  font-family: "vscinemas","微軟正黑體";
  background-color: #707070;
  color: #FFF;
  padding: 10px 80px;
  margin-top: 20px;
  opacity: 0.7;
}

.ticketInfo .btnTicket input[type="submit"]:hover {
  opacity: 1;
  cursor: pointer;
}


.ticketArticle .ticketStep {
  position: relative;
  width: 1140px;
  border-top: 1px dashed #ccc;
  margin-bottom: 40px;
  padding-top: 20px;
}

.ticketArticle .ticketStep p.line {
  position: absolute;
  z-index: 1;
  width: 65%;
  right: 10%;
  top: 50px;
  border-top: 1px solid #ccc;
}

.ticketArticle .ticketStep ul {
  position: relative;
  z-index: 5;
  text-align: center;
}

.ticketArticle .ticketStep ul li {
  position: relative;
  display: inline-block;
  width: 16%;
}

.ticketArticle .ticketStep ul li:first-child p {
  font-size: 16px;
  position: absolute;
  top: -55px;
}

.ticketArticle .ticketStep ul li.this {
  color: #2660a9;
}

.ticketArticle .ticketStep ul li.this span {
  background-color: #2660a9;
}

.ticketArticle .ticketStep ul li.next {
  color: #2f96ee;
}

.ticketArticle .ticketStep ul li.next span {
  background-color: #5eaceb;
}

.ticketArticle .ticketStep ul li p {
  font-size: 14px;
}

.ticketArticle .ticketStep ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ccc;
  color: #FFF;
  border: 10px solid #fff;
  -webkit-border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  -ms-border-radius: 30px 30px 30px 30px;
  -o-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  margin-bottom: 10px;
}

/*----------------------------------------Movie Menu----------------------------------------*/
.moviePlace {
  position: relative;
  z-index: 70;
  width: 100%;
}

.moviePlace h3 {
  position: relative;
  z-index: 55;
  background-color: #2798de;
  text-align: center;
  height: 60px;
}

.moviePlace h3 select {
  position: absolute;
  display: block;
  width: 400px;
  line-height: 35px;
  left: 50%;
  top: 12px;
  margin-left: -200px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.moviePlace .movieListBox {
  position: relative;
  top: 0;
  z-index: 50;
  background-color: #f0f0f0;
}

.moviePlace .movieListBox .movieList {
  position: relative;
  z-index: 1;
  width: 1140px;
  margin: 0 auto;
  padding: 15px 0 7px 0;
  font-size: 14px;
  vertical-align: top;
  display: block;
  background-color: #f0f0f0;
}

.moviePlace .movieListBox .movieList:after {
  clear: both;
  content: "　";
}

.moviePlace .movieListBox .movieList li {
  position: relative;
  width: 24.5%;
  min-height: 20px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.2em;
  margin-bottom: 8px;
}

.moviePlace .movieListBox .movieList li.select a {
  cursor: default;
  color: #2f96ee;
}

.moviePlace .movieListBox .movieList li.select a:visited, .moviePlace .movieListBox .movieList li.select a:hover {
  color: #2f96ee;
}

.moviePlace .movieListBox .movieList li:before {
  position: absolute;
  top: 0px;
  font-family: "vscinemas";
  content: "j";
  color: #2f96ee;
  font-size: 12px;
}

.moviePlace .movieListBox .movieList li a {
  float: left;
  display: block;
  margin: 0 20px;
}

/*----------------------------------------Ticket Booking----------------------------------------*/
.ticketBooking {
  position: relative;
  z-index: 30;
  margin-top: 40px;
}

.ticketBooking h1 {
  width: 1140px;
  margin: 20px auto;
}

.ticketBooking .movieInfoBG {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

.ticketBooking .movieInfoBG .movieInfo {
  position: relative;
  width: 1140px;
  margin: 0 auto;
}

.ticketBooking .movieInfoBG .movieInfo figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 190px;
  display: none;
}

.ticketBooking .movieInfoBG .movieInfo figure img {
  max-width: 100%;
}

.ticketBooking .movieInfoBG .movieDescribe {
  position: relative;
}

.ticketBooking .movieInfoBG .movieDescribe h1 {
  font-size: 27.3104px;
  color: #333;
  margin: 0;
  padding: 10px 0;
  line-height: 1.2em;
}

.ticketBooking .movieInfoBG .movieDescribe h2 {
  font-size: 18px;
  color: #2f96ee;
  padding: 5px 0;
  line-height: 1.2em;
}

.ticketBooking .movieInfoBG .movieDescribe h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 20px 0;
}

.ticketBooking .movieInfoBG .movieDescribe .wordInfo {
  position: relative;
}

.ticketBooking .movieInfoBG .movieDescribe .wordInfo p {
  line-height: 1.4em;
}

.ticketBooking .movieTime {
  width: 1140px;
  margin: 0 auto;
}

.ticketBooking .movieTime .movieDay {
  padding: 15px 0 30px 0;
  margin-bottom: 0px;
  border-bottom: 1px solid #eaeaea;
  min-height: 90px;
  width: 100%;
  float: left;
}

.ticketBooking .movieTime .movieDay:last-child {
  border: 0;
}

.ticketBooking .movieTime .movieDay h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.ticketBooking .movieTime .movieDay ul.bookList li {
  /*2017.09.26 Edit*/
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 91px;
  margin: 5px 10px 5px 0;
  font-family: Arial,"Microsoft JhengHei";
}

.ticketBooking .movieTime .movieDay ul.bookList li a {
  background-color: #EFEFEF;
  padding: 3px 8px;
  display: block;
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #333;
}

.ticketBooking .movieTime .movieDay ul.bookList li a:visited {
  color: #333;
}

.ticketBooking .movieTime .movieDay ul.bookList li a:hover {
  background-color: #333;
  color: #FFF;
}

.ticketBooking .movieTime .movieDay ul.bookList li a:hover mark {
  color: #FFF;
}

.ticketBooking .movieTime .movieDay ul.bookList li a mark {
  background: none;
  font-size: 12px;
}

.ticketBooking .movieTime .movieDay ul.bookList li.soldout {
  overflow: hidden;
}

.ticketBooking .movieTime .movieDay ul.bookList li.soldout a {
  background: #e48485;
  color: #fff;
}

.ticketBooking .movieTime .movieDay ul.bookList li.soldout a:visited {
  color: #fff;
}

.ticketBooking .movieTime .movieDay ul.bookList li.soldout a:hover {
  background-color: #e48485;
  color: #FFF;
  cursor: default;
}

.ticketBooking .movieTime .movieDay ul.bookList li.soldout a mark {
  color: #FFF;
}

.ticketBooking .movieTime .movieDay ul.bookList li.soldout span {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 110%;
  display: inline;
  font-size: 12px;
  width: 380px;
  line-height: 24px;
  height: 0;
  background-color: #e48485;
  color: #FFF;
  text-align: center;
  opacity: 0;
}

.ticketBooking .movieTime .movieDay ul.bookList li.soldout:hover {
  overflow: visible;
}

.ticketBooking .movieTime .movieDay ul.bookList li.soldout:hover span {
  transition: 500ms linear 0s;
  opacity: 1;
  z-index: 99;
  height: 24px;
}

.ticketBooking .movieTime .movieDay ul.bookList li.soldstop {
  overflow: hidden;
}

.ticketBooking .movieTime .movieDay ul.bookList li.soldstop a {
  background: #EFEFEF;
  color: #666;
  opacity: 0.7;
}

.ticketBooking .movieTime .movieDay ul.bookList li.soldstop a:visited {
  color: #666;
}

.ticketBooking .movieTime .movieDay ul.bookList li.soldstop a:hover {
  background-color: #EFEFEF;
  color: #666;
  cursor: default;
}

.ticketBooking .movieTime .movieDay ul.bookList li.soldstop span {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 110%;
  display: inline;
  font-size: 12px;
  width: 150px;
  line-height: 24px;
  height: 0;
  background-color: #666;
  color: #FFF;
  text-align: center;
  opacity: 0;
}

.ticketBooking .movieTime .movieDay ul.bookList li.soldstop:hover {
  overflow: visible;
}

.ticketBooking .movieTime .movieDay ul.bookList li.soldstop:hover span {
  transition: 500ms linear 0s;
  opacity: 1;
  z-index: 99;
  height: 24px;
}

.ticketBooking .movieTime .movieDay ul.bookList li.little a {
  background: #fcec7b;
  color: #333;
}

.ticketBooking .movieTime .movieDay ul.bookList li.little a:visited {
  color: #333;
}

.ticketBooking .movieTime .movieDay ul.bookList li.little a:hover {
  background-color: #333;
  color: #FFF;
}

.ticketBooking .movieTime .movieDay ul.bookList:after {
  position: relative;
  clear: both;
  content: "　";
}

.bookBtn {
  margin: 0 auto;
  min-height: 480px;
}

.bookBtn ul {
  width: 800px;
  margin: 40px auto 20px auto;
}

.bookBtn ul li {
  background-color: #E0E0E0;
  margin: 20px 0;
  overflow: hidden;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.bookBtn ul li a {
  position: relative;
  display: block;
  padding: 40px 20px 40px 140px;
}

.bookBtn ul li a h1 {
  font-size: 25.2096px;
  margin: 0;
  color: #333;
}

.bookBtn ul li a h2 {
  line-height: 1.4em;
  margin-top: 5px;
}

.bookBtn ul li a:before {
  width: 120px;
  line-height: 55px;
  position: absolute;
  top: 30%;
  left: 0;
  font-size: 4.5em;
  text-align: right;
  color: #2f96ee;
}

.bookBtn ul li a:visited {
  color: #333;
}

.bookBtn ul li a:visited h1 {
  color: #333;
}

.bookBtn ul li a:visited:before {
  color: #2f96ee;
}

.bookBtn ul li a:hover {
  background: #2f96ee;
  color: #FFF;
}

.bookBtn ul li a:hover h1 {
  color: #FFF;
}

.bookBtn ul li a:hover:before {
  color: #FFF;
}

.bookBtn .bookInfo {
  width: 800px;
  margin: 0 auto 40px auto;
}

.bookBtn .bookInfo h1 {
  font-size: 1.4em;
  margin: 30px 0 15px 0;
}

.bookBtn .bookInfo ol {
  margin-left: 20px;
}

/*----座位圖位置2018-01-31------------------------------------------------------*/
img.seat{
	margin-top:7px;
	margin-left:-10px;
	margin-right:10px;
}

/*----------------------------------------Search----------------------------------------*/
.searchArea {
  width: 1140px;
  margin: 20px auto;
}

.searchArea ul.searchList li {
  display: inline-block;
  margin-left: -4px;
  margin-bottom: 20px;
}

.searchArea ul.searchList li span {
  color: #aaa;
  font-size: 1.2em;
  margin-left: 4px;
}

.searchArea ul.searchList li select {
  min-width: 160px;
  color: #666;
  margin: 0 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.searchArea ul.searchList li input[type="submit"], .searchArea ul.searchList li input[type="button"] {
  background-color: #2f96ee;
  color: #FFF;
  width: 180px;
  margin-left: 20px;
  line-height: 33px;
  opacity: 0.7;
}

.searchArea ul.searchList li input[type="submit"]:hover, .searchArea ul.searchList li input[type="button"]:hover {
  opacity: 1;
  cursor: pointer;
}

.searchArea ul.searchList li:nth-child(1), .searchArea ul.searchList li:nth-child(3) {
  width: 20%;
}

.searchArea ul.searchList li:nth-child(2) {
  width: 80%;
}

.searchArea ul.searchList li:nth-child(2) select {
  width: auto;
}

/*-- Movie Type--*/
.general, .childview, .bigchild, .teenager, .adult, .pg, .needCheck {
  position: relative;
  top: -3px;
  background-color: #5BB430;
  font-size: 18px;
  color: #FFF;
  padding: 5px 5px;
  margin-left: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.general:before, .childview:before, .bigchild:before, .teenager:before, .adult:before, .pg:before , .needCheck::before{
  content: "普";
}

.general mark, .childview mark, .bigchild mark, .teenager mark, .adult mark, .pg mark , .needCheck mark{
  background: none;
}

.general mark:before, .childview mark:before, .bigchild mark:before, .teenager mark:before, .adult mark:before, .pg mark:before , .needCheck mark:before{
  position: relative;
  top: 3px;
  margin-left: 5px;
  font-family: "vscinemas","微軟正黑體";
  content: "L";
  color: #fff;
  font-size: 1.3em;
}

.childview {
  background-color: #00a0e8;
}

.childview:before {
  content: "護";
}

.childview mark:before {
  content: "B";
}

.bigchild {
  background-color: #e3a600;
}

.bigchild:before {
  content: "輔";
}

.bigchild mark:before {
  content: "r";
}

.teenager {
  background-color: #ee7700;
}

.teenager:before {
  content: "輔";
}

.teenager mark:before {
  content: "I";
}

.adult {
  background-color: #e50011;
}

.adult:before {
  content: "限";
}

.adult mark:before {
  content: "M";
}

.pg {
  background-color: #fba908;
}

.pg:before {
  content: "輔";
}

.pg mark:before {
  content: "N";
}

.needCheck {
  background-color: #920783;
}

.needCheck:before {
  content: "待";
}

.needCheck mark:before {
  content: "\006D";
}

/*----------------------------------------Popup----------------------------------------*/
.popupArea {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.popupArea .popupBox {
  position: absolute;
  width: 55%;
  padding: 2.5%;
  left: 20%;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #FFF;
  overflow-y: auto;
}

.popupArea .popupBox iframe {
  width: 100%;
}

.popupArea .popupBox h2 {
  font-size: 25.2096px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #2f96ee;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}

.popupArea .popupBox h3 {
  color: #255EA6;
  font-size: 18.9072px;
  margin: 10px 0;
}

.popupArea .popupBox a.popupClose {
  position: fixed;
  right: 15%;
  top: 5%;
}

.popupArea .popupBox a.popupClose:before {
  font-family: "vscinemas";
  content: "O";
  font-size: 30px;
  color: #fff;
  font-weight: normal;
}

.popupArea .popupBox p {
  margin-bottom: 20px;
}

.popupArea .popupBox p span {
  position: relative;
  top: 0px;
  margin: 0 10px 0 0;
}

.popupArea .popupBox p span.childview {
  display: inline-block;
  float: left;
}

.popupArea .popupBox ul li {
  margin-left: 15px;
  position: relative;
}

.popupArea .popupBox ul li:before {
  position: absolute;
  top: 0px;
  left: -15px;
  font-family: "vscinemas";
  content: "j";
  color: #2f96ee;
  font-size: 12px;
}

.popupArea .popupBox table {
  width: 100%;
  margin-bottom: 20px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.popupArea .popupBox table tr td {
  position: relative;
  padding: 5px 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}

.popupArea .popupBox table tr td a {
  color: #333;
  text-decoration: underline;
}

.popupArea .popupBox table tr td a:visited {
  color: #333;
}

.popupArea .popupBox table tr td a:hover {
  color: #2f96ee;
}

.popupArea .popupBox table tr td mark.type {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: 1.4em;
  margin: 5px;
  padding: 0px 5px;
  background-color: #FFF;
  color: #999;
  border: 1px solid #999;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.popupArea .popupBox table tr td span.mark {
  color: #2f96ee;
}

.popupArea .popupBox table tr td.creditCard {
  background-color: #7B9AB4;
  font-size: 14px;
  color: #FFF;
}

.popupArea .popupBox table tr td.creditCard ul li:before {
  color: #FFF;
}

.popupArea .popupBox table tr td.creditCard a {
  color: #FFF;
  text-decoration: underline;
}

.popupArea .popupBox table tr td.creditCard a:visited {
  color: #FFF;
}

.popupArea .popupBox table tr td.creditCard a:hover {
  color: #fbec79;
}

.popupArea .popupBox table thead tr {
  background-color: #2660a9;
  color: #FFF;
}

.popupArea .popupBox table thead tr td:first-child {
  min-width: 160px;
}

.popupArea .popupBox table tbody tr:nth-child(odd) {
  background-color: #eaeaea;
}

.popupContent{margin-bottom: 120px; }

.popupContent h2 {
  font-size: 25.2096px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #2f96ee;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}

.popupContent h3 {
  color: #255EA6;
  font-size: 18.9072px;
  margin: 10px 0;
}

.popupContent a.popupClose {
  position: absolute;
  right: 15px;
  top: 15px;
}

.popupContent a.popupClose:before {
  font-family: "vscinemas";
  content: "O";
  font-size: 21.008px;
  color: #2f96ee;
  font-weight: normal;
}

.popupContent p {
  margin-bottom: 20px;
}

.popupContent p span {
  position: relative;
  display: inline-block;
  top: 0px;
  margin: 0 10px 10px 0;
}

.popupContent p span.childview {
  display: inline-block;
  float: left;
}

.popupContent ul li {
  margin-left: 15px;
  position: relative;
}

.popupContent ul li:before {
  position: absolute;
  top: 0px;
  left: -15px;
  font-family: "vscinemas";
  content: "j";
  color: #2f96ee;
  font-size: 12px;
}

.popupContent table {
  width: 100%;
  margin-bottom: 20px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.popupContent table tr td {
  position: relative;
  padding: 5px 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.popupContent table tr td:first-child{ min-width:   100px; }

.popupContent table tr td a {
  color: #333;
  text-decoration: underline;
}

.popupContent table tr td a:visited {
  color: #333;
}

.popupContent table tr td a:hover {
  color: #2f96ee;
}

.popupContent table tr td mark.type {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: 1.4em;
  margin: 5px;
  padding: 0px 5px;
  background-color: #FFF;
  color: #999;
  border: 1px solid #999;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.popupContent table tr td span.mark {
  color: #2f96ee;
}

.popupContent table tr td.creditCard {
  background-color: #7B9AB4;
  font-size: 14px;
  color: #FFF;
}

.popupContent table tr td.creditCard ul li:before {
  color: #FFF;
}

.popupContent table tr td.creditCard a {
  color: #FFF;
  text-decoration: underline;
}

.popupContent table tr td.creditCard a:visited {
  color: #FFF;
}

.popupContent table tr td.creditCard a:hover {
  color: #fbec79;
}

.popupContent table thead tr {
  background-color: #2660a9;
  color: #FFF;
}

.popupContent table thead tr td:first-child {
  min-width: 160px;
}

.popupContent table tbody tr:nth-child(odd) {
  background-color: #eaeaea;
}

/*----------------------------------------Ticket Footer----------------------------------------*/
.ticketfooter {
  position: relative;
  z-index: 5;
  color: #999;
  vertical-align: top;
  border-top: 1px solid #ccc;
  clear: both;
}

.ticketfooter a {
  color: #999;
}

.ticketfooter a:visited {
  color: #999;
}

.ticketfooter a:hover {
  color: #2f96ee;
}

.ticketfooter a.logo {
  display: inline-block;
  margin-right: 10px;
}

.ticketfooter p {
  display: inline-block;
  vertical-align: top;
  padding: 20px 10px;
  font-style: normal;
  font-size: 14px;
}

.ticketfooter .copyright {
  width: 1140px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2em;
}

#topcontrol {
  z-index: 99;
}

.toTop:before {
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-family: "vscinemas";
  content: "J";
  font-size: 14px;
  color: #fff;
  background-color: #ccc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/*-------------------- For IE8 --------------------*/
.browserBar {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  background-color: #333;
  vertical-align: top;
  text-align: center;
  visibility: hidden;
}

.browserBar p {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  margin-right: 10px;
  vertical-align: top;
}

.browserBar .explore {
  width: 30px;
  height: auto;
  margin: 10px;
}

.browserWindow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
}

.browserWindow .browserArea {
  position: absolute;
  width: 800px;
  height: 450px;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -225px;
  background-color: #333;
  border: 1px solid #2660a9;
}

.browserWindow .browserArea a.icon-delete {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #2f96ee;
  font-size: 1.4em;
}

.browserWindow .browserArea h1 {
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #666;
  font-size: 21.008px;
}

.browserWindow .browserArea .group {
  padding: 20px;
}

.browserWindow .browserArea .group .helf {
  width: 48%;
  display: inline-block;
}

.browserWindow .browserArea p {
  color: #FFF;
  margin-bottom: 20px;
}

.browserWindow .browserArea p.note {
  color: #2f96ee;
}

.browserWindow .browserArea .explore {
  width: 80px;
  height: auto;
  margin: 10px;
}

/*----------------------------------------RWD----------------------------------------*/
@media all and (max-width: 1200px) {
  .bookBtn {
    width: 95%;
  }
  .ticketHeader section {
    width: 95%;
  }
  .ticketArticle {
    width: 95%;
  }
  .moviePlace .movieListBox .movieList {
    width: 95%;
  }
  .ticketBooking h1 {
    width: 95%;
  }
  .ticketBooking .movieInfoBG .movieInfo {
    width: 95%;
  }
  .ticketBooking .movieTime {
    width: 95%;
  }
  .searchArea {
    width: 95%;
  }
  .searchArea ul.searchList li:nth-child(1), .searchArea ul.searchList li:nth-child(3) {
    width: 25%;
  }
  .searchArea ul.searchList li:nth-child(2) {
    width: 75%;
  }
  .popupArea .popupBox {
    width: 65%;
    left: 15%;
  }
  .popupArea .popupBox a.popupClose {
    right: 10%;
  }
}

@media all and (max-width: 1000px) {
  .bookBtn ul, .bookBtn .bookInfo {
    width: 95%;
  }
  .ticketArticle .ticketRule .ticketTab {
    position: relative;
    top: 0;
  }
  .ticketArticle .ticketRule .ticketTab ul {
    background: none;
    height: 70px;
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
  }
  .ticketArticle .ticketRule .ticketTab ul li {
    display: inline-block;
    margin: 0 20px;
  }
  .ticketInfo {
    margin-right: auto;
  }
  .searchArea ul.searchList li:nth-child(1), .searchArea ul.searchList li:nth-child(3) {
    width: 30%;
  }
  .searchArea ul.searchList li:nth-child(2) {
    width: 70%;
  }
  .ticketfooter .copyright {
    width: auto;
  }
  .popupArea .popupBox {
    width: 65%;
    left: 15%;
  }
}

@media all and (max-width: 768px) {
  .ticketArticle .ticketRule .ticketTab {
    height: 80px;
  }
  .ticketArticle .ticketRule .ticketTab ul {
    position: absolute;
    width: 100%;
  }
  .ticketArticle .ticketRule .ticketTab ul li {
    margin: 0 10px;
  }
  .searchArea ul.searchList li:nth-child(1), .searchArea ul.searchList li:nth-child(3) {
    width: 40%;
  }
  .searchArea ul.searchList li:nth-child(2) {
    width: 60%;
  }
  .moviePlace h3 select {
    position: relative;
    top: 6px;
    left: 0;
    margin: 0 auto;
    width: 80%;
  }
}

@media all and (max-width: 750px) {
  .bookBtn ul li {
    display: table;
    width: 100%;
  }
  .bookBtn ul li a {
    padding: 20px 20px 20px 110px;
    height: 110px;
    display: table-cell;
    vertical-align: middle;
  }
  .bookBtn ul li a h1 {
    font-size: 21.008px;
  }
  .bookBtn ul li a h2 {
    font-size: 0.8em;
  }
  .bookBtn ul li a:before {
    width: 90px;
    height: 100%;
  }
  .ticketHeader .icon-menu {
    position: absolute;
    z-index: 98;
    right: 5%;
    line-height: 86px;
    display: block;
    font-size: 29.4112px;
    color: #FFF;
  }
  .ticketHeader section ul {
    position: absolute;
    z-index: 98;
    width: 100%;
    left: 0;
    right: 0;
    top: 80px;
    background-color: #333;
    text-align: center;
    display: none;
  }
  .ticketHeader section ul li {
    line-height: 60px;
    margin: 0 20px;
  }
  .moviePlace .movieListBox .movieList li {
    width: 49.5%;
  }
  .searchArea ul.searchList li select {
    min-width: auto;
  }
  .searchArea ul.searchList li:nth-child(1), .searchArea ul.searchList li:nth-child(3) {
    width: auto;
  }
  .searchArea ul.searchList li:nth-child(2) {
    width: auto;
  }
  .popupArea .popupBox {
    width: auto;
    height: 100%;
    position: absolute;
    z-index: 90;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 30px 0 30px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .popupArea .popupBox h2{margin-top: 30px;}
  .popupArea .popupBox a.popupClose {
    top: 20px;
    right: 20px;
  }
  .popupArea .popupBox a.popupClose:before {
    color: #2f96ee;
  }
  .popupContent table thead tr td:first-child {
    min-width: 10px;
  }
}

@media all and (max-width: 480px) {
  .searchArea {
    width: 90%;
  }
  .searchArea ul.searchList li {
    margin-bottom: 0;
  }
  .searchArea ul.searchList li.time select {
    width: 110px;
  }
  .searchArea ul.searchList li select {
    max-width: 80%;
    margin-bottom: 10px;
  }
  .searchArea ul.searchList li input[type="submit"] {
    margin-left: 4px;
  }
  .ticketHeader section ul li {
    display: block;
    line-height: 40px;
    margin: 0 10px;
    font-size: 16px;
  }
  .ticketArticle {
    width: 90%;
  }
  .ticketArticle .ticketRule .ticketTab {
    width: 110%;
    left: -5%;
  }
  .ticketArticle .ticketRule .ticketTab ul li {
    font-size: 14px;
    margin: 0 2px;
  }
  .ticketArticle .ticketRule .ticketTab ul li span {
    width: 30px;
    height: 30px;
    line-height: 38px;
    margin-right: 5px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font-size: 1.2em;
  }
  .ticketArticle .ticketRule .ticketInfo ol {
    margin-left: 30px;
  }
  .ticketBooking h1 {
    width: 90%;
  }
  .ticketBooking .movieInfoBG .movieInfo figure {
    position: relative;
    margin: 0 auto;
    display: none;
  }
  .ticketBooking .movieInfoBG .movieInfo .movieDescribe {
    margin: 0;
    height: auto;
  }
  .ticketBooking .movieInfoBG .movieInfo .movieDescribe .wordInfo {
    position: relative;
  }
  .ticketBooking .movieTime {
    width: 90%;
  }
  .moviePlace .movieListBox .movieList {
    font-size: 16px;
  }
  .moviePlace .movieListBox .movieList li {
    width: 100%;
    line-height: 1.4em;
  }
  .popupArea .popupBox p {
    font-size: 14px;
  }
  .popupArea .popupBox p span {
    display: table;
  }
  .popupArea .popupBox p span.childview {
    float: none;
    display: table;
  }
  .popupArea .popupBox table a {
    display: inline-block;
  }
  .popupArea .popupBox table tr td {
    font-size: 14px;
  }
  .popupArea .popupBox table tr td:first-child {
    min-width: auto;
    max-width: 70px;
  }
  .popupArea .popupBox table tr td mark.type {
    position: relative;
    display: block;
    text-align: center;
  }
}
