
  * {
    padding: 0px;
    margin: 0px;
  }
  ::-webkit-scrollbar{
      display: none;
      color:transparent;
  }

  body {
    color: #000000;
    background-color: #f2f2f2;
    background-repeat: repeat-x;
    font-size:0.4rem;
    font-family: "PingFang-SC-Bold";
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  #app {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }

  .OF{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }


.f{
     font-size:0.8rem; 
}
.f1{
    font-size:0.9rem; 
}
.f2{
    font-size:1rem; 
}
.f3{
    font-size:1.1rem; 
}
.f4{
    font-size:1.2rem; 
}
.f5{
    font-size:1.3rem; 
}
.f6{
    font-size:1.4rem; 
}
.f7{
    font-size:1.5rem; 
}
.f8{
    font-size:1.6rem; 
}


.Ma{
     margin:   0 auto;
}

.flex{
    display: flex;
    display: -webkit-flex;/*老版本语法：Safari,iOS,Android browser,old Webkit browser*/
	display: -moz-flex;/*老版本语法：Firefox(buggy)*/
    display: -ms-flexbox;/*混合版本语法：IE 10*/
}

.flexR{
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
     flex-direction: row;
}

.flexC{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
     flex-direction: column;
}


.flexJ{
    justify-content: space-between
}
.center{
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.Jb{
    background: -moz-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%) ;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#E6E6E6))  ;
    background: -webkit-linear-gradient(top, #FFFFFF  0%,#E6E6E6 100%) ;
    background: -o-linear-gradient(top, #FFFFFF 0%,#E6E6E6 100%) ;
    background: -ms-linear-gradient(top, #FFFFFF 0%,#E6E6E6 100%) ;
}
.C{
    text-align: center;
}
.title1{
    color:#525252!important;
  }
.radioImg{
    width:.55rem;
    height:.55rem;
}  
