body {
  background: #F5F5F5;
}
.header {
  width: 100%;
  height: 66px;
  background: url(../images/header-bg1.png);
  background-size: 100% 100%;
  position: relative;
  top: 0;
  left: 0;
  .content {
    width: 1308px;
    height: 66px;
    margin: 0 auto;
    background: url(../images/header-bg2.png);
    background-size: 100% 100%;
    font-size: 0;
    position: relative;
    .header-logo {
      display: inline-block;
      vertical-align: top;
      margin-left: 130px;
      margin-top: 8px;
    }
    .nav {
      height: 66px;
      display: inline-block;
      vertical-align: top;
      .nav-ul {
        padding-left: 16px;
        .nav-li {
          display: inline-block;
          vertical-align: top;
          height: 66px;
          line-height: 66px;
          margin-right: 70px;
          a {
            display: block;
            font-size: 20px;
          }
          &:last-child {
            margin-right: 0;
          }
        }
      }
    }
    .login-no {
      // display: none;
      float: right;
      font-size: 16px;
      height: 66px;
      line-height: 66px;
      position: relative;
      .login {
        display: inline-block;
        margin-right: 20px;
      }
      .register {
        display: inline-block;
        margin-right: 120px;
      }
      .line {
        position: absolute;
        width: 1px;
        height: 14px;
        top: 50%;
        margin-top: -5px;
        left: 52px;
        background: #ECECEC;
      }
    }
    .lonin-yes {
      display: none;
      height: 66px;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 3;
      .header-avatar {
        display: inline-block;
        vertical-align: top;
        width: 45px;
        height: 45px;
        margin-top: 10.5px;
        border-radius: 50%;
      }
      .header-name {
        display: inline-block;
        color: #111111 !important;
        vertical-align: top;
        width: 265px;
        height: 66px;
        line-height: 66px;
        font-size: 20px;
        margin-left: 8px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
      }
      .info-pop-box {
        width: 278px;
        height: 392px;
        position: absolute;
        top: 66px;
        left: -25px;
        display: none;
        .info-pop {
          margin-top: 14px;
          float: left;
          width: 278px;
          height: 378px;
          background: #FFFFFF;
          border-radius: 7px;
          box-shadow: 0px 2px 20px 2px #cecdcd;
          .info-avatar {
            display: block;
            width: 75px;
            height: 75px;
            margin: 0 auto;
            border-radius: 50%;
            margin-top: 34px;
            margin-bottom: 14px;
          }
          .info-name {
            font-size: 22px;
            text-align: center;
            color: #111111;
          }
          .info-uid {
            font-size: 14px;
            text-align: center;
            color: #999999;
            margin-top: 5px;
            margin-bottom: 16px;
          }
          .info-score {
            font-size: 12px;
            text-align: center;
          }
          .progress-box {
            width: 180px;
            height: 8px;
            border: 1px solid #ff6600;
            border-radius: 4px;
            margin: 0 auto;
            margin-top: 5px;
            position: relative;
            .propress {
              width: 50%;
              height: 4px;
              width: 172px;
              background: linear-gradient(to right, #FF5102, #FE8D00);
              margin-top: 2px;
              margin-left: 4px;
              border-radius: 2px;
            }
            .level {
              width: 22px;
              position: absolute;
              top: -7px;
            }
            .level1 {
              left: -30px;
            }
            .level2 {
              right: -30px;
            }
          }
          .treasure-box {
            width: 216px;
            margin: 0 auto;
            margin-top: 26px;
            text-align: center;
            .treasure {
              display: inline-block;
              vertical-align: top;
              width: 50%;
              .num {
                font-size: 22px;
                margin-bottom: 5px;
              }
              .txt {
                font-size: 16px;
                color: #999999;
              }
            }
          }
          .personal {
            width: 235px;
            height: 55px;
            line-height: 55px;
            text-align: center;
            border-top: 1px solid #ECECEC;
            margin: 0 auto;
            margin-top: 17px;
            .per-center {
              font-size: 15px;
            }
            img {
              width: 6px;
              margin-left: 5px;
            }
          }
        }
      }
    }
  }
}

.main {
  width: 1240px;
  height: 753px;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  top: 40px;
  background: #fff;
  .info-nav {
    width: 270px;
    height: 753px;
    float: left;
    background: #ebebeb;
    border-radius: 10px 0 0 10px;
    .info {
      width: 270px;
      height: 237px;
      background: url(../images/info-nav-bg.png) no-repeat;
      background-size: 100% 100%;
      border-radius: 10px 0 0 0; 
      .avatar-box {
        width: 90px;
        height: 90px;
        margin: 0 auto;
        position: relative;
        padding-top: 35px;
        .avatar {
          width: 90px;
          height: 90px;
          border-radius: 50%;
        }
        .level {
          width: 22px;
          position: absolute;
          right: 3px;
          bottom: 0px;
        }
      }
      .name {
        font-size: 22px;
        color: #fff;
        text-align: center;
        margin-top: 5px;
        .level2 {
          display: inline-block;
          width: 20px;
          height: 20px;
          line-height: 20px;
          text-align: center;
          font-size: 16px;
          background: rgba(0, 0, 0, 0.1);
          border-radius: 50%;
        }
      }
      .uid {
        text-align: center;
        color: rgba(255, 255, 255, 0.5);
        font-size: 14px;
        margin: 3px auto 8px auto;
      }
      .address-box {
        text-align: center;
        color: rgba(255, 255, 255, 0.5);
        font-size: 14px;
        img {
          position: relative;
          top: 2px;
        }
      }
    }
    .side-nav {
      .side-nav-li {
        height: 47px;
        line-height: 47px;
        text-align: center;
        position: relative;
        font-size: 16px;
        .line {
          width: 4px;
          height: 47px;
          position: absolute;
          left: 0;
          top: 0;
          background: #ff6600;
          display: none;
        }
        a {
          color: #111111;
        }
        .pop-outlogin {
          display: none;
          width: 407px;
          height: 222px;
          background: #fff;
          border-radius: 8px;
          position: absolute;
          left: 570px;
          top: -270px;
          z-index: 99;
          .close {
            position: absolute;
            right: 15px;
            top: 18px;
            img {
              display: block;
            }
          }
          .tureoutlogintxt {
            font-size: 22px;
            text-align: center;
            color: #111;
            margin-top: 55px;
          }
          .canceloutlogin {
            float: left;
            width: 125px;
            height: 46px;
            line-height: 46px;
            background: linear-gradient(to right, #FB8211, #FA6336);
            color: #fff;
            font-size: 18px;
            border-radius: 23px;
            margin-top: 41px;
            margin-left: 60px;
            box-shadow: 0px 2px 10px 2px #FFCCAF;
          }
          .trueoutlogin {
            float: right;
            width: 125px;
            height: 46px;
            line-height: 46px;
            background: linear-gradient(to right, #FB8211, #FA6336);
            color: #fff;
            font-size: 18px;
            border-radius: 23px;
            margin-top: 41px;
            margin-right: 60px;
            box-shadow: 0px 2px 10px 2px #FFCCAF;
          }
        }
      }
      .active {
        background: #fff;
        a {
          color: #ff6600;
        }
        .line {
          display: block;
        }
      }
    }
  }
  .content {
    width: 910px;
    height: 753px;
    float: left;
    margin-left: 30px;
    .common-title {
      height: 66px;
      line-height: 75px;
      color: #111111;
      font-size: 18px;
      border-bottom: 1px solid #efefef;
      margin-top: 0;
      margin-bottom: 0;
    }
  }
}
.pitch a{
  color: #ff6600 !important;
}