.info-box {
  background: #FAFAFA;
  position: absolute;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px #ccc;
  border: 1px solid #ccc;
  border-radius: 5px;
  min-width: 80px;
  height: auto;
  line-height: 23px;
  font-size: 12px;
  text-align: left;
  cursor: default;
  z-index: 1000000;
  display: none;
}
.arrow-in {
  position: absolute;
  width: 0;
  height: 0;
}
/*上*/
.top-arrow-out {
  position: absolute;
  width: 0;
  height: 0;
  top: -9px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #cccccc;
}
.top-arrow-in {
  position: absolute;
  width: 0;
  height: 0;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FFF;
  z-index: 1000000000;
}
/*右*/
.right-arrow-out {
  position: absolute;
  width: 0;
  height: 0;
  right: -9px;
  bottom: 50px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #cccccc;
}
.right-arrow-in {
  position: absolute;
  width: 0;
  height: 0;
  right: -8px;
  bottom: 50px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #FFF;
  z-index: 1000000000;
}
/*下*/
.bottom-arrow-out {
  position: absolute;
  width: 0;
  height: 0;
  bottom: -9px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #cccccc;
}
.bottom-arrow-in {
  position: absolute;
  width: 0;
  height: 0;
  bottom: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #FFF;
  z-index: 1000000000;
}
/*左*/
.left-arrow-out {
  position: absolute;
  width: 0;
  height: 0;
  left: -9px;
  bottom: 50px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #cccccc;
}
.left-arrow-in {
  position: absolute;
  width: 0;
  height: 0;
  left: -8px;
  bottom: 50px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #FFF;
  z-index: 1000000000;
}
/*上*/
.arrow-icon {
  position: absolute;
  width: 0;
  height: 0;
  left: 4px;
  bottom: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #cccccc;
}
.tooltip-user-info {
  position: fixed !important;
  padding: 0;
  width: 200px;
  height: auto;
}
.tooltip-user-info li {
  position: relative;
  border-bottom: 1px solid #ddd;
  line-height: 60px;
}
.tooltip-user-info li.users {
  padding: 0 10px;
}
.tooltip-user-info li:last-child {
  border-bottom: 0 ;
}
.tooltip-user-info li .photos {
  margin-right: 10px;
  border-radius: 50% ;
  width: 50px;
  height: 50px;
  float: left;
}
.tooltip-user-info li .sign {
  position: absolute;
  right: 10px;
  top: 15px;
}
.tooltip-user-info li a {
  display: block;
  padding: 0 10px;
}
.tooltip-user-info li a:hover {
  background: #eee;
}
#tooltip-type {
  padding: 10px 0 0 0;
  width: 80px;
  height: auto;
}
#tooltip-type li {
  position: relative;
  list-style-type: none;
  line-height: 40px;
}
#tooltip-user-home {
  position: fixed !important;
  padding: 10px;
  width: 350px;
  height: 250px;
  z-index: 10000;
}
#tooltip-user-home .tooltip-user-home-left {
  border-right: 1px solid #eee;
  width: 100px;
  height: 230px;
}
#tooltip-user-home .tooltip-user-home-right {
  width: 100px;
  height: 230px;
}
#tooltip-user-home li {
  border: 0;
  padding: 10px;
  width: 20% !important;
  line-height: 60px;
  color: #666;
  text-align: center;
}
#tooltip-user-home li a {
  display: block;
  padding: 0 10px;
}
#tooltip-user-home li a:hover {
  background: #eee;
}
#toolupfile {
  padding: 10px;
  width: 268px;
}
#toolupfile li {
  width: 80px !important;
  height: 80px !important;
  line-height: 80px !important;
}
#toolupfile li img {
  width: 80px;
  height: 80px;
}
#toolupvideo {
  padding: 10px;
  width: 400px;
}
#toolupvideo h1 {
  font-size: 14px;
}
#toolupvideo h2 {
  font-size: 12px;
}
#toolupvideo li img {
  width: 80px;
  height: 80px;
}
#toolface {
  padding: 15px;
  width: 416px;
  height: 330px;
}
#toolface .facetyle {
  height: 30px;
}
#toolface .facebox {
  height: 200px;
}
#toolface li {
  width: 32px;
  height: 32px;
  line-height: 32px;
  float: left;
  text-align: center;
}
#toolgrouping {
  padding: 15px;
  width: 250px;
  height: 250px;
}
#toolgrouping .facetyle {
  height: 30px;
}
#toolgrouping .facebox {
  height: 200px;
}
#toolgrouping li {
  width: 32px;
  height: 32px;
  line-height: 32px;
  float: left;
  text-align: center;
}
.tooltip-user-setting {
  position: fixed !important;
  top: 45px;
  padding: 10px 0 0 0 ;
  height: auto;
}
.tooltip-user-setting li {
  position: relative;
  line-height: 35px;
}
.tooltip-user-setting li.users {
  padding: 0 10px;
}
.tooltip-user-setting li:last-child {
  border-bottom: 0 ;
}
.tooltip-user-setting li .photos {
  margin-right: 10px;
  border-radius: 50% ;
  width: 50px;
  height: 50px;
  float: left;
}
.tooltip-user-setting li .sign {
  position: absolute;
  right: 10px;
  top: 15px;
}
.tooltip-user-setting li a {
  display: block;
  padding: 0 10px;
}
.tooltip-user-setting li a:hover {
  color: #eb7350;
}
.tooltip-user-message {
  position: fixed !important;
  top: 45px;
  padding: 10px 0 0 0 ;
  width: 100px;
  height: auto;
}
.tooltip-user-message li {
  position: relative;
  line-height: 40px;
}
/*.user-info-wrap{
    width: 300px;
    height: auto;
    .user-info-photos{
        background: #fff;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
        border-radius: 2px;
        height: 120px;
        .user-head{
            background: #ccc;
            height: 50px;
            text-align: center;
            img{
                margin-top: 15px;
                border-radius: 50%;
                width: 50px;
                height: 50px;
            }
        }
        .user-info{
            padding: 15px;
            height: 70px;
            .name-box{
                text-align: center;
            }
            .name-atten{
                height: 30px;
                ul{
                    margin: 0;
                    padding: 0;
                    display: block;
                    height: 30px;
                    text-align: center;
                    li{
                        width: 60px;
                        height: 30px;
                        line-height: 30px;
                        display: inline-block;
                        a{
                            color: #333;
                        }
                        text-align: center;
                        strong, span{
                            display:inline-block;
                        }
                    }
                    li:nth-child(2){
                        border-left: 1px solid #d9d9d9;
                        border-right: 1px solid #d9d9d9;
                    }
                    li:nth-child(3){
                        border-right: 1px solid #d9d9d9;
                    }
                }
                &:after{
                    content: "";
                    clear: both;
                }
            }
        }
    }
    .user-info-art{
        padding: 5px 15px;
        height: 100px;
    }
    .user-introduction{
         padding: 0 15px 5px 15px;
    }
}*/
.user-info-wrap {
  background: #191919;
  width: 450px;
  height: 250px;
  font-size: 12px;
}
.user-info-wrap .user-info-photos {
  padding: 20px;
  width: 450px;
  height: 70px;
}
.user-info-wrap .user-info-photos a {
  color: #ccc;
  cursor: pointer;
}
.user-info-wrap .user-info-photos .blogphotos {
  margin: 0 10px 0 0;
  width: 30px;
  height: 30px;
  float: left;
}
.user-info-wrap .user-info-photos .bloginfo {
  width: 250px;
  float: left;
}
.user-info-wrap .user-info-photos .bloginfo .subinfo a {
  padding-right: 15px;
  color: #ccc;
}
.user-info-wrap .user-info-photos .blogmenu {
  float: right;
}
.user-info-wrap .user-info-photos .blogmenu a {
  background: #333;
  border: 1px solid #111;
  padding: 5px 10px;
  color: #ccc;
}
.user-info-wrap .user-info-photos .user-info {
  padding: 15px;
  height: 70px;
}
.user-info-wrap .user-info-photos .user-info .name-box {
  text-align: center;
}
.user-info-wrap .user-info-photos .user-info .name-atten {
  height: 30px;
}
.user-info-wrap .user-info-art {
  border-bottom: 1px solid #111;
  padding: 15px;
  height: 130px;
}
.user-info-wrap .user-info-art ul li {
  padding: 5px;
  width: 140px;
  height: 100px;
  float: left;
  text-align: center;
}
.user-info-wrap .user-info-art ul li a {
  color: #333;
}
.user-info-wrap .user-info-art ul li strong,
.user-info-wrap .user-info-art ul li span {
  display: inline-block;
}
.user-info-wrap .user-info-art:after {
  content: "";
  clear: both;
}
.user-info-wrap .user-introduction {
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  color: #ccc;
}
#toolactivity {
  padding: 15px;
  width: 420px;
  height: 250px;
}
#toolactivity .activity_wrap {
  width: 390px;
  height: 250px;
}
#toolactivity .activity_wrap ul li {
  background: #eee;
  padding: 10px 5px;
  width: 128px;
  height: 35px;
  line-height: normal;
  float: left;
  color: #666;
  text-align: left;
}
#toolactivity .activity_wrap:after {
  content: "";
  clear: both;
}
.showImg {
  background: #191919;
  width: 450px;
  height: 380px;
  font-size: 12px;
}
.showImg .user-info-photos {
  padding: 20px;
  width: 450px;
  height: 70px;
}
.showImg .user-info-photos a {
  color: #ccc;
  cursor: pointer;
}
.showImg .user-info-photos .blogphotos {
  margin: 0 10px 0 0;
  width: 30px;
  height: 30px;
  float: left;
}
.showImg .user-info-photos .bloginfo {
  width: 250px;
  float: left;
}
.showImg .user-info-photos .bloginfo .subinfo a {
  padding-right: 15px;
  color: #ccc;
}
.showImg .user-info-photos .blogmenu {
  float: right;
}
.showImg .user-info-photos .blogmenu a {
  background: #333;
  border: 1px solid #111;
  padding: 5px 10px;
  color: #ccc;
}
.showImg .user-info-photos .user-info {
  padding: 15px;
  height: 70px;
}
.showImg .user-info-photos .user-info .name-box {
  text-align: center;
}
.showImg .user-info-photos .user-info .name-atten {
  height: 30px;
}
.showImg .user-info-art {
  border-bottom: 1px solid #111;
  padding: 15px;
  height: 320px;
}
.showImg .user-info-art ul li {
  padding: 5px;
  width: 140px;
  height: 100px;
  float: left;
  text-align: center;
}
.showImg .user-info-art ul li a {
  color: #333;
}
.showImg .user-info-art ul li strong,
.showImg .user-info-art ul li span {
  display: inline-block;
}
.showImg .user-info-art:after {
  content: "";
  clear: both;
}
.showImg .btns {
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  color: #ccc;
}
.tooltip-more {
  padding: 10px;
  width: 400px;
  height: 200px;
}
.tooltip-more a {
  margin-right: 10px;
}
