@charset "UTF-8";
@import "//at.alicdn.com/t/font_1778456_5jzfqlyaicc.css";
input {
  -webkit-appearance: none;
  box-shadow: none;
}

input[type=checkbox]:focus, input[type=radio]:focus, button:focus {
  outline: none;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.pull-right {
  float: right;
}

.por {
  position: relative;
}

.home-body {
  background: url("../img/black/bg.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.sub-body {
  background: url("../img/black/bg.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

html, body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

body {
  -webkit-user-select: initial;
  background-color: #fff;
}

img {
  max-width: 100%;
}

/*首页*/
.index-header {
  text-align: center;
}
.index-header img {
  width: 100%;
}

.index-menu {
  text-align: center;
  margin-top: 30px;
}
.index-menu .menu-row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.index-menu .menu-row .menu-col {
  box-sizing: border-box;
}
.index-menu .menu-row .menu-col .menu-con {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.index-menu .menu-row .menu-col .menu-con .menu-bg {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.index-menu .menu-row .menu-col .menu-con .menu-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index-menu .menu-row .menu-col .menu-con .menu-icon {
  line-height: 1.1;
}
.index-menu .menu-row .menu-col .menu-con .menu-icon .iconfont {
  font-size: 38px;
}
.index-menu .menu-row .menu-col .menu-con .menu-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.index-menu .menu-row .menu-col .menu-con .menu-title {
  font-size: 14px;
  margin-top: 2px;
}
.index-menu .menu-row .menu-col-1 {
  width: 100%;
}
.index-menu .menu-row .menu-col-2 {
  width: 50%;
}
.index-menu .menu-row .menu-col-3 {
  width: 33.3333%;
}
.index-menu .menu-row .menu-col-4 {
  width: 25%;
}
.index-menu .menu-row02 {
  overflow: hidden;
}
.index-menu .menu-row02 .menu-col {
  float: left;
  font-size: 0;
  line-height: 0;
  box-sizing: border-box;
  padding: 5px;
}
.index-menu .menu-row02 .menu-col-1 {
  width: 25%;
}
.index-menu .menu-row02 .menu-col-2 {
  width: 50%;
}
.index-menu .menu-row02 .menu-col-3 {
  width: 33.3333%;
}
.index-menu .menu-row02 .menu-col-4 {
  width: 100%;
}
.index-menu.template-default .menu-col .menu-con {
  padding-bottom: 120px;
}
.index-menu.template-default .menu-col .menu-con .menu-title {
  font-size: 16px;
}
.index-menu.template-01 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 0;
}
.index-menu.template-03 .menu-col .menu-con .menu-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-menu.template-03 .menu-col .menu-con .menu-icon img {
  width: 28px;
  height: 28px;
}
.index-menu.template-03 .menu-col .menu-con .menu-title {
  margin-top: 0;
  margin-left: 5px;
}
.index-menu.template-04 {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0;
}
.index-menu.template-04 .menu-pic {
  padding: 30px 20px;
}
.index-menu.template-04 .menu-pic img {
  width: 100%;
  object-fit: contain;
}
.index-menu.template-05 .menu-body {
  position: relative;
}
.index-menu.template-05 .menu-body:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 15px;
  bottom: 15px;
  width: 2px;
  margin-left: -1px;
  z-index: -1;
}
.index-menu.template-05 .menu-body .menu-con {
  width: 50%;
  position: relative;
}
.index-menu.template-05 .menu-body .menu-con:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.index-menu.template-05 .menu-body .menu-con:nth-child(odd):before {
  right: 0;
  margin-right: -4px;
}
.index-menu.template-05 .menu-body .menu-con:nth-child(even) {
  left: 50%;
}
.index-menu.template-05 .menu-body .menu-con:nth-child(even):before {
  left: 0;
  margin-left: -4px;
}
.index-menu.template-05 .menu-body .menu-con .menu-item {
  margin: 0 auto;
  width: 140px;
  position: relative;
  display: flex;
  box-sizing: border-box;
  padding: 7px 10px;
  align-items: center;
  justify-content: center;
}
.index-menu.template-05 .menu-body .menu-con .menu-item .menu-icon {
  margin-right: 5px;
  line-height: 1.1;
}
.index-menu.template-05 .menu-body .menu-con .menu-item .menu-icon .iconfont {
  font-size: 20px;
}
.index-menu.template-05 .menu-body .menu-con .menu-item .menu-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.index-menu.template-05 .menu-body .menu-con .menu-item .menu-title {
  font-size: 14px;
  text-align: left;
}
.index-menu.template-05 .menu-body .menu-con .menu-item .menu-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
}
.index-menu.template-06 {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0 !important;
  line-height: 0 !important;
}
.index-menu.template-06 .menu-col {
  overflow: hidden;
}
.index-menu.template-06 .menu-col img {
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.index-menu.template-06 .menu-h-1 img {
  height: 91px;
}
.index-menu.template-06 .menu-h-2 img {
  height: 191px;
}

/*单文章页面*/
.sub-banner {
  text-align: center;
}
.sub-banner img {
  width: 100%;
}

.sub-main-title {
  font-size: 26px;
  margin-top: 10px;
}

.sub-main-title2 {
  margin-top: 10px;
  padding: 0 20px;
  line-height: 28px;
}

.article-content {
  padding: 0 20px 20px;
  margin-top: 30px;
}
.article-content .article-title {
  margin-bottom: 10px;
  margin-top: 30px;
}
.article-content .article-title-text {
  font-size: 14px;
}
.article-content .article-info {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 26px;
}

/*嘉宾*/
.guest-list-con {
  margin-top: 40px;
}
.guest-list-con .ui-row-flex {
  flex-wrap: wrap;
  display: flex;
}
.guest-list-con .ui-row-flex .ui-col {
  width: 50%;
  margin-bottom: 20px;
  padding: 0 10px;
}
.guest-list-con .guest-pic img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #fff;
}
.guest-list-con .guest-name {
  margin-top: 5px;
}
.guest-list-con .guest-post {
  margin-top: 5px;
  font-size: 12px;
}

.guest-list-square-con {
  margin-top: 40px;
}
.guest-list-square-con .ui-row-flex {
  flex-wrap: wrap;
  display: flex;
  padding: 0 5px;
}
.guest-list-square-con .ui-row-flex .ui-col {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 20px;
}
.guest-list-square-con .guest-pic {
  position: relative;
  font-size: 0;
  border: 1px solid #fff;
}
.guest-list-square-con .guest-pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.guest-list-square-con .guest-pic .guest-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  padding: 5px 8px;
  color: #fff;
  text-align: left;
}
.guest-list-square-con .guest-pic .guest-info .guest-name {
  font-size: 14px;
}
.guest-list-square-con .guest-pic .guest-info .guest-post {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.guest-list-row-con {
  padding: 30px 40px 0 15px;
  position: relative;
}
.guest-list-row-con .guest-search-con {
  position: absolute;
  right: 15px;
  top: 30px;
  font-size: 14px;
  bottom: 15px;
  overflow: auto;
}
.guest-list-row-con .guest-search-con > div {
  margin-bottom: 15px;
}
.guest-list-row-con .row-title {
  background: rgba(255, 255, 255, 0.1);
  padding: 2px 10px;
  margin-bottom: 15px;
}
.guest-list-row-con .guest-item {
  display: flex;
  display: -webkit-flex;
  font-size: 0;
  margin-bottom: 15px;
  align-items: center;
}
.guest-list-row-con .guest-item .guest-pic {
  width: 55px;
  flex: none;
  margin-right: 15px;
}
.guest-list-row-con .guest-item .guest-pic img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #fff;
}
.guest-list-row-con .guest-item .guest-info {
  flex: auto;
  font-size: 12px;
}
.guest-list-row-con .guest-item .guest-info .guest-name {
  font-size: 14px;
  margin-bottom: 3px;
  margin-top: 2px;
}

.guest-detail-con {
  padding: 20px;
}
.guest-detail-con .guest-pic img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 100%;
}
.guest-detail-con .guest-pic-square img {
  width: 100px;
  object-fit: cover;
}
.guest-detail-con .guest-post {
  font-size: 12px;
  opacity: 0.7;
}
.guest-detail-con .guest-detail-title {
  margin-top: 20px;
  position: relative;
}
.guest-detail-con .guest-detail-title span {
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
.guest-detail-con .guest-detail-title span:before, .guest-detail-con .guest-detail-title span:after {
  content: "";
  height: 1px;
  background: #fff;
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 1;
  opacity: 0.5;
}
.guest-detail-con .guest-detail-title span:before {
  left: -105%;
}
.guest-detail-con .guest-detail-title span:after {
  right: -105%;
}
.guest-detail-con .guest-detail-info {
  font-size: 12px;
  margin-top: 20px;
  line-height: 22px;
}

/*日程*/
.agenda-item {
  margin-top: 20px;
  padding: 0 20px;
}
.agenda-item .agenda-title {
  margin-bottom: 5px;
  position: relative;
}
.agenda-item .agenda-info {
  font-size: 14px;
  margin-bottom: 3px;
}
.agenda-item .agenda-table {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  margin-top: 10px;
  font-size: 12px;
  margin-bottom: 20px;
}
.agenda-item .agenda-table tr th {
  text-align: center;
}
.agenda-item .agenda-table tr td {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.agenda-item .agenda-table tr th, .agenda-item .agenda-table tr td {
  padding: 10px 5px;
  vertical-align: top;
}

.agenda-list li {
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  line-height: 24px;
  padding: 10px 30px 10px 15px;
  margin-bottom: 15px;
  border-radius: 2px;
  position: relative;
}
.agenda-list li a {
  color: #fff;
  display: block;
}
.agenda-list li .agenda-text {
  font-size: 12px;
}
.agenda-list li .agenda-text .iconfont {
  font-size: 12px;
}
.agenda-list li .agenda-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
}

/*联系方式*/
.contact-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  margin: 20px;
  padding: 20px;
  display: -webkit-flex;
  display: flex;
}
.contact-item .contact-pic {
  flex: none;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.contact-item .contact-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact-item .contact-info {
  flex: auto;
  font-size: 12px;
  line-height: 20px;
}
.contact-item .contact-info a {
  color: #fff;
}

/*交通路线*/
.traffic-item {
  margin: 20px;
}
.traffic-item .map-con {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
  margin-top: 10px;
  line-height: 0;
}
.traffic-item .map-con img {
  width: 100%;
}
.traffic-item .traffic-info {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.traffic-item .traffic-info .traffic-info-text {
  flex: auto;
  line-height: 24px;
  font-size: 14px;
}
.traffic-item .traffic-info .traffic-info-text .item-title {
  font-size: 16px;
}
.traffic-item .traffic-info .traffic-icon {
  margin-left: 20px;
  font-size: 12px;
  flex: none;
  text-align: center;
}
.traffic-item .traffic-info .traffic-icon .iconfont {
  font-size: 40px;
  line-height: 48px;
}

/*文章列表*/
.article-search-con {
  position: relative;
  margin: 30px 20px;
  border: 1px solid #fff;
  padding: 5px 20px;
  border-radius: 5px;
}
.article-search-con input {
  border: none;
  background: transparent;
  width: 85%;
  color: #fff;
  font-size: 14px;
}
.article-search-con .iconfont {
  position: absolute;
  right: 20px;
  top: 2px;
  color: #fff;
  font-size: 20px;
}

.article-list-pic-con {
  margin: 20px;
}
.article-list-pic-con .article-item {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.article-list-pic-con .article-item .article-pic {
  width: 120px;
  margin-right: 10px;
  font-size: 0;
  flex: none;
}
.article-list-pic-con .article-item .article-pic img {
  width: 120px;
  height: 80px;
  object-fit: cover;
}
.article-list-pic-con .article-item .article-info {
  flex: auto;
}
.article-list-pic-con .article-item .article-info .article-info-title {
  font-size: 14px;
  margin-top: 5px;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.article-list-pic-con .article-item .article-info .article-info-time {
  font-size: 12px;
  margin-top: 5px;
}

.article-list-con {
  margin: 20px;
}
.article-list-con ul {
  font-size: 14px;
}
.article-list-con ul li {
  background: rgba(255, 255, 255, 0.1);
  line-height: 24px;
  padding: 10px 15px 10px 27px;
  margin-bottom: 15px;
  border-radius: 2px;
  position: relative;
}
.article-list-con ul li a {
  color: #fff;
}
.article-list-con ul.li-pic li {
  padding: 10px 15px 10px 32px;
}
.article-list-con ul.li-pic li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 14px;
  width: 16px;
  height: 16px;
  background: url("../img/black/li-bg02.png") no-repeat;
  background-size: contain;
}
.article-list-con ul.li-bg li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100%;
}

/*在线报名*/
.apply-form {
  margin: 20px;
}
.apply-form .ui-form, .apply-form .weui-cells {
  background: transparent;
}
.apply-form .apply-form-title {
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 15px;
}
.apply-form .apply-form-title span {
  font-size: 12px;
}
.apply-form .apply-input-con {
  padding: 5px 10px;
  display: flex;
  display: -webkit-flex;
}
.apply-form .apply-input-con input[type=text] {
  font-size: 14px;
  height: 1.41176471em;
  line-height: 1.41176471;
  display: inline-block;
  color: #fff;
}
.apply-form .apply-input-con input[type=text]::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.apply-form .code-btn-box {
  top: -1px;
  position: relative;
}
.apply-form .code-btn-box .code-btn {
  width: 90px;
  text-align: center;
  color: #fff;
  background: #2396F0;
  border: none;
  font-size: 12px;
  border-radius: 2px;
  padding: 4px 0;
}
.apply-form .code-btn-box .code-btn.btn-disabled {
  background: #ccc;
}
.apply-form .error-meg {
  font-size: 12px;
  margin-top: 5px;
  color: #ff3c3c;
}
.apply-form .apply-select-con .weui-cell {
  padding: 8px 10px;
}
.apply-form .apply-select-con .weui-cell .weui-cell__bd {
  font-size: 14px;
}
.apply-form .apply-checkbox-con {
  margin-top: 0;
  font-size: 14px;
}
.apply-form .apply-checkbox-con:before {
  border: none;
}
.apply-form .apply-checkbox-con .weui-cell {
  padding: 8px 0;
}
.apply-form .apply-checkbox-con .weui-cell:before {
  border: none;
}
.apply-form .apply-checkbox-con .weui-cell .weui-cell__hd {
  padding-right: 5px;
}
.apply-form .apply-checkbox-con .weui-cell .weui-cell__hd .weui-icon-checked {
  color: #fff;
  opacity: 0.5;
}
.apply-form .apply-checkbox-con .weui-cell .weui-cell__hd .weui-check:checked + .weui-icon-checked {
  color: #2396F0;
  opacity: 1;
}
.apply-form .apply-save {
  margin-top: 40px;
  margin-bottom: 20px;
}
.apply-form .apply-save .weui-btn_primary {
  background: #2396F0;
}
.apply-form .tickets-item-con {
  border-radius: 5px;
  padding: 15px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.apply-form .tickets-item-con.active {
  border: 1px solid #2396F0;
}
.apply-form .tickets-item-con.end {
  opacity: 0.6;
}
.apply-form .tickets-item-con .end-pic {
  position: absolute;
  right: 20px;
  top: 20px;
}
.apply-form .tickets-item-con .end-pic img {
  width: 50px;
}
.apply-form .tickets-item-con .tickets-title {
  font-size: 14px;
}
.apply-form .tickets-item-con .tickets-price {
  margin-top: 10px;
  position: relative;
}
.apply-form .tickets-item-con .tickets-price .counter-sum-con {
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 9;
  text-align: center;
}
.apply-form .tickets-item-con .tickets-price .span-counter {
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  float: left;
}
.apply-form .tickets-item-con .tickets-price .span-counter .iconfont {
  font-size: 24px;
  color: #2396F0;
}
.apply-form .tickets-item-con .tickets-price .span-counter.disabled .iconfont {
  color: #999;
}
.apply-form .tickets-item-con .tickets-price .span-counter-sum {
  line-height: 22px;
  width: 26px;
  display: inline-block;
  float: left;
}
.apply-form .tickets-item-con .tickets-info {
  font-size: 12px;
  margin-top: 10px;
  padding-top: 10px;
}
.apply-form .tickets-item-con .active-icon-con {
  position: absolute;
  right: -1px;
  top: 0;
  width: 100%;
}
.apply-form .tickets-item-con .active-icon-con .ui-grid-halve {
  transform: scaleX(-1);
}
.apply-form .tickets-item-con .active-icon-con .ui-grid-halve .ui-grid-halve-img .ui-subscript {
  height: auto;
  background: #2396F0;
}
.apply-form .tickets-item-con .active-icon-con .ui-grid-halve .ui-grid-halve-img .ui-subscript .iconfont {
  opacity: 0;
}
.apply-form .tickets-item-con .active-icon {
  position: absolute;
  right: 0;
  top: -5px;
}
.apply-form .tickets-item-con .active-icon .iconfont {
  font-size: 14px;
  color: #fff;
}

/*个人中心*/
.user-body {
  background: #f5f5f5;
}

.user-top-con {
  background: url("../img/user-bg.png") center center no-repeat;
  background-size: cover;
  padding: 40px 20px;
  color: #fff;
  position: relative;
}
.user-top-con .user-info {
  display: flex;
  align-items: center;
}
.user-top-con .user-info .user-pic {
  width: 60px;
  flex: none;
  margin-right: 15px;
}
.user-top-con .user-info .user-pic img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100%;
}
.user-top-con .user-info .user-text {
  flex: auto;
}
.user-top-con .user-info .user-text .user-time {
  font-size: 12px;
  margin-top: 5px;
}
.user-top-con .user-code {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 25px;
}
.user-top-con .user-code img {
  width: 100%;
}

.user-list {
  margin-top: 10px;
}
.user-list li h4 {
  font-size: 16px;
}
.user-list .ui-list-single .ui-list-info {
  padding-top: 14px;
  padding-bottom: 14px;
}
.user-list .ui-list-single .ui-list-thumb-s {
  margin-right: 5px;
}
.user-list .user-icon {
  background: #81bffd;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: 4px;
  text-align: center;
  color: #fff;
}
.user-list .user-icon.my-room-icon {
  background: #3fd1bc;
}
.user-list .user-icon.my-seat-icon {
  background: #f1c13c;
}
.user-list .user-icon.my-code-icon {
  background: #ff3c3c;
}
.user-list .user-icon.my-invoice-icon {
  background: #2396F0;
}

.user-code-popup .ui-img {
  height: 210px;
}

/*我的报名列表*/
.apply-tab .ui-tab-nav {
  position: fixed;
  z-index: 99;
}
.apply-tab .ui-tab-nav li.current {
  color: #2396F0;
}
.apply-tab .ui-tab-nav li.current > span:before {
  background-color: #2396F0;
}
.apply-tab .ui-tab-content {
  margin-top: 40px;
}

.apply-list-con {
  margin-top: 10px;
}
.apply-list-con .apply-list-item {
  background: #fff;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.apply-list-con .apply-list-item .item-base-info {
  position: relative;
}
.apply-list-con .apply-list-item .item-base-info .item-time {
  color: #777;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.apply-list-con .apply-list-item .item-base-info .item-time .item-state {
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  padding: 0 10px;
  line-height: 22px;
  position: relative;
  top: 1px;
}
.apply-list-con .apply-list-item .item-base-info .item-time .item-state.state-green {
  background: #00cc66;
}
.apply-list-con .apply-list-item .item-base-info .item-time .item-state.state-blue {
  background: #2396F0;
}
.apply-list-con .apply-list-item .item-base-info .item-time .item-state.state-red {
  background: #ff3c3c;
}
.apply-list-con .apply-list-item .item-base-info .item-time .item-state.state-default {
  background: #aaa;
}
.apply-list-con .apply-list-item .item-tickets-info {
  margin-top: 10px;
  padding-top: 10px;
}
.apply-list-con .apply-list-item .item-tickets-info .item-tickets-tit {
  color: #777;
}
.apply-list-con .apply-list-item .item-tickets-info .ticket-detail {
  display: flex;
  margin-top: 2px;
}
.apply-list-con .apply-list-item .item-tickets-info .ticket-detail .tickets-title {
  flex: auto;
}
.apply-list-con .apply-list-item .item-tickets-info .ticket-detail .tickets-price {
  flex: none;
  margin-left: 10px;
}
.apply-list-con .apply-list-item .item-tickets-info .ticket-detail .tickets-price .old-price {
  color: #999;
  text-decoration: line-through;
  margin-left: 5px;
}

/*发票管理*/
.invoice-list-con {
  margin-top: 10px;
}
.invoice-list-con .invoice-list-item {
  background: #fff;
  padding: 0 15px;
  font-size: 14px;
  margin-bottom: 10px;
}
.invoice-list-con .invoice-list-item .item-type {
  padding: 10px 0;
  line-height: 24px;
}
.invoice-list-con .invoice-list-item .item-type .item-state {
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  padding: 0 10px;
  line-height: 22px;
  position: relative;
  top: 1px;
}
.invoice-list-con .invoice-list-item .item-type .item-state.state-green {
  background: #00cc66;
}
.invoice-list-con .invoice-list-item .item-type .item-state.state-blue {
  background: #2396F0;
}
.invoice-list-con .invoice-list-item .item-type .item-state.state-red {
  background: #ff3c3c;
}
.invoice-list-con .invoice-list-item .item-type .item-state.state-default {
  background: #aaa;
}
.invoice-list-con .invoice-list-item .item-base-info {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.invoice-list-con .invoice-list-item .item-base-info .item-info {
  flex: auto;
}
.invoice-list-con .invoice-list-item .item-base-info .item-info .item-name {
  margin-bottom: 4px;
}
.invoice-list-con .invoice-list-item .item-base-info .item-info .item-time {
  font-size: 12px;
  color: #777;
}
.invoice-list-con .invoice-list-item .item-base-info .item-money {
  font-size: 16px;
  margin-left: 10px;
}

.invoice-bottom-con {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 5px 20px;
  line-height: 42px;
}
.invoice-bottom-con .btn-con {
  background: #2396F0;
  text-align: center;
  color: #fff;
  border-radius: 20px;
}
.invoice-bottom-con .btn-con span {
  font-size: 14px;
}

.invoice-detail.company-detail .invoice-detail-info .detail-text .info {
  text-align: right;
}
.invoice-detail .invoice-state-cont {
  background: #fff;
  padding: 15px;
  font-size: 14px;
  margin-bottom: 10px;
}
.invoice-detail .invoice-state-cont .state-info {
  float: right;
}
.invoice-detail .invoice-state-cont .state-info.state-default {
  color: #aaa;
}
.invoice-detail .invoice-detail-info {
  background: #fff;
  padding: 15px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.invoice-detail .invoice-detail-info .detail-text {
  padding: 5px 0;
  display: flex;
  display: -webkit-flex;
}
.invoice-detail .invoice-detail-info .detail-text .title {
  color: #777;
  display: inline-block;
  width: 75px;
  flex: none;
}
.invoice-detail .invoice-detail-info .detail-text .info {
  flex: auto;
}
.invoice-detail .invoice-detail-info .detail-text .info .price {
  color: #ff8400;
  margin-right: 5px;
}
.invoice-detail .invoice-detail-info .invoice-detail-con {
  margin-top: 10px;
  padding-top: 10px;
}
.invoice-detail .invoice-detail-info .invoice-detail-con .detail-text .info {
  text-align: right;
}
.invoice-detail .company-detail-text {
  background: #fff;
  padding: 15px;
  font-size: 14px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin-bottom: 10px;
}
.invoice-detail .company-detail-text .info {
  flex: auto;
  text-align: right;
  margin-right: 5px;
  margin-left: 10px;
}
.invoice-detail .company-detail-text .iconfont {
  font-size: 14px;
}
.invoice-detail .invoice-save-btn {
  background: #2396F0;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  padding: 10px;
  margin: 20px 30px;
}
.invoice-detail .company-btn-con {
  display: flex;
  display: -webkit-flex;
  margin: 20px 0;
  justify-content: center;
}
.invoice-detail .company-btn-con a {
  flex: 1;
  text-align: center;
  background: #fff;
  margin: 0 15px;
  line-height: 36px;
  border-radius: 25px;
}
.invoice-detail .company-btn-con .edit-btn {
  border: 1px solid #2396F0;
  background: #2396F0;
  color: #fff;
}
.invoice-detail .company-btn-con .detele-btn {
  border: 1px solid #ccc;
  color: #555;
}

.company-form .weui-cells {
  margin-top: 0;
  font-size: 14px !important;
}
.company-form .weui-cells .aui-input, .company-form .weui-cells input {
  font-size: 14px !important;
  height: auto;
}
.company-form .weui-cells .weui-input {
  text-align: right;
}
.company-form .weui-cells .weui-label {
  position: relative;
}
.company-form .weui-cells .weui-label .red {
  position: absolute;
  left: -10px;
  color: #ff3c3c;
  top: 2px;
}
.company-form .save-btn {
  background: #2396F0;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  padding: 10px;
  margin: 20px 30px;
}

.company-list-con {
  background: #fff;
}
.company-list-con .ui-list-text > li, .company-list-con .ui-list-pure > li {
  padding: 15px 15px 15px 0;
  font-size: 14px;
}
.company-list-con .ui-radio {
  line-height: 20px;
  position: relative;
  top: -1px;
}
.company-list-con .ui-radio input {
  width: 20px;
  height: 20px;
}
.company-list-con .ui-radio input:before {
  width: 18px;
  height: 18px;
}
.company-list-con .ui-radio input:after {
  width: 12px;
  height: 12px;
  left: 4px;
  top: 4px;
  background: #2396F0;
}

.company-save-btn {
  background: #2396F0;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  padding: 10px;
  margin: 20px 30px;
}

/*报名详情*/
.apply-detail .detail-code-con {
  background: #fff;
  margin-top: 10px;
  padding: 20px;
}
.apply-detail .detail-code-con p {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}
.apply-detail .detail-code-con img {
  width: 160px;
  height: 160px;
  object-fit: contain;
}
.apply-detail .apply-detail-state {
  background: #fff;
  padding: 15px;
  font-size: 14px;
  color: #777;
}
.apply-detail .apply-detail-state .item-state.state-green {
  color: #00cc66;
}
.apply-detail .apply-detail-state .item-state.state-blue {
  color: #2396F0;
}
.apply-detail .apply-detail-state .item-state.state-red {
  color: #ff3c3c;
}
.apply-detail .apply-detail-state .item-state.state-default {
  color: #aaa;
}
.apply-detail .apply-detail-title {
  font-size: 15px;
  margin: 10px 15px;
}
.apply-detail .apply-detail-title .item-state {
  background: #00cc66;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  padding: 0 10px;
  line-height: 22px;
  position: relative;
  top: 2px;
}
.apply-detail .apply-detail-info {
  background: #fff;
  padding: 15px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.apply-detail .apply-detail-info .apply-detail-text {
  padding: 5px 0;
}
.apply-detail .apply-detail-info .apply-detail-text span {
  color: #777;
  display: inline-block;
  width: 75px;
  flex: none;
}
.apply-detail .apply-detail-info .apply-detail-text.flex-item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.apply-detail .apply-detail-info .apply-detail-text.flex-item .flex-item-info {
  flex: auto;
}
.apply-detail .apply-detail-tickets {
  background: #fff;
  padding: 15px;
  font-size: 14px;
  margin-bottom: 10px;
}
.apply-detail .apply-detail-tickets .tickets-price {
  font-size: 16px;
  margin-top: 5px;
}
.apply-detail .apply-detail-tickets .tickets-price .old-price {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}
.apply-detail .apply-detail-tickets .tickets-info {
  font-size: 12px;
  margin-top: 10px;
  padding-top: 10px;
}
.apply-detail .detail-payment-con {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  display: -webkit-flex;
  background: #fff;
  padding: 10px 15px;
  line-height: 32px;
}
.apply-detail .detail-payment-con .payment-price {
  color: #ff3c3c;
  flex: auto;
  font-size: 18px;
}
.apply-detail .detail-payment-con .payment-btn {
  background: #2396F0;
  width: 100px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
}
.apply-detail .apply-save-btn {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.apply-detail .apply-save-btn a {
  display: inline-block;
  background: #2396F0;
  color: #fff;
  border-radius: 4px;
  padding: 5px 25px;
}

/*我的房间*/
.room-cont {
  margin-top: 10px;
}
.room-cont .room-list-cont {
  background: #fff;
  margin-bottom: 10px;
  position: relative;
}
.room-cont .room-list-cont .room-list-header {
  background: rgba(35, 150, 240, 0.05);
  padding: 10px 15px;
}
.room-cont .room-list-cont .room-list-header .item-state {
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  padding: 2px 10px;
}
.room-cont .room-list-cont .room-list-header .item-state.state-green {
  background: #00cc66;
}
.room-cont .room-list-cont .room-list-header .item-state.state-blue {
  background: #2396F0;
}
.room-cont .room-list-cont .room-list-footer {
  padding: 10px 15px;
  margin-top: 15px;
}
.room-cont .room-list-cont .room-list-item {
  display: flex;
  display: -webkit-flex;
  padding: 15px 15px 0;
}
.room-cont .room-list-cont .room-list-item span {
  width: 75px;
  flex: none;
  color: #777;
}
.room-cont .room-list-cont .room-list-item .room-info {
  flex: auto;
}

.room-detail-info {
  background: #fff;
  padding: 15px;
  position: relative;
  line-height: 24px;
}
.room-detail-info .room-state {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 15px;
}
.room-detail-info .room-state .item-state {
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  padding: 5px 10px;
}
.room-detail-info .room-state .item-state.state-green {
  background: #00cc66;
}
.room-detail-info .room-state .item-state.state-blue {
  background: #2396F0;
}

.room-date-item {
  margin-top: 10px;
  background: #fff;
}
.room-date-item .room-item-header {
  background: #2396F0;
  color: #fff;
  padding: 10px;
}
.room-date-item .room-item-info {
  padding-bottom: 10px;
}
.room-date-item .room-item-info .info-list {
  padding: 10px 15px 10px 0;
  border-top: 1px dashed #eee;
  margin-left: 20px;
}
.room-date-item .room-item-info .info-list:first-child {
  border-top: none;
}
.room-date-item .room-item-info .other-people-con {
  background: rgba(35, 150, 240, 0.05);
  margin: 0 15px 10px;
  padding: 15px;
  line-height: 24px;
  border-radius: 5px;
  border-left: 4px solid #2396F0;
}
.room-date-item .room-item-info .other-people-con span {
  color: #777;
}

.checked-forum-con {
  background: rgba(35, 150, 240, 0.05);
  padding: 15px;
  line-height: 24px;
  margin-bottom: 10px;
  border-radius: 5px;
  border-left: 4px solid #2396F0;
}
.checked-forum-con span {
  color: #777;
}
.checked-forum-con .seat-number {
  margin-bottom: 3px;
}
.checked-forum-con .seat-number span {
  color: #ff3c3c;
  font-size: 20px;
}

.support-con {
  font-size: 12px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.support-con .support-text {
  padding: 0 20px;
}
.support-con img {
  width: 100%;
}
.support-con a {
  color: #fff;
}

.meeting-classify {
  margin: 20px;
  font-size: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  padding: 10px 10px 0 0;
}
.meeting-classify > div {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 14px;
  padding: 2px 10px 2px 20px;
}
.meeting-classify > div:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  top: 50%;
  margin-top: -2px;
  left: 10px;
}
.meeting-classify > div .iconfont {
  position: relative;
  top: 1px;
}
.meeting-classify > div.current {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

/*我的座位号*/
.seat-body {
  background: #fff;
}

.seat-user-info {
  background: #2396F0;
  color: #fff;
  padding: 15px 40px 15px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  position: relative;
}
.seat-user-info .arrow-left-con, .seat-user-info .arrow-right-con {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  line-height: 24px;
}
.seat-user-info .arrow-left-con .iconfont, .seat-user-info .arrow-right-con .iconfont {
  font-size: 22px;
}
.seat-user-info .arrow-left-con {
  left: 15px;
  transform: scaleX(-1);
}
.seat-user-info .arrow-right-con {
  right: 15px;
}

.seat-detail-info {
  padding: 0 15px !important;
}
.seat-detail-info .checked-forum-con:nth-child(even) {
  background: rgba(0, 204, 102, 0.05);
  border-left: 4px solid #00cc66;
}

/*我的签到码*/
.code-detail-con {
  background: #fff;
  width: 70%;
  height: 294px;
  position: relative;
  left: 15%;
  font-size: 14px;
  margin-top: 50px;
  border-radius: 10px;
  text-align: center;
  padding: 40px 20px;
  box-sizing: border-box;
  color: #333;
}
.code-detail-con img {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}
.code-detail-con .arrow-left-con, .code-detail-con .arrow-right-con {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-top: -20px;
}
.code-detail-con .arrow-left-con .iconfont, .code-detail-con .arrow-right-con .iconfont {
  font-size: 28px;
  color: #fff;
}
.code-detail-con .arrow-left-con {
  left: -50px;
  transform: scaleX(-1);
}
.code-detail-con .arrow-right-con {
  right: -50px;
}

/*报名详情页修改*/
.order-state-cont {
  background: #fff;
  padding: 20px;
  font-size: 14px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.order-state-cont .state-pic {
  flex: none;
  width: 45px;
  margin-right: 10px;
}
.order-state-cont .state-pic img {
  width: 45px;
  height: 45px;
}
.order-state-cont .state-info {
  flex: auto;
}
.order-state-cont .state-info span {
  color: #ff3c3c;
}
.order-state-cont .state-info .info-text {
  color: #777;
  font-size: 12px;
}

/*报名成功*/
.apply-success-con {
  background: #fff;
  border-radius: 10px;
  margin: 30px;
  color: #555;
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.4);
  padding: 30px 20px;
}
.apply-success-con .success-pic {
  font-size: 0;
  margin-bottom: 10px;
}
.apply-success-con .success-pic img {
  width: 50px;
}
.apply-success-con .success-text {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.apply-success-con .success-text .number {
  color: #ff3c3c;
}
.apply-success-con .sign-in-seat {
  text-align: left;
  font-size: 14px;
  margin-bottom: 20px;
  background: rgba(35, 150, 240, 0.05);
  padding: 15px 15px 5px;
  border-radius: 5px;
}
.apply-success-con .sign-in-seat .seat-item {
  border-top: 1px dashed #ddd;
  margin-bottom: 10px;
  padding-top: 10px;
}
.apply-success-con .sign-in-seat .seat-item:first-child {
  border-top: none;
  padding-top: 0;
}
.apply-success-con .sign-in-seat .seat-item .seat-number {
  margin-top: 3px;
}
.apply-success-con .sign-in-seat .seat-item .seat-number .seat-info {
  color: #ff3c3c;
}
.apply-success-con .count-down {
  margin: 20px 0;
}
.apply-success-con .count-down .count-down-text {
  font-size: 14px;
  margin-bottom: 15px;
}
.apply-success-con .count-down .time-to {
  font-size: 0;
}
.apply-success-con .count-down .time-to .time-item {
  display: inline-block;
  margin: 0 5px;
}
.apply-success-con .count-down .time-to .time-item .item-data {
  background: linear-gradient(to bottom, #fe6c73 0%, #fd498e 100%);
  color: #fff;
  display: inline-block;
  position: relative;
  width: 24px;
  font-size: 24px;
  margin-right: 1px;
}
.apply-success-con .count-down .time-to .time-item .item-text {
  font-size: 12px;
  margin-top: 5px;
}
.apply-success-con .count-down .time-to .item-symbol {
  font-size: 18px;
  position: relative;
  top: -32px;
}
.apply-success-con .success-btn-con {
  margin: 0 20px;
}
.apply-success-con .success-btn-con .btn01 {
  background: #2396F0;
  color: #fff;
  display: block;
  line-height: 40px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.apply-success-con .success-btn-con .link01 {
  font-size: 14px;
  color: #2396F0;
}
.apply-success-con .success-code {
  margin-top: 20px;
  font-size: 12px;
}
.apply-success-con .success-code img {
  width: 140px;
  margin-bottom: 5px;
}

.back-home-con {
  position: fixed;
  bottom: 55px;
  right: 15px;
  width: 40px;
  overflow: hidden;
  text-align: center;
  display: none;
  z-index: 999;
}

.fixed-menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  line-height: 14px;
  width: 30px;
  height: 40px;
  padding: 0 5px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  font-size: 12px;
  color: #fff;
}
.fixed-menu-item .iconfont {
  font-size: 24px;
}
.fixed-menu-item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.fixed-menu-con {
  position: fixed;
  bottom: 10px;
  right: 15px;
  overflow: hidden;
  z-index: 999;
}

/*付款页面*/
.payment-number-con {
  padding: 40px 20px;
}
.payment-number-con .payment-time {
  font-size: 14px;
  color: #777;
}
.payment-number-con .payment-time span {
  color: #ff3c3c;
}
.payment-number-con .payment-money {
  font-weight: bold;
}
.payment-number-con .payment-money b {
  font-size: 32px;
}

.payment-info {
  background: #fff;
  margin: 0 15px 15px;
  border-radius: 5px;
  padding: 15px;
  font-size: 14px;
}
.payment-info .payment-info-title {
  padding-bottom: 15px;
  color: #777;
}
.payment-info .payment-info-item {
  display: flex;
  display: -webkit-flex;
  padding-top: 15px;
}
.payment-info .payment-info-item span {
  flex: none;
  margin-right: 10px;
}
.payment-info .payment-info-item .info-text {
  flex: auto;
  text-align: right;
  color: #777;
}
.payment-info .payment-bank-item {
  display: flex;
  display: -webkit-flex;
  padding-top: 15px;
  padding-bottom: 5px;
  align-items: center;
}
.payment-info .payment-bank-item .bank-pic {
  width: 46px;
  flex: none;
  margin-right: 10px;
  font-size: 0;
}
.payment-info .payment-bank-item .bank-pic img {
  width: 46px;
  height: 46px;
}
.payment-info .payment-bank-item .bank-info {
  flex: auto;
}
.payment-info .payment-bank-item .bank-info .bank-info-text {
  font-size: 13px;
  color: #999;
}
.payment-info .payment-bank-item .bank-enter {
  flex: none;
  margin-left: 10px;
  color: #999;
}

.mask-body {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
}

.share-cont {
  position: absolute;
  width: 84%;
  left: 7%;
  top: 10px;
}
.share-cont .share-pic img {
  width: 100%;
}
.share-cont .share-info {
  background: #fff;
  color: #777;
  padding: 40px 20px;
  border-radius: 0 0 10px 10px;
}
.share-cont .share-info .p01 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.share-cont .share-info .p02 {
  font-size: 14px;
  line-height: 24px;
}
.share-cont .share-info .share-btn {
  width: 200px;
  height: 45px;
  line-height: 45px;
  border-radius: 25px;
  color: #fff;
  background: #2396F0;
  margin: 20px auto 0;
}

@media (max-width: 400px) {
  .index-menu.template-06 .menu-h-1 img {
    height: 87px;
  }
  .index-menu.template-06 .menu-h-2 img {
    height: 183px;
  }
}
@media (max-width: 375px) {
  .index-menu.template-06 .menu-h-1 img {
    height: 81px;
  }
  .index-menu.template-06 .menu-h-2 img {
    height: 171px;
  }
}
@media (max-width: 320px) {
  .index-menu.template-06 .menu-h-1 img {
    height: 67px;
  }
  .index-menu.template-06 .menu-h-2 img {
    height: 143px;
  }
}

/*# sourceMappingURL=base-black.css.map */
