html, body {
    height: 100%;
    margin: 0 auto;
    padding: 0;
    /* overflow: hidden; */
    font-size: 16px;
    font-family: STHeiTi, Tahoma, Helvetica, Arial, sans-serif;
  }
  html {
    /* background-color: #2d3132; */
  }
  h1, h2, h3, h4, h5, h6, article, section, div, p {
    margin: 0;
    padding: 0;
  }
  a {
    text-decoration:none;
  }
  .container {
    width: 100%;
    height: 100%;
    min-height: 500px;
    position: relative;
    overflow: visible;
  }
  .page {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover !important;
    overflow: hidden;
  }
  .group {
    position: relative;
  }
  .layer {
    position: absolute;
    z-index: 1;
  }
  .group-bg {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .zindex1 {
    z-index: 1;
  }
  .zindex2 {
    z-index: 2;
  }
  .zindex3 {
    z-index: 3;
  }
  .zindex4 {
    z-index: 4;
  }
  .zindex5 {
    z-index: 5;
  }
  /* 隐藏 */
  .none {
    display: none;
  }
  img {
    user-select: none;
    touch-callout:none;
    /*pointer-events: none;*/
  }
  ul,li{ list-style-type:none;}
  * {
    -webkit-tap-highlight-color:transparent;
    padding: 0;
  }
  
  
.allbottom {
	width: 100%;
	height: 2rem;
}
.bold {
	font-weight: bold;
}
.borderno {
	border: 0!important;
}
  
  /* colorbg */
  .top {width:10.8rem;height:1.54rem;left:0rem;top:0;}
  .back_text {left:0.9rem;top:0rem;font-size: 0.46rem;line-height: 1.54rem;color: #fff;}
  .top_text {width:100%;height:100%;left:0rem;top:0;text-align: center;font-size: 0.46rem;line-height: 1.54rem;color: #fff;}
  .back {width:0.26rem;height:0.43rem;left:0.41rem;top:0.54rem;} 
  
  .flex {display: flex;}
  .aligncenter {align-items: center;}
  .colorbg {
    background: linear-gradient(to right, #f39631 0%,#f1c41e 100%);
  }