[genuitec-file-id="wc1-423"],[genuitec-lp-path="/ts_wechat/webapp/database/css/base.css"],[genuitec-lp-enabled=false]{
  /* for codelive */
}

@charset "UTF-8";
body {
  color: #353535;
  word-wrap: break-word;
  background-color: #efeff4;
  overflow-x: hidden;
  overflow-y: auto; }

/* CJK Unified Ideographs U+4E00-U+9FFF */
@font-face {
  font-family: sans-serif;
  src: local(Hiragino Sans GB), local(STHeiTi), local(Microsoft YaHei);
  unicode-range: U+4E00-9FFF; }
/* Latin, Latin1, Latin Ext-A, Latin Ext-B */
@font-face {
  font-family: sans-serif;
  src: local(Helvetica Neue), local(Helvetica), local(Arial);
  unicode-range: U+00-024F; }
body, input, textarea, select, button, option {
  line-height: 1.5;
  font-family: "瀹嬩綋", "Arial Narrow", HELVETICA, sans-serif; }

body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, input, select, button, menu, textarea, fieldset, figure {
  margin: 0; }

button, input, table th, table td, fieldset, textarea, select {
  padding: 0; }

section, article, aside, hgroup, header, footer, nav, dialog, figure, figcaption, details {
  display: block; }

h1, h2, h3 {
  font-size: 100%; }

h1, h2, h3, strong, th {
  font-weight: normal; }

html, body {
  -webkit-tap-highlight-color: transparent; }

a {
  text-decoration: none;
  color: #353535; }

a, img {
  -webkit-touch-callout: none; }

ul, ol {
  padding-left: 0;
  list-style-type: none; }

dd {
  margin-left: 0; }

img, textarea, input, input[type="radio"], input[type="checkbox"], button, fieldset {
  border: none; }

input[type="submit"], input[type="button"] {
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer; }

i {
  display: inline-block; }

menu {
  padding-left: 0; }

em {
  font-style: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.container {
  width: 100%;
  margin: 0 auto; }

@media (min-width: 400px) {
  html, body, textarea, button, input, select {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; } }
/* Default wide-screen styles rem-calc()*/
html, body, textarea, button, input, select {
  font-size: 30px; }

@media all and (min-width: 960px) {
  body {
    max-width: 640px;
    margin: 0 auto; } }
@media all and (max-width: 800px) {
  html, body, textarea, button, input, select {
    font-size: 28px; } }
@media all and (max-width: 720px) {
  html, body, textarea, button, input, select {
    font-size: 26px; } }
@media all and (max-width: 640px) {
  html, body, textarea, button, input, select {
    font-size: 24px; } }
@media all and (max-width: 480px) {
  html, body, textarea, button, input, select {
    font-size: 20px; } }
@media all and (max-width: 420px) {
  html, body, textarea, button, input, select {
    font-size: 18px; } }
@media all and (max-width: 380px) {
  html, body, textarea, button, input, select {
    font-size: 16px; } }
@media all and (max-width: 320px) {
  html, body, textarea, button, input, select {
    font-size: 14px; } }
select {
  outline-width: 0; }

.left {
  float: left; }

.right {
  float: right; }

.hid {
  overflow: hidden; }

.fw {
  font-weight: bold; }

.blue {
  color: #35a4de; }

.warn {
  color: #ea5f5f; }

.grey {
  color: #888; }

.clearfix:before, .clearfix:after {
  display: table;
  content: "\0020";
  line-height: 0; }
.clearfix:after {
  clear: both; }

.text-overflow, .content .detail .directory li, .trailer .tik-txt p, .ticket .tik-txt td, .ad .ad-txt h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }

.tit {
  position: relative;
  text-align: left;
  overflow: hidden; }
  .tit .tit-icon {
    float: left;
    width: 0.33333rem;
    height: 1.33333rem;
    margin-right: 1rem;
    background-color: #35a4de; }
  .tit .tit-main {
    float: left;
    max-width: 13rem; }
  .tit .tit-content {
    font-size: 1.06667rem;
    font-weight: bold;
    line-height: 1.26667rem;
    color: #000;
    word-wrap: break-word; }
  
.box {
  position: relative;
  padding: 1rem;
  background-color: #fff; }

.container {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  text-align: center; }
.btn{
  min-width: 4rem;
    min-height: 1.66667rem;
    font-size: 0.93333rem;
    line-height: 1.66667rem;
    text-align: center;
    border-radius: 0.26667rem;
    border-width: 0;
    outline-width: 0;
    cursor: pointer;
}
.btn-primary {
    background-color: #35a4de;
    color: #fff;
}