.default-style .sidenav .app-brand.demo {
  height: 66px;
}

.material-style .sidenav .app-brand.demo {
  height: 70px;
}

.app-brand-logo.demo {
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.app-brand-logo.demo svg {
  width: 20px;
  height: 11px;
}

.app-brand-text.demo {
  font-size: 1.1rem;
}

.layout-1 .layout-sidenav .app-brand.demo,
.layout-1 .layout-sidenav .app-brand.demo + .sidenav-divider,
.layout-reversed .layout-2 .layout-sidenav .app-brand.demo {
  display: none;
}

.layout-1 .layout-navbar .app-brand.demo,
.layout-reversed .layout-2 .layout-navbar .app-brand.demo {
  display: -ms-flexbox !important;
  display: flex !important;
}

.layout-1 .layout-navbar .layout-sidenav-toggle,
.layout-reversed .layout-2 .layout-navbar .layout-sidenav-toggle,
.layout-offcanvas .layout-navbar .layout-sidenav-toggle,
.layout-fixed-offcanvas .layout-navbar .layout-sidenav-toggle {
  display: block !important;
}

@media (min-width: 992px) {
  .layout-offcanvas .layout-sidenav .layout-sidenav-toggle,
  .layout-fixed-offcanvas .layout-sidenav .layout-sidenav-toggle {
    display: none;
  }
}

/* *****************************************************************************
 * Navbar
 */

.demo-navbar-messages .dropdown-toggle,
.demo-navbar-notifications .dropdown-toggle,
.demo-navbar-user .dropdown-toggle,
.demo-navbar-messages.b-nav-dropdown .nav-link,
.demo-navbar-notifications.b-nav-dropdown .nav-link,
.demo-navbar-user.b-nav-dropdown .nav-link {
  white-space: nowrap;
}

.demo-navbar-messages .dropdown-menu,
.demo-navbar-notifications .dropdown-menu {
  overflow: hidden;
  padding: 0;
}

@media (min-width: 992px) {
  .demo-navbar-messages .dropdown-menu,
  .demo-navbar-notifications .dropdown-menu {
    margin-top: .5rem;
    width: 22rem;
  }

  .demo-navbar-user .dropdown-menu {
    margin-top: .25rem;
  }
}


/* *****************************************************************************
 * Content
 */

.demo-vertical-spacing > * + * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-sm > * + * {
  margin-top: .9375rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg > * + * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-inline-spacing > *,
.demo-paragraph-spacing > p > * {
  margin: 0 .375rem .9375rem 0 !important;
}

.demo-paragraph-spacing > p {
  margin: 0;
}

.demo-blocks > * {
  display: block !important;
}

html:not(.material-style) .material-style-only {
  display: none !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir=rtl] .rtl-only {
  display: block !important;
}

/* *****************************************************************************
 * Layouts
 */

.layout-example-block {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(0,0,0,.04);
  border-radius: 2px;
  background: rgba(0,0,0,.04);
  color: #c7254e;
}
.layout-example-block code {
  background: none;
  color: #666;
}

.layout-example-block-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 500px;
}

.layout-example-block-sidenav {
  width: 24%;
  background: #607d8b;
}
.layout-example-block-sidenav code {
  color: #fff;
}

.layout-example-block-navbar {
  background: #3ca99e;
}
.layout-example-block-navbar code {
  color: #fff;
}

.layout-example-block-content {
  background: #9e9e9e;
}
.layout-example-block-content code {
  color: #fff;
}

.layout-example-block-1 .layout-example-block-content {
  width: 74%;
}

.layout-example-block-2 .layout-example-block-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 74%;
}
.layout-example-block-2 > .layout-example-block {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.layout-example-block-2 .layout-example-block-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.layout-example-block-1-no-sidenav .layout-example-block-content {
  width: 100%;
}

.layout-example-code {
  display: block;
  overflow: auto;
  margin: 0;
  padding: 30px;
  min-width: 0;
  width: 100%;
  background: #fff;
}

.layout-example-run {
  display: inline-block;
  margin: 3px;
  padding: 4px 6px;
  border: 1px solid #eee;
  background: transparent;
  white-space: nowrap;
  line-height: 1;
}

.layout-example-block-3 .layout-example-block-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.layout-example-block-3 .layout-example-block-inner > .layout-example-block {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.layout-example-block-3 .layout-example-block-inner .layout-example-block-container-fluid {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.layout-example-block-3 .layout-example-block-sidenav-horizontal {
  background: #607d8b;
}
.layout-example-block-3 .layout-example-block-container-fluid {
  background: #fff;
}
.layout-example-block-3 .layout-example-block-container-fluid code {
  color: #666;
}
.layout-example-block-3 .layout-example-block-footer {
  background: #e6514a;
}
.morehtml{
  display: none;
}
.hidden{
  opacity: 0;
  width: 0px;
  height: 0px;
  display: contents;
}


.containerlist {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.containerlist tr td {
  border-left: 1px solid #f0f0f0;
  padding: 6px 20px 6px 5px;
  height: 17px;
  line-height: 17px;
  white-space: nowrap;
  text-align: right;
}

.containerlist tr th {
  height: 16px;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #999999;
  white-space: nowrap;
  font-weight: 400;
  
}

.containertitle {
  border-bottom: none;
  height: 50px;
  line-height: 50px;
}

.highlight {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.highlight td {
  color: #111314;
  font-size: 16px;
  font-weight: bolder;
}
.normal {
  padding-left: 20px;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-align: left;
  border-left: 0px !important;
  color: #999999 !important;
}

.empty-tr1 {
  height: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.empty-tr2 {
  height: 20px;
  border-top: 1px solid #f0f0f0;
}

.fades {
  height: 18px;
  line-height: 18px;
}
.noborder{
  border-left: 0px !important;
}
.sittypebg{
  background: url('https://tongji.baidu.com/web/css/decorator/visit-type-icon.png') center center;
  background-repeat: no-repeat
}
.sittypeth{
  border-left: 1px solid #f0f0f0 !important;
  padding-left:25px !important;
}
.sittypetd_pa{
  padding:10px 0px 10px 25px !important;
}
.sittypetd_bor{
  border-left: 1px solid #f0f0f0 !important;  
}
.trend tr{
  border: 0px !important;
}
.trend tr th{
  padding: 0px !important;
  border: 0px !important;
  border-right: 1px #cccccc solid !important;
  padding-left: 35px !important;
  font-size: 12px;
  color: #666666;
  height: 24px !important;
  line-height: 24px !important;
  width: 20% !important;
  
}
.trend tr td {
  border: 0px !important;
  border-right: 1px #cccccc solid !important;
  padding-left: 35px !important;
  width: 20% !important;
  font-size: 22px;
  color: #333333;
  height: 24px !important;
  line-height: 24px !important;
}


.leftseat{
  width: 45%;
  height: auto;
  float: left;
  display: block;
  padding: 15px;
  border:1px #cccccc solid;
  border-right:0px;  
  border-top-left-radius:2em;
  border-bottom-left-radius:2em;
}
.centerseat{
  width: 10%;
  height: auto;
  padding: 15px 0px;
  border:1px #cccccc solid;
  border-right:0px;
  border-left: 0px;
  float: left;
  display: block;
}
.rightseat{
  width: 45%;
  height: auto;
  float: left;
  display: block;
  padding: 15px;
  border:1px #cccccc solid;
  border-left:0px;
  border-top-right-radius:2em;
  border-bottom-right-radius:2em;
}



.seat {
  width: 100%;
}

.seat tr td {
  line-height: 42px;
  width: 42px !important;
  height: 42px !important;
  text-align: center;
  vertical-align: middle !important;
}

.seatname {
  color: #00A0E9;
  width: 10%;
}

.seatguodao {
  background: #cccccc;
  line-height: 42px;
  height: 42px;
}
.seatsiji{
  background: url(../img/seat/siji.svg) no-repeat left;
  background-size:auto 42px;
  color: #28c3d7;
  font-size: 10px;
  line-height: 42px;
  height: 42px;
  border-bottom: 2px #cccccc solid;
}
.seatmen {
  background: url(../img/seat/setmen.svg) no-repeat center right;
  background-size: auto 40px;
  color: #28c3d7;
  font-size: 10px;
  line-height: 42px;
  height: 42px;  
}

.seating {
  background: url('../img/seat/seat.svg') no-repeat center;
  background-size: 42px 42px;
  color: #3c97fe;
  font-size: 10px;
  line-height: 42px;
}

.bsz {
  background: url('../img/seat/noseat.svg') no-repeat center;
  background-size: 42px 42px;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 42px;
}


.validate_hidden {
  position: absolute !important;
  height: 0px !important;
  width: 0px !important;
  border: 0px !important;
}

.updateyyzz {
	position: relative !important;
	display: inline-block !important;
	overflow: hidden !important;
}

.updateyyzz input {
	position: absolute;
	right: 0px;
	top: 0px;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
}


.layui-layer-content{
				overflow-x:hidden !important;
			}
			.layui-layer-btn0{
				color: #FFFFFF !important;
			}