#landlord {
    user-select: none;
    position: fixed;
    left: 30px;/* 决定live2d位置* 此行靠左，下行靠右/
    /*right: 10px;*/ 
    bottom: 0;
    width: 280px;/*live2d的大小*/
    height: 250px;/*live2d的大小*/
    z-index: 99;
    font-size: 0;
    transition: all .3s ease-in-out;
}

#live2d {
    position: relative;
}

.message {
    opacity: 0;
    width: 300px;
    height: auto;
    margin: auto;
    padding: 7px;
   /* top: -10px;*/
    bottom:200px;/*气泡框位置，我改为从底部计算，这样长文字的宽气泡框，就会自然向上延伸，不会被挡住*/
    left: -10px;
    text-align: center;
    border: 1px solid rgba(102,204,255,.4);
    border-radius: 12px;
    background-color: rgba(250, 248, 247, 0.9);
    box-shadow: 0 3px 15px 2px rgba(102,204,255,.4);
    font-size: 15px;/*字体大小*/
    font-weight: 400;
   /* font-family: Century Gothic, Microsoft YaHei;字体*/
    text-overflow: ellipsis;
    text-transform: uppercase;
    overflow: hidden;
    position: absolute;
    animation-delay: 5s;
    animation-duration: 50s;
    animation-iteration-count: infinite;
    animation-name: shake;
    animation-timing-function: ease-in-out;
    z-index: 25;
   /*  color: rgba(132,132,132,.6); */
/*   cursor: default;*/
}

.message a {
	text-decoration: none;
	color: #66ccff;
}
/*
.l2d-menu {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 60px;
	height: 60px;
	text-align:center;
	display: none;
}
/*hide-button,.switch-button,.sing-button
.l2d-menu {

    border: 1px solid rgba(102,204,255,.4);

    background: rgba(250, 248, 247, 0.9);
    box-shadow: 0 3px 15px 2px rgba(102,204,255,.4);

}*/
.show-button { 
	position: fixed;
	display: none;
	overflow: hidden;
	bottom: 10px;
	left: 30px;
    /*right: 30px; 靠右*/
    width: 60px;
    height: 20px;
    border: 1px solid rgba(0,0,0,.4);
    border-radius: 12px;
    background: rgba(0,0,0,.2);
    box-shadow: 0 3px 15px 2px rgba(0,0,0,.4);
    text-align: center;
    font-size: 12px;
    cursor: pointer;
	z-index: 99;
}

.show-button:hover {
    border: 1px solid #000000;
    background: #f4f6f8;
}

.l2d-action {
    position: absolute;
	list-style: none;
    top:10px;
    right: 0PX;
    margin-bottom: 5px;

    overflow: hidden;

    width: 60px;
    height: 20px;

    border-radius: 12px;


    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.l2d-action-L{
    position: absolute;
	list-style: none;
    top:10px;
    left: 0px;
    margin-bottom: 5px;

    overflow: hidden;

    width: 60px;
    height: 20px;

    border-radius: 12px;


    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
/*.hide-button:hover,.switch-button:hover,.sing-button:hover */
.l2d-action:hover .l2d-action-L:hover{
    border: 1px solid rgba(102,204,255,.6);
    background: rgba(216, 213, 210, 0.95);
    color: rgba(1, 47, 107, 0.8); 
}

#hide-button {
    top: 64px;
}

#catalog-button {
    top: 124px;
}


#sing-button {
    top: 94px;
}

#switch-button {
    top: 94px;
    
}

#change-button {
    top: 64px;
}
.l2d-cat {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: Century Gothic, Microsoft YaHei;
}

.l2d-h2cat {
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: 2em;
	line-height: 5px;
	font-size: 14px;
	font-family: Century Gothic, Microsoft YaHei;
}

.l2d-h3cat {
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: 4em;
	line-height: 3px;
	font-size: 12px;
	font-family: Century Gothic, Microsoft YaHei;
}

@media (max-width: 860px) {
    #landlord {
        display: none;
    }
}

@keyframes shake {
    2% {
        transform: translate(0.5px, -1.5px) rotate(-0.5deg);
    }

    4% {
        transform: translate(0.5px, 1.5px) rotate(1.5deg);
    }

    6% {
        transform: translate(1.5px, 1.5px) rotate(1.5deg);
    }

    8% {
        transform: translate(2.5px, 1.5px) rotate(0.5deg);
    }

    10% {
        transform: translate(0.5px, 2.5px) rotate(0.5deg);
    }

    12% {
        transform: translate(1.5px, 1.5px) rotate(0.5deg);
    }

    14% {
        transform: translate(0.5px, 0.5px) rotate(0.5deg);
    }

    16% {
        transform: translate(-1.5px, -0.5px) rotate(1.5deg);
    }

    18% {
        transform: translate(0.5px, 0.5px) rotate(1.5deg);
    }

    20% {
        transform: translate(2.5px, 2.5px) rotate(1.5deg);
    }

    22% {
        transform: translate(0.5px, -1.5px) rotate(1.5deg);
    }

    24% {
        transform: translate(-1.5px, 1.5px) rotate(-0.5deg);
    }

    26% {
        transform: translate(1.5px, 0.5px) rotate(1.5deg);
    }

    28% {
        transform: translate(-0.5px, -0.5px) rotate(-0.5deg);
    }

    30% {
        transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    }

    32% {
        transform: translate(2.5px, -1.5px) rotate(1.5deg);
    }

    34% {
        transform: translate(2.5px, 2.5px) rotate(-0.5deg);
    }

    36% {
        transform: translate(0.5px, -1.5px) rotate(0.5deg);
    }

    38% {
        transform: translate(2.5px, -0.5px) rotate(-0.5deg);
    }

    40% {
        transform: translate(-0.5px, 2.5px) rotate(0.5deg);
    }

    42% {
        transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    }

    44% {
        transform: translate(-1.5px, 1.5px) rotate(0.5deg);
    }

    46% {
        transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    }

    48% {
        transform: translate(2.5px, -0.5px) rotate(0.5deg);
    }

    50% {
        transform: translate(-1.5px, 1.5px) rotate(0.5deg);
    }

    52% {
        transform: translate(-0.5px, 1.5px) rotate(0.5deg);
    }

    54% {
        transform: translate(-1.5px, 1.5px) rotate(0.5deg);
    }

    56% {
        transform: translate(0.5px, 2.5px) rotate(1.5deg);
    }

    58% {
        transform: translate(2.5px, 2.5px) rotate(0.5deg);
    }

    60% {
        transform: translate(2.5px, -1.5px) rotate(1.5deg);
    }

    62% {
        transform: translate(-1.5px, 0.5px) rotate(1.5deg);
    }

    64% {
        transform: translate(-1.5px, 1.5px) rotate(1.5deg);
    }

    66% {
        transform: translate(0.5px, 2.5px) rotate(1.5deg);
    }

    68% {
        transform: translate(2.5px, -1.5px) rotate(1.5deg);
    }

    70% {
        transform: translate(2.5px, 2.5px) rotate(0.5deg);
    }

    72% {
        transform: translate(-0.5px, -1.5px) rotate(1.5deg);
    }

    74% {
        transform: translate(-1.5px, 2.5px) rotate(1.5deg);
    }

    76% {
        transform: translate(-1.5px, 2.5px) rotate(1.5deg);
    }

    78% {
        transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    }

    80% {
        transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    }

    82% {
        transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    }

    84% {
        transform: translate(-0.5px, 0.5px) rotate(1.5deg);
    }

    86% {
        transform: translate(2.5px, 1.5px) rotate(0.5deg);
    }

    88% {
        transform: translate(-1.5px, 0.5px) rotate(1.5deg);
    }

    90% {
        transform: translate(-1.5px, -0.5px) rotate(-0.5deg);
    }

    92% {
        transform: translate(-1.5px, -1.5px) rotate(1.5deg);
    }

    94% {
        transform: translate(0.5px, 0.5px) rotate(-0.5deg);
    }

    96% {
        transform: translate(2.5px, -0.5px) rotate(-0.5deg);
    }

    98% {
        transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
    }

    0%, 100% {
        transform: translate(0, 0) rotate(0);
    }
}
