.header-bar {
    height: 60px;
    padding: 0 20px;
    font-size: 20px;
    color: #5f5f5f;
    background: #ffffff;
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.06);
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
    transform: translateX(-50%);
}
.header-bar img {
    vertical-align: top;
}
.header-left, .header-right {
    width: 30px;
}
.menu-bar {
    padding-top: 60px;
    height: 100%;
    box-sizing: border-box;
    position: fixed;
    top: -300vh;
    left: 50%;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    transition: all 0.4s;
    max-width: 640px;
    transform: translateX(-50%);
}
.menu-bar.showMenu {
    top: 0;
}
.menu-bar .menu-list a {
    display: block;
    padding: 14px;
    font-weight: bold;
}
.menu-bar .menu-btn a {
    padding: 10px;
    background-color: #ebebeb;
    margin-top: 1px;
}
.menu-bar .menu-btn img {
    margin-right: 10px;
}

.content {
  min-height: 90%;
  padding-top: 60px;
  padding-bottom: 10px;
  box-sizing: border-box;
  overflow: hidden;
}

.list-item {
  margin-bottom: 10px;
  width: 50%;
}
.list-item a{
  background-color: #fff;
  box-shadow: 0px 2px 13px 1px rgba(2, 46, 106, 0.06);
}
.list-item:nth-child(odd) a {
  margin-right: 10px;
}

.channel-header {
  height: 188px;
  background: #39f;
  color: #fff;
}
.channel-header .chat-btn {
  width: 119px;
  height: 34px;
  line-height: 34px;
  background: #5634e6;
  opacity: 0.9;
  color: #fff;
  text-align: center;
}

.footer-bar {
  box-shadow: 0px -3px 5px 1px rgba(2, 46, 106, 0.06);
  background-color: #fff;
  padding: 14px;
}
.foot-icon {
  padding: 4px 15px;
  box-sizing: border-box;
}
.foot-icon img {
  width: 15px;
  height: 17px;
}
.foot-bottom {
  background-color: #161c2e;
  padding: 14px;
  text-align: center;
  color: #fff;
}

.pupop-model {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  display: none;
}

#newBridge {
  opacity: 0.8;
}
#newBridge .nb-icon-wrap {
  height: 44px !important;
  width: 44px !important;
}
#newBridge .nb-icon-right-bottom {
  bottom: 10% !important;
  right: 10px !important;
}
#newBridge .nb-icon-wrap-0 .nb-icon-wrap-base {
  background: #5634E6 url(/mobile/upload/images/2022/8/425f47917123c6f9.png) no-repeat center !important;
  background-size: 50% !important;
  box-shadow: 0px 3px 5px 1px rgba(86,52,230,0.16);
  border-radius: 50% !important;
}

.tel-fixed {
  position: fixed;
  right: 10px;
  bottom: 2.5%;
  opacity: 0.8;
}