#list ul li .teu_hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#list ul li.hove .teu_hover,
#list ul li .dragonsea_dhao em {
  display: none
}

#list ul li.hove .dragonsea_dhao em {
  display: block;
  font-style: normal;
  position: absolute;
  right: 0;
  top: 0
}

.left-box,.left-box a{
  color: #ccc;
  font-size: 12px;
}

.left-box a{
  padding: 0 10px;
}

.left-box li {
  float: left;
  height: 34px;
  padding: 0 0 0 10px;
  line-height: 34px;
}

.left-box .line-box {
  padding: 0;
  border-right: 1px solid #1a4c63
}

.left-box .login:hover,
.left-box .register:hover {
  background: rgba(255, 255, 255, .3);
}

.memgerCenter {
  position: relative;
  display: inline-block;
  vertical-align: center;
  height: 34px;
  padding: 0 10px;
  border-right: 1px solid #1a4c63
}

.memgerCenter:hover {
  background: rgba(255, 255, 255, .3);
}

.memgerCenter .type {
  background: #e52f22;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
}

.memgerCenter .imgbox {
  width: 8px;
  height: 5px;
}

.memgerCenter .imgbox img {
  width: 100%;
}

.memgerCenter:hover .user-detial {
  display: block;
}

/* 用户详情  css*/
.user-detial {
  display: none;
  position: absolute;
  left: 0px;
  top: 34px;
  width: 300px;
  /* height:220px; */
  background: #fff;
  box-sizing: border-box;
  padding: 10px;
  -moz-box-shadow: 2px 2px 5px #ccc;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  box-shadow: 2px 2px 5px #ccc;
  z-index: 99;
}

.user-detial .user-msg {
  width: 100%;
}

.user-detial .user-msg .touxiang {
  float: left;
  width: 65px;
  height: 65px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
}

.user-detial .user-msg .touxiang img {
  width: 100%;
}

.user-detial .user-msg .userName-box {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  color: #333;
}

.user-detial .user-msg .userName-box .userName {
  display: block;
  font-size: 18px;
  line-height: 24px;
}

.user-detial .user-msg .userName-box .userType {
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.user-detial .user-msg .set {
  width: 20px;
  height: 20px;
  overflow: hidden;
  float: right;
  right: 0;
}

.user-detial .user-msg .set img {
  width: 100%;
}

.user-detial .tip-msg {
  clear: both;
  /* margin-top:20px; */
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 22px;
  color: #333;
}

.user-detial .tip-msg a {
  color: rgb(35, 115, 270);
}

.user-detial .manage {
  clear: both;
  padding-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.user-detial .manage .manage-item {
  float: left;
  width: 33%;
  border-right: 1px solid #e5e5e5;
  text-align: center;
}

.user-detial .manage .manage-item a {
  display: block;
  padding: 0;
  width: 100%;

}

.user-detial .manage .message {
  border: none;
}

.user-detial .manage .manage-item .number {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  display: block;
}

.user-detial .manage .manage-item .title {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  display: block;
}