
  /*
 */

  .frontpage {
    background: rgb(80, 214, 207);
    /*设置透明*/
    opacity: 1;
    z-index: 2;
  }

  .pannel {
    background-color: #117a8b;
  }

  .panel1>div:first-child>div {
    position: relative;
    height: 24px;
  }

  .pannelsize {
    /* width: 512px; */
    position: absolute;
    width: 100%;
    height: 24px;
    /*文字垂直居中*/
    line-height: 24px;
    /*文字水平居中*/
    text-align: center;
    border: 2px solid lightgrey;
    flex-grow: 1;
  }

  .hidefrontpage {
    opacity: 0;
  }

  .hidetemplete {
    display: none;
  }

  .createlist {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .chapters {
    list-style-type:none;
  }
  
  .chapters>li {
    display: inline;
  }

/* 顶部悬停效果 */

#floatTimer{
  position: fixed;
  position: -webkit-sticky;
  width: 300px;
  right: 0px;
  background-color: chartreuse;
  z-index: 4;
}
.active_panel {
  display: inline;
}

.tab_panel>div {
  display: none;
}
