/* LINE客服 */
.lineSeverice{    
    width: 80px;
    height: 80px;
    height: auto;
    position: fixed;
    top: 81%;
    right: 1%;
    z-index: 1200;
}

.lineSeverice img{
    width: 100%;
}

@media (max-width:768px){    
   .lineSeverice {
    width: 60px;
    position: fixed;
    top:85%;
    right: 3%; 
    z-index: 6;
    }
}