@charset "UTF-8";
html {
  font-size: 20px; }

html {
  font-size: 10px;
  overflow-x: hidden; }
  @media screen and (min-width: 320px) {
    html {
      font-size: 17px; } }
  @media screen and (min-width: 360px) {
    html {
      font-size: 19px; } }
  @media screen and (min-width: 375px) {
    html {
      font-size: 20px; } }
  @media screen and (min-width: 414px) {
    html {
      font-size: 22px; } }

body {
  font-size: 14px; }

@font-face {
  font-family: 'iconfont';
  src: url("../../public/font/iconfont_b5578579b7a67d36.eot");
  /* IE9*/
  src: url("../../public/font/iconfont_1988bfc95cc9b427.woff") format("woff"), url("../../public/font/iconfont_462788dd5e7a3ab3.ttf") format("truetype"), url("../../public/font/iconfont_79f3767cf584e25c.svg") format("svg");
  /* iOS 4.1- */ }

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale; }

/*
刷新1
*/
html {
  background-color: #F4F4F4; }

.under-top-bar {
  margin-top: 2.55rem; }

.mod {
  margin-bottom: 0.5rem; }

.mod-user-info, .mod-item {
  background-color: #fff;
  margin-bottom: 0.5rem; }

.mod-item a {
  color: #3f3f3f;
  font-size: 0.8rem;
  height: 3rem;
  line-height: 3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  position: relative; }

.mod-item .mod-title {
  margin-left: 4%; }

.mod-item .sub-info {
  position: absolute;
  right: 4%;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  font-size: 0.7rem;
  color: #999; }
  .mod-item .sub-info .icon-arrow-right {
    display: inline-block;
    vertical-align: middle;
    width: 0.4rem;
    height: 0.65rem;
    background: url("../../public/images/sc_img_home_b8ee226dbc7a1e8b.png") no-repeat -3.5rem 0rem; background-size: 3.9rem 3.3rem; width: 0.4rem; height: 0.65rem;;
    
    background-repeat: no-repeat; }

.mod-item.mod-logout {
  text-align: center;
  color: #999; }

.user-info {
  background-image: url(../images/personal-center-bg_e0d6dcb87246f2cc.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  height: 5.475rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .user-info .user-head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.5rem;
            flex: 0 0 3.5rem;
    height: 3.5rem;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4%; }
    .user-info .user-head img {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50%; }
  .user-info .user-detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.6rem; }
    .user-info .user-detail .user-name {
      font-size: 0.8rem;
      line-height: 1.125rem;
      color: #333;
      margin-bottom: 0.2rem; }
    .user-info .user-detail .user-balance {
      font-size: 0.6rem;
      line-height: 0.825rem;
      color: #333; }
      .user-info .user-detail .user-balance #text_balance_count {
        color: #FF613E; }
      .user-info .user-detail .user-balance span {
        color: #999; }

.icon-home-fixed {
  position: fixed;
  right: 0.375rem;
  bottom: 6.75rem;
  opacity: 0.8; }
  .icon-home-fixed .icon-home {
    width: 3.25rem;
    height: 3.3rem;
    background: url("../../public/images/sc_img_home_b8ee226dbc7a1e8b.png") no-repeat 0rem 0rem; background-size: 3.9rem 3.3rem; width: 3.25rem; height: 3.3rem;;
    
    background-repeat: no-repeat;
    font-size: 0;
    text-indent: -1000px;
    display: block; }
