.bg-body {
  background: #069de2; }

.coms-header {
  height: 5.6rem;
  font-size: 0;
  position: relative;
  z-index: 10; }
  .coms-header img {
    width: 100%; }

.coms-body {
  background: #fff;
  margin: 0 0.26667rem 0.8rem;
  border-radius: 0.26667rem;
  position: relative;
  z-index: 10; }

.coms-nav {
  position: relative;
  display: flex; }
  .coms-nav::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #e8e8e8; }
  .coms-nav li {
    flex: 1;
    font-size: 0.45333rem;
    text-align: center;
    font-weight: bold;
    padding: 0.09333rem 0;
    height: 1.33333rem;
    line-height: 1.33333rem;
    position: relative; }
    .coms-nav li::after {
      content: "";
      height: 0.09333rem;
      width: 1.86667rem;
      background: #069de2;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      bottom: 0;
      z-index: 1;
      display: none; }
    .coms-nav li.active {
      color: #069de2; }
      .coms-nav li.active::after {
        display: block; }

.create-hb-btn {
  position: fixed;
  z-index: 99;
  right: 0;
  padding: 0.2rem 0.2rem 0.2rem 0.26667rem;
  bottom: 18%;
  color: #fff;
  font-size: 0.34667rem;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0.4rem 0 0 0.4rem; }

.tab-yqdt {
  margin: 0 0.4rem; }
  .tab-yqdt .fb-pic {
    position: relative; }
    .tab-yqdt .fb-pic .qrcode {
      width: 2rem;
      height: 2rem;
      overflow: hidden;
      position: absolute;
      right: 0.66667rem;
      bottom: 0.26667rem; }
      .tab-yqdt .fb-pic .qrcode img {
        width: 100%;
        height: 100%; }
  .tab-yqdt .yqdt-param {
    margin: 0 0 0.53333rem 0; }
    .tab-yqdt .yqdt-param .soma-hd {
      height: 1.33333rem;
      line-height: 1.33333rem; }
      .tab-yqdt .yqdt-param .soma-hd .tit {
        float: left;
        color: #000000;
        font-size: 0.42667rem; }
      .tab-yqdt .yqdt-param .soma-hd .time {
        float: right;
        color: #8d8d8d;
        font-size: 0.34667rem; }
    .tab-yqdt .yqdt-param .param-list {
      background: #e6f5fc;
      border-radius: 0.2rem;
      display: flex; }
      .tab-yqdt .yqdt-param .param-list li {
        flex: 1;
        text-align: center;
        padding: 0.36rem 0; }
        .tab-yqdt .yqdt-param .param-list li:nth-child(1) .num {
          color: #e83132; }
        .tab-yqdt .yqdt-param .param-list li:nth-child(1) .original span {
          color: #e83132; }
        .tab-yqdt .yqdt-param .param-list li:nth-child(2) .num {
          color: #ec9012; }
        .tab-yqdt .yqdt-param .param-list li:nth-child(2) .original span {
          color: #ec9012; }
        .tab-yqdt .yqdt-param .param-list li:nth-child(3) .num {
          color: #069de2; }
        .tab-yqdt .yqdt-param .param-list li:nth-child(3) .original span {
          color: #069de2; }
        .tab-yqdt .yqdt-param .param-list li:nth-child(4) .num {
          color: #4c4f53; }
        .tab-yqdt .yqdt-param .param-list li:nth-child(4) .original span {
          color: #4c4f53; }
      .tab-yqdt .yqdt-param .param-list .num {
        font-size: 0.48rem;
        line-height: 0.48rem;
        font-weight: bold; }
      .tab-yqdt .yqdt-param .param-list .tit {
        color: #333333;
        font-size: 0.37333rem;
        line-height: 0.37333rem;
        margin: 0.22667rem 0 0; }
      .tab-yqdt .yqdt-param .param-list .original {
        font-size: 0.32rem;
        line-height: 0.32rem;
        color: #666666;
        margin: 0.2rem 0 0; }
        .tab-yqdt .yqdt-param .param-list .original span {
          margin: 0 0 0 0.06667rem;
          font-size: 0.37333rem;
          font-weight: bold; }
  .tab-yqdt img {
    width: 100%; }

.tab-bd {
  min-height: 5.73333rem; }

.tab-news .list li {
  border-bottom: 1px solid #e8e8e8; }
  .tab-news .list li:last-child {
    border-bottom: none; }
  .tab-news .list li a {
    display: block;
    position: relative;
    min-height: 1.8rem;
    padding: 0.4rem 3.33333rem 0.4rem 0.4rem; }
  .tab-news .list li .tit {
    font-size: 0.42667rem;
    color: #222;
    line-height: 1.4;
    max-height: 1.12rem;
    overflow: hidden; }
  .tab-news .list li .time {
    color: #555555;
    margin: 0.13333rem 0 0;
    font-size: 0.34667rem; }
  .tab-news .list li .pic {
    width: 2.66667rem;
    height: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    border-radius: 0.13333rem;
    overflow: hidden;
    position: absolute;
    right: 0.4rem;
    font-size: 0;
    top: 50%;
    transform: translate(0, -50%); }
    .tab-news .list li .pic img {
      border-radius: 0.13333rem;
      max-width: 100%;
      max-height: 100%;
      display: inline-block;
      vertical-align: middle; }

.tab-pyzs {
  margin: 0.8rem 0 0; }
  .tab-pyzs .swiper-container {
    width: 100%;
    -ms-perspective: 1200px;
    perspective: 1200px;
    padding: 0 0 0.93333rem 0; }
    .tab-pyzs .swiper-container .swiper-wrapper .swiper-slide {
      width: 75%;
      height: 10.2rem !important;
      background: #a5dcf1;
      transform-style: preserve-3d; }
    .tab-pyzs .swiper-container .swiper-wrapper .item-cell {
      width: 100%;
      height: 100%; }
    .tab-pyzs .swiper-container .swiper-pagination {
      position: relative;
      top: 0.4rem; }
  .tab-pyzs .cell-item .pic-center {
    position: absolute;
    width: 70%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .tab-pyzs .cell-item .pic-center img {
      max-width: 100%; }
  .tab-pyzs .cell-item .detail {
    font-size: 0.4rem;
    text-align: center;
    line-height: 1.35; }
  .tab-pyzs .cell-item .soma-hd {
    position: relative;
    min-height: 1.46667rem;
    padding: 0.13333rem 0.66667rem;
    margin: 0.4rem 0.53333rem 0;
    max-width: 80%; }
    .tab-pyzs .cell-item .soma-hd .arrow-t {
      width: 0.54667rem;
      height: 0.53333rem;
      position: absolute;
      left: 0;
      top: 0; }
      .tab-pyzs .cell-item .soma-hd .arrow-t img {
        width: 100%; }
    .tab-pyzs .cell-item .soma-hd .arrow-b {
      width: 0.54667rem;
      height: 0.53333rem;
      position: absolute;
      right: 0;
      bottom: 0; }
      .tab-pyzs .cell-item .soma-hd .arrow-b img {
        width: 100%; }
  .tab-pyzs .cell-item .soma-bd {
    position: absolute;
    width: 80%;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, 0);
    border-radius: 0.2rem;
    background: #ffe200;
    text-align: center;
    font-size: 0.4rem;
    padding: 0.33333rem 0.2rem;
    line-height: 1.35; }
  .tab-pyzs .cell-item .soma-logo {
    width: 1.65333rem;
    position: absolute;
    left: 50%;
    bottom: 0.13333rem;
    transform: translate(-50%, 0); }
    .tab-pyzs .cell-item .soma-logo img {
      max-width: 100%; }

.canvas-hb {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-size: 0;
  width: 100%; }
  .canvas-hb .hb-bg-pic {
    width: 100%; }
  .canvas-hb .fbt {
    position: absolute;
    left: 0.54667rem;
    right: 0.54667rem;
    top: 3rem;
    font-size: 0;
    border-radius: 0.26667rem;
    overflow: hidden; }
    .canvas-hb .fbt img {
      width: 100%; }
  .canvas-hb .qrcode {
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 1.2rem;
    bottom: 0.53333rem; }

.dialog-hb {
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  .dialog-hb .mask {
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .dialog-hb .hb-detail {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    z-index: 10;
    transform: translate(-50%, -50%); }
  .dialog-hb .pic {
    font-size: 0; }
    .dialog-hb .pic img {
      width: 100%;
      vertical-align: top; }
  .dialog-hb .tip-text {
    text-align: center;
    color: #fff;
    padding: 0.4rem 0;
    font-size: 0.37333rem; }
