/*
 * @Author: Elong 
 * @Date: 2016-08-24 15:16:55 
 * @Last Modified by: Elong
 * @Last Modified time: 2016-08-29 10:38:08
 */
.home-left-list {
  width: 320px;
  position: fixed;
  left: 100px;
  top: 0;
  bottom: 0;
  min-height: 1024px;
  box-shadow: 4px 0 10px #ddd;
  background: #fff url(/dev/product/www_v3/separate/imgs/my/desktop/home-left-list.png) -80px 0 no-repeat; }

.home-left-list-photo {
  width: 140px;
  height: 140px;
  margin-left: 47px;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 50%;
  position: relative; }
  .home-left-list-photo img {
    width: 100%;
    height: 100%; }
  .home-left-list-photo a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 140px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(245, 30, 85, 0.5);
    display: none; }
  .home-left-list-photo:hover a {
    display: block; }

.home-left-list-name {
  width: 210px;
  margin-left: 70px;
  height: 80px;
  line-height: 80px;
  text-align: right;
  font-size: 24px;
  color: #303030;
  border-bottom: 1px solid #d0d0d0; }
  .home-left-list-name h3 {
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.home-left-list-links {
  width: 102px;
  margin-right: 39px; }
  .home-left-list-links li {
    width: 102px;
    text-align: right;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0; }
    .home-left-list-links li.active a {
      color: #f51e55; }
    .home-left-list-links li a {
      display: inline-block;
      width: 102px;
      color: #707070; }
      .home-left-list-links li a:hover {
        color: #f51e55; }
    .home-left-list-links li:hover, .home-left-list-links li.active {
      border-color: #f51e55; }

.home-left-list-tools {
  position: absolute;
  top: 32px;
  right: 39px; }
  .home-left-list-tools li {
    margin-bottom: 26px; }
    .home-left-list-tools li a {
      display: block;
      width: 14px;
      height: 14px;
      overflow: hidden;
      text-indent: -9999px;
      background-repeat: no-repeat;
      background-image: url(/dev/product/www_v3/separate/imgs/my/desktop/home-left-list-tools.png); }
      .home-left-list-tools li a.preferential {
        background-position: 0 0; }
        .home-left-list-tools li a.preferential:hover, .home-left-list-tools li a.preferential.active {
          background-position: 100% 0; }
      .home-left-list-tools li a.set {
        background-position: 0 -40px; }
        .home-left-list-tools li a.set:hover, .home-left-list-tools li a.set.active {
          background-position: 100% -40px; }
      .home-left-list-tools li a.logout {
        background-position: 0 -82px; }
        .home-left-list-tools li a.logout:hover, .home-left-list-tools li a.logout.active {
          background-position: 100% -82px; }



/*# sourceMappingURL=home-left-list.css.map */
