.t3-sl-totop .totop {
  width: 64px;
  height: 64px;
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 17px;
  font-size: 300%;
  padding-top: 2px;
  color: #607d8b;
  text-align: center;
  text-decoration: none;
}
.t3-sl-totop .totop:hover {
  color: #ff5722;
  text-decoration: none;
}
.t3-sl-totop .advertising {
  width: 90px;
  height: 165px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 17px;
  color: #607d8b;
  text-align: center;
}
.t3-sl-totop .advertising img {
  width: 65px;
  margin-top: 13px;
}
.t3-sl-totop .advertising .name {
  font-size: 90%;
  color: #263238;
}
.t3-sl-totop .advertising .fa {
  font-size: 170%;
  margin-top: 8px;
}
.t3-sl-totop .advertising .mediakit {
  font-size: 80%;
}
.t3-sl-totop .advertising .mediakit a {
  color: #607d8b;
  border-bottom: 1px solid #b0bec5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-sl-totop .advertising .mediakit a:hover {
  border-bottom: 1px solid #ff5722;
  text-decoration: none;
}
.t3-sl-totop .advertising .mediakit a:hover,
.t3-sl-totop .advertising .mediakit a:focus {
  color: #ff5722;
  text-decoration: none;
}
.account-mob .account {
  width: 25px;
  height: 25px;
  background: #b388ff;
  border-radius: 50%;
  position: relative;
  margin-top: 9px;
  line-height: 19px;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.account-mob .account:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.account-mob .account .fa {
  color: #e1bee7;
  font-size: 90%;
  margin-right: 0;
  padding: 4px;
  top: 2px;
}
.account-lg .account {
  z-index: 98;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: -29px;
  width: 61px;
  height: 61px;
  background: #b388ff;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.account-lg .account:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.account-lg .account .fa {
  text-align: center;
  padding: 10px;
  margin: 0;
  color: #e1bee7;
  cursor: pointer;
}
.account-lg .account .fa:before {
  font-size: 150%;
}
.account-lg .account span {
  line-height: 5px;
  display: block;
  font-size: 60%;
  font-family: '2ip';
  color: #f3e5f5;
  margin-top: 1px;
}
.tooltip.in {
  opacity: 0.95;
}
.tooltip-arrow {
  border-top-color: #607d8b !important;
}
.tooltip-inner {
  background-color: #607d8b;
  color: #fafafa;
  font-family: "2ip-light";
  padding: 5px 10px;
}
.ipblock .tooltip-arrow {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.ipblock .tooltip-inner {
  background-color: #fafafa;
  color: #263238;
  font-family: "2ip";
  padding: 5px 10px;
}
.ipblock .changeip-mini .tooltip.in {
  opacity: 1;
}
