html {
    /* background: #feac00; */
}

.btnwrap{
    position: relative;
}

.btnwrap a{
    position: absolute;
    /* background: blue; */
    /* opacity: .5; */
}




body #wrapper {
    padding-bottom: 0;
}
footer {
    position: relative;
}


.btnLJ_1{
    border-radius: 0.5rem;
    width: 37%;
    height: 17.1%;
    top: 55%;
    left: 32%;
}
.btnLJ_2{
    /* border-radius: 0.5rem; */
    width: 20%;
    height: 7.8%;
    top: 73.7%;
    left: 40%;
}




.cc {
    width: 21%;
    top: 7.3rem;
    right: 0;
    position: fixed;
}

.btnLJBK_btn{
    width: 6%;
    height: 26.5%;
    top: 64.0%;
    right: 0;
    position: absolute;
}

.btnLJBM1 {
    width: 99%;
    height: 100%;
    position: absolute;
    bottom: 0%;
    right: 0%;
}

.btnLJBK{
    border-radius: 0.6rem;
    width: 50.4%;
    height: 86%;
    top: 4.5%;
    left: 25%;
}

.btn_3Effect{
    animation: btn_3Effect .9s infinite;
}

@keyframes btn_3Effect {
  0% {
    transform: scale(1.03);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.03);
  }
}


div.sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}
