@charset "UTF-8";


.hot {
     position: absolute;
    width: 34px;
    height: 22px;
    right: 180px;
    top: 0px;
}

.view-tools {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
/*   height: 28px;
  line-height: 28px; */
  right: 17%;
  font-size: 14px;
  padding-top: -2px;
}

.view-tools > li {
  height: 36px;
  margin-left: 1.063rem;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}

.view-tools > li.view-tool-user {
  height: 39px;
  line-height: 39px;
}

.view-tools > li.view-tool-xrzd {
  z-index: 11;
  position: relative;
}

.msgCount {
	background: url(../images/icon_sprite.png) -97px -44px no-repeat;
    position: absolute;
    line-height: 18px;
    width: 22px;
    font-size: 12px;
}

.iconMsg{
  content: "";
  width: 21px;
  margin: 12px 10px 0 15px;
  background: url(../images/icon_unread.png) no-repeat;
  vertical-align: top;
}

.iconLicense{
  content: "";
  width: 40px;
  margin: 8px 0 0 15px;
  background: url(../images/icon_license.png) no-repeat;
  background-size: 100% 80%;
  vertical-align: top;
}

.view-tool-user {
  position: relative;
  font-size: 17px;
  padding-top: 7px;
}

.view-tool-user .head {
  width: 30px;
  height: 30px;
  background: url(images/man.png);
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.view-tool-user i {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  background: url(images/drop.png) no-repeat center;
  margin: 3px 0 0 0;
}

.view-tool-user .drop {
  width: 121px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 38px;
  background: #fff;
  color: #333;
  border-radius: 2px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  text-align: left;
  display: none;
  z-index: 10;
}

.view-tool-user .drop:before {
  content: "";
  width: 11px;
  height: 7px;
  background: url(images/dropArr.png);
  position: absolute;
  top: -7px;
  right: 5px;
}

.view-tool-user .drop a {
  line-height: 34px;
  display: block;
}

.view-tool-user .drop a i.wdzx {
  width: 20px;
  height: 20px;
  background: url(images/wdzx.png) no-repeat center;
  display: inline-block;
  margin: 6px 6px 0 6px;
}

.view-footer {
  position: inherit;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 0;
  line-height: 1.125rem;
  text-align: center;
  color: #fff;
  background-color: #333;
}

.view-footer > p {
  font-size: 12px;
}
