
.fixed-flolt {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -200px;
  line-height: 1;
  z-index: 9999;
  transform: scale(0.9)
}
.fixed-flolt .btnbox {
  width: 189px;
  height: 433px;
  padding: 100px 4px 0;
  background: url(../image/rlflbg.png) center top no-repeat;
  background-size: 100%;
  position: relative
}
.fixed-flolt .btnbox:before {
  content: "";
  width: 146px;
  height: 146px;
  background: url(../image/rlflpic.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 15px;
  top: -50px
}
.fixed-flolt .btn {
	text-align: left;
  width: 171px;
  padding: 12px 0;
  padding-left: 62px;
  margin-top: 15px;
  background: rgba(244, 244, 244, 0.3);
  border: 1px solid #ffa69a;
  border-radius: 6px 6px 6px 0;
  font-size: 16px;
  color: #850101;
  display: block;
  position: relative;
  cursor: pointer;
  transition: all linear 0.3s
}
.fixed-flolt .btn:before {
  content: "";
  width: 40px;
  height: 42px;
  border-radius: 8px;
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  box-shadow: 0 7px 18px rgba(167, 19, 14, 0.67);
  transition: all linear 0.3s
}
.fixed-flolt .btn:after {
  content: "";
  width: 0;
  border-top: 7px solid #6d2213;
  border-right: 0 solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: -1
}
.fixed-flolt .btn span {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 2px 13px #ba210d;
  display: block;
  margin-top: 6px;
  transition: all linear 0.3s
}
.fixed-flolt .btn span:before {
  content: "";
  height: 1px;
  background-image: linear-gradient(to right, transparent, #fdeac0, transparent);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px
}
.fixed-flolt .btn:hover {
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 237, 233, 0.75)
}
.fixed-flolt .btn:hover span {
  color: #ffcf11
}
.fixed-flolt .btn1:before {
  background: url(../image/rlfltb01.png) center no-repeat;
  background-size: 100%
}
.fixed-flolt .btn1:hover:before {
  background: url(../image/rlfltb01.png) center no-repeat #f8c077;
  background-size: 100%
}
.fixed-flolt .btn2:before {
  background: url(../image/rlfltb02.png) center no-repeat;
  background-size: 100%
}
.fixed-flolt .btn2:hover:before {
  background: url(../image/rlfltb02.png) center no-repeat #f8c077;
  background-size: 100%
}
.fixed-flolt .btn3 {
  padding: 10px 0;
  color: #ffede9;
  color: rgba(255, 237, 233, 0.75);
  text-align: center;
  background: rgba(0, 0, 0, 0.5)
}
.fixed-flolt .btn3:before {
  display: none
}
.fixed-flolt .btn3 span {
  font-size: 19px;
  color: #ffcf11;
  letter-spacing: 0.5px;
  text-shadow: none
}
.fixed-flolt .btn4 {
  width: 157px;
  height: 42px;
  background: url(../image/rlflxsbg.png) center no-repeat;
  background-size: 100%;
  display: block;
  margin-left: 18px;
  margin-top: 24px;
  font-size: 20px;
  color: #1f1f1f;
  text-align: center;
  font-weight: bold;
  line-height: 42px;
  cursor: pointer;
  animation: effect 1.2s linear infinite
}
.fixed-flolt .btn4:after {
  content: "";
  width: 23px;
  height: 30px;
  background: url(../image/rlflxstb.png) center no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px
}
.fixed-flolt .btn4:hover {
  animation: none
}
.fixed-flolt .wxgz_code {
  width: 193px;
  position: absolute;
  right: -220px;
  bottom: -155px;
  opacity: 0;
  transition: all linear 0.3s
}
.fixed-flolt .wxgz_code .close {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: -4px;
  top: -6px;
  background: #9a9c9c;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 17px;
  cursor: pointer;
  transition: all linear 0.3s
}
.fixed-flolt .wxgz_code .close:hover {
  background: #ffcf11;
  color: #080808
}
.fixed-flolt.fixed-flolt_active .wxgz_code {
  right: 0;
  opacity: 1
}
.fixed-flolt.fixed-flolt_active .back-top {
  bottom: -220px
}
.back-top {
  width: 100px;
  height: 40px;
  border-radius: 40px;
  background: #fff;
  position: absolute;
  z-index: 9999;
  bottom: -70px;
  right: 35px;
  box-shadow: 0 6px 24px rgba(222, 56, 53, 0.3);
  cursor: pointer;
  transition: all .3s linear;
  display: none
}
.back-top span {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  border-top: 1px solid #e15856
}
.back-top span:after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 1px solid #d51511;
  border-right: 1px solid #d51511;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
  left: 2px;
  -webkit-animation: backTop 1s linear infinite;
  animation: backTop 1s linear infinite
}
.back-top:hover {
  -webkit-box-shadow: 0 6px 12px rgba(222, 56, 53, 0.1);
  -moz-box-shadow: 0 6px 12px rgba(222, 56, 53, 0.1);
  box-shadow: 0 6px 12px rgba(222, 56, 53, 0.1)
}
@keyframes backTop {
  0%, 100% {
    top: 8px
  }
  50% {
    top: 5px
  }
}
@-webkit-keyframes backTop {
  0%, 100% {
    top: 8px
  }
  50% {
    top: 5px
  }
}
