.ys_container {
  position: fixed;
  display: block;
  top: 0;
  bottom: 0; }

.top-nav {
  height: 0.45rem;
  line-height: 0.45rem;
  padding: 0 0.45rem;
  text-align: center;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
  color: #323232;
  position: relative;
  z-index: 2; }

.nav-goback {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.45rem;
  height: 0.45rem;
  background: url("./../../images/back.png") no-repeat center;
  background-size: 0.12rem 0.2rem; }

.nav-title {
  font-size: 0.16rem; }

.my-container {
  display: flex;
  flex-direction: column;
  height: 100vh; }
  .my-container .my-header {
    position: relative;
    background-color: #f7f6f8;
    height: 2.18rem;
    width: 100%; }
    .my-container .my-header:before {
      content: " ";
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../../images/event/user-bg.png") no-repeat top center;
      background-size: 100% 1.48rem; }
    .my-container .my-header .my-card {
      position: absolute;
      height: 1.42rem;
      top: 0.66rem;
      left: 0;
      right: 0;
      margin: 0 0.16rem;
      background-color: #fff;
      border-radius: 4px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 0.21rem; }
      .my-container .my-header .my-card:after {
        content: " ";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: url("../../images/event/user-card-bg.png") no-repeat center;
        background-size: 100%; }
      .my-container .my-header .my-card .my-avatar {
        width: 0.64rem;
        height: 0.64rem;
        border-radius: 50%;
        z-index: 1; }
      .my-container .my-header .my-card .my-info {
        position: relative;
        margin-left: 0.11rem;
        flex: auto;
        z-index: 1; }
        .my-container .my-header .my-card .my-info label.my-name {
          display: flex;
          flex-wrap: wrap;
          font-size: 0.21rem;
          line-height: 0.3rem;
          font-weight: 600;
          color: #121c32; }
        .my-container .my-header .my-card .my-info .my-tel {
          display: block;
          font-size: .16rem;
          line-height: .22rem;
          color: #3D445C;
          margin-top: .04rem; }
      .my-container .my-header .my-card .my-login {
        margin-left: 0.11rem;
        flex: auto;
        z-index: 1; }
        .my-container .my-header .my-card .my-login .login-title {
          font-size: 0.21rem;
          line-height: 0.3rem;
          height: 0.3rem;
          font-weight: 600;
          color: #121c32; }
        .my-container .my-header .my-card .my-login .login-tip {
          font-size: 0.16rem;
          line-height: 0.22rem;
          color: #3d445c;
          margin-top: 0.04rem; }
  .my-container .help-center {
    position: relative;
    display: block;
    height: 0.53rem;
    padding: 0 0.16rem;
    background-color: white;
    font-size: 0.16rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 0.22rem; }
    .my-container .help-center label.help-center-title {
      color: #121c32; }
    .my-container .help-center span.help-center-tel a {
      color: #2d59b1; }
  .my-container .other {
    width: 100%;
    background-color: #fff;
    flex: auto;
    margin-top: .06rem;
    position: relative; }
    .my-container .other .advert {
      margin-top: .21rem;
      width: 100%; }
      .my-container .other .advert .single {
        margin: 0 auto;
        width: 3.68rem;
        height: 1.71rem;
        display: block; }
        .my-container .other .advert .single img {
          width: 100%;
          height: 100%; }
    .my-container .other .logout {
      position: absolute;
      bottom: .85rem;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      width: 3.47rem;
      margin: 0 auto;
      background: #F7F8FA;
      color: #808595;
      font-size: .16rem;
      height: .49rem;
      line-height: 0.49rem;
      text-align: center;
      border-radius: 4px; }
