.navbar-bottom-small {
  background: unset!important;
}
.navbar-fixed-bottom {
  position: fixed;
  z-index: 103;
  right: 0;
  bottom: 0;
  left: 0;
}
.navbar-bottom-small-get {
  margin-left: 9px;
}
.navbar-bottom-small-get {
  margin-left: 9px;
}
.btn-signup-lg .btn {
  width: 100%;
  padding: 11px 0;
  border-radius: 0;
}
.btn, .checkbox-inline, .radio-inline {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.btn {
  font-weight: 600;
  padding: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 2px;
  text-shadow: none;
  touch-action: manipulation;
  -o-user-select: none;
}
.navbar-bottom-small a {
  font-weight: 500;
}
.btn, .form-control {
  font-size: 14px;
  line-height: 1.42857143;
}
.btn, .text-center {
  text-align: center;
}
.navbar-bottom-small a.btn span {
  margin-right: 0px;
}
.right_register {
  width: 4.27rem;
  margin-right: 0.31rem;
  float: left;
}
.btn-primary {
  color: #fff;
}
.event-details, .feed-list > li {
  background: #fff;
}
.ticket-modal .media {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 15px;
}
.event-admin h2, .media, .media .media-body {
  overflow: hidden;
}
.ticket-modal .media > .pull-left {
  width: 110px;
  height: 65px;
}
.media > .pull-left {
  margin-right: 10px;
}
.pull-left {
  float: left !important;
}
.ticket-modal .media-body {
  font-size: 12px;
  color: #7d7d7d;
  line-height: 1.42857143;
}
.ticket-modal .media h4 {
  display: -webkit-box;
  overflow: hidden;
  max-height: 32px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.ticket-modal .modal-header {
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #333;
  border-bottom-color: #e0e0e0;
  background: #f2f2f2;
}
.ticket-modal .modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding-right: 8px;
  padding-left: 8px;
}
.close {
  font-size: 150%;
  line-height: 1;
  position: relative;
  z-index: 1;
  float: right;
  user-select: none;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  -o-user-select: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei","Helvetica Neue",Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.event-details .banner {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.hd_flex{
  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}