
@charset "UTF-8";
#venue {
  background: #5ad8c3; }

.main-wrap {
  min-height: 500px;
  height: auto !important;
  _height: 500px; }

.main {
  min-height: 500px;
  height: auto !important;
  _height: 500px; }

.main:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden; }

.main-wrap {
  width: 100%;
  margin-top: 20px; }
  .main-wrap .main {
    width: 1200px;
    margin: 0 auto; }
    .main-wrap .main .information {
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 575px;
      border: 1px solid #dedede;
      position: relative;
      background: #fff; }
      .main-wrap .main .information .left {
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 598px;
        height: 573px;
        padding: 19px; }
        .main-wrap .main .information .left .bigImg {
          width: 560px;
          height: 420px; }
          .main-wrap .main .information .left .bigImg img {
            display: block;
            width: 560px;
            height: 418px; }
        .main-wrap .main .information .left .smallImg {
          -webkit-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          width: 560px;
          height: 88px;
          position: relative;
          margin-top: 14px; }
          .main-wrap .main .information .left .smallImg span {
            display: block;
            width: 31px;
            height: 88px;
            background: pink;
            position: absolute;
            cursor: pointer; }
          .main-wrap .main .information .left .smallImg .up {
            background: url(../img/up.png) no-repeat 10px 33px; }
          .main-wrap .main .information .left .smallImg .down {
            width: 21px;
            top: 0;
            right: 0;
            background: url(../img/down.png) no-repeat left 33px; }
          .main-wrap .main .information .left .smallImg ul {
            -webkit-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 508px;
            height: 88px;
            overflow: hidden;
            margin-left: 31px; }
            .main-wrap .main .information .left .smallImg ul li {
              margin-right: 10px;
              width: 117px;
              height: 88px;
              float: left; }
              .main-wrap .main .information .left .smallImg ul li img {
                display: block;
                width: 117px;
                height: 88px;
                cursor: pointer; }
      .main-wrap .main .information .right {
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 500px;
        height: 573px;
        padding: 44px 60px 0 10px;
        color: #323232; }
        .main-wrap .main .information .right .word_space {
          display: inline-block;
          width: 24px;
          margin: 0; }
        .main-wrap .main .information .right .title {
          font-size: 24px;
          font-weight: 500;
          margin-bottom: 10px;
          height: 30px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; }
                  .main-wrap .main .information .right .title1 {
          font-size: 16px;
          font-weight: 500;
          margin-bottom: 10px;
          overflow: hidden;
          color:#686868;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; }
        .main-wrap .main .information .right p {
          line-height: 28px;
          font-size: 12px;
          color: #686868; }
.main-wrap .main .information .right p img{
  float: left;
  width: 20px;
  height: 20px;
  position: relative;
  top: 6px;
  margin-right:6px;
}
.main-wrap .main .information .right p span {
            float: left; }
            .main-wrap .main .information .right p span .spacing {
              display: inline-block;
              width: 24px; }
          .main-wrap .main .information .right p i {
            font-style: normal;
            font-size: 14px;
            margin-left: 12px;
            color: #323232; }
          .main-wrap .main .information .right p .more {
            display: inline-block;
            width: 448px;
            line-height: 22px;
            margin-top: 7px; }
    .main-wrap .main .bottom {
      width: 100%;
      background: #fff;
      height: 700px;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #dedede;
      margin-top: 20px;
      padding: 0 54px; }
      .main-wrap .main .bottom h3.title {
        height: 92px;
        line-height:92px;
        font-size: 24px;
        color: #323232;
        font-weight: normal; }
        .main-wrap .main .bottom h3.title span {
          font-size: 18px; }
      .main-wrap .main .bottom table {
        width: 100%;
        table-layout:fixed;
         }
        .main-wrap .main .bottom table th {
        	white-space:nowrap;
        	overflow:hidden;
        	word-break:keep-all;
        	text-overflow:ellipsis;
          background: #666666;
          color: #fff;
          font-size: 18px;
          font-weight: normal;
          border: 2px solid #fff;
          height:65px;
           }
        .main-wrap .main .bottom table td {
        	white-space:nowrap;
        	overflow:hidden;
        	word-break:keep-all;
        	text-overflow:ellipsis;
          text-align: center;
          background: #f2f2f2;
          color: #666666;
          height: 94px;
          width: 153.4px;
          cursor: pointer;
          border:2px solid #fff }
          .main-wrap .main .bottom table td span {
            width: 100%;
            float: left;
            font-size:18px;
             }
          .main-wrap .main .bottom table td span:first-child + span {
          }
            .main-wrap .main .bottom table td div{
            	height: 100%;
          		width: 153.4px;
            }
        .main-wrap .main .bottom table td.able {
          background: #facaa6; }
        .main-wrap .main .bottom table td.active {
          background: #f4734b;
          color: #fff; }
          .main-wrap .main .bottom table td.over {
          background-color: #ffa84c; }
          .main-wrap .main .bottom table td.over b{
          font-weight:normal;
          font-size:16px;}

.mask {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  position: fixed;
  top: 0;
  z-index: 888; }

.booked {
  width: 780px;
  height: 773px;
  background: #fff;
  -webkit-box-shadow: 4px 3px 8px #aca9aa;
  -ms-box-shadow: 4px 3px 8px #aca9aa;
  -o-box-shadow: 4px 3px 8px #aca9aa;
  -moz-box-shadow: 4px 3px 8px #aca9aa;
  box-shadow: 4px 3px 8px #aca9aa;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1000; }
  .booked h3 {
    height: 40px;
    background: #e29a66;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 21px 0 36px;
    font-weight: normal; }
    .booked h3 b {
      display: block;
      float: right;
      width: 18px;
      height: 18px;
      background: url(../../image/venue/x.png) no-repeat;
      margin-top: 12px;
      cursor: pointer; }
  .booked .booked_detail {
    margin-left: 210px;
    width: 554px;
    height: 733px;
    box-sizing: border-box;
    color: #686868; }
    .booked .booked_detail .title {
      width: 100%;
      color: #313131;
      font-size: 24px;
      height: 47px;
      line-height: 60px;
      font-weight: normal;
      padding-left: 35px;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      overflow: hidden; }
    .booked .booked_detail .booked_message {
      width: 360px;
      height: 545px;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 21px 0 35px; }
      .booked .booked_detail .booked_message p {
        color: #686868;
        font-size: 14px;
        width: 100%;
        height: 40px;
        line-height: 40px;
        overflow: hidden; }
      .booked .booked_detail .booked_message p.address {
        background: url(../../image/venue/address.png) 0 8px no-repeat;
        text-indent: 24px; }
      .booked .booked_detail .booked_message img {
        display: block;
        width: 100%;
        height: 200px;
        margin-bottom: 10px; }
      .booked .booked_detail .booked_message p.top {
        margin-top: 0px; }
      .booked .booked_detail .booked_message p.line {
        border-bottom: 1px solid #ededed;
        text-indent: 10px; }
      .booked .booked_detail .booked_message p.line:last-child {
        border: none; }
      .booked .booked_detail .booked_message p.span span {
        margin-left: 50px;
        color: #a0a0a0; }
      .booked .booked_detail .booked_message p.span span.red {
        color: red; }
      .booked .booked_detail .booked_message p.line .name {
        margin-left: 10px;
        color: #a0a0a0; }
      .booked .booked_detail .booked_message p.line input {
        margin-left: 35px;
        color: #a0a0a0;
        border: none;
        font-size: 14px;
        font-family: '微软雅黑'; }
      .booked .booked_detail .booked_message p.line input::-webkit-input-placeholder {
        color: #d9d9d9; }
      .booked .booked_detail .booked_message p.line input.left10 {
        margin-left: 10px; }
      .booked .booked_detail .booked_message p.line input.left25 {
        margin-left: 25px; }
    .booked .booked_detail .exit, .booked .booked_detail .book {
      display: block;
      width: 173px;
      height: 40px;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      line-height: 37px;
      text-align: center;
      color: #fff;
      letter-spacing: 10px;
      float: left; }
    .booked .booked_detail .exit {
      background: #bcbcbc;
      border-bottom: 3px solid #a2a1a1; }
    .booked .booked_detail .book {
      background: #e29a66;
      border-bottom: 3px solid #e29a66;
      margin-left: 14px; }

.equip-list{
	width: 300px;
}