@charset "UTF-8";
@import "//at.alicdn.com/t/font_1778456_1yszn791z51.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-size: cover;
  background-attachment: fixed;
  color: #777; }

.sub-body {
  background-size: cover;
  background-attachment: fixed;
  color: #777; }

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 {
      margin-bottom: 50px;
      padding: 0 5px;
      box-sizing: border-box; }
      .index-menu .menu-row .menu-col .menu-icon {
        width: 46px;
        height: 46px;
        margin: 0 auto;
        line-height: 46px; }
        .index-menu .menu-row .menu-col .menu-icon .iconfont {
          font-size: 40px;
          color: #777; }
        .index-menu .menu-row .menu-col .menu-icon img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .index-menu .menu-row .menu-col .menu-title {
        font-size: 14px;
        margin-top: 8px; }
    .index-menu .menu-row .menu-col-pic {
      line-height: 0; }
      .index-menu .menu-row .menu-col-pic .menu-icon img {
        width: 100%; }
    .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.33%; }
    .index-menu .menu-row .menu-col-4 {
      width: 25%; }

/*单文章页面*/
.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 #dddddd; }
  .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 #dddddd; }
    .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 {
  margin-top: 30px;
  padding: 0 40px 0 15px;
  position: relative; }
  .guest-list-row-con .guest-search-con {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 12px; }
    .guest-list-row-con .guest-search-con > div {
      margin-bottom: 10px; }
  .guest-list-row-con .row-title {
    background: rgba(0, 0, 0, 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; }
    .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 #dddddd; }
    .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: .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: #777;
        width: 100%;
        position: absolute;
        top: 50%;
        z-index: 1;
        opacity: .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(0, 0, 0, 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(0, 0, 0, 0.1);
  line-height: 24px;
  padding: 10px 30px 10px 15px;
  margin-bottom: 15px;
  border-radius: 2px;
  position: relative; }
  .agenda-list li a {
    color: #777;
    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(0, 0, 0, 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: #777; }

/*交通路线*/
.traffic-item {
  margin: 20px; }
  .traffic-item .map-con {
    border: 1px solid rgba(0, 0, 0, 0.1);
    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 #aaa;
  padding: 5px 20px;
  border-radius: 5px; }
  .article-search-con input {
    border: none;
    background: transparent;
    width: 85%;
    font-size: 14px; }
  .article-search-con .iconfont {
    position: absolute;
    right: 20px;
    top: 2px;
    font-size: 20px;
    color: #777; }

.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 dashed rgba(0, 0, 0, 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(0, 0, 0, 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: #777; }
    .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/white/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: #999;
      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: #333; }
      .apply-form .apply-input-con input[type="text"]::-webkit-input-placeholder {
        color: #777;
        opacity: .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: #777;
          opacity: .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: .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-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-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-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: 50px; }
  .support-con .support-text {
    padding: 0 20px; }
  .support-con img {
    width: 100%; }
  .support-con a {
    color: #777; }

.meeting-classify {
  margin: 20px;
  font-size: 0;
  background: rgba(0, 0, 0, 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: #777;
      top: 50%;
      margin-top: -2px;
      left: 10px; }
    .meeting-classify > div .iconfont {
      position: relative;
      top: 1px; }
    .meeting-classify > div.current {
      background: rgba(0, 0, 0, 0.1);
      border-radius: 2px; }

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

.seat-user-info {
  background: #2396F0;
  color: #fff;
  padding: 15px 40px 15px 50px;
  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: rgba(0, 0, 0, 0.1);
  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; }
  .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: #777; }
  .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(0, 0, 0, 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; }

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