﻿* {
  outline: none;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
}
body {
  overflow: hidden;
  -moz-user-select:none;
  -webkit-user-select:none;
  font: 14px/1.5 tahoma,arial,Microsoft Yahei,\5b8b\4f53;
}
#container{
    height: 100%;
}
#cBg{
    border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
#cBody{
    background-color: rgba(252,227,196,0.6);
    background:#fbe7ce\9;
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
#logo{
    position: absolute;
    width: 282px;
    height: 40px;
    left: 96px;
    top:104px;
}
#back{
    position: absolute;
    width: 120px;
    height: 40px;
    top: 106px;
    right: 96px;
}
#back img
{
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
#rect{
    position: absolute;
    display: block;
    width: 100%;
    top:22%;
    height: 450px;
}
#wait{
    position: absolute;
    text-align: center;
    line-height: 150px;
    height: 150px;
    font-family: KaiTi,SimHei;
    width: 200px;
    left: 50%;
    top: 50%;
    margin-top: -75px;;
    margin-left: -100px;
    font-size: 20px;
    font-weight: bold;
}
#reel{
    height: 99%;
    width: 100%;
    display: block;
    width: 500%;
    margin-left: 96px;
    margin-right: 96px;
    position: relative;
    overflow: hidden;
    z-index: 99;
}
#scrollbar{
    position: absolute;
    margin-left: -490px;
    width: 980px;
    height: 13px;
    left: 50%;
    top: 88%;
}
#scrollbarLeft{
    float: left;
    width: 10px;
    height: 100%;
    cursor: pointer;
    background-image: url(../img/content/scrollbar_left.png);
}
#scrollbarRect{
    float: left;
    width: 960px;
    height: 100%;
    position: relative;
    background-image: url(../img/content/scrollbar.png);
}
#scrollbarRight{
    float: left;
    width: 10px;
    height: 100%;
    cursor: pointer;
    background-image: url(../img/content/scrollbar_right.png);
}
#scrollbarBar{
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}

.coll-column {
  height: 100%;
  padding: 0 5px;
  float: left;
  overflow: hidden;
}
.coll-cell-frame {
  position: relative;
  overflow: hidden;
  padding: 5px 0;
}
.coll-cell {
  overflow: hidden;
  padding: 0 5px;
  float: left;
  /*display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;*/
}
.coll-cell-frame .coll-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.coll-cell-frame .coll-text-content {
  color: #fff;
  background: rgba(0,0,0,.85);
  background: rgb(37, 37, 37)\9;
}
.coll-cell-frame .coll-img-content {
  border: 3px solid #111;
  display: block;
  cursor: pointer;
}
.coll-cell-frame .coll-img-content img {
  position: absolute;
  display: block;
}
.coll-cell-frame .coll-text {
  overflow: hidden;
}
.coll-cell-frame .coll-text p{
  text-indent: 2em;
}
.coll-cell-frame .coll-text em{
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
}
.coll-cell-frame .coll-text .coll-text-content {
  overflow: hidden;
  padding: 20px 14px 14px 18px;
}
.coll-tmpl {
    position: absolute;
    width: 0;
    height: 0;
}

#singleDemo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
}
#singleDemo iframe {
  width: 100%;
  height: 100%;
}
.button {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;  
}
.button img {
  display: block;
  border: 0;
}
.btn-close {
  position: absolute;
  right: 26px;
  top: 26px;
  width: 50px;
  height: 50px;
  padding: 10px;
  background: rgb(46,46,46);
  display: none;
  z-index: 100;
}
#audio-container {
  margin-left: -9999px;
}

@media (max-width: 1024px){

}

