@charset "UTF-8";
/*文本格式化，超出范围，显示省略号*/
a {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none; }
  a:link {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none; }
  a:visited {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none; }
  a:hover {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none; }
  a:active {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, strong {
  padding: 0;
  margin: 0; }

body,
html {
  max-width: 750px;
  padding: 0;
  margin: 0 auto;
  font-family: PingFang; }

.one-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.head-box {
  width: 100%;
  margin: 0 auto;
  background-image: url(https://pres.vobao.com/Images/v4/m/uwap/hy/banner.png);
  background-size: 102% 100%;
  background-position-x: -1px;
  background-repeat: no-repeat;
  border-radius: 8px;
  padding: 0px 0px 20px;
  margin-bottom: 20px; }
  .head-box .head-img-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 44px; }
    .head-box .head-img-box .head-img {
      width: 80px;
      height: 80px;
      background: #DFE0DB;
      border: 2px solid #FFFFFF;
      border-radius: 50%;
      margin-top: -44px; }
    .head-box .head-img-box .head-tip {
      width: 33px;
      height: 16px;
      margin-top: -10px; }
  .head-box .head-cont {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .head-box .head-cont .head-cont-name {
      font-size: 18px;
      font-weight: 800;
      color: #FFE956;
      margin: 2px 0px 5px; }
    .head-box .head-cont .head-cont-tip {
      font-size: 14px;
      font-weight: 500;
      color: #FFFFFF; }
    .head-box .head-cont .head-cont-tbox {
      display: flex;
      font-size: 12px;
      font-weight: 500;
      color: #FFFFFF;
      margin: 5px 0px; }
      .head-box .head-cont .head-cont-tbox .cont-tip-box {
        display: flex;
        align-items: center;
        margin-right: 17px; }
        .head-box .head-cont .head-cont-tbox .cont-tip-box .cont-tip-tip {
          width: 11px;
          height: 12px;
          margin-right: 5px; }
    .head-box .head-cont .head-cont-xzbox {
      font-size: 12px;
      font-weight: 500;
      color: #FFFFFF;
      line-height: 20px;
      opacity: 0.9;
      display: flex;
      margin: 4px 0px 0px; }
      .head-box .head-cont .head-cont-xzbox .cont-xz-box {
        margin: 0px 5px;
        border: 1px solid #FFFFFF;
        opacity: 0.9;
        border-radius: 3px;
        padding: 3px 14px; }
    .head-box .head-cont .head-cont-text {
      font-size: 14px;
      font-weight: 500;
      color: #FFFFFF;
      margin: 14px 0px; }
  .head-box .head-tab {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #7EB5F3;
    padding: 10px 0px;
    margin-bottom: 10px; }
    .head-box .head-tab .head-tab-bd {
      width: 1px;
      height: 25px;
      background: #E0E0E0;
      border-radius: 0px; }
    .head-box .head-tab .head-tab-box {
      display: flex;
      align-items: center;
      flex-direction: column;
      width: 30%; }
      .head-box .head-tab .head-tab-box .tab-box-num {
        font-size: 16px;
        font-weight: 800;
        color: #FFE956; }
      .head-box .head-tab .head-tab-box .tab-box-name {
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF;
        margin-top: 4px; }
  .head-box .head-btn-box {
    display: flex;
    align-items: center;
    margin-bottom: -35px;
    padding: 0px 30px;
    justify-content: space-around; }
    .head-box .head-btn-box .head-btn {
      background: #FFA23E;
      border-radius: 15px;
      font-size: 14px;
      font-weight: 500;
      color: #FFFFFF;
      padding: 6px 35px;
      text-align: center; }

.head-box2-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 80px;
  z-index: 8;
  background-color: white; }

.head-box2 {
  margin: 0 auto;
  background-image: url(https://pres.vobao.com/Images/v4/m/uwap/hy/banner.png);
  background-size: 102% 100%;
  background-position-x: -1px;
  background-repeat: no-repeat;
  border-radius: 8px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: 10px 10px;
  z-index: 9; }
  .head-box2 .head-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 12px 0px; }
    .head-box2 .head-container .head-box-fl {
      display: flex;
      align-items: center; }
      .head-box2 .head-container .head-box-fl .head-img {
        width: 50px;
        height: 50px;
        background: #DFE0DB;
        border: 2px solid #FFFFFF;
        border-radius: 50%;
        margin-right: 8px; }
      .head-box2 .head-container .head-box-fl .box-fl-cont {
        font-size: 11px;
        color: #FFFFFF; }
        .head-box2 .head-container .head-box-fl .box-fl-cont .head-cont-name {
          display: flex;
          align-items: center;
          font-size: 14px;
          font-weight: 800;
          color: #FFFFFF; }
          .head-box2 .head-container .head-box-fl .box-fl-cont .head-cont-name .head-tip {
            width: 33px;
            height: 16px;
            margin-left: 5px; }
    .head-box2 .head-container .head-box-fr {
      background: #FFFFFF;
      border-radius: 11px;
      font-size: 12px;
      font-weight: 500;
      color: #45A3FA;
      padding: 4px 12px; }
  .head-box2 .head-tab {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 6px 0px;
    margin-bottom: 5px; }
    .head-box2 .head-tab .head-tab-bd {
      width: 1px;
      height: 25px;
      background: #E0E0E0;
      border-radius: 0px; }
    .head-box2 .head-tab .head-tab-box {
      display: flex;
      align-items: center;
      flex-direction: column;
      width: 30%; }
      .head-box2 .head-tab .head-tab-box .tab-box-num {
        font-size: 16px;
        font-weight: 800;
        color: #FFE956; }
      .head-box2 .head-tab .head-tab-box .tab-box-name {
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF;
        margin-top: 4px; }

.head-box2-info {
  margin: 0 auto;
  background-image: url(https://pres.vobao.com/Images/v4/m/uwap/hy/banner.png);
  background-size: 102% 100%;
  background-position-x: -1px;
  background-repeat: no-repeat;
  border-radius: 8px;
  margin: 10px 10px;
  z-index: 9; }
  .head-box2-info .head-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px 0px; }
    .head-box2-info .head-container .head-box-fl {
      display: flex;
      align-items: center; }
      .head-box2-info .head-container .head-box-fl .head-img {
        width: 50px;
        height: 50px;
        background: #DFE0DB;
        border: 2px solid #FFFFFF;
        border-radius: 50%;
        margin-right: 8px; }
      .head-box2-info .head-container .head-box-fl .box-fl-cont {
        font-size: 11px;
        color: #FFFFFF; }
        .head-box2-info .head-container .head-box-fl .box-fl-cont .head-cont-name {
          display: flex;
          align-items: center;
          font-size: 14px;
          font-weight: 800;
          color: #FFFFFF; }
          .head-box2-info .head-container .head-box-fl .box-fl-cont .head-cont-name .head-tip {
            width: 33px;
            height: 16px;
            margin-left: 5px; }
    .head-box2-info .head-container .head-box-fr {
      background: #FFFFFF;
      border-radius: 11px;
      font-size: 12px;
      font-weight: 500;
      color: #45A3FA;
      padding: 4px 12px; }
  .head-box2-info .head-tab {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 6px 0px;
    margin-bottom: 5px; }
    .head-box2-info .head-tab .head-tab-bd {
      width: 1px;
      height: 25px;
      background: #E0E0E0;
      border-radius: 0px; }
    .head-box2-info .head-tab .head-tab-box {
      display: flex;
      align-items: center;
      flex-direction: column;
      width: 30%; }
      .head-box2-info .head-tab .head-tab-box .tab-box-num {
        font-size: 16px;
        font-weight: 800;
        color: #FFE956; }
      .head-box2-info .head-tab .head-tab-box .tab-box-name {
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF;
        margin-top: 4px; }
  .head-box2-info .head-txt {
    font-size: 12px;
    color: #FFFFFF;
    padding: 12px 17px 6px;
    line-height: 2; }
    .head-box2-info .head-txt .head-txt-dd {
      height: 14px;
      width: 57px; }

.nomore-item {
  text-align: center;
  padding: 6px 0;
  font-size: 14px;
  color: gainsboro;
  display: none; }

.foot-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FDFBFB;
  display: flex;
  justify-content: space-between;
  padding: 10px 24px;
  max-width: 750px;
  margin: 0 auto;
  z-index: 9; }
  .foot-container .foot-tab-item {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .foot-container .foot-tab-item .tab-img-home {
      width: 21px;
      height: 19px;
      flex-shrink: 0; }
    .foot-container .foot-tab-item .tab-img-more {
      width: 19px;
      height: 19px;
      flex-shrink: 0; }
    .foot-container .foot-tab-item .tab-img-list {
      width: 18px;
      height: 19px;
      flex-shrink: 0; }
    .foot-container .foot-tab-item .tab-img-tbzn {
      width: 19px;
      height: 20px;
      flex-shrink: 0; }
    .foot-container .foot-tab-item .tab-img-me {
      width: 21px;
      height: 21px;
      flex-shrink: 0; }
    .foot-container .foot-tab-item .tab-text {
      margin-top: 7px;
      font-size: 12px;
      font-weight: 500;
      color: #626262; }
