.tips-warpper {
  position: fixed;
  z-index: 99;
  font-size: 12px;
  line-height: 1.5;
  border-top: 1px solid #eee
}

.tips-warpper .tips-top {
  position: absolute;
  left: 0;
  top: -50px;
  z-index: 2;
  width: 50px;
  height: 50px
}

.tips-warpper .tips-top img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

.tips-warpper li {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #eee;
  border-top: none;
  -webkit-transition: all .1s;
  transition: all .1s;
  background-color: #fff
}

.tips-warpper li > a {
  display: inline-block;
  width: 100%;
  padding: 9px 0;
  color: #333;
  text-align: center
}

.tips-warpper li > a.tip-line-one {
  line-height: 29px
}

.tips-warpper li .kf-popbox {
  position: absolute;
  top: -110px;
  right: 60px;
  left: auto;
  width: 148px;
  padding: 6px 0 0;
  box-sizing: content-box;
  border: 1px solid #dddbdb;
  background: #fff;
  z-index: 100;
  color: #6a6a6a;
  line-height: 24px;
  box-shadow: 1px 1px 3px #e6e6e6
}

.tips-warpper li .kf-popbox:before, .tips-warpper li.app-item .app-tip-main:before {
  position: absolute;
  content: '';
  border-right: 1px solid #e6e6e6;
  transform: rotate(45deg)
}

.tips-warpper li .kf-popbox p {
  text-align: center;
  margin: auto
}

.tips-warpper li .kf-popbox a {
  padding: 0
}

.tips-warpper li .kf-popbox .icon-md-qq {
  background: url(../image/i-qq-newstip.png) no-repeat;
  width: 120px;
  height: 27px;
  margin-bottom: 10px
}

.tips-warpper li .kf-popbox:before {
  bottom: 99px;
  right: -6px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-top: 1px solid #e6e6e6
}

.tips-warpper li .kf-popbox .timersked {
  background: #F9F9FC
}

.tips-warpper li:hover {
  background: linear-gradient(140deg, #e87200, #fcb81e);
  -webkit-box-shadow: 0 0 5px #FCB81E;
  box-shadow: 0 0 5px #FCB81E
}

.tips-warpper li:hover a {
  color: #fff
}

.tips-warpper li.app-item, .tips-warpper li.item-kefu {
  background: #fff;
  cursor: pointer
}

.tips-warpper li.app-item .tip-hover-icon, .tips-warpper li.item-kefu .tip-hover-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%
}

.tips-warpper li.app-item:hover img, .tips-warpper li.item-kefu:hover img {
  z-index: 2
}

.tips-warpper li.app-item {
  background: #fff
}

.tips-warpper li.app-item .app-tip-main {
  position: absolute;
  bottom: -60px;
  right: 60px;
  z-index: 1000;
  display: none;
  margin-top: 8px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 1px 1px 3px #e6e6e6;
  opacity: 0
}

.tips-warpper li.app-item .app-tip-main:before {
  bottom: 75px;
  right: -6px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-top: 1px solid #e6e6e6
}

.tips-warpper li.app-item .app-tip-main a {
  display: inline-block;
  width: auto;
  padding: 0;
  color: #ff6c00
}

.tips-warpper li.app-item .app-tip-main .qrCodeItem {
  width: 229px;
  height: 110px
}

.tips-warpper li.app-item .app-tip-main .qrCodeItem:nth-child(n+2) {
  border-top: 1px solid #e6e6e6
}

.tips-warpper li.app-item .app-tip-main .qrCodeItem .left, .tips-warpper li.app-item .app-tip-main .qrCodeItem .right {
  display: inline-block
}

.tips-warpper li.app-item .app-tip-main .qrCodeItem .left {
  width: 110px;
  text-align: center;
  float: left
}

.tips-warpper li.app-item .app-tip-main .qrCodeItem .left img {
  padding: 10px;
  width: 90px;
  height: 90px
}

.tips-warpper li.app-item .app-tip-main .qrCodeItem .right {
  width: 115px;
  text-align: left
}

.tips-warpper li.app-item .app-tip-main .qrCodeItem .right .title {
  line-height: 16px;
  margin-top: 10px;
  font-size: 14px;
  font-family: MicrosoftYaHeiSemibold;
  font-weight: 600;
  color: #666
}

.tips-warpper li.app-item .app-tip-main .qrCodeItem .right .desc {
  font-size: 12px;
  font-family: SimSun;
  font-weight: 400;
  color: #ff6c00;
  margin-top: 9px;
  line-height: 16px
}

.tips-warpper li.app-item .app-tip-main .qrCodeItem .right .iconItem {
  display: inline-block;
  width: 40%;
  text-align: center;
  height: 40px
}

.tips-warpper li.app-item .app-tip-main .qrCodeItem .right .iconItem .icon {
  background: 0 0
}

.tips-warpper li.app-item .app-tip-main .qrCodeItem .right .iconItem .iconTitle {
  font-size: 12px;
  font-family: ArialMT;
  font-weight: 400;
  color: #999;
  line-height: 12px
}

.tips-warpper li.top-item {
  margin-top: 0;
  border-top: none;
  text-align: center;
  cursor: pointer
}

.tips-warpper li.top-item i {
  display: inline-block;
  width: 21px;
  height: 16px;
  margin-top: 16px;
  background: url(../image/i-top.png) center/21px 16px no-repeat
}

.tips-warpper li.top-item:hover {
  background: #fff
}







