body * {
  max-height: 999999px; }

@media only screen and (max-width: 800px) {
  #main {
    position: relative; } }
#main .left .avatar {
  position: relative;
  margin: 50px auto 20px;
  width: 80px;
  height: 80px; }
  @media only screen and (max-width: 800px) {
    #main .left .avatar {
      margin: 50px auto 40px; } }
  #main .left .avatar .image-border {
    position: absolute;
    left: 50%;
    margin: -5px 0 0 -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff; }
  #main .left .avatar .image {
    position: absolute;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff url("image/empty.png") 0 0 no-repeat;
    background-size: 100%; }
#main .left .own {
  margin-top: 40px;
  border-top: 5px solid #ccc; }
  #main .left .own li {
    position: relative;
    display: inline-block;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    cursor: pointer;
    width: 100%;
    text-indent: 25px; }
    #main .left .own li.choose::after {
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      border-width: 30px;
      border-style: solid;
      border-color: transparent #f3f5f7 transparent transparent;
      content: ''; }
    #main .left .own li:nth-child(odd) {
      background-color: rgba(255, 255, 255, 0.3); }
    #main .left .own li:hover {
      background-color: rgba(255, 255, 255, 0.6); }
      #main .left .own li:hover a {
        color: #123; }
#main .right .quit a {
  z-index: 100;
  cursor: pointer; }
  #main .right .quit a i {
    font-size: 48px;
    color: #567; }
#main .right .desc {
  margin: 30px 0;
  padding: 10px;
  font-size: 24px;
  line-height: 36px;
  border-radius: 20px;
  background-color: rgba(85, 102, 119, 0.3); }
@media only screen and (max-width: 800px) {
  #main {
    height: 100%; }
    #main .left {
      border-radius: 20px 20px 0 0;
      padding-top: 50px;
      max-width: 1004px; }
      #main .left .avatar {
        position: relative;
        margin: 0 auto 20px;
        width: 80px;
        height: 80px; } }
      @media only screen and (max-width: 800px) and (max-width: 800px) {
        #main .left .avatar {
          margin: 0 auto 40px; } }
@media only screen and (max-width: 800px) {
        #main .left .avatar .image-border {
          position: absolute;
          left: 50%;
          margin: -5px 0 0 -40px;
          width: 80px;
          height: 80px;
          border-radius: 50%;
          background-color: #fff; }
        #main .left .avatar .image {
          position: absolute;
          left: 50%;
          margin-left: -35px;
          width: 70px;
          height: 70px;
          border-radius: 50%;
          background: #fff url("image/empty.png") 0 0 no-repeat;
          background-size: 100%; }
      #main .left .own {
        margin-top: 40px;
        border-top: 5px solid #ccc;
        overflow: visible; }
        #main .left .own li {
          display: inline-block;
          color: #fff;
          line-height: 60px;
          cursor: pointer;
          width: 100%;
          font-size: 24px;
          height: 50px;
          line-height: 50px;
          font-size: 20px; }
          #main .left .own li a {
            display: block;
            width: 100%;
            height: 100%; }
          #main .left .own li:nth-child(odd) {
            background-color: rgba(255, 255, 255, 0.3); }
          #main .left .own li:hover {
            background-color: rgba(255, 255, 255, 0.6); }
            #main .left .own li:hover i, #main .left .own li:hover a {
              color: #123; }
          #main .left .own li i {
            margin: 0 25px 0 40px; }
          #main .left .own li i {
            margin: 0 30px 0 40px; }
        #main .left .own li {
          display: none; }
          #main .left .own li.choose {
            display: inline-block; }
          #main .left .own li.choose::after {
            border-width: 25px; }
      #main .left .link {
        margin-top: 40px;
        border-top: 5px solid #ccc;
        display: none;
        position: absolute;
        width: 300px;
        bottom: 0; }
        #main .left .link:last-child {
          border-bottom-left-radius: 40px; }
        #main .left .link::before {
          content: '-link-';
          position: absolute;
          font-size: 16px;
          color: #ccc;
          top: -28px;
          left: 20px; }
        #main .left .link li:last-child {
          border-bottom-left-radius: 40px; }
        #main .left .link li {
          display: inline-block;
          color: #fff;
          line-height: 60px;
          cursor: pointer;
          width: 100%;
          font-size: 24px;
          height: 50px;
          line-height: 50px;
          font-size: 20px; }
          #main .left .link li a {
            display: block;
            width: 100%;
            height: 100%; }
          #main .left .link li:nth-child(odd) {
            background-color: rgba(255, 255, 255, 0.3); }
          #main .left .link li:hover {
            background-color: rgba(255, 255, 255, 0.6); }
            #main .left .link li:hover i, #main .left .link li:hover a {
              color: #123; }
          #main .left .link li i {
            margin: 0 25px 0 40px; }
          #main .left .link li i {
            margin: 0 30px 0 40px; }
    #main .right {
      overflow: hidden; }
      #main .right .quit {
        position: relative;
        margin-bottom: 30px; }
        #main .right .quit a {
          position: absolute;
          top: -20px; }
          #main .right .quit a i {
            font-size: 32px; }
      #main .right .desc {
        margin: 30px 0;
        padding: 10px;
        font-size: 16px;
        line-height: 20px;
        border-radius: 20px; } }

/*# sourceMappingURL=publicDemo.css.map */
