/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 112.5%;
  /* 2 */
  -webkit-text-size-adjust: 112.5%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-color: #e6e6e6;
}

.mcontainer {
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto;
}
.mcontainer:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 640px) {
  .mcontainer {
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .mcontainer:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 1023px) {
  .mcontainer {
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 70px;
    padding-right: 70px;
  }
  .mcontainer:after {
    content: "";
    display: table;
    clear: both;
  }
}

.page {
  position: relative;
}

@font-face {
  font-family: satellite;
  src: url("/webfont/satellite.eot");
  src: url("/webfont/satellite.eot?#iefix") format("embedded-opentype"), url("/webfont/satellite.woff") format("woff"), url("/webfont/satellite.ttf") format("truetype"), url("/webfont/satellite.svg#satellite") format("svg");
  font-weight: 300;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: satellite;
    src: url("/webfont/satellite.svg#satellite") format("svg");
}
}
* html {
  font-size: 100%;
}

html {
  font-size: 16px;
  line-height: 24px;
}

body {
  font-family: "Arial", "STHeitiTC-Light", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.button, a.button, button, input[type="submit"] {
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: black;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
}

h1 {
  font-size: 26px;
  line-height: 48px;
}

h2 {
  font-size: 22px;
  line-height: 48px;
}

h3 {
  font-size: 20px;
  line-height: 24px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
}

h5 {
  font-size: 15px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 24px;
}

p {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  margin-top: 24px;
  margin-bottom: 24px;
  border-left: 3px solid #c6c6c6;
  padding-left: 24px;
  font-size: 16px;
  line-height: 24px;
}
blockquote cite {
  display: block;
  color: gray;
}
blockquote cite:before {
  content: '\2014 \00A0';
}

pre code {
  font-family: "Monaco", MonoSpace, sans-serif;
  display: block;
  margin-top: 24px;
  margin-bottom: 24px;
  border: 1px solid #c6c6c6;
  padding: 24px;
  background-color: #f0f0f0;
  font-size: 12px;
  line-height: 24px;
}

ol, ul {
  margin-top: 24px;
  margin-bottom: 24px;
}
ol ol, ol ul, ul ol, ul ul {
  margin: 0;
}

dl {
  margin-top: 24px;
  margin-bottom: 24px;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0;
}

a {
  color: black;
  text-decoration: none;
  outline: medium none;
}
a:hover {
  color: black;
}
a img {
  border: none;
}
a:focus {
  outline: medium none;
}

img {
  max-width: 100%;
  display: block;
  margin-bottom: 0px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

hr, .divider {
  margin-top: 24px;
  margin-bottom: 24px;
  border: none;
  background: none;
  border-top: 1px solid #c6c6c6;
  -webkit-box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white;
}

img {
  max-width: 100%;
  height: auto;
}

.button, a.button, button, input[type="submit"] {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: background-color 275ms;
  -moz-transition: background-color 275ms;
  -o-transition: background-color 275ms;
  transition: background-color 275ms;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.button:active, .button:focus, a.button:active, a.button:focus, button:active, button:focus, input[type="submit"]:active, input[type="submit"]:focus {
  outline: none;
}
@media (min-width: 640px) {
  .button, a.button, button, input[type="submit"] {
    font-size: 18px;
    line-height: 24px;
  }
}

.button-style1, a.button-style1 {
  min-width: 65px;
  height: 24px;
  line-height: 24px;
  color: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00a8dd), color-stop(100%, #0087d0));
  background-image: -webkit-linear-gradient(#00a8dd, #0087d0);
  background-image: -moz-linear-gradient(#00a8dd, #0087d0);
  background-image: -o-linear-gradient(#00a8dd, #0087d0);
  background-image: linear-gradient(#00a8dd, #0087d0);
}

.button-style2, a.button-style2 {
  min-width: 65px;
  height: 24px;
  line-height: 24px;
  color: #0497db;
  border: 1px solid #c3c3c3;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e7e7e7));
  background-image: -webkit-linear-gradient(#fdfdfd, #e7e7e7);
  background-image: -moz-linear-gradient(#fdfdfd, #e7e7e7);
  background-image: -o-linear-gradient(#fdfdfd, #e7e7e7);
  background-image: linear-gradient(#fdfdfd, #e7e7e7);
}

.button-style3, a.button-style3 {
  display: inline-block;
  font-size: 14px;
  padding: 0 5px;
  line-height: 24px;
  text-align: center;
  background-color: #cfcfcf;
  border: 1px solid #999999;
}
@media (min-width: 640px) {
  .button-style3, a.button-style3 {
    font-size: 16px;
  }
}

.announce {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #e9e7e7;
  height: 51px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #00ccff;
}
.announce:after {
  content: "";
  display: table;
  clear: both;
}
.announce .button-close {
  position: relative;
  margin-right: 12px;
  position: absolute;
  top: 14px;
  left: 5px;
  margin: 0 10px;
}
.announce .button-close:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 12px;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.announce .button-close:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 12px;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.announce .button-close a {
  position: relative;
  z-index: 2;
  display: block;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
}
@media (min-width: 640px) {
  .announce .button-close {
    left: 30px;
  }
  .announce .button-close:before {
    width: 16px;
  }
  .announce .button-close:after {
    width: 16px;
  }
  .announce .button-close a {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1023px) {
  .announce .button-close {
    left: 70px;
  }
}
.announce .text {
  position: absolute;
  width: 100%;
  top: 14px;
  left: 40px;
}
.announce .text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url('../images/icon_friday.png?1424889004');
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .announce .text:before {
    background-image: url('../images/icon_friday@2x.png?1424888854');
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
  }
}
.announce .text p {
  position: absolute;
  top: 0;
  left: 30px;
  margin-bottom: 0px;
  line-height: 24px;
  font-size: 14px;
}
@media (min-width: 640px) {
  .announce .text {
    left: 70px;
  }
}
@media (min-width: 1023px) {
  .announce .text {
    left: 110px;
  }
}
.announce a.button-download {
  position: absolute;
  right: 10px;
  top: 14px;
  font-size: 13px;
  margin-right: 10px;
}
@media (min-width: 640px) {
  .announce a.button-download {
    right: 30px;
    margin-right: 0;
  }
}
@media (min-width: 1023px) {
  .announce a.button-download {
    right: 70px;
  }
}

.mheader {
  width: 100%;
  height: 59px;
  background-image: url('../images/bg_header.png?1422930264');
  position: relative;
  z-index: 1;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .mheader {
    background-image: url('../images/bg_header@2x.png?1422930255');
    -webkit-background-size: 2px 59px;
    -moz-background-size: 2px 59px;
    -o-background-size: 2px 59px;
    background-size: 2px 59px;
  }
}
@media (min-width: 640px) {
  .mheader {
    height: 103.25px;
  }
}
.mheader .blue-light {
  width: 160px;
  height: 59px;
  background-image: url('../images/bg_blue-light.png?1422929897');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .mheader .blue-light {
    background-image: url('../images/bg_blue-light@2x.png?1422929878');
    -webkit-background-size: 160px 59px;
    -moz-background-size: 160px 59px;
    -o-background-size: 160px 59px;
    background-size: 160px 59px;
  }
}
@media (min-width: 640px) {
  .mheader .blue-light {
    width: 280px;
    height: 103.25px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 280px 103.25px;
    background-image: url('../images/bg_blue-light.png?1422929897');
  }
}
@media (min-width: 640px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 640px) and (-moz-min-device-pixel-ratio: 2), (min-width: 640px) and (min-device-pixel-ratio: 2) {
  .mheader .blue-light {
    background-image: url('../images/bg_blue-light@2x.png?1422929878');
    -webkit-background-size: 280px 103.25px;
    -moz-background-size: 280px 103.25px;
    -o-background-size: 280px 103.25px;
    background-size: 280px 103.25px;
  }
}
.mheader .logo {
  position: absolute;
  top: 0;
  left: 10px;
  width: 105px;
  height: 59px;
  background-image: url('../images/icon_logo.png?1422929970');
  text-indent: 100%;
  overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .mheader .logo {
    background-image: url('../images/icon_logo@2x.png?1422929961');
    -webkit-background-size: 105px 59px;
    -moz-background-size: 105px 59px;
    -o-background-size: 105px 59px;
    background-size: 105px 59px;
  }
}
@media (min-width: 640px) {
  .mheader .logo {
    left: 30px;
    width: 183.75px;
    height: 103.25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 183.75px 103.25px;
    background-image: url("../images/icon_logo@2x.png");
  }
}
@media (min-width: 1023px) {
  .mheader .logo {
    left: 70px;
  }
}
.mheader .tools {
  position: absolute;
  top: 0;
  right: 10px;
}
.mheader .tools:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 640px) {
  .mheader .tools {
    top: 20px;
    right: 30px;
  }
}
@media (min-width: 1023px) {
  .mheader .tools {
    right: 70px;
  }
}
.mheader .button-search {
  float: left;
  width: 44px;
  height: 59px;
  background-image: url('../images/icon_search.png?1422930416');
  background-position: center center;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .mheader .button-search {
    background-image: url('../images/icon_search@2x.png?1422930408');
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
  }
}
.mheader .button-search a {
  display: block;
}
.mheader .h-divider {
  padding: 14px 0 0 0;
  float: left;
  border: 0;
}
.mheader .h-divider span {
  display: inline-block;
  width: 1px;
  height: 28px;
  background-color: #474747;
}
.mheader .member {
  float: left;
}
.mheader .member a {
  display: block;
  line-height: 59px;
  padding-left: 10px;
  color: white;
}

.mmain-nav {
  width: 100%;
  height: 40px;
  border-bottom: 3px solid black;
  background-image: url('../images/bg_nav.png?1422930335');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .mmain-nav {
    background-image: url('../images/bg_nav@2x.png?1422930325');
    -webkit-background-size: 2px 40px;
    -moz-background-size: 2px 40px;
    -o-background-size: 2px 40px;
    background-size: 2px 40px;
  }
}
.mmain-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
}
.mmain-nav ul li {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.mmain-nav ul li a {
  display: block;
  line-height: 40px;
  color: #587189;
  padding: 0 8px;
  position: relative;
  z-index: 1;
}
@media (min-width: 640px) {
  .mmain-nav ul li a {
    font-size: 18px;
    padding: 0 20px;
  }
}
.mmain-nav ul li.active:before {
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: 0;
  content: "";
  display: block;
  width: 80px;
  height: 30px;
  margin-left: -40px;
  background-image: url('../images/bg_shadow-nav.png?1424891507');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .mmain-nav ul li.active:before {
    background-image: url('../images/bg_shadow-nav@2x.png?1424891494');
    -webkit-background-size: 80px 30px;
    -moz-background-size: 80px 30px;
    -o-background-size: 80px 30px;
    background-size: 80px 30px;
  }
}
.mmain-nav ul li.active a {
  color: #00ccff;
}

.index-slider {
  height: auto;
  position: relative;
}
.index-slider:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: url('../images/bg_shadow-sliderbanner.png?1424713332');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .index-slider:after {
    background-image: url('../images/bg_shadow-sliderbanner@2x.png?1424713316');
    -webkit-background-size: 320px 5px;
    -moz-background-size: 320px 5px;
    -o-background-size: 320px 5px;
    background-size: 320px 5px;
  }
}
.index-slider .bx-wrapper {
  margin: 0 auto;
  z-index: 2;
}
.index-slider .bx-wrapper .bx-viewport {
  height: auto;
  position: relative;
}
.index-slider .bx-wrapper .bx-viewport:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  height: 70px;
  width: 100%;
  background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  background-image: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  background-image: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.index-slider .bx-wrapper .bx-pager {
  padding-top: 10px;
}
.index-slider .bx-wrapper .bx-pager.bx-default-pager a {
  width: 5px;
  height: 5px;
  margin: 0 3px;
  background: #ccc;
}
.index-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #00ccff;
}

.section {
  margin-top: 15px;
  margin-bottom: 10px;
}
.section .title {
  position: relative;
  margin-bottom: 12px;
}
.section .title b {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0px;
  margin-right: 6px;
}
.section .title.dark-blue {
  margin-bottom: 5px;
  color: #0079a0;
}
@media (min-width: 640px) {
  .section .title b {
    font-size: 22px;
  }
}
.section .title span {
  display: inline-block;
  font-weight: normal;
  font-size: 15px;
  color: #666666;
  width: 15em;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
@media (min-width: 640px) {
  .section .title span {
    font-size: 17px;
    width: 75%;
  }
}
.section .title .link {
  position: absolute;
  right: 0;
  top: 0;
}
.section .title .more-content {
  margin-right: 5px;
}

.index-carousel {
  z-index: 3;
}

.tv-porgram {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  position: relative;
  z-index: 3;
}
.tv-porgram:after {
  content: "";
  display: table;
  clear: both;
}
.tv-porgram .img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 47.82609%;
  float: left;
  margin-right: 4.34783%;
  position: relative;
}
.tv-porgram .img .play-button {
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -23px;
  background-image: url('../images/btn_play.png?1423022012');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .tv-porgram .img .play-button {
    background-image: url('../images/btn_play@2x.png?1423022004');
    -webkit-background-size: 45px 45px;
    -moz-background-size: 45px 45px;
    -o-background-size: 45px 45px;
    background-size: 45px 45px;
  }
}
@media (min-width: 640px) {
  .tv-porgram .img .play-button {
    left: 40%;
    width: 67.5px;
    height: 67.5px;
    margin: -33.75px 0 -33.75px;
    background-size: 67.5px 67.5px;
    background-image: url(../images/btn_play@2x.png);
  }
}
@media (min-width: 1023px) {
  .tv-porgram .img {
    padding-left: 55px;
  }
  .tv-porgram .img .play-button {
    left: 50%;
  }
}
.tv-porgram .info {
  width: 47.82609%;
  float: right;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .tv-porgram .info {
    padding-right: 15px;
  }
}
@media (min-width: 1023px) {
  .tv-porgram .info {
    padding-right: 55px;
  }
}
@media (min-width: 640px) {
  .tv-porgram .info .channel {
    padding-bottom: 10px;
  }
}
.tv-porgram .info .channel .cover {
  display: inline-block;
  width: 44px;
  height: 44px;
  border: 1px solid #ccc;
  background-color: white;
}
.tv-porgram .info .channel .cover img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 640px) {
  .tv-porgram .info .channel .cover {
    width: 77px;
    height: 77px;
    vertical-align: middle;
  }
}
.tv-porgram .info .channel .title {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 640px) {
  .tv-porgram .info .channel .title {
    font-size: 18px;
    vertical-align: middle;
    margin-top: 0;
  }
}
.tv-porgram .info hr {
  margin-top: 0px;
  margin-bottom: 0px;
}
.tv-porgram .info .content .time {
  font-size: 14px;
  color: #666666;
}
.tv-porgram .info .content .text {
  font-size: 15px;
  line-height: 18px;
}
@media (min-width: 640px) {
  .tv-porgram .info .content .time {
    font-size: 16px;
  }
  .tv-porgram .info .content .text {
    font-size: 17px;
  }
}

.goTop {
  position: relative;
  padding: 10px 0;
}
.goTop .button-goTop {
  position: absolute;
  padding: 0 10px;
  text-transform: uppercase;
  right: 0;
  top: 0;
}

.mfooter-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mfooter-nav ul:after {
  content: "";
  display: table;
  clear: both;
}
.mfooter-nav .img-nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  height: 112px;
  background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #e6e6e6), color-stop(100%, #fafafa));
  background-image: -webkit-linear-gradient(to bottom, #e6e6e6, #fafafa);
  background-image: -moz-linear-gradient(to bottom, #e6e6e6, #fafafa);
  background-image: -o-linear-gradient(to bottom, #e6e6e6, #fafafa);
  background-image: linear-gradient(to bottom, #e6e6e6, #fafafa);
}
@media (min-width: 640px) {
  .mfooter-nav .img-nav {
    height: 148px;
  }
}
.mfooter-nav .img-nav ul li {
  float: left;
  width: 33.33333%;
  text-align: center;
}
.mfooter-nav .img-nav ul li a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  padding-top: 50px;
  height: 74px;
  background-position: center top;
  background-repeat: no-repeat;
  border-left: 1px solid #c6c6c6;
}
.mfooter-nav .img-nav ul li:nth-child(1) a {
  border-left: none;
  background-image: url('../images/icon_service.png?1422931949');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .mfooter-nav .img-nav ul li:nth-child(1) a {
    background-image: url('../images/icon_service@2x.png?1422931949');
    -webkit-background-size: 90px 54px;
    -moz-background-size: 90px 54px;
    -o-background-size: 90px 54px;
    background-size: 90px 54px;
  }
}
.mfooter-nav .img-nav ul li:nth-child(2) a {
  background-image: url('../images/icon_order.png?1422931950');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .mfooter-nav .img-nav ul li:nth-child(2) a {
    background-image: url('../images/icon_order@2x.png?1422931950');
    -webkit-background-size: 90px 54px;
    -moz-background-size: 90px 54px;
    -o-background-size: 90px 54px;
    background-size: 90px 54px;
  }
}
.mfooter-nav .img-nav ul li:nth-child(3) a {
  background-image: url('../images/icon_exchange_a.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .mfooter-nav .img-nav ul li:nth-child(3) a {
    background-image: url('../images/icon_exchange_a@2x.png');
    -webkit-background-size: 90px 54px;
    -moz-background-size: 90px 54px;
    -o-background-size: 90px 54px;
    background-size: 90px 54px;
  }
}
@media (min-width: 640px) {
  .mfooter-nav .img-nav ul li a {
    height: 111px;
    padding-top: 75px;
    background-size: 90px 54px;
    font-size: 17px;
  }
  .mfooter-nav .img-nav ul li:nth-child(1) a {
	background-size: 90px 54px;
    background-image: url(../images/icon_service@2x.png);
  }
  .mfooter-nav .img-nav ul li:nth-child(2) a {
	background-size: 90px 54px;
    background-image: url(../images/icon_order@2x.png);
  }
  .mfooter-nav .img-nav ul li:nth-child(3) a {
    background-size: 90px 54px;
    background-image: url(../images/icon_exchange_a@2x.png);
  }
}
.mfooter-nav .text-nav {
  background-color: #272727;
}
.mfooter-nav .text-nav ul li {
  width: 33.33333%;
  float: left;
  text-align: center;
}
.mfooter-nav .text-nav ul li:nth-child(1),
.mfooter-nav .text-nav ul li:nth-child(2),
.mfooter-nav .text-nav ul li:nth-child(3) {
  border-bottom: 1px solid #3a3a3a;
}
.mfooter-nav .text-nav ul li a {
  display: block;
  line-height: 45px;
  font-size: 15px;
  color: white;
}
@media (min-width: 640px) {
  .mfooter-nav .text-nav ul li a {
    line-height: 45px;
    font-size: 17px;
  }
}

.mfooter-nav-index .img-nav ul li:nth-child(3) a {
  background-image: url('../images/icon_exchange_a.png?1422931951');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .mfooter-nav-index .img-nav ul li:nth-child(3) a {
    background-image: url('../images/icon_exchange_a@2x.png?1422931951');
    -webkit-background-size: 90px 54px;
    -moz-background-size: 90px 54px;
    -o-background-size: 90px 54px;
    background-size: 90px 54px;
  }
}
@media (min-width: 640px) {
  .mfooter-nav-index .img-nav ul li:nth-child(3) a {
    background-size: 90px 54px;
    background-image: url(../images/icon_exchange_a@2x.png);
  }
}

.footer {
  background-color: #e3e3e3;
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
@media (min-width: 640px) {
  .footer {
    font-size: 16px;
  }
}

.movie-list ul,
.drama-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.movie-list ul:after,
.drama-list ul:after {
  content: "";
  display: table;
  clear: both;
}
.movie-list ul li,
.drama-list ul li {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  .movie-list ul li,
  .drama-list ul li {
    margin-bottom: 25px;
  }
}
.movie-list ul li:after,
.drama-list ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 88px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url('../images/bg_gradient-movie.png?1424712371');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .movie-list ul li:after,
  .drama-list ul li:after {
    background-image: url('../images/bg_gradient-movie@2x.png?1425658541');
    -webkit-background-size: 1px 90px;
    -moz-background-size: 1px 90px;
    -o-background-size: 1px 90px;
    background-size: 1px 90px;
  }
}
.movie-list ul li a img,
.drama-list ul li a img {
  width: 100%;
}
.movie-list ul li:nth-child(n+1),
.drama-list ul li:nth-child(n+1) {
  width: 47.82609%;
  float: left;
  margin-right: 4.34783%;
}
.movie-list ul li:nth-child(2n),
.drama-list ul li:nth-child(2n) {
  width: 47.82609%;
  float: right;
  margin-right: 0;
}
.movie-list ul li .label,
.drama-list ul li .label {
  position: absolute;
  top: 0;
  right: 0;
}
.movie-list ul li .info,
.drama-list ul li .info {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 5px;
}
.movie-list ul li .info .name,
.drama-list ul li .info .name {
  width: 80%;
  font-size: 15px;
  color: white;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 640px) {
  .movie-list ul li .info .name,
  .drama-list ul li .info .name {
    font-size: 18px;
  }
}

.drama-list ul li:after {
  height: 50px;
}
@media (min-width: 640px) {
  .drama-list ul li:after {
    height: 88px;
  }
}

.label {
  width: 49px;
  line-height: 23px;
  font-size: 15px;
  text-align: center;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
@media (min-width: 640px) {
  .label {
    line-height: 27px;
    font-size: 18px;
  }
}

.label-new {
  background-color: rgba(255, 150, 0, 0.75);
}

.label-coming {
    background-color: rgba(176, 20, 20, 0.75);
    width:75px;
}

.label-free {
  background-color: #65aa40;
}

.recommendLabel {
  width: 30px;
  height: 33px;
  background-image: url('../images/bg_label_red.png?1423496052');
  text-align: center;
  color: white;
  font-size: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .recommendLabel {
    background-image: url('../images/bg_label_red@2x.png?1423496045');
    -webkit-background-size: 30px 33px;
    -moz-background-size: 30px 33px;
    -o-background-size: 30px 33px;
    background-size: 30px 33px;
  }
}

.tag {
  width: 55px;
  line-height: 20px;
  font-size: 15px;
  text-align: center;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
@media (min-width: 640px) {
  .tag {
    line-height: 24px;
    font-size: 17px;
  }
}

.tag-free {
  background-color: #65aa40;
}

.program-cate {
  background-color: #147d8c;
}

.table table {
  width: 100%;
}
.table table thead {
  background-color: rgba(0, 0, 0, 0.1);
}
.table table th {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  padding-left: 12px;
}
@media (min-width: 640px) {
  .table table th {
    font-size: 16px;
    line-height: 24px;
  }
}
.table table tbody tr {
  border-top: 1px solid #c6c6c6;
}
.table table tbody tr:first-child {
  border-top: none;
}
.table table tbody td {
  vertical-align: top;
  padding: 5px 0;
  font-size: 14px;
  line-height: 24px;
  padding-left: 12px;
  line-height: 24px;
}
.table table tbody td:nth-child(2) {
  width: 45%;
}
@media (min-width: 640px) {
  .table table tbody td {
    font-size: 16px;
    line-height: 24px;
  }
}

.search-bar {
  height: 64px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 8px;
  width: 100%;
  background-color: #ccc;
  -webkit-box-shadow: inset 0 -1 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 -1 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 -1 3px rgba(0, 0, 0, 0.5);
}
@media (min-width: 640px) {
  .search-bar {
    padding: 15px 30px;
  }
}
@media (min-width: 1023px) {
  .search-bar {
    padding: 15px 70px;
  }
}
.search-bar .search-field {
  position: relative;
  height: 32px;
  width: 100%;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid white;
}
@media (min-width: 640px) {
  .search-bar .search-field {
    font-size: 20px;
  }
}
.search-bar .search-field .search-input {
  border: none;
  background: none;
  height: 30px;
  width: 100%;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
@media (min-width: 640px) {
  .search-bar .search-field .search-input {
    font-size: 20px;
  }
}
.search-bar .search-field .search-reset {
  display: none;
  border: none;
  background: none;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 150%;
  -moz-border-radius: 150%;
  -ms-border-radius: 150%;
  -o-border-radius: 150%;
  border-radius: 150%;
  background-color: #c0c0c0;
  color: black;
  text-align: center;
  font-size: 14px;
  position: absolute;
  top: 6px;
  right: 40px;
  padding: 0;
  font-family: Arial;
}
@media (min-width: 640px) {
  .search-bar .search-field .search-reset {
    font-size: 16px;
  }
}
.search-bar .search-field .search-reset.active {
  display: block;
}
.search-bar .search-field .search-submit {
  position: absolute;
  top: 8px;
  right: 10px;
  border: none;
  background: none;
  width: 18px;
  height: 16px;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../images/icon_input-search.png?1423328773');
  background-position: center center;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .search-bar .search-field .search-submit {
    background-image: url('../images/icon_input-search@2x.png?1423328765');
    -webkit-background-size: 18px 16px;
    -moz-background-size: 18px 16px;
    -o-background-size: 18px 16px;
    background-size: 18px 16px;
  }
}
.search-bar .search-field .search-submit.focus {
  background-image: url('../images/icon_input-search_f.png?1423330935');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .search-bar .search-field .search-submit.focus {
    background-image: url('../images/icon_input-search_f@2x.png?1423330921');
    -webkit-background-size: 18px 16px;
    -moz-background-size: 18px 16px;
    -o-background-size: 18px 16px;
    background-size: 18px 16px;
  }
}

ul.tabs {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  border-bottom: 1px solid #00ccff;
}
ul.tabs:after {
  content: "";
  display: table;
  clear: both;
}
ul.tabs li {
  float: left;
  text-align: center;
}
ul.tabs li a {
  display: block;
  font-size: 15px;
  font-weight: 900;
  line-height: 30px;
}
@media (min-width: 640px) {
  ul.tabs li a {
    font-size: 20px;
    line-height: 42px;
  }
}
ul.tabs li.active a {
  color: #0079a0;
  border-bottom: 2px solid #0079a0;
}

.popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.popup .overlay {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.popup .popup-container {
  position: absolute;
  width: 80%;
  padding: 20px 12px;
  background-color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  z-index: 1;
  left: 50%;
  top: 50%;
  margin-left: -40%;
  text-align: center;
}
.popup .popup-container .title {
  font-size: 18px;
  font-weight: 900;
}
.popup .popup-container .content {
  font-size: 18px;
  margin-bottom: 20px;
}
.popup .popup-container .form-button .button {
  width: 110px;
  height: 30px;
  line-height: 30px;
}
.popup .popup-container .form-button .button:first-child {
  margin-right: 10px;
}

.share-fb {
  text-align: center;
  width: 100%;
  line-height: 0;
  background-color: #fcfcfc;
  background-image: url(../images/sample_index-ad_bg.gif);
}
.share-fb img {
  display: inline;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.index-bottom {
  background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #f6f6f6), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(to bottom, #f6f6f6, #e6e6e6);
  background-image: -moz-linear-gradient(to bottom, #f6f6f6, #e6e6e6);
  background-image: -o-linear-gradient(to bottom, #f6f6f6, #e6e6e6);
  background-image: linear-gradient(to bottom, #f6f6f6, #e6e6e6);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1em;
  margin: 0 auto;
}

.ad-banner img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ad-banner:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 24px;
  background-color: #c6c6c6;
  -webkit-box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white;
}
.ad-banner a {
  display: block;
  text-align: center;
}

.bx-wrapper .ad-banner img {
  display: inline;
}

.download-app {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1em 10px;
  margin: 0 auto;
}
.download-app:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  background-image: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  background-image: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.download-app .title {
  font-weight: 900;
}
@media (min-width: 640px) {
  .download-app .title {
    font-size: 20px;
  }
}
.download-app .text {
  font-size: 14px;
  color: #666666;
}
@media (min-width: 640px) {
  .download-app .text {
    font-size: 16px;
  }
}
.download-app .download-area {
  position: relative;
  z-index: 1;
}
.download-app .download-area:after {
  content: "";
  display: table;
  clear: both;
}
.download-app .download-area .img {
  width: 160px;
  height: 105px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 47.82609%;
  float: left;
  margin-right: 4.34783%;
  background-image: url('../images/img_download.png?1422931030');
  background-position: center center;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .download-app .download-area .img {
    background-image: url('../images/img_download@2x.png?1422931023');
    -webkit-background-size: 160px 105px;
    -moz-background-size: 160px 105px;
    -o-background-size: 160px 105px;
    background-size: 160px 105px;
  }
}
@media (min-width: 640px) {
  .download-app .download-area .img {
    width: 280px;
    height: 183.75px;
    margin-right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 280px 183.75px;
    background-image: url("../images/img_download@2x.png");
  }
}
.download-app .download-area .intro {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 47.82609%;
  float: right;
  margin-right: 0;
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 640px) {
  .download-app .download-area .intro {
    float: left;
    text-align: center;
    width: 30%;
  }
}
.download-app .download-area .intro p {
  font-size: 15px;
  margin-bottom: 0px;
}
@media (min-width: 640px) {
  .download-app .download-area .intro p {
    font-size: 17px;
  }
}
.download-app .download-area .intro .button-download {
  height: 30px;
  line-height: 30px;
  width: 92px;
}
@media (min-width: 640px) {
  .download-app .title,
  .download-app .text,
  .download-app .download-area {
    margin: 0 auto;
    width: 80%;
  }
}
@media (min-width: 1023px) {
  .download-app .title,
  .download-app .text,
  .download-app .download-area {
    width: 60%;
  }
}

.account .account-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.account .account-menu ul:after {
  content: "";
  display: table;
  clear: both;
}

.light-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 275px;
  background-image: url('../images/bg_light.png?1423108833');
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .light-background {
    background-image: url('../images/bg_light@2x.png?1423108823');
    -webkit-background-size: 320px 275px;
    -moz-background-size: 320px 275px;
    -o-background-size: 320px 275px;
    background-size: 320px 275px;
  }
}

.account {
  position: relative;
  z-index: 2;
}
.account .member {
  text-align: center;
}
.account .member .member-avatar {
  width: 100px;
  height: 100px;
  margin: 30px auto 0;
  background-image: url('../images/bg_member-avatar.png?1423118128');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .account .member .member-avatar {
    background-image: url('../images/bg_member-avatar@2x.png?1423118121');
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;
  }
}
.account .member .member-name {
  margin-bottom: 4px;
}
.account .member .member-levelText {
  font-size: 15px;
}
.account a.button-logout {
  display: block;
  margin: 15px auto;
  width: 92px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
}
.account .account-menu {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #c6c6c6;
  margin-bottom: 20px;
}
.account .account-menu ul {
  list-style: none;
}
.account .account-menu ul li {
  float: left;
  width: 50%;
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.account .account-menu ul li a:before {
  content: "";
  display: block;
  padding: 15px 0;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.account .account-menu ul li:first-child a {
  border-right: 1px solid #c6c6c6;
}
.account .account-menu ul li:first-child a:before {
  width: 35px;
  height: 35px;
  background-image: url('../images/icon_record.png?1423130812');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .account .account-menu ul li:first-child a:before {
    background-image: url('../images/icon_record@2x.png?1423130803');
    -webkit-background-size: 35px 35px;
    -moz-background-size: 35px 35px;
    -o-background-size: 35px 35px;
    background-size: 35px 35px;
  }
}
.account .account-menu ul li:last-child a:before {
  width: 60px;
  height: 36px;
  background-image: url('../images/icon_exchange_a.png?1422931951');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .account .account-menu ul li:last-child a:before {
    background-image: url('../images/icon_exchange_a@2x.png?1422931951');
    -webkit-background-size: 60px 36px;
    -moz-background-size: 60px 36px;
    -o-background-size: 60px 36px;
    background-size: 60px 36px;
  }
}
.account .account-menu ul li a {
  display: block;
}
.account .account-config {
  border-top: 1px solid #c6c6c6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 15px;
}
.account .account-config span {
  display: block;
  color: #666666;
}
.account .account-config a {
  display: block;
  padding-left: 1em;
}

.member-level {
  display: inline-block;
  width: 100px;
  height: 100px;
}

.member-level0 {
  background-image: url('../images/icon_member-level0.png?1423118281');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .member-level0 {
    background-image: url('../images/icon_member-level0@2x.png?1423118269');
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;
  }
}

.member-level1 {
  background-image: url('../images/icon_member-level1.png?1423118302');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .member-level1 {
    background-image: url('../images/icon_member-level1@2x.png?1423118293');
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;
  }
}

.member-level2 {
  background-image: url('../images/icon_member-level2.png?1423118319');
}

.member-level {
  background-repeat: no-repeat;
  background-position: center center;
}

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .member-level2 {
    background-image: url('../images/icon_member-level2@2x.png?1423118311');
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;
  }
}

.member-level3 {
  background-image: url('../images/icon_member-level3.png?1423118339');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .member-level3 {
    background-image: url('../images/icon_member-level3@2x.png?1423118328');
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;
  }
}

.member-level4 {
  background-image: url('../images/icon_member-level4.png?1423118359');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .member-level4 {
    background-image: url('../images/icon_member-level4@2x.png?1423118350');
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;
  }
}

.account .sn table {
  width: 100%;
}
.account .sn table td {
  font-size: 15px;
  padding: 5px 0;
  vertical-align: middle;
  color: #666666;
}
.account .sn table td:first-child {
  width: 3em;
  padding-right: 10px;
}
@media (min-width: 640px) {
  .account .sn table td {
    font-size: 17px;
  }
}
.account .sn table td.capture {
  width: auto;
  padding: 0;
  text-align: center;
  padding-right: 0;
}
.account .sn table td.capture div {
  display: inline-block;
}
.account .sn table input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  padding-left: 10px;
  background: none;
  background-color: white;
  border: 1px solid #c6c6c6;
}
.account .sn table tfoot td {
  text-align: center;
}
.account .sn table tfoot .button-submit {
  line-height: 30px;
  height: 30px;
  width: 100px;
}
.account hr {
  margin: 10px 0 0 0;
}

.account {
  margin: 20px 0 0 0;
}
.account .title {
  margin-bottom: 10px;
  border-bottom: 1px solid #c6c6c6;
  -webkit-box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white;
}
.account .title h1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
}
@media (min-width: 640px) {
  .account .title h1 {
    font-size: 20px;
    line-height: 24px;
  }
}
/*20160105新增*/
.account .title h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  padding-bottom: 6px;
  border-bottom: 1px solid #c6c6c6;
  -webkit-box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white;
}
.account .title h4 {
  font-size: 16px;
  color: #303030;
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 8px;
}
/*20160105結束*/
.account .comsumer {
  padding: 20px 0;
}

.movie-detail {
  margin: 20px 0;
}
.movie-detail hr {
  margin: 10px 0 15px 0;
}
.movie-detail .detail-header {
  position: relative;
}
.movie-detail .detail-header:after {
  content: "";
  display: table;
  clear: both;
}
.movie-detail .detail-header .level-block {
  position: absolute;
  color: #666666;
  font-size: 15px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #666666;
  margin-right: 6px;
}
@media (min-width: 640px) {
  .movie-detail .detail-header .level-block {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 17px;
  }
}
.movie-detail .detail-header .movie-title {
  margin-left: 25px;
}
.movie-detail .detail-header .movie-title .zh {
  font-weight: 900;
}
.movie-detail .detail-header .movie-title .en {
  font-size: 15px;
  line-height: 15px;
  color: #666666;
}
@media (min-width: 640px) {
  .movie-detail .detail-header .movie-title {
    margin-left: 30px;
  }
  .movie-detail .detail-header .movie-title .zh {
    font-size: 20px;
  }
  .movie-detail .detail-header .movie-title .en {
    font-size: 17px;
  }
}
.movie-detail .detail-container {
  margin-bottom: 20px;
}
.movie-detail .detail-container:after {
  content: "";
  display: table;
  clear: both;
}
.movie-detail .detail-container .poster {
  width: 32.6087%;
  float: left;
  margin-right: 4.34783%;
}
.movie-detail .detail-container .info {
  width: 63.04348%;
  float: right;
  margin-right: 0;
}
.movie-detail .detail-container .info .rank:after {
  content: "";
  display: table;
  clear: both;
}
.movie-detail .detail-container .info .rank > div {
  float: left;
}
.movie-detail .detail-container .info .rank .rank-point span {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
@media (min-width: 640px) {
  .movie-detail .detail-container .info .rank .rank-point span {
    font-size: 16px;
  }
}
.movie-detail .detail-container .info .rank .rank-star {
  margin-right: 5px;
  margin-top: 6px;
}
@media (min-width: 640px) {
  .movie-detail .detail-container .info .rank .rank-star {
    margin-top: 0;
  }
}
.movie-detail .detail-container .info .rank .rank-star ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.movie-detail .detail-container .info .rank .rank-star ul:after {
  content: "";
  display: table;
  clear: both;
}
.movie-detail .detail-container .info .rank .rank-star ul li {
  float: left;
  width: 13px;
  height: 12px;
  margin-right: 4px;
  background-image: url('../images/icon_star_e.png?1423551465');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .movie-detail .detail-container .info .rank .rank-star ul li {
    background-image: url('../images/icon_star_e@2x.png?1423551454');
    -webkit-background-size: 13px 12px;
    -moz-background-size: 13px 12px;
    -o-background-size: 13px 12px;
    background-size: 13px 12px;
  }
}
.movie-detail .detail-container .info .rank .rank-star ul li.full {
  background-image: url('../images/icon_star_f.png?1423551475');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .movie-detail .detail-container .info .rank .rank-star ul li.full {
    background-image: url('../images/icon_star_f@2x.png?1423551422');
    -webkit-background-size: 13px 12px;
    -moz-background-size: 13px 12px;
    -o-background-size: 13px 12px;
    background-size: 13px 12px;
  }
}
@media (min-width: 640px) {
  .movie-detail .detail-container .info .rank .rank-star ul li {
    width: 22.75px;
    height: 21px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22.75px 21px;
    background-image: url("../images/icon_star_e@2x.png");
  }
  .movie-detail .detail-container .info .rank .rank-star ul li.full {
    background-size: 22.75px 21px;
    background-image: url("../images/icon_star_f@2x.png");
  }
}
.movie-detail .detail-container .info .project-name {
  margin: 5px 0;
  text-align: center;
}
.movie-detail .detail-container .info .project-name span {
  font-size: 15px;
  padding: 0 6px;
}
@media (min-width: 640px) {
  .movie-detail .detail-container .info .project-name span {
    font-size: 17px;
  }
}
.movie-detail .detail-container .info .project-name:before, .movie-detail .detail-container .info .project-name:after {
  content: "";
  display: inline-block;
  height: 1px;
  min-width: 30px;
  max-width: 45px;
  background-color: #333333;
  vertical-align: middle;
}
.movie-detail .detail-container .info .movie-play {
  text-align: center;
}
.movie-detail .detail-container .info .movie-play a {
  font-size: 15px;
  margin: 0 5px;
  height: 30px;
  line-height: 30px;
  width: 44%;
}
@media (min-width: 640px) {
  .movie-detail .detail-container .info .movie-play a {
    font-size: 17px;
    height: 52.5px;
    line-height: 52.5px;
    width: 35%;
  }
}
.movie-detail .detail-container .info .movie-play .button-play-movie:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url('../images/icon_button-play.png?1423553874');
  vertical-align: middle;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .movie-detail .detail-container .info .movie-play .button-play-movie:before {
    background-image: url('../images/icon_button-play@2x.png?1423553865');
    -webkit-background-size: 17px 17px;
    -moz-background-size: 17px 17px;
    -o-background-size: 17px 17px;
    background-size: 17px 17px;
  }
}
.movie-detail .detail-info-text .text-block {
  font-size: 15px;
  line-height: 22px;
  height: 20em;
  overflow: hidden;
}
@media (min-width: 640px) {
  .movie-detail .detail-info-text .text-block {
    font-size: 17px;
    line-height: 24px;
  }
}
.movie-detail .detail-info-text.open .text-block {
  height: auto;
}
.movie-detail .detail-info-text.open .more-divider a:before {
  background-image: url('../images/icon_more_up.png?1423555249');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .movie-detail .detail-info-text.open .more-divider a:before {
    background-image: url('../images/icon_more_up@2x.png?1423555240');
    -webkit-background-size: 13px 7px;
    -moz-background-size: 13px 7px;
    -o-background-size: 13px 7px;
    background-size: 13px 7px;
  }
}
.movie-detail .more-divider {
  padding-top: 5px;
  position: relative;
}
.movie-detail .more-divider:after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #999999;
  z-index: 0;
}
.movie-detail .more-divider a {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: block;
  width: 74px;
  height: 24px;
  line-height: 24px;
  font-size: 15px;
  text-align: center;
  padding: 0 10px;
  background-color: #cdcdcd;
  border: 1px solid #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.movie-detail .more-divider a:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 7px;
  margin-right: 5px;
  background-image: url('../images/icon_more_down.png?1423555223');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .movie-detail .more-divider a:before {
    background-image: url('../images/icon_more_down@2x.png?1423555216');
    -webkit-background-size: 13px 7px;
    -moz-background-size: 13px 7px;
    -o-background-size: 13px 7px;
    background-size: 13px 7px;
  }
}

.ppv .kv-section {
  width: 100%;
  height: 105px;
  background-image: url('../images/bg_kv-ppv.png?1424889438');
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .ppv .kv-section {
    background-image: url('../images/bg_kv-ppv@2x.png?1424889426');
    -webkit-background-size: 320px 105px;
    -moz-background-size: 320px 105px;
    -o-background-size: 320px 105px;
    background-size: 320px 105px;
  }
}
.ppv .kv-section .filter {
  position: absolute;
  left: 20px;
  top: 30px;
}
.ppv .kv-section .filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ppv .kv-section .filter ul:after {
  content: "";
  display: table;
  clear: both;
}
.ppv .kv-section .filter ul li {
  float: left;
}
.ppv .kv-section .filter ul li.active a {
  color: #32acd5;
}
.ppv .kv-section .filter ul li span {
  padding: 0 5px;
}
.ppv .kv-section .filter ul li a {
  font-size: 18px;
}
@media (min-width: 640px) {
  .ppv .kv-section .filter ul li a {
    font-size: 20px;
  }
}
.ppv .section {
  margin-top: -20px;
}

.tv {
  margin: 20px 0;
}
.tv .channel {
  margin-bottom: 10px;
}
.tv .channel:after {
  content: "";
  display: table;
  clear: both;
}
.tv .channel .channel-cover {
  float: left;
  width: 44px;
  margin-right: 10px;
}
@media (min-width: 640px) {
  .tv .channel .channel-cover {
    width: 77px;
  }
}
.tv .channel .channel-cover img {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tv .channel .channel-info {
  float: left;
}
.tv .channel .channel-info .title {
  font-size: 15px;
  font-weight: 900;
}
@media (min-width: 640px) {
  .tv .channel .channel-info .title {
    font-size: 17px;
  }
}
.tv .tvshow {
  position: relative;
}
.tv .tvshow:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  bottom: 0;
  left: 0;
  z-index: 1;
} 
.tv .tvshow img {
  position: relative;
  z-index: 0;
  width: 100%;
}
.tv .tvshow .button-play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background-image: url('../images/btn_play.png?1423022012');
  background-position: center center;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .tv .tvshow .button-play {
    background-image: url('../images/btn_play@2x.png?1423022004');
    -webkit-background-size: 45px 45px;
    -moz-background-size: 45px 45px;
    -o-background-size: 45px 45px;
    background-size: 45px 45px;
  }
}
@media (min-width: 640px) {
  .tv .tvshow .button-play {
    background-size: 90px 90px;
    background-image: url(../images/btn_play@2x.png);
  }
}
.tv .tvshow .content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}
.tv .tvshow .content .time {
  color: #ccc;
}
.tv .tvshow .content .text {
  color: white;
}
@media (min-width: 640px) {
  .tv .tvshow .content .time,
  .tv .tvshow .content .text {
    font-size: 20px;
  }
}

.search {
  margin: 15px 0 0 0;
}
.search .title {
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #c6c6c6;
  -webkit-box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white;
  position: relative;
  font-weight: 900;
}
@media (min-width: 640px) {
  .search .title {
    font-size: 18px;
  }
}
.search .title .delete-record {
  position: absolute;
  right: 0;
  top: 0;
}
.search .title .delete-record:before {
  content: "X";
  font-family: Arial;
  font-size: 14px;
  display: inline-block;
  width: 16px;
  line-height: 16px;
  background-color: #999999;
  color: white;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 4px;
}
@media (min-width: 640px) {
  .search .title .delete-record:before {
    font-size: 16px;
  }
}
.search .text-list {
  margin-bottom: 20px;
}
.search .text-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search .text-list ul li {
  border-bottom: 1px solid #c6c6c6;
}
.search .text-list ul li a {
  display: block;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
@media (min-width: 640px) {
  .search .text-list ul li a {
    font-size: 20px;
  }
}
.search .text-list ul li a .highlight {
  color: #0079a0;
}
.search .search-result .highlight {
  color: #0079a0;
}
.search .search-result .result-text {
  text-align: center;
}
.search .search-result .search-tab ul.tabs li {
  width: 25%;
}
.search .search-result .title {
  margin-bottom: 10px;
}

.packages {
  margin: 20px 0;
}
.packages .packages-header {
  padding-bottom: 15px;
  border-bottom: 1px solid #c6c6c6;
  -webkit-box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white;
  margin-bottom: 20px;
}
.packages .packages-header .title h1 {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 640px) {
  .packages .packages-header .title h1 {
    font-size: 18px;
    line-height: 24px;
    line-height: 32px;
  }
}
.packages .packages-header .subtitle {
  text-align: right;
  font-size: 15px;
}
.packages .packages-header .subtitle a {
  display: inline-block;
  line-height: 24px;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #999999;
  padding: 0 3px;
}
@media (min-width: 640px) {
  .packages .packages-header .subtitle {
    font-size: 17px;
  }
}
.packages .packages-tab ul.tabs li {
  width: 50%;
}
.packages .packages-tab ul.tabs li a {
  font-size: 18px;
  line-height: 18px;
}
.packages .packages-tab ul.tabs li a span {
  font-size: 14px;
  display: block;
}
@media (min-width: 640px) {
  .packages .packages-tab ul.tabs li a {
    font-size: 20px;
    line-height: 20px;
  }
  .packages .packages-tab ul.tabs li a span {
    font-size: 16px;
  }
}

.package-block {
  border: 1px solid #c6c6c6;
  background-color: rgba(255, 255, 255, 0.5);
}
.package-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.package-block ul li {
  position: relative;
  text-align: center;
  border-bottom: 1px solid white;
}
.package-block ul li:last-child {
  border-bottom: none;
}
.package-block ul li:last-child a {
  border-bottom: none;
}
.package-block ul li .recommendLabel {
  position: absolute;
  top: 0;
  left: 10px;
}
.package-block ul li > a {
  display: block;
  font-size: 20px;
  font-weight: 900;
  width: 100%;
  line-height: 60px;
  border-bottom: 1px solid #c6c6c6;
  background-image: url('../images/icon_arrow_right.png?1423576037');
  background-position: 96% center;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .package-block ul li > a {
    background-image: url('../images/icon_arrow_right@2x.png?1423574992');
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
  }
}
@media (min-width: 640px) {
  .package-block ul li > a {
    font-size: 22px;
  }
}
.package-block .package-info {
  display: none;
  background-color: white;
  padding: 20px 15px;
  border-bottom: 1px solid #c6c6c6;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.package-block ul li.open > a, .package-block ul li.no-toggle > a {
  color: #0098d6;
  background-image: url('../images/icon_arrow_down_b.png?1423576062');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .package-block ul li.open > a, .package-block ul li.no-toggle > a {
    background-image: url('../images/icon_arrow_down_b@2x.png?1423576050');
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
  }
}
.package-block ul li.open .package-info, .package-block ul li.no-toggle .package-info {
  display: block;
}
.package-block ul li.open .package-info .intro, .package-block ul li.no-toggle .package-info .intro {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  .package-block ul li.open .package-info .intro, .package-block ul li.no-toggle .package-info .intro {
    font-size: 17px;
    line-height: 20px;
  }
}
.package-block ul li.open .package-info .intro b, .package-block ul li.no-toggle .package-info .intro b {
  color: #b40000;
  padding: 0 4px;
}
.package-block ul li.open .package-info .highlight, .package-block ul li.no-toggle .package-info .highlight {
  color: #b40000;
}
.package-block ul li.open .package-info .price, .package-block ul li.no-toggle .package-info .price {
  margin: 20px 0;
}
.package-block ul li.open .package-info .price b, .package-block ul li.no-toggle .package-info .price b {
  font-size: 50px;
}
.package-block ul li.open .package-info .price span, .package-block ul li.no-toggle .package-info .price span {
  font-size: 14px;
}
@media (min-width: 640px) {
  .package-block ul li.open .package-info .price b, .package-block ul li.no-toggle .package-info .price b {
    font-size: 52px;
  }
  .package-block ul li.open .package-info .price span, .package-block ul li.no-toggle .package-info .price span {
    font-size: 16px;
  }
}
.package-block ul li.open .package-info p, .package-block ul li.no-toggle .package-info p {
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 640px) {
  .package-block ul li.open .package-info p, .package-block ul li.no-toggle .package-info p {
    font-size: 16px;
    line-height: 20px;
  }
}
.package-block ul li.open .package-info p b, .package-block ul li.no-toggle .package-info p b {
  color: #b40000;
  padding: 0 5px;
}
.package-block ul li.open .package-info .note, .package-block ul li.no-toggle .package-info .note {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 640px) {
  .package-block ul li.open .package-info .note, .package-block ul li.no-toggle .package-info .note {
    font-size: 16px;
    line-height: 20px;
  }
}
.package-block ul li.open .package-info .button-submit, .package-block ul li.no-toggle .package-info .button-submit {
  width: 100px;
  line-height: 30px;
  height: 30px;
  margin-top: 10px;
  border-bottom: 1px solid #c3c3c3;
}
.package-block ul li.open .package-info .case-select, .package-block ul li.no-toggle .package-info .case-select {
  text-align: left;
  line-height: 40px;
  border-bottom: 1px dotted #c6c6c6;
  position: relative;
}
.package-block ul li.open .package-info .case-select input, .package-block ul li.no-toggle .package-info .case-select input {
  margin-right: 10px;
}
.package-block ul li.open .package-info .case-select label, .package-block ul li.no-toggle .package-info .case-select label {
  font-size: 21px;
}
.package-block ul li.open .package-info .case-select label span, .package-block ul li.no-toggle .package-info .case-select label span {
  font-size: 14px;
  padding-left: 5px;
}
@media (min-width: 640px) {
  .package-block ul li.open .package-info .case-select label, .package-block ul li.no-toggle .package-info .case-select label {
    font-size: 23px;
  }
  .package-block ul li.open .package-info .case-select label span, .package-block ul li.no-toggle .package-info .case-select label span {
    font-size: 16px;
  }
}
.package-block ul li.open .package-info .case-select .plus, .package-block ul li.no-toggle .package-info .case-select .plus {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 14px;
  color: #666666;
}
.package-block ul li.open .package-info .case-select .plus b, .package-block ul li.no-toggle .package-info .case-select .plus b {
  color: #b40000;
  padding: 0 4px;
}
@media (min-width: 640px) {
  .package-block ul li.open .package-info .case-select .plus, .package-block ul li.no-toggle .package-info .case-select .plus {
    font-size: 16px;
  }
}
.package-block ul li.no-toggle > a {
  background-image: none;
}
.package-block ul li.no-toggle .package-info {
  display: block;
}

#movie .package-block ul li:first-child > a:before {
  content: "";
  width: 34px;
  height: 34px;
  display: inline-block;
  background-image: url('../images/icon_package_month.png?1423502171');
  vertical-align: middle;
  margin-right: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  #movie .package-block ul li:first-child > a:before {
    background-image: url('../images/icon_package_month@2x.png?1423502161');
    -webkit-background-size: 34px 34px;
    -moz-background-size: 34px 34px;
    -o-background-size: 34px 34px;
    background-size: 34px 34px;
  }
}
#movie .package-block ul li:nth-child(2) > a:before {
  content: "";
  width: 34px;
  height: 34px;
  display: inline-block;
  background-image: url('../images/icon_package_day.png?1423502217');
  vertical-align: middle;
  margin-right: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  #movie .package-block ul li:nth-child(2) > a:before {
    background-image: url('../images/icon_package_day@2x.png?1423502201');
    -webkit-background-size: 34px 34px;
    -moz-background-size: 34px 34px;
    -o-background-size: 34px 34px;
    background-size: 34px 34px;
  }
}
#movie .package-block ul li:nth-child(3) > a:before {
  content: "";
  width: 60px;
  height: 36px;
  display: inline-block;
  background-image: url('../images/icon_exchange.png?1424800434');
  vertical-align: middle;
  margin-right: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  #movie .package-block ul li:nth-child(3) > a:before {
    background-image: url('../images/icon_exchange@2x.png?1424800423');
    -webkit-background-size: 60px 36px;
    -moz-background-size: 60px 36px;
    -o-background-size: 60px 36px;
    background-size: 60px 36px;
  }
}

#tv .package-block ul li:first-child > a:before {
  content: "";
  width: 34px;
  height: 34px;
  display: inline-block;
  background-image: url('../images/icon_package_month.png?1423502171');
  vertical-align: middle;
  margin-right: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  #tv .package-block ul li:first-child > a:before {
    background-image: url('../images/icon_package_month@2x.png?1423502161');
    -webkit-background-size: 34px 34px;
    -moz-background-size: 34px 34px;
    -o-background-size: 34px 34px;
    background-size: 34px 34px;
  }
}

.packages-ppv .package-block ul li:first-child > a:before {
  content: "";
  width: 45px;
  height: 40px;
  display: inline-block;
  background-image: url('../images/icon_service_ppv.png?1423496092');
  vertical-align: middle;
  margin-right: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .packages-ppv .package-block ul li:first-child > a:before {
    background-image: url('../images/icon_service_ppv@2x.png?1423496086');
    -webkit-background-size: 45px 40px;
    -moz-background-size: 45px 40px;
    -o-background-size: 45px 40px;
    background-size: 45px 40px;
  }
}
.packages-ppv .package-block ul li:first-child.open > a:before {
  background-image: url('../images/icon_service_ppv_a.png?1424800720');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .packages-ppv .package-block ul li:first-child.open > a:before {
    background-image: url('../images/icon_service_ppv_a@2x.png?1424800708');
    -webkit-background-size: 45px 40px;
    -moz-background-size: 45px 40px;
    -o-background-size: 45px 40px;
    background-size: 45px 40px;
  }
}
.packages-ppv .package-block ul li:nth-child(2) > a:before {
  content: "";
  width: 60px;
  height: 36px;
  display: inline-block;
  background-image: url('../images/icon_exchange.png?1424800434');
  vertical-align: middle;
  margin-right: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .packages-ppv .package-block ul li:nth-child(2) > a:before {
    background-image: url('../images/icon_exchange@2x.png?1424800423');
    -webkit-background-size: 60px 36px;
    -moz-background-size: 60px 36px;
    -o-background-size: 60px 36px;
    background-size: 60px 36px;
  }
}
.packages-ppv .package-block ul li:nth-child(2).open > a:before {
  background-image: url('../images/icon_exchange_a.png?1422931951');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .packages-ppv .package-block ul li:nth-child(2).open > a:before {
    background-image: url('../images/icon_exchange_a@2x.png?1422931951');
    -webkit-background-size: 60px 36px;
    -moz-background-size: 60px 36px;
    -o-background-size: 60px 36px;
    background-size: 60px 36px;
  }
}

.order {
  margin: 20px 0;
}
.order .title h1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 900;
}
@media (min-width: 640px) {
  .order .title h1 {
    font-size: 18px;
    line-height: 24px;
    line-height: 32px;
  }
}
.order .order-content table {
  text-align: left;
  width: 100%;
}
.order .order-content table thead {
  background-color: rgba(0, 0, 0, 0.05);
}
.order .order-content table thead th {
  font-size: 15px;
  padding-left: 10px;
}
@media (min-width: 640px) {
  .order .order-content table thead th {
    font-size: 17px;
  }
}
.order .order-content table tbody td {
  font-size: 15px;
  padding-left: 10px;
}
@media (min-width: 640px) {
  .order .order-content table tbody td {
    font-size: 17px;
  }
}
.order .order-content table tbody .note {
  font-size: 14px;
  color: #666666;
}
@media (min-width: 640px) {
  .order .order-content table tbody .note {
    font-size: 16px;
  }
}
.order .order-content table tfoot {
  border-top: 1px dotted #c6c6c6;
}
.order .order-content table tfoot td {
  text-align: right;
  height: 30px;
}
@media (min-width: 640px) {
  .order .order-content table tfoot td {
    font-size: 20px;
  }
}
.order .order-content table tfoot td b {
  color: #b40000;
  padding-left: 20px;
}
.order .order-pay {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #c6c6c6;
}
.order .order-pay ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.order .order-pay ul li {
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  border-top: 1px dotted #c6c6c6;
}
.order .order-pay ul li input {
  margin-right: 10px;
  display: inline-block;
}
.order .order-pay ul li label {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  vertical-align: middle;
}
@media (min-width: 640px) {
  .order .order-pay ul li label {
    font-size: 17px;
  }
}
.order .order-pay ul li label span {
  color: #666666;
}
.order .order-pay ul li .img-creditcard {
  width: 70px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/icon_creditcard.png?1423504965');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .order .order-pay ul li .img-creditcard {
    background-image: url('../images/icon_creditcard@2x.png?1423504953');
    -webkit-background-size: 70px 22px;
    -moz-background-size: 70px 22px;
    -o-background-size: 70px 22px;
    background-size: 70px 22px;
  }
}
.order .order-pay ul li.active {
  background-color: white;
}
.order .order-pay ul li:first-child {
  border-top: none;
}

.order-bottom {
  text-align: right;
  margin: 20px 0;
}
.order-bottom input, .order-bottom a {
  height: 30px;
  line-height: 30px;
  width: 90px;
}
.order-bottom .button-cancel {
  margin-right: 10px;
}
.order-bottom input[disabled] {
  opacity: .5;
}

.order-success {
  margin: 20px 0;
}
.order-success .order-header .img {
  width: 40px;
  height: 40px;
  background-image: url('../images/icon_success.png?1423505473');
  display: inline-block;
  margin-left: 15px;
  vertical-align: top;
  margin-right: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .order-success .order-header .img {
    background-image: url('../images/icon_success@2x.png?1423505465');
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
  }
}
.order-success .order-header .msg {
  display: inline-block;
}
.order-success .order-header .title h1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 900;
}
.order-success .order-header .subtitle {
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 640px) {
  .order-success .order-header .title h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .order-success .order-header .subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
.order-success .order-info {
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid #c6c6c6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
}
.order-success .order-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.order-success .order-info ul li {
  border-top: 1px dotted #c6c6c6;
  padding: 10px 0;
  font-size: 15px;
}
.order-success .order-info ul li:first-child {
  border-top: none;
}
.order-success .order-info ul li p {
  margin: 0;
}
.order-success .order-info ul li b {
  color: #b40000;
  font-size: 14px;
}
@media (min-width: 640px) {
  .order-success .order-info ul li {
    font-size: 17px;
  }
  .order-success .order-info ul li b {
    font-size: 16px;
  }
}
.order-success .download-text {
  text-align: center;
  font-size: 15px;
}
@media (min-width: 640px) {
  .order-success .download-text {
    text-align: right;
  }
}

.order-error {
  margin: 20px 0;
}
.order-error .order-header {
  margin-bottom: 35px;
}
.order-error .order-header .img {
  width: 40px;
  height: 40px;
  background-image: url('../images/icon_error.png?1423595246');
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  margin-right: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .order-error .order-header .img {
    background-image: url('../images/icon_error@2x.png?1423595239');
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
  }
}
.order-error .order-header .title {
  display: inline-block;
}
.order-error .order-header .title h1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 900;
}
.order-error .order-info {
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid #c6c6c6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  text-align: left;
}
.order-error .order-info .error-msg {
  margin: 0;
  padding: 50px 0;
}
.order-error .order-info .img {
  width: 40px;
  height: 40px;
  background-image: url('../images/icon_error.png?1423595246');
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  margin-right: 15px;
  float:left;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .order-error .order-info .img {
    background-image: url('../images/icon_error@2x.png?1423595239');
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
    float:left;
  }
}

.service {
  margin: 20px 0;
}
.service .title h1 {
  font-size: 16px;
  line-height: 24px;
}
.service .service-intro {
  margin-bottom: 20px;
}
.service .service-intro p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
.service .service-intro span {
  font-size: 14px;
  color: #666666;
}
.service .service-intro .highlight {
  color: #b40000;
}
.service .service-container {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #c6c6c6;
  margin-bottom: 20px;
}
.service .service-container .service-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  border-bottom: 1px solid #c6c6c6;
}
.service .service-container .service-block .block-header:after {
  content: "";
  display: table;
  clear: both;
}
.service .service-container .service-block .block-header .img {
  float: left;
  margin-right: 10px;
}
.service .service-container .service-block .block-header .img.service-tv {
  width: 40px;
  height: 45px;
  background-image: url('../images/icon_service_tv.png?1423495937');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .service .service-container .service-block .block-header .img.service-tv {
    background-image: url('../images/icon_service_tv@2x.png?1423495917');
    -webkit-background-size: 40px 45px;
    -moz-background-size: 40px 45px;
    -o-background-size: 40px 45px;
    background-size: 40px 45px;
  }
}
.service .service-container .service-block .block-header .img.service-pay {
  width: 45px;
  height: 48px;
  background-image: url('../images/icon_service_payall.png?1423495993');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .service .service-container .service-block .block-header .img.service-pay {
    background-image: url('../images/icon_service_payall@2x.png?1423495985');
    -webkit-background-size: 45px 48px;
    -moz-background-size: 45px 48px;
    -o-background-size: 45px 48px;
    background-size: 45px 48px;
  }
}
.service .service-container .service-block .block-header .img.service-ppv {
  width: 45px;
  height: 40px;
  background-image: url('../images/icon_service_ppv.png?1423496092');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .service .service-container .service-block .block-header .img.service-ppv {
    background-image: url('../images/icon_service_ppv@2x.png?1423496086');
    -webkit-background-size: 45px 40px;
    -moz-background-size: 45px 40px;
    -o-background-size: 45px 40px;
    background-size: 45px 40px;
  }
}
.service .service-container .service-block .block-header .intro {
  float: left;
  width: 75%;
}
.service .service-container .service-block .block-header .intro h2 {
  font-size: 15px;
}
.service .service-container .service-block .block-header .intro p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.service .service-container .service-block .block-header .intro b {
  color: #b40000;
  padding: 0 5px;
}
@media (min-width: 640px) {
  .service .service-container .service-block .block-header .intro h2 {
    font-size: 17px;
  }
  .service .service-container .service-block .block-header .intro p {
    font-size: 16px;
    line-height: 20px;
  }
}
.service .service-container .service-block .info-list {
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c6c6c6;
}
.service .service-container .service-block .info-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service .service-container .service-block .info-list ul li {
  border-top: 1px dotted #c6c6c6;
  padding: 15px 0;
  position: relative;
}
.service .service-container .service-block .info-list ul li .recommendLabel {
  position: absolute;
  top: 0;
  left: 20px;
}
.service .service-container .service-block .info-list ul li h3 {
  padding-left: 60px;
  font-size: 15px;
  font-weight: 900;
}
.service .service-container .service-block .info-list ul li h4 {
  font-size: 14px;
  line-height: 18px;
  padding-left: 60px;
}
.service .service-container .service-block .info-list ul li span {
  font-size: 14px;
  line-height: 18px;
  padding: 0 20px 0 60px;
  display: block;
}
.service .service-container .service-block .info-list ul li .price {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  padding: 5px 0 5px 60px;
}
@media (min-width: 640px) {
  .service .service-container .service-block .info-list ul li h3 {
    font-size: 17px;
  }
  .service .service-container .service-block .info-list ul li h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .service .service-container .service-block .info-list ul li span {
    font-size: 16px;
    line-height: 20px;
  }
  .service .service-container .service-block .info-list ul li .price {
    font-size: 16px;
  }
}
.service .service-container .service-block .info-list ul li:first-child {
  border-top: none;
}
.service .service-container .service-block .button-submit {
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 10px auto;
  width: 100px;
}
.service .service-member {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #c6c6c6;
}
.service .service-member .member-table {
  border-bottom: 1px solid #c6c6c6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}
.service .service-member .member-table table {
  width: 100%;
}
.service .service-member .member-table table thead th {
  text-align: left;
  font-size: 15px;
}
.service .service-member .member-table table thead th:after {
  content: "";
  display: table;
  clear: both;
}
.service .service-member .member-table table thead .icon_service-member {
  float: right;
}
.service .service-member .member-table table thead .icon_service-member-free {
  width: 25px;
  height: 26px;
  display: inline-block;
  background-image: url('../images/icon_service_member_free.png?1423496451');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .service .service-member .member-table table thead .icon_service-member-free {
    background-image: url('../images/icon_service_member_free@2x.png?1423496438');
    -webkit-background-size: 25px 26px;
    -moz-background-size: 25px 26px;
    -o-background-size: 25px 26px;
    background-size: 25px 26px;
  }
}
.service .service-member .member-table table thead .icon_service-member-level1 {
  width: 25px;
  height: 26px;
  display: inline-block;
  background-image: url('../images/icon_service_member_level1.png?1423496745');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .service .service-member .member-table table thead .icon_service-member-level1 {
    background-image: url('../images/icon_service_member_level1@2x.png?1423496733');
    -webkit-background-size: 25px 26px;
    -moz-background-size: 25px 26px;
    -o-background-size: 25px 26px;
    background-size: 25px 26px;
  }
}
.service .service-member .member-table table thead .icon_service-member-level2 {
  width: 25px;
  height: 26px;
  display: inline-block;
  background-image: url('../images/icon_service_member_level2.png?1423496786');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .service .service-member .member-table table thead .icon_service-member-level2 {
    background-image: url('../images/icon_service_member_level2@2x.png?1423496772');
    -webkit-background-size: 25px 26px;
    -moz-background-size: 25px 26px;
    -o-background-size: 25px 26px;
    background-size: 25px 26px;
  }
}
.service .service-member .member-table table thead .icon_service-member-level3 {
  width: 25px;
  height: 26px;
  display: inline-block;
  background-image: url('../images/icon_service_member_level3.png?1423496828');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .service .service-member .member-table table thead .icon_service-member-level3 {
    background-image: url('../images/icon_service_member_level3@2x.png?1423496812');
    -webkit-background-size: 25px 26px;
    -moz-background-size: 25px 26px;
    -o-background-size: 25px 26px;
    background-size: 25px 26px;
  }
}
.service .service-member .member-table table thead .icon_service-member-level4 {
  width: 25px;
  height: 26px;
  display: inline-block;
  background-image: url('../images/icon_service_member_level4.png?1423496861');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .service .service-member .member-table table thead .icon_service-member-level4 {
    background-image: url('../images/icon_service_member_level4@2x.png?1423496850');
    -webkit-background-size: 25px 26px;
    -moz-background-size: 25px 26px;
    -o-background-size: 25px 26px;
    background-size: 25px 26px;
  }
}
@media (min-width: 640px) {
  .service .service-member .member-table table thead th {
    font-size: 17px;
  }
  .service .service-member .member-table table thead .icon_service-member {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}
.service .service-member .member-table table tbody td {
  font-size: 14px;
  border-top: 1px solid #c6c6c6;
  width: 50%;
  padding: 5px 0;
}
.service .service-member .member-table table tbody td:last-child {
  color: #666666;
}
.service .service-member .member-table table tbody td .icon_ok {
  width: 13px;
  height: 13px;
  background-image: url('../images/icon_checked.png?1423496252');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .service .service-member .member-table table tbody td .icon_ok {
    background-image: url('../images/icon_checked@2x.png?1423496241');
    -webkit-background-size: 13px 13px;
    -moz-background-size: 13px 13px;
    -o-background-size: 13px 13px;
    background-size: 13px 13px;
  }
}
@media (min-width: 640px) {
  .service .title h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .service .service-intro p {
    font-size: 16px;
    line-height: 20px;
  }
  .service .service-intro span {
    font-size: 16px;
  }
}

.service .service-tab ul.tabs li {
  width: 33.33333%;
}
.service .tab-container .event-block {
  text-align: center;
  margin-bottom: 10px;
}
.service .tab-container .event-block .img {
  display: inline-block;
  vertical-align: top;
}
.service .tab-container .event-block .img-happygo {
  width: 95px;
  height: 80px;
  margin-right: 10px;
  background-image: url('../images/img_happygo.png?1423627306');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .service .tab-container .event-block .img-happygo {
    background-image: url('../images/img_happygo@2x.png?1423627295');
    -webkit-background-size: 95px 80px;
    -moz-background-size: 95px 80px;
    -o-background-size: 95px 80px;
    background-size: 95px 80px;
  }
}
.service .tab-container .event-block .img-service-film {
  width: 90px;
  height: 100px;
  background-image: url('../images/img_service-film.png?1423627448');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .service .tab-container .event-block .img-service-film {
    background-image: url('../images/img_service-film@2x.png?1423627437');
    -webkit-background-size: 90px 100px;
    -moz-background-size: 90px 100px;
    -o-background-size: 90px 100px;
    background-size: 90px 100px;
  }
}
.service .tab-container .event-block .block-txt {
  display: inline-block;
  text-align: left;
  width: 60%;
}
.service .tab-container .event-block .block-txt .title p {
  font-size: 15px;
  color: #32acd5;
  margin: 0;
}
.service .tab-container .event-block .block-txt .title p span {
  font-size: 27px;
}
@media (min-width: 640px) {
  .service .tab-container .event-block .block-txt .title p {
    font-size: 17px;
  }
  .service .tab-container .event-block .block-txt .title p span {
    font-size: 29px;
  }
}
.service .tab-container .event-block .block-txt .intro p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.service .tab-container .event-block .block-txt .intro p span {
  font-weight: 900;
}
@media (min-width: 640px) {
  .service .tab-container .event-block .block-txt .intro p {
    font-size: 16px;
  }
}
.service .tab-container .event-block .block-table {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}
.service .tab-container .event-block .block-table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service .tab-container .event-block .block-table ul li {
  border-top: 1px dotted #c6c6c6;
  text-align: left;
  padding: 5px 0;
}
.service .tab-container .event-block .block-table ul li p {
  font-weight: 900;
  margin: 0;
  font-size: 14px;
}
.service .tab-container .event-block .block-table ul li span {
  display: block;
  font-size: 14px;
  line-height: 18px;
}
.service .tab-container .event-block .block-table ul li:first-child {
  border-top: none;
}
@media (min-width: 640px) {
  .service .tab-container .event-block .block-table ul li p, .service .tab-container .event-block .block-table ul li span {
    font-size: 16px;
  }
}
.service .tab-container .note-block {
  border-top: 1px dotted #c6c6c6;
  padding-top: 10px;
}
.service .tab-container .note-block h4 {
  font-size: 12px;
  line-height: 24px;
  color: #666666;
}
@media (min-width: 640px) {
  .service .tab-container .note-block h4 {
    font-size: 14px;
    line-height: 24px;
  }
}
.service .tab-container .note-block ol {
  margin: 0;
  padding: 0 0 0 20px;
}
.service .tab-container .note-block ol li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}
@media (min-width: 640px) {
  .service .tab-container .note-block ol li {
    font-size: 16px;
  }
}
.service .tab-container .member-upgrade ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service .tab-container .member-upgrade ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #c6c6c6;
  margin-bottom: 5px;
  position: relative;
}
.service .tab-container .member-upgrade ul li:after {
  content: "";
  display: table;
  clear: both;
}
.service .tab-container .member-upgrade ul li .arrowDown {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #ccc transparent transparent transparent;
  position: absolute;
  left: 45px;
  bottom: -15px;
  z-index: 10;
}
@media (min-width: 640px) {
  .service .tab-container .member-upgrade ul li .arrowDown {
    left: 14.5%;
  }
}
.service .tab-container .member-upgrade ul li:first-child {
  background-color: rgba(255, 255, 255, 0);
}
.service .tab-container .member-upgrade ul li:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.5);
}
.service .tab-container .member-upgrade ul li:nth-child(3) {
  background-color: rgba(255, 255, 255, 0.75);
}
.service .tab-container .member-upgrade ul li:last-child {
  background-color: white;
}
.service .tab-container .member-upgrade ul li .avatar {
  float: left;
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.service .tab-container .member-upgrade ul li .avatar .img {
  width: 50px;
  height: 55px;
  margin: 0 auto 10px;
}
.service .tab-container .member-upgrade ul li .avatar .level1 {
  background-image: url('../images/icon_service_member2_level1.png?1423630987');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .service .tab-container .member-upgrade ul li .avatar .level1 {
    background-image: url('../images/icon_service_member2_level1@2x.png?1423630948');
    -webkit-background-size: 50px 55px;
    -moz-background-size: 50px 55px;
    -o-background-size: 50px 55px;
    background-size: 50px 55px;
  }
}
.service .tab-container .member-upgrade ul li .avatar .level2 {
  background-image: url('../images/icon_service_member2_level2.png?1423631002');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .service .tab-container .member-upgrade ul li .avatar .level2 {
    background-image: url('../images/icon_service_member2_level2@2x.png?1423630956');
    -webkit-background-size: 50px 55px;
    -moz-background-size: 50px 55px;
    -o-background-size: 50px 55px;
    background-size: 50px 55px;
  }
}
.service .tab-container .member-upgrade ul li .avatar .level3 {
  background-image: url('../images/icon_service_member2_level3.png?1423631043');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .service .tab-container .member-upgrade ul li .avatar .level3 {
    background-image: url('../images/icon_service_member2_level3@2x.png?1423630963');
    -webkit-background-size: 50px 55px;
    -moz-background-size: 50px 55px;
    -o-background-size: 50px 55px;
    background-size: 50px 55px;
  }
}
.service .tab-container .member-upgrade ul li .avatar .level4 {
  background-image: url('../images/icon_service_member2_level4.png?1423631019');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .service .tab-container .member-upgrade ul li .avatar .level4 {
    background-image: url('../images/icon_service_member2_level4@2x.png?1423630971');
    -webkit-background-size: 50px 55px;
    -moz-background-size: 50px 55px;
    -o-background-size: 50px 55px;
    background-size: 50px 55px;
  }
}
.service .tab-container .member-upgrade ul li .avatar .level {
  font-size: 15px;
  font-weight: 900;
}
.service .tab-container .member-upgrade ul li .intro {
  float: left;
  min-height: 90px;
  width: 70%;
  border-left: 1px solid #c6c6c6;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.service .tab-container .member-upgrade ul li .intro p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.service .tab-container .member-upgrade ul li .intro span {
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}
@media (min-width: 640px) {
  .service .tab-container .member-upgrade ul li .intro p, .service .tab-container .member-upgrade ul li .intro span {
    font-size: 16px;
  }
}

.faq {
  margin: 20px 0;
}
.faq .faq-tab ul.tabs li {
  width: 33.33333%;
}
.faq .tab-container .q-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq .tab-container .q-list ul li {
  border-bottom: 1px dotted #c6c6c6;
}
.faq .tab-container .q-list ul li a:first-child {
  font-size: 15px;
  display: block;
  line-height: 40px;
  background-image: url('../images/icon_arrow_right.png?1423576037');
  background-position: 96% center;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .faq .tab-container .q-list ul li a:first-child {
    background-image: url('../images/icon_arrow_right@2x.png?1423574992');
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
  }
}
@media (min-width: 640px) {
  .faq .tab-container .q-list ul li a:first-child {
    font-size: 17px;
  }
}
.faq .tab-container .q-list ul li .answer {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.faq .tab-container .q-list ul li .answer p {
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  margin: 0;
}
@media (min-width: 640px) {
  .faq .tab-container .q-list ul li .answer p {
    font-size: 16px;
    line-height: 20px;
  }
}
.faq .tab-container .q-list ul li.open a:first-child {
  color: #0079a0;
  font-weight: 900;
  background-image: url('../images/icon_arrow_down_b.png?1423576062');
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .faq .tab-container .q-list ul li.open a:first-child {
    background-image: url('../images/icon_arrow_down_b@2x.png?1423576050');
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
  }
}
.faq .tab-container .q-list ul li.open .answer {
  display: block;
}

.terms-container {
  margin: 20px 0;
}
.terms-container .title h1 {
  font-size: 16px;
  line-height: 24px;
}
.terms-container .terms-content p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
@media (min-width: 640px) {
  .terms-container .title h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .terms-container .terms-content p {
    font-size: 16px;
    line-height: 20px;
  }
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -50px;
  -webkit-transition: all 275ms ease;
  -moz-transition: all 275ms ease;
  -o-transition: all 275ms ease;
  transition: all 275ms ease;
}

.bx-wrapper .bx-next {
  right: -50px;
  -webkit-transition: all 275ms ease;
  -moz-transition: all 275ms ease;
  -o-transition: all 275ms ease;
  transition: all 275ms ease;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  text-indent: -9999px;
  z-index: 999;
  width: 40px;
  height: 40px;
  display: block;
  top: 50%;
  margin-top: -20px;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.movie-label {
    position: absolute;
    right: 0;
    top: 0
}
.movie-label p {
    line-height: 32px;
    padding: 0 15px;
    margin-bottom: 0px;
    color: white
}
.detail-container .poster-movie {
    position: relative
}
/* hash-tag */
.clearfix {
    zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.topic-display img {
  margin: 0 auto;
}

.hash-tag {
    /*width: 1140px;*/
    padding: 10px 0;
    margin-top: 0;
    margin-bottom: 0;
}
.hash-tag * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hash-tag .full-width {
    padding: 0;
}

.hash-tag .topic {
    width: 10%;
    min-width: 61px;
    float: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
    color: #0079a0;
    border-right: 1px solid #0079a0;

    /*background: url(../images/bg-hash-tag-border.png) right center no-repeat;*/
}

.hash-tag .full-width .hash-tag-content {
    width: 77%;
    max-width: 80%;
}
.hash-tag .hash-tag-content {
    padding-left: 10px;
    float: left;
}
.hash-tag .hash-tag-content a {
    padding: 4px 3px;
    max-width: 134px;
    color: #333;
    line-height: 1;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* topic */
.topic-section * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.topic-section .wording h1 {
  color: #0178a0;
  font-size: 30px;
}
.topic-section .wording p {
  margin-bottom: 30px;
  color: #666;
  word-break: break-all;
}



.topic-section-movie-list-vertical .movie-list ul li {
  margin-right: 2%;
  margin-bottom: 20px;
  width: 23.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.topic-section-movie-list-vertical .movie-list ul li:nth-child(2n) {
  float: left;
  margin-right: 2%;
}
.topic-section-movie-list-vertical .movie-list ul li:nth-child(4n) {
  margin-right: 0;
}
.topic-section-movie-list .movie-list ul li .info {
  bottom: 45px;
}
.topic-section-movie-list .movie-list ul li .movie-desc {
  height: 41px;
  margin-bottom: 4px;
  font-size: 15px;
  color: #666;
  position: relative;
  top: 5px;
}
.topic-section-movie-list .movie-list ul li:after {
  bottom: 45px;
}

.topic-section-drama-list-horizontal .drama-list ul li {
  margin-right: 2%;
  margin-bottom: 20px;
  width: 32%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.topic-section-drama-list-horizontal .drama-list ul li:nth-child(2n) {
  float: left;
  margin-right: 2%;
}
.topic-section-drama-list-horizontal .drama-list ul li:nth-child(3n) {
  margin-right: 0;
}

.topic-section-drama-list .drama-list ul li .info {
  bottom: 45px;
}
.topic-section-drama-list .drama-list ul li .movie-desc {
  height: 41px;
  margin-bottom: 4px;
  font-size: 15px;
  color: #666;
  position: relative;
  top: 5px;
}
.topic-section-drama-list .drama-list ul li:after {
  bottom: 45px;
}

.topic-recommend {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.topic-recommend * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.topic-recommend .hash-tag-content {
    margin-bottom: 25px;
}
.topic-recommend .hash-tag-content a {
    width: 49%;
    padding-left: 15px;
    line-height: 1.8;
    display: inline-block;
    background: url(../images/icon-arrow.png) left center no-repeat;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .topic-recommend .hash-tag-content a {
    background: url(../images/icon-arrow@2x.png) left center no-repeat;
    padding-left: 10px;
    -webkit-background-size: 6px 7px;
    -moz-background-size: 6px 7px;
    -o-background-size: 6px 7px;
    background-size: 6px 7px;
  }
}


@media screen and (max-width: 667px) and (orientation: landscape)  {

  .topic-section-movie-list-vertical .movie-list ul li {
    margin-right: 2%;
    margin-bottom: 20px;
    width: 32%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .topic-section-movie-list-vertical .movie-list ul li:nth-child(2n) {
    float: left;
    margin-right: 2%;
  }
  .topic-section-movie-list-vertical .movie-list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .topic-section-movie-list-vertical .movie-list ul li:nth-child(4n) {
    margin-right: 2%;
  }

  .topic-section-drama-list-horizontal .drama-list ul li {
    margin-right: 2%;
    margin-bottom: 20px;
    width: 32%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  
  .topic-section-drama-list-horizontal .drama-list ul li:nth-child(2n) {
    float: left;
    margin-right: 2%;
  }
  .topic-section-drama-list-horizontal .drama-list ul li:nth-child(3n) {
    margin-right: 0;
  }


}


@media screen and (max-width: 667px) and (orientation: portrait)  {

  .topic-section-movie-list-vertical .movie-list ul li {
    margin-right: 4%;
    margin-bottom: 20px;
    width: 48%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .topic-section-movie-list-vertical .movie-list ul li:nth-child(2n) {
    float: left;
    margin-right: 0;
  }
  .topic-section-movie-list-vertical .movie-list ul li:nth-child(4n) {
    margin-right: 0;
  }

  .topic-section-drama-list-horizontal .drama-list ul li {
    margin-right: 4%;
    margin-bottom: 20px;
    width: 48%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .topic-section-drama-list-horizontal .drama-list ul li:nth-child(3n) {
    margin-right: 4%;
  }
  .topic-section-drama-list-horizontal .drama-list ul li:nth-child(2n) {
    float: left;
    margin-right: 0;
  }


}

/* review */
.critics * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.critics-head {
  margin-bottom: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #c7c5c6;
}
.critics-head .pull-left {
  float: left;
}
.critics-head .pull-right {
  float: left;
  padding-left: 20px;
}

.critics-head .movie .movie-rating {
  padding: 2px;
  color: #615f60;
  border: 1px solid #666;
  vertical-align: top;
}
.critics-head .movie .movie-title {
  display: inline-block;
  width: 130px;
}
.critics-head .movie .movie-title a {
  color: #111;
  font-size: 18px;
}
.critics-head .movie .btn-movie-detail {
  margin-top: 15px;
  padding: 5px 30px;
  color: #fff;
  font-size: 16px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#04a8dd+0,058cce+100 */
  background: rgb(4,168,221); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(4,168,221,1) 0%, rgba(5,140,206,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(4,168,221,1) 0%,rgba(5,140,206,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(4,168,221,1) 0%,rgba(5,140,206,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04a8dd', endColorstr='#058cce',GradientType=0 ); /* IE6-9 */
  width: 124px;
}

.critics-content {
  margin-top: 0;
  padding-top: 10px;
  border-top: 1px solid #fff;
}
.critics-content .post-middle .author {
  width: 50%;
  float: left;
  color: #6a6a6a;
}
.critics-content .post-middle .share-media {
  width: 50%;
  float: right;
  text-align: right;
}

.critics-content .critics-post {
  border-bottom: 1px solid #c7c5c6;
}
.critics-content .critics-post,
.critics-content .critics-post p {
  color: #333;
}

.critics-content .critics-other-post .critics-intro .critics-avator {
  width: ;
}
.critics-content .critics-other-post {
  padding-top: 30px;
  border-top: 1px solid #fff;
}
.critics-content .critics-other-post ul {
  padding-left: 0;
  border-top: 1px dotted #959595;
  border-bottom: 1px dotted #fff;
}
.critics-content .critics-other-post ul li {
  padding: 10px 5px;
  list-style: none;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #959595;
  background: url('../images/icon_arrow_right.png?1423576037') right center no-repeat;
}


.critics-content .critics-intro .critics-avator {
  width: 70px;
  float: left;
  border: 3px solid #fff;
}
.critics-content .critics-intro .critics-name {
  padding-top: 22px;
  padding-left: 20px;
  font-size: 18px;
  float: left;
}

.critics-content .critics-other-post ul li .icon_arrow_right {
  font-size: 15px;
  display: block;
  line-height: 40px;
  background-image: url('../images/icon_arrow_right.png?1423576037');
  background-position: 96% center;
  background-repeat: no-repeat;
}
