.fixed-wrap {
  position: fixed;
  right: 15px;
  bottom: -5px;
  z-index: 9;
}

.fixed-wrap .fixed-item-wrap {
  padding: 7.5px 0;
}

.fixed-wrap .fixed-item-wrap .buttom_help {
  margin-left: -7px;
  width: 70px;
  cursor: pointer;
}



.fixed-wrap .fixed-item-wrap .fixed-item {
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.fixed-wrap .fixed-item-wrap .fixed-item .icon-wrap {
  padding-bottom: 3px;
}

.fixed-wrap .fixed-item-wrap .fixed-item .icon-wrap .icon {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fixed-wrap .fixed-item-wrap .fixed-item .title-wrap .text {
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
}

.fixed-wrap .fixed-item-wrap .fixed-item.vertify {
  background-color: #555555;
}

.fixed-wrap .fixed-item-wrap .fixed-item.vertify .icon-wrap .icon {
  background-image: url("/lazyweb/web/images/v2/fixed/vertify.svg");
}

.fixed-wrap .fixed-item-wrap .fixed-item.quick {
  background-color: #F6921E;
}

.fixed-wrap .fixed-item-wrap .fixed-item.quick .icon-wrap .icon {
  background-image: url("/lazyweb/web/images/v2/fixed/link.svg");
}

.fixed-wrap .fixed-item-wrap .fixed-item.top {
  background-color: #4BB134;
  opacity: 1;
  visibility: visible;
}

.fixed-wrap .fixed-item-wrap .fixed-item.top.hid {
  opacity: 0;
  visibility: hidden;
}

.fixed-wrap .fixed-item-wrap .fixed-item.top .icon-wrap .icon {
  background-image: url("/lazyweb/web/images/v2/fixed/top.svg");
}

.fixed-wrap.certificate {
  right: 20px;
  bottom: 125px;
}