@charset "UTF-8";
/*@import "compass/reset";*/
.container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

#containerPlayer {
  max-width: 728px;
  margin-left: auto;
  margin-right: auto;
}
#containerPlayer:after {
  content: " ";
  display: block;
  clear: both;
}
#containerPlayer img {
  width: 100%;
}

.container728 {
  max-width: 728px;
  margin-left: auto;
  margin-right: auto;
}
.container728:after {
  content: " ";
  display: block;
  clear: both;
}

@media (max-width: 768px) {
  .container728 {
    padding-left: 0.8333%;
    padding-right: .8333%;
  }
}
img {
  display: block;
}

.clear {
  clear: both;
}

.fv {
  float: left;
  vertical-align: middle;
}
.fv:after {
  content: "";
  display: table;
  clear: both;
}

.fr {
  float: right;
  vertical-align: middle;
}

.dpn {
  display: none;
}

.fb-comments, .fb-comments iframe[style] {
  width: 100% !important;
}

.phoneDie {
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}
.phoneDie a {
  text-decoration: none;
  color: inherit;
}

.mobileBlock {
  clear: both;
  padding-top: 10px;
}
.mobileBlock:after {
  content: "";
  display: table;
  clear: both;
}

/* size */
/* 30px */
/* 24px+ */
/* 20px+ */
/* 18px+ */
/* 18px = 1rem = base */
/* 15px+ */
/* 13px+ */
/* 11px+ */
/* 9px */
/* color */
/* form */
form {
  clear: both;
}

input:focus, button {
  outline: none;
}

label {
  display: none;
  margin-bottom: 10px;
  clear: both;
}

.labelShow {
  display: inline-block !important;
}

input, textarea, select {
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #D8D8D8;
  font-size: 1rem;
  padding: 10px 10px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all .5s ease;
  background-color: #fff;
}
input:focus, textarea:focus, select:focus {
  outline: none !important;
  border: 1px solid #f08300;
  -webkit-box-shadow: 0px 0px 5px 0px #ff9b21;
  -moz-box-shadow: 0px 0px 5px 0px #ff9b21;
  box-shadow: 0px 0px 5px 0px #ff9b21;
}

input:disabled, textarea:disabled {
  background-color: #f0f0f0;
}

.loginMail input[type="text"][disabled] {
  color: #f08300;
}

select {
  /*color: #a9a9a9;*/
}

option {
  background-color: #f4f4f4;
}
option:checked {
  color: #000;
}

/* select style */
.select-style {
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: #fff;
  background: #fff url("../images/select-arrow.png") no-repeat 100% 40%;
  background-size: auto 20%;
}

.select-style select {
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w5pa {
  width: 5%;
}

.w10pa {
  width: 10%;
}

.w10paPure {
  width: 10%;
}

.w15pa {
  width: 15%;
}

/* 只給dealConfirm用 */
.w20pa {
  width: 20%;
}

.w25pa {
  width: 25%;
}

.w35pa {
  width: 35%;
}

.w50pa {
  width: 50%;
}

.w55pa {
  width: 55%;
}

.w60pa {
  width: 60%;
}

.w65pa {
  width: 65%;
}

.w70pa {
  width: 70%;
}

.w80pa {
  width: 80%;
}

.w90pa {
  width: 90%;
}

.formNotice {
  color: #707070;
  margin-top: -3px;
  margin-bottom: 10px;
  line-height: 120%;
}

.formNoticeCheckbox {
  color: #000;
  margin-bottom: 10px;
}
.formNoticeCheckbox a {
  color: #f08300;
  text-decoration: underline;
}

.formNoticeError {
  color: red;
  line-height: 120%;
}

.lwBtn {
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #C7C7C7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 41px;
  height: 41px;
  color: #000;
  text-align: center;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f5f5f5 1%, #fcfcfc 52%, #fcfcfc 90%, #eaeaea 97%);
  background: -webkit-linear-gradient(top, #f5f5f5 1%, #fcfcfc 52%, #fcfcfc 90%, #eaeaea 97%);
  background: linear-gradient(to bottom, #f5f5f5 1%, #fcfcfc 52%, #fcfcfc 90%, #eaeaea 97%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eaeaea',GradientType=0 );
}

button {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
  padding: 15px;
  text-align: center;
  font-size: 1rem;
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
}

.btn {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  padding: 15px;
  text-align: center;
  font-size: 1rem;
  /*width: 100%;*/
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  border: 1px solid #ff9515;
  color: #ff9515;
  margin-bottom: 10px;
  background-color: #FFF;
}

.btnDisabled {
  background-color: #eeeeee;
  color: #BEBEBE;
  border: 1px solid #BEBEBE;
  cursor: default;
}

.btnDefault {
  background-color: transparent;
  color: #ff9515;
  border: 1px solid #ff9515;
  transition: all .5s ease;
}
.btnDefault:hover {
  border: 1px solid #fd773a;
  color: #fd773a;
  -webkit-box-shadow: 0px 0px 3px 0px #ff9b21;
  -moz-box-shadow: 0px 0px 3px 0px #ff9b21;
  box-shadow: 0px 0px 3px 0px #ff9b21;
}

.btnPrimary {
  background-color: #ff9515;
  border: 1px solid #ff9515;
  color: #FFF;
  transition: all .5s ease;
}
.btnPrimary:hover {
  background-color: #fd773a;
}

.btnGroup:after {
  content: "";
  display: table;
  clear: both;
}

.btn2 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

.btn2Left {
  padding-left: 0;
  clear: both;
}

.btn2Right {
  padding-right: 0;
}

.btn70 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  padding-left: 0;
}

.btn30 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  padding-right: 0;
}

.inputArea2:after {
  content: "";
  display: table;
  clear: both;
}

.inputLeft {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 58.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  padding-left: 0;
}

.inputRight {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 41.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  width: auto;
  padding-top: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btnSdefault {
  display: inline-block;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  padding: 5px;
  text-decoration: none !important;
  font-size: 16px;
  letter-spacing: 1px;
  transition: all .5s ease;
}
.btnSdefault:hover {
  border: 1px solid #f75a12;
  -webkit-box-shadow: 0px 0px 5px 0px #ff9b21;
  -moz-box-shadow: 0px 0px 5px 0px #ff9b21;
  box-shadow: 0px 0px 5px 0px #ff9b21;
}

hr {
  clear: both;
  height: 1px;
  background-color: #cfcfcf;
  font-size: 0;
  border: 0;
}

hr.orangehr {
  height: 1px;
  background-color: #ff4700;
  font-size: 0;
  border: 0;
}

/* table */
table.ottTable {
  color: #000000;
  width: 100%;
  border-width: 1px;
  border-color: #bfbfbf;
  border-collapse: collapse;
  line-height: 120%;
}

table.ottTable th {
  border-width: 1px;
  padding: 15px;
  border-style: solid;
  border-color: #bfbfbf;
  background-color: #ededed;
}

table.ottTable td {
  border-width: 1px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-color: #bfbfbf;
  background-color: #ffffff;
}

.thalign th {
  text-align: right;
}

.tablePlus {
  background-color: #F8F8F8 !important;
}

.dealTable2 {
  width: 95%;
  margin: 0 auto;
}

/* 繼續加載 */
#infscr-loading {
  clear: both;
  padding: 5px;
  text-align: center;
}

/* tab */
.tabS1 {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  height: 52px;
}
.tabS1:after {
  content: "";
  display: table;
  clear: both;
}
.tabS1 li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 24.83333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  padding-left: 0;
  padding-right: 0;
  margin-right: 1px;
}
.tabS1 li a {
  position: relative;
  top: 2px;
  display: inline-block;
  float: left;
  /*max-width: 200px;*/
  /*width: 24%;*/
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-left: 0px;
  background: #c7c7c7;
  background: -moz-linear-gradient(top, #c7c7c7 66%, #b0b0b0 100%);
  background: -webkit-linear-gradient(top, #c7c7c7 66%, #b0b0b0 100%);
  background: linear-gradient(to bottom, #c7c7c7 66%, #b0b0b0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c7', endColorstr='#b0b0b0',GradientType=0 );
  border: 0px;
  color: #FFF;
  transition: all .5s ease;
  /*border-right: 1px solid #fff;*/
  margin-right: 1px;
}
.tabS1 li a:last-child(2) {
  border-right: 0px;
}
.tabS1 li .active {
  margin-right: 0px;
  border: 1px solid  #ccc;
  border-bottom: 0px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 59%, #eeeeee 91%);
  background: -webkit-linear-gradient(top, #ffffff 59%, #eeeeee 91%);
  background: linear-gradient(to bottom, #ffffff 59%, #eeeeee 91%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  color: #f08300;
  top: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tabFZ li {
  color: #FFF;
  font-size: 1rem;
}
.tabFZ li span {
  font-size: 1.25rem;
  font-weight: bold;
}
.tabFZ .active {
  background-color: #eeeeee !important;
  color: #000;
  font-size: 1rem;
}
.tabFZ .active span {
  font-size: 1.25rem;
  font-weight: bold;
}

/* gray h3 title */
.whTitle {
  clear: both;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 4%, #eeeeee 4%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, #ffffff 4%, #eeeeee 4%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 4%, #eeeeee 4%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #DADADA;
  -webkit-box-shadow: -2px 4px 4px -4px #c7c7c7;
  -moz-box-shadow: -2px 4px 4px -4px #c7c7c7;
  box-shadow: -2px 4px 4px -4px #c7c7c7;
  font-size: 1.125rem;
  font-weight: bold;
  padding-top: 15px;
  padding-right: 0.8333%;
  padding-bottom: 15px;
  padding-left: 0.8333%;
}

/* ul li template */
.noticeUl {
  list-style: decimal;
  padding-left: 15px;
  color: black;
  /*font-family: PMingLiU;*/
}
.noticeUl li {
  font-size: 0.8125rem;
  line-height: 150%;
  /*text-indent: 13px;*/
}

/* align */
.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.m0a {
  margin: 0 auto;
}

/* h2標題 */
.h2Div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  /*border-bottom: 1px solid $elta-orange2;*/
  margin-bottom: 10px;
  /*margin-left: 0.83333%;  */
  /*margin-right:0.83333%;  */
  position: relative;
}
.h2Div:after {
  content: "";
  display: table;
  clear: both;
}
.h2Div span {
  font-size: 28px;
}

.likebtn {
  display: inline-block;
  line-height: 22px;
}

.h2DivPure {
  margin-bottom: 10px;
  position: relative;
}
.h2DivPure:after {
  content: "";
  display: table;
  clear: both;
}
.h2DivPure span {
  font-size: 28px;
}

.h2Complicate {
  display: inline-block;
  /*border-bottom: 3px solid $elta-orange2;*/
}

.h2more {
  color: #ff4700;
  font-size: 18px;
}

.h2decLine {
  width: 1.5rem;
  height: 3px;
  background-color: #ff4700;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: absolute;
  left: 8;
  bottom: 0;
}

/* icon */
.iconDramaArea {
  margin-top: 5px;
  height: 20px;
}

.dramaCataIcon {
  /*width: 33%;*/
  width: 30px;
  font-size: 11px;
  display: inline-block;
  text-align: center;
  color: #FFF;
  padding: 3px;
  /*letter-spacing: -2px;*/
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.iconFree {
  background-color: #ff4862;
}

.iconHot {
  background-color: #ff7200;
}

.iconhd {
  background-color: #7dd8eb;
}

.iconNew {
  background-color: #f7b400;
}

.iconSync {
  background-color: #a5cf3f;
}

/* tool */
/* 橘色功能鈕 */
.allchannel a:before {
  font-family: FontAwesome;
  content: "";
}

.whitePlay {
  border: 1px solid white;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}
.whitePlay:after {
  font-family: FontAwesome;
  content: "\f04b";
  color: #FFF;
  position: absolute;
  display: block;
  top: 4px;
  left: 50%;
  font-size: 18px;
  margin-left: -6px;
}
.whitePlay:hover {
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
}

.whitePlayPos {
  position: absolute;
  right: 7px;
  bottom: 7px;
}

.cpIcon {
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 5px;
}
.cpIcon:after {
  font-family: FontAwesome;
  position: absolute;
  top: 5px;
  left: 8px;
  font-size: 15px;
}

.cpIconPos {
  position: relative;
  top: 9px;
}

.cpIconOrange {
  border-color: #f08300;
}
.cpIconOrange:after {
  content: "\f04b";
  color: #f08300;
}

.cpIconGray {
  border-color: #707070;
}
.cpIconGray:after {
  content: "\f050";
  color: #707070;
  left: 6px;
}

.cpsm {
  border-width: 1px;
  width: 20px;
  height: 20px;
  top: 0;
}
.cpsm:after {
  top: 4px;
  left: 6px;
  font-size: 13px;
}

/* 無線白陰影play icon */
.noBorderIcon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 4px 2px white;
  -moz-box-shadow: 0px 0px 4px 2px white;
  box-shadow: 0px 0px 4px 2px white;
  transition: all 0.5s ease;
  position: absolute;
}
.noBorderIcon:after {
  font-family: FontAwesome;
  position: relative;
  top: 5px;
  left: 8px;
  font-size: 20px;
  color: #FFF;
}
.noBorderIcon:hover {
  -webkit-box-shadow: 0px 0px 13px 3px white;
  -moz-box-shadow: 0px 0px 13px 3px white;
  box-shadow: 0px 0px 13px 3px white;
}

.nobPlay:after {
  content: "\f04b";
}

/* 灰色小圓底 */
.littleGrayIcon {
  border-radius: 100%;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 5px;
  background: #c7c7c7;
  color: #000;
  position: relative;
}
.littleGrayIcon:after {
  font-family: FontAwesome;
  position: absolute;
  top: 1px;
  left: 3px;
  font-size: 24px;
}

.lgClose:after {
  content: "\f00d";
}

/* 更新集數或時間 */
.clipIcon {
  position: absolute;
  right: 3px;
  bottom: 3px;
  font-size: 13px;
  padding: 5px 10px;
  background-color: #000;
  background-color: black;
  /* RGBa with 0.6 opacity */
  background-color: rgba(0, 0, 0, 0.5);
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  display: inline-block;
  text-align: center;
  color: #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* fb留言區塊 */
.messageArea {
  /*padding-left: 0.83333%;*/
  /*padding-right: 0.83333%;*/
}

.messageFB {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  border: 1px solid #cacaca;
  padding: 30px 45px;
}

/* 橘色 */
.funcBtnOrange a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  top: 0;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px solid #e67f01;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /*font: normal normal 300 16px/30px Arial, Helvetica, sans-serif;*/
  color: white;
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #ff9515;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.29804) inset, 0 -1px 1px 0 rgba(255, 255, 255, 0.14902) inset, 0 2px 0 0 #e67f01, 0 6px 3px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  position: absolute;
  top: 2px;
  right: 8px;
}
.funcBtnOrange a:before {
  margin-right: 5px;
}

.funcBtnOrange a:hover {
  top: 4px;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.29804) inset, 0 -1px 1px 0 rgba(255, 255, 255, 0.14902) inset, 0 0 0 0 #e67f01, 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  transition: all 50ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

/* hintBar */
.hintBar {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 150%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hbNormal {
  background-color: #FFFBDB;
  border: 1px solid #F4E1A7;
  text-align: center;
}
.hbNormal a {
  color: #f08300;
  text-decoration: underline;
}

/* 廣告 */
.ad300250 {
  width: 300px;
  height: 250px;
}
.ad300250 img {
  width: 300px;
  height: 250px;
}

.ad32Pos {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -125px;
}

/* lightbox */
.shareIcon li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
.shareIcon .iconInside {
  width: 140px;
  height: 50px;
  background: url(../images/si2.png);
  margin: 10px auto;
  cursor: pointer;
}
.shareIcon .iconInside a span {
  display: none;
}
.shareIcon .fbook {
  background-position: -4px -0px;
}
.shareIcon .linemsg {
  background-position: -147px -0px;
}
.shareIcon .wechat {
  background-position: -4px -54px;
}
.shareIcon .fbmsg {
  background-position: -148px -54px;
}
.shareIcon .link {
  background-position: -4px -108px;
}
.shareIcon .weibo {
  background-position: -147px -108px;
}
.shareIcon .twitter {
  background-position: -4px -162px;
}
.shareIcon .gplus {
  background-position: -148px -162px;
}

/* 進度條 */
.progress-bar {
  background-color: #f2f2f2;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #dadada;
  height: 25px;
  line-height: 25px;
  box-shadow: 0 1px 5px #dadada inset, 0 1px 0 #dadada;
}

.progress-bar span {
  display: inline-block;
  height: 100%;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  transition: width .4s ease-in-out;
}

.orange span {
  background-color: #fecf23;
  background-image: -webkit-gradient(linear, left top, left bottom, left, right);
  background-image: -webkit-linear-gradient(top, #fecf23, #fd9215);
  background-image: -moz-linear-gradient(top, #fecf23, #fd9215);
  background-image: -ms-linear-gradient(top, #fecf23, #fd9215);
  background-image: -o-linear-gradient(top, #fecf23, #fd9215);
  background-image: linear-gradient(top, #fecf23, #fd9215);
}

.shine span {
  position: relative;
}

.shine span::after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 3px;
  animation: animate-shine 2s ease-out 1;
}

@keyframes animate-shine {
  0% {
    opacity: 0;
    width: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    width: 95%;
  }
}
/* pill ul */
.pillUl li {
  display: inline-block;
  width: 120px;
  border-radius: 20px;
  border: 1px solid #f08300;
  color: #f08300;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 0.8889rem;
  cursor: pointer;
  transition: all .5s ease;
  margin-bottom: 10px;
}
.pillUl .active {
  background-color: #f08300;
  color: white;
}

/* 翻頁 */
.pagenaOtt {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}
.pagenaOtt:after {
  content: "";
  display: table;
  clear: both;
}

.po1 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

.pagePrev {
  float: right;
}
.pagePrev:after {
  content: "\f104";
  font-family: FontAwesome;
}

.pageNext:after {
  content: "\f105";
  font-family: FontAwesome;
}

.pbtn {
  position: relative;
  width: 43px;
  height: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*line-height: 38px;*/
  border-radius: 5px;
  border: 1px solid #c6c6c6;
  /*border-radius: 100%;*/
  display: block;
  text-align: center;
  /*font-size: 38px;*/
  color: #000;
  background: #e4e4e4;
  background: -moz-linear-gradient(left, #e4e4e4 0%, #ffffff 99%);
  background: -webkit-linear-gradient(left, #e4e4e4 0%, #ffffff 99%);
  background: linear-gradient(to right, #e4e4e4 0%, #ffffff 99%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff',GradientType=1 );
}
.pbtn:after {
  position: absolute;
  font-size: 40px;
  line-height: 40px;
  left: 50%;
  margin-left: -7px;
}

.pbtnEnd {
  color: #d8d8d8;
  cursor: default;
}

.po2 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
.po2 select {
  height: 44px;
  -ms-text-align-last: center;
  -webkit-text-align-last: center;
  text-align-last: center;
  -webkit-appearance: none;
}
.po2 option {
  -ms-text-align-last: center;
  -webkit-text-align-last: center;
  text-align-last: center;
  -webkit-appearance: none;
  background-color: #f4f4f4;
}

.po3 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

.sent {
  display: block;
  text-align: center;
}
.sent p {
  color: #000;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sent p:before {
  content: "\f1d8";
  font-family: FontAwesome;
  color: #f08300;
  margin-right: 5px;
}

.commandWrapper, .commandWrapper2 {
  margin-left: -.8333%;
  margin-right: -.8333%;
}
.commandWrapper:after, .commandWrapper2:after {
  content: "";
  display: table;
  clear: both;
}

/* ie fix */
#ie9logo {
  display: none;
}

@media (max-width: 1024px) {
  .singleAreaGap {
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .h2DivPure {
    /*padding-left: 0.83333%;  */
    /*padding-right:0.83333%;  */
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .tabS1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .commandWrapper {
    /*padding-left: -.8333%;*/
    /*padding-right:  -.8333%;*/
    /*margin-left: 0;*/
    /*margin-right: 0;*/
    margin-left: 5px;
    margin-right: 5px;
  }

  .commandWrapper2 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 960px) {
  .pagenaOtt {
    width: 40%;
  }
}
@media (max-width: 768px) {
  /*#ienone9768{
    display: none;
  }*/
  .tabS1 {
    padding-left: 5px;
    padding-right: 5px;
    height: 42px;
  }
  .tabS1 li {
    padding-left: 0;
    padding-right: 0;
  }
  .tabS1 li a {
    height: 40px;
    line-height: 40px;
  }

  table.ottTable th {
    border-width: 1px;
    padding: 5px;
    border-style: solid;
    border-color: #bfbfbf;
    background-color: #ededed;
    font-size: 15px;
  }

  table.ottTable td {
    padding: 5px;
    font-size: 15px;
  }

  .tdw {
    width: 25%;
  }

  /* 只給dealConfirm用 */
  .w20pa {
    width: 22%;
  }
}
@media (max-width: 640px) {
  .btn2 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    padding-left: 0;
    padding-right: 0;
  }

  .w25pa, .w10pa, .w15pa, .w35pa, .w55pa, .w60pa, .w65pa, .w70pa, .w80pa {
    width: 100%;
  }

  .tabS1 li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    padding-left: 0;
    padding-right: 0;
  }

  .pagenaOtt {
    width: 60%;
  }

  .btn2Left {
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }

  .btn2Right {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  /* i6*/
  /* tools */
  .whitePlay {
    width: 15px;
    height: 15px;
  }
  .whitePlay:after {
    top: 2px;
    left: 50%;
    /* font-size: 5px; */
    font-size: 12px;
    margin-left: -4px;
  }

  .whitePlayPos {
    right: 4px;
    bottom: 5px;
  }

  /* 更新集數或時間 */
  .clipIcon {
    right: 5px;
  }

  .cpIconPos {
    top: 0;
  }

  .pagenaOtt {
    width: 80%;
  }

  .tdw {
    width: 75%;
  }

  .shareIcon li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
  .shareIcon .iconInside {
    width: 50px;
    height: 50px;
    background: url(../images/si.png);
    margin: 10px auto;
  }
  .shareIcon .iconInside a span {
    display: none;
  }
  .shareIcon .fbook {
    background-position: -4px -0px;
  }
  .shareIcon .linemsg {
    background-position: -58px -0px;
  }
  .shareIcon .wechat {
    background-position: -4px -54px;
  }
  .shareIcon .fbmsg {
    background-position: -58px -54px;
  }
  .shareIcon .link {
    background-position: -4px -108px;
  }
  .shareIcon .weibo {
    background-position: -58px -108px;
  }
  .shareIcon .twitter {
    background-position: -4px -162px;
  }
  .shareIcon .gplus {
    background-position: -58px -162px;
  }
}
@media (max-width: 380px) {
  .pagenaOtt {
    width: 100%;
  }

  .tabFZ li {
    font-size: 15px;
  }
  .tabFZ .active {
    font-size: 15px;
  }

  /* table */
  table.ottTable {
    color: #000000;
    width: 100%;
    border-width: 1px;
    border-color: #bfbfbf;
    border-collapse: collapse;
  }

  table.ottTable th {
    padding: 5px;
    font-size: 13px;
  }

  table.ottTable td {
    padding: 5px;
    font-size: 13px;
  }

  .tabS1 li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24.58333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    padding-left: 0;
    padding-right: 0;
  }
}
.ieWrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  z-index: 999;
  padding-top: 100px;
  padding-bottom: 150px;
}
.ieWrapper h2 {
  color: #FFF;
}
.ieWrapper .closeieW {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.browser {
  width: 30%;
  float: left;
  text-align: center;
  margin-top: 25px;
  text-align: center;
}
.browser a {
  display: inline-block;
  margin: 0 auto;
}
.browser a img {
  display: block;
}
.browser p {
  display: block;
  margin-top: 10px;
}

/* menu */
.wrapperIeForArrow {
  clear: both;
  margin-left: .8333%;
}
.wrapperIeForArrow:after {
  content: "";
  display: table;
  clear: both;
}

.ieSlide a {
  background-color: #FFF;
  display: block;
  color: #333;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px solid #c6c6c6;
  border-right: 0px;
}
.ieSlide a:last-child {
  border-right: 1px solid #c6c6c6;
}

.ieActive {
  background-color: #f08300 !important;
  color: #FFF !important;
}

/* ie channel cata */
.ieSlideChannel a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14.16667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

.ieSlideSport a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 9.08333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

.ieSlideDrama a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

@media (max-width: 960px) {
  .ieWrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ieHint {
    padding-left: 35px;
    padding-right: 35px;
  }

  .ieSlideSport a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
@media (max-width: 640px) {
  .ieSlideChannel a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }

  .ieSlideSport a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }

  .ieWrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ieWrapper h2 {
    color: #FFF;
    font-size: 18px;
  }

  .ieHint {
    padding-left: 35px;
    padding-right: 35px;
  }

  .browser {
    width: 50%;
  }
  .browser a img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 380px) {
  .browser a img {
    width: 40px;
    height: 40px;
  }

  .ieSlide a {
    font-size: 13px;
  }
}
