.chechin-box-right{
    font-weight: 600;
    font-size: 16px;
    /* color: #FFFFFF; */
    position: relative;
}
#active {
    width: 480px;
    height: 480px;
    position: absolute;
    transform: scale(0.8);
  }

  #dial {
    width:  480px;
    height:  480px;
    position: absolute;
  }

  #arrow {
    width: 170.72px;
    height: 198.64px;
    overflow: hidden;
    position: absolute;
  }
  #arrow:active {
    /*鼠标右键按在#arrow上时,元素缩小*/
    transform: scale(0.95);
  }
  .chechin-box-rightBox{
    position: relative;
    height:100%;
  }
  .turntable-box-left-bottom {
    width:100%;
    height:330px;
    padding-left:22px;
    overflow: hidden;
    overflow-y: scroll;
    margin-top:10px;
  }
  .turntable-box-left-bottom::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .turntable-box-left-bottom  .turntable-listItem{
    width:547px;
    height:46px;
    line-height: 46px;
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    padding:0 12px;
    margin-top:10px;
  }