/*-----------------------------------时间显示-----------------------------------*/
#current_time {
float:right;
font-size: 20px;
font: 400 100% "Roboto", sans-serif;
color: gray;
box-sizing: border-box;
}

/*-----------------------------------一言显示-----------------------------------*/
#hitokoto{
font-family:SimSun;
font-size:20px;
color:gray;
}
/*-----------------------------------密码输入-----------------------------------*/
#root{
border: 0px;
}
/*-----------------------------------控制面板标题-----------------------------------*/
#control > p{
font-family: 'PingFang SC','Microsoft YaHei','Helvetica Neue','Helvetica','Arial',sans-serif;
word-break: break-all;
margin: 0;
padding: 0;
font-weight: bold;
min-height: 40px;
line-height: 40px;
text-align: left;
margin-top: 10px;
margin-bottom: 10px;
background: url('/skins/loveisintheair/images/bg_li.gif') left center no-repeat;
padding-left: 35px;
color: #82ceeb;
font-size: 20px;
}

/*-----------------------------------控制面板按钮-----------------------------------*/
#control > button{
font-weight: 300;
font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
text-decoration: none;
text-align: center;
display: inline-block;
appearance: none;
cursor: pointer;
border: none;
box-sizing: border-box;
transition-property: all;
transition-duration: .3s;
background-color: #1B9AF7;
border-color: #1B9AF7;
border-radius: 200px;
font-size: 12px;
height: 30px;
line-height: 30px;
padding: 0 30px;
margin: 5px;
color: #FFF;
}

body {
background-attachment: fixed;
background-size:cover;
background-repeat: no-repeat;
}

.fish_container {
    width: 100%;
    position: fixed;
    z-index: 98;
    bottom: 0;
    left: 0;
    height: 168px;
    pointer-events: none;
}