@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif; }

@media only screen and (min-width: 320px) {
  html {
    font-size: 75% !important;
    /* 12梅16=73.4% */ } }
@media only screen and (min-width: 360px) {
  html {
    font-size: 84.375% !important;
    /* 12梅16=73.4% */ } }
@media only screen and (min-width: 375px) {
  html {
    font-size: 87.89063% !important;
    /* 14.0625梅16=73.2% */ } }
@media only screen and (min-width: 410px) {
  html {
    font-size: 97.03% !important;
    /* 15.525梅16=94% */ } }
@media only screen and (min-width: 480px) {
  html {
    font-size: 112.5% !important;
    /* 18梅16=94% */ } }
@media only screen and (min-width: 560px) {
  html {
    font-size: 131.25% !important;
    /* 21梅16=109% */ } }
@media only screen and (min-width: 640px) {
  html {
    font-size: 150% !important;
    /* 24梅16=125% */ } }
@media only screen and (min-width: 720px) {
  html {
    font-size: 168.75% !important;
    /* 27梅16=146.43% */ } }
@media only screen and (min-width: 750px) {
  html {
    font-size: 175.78125% !important;
    /* 28.125梅16=146.43% */ } }
@media only screen and (min-width: 800px) {
  html {
    font-size: 187.5% !important;
    /* 30梅16=146.43% */ } }
@media only screen and (min-width: 960px) {
  html {
    font-size: 100% !important;
    /* 36梅16=146.43% */ } }
.bind-wrap {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative; }
  .bind-wrap .bind-head {
    height: 10.66667rem;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    background-color: #fff; }
    .bind-wrap .bind-head h4 {
      position: absolute;
      bottom: 2.06222rem;
      left: 0;
      text-align: center;
      font-size: 0.99556rem;
      color: #222;
      margin: 0;
      width: 100%; }
    .bind-wrap .bind-head .bind {
      height: 4.40889rem;
      width: 3.62667rem;
      position: absolute;
      top: 2.13333rem;
      left: 50%;
      transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%); }
    .bind-wrap .bind-head .nobind {
      height: 4.40889rem;
      width: 4.40889rem;
      position: absolute;
      top: 2.13333rem;
      left: 50%;
      transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%); }
  .bind-wrap #bind-height {
    height: 12.01778rem; }
  .bind-wrap .bind-title {
    height: 2.70222rem;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    text-indent: 1.06667rem;
    font-size: 0.99556rem;
    color: #999;
    background: #eee;
    line-height: 2.70222rem; }
  .bind-wrap .bind-body {
    height: auto;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    background-color: #fff;
    margin-top: 0.85333rem;
    display: flex;
    display: -webkit-flex;
    flex-direction: column; }
    .bind-wrap .bind-body .bind-item {
      height: 4.33778rem;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      position: relative;
      background-color: #fff;
      border-bottom: 1px solid #eee; }
      .bind-wrap .bind-body .bind-item .bind-item-wrap {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: relative;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 100%;
        width: 100%;
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        border-left: 1.06667rem solid transparent;
        border-right: 1.06667rem solid transparent;
        font-size: 1.13778rem; }
        .bind-wrap .bind-body .bind-item .bind-item-wrap input {
          margin: 0;
          border: 0;
          outline: none;
          height: 80%;
          width: 80%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          color: #999; }
        .bind-wrap .bind-body .bind-item .bind-item-wrap .bind-item-left {
          position: relative;
          flex: 2;
          color: #222;
          display: flex;
          display: -webkit-flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
        .bind-wrap .bind-body .bind-item .bind-item-wrap .bind-item-right {
          position: relative;
          flex: 8; }
          .bind-wrap .bind-body .bind-item .bind-item-wrap .bind-item-right #codeButton {
            height: 2.20444rem;
            width: 7.68rem;
            border: 1px solid #ff7800;
            border-radius: 0.28444rem;
            font-size: 0.99556rem;
            color: #ff7800;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translate(0, -49%);
            -webkit-transform: translate(0, -49%); }
          .bind-wrap .bind-body .bind-item .bind-item-wrap .bind-item-right img {
            z-index: 10;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            height: 1.13778rem;
            width: 1.13778rem; }

.router-edit {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  background-color: #fff;
  overflow: scroll; }
  .router-edit .edit-header {
    height: 10.66667rem;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    background-color: #ff7800;
    /*background-color: #ff7800;*/ }
    .router-edit .edit-header .edit-header-pic {
      height: 4.40889rem;
      width: 4.40889rem;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      position: absolute;
      top: 1.77778rem;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
      .router-edit .edit-header .edit-header-pic img {
        height: 4.40889rem;
        width: 4.40889rem;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border-radius: 100%; }
      .router-edit .edit-header .edit-header-pic input {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 10; }
    .router-edit .edit-header .edit-tips {
      text-align: center;
      height: auto;
      width: 100%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      position: absolute;
      top: 7.64444rem;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      font-size: 0.99556rem;
      color: white; }
  .router-edit .edit-ceil {
    height: 4.33778rem;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #eee;
    display: flex;
    display: -webkit-flex;
    flex-direction: row; }
    .router-edit .edit-ceil .ceil-name {
      position: relative;
      width: 4.97778rem;
      height: 100%;
      line-height: 4.33778rem;
      font-size: 1.28rem;
      text-align: left;
      text-indent: 1.06667rem; }
    .router-edit .edit-ceil ::-webkit-input-placeholder {
      font-size: 1.28rem; }
    .router-edit .edit-ceil .ceil-content {
      flex: 1;
      position: relative;
      height: 100%;
      line-height: 4.33778rem;
      font-size: 0.99556rem;
      text-align: left;
      text-indent: 1rem;
      overflow: hidden;
      display: flex;
      display: -webkit-flex;
      flex-direction: row;
      color: #999; }
      .router-edit .edit-ceil .ceil-content div {
        flex: 1;
        position: relative;
        text-indent: 2.27556rem;
        line-height: 4.33778rem;
        font-size: 1.28rem;
        color: #8e8e8e; }
        .router-edit .edit-ceil .ceil-content div span {
          position: absolute;
          height: 1.49333rem;
          width: 1.49333rem;
          border-radius: 100%;
          border: 1px solid #eee;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%); }
          .router-edit .edit-ceil .ceil-content div span .active {
            height: 100%;
            width: 100%;
            border-radius: 100%;
            background: #ff7800 url(../../img/yes.png) no-repeat 50% 50%;
            background-size: 0.67556rem; }
      .router-edit .edit-ceil .ceil-content input {
        outline: none;
        border: none;
        height: 100%;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 0;
        margin: 0; }
  .router-edit button {
    width: 89.33333%;
    height: 2.91556rem;
    background-color: #ff7800;
    font-size: 1.13778rem;
    color: white;
    border: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 1.35111rem auto; }

.user-wrap {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  background-color: #e9e9e9;
  overflow: scroll; }
  .user-wrap .user-main {
    height: auto;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative; }
    .user-wrap .user-main .my-coin {
      height: 6.4rem;
      width: 100%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      position: relative;
      border-left: 1.06667rem solid transparent;
      border-right: 1.06667rem solid transparent;
      background: #fff; }
      .user-wrap .user-main .my-coin img {
        height: 3.91111rem;
        width: 3.91111rem;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        border-radius: 100%; }
      .user-wrap .user-main .my-coin article {
        height: 100%;
        width: 50%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 4.97778rem;
        display: flex;
        display: -webkit-flex;
        flex-direction: column; }
        .user-wrap .user-main .my-coin article div:nth-child(1) {
          flex: 1;
          position: relative; }
          .user-wrap .user-main .my-coin article div:nth-child(1) p {
            margin: 0;
            color: #666666;
            font-size: 0.99556rem;
            position: absolute;
            bottom: 0; }
        .user-wrap .user-main .my-coin article div:nth-child(2) {
          flex: 1;
          position: relative; }
          .user-wrap .user-main .my-coin article div:nth-child(2) p {
            margin: 0;
            color: #222222;
            font-size: 0.99556rem; }
            .user-wrap .user-main .my-coin article div:nth-child(2) p span {
              color: #ff7800; }
      .user-wrap .user-main .my-coin button {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-49%);
        -webkit-transform: translateY(-49%); }
    .user-wrap .user-main .hr {
      width: 100%;
      height: 0.35556rem;
      background: #eee; }
    .user-wrap .user-main .coin-list {
      height: auto;
      width: 100%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      position: relative; }
      .user-wrap .user-main .coin-list .coin-list-item {
        height: 13.55556rem;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: relative;
        background: #fff;
        margin-bottom: 0.85333rem; }
        .user-wrap .user-main .coin-list .coin-list-item .coin-it-wrap {
          height: 11.55556rem;
          width: 100%;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          position: relative;
          border-width: 1.6rem 1.06667rem;
          display: flex;
          display: -webkit-flex;
          flex-direction: column;
          border-color: transparent;
          border-style: solid; }
          .user-wrap .user-main .coin-list .coin-list-item .coin-it-wrap p {
            margin: 0; }
          .user-wrap .user-main .coin-list .coin-list-item .coin-it-wrap span {
            display: inline-block;
            position: absolute;
            top: 0;
            right: 0; }
          .user-wrap .user-main .coin-list .coin-list-item .coin-it-wrap .coin-it-t {
            height: 2.66667rem;
            width: 100%;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            position: relative;
            border-bottom: dashed #eee 1px; }
            .user-wrap .user-main .coin-list .coin-list-item .coin-it-wrap .coin-it-t p {
              font-size: 0.99556rem;
              color: #222; }
              .user-wrap .user-main .coin-list .coin-list-item .coin-it-wrap .coin-it-t p span {
                color: #ff7800; }
          .user-wrap .user-main .coin-list .coin-list-item .coin-it-wrap .coin-it-i {
            flex: 1;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            position: relative; }
            .user-wrap .user-main .coin-list .coin-list-item .coin-it-wrap .coin-it-i p:nth-child(1) {
              height: 3.2rem;
              width: 100%;
              line-height: 3.2rem;
              font-size: 0.99556rem;
              color: #222;
              box-sizing: border-box;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              position: relative; }
            .user-wrap .user-main .coin-list .coin-list-item .coin-it-wrap .coin-it-i p:nth-child(2) {
              height: auto;
              width: 100%;
              position: absolute;
              bottom: 1.42222rem;
              left: 0;
              font-size: 0.85333rem;
              color: #999;
              box-sizing: border-box;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box; }
            .user-wrap .user-main .coin-list .coin-list-item .coin-it-wrap .coin-it-i p:nth-child(3) {
              height: auto;
              width: 100%;
              position: absolute;
              bottom: 0;
              left: 0;
              font-size: 0.85333rem;
              color: #999;
              box-sizing: border-box;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box; }
              .user-wrap .user-main .coin-list .coin-list-item .coin-it-wrap .coin-it-i p:nth-child(4) {
              height: auto;
              width: 100%;
              position: absolute;
              bottom: -1.42222rem;
              left: 0;
              font-size: 0.85333rem;
              color: #999;
              box-sizing: border-box;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box; }
              .user-wrap .user-main .coin-list .coin-list-item .coin-it-wrap .coin-it-i p:nth-child(5) {
              height: auto;
              width: 100%;
              position: absolute;
              bottom: -2.8444rem;
              left: 0;
              font-size: 0.85333rem;
              color: #999;
              box-sizing: border-box;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box; }
    .user-wrap .user-main .my-pay-fb {
      height: 10.66667rem;
      width: 100%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      position: relative;
      border-left: 1.06667rem solid transparent;
      border-right: 1.06667rem solid transparent;
      background: #fff; }
      .user-wrap .user-main .my-pay-fb .pay-fb-box {
        height: 100%;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: relative;
        border-bottom: 1px solid #eee;
        display: flex;
        display: -webkit-flex;
        flex-direction: row; }
        .user-wrap .user-main .my-pay-fb .pay-fb-box div {
          flex: 1;
          position: relative;
          display: flex;
          display: -webkit-flex;
          flex-direction: column; }
          .user-wrap .user-main .my-pay-fb .pay-fb-box div button {
            flex: 1;
            width: auto;
            height: 2.13333rem;
            padding: 0; }
          .user-wrap .user-main .my-pay-fb .pay-fb-box div input {
            padding: 0;
            font-size: 14px;
            font-weight: 400;
            height: 2.13333rem;
            line-height: 2.13333rem;
            position: relative;
            display: inline-block;
            margin-bottom: 0;
            padding: 6px 12px;
            cursor: pointer;
            text-align: center;
            vertical-align: top;
            white-space: nowrap;
            color: #333;
            margin: 0;
            flex: 1; }
          .user-wrap .user-main .my-pay-fb .pay-fb-box div .active {
            color: #ff7800;
            border-color: #ff7800; }
          .user-wrap .user-main .my-pay-fb .pay-fb-box div .block {
            height: 2.13333rem; }
        .user-wrap .user-main .my-pay-fb .pay-fb-box aside {
          width: 1.06667rem; }
    .user-wrap .user-main .pay-choose-tops {
      height: 2.56rem;
      width: 100%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      position: relative;
      font-size: 0.99556rem;
      color: #999;
      line-height: 2.56rem;
      text-indent: 1.06667rem; }
      .user-wrap .user-main .pay-choose-tops font {
        color: #ff7800; }
      .user-wrap .user-main .pay-choose-tops span {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: absolute;
        top: 50%;
        right: 0.85333rem;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%); }
    .user-wrap .user-main .pay-choose {
      height: 4.08889rem;
      width: 100%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      position: relative;
      border-left: 1.06667rem solid transparent;
      border-right: 1.06667rem solid transparent;
      background: #fff;
      margin-top: 0.71111rem;
      display: flex;
      display: -webkit-flex;
      flex-direction: row; }
      .user-wrap .user-main .pay-choose .choose-title {
        flex: 148;
        position: relative; }
        .user-wrap .user-main .pay-choose .choose-title p {
          margin: 0;
          color: #000000;
          margin-top: 0.71111rem;
          font-size: 0.99556rem; }
      .user-wrap .user-main .pay-choose .choose-way {
        flex: 332;
        position: relative;
        display: flex;
        display: -webkit-flex;
        flex-direction: row; }
        .user-wrap .user-main .pay-choose .choose-way .choose-ali,
        .user-wrap .user-main .pay-choose .choose-way .choose-wx {
          position: relative;
          height: 4.08889rem;
          width: 4.62222rem; }
          .user-wrap .user-main .pay-choose .choose-way .choose-ali img,
          .user-wrap .user-main .pay-choose .choose-way .choose-wx img {
            height: 3.30667rem;
            width: 3.30667rem;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            position: absolute;
            bottom: 0;
            left: 0; }
          .user-wrap .user-main .pay-choose .choose-way .choose-ali span,
          .user-wrap .user-main .pay-choose .choose-way .choose-wx span {
            display: block;
            height: 1.35111rem;
            width: 1.35111rem;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            position: absolute;
            bottom: 2.59556rem;
            left: 2.59556rem;
            z-index: 2;
            border-radius: 100%;
            border: 1px solid white;
            background: #ff7800 url(../../img/yes.png) no-repeat 50% 50%;
            background-size: 0.67556rem 0.67556rem; }
      .user-wrap .user-main .pay-choose .choose-tips {
        flex: 213;
        position: relative; }
        .user-wrap .user-main .pay-choose .choose-tips p {
          margin: 0.71111rem 0 0;
          font-size: 0.99556rem;
          text-align: right; }
    .user-wrap .user-main .pay-b {
      width: 92%;
      height: 2.91556rem;
      background-color: #ff7800;
      font-size: 1.13778rem;
      color: white;
      left: 50%;
      border: 0;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      margin: 1.35111rem auto; }
    .user-wrap .user-main .user-header {
      height: 12.69333rem;
      width: 100%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      position: relative;
      background-color: #ff7800;
      /*background-color: #ff7800;*/ }
      .user-wrap .user-main .user-header .img {
        height: 4.40889rem;
        width: 4.40889rem;
        position: absolute;
        top: 2.31556rem;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        border-radius: 100%; }
        .user-wrap .user-main .user-header .img img {
          height: 4.40889rem;
          width: 4.40889rem;
          border-radius: 100%; }
        .user-wrap .user-main .user-header .img .man {
          position: absolute;
          right: 8%;
          bottom: 8%;
          z-index: 10;
          height: 1.20889rem;
          width: 1.20889rem;
          background: url("../../img/man.png") no-repeat 0 0;
          background-size: 100% 100%; }
        .user-wrap .user-main .user-header .img .woman {
          position: absolute;
          right: 8%;
          bottom: 8%;
          z-index: 10;
          height: 1.20889rem;
          width: 1.20889rem;
          background: url("../../img/women.png") no-repeat 0 0;
          background-size: 100% 100%; }
      .user-wrap .user-main .user-header .name {
        height: 1.35111rem;
        width: auto;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        line-height: 1.35111rem;
        color: #fff;
        font-size: 0.99556rem;
        text-align: right;
        position: absolute;
        top: 7.28889rem;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%); }
      .user-wrap .user-main .user-header .edit {
        display: block;
        height: 1.92rem;
        width: 1.92rem;
        font-size: 1.42222rem;
        line-height: 1.92rem;
        color: #fff;
        text-align: center;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: absolute;
        top: 1.06667rem;
        right: 1.06667rem; }
      .user-wrap .user-main .user-header .tel {
        height: auto;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: absolute;
        bottom: 2.31111rem;
        left: 0;
        text-align: center;
        font-size: 0.99556rem;
        color: white; }
    .user-wrap .user-main .game-played-title {
      height: 2.70222rem;
      width: 100%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      position: relative;
      text-indent: 1.06667rem;
      font-size: 0.99556rem;
      color: #999;
      background: #eee;
      line-height: 2.70222rem; }
    .user-wrap .user-main .game-played {
      height: 8.21333rem;
      width: 100%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      position: relative;
      background-color: #fff;
      border-top: 0.71111rem solid transparent;
      border-bottom: 1.06667rem solid transparent; }
      .user-wrap .user-main .game-played .game-played-item {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: relative;
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        height: 100%;
        width: 100vw; }
        .user-wrap .user-main .game-played .game-played-item .game-played-li {
          width: 33.333333vw;
          position: relative;
          display: flex;
          display: -webkit-flex;
          flex-direction: column; }
          .user-wrap .user-main .game-played .game-played-item .game-played-li .img {
            height: 4.62222rem;
            flex: 1;
            position: relative;
            border-radius: 0.35556rem;
            overflow: hidden; }
            .user-wrap .user-main .game-played .game-played-item .game-played-li .img img {
              height: 3.91111rem;
              width: 3.91111rem;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              border-radius: 0.35556rem; }
          .user-wrap .user-main .game-played .game-played-item .game-played-li p {
            height: 0.99556rem;
            font-size: 0.99556rem;
            height: auto;
            width: 100%;
            line-height: 1.13778rem;
            color: #222;
            text-align: center;
            margin: 0;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            width: 80%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
    .user-wrap .user-main .user-ceil {
      height: auto;
      width: 100%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      position: relative;
      background-color: #eee; }
      .user-wrap .user-main .user-ceil .user-coin {
        height: 4.26667rem;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: relative; }
      .user-wrap .user-main .user-ceil .user-bag {
        height: 4.26667rem;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: relative; }
      .user-wrap .user-main .user-ceil div:nth-last-child(1) {
        margin-bottom: 0.99556rem; }
      .user-wrap .user-main .user-ceil div {
        background: url("../../img/kick.png") no-repeat 100% 50%;
        background-size: 0.49778rem 0.85333rem;
        border-left: transparent solid 1.06667rem;
        border-right: transparent solid 1.06667rem;
        margin-top: 0.99556rem;
        background-color: #fff; }
        .user-wrap .user-main .user-ceil div img {
          height: 2.20444rem;
          width: 2.20444rem;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%); }
        .user-wrap .user-main .user-ceil div p {
          margin: 0;
          font-size: 1.13778rem;
          color: #000000;
          position: absolute;
          top: 50%;
          left: 2.95111rem;
          transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%); }
        .user-wrap .user-main .user-ceil div span {
          /*color: #ff7800;*/
          color: #ff7800;
          font-size: 1.13778rem;
          position: absolute;
          top: 50%;
          right: 1.31556rem;
          transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%); }
    .user-wrap .user-main .user-tip {
      height: 1.6rem;
      width: 100%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      margin-top: 1.06667rem;
      position: relative;
      border-left: transparent solid 1.06667rem;
      border-right: transparent solid 1.06667rem; }
      .user-wrap .user-main .user-tip p {
        height: 1.6rem;
        width: 14.22222rem;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        margin: 0;
        color: #8e8e8e;
        background-color: #e9e9e9;
        font-size: 0.85333rem;
        text-align: center;
        z-index: 2; }
      .user-wrap .user-main .user-tip span {
        display: block;
        border-bottom: 1px solid #d3d3d3;
        height: 1px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }

.setting-title {
  height: 2.70222rem;
  width: 100%;
  text-indent: 1.06667rem;
  background: #eee;
  line-height: 2.70222rem;
  font-size: 0.99556rem;
  color: #999; }

.setting-item {
  height: 4.33778rem;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  background: url("../../img/kick.png") no-repeat 100% 50%;
  background-size: 0.49778rem 0.85333rem;
  border-left: transparent solid 1.06667rem;
  border-right: transparent solid 1.06667rem;
  border-bottom: 1px solid #eee;
  background-color: #fff; }
  .setting-item p {
    margin: 0;
    font-size: 1.28rem;
    color: #000000;
    position: absolute;
    top: 50%;
    left: 0rem;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%); }
  .setting-item span {
    color: #8e8e8e;
    font-size: 0.85333rem;
    position: absolute;
    top: 50%;
    right: 1.31556rem;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%); }

.setting-item:nth-child(1) {
  margin-top: 0.85333rem; }
  .setting-item:nth-child(1) p {
    color: #999; }

.pay-b {
  width: 92%;
  height: 2.91556rem;
  background-color: #ff7800;
  font-size: 1.13778rem;
  color: white;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 1.35111rem auto; }
