$fontSize: .16rem;

.test-panel-buttons {
    position: absolute;
    right: 0;
    bottom: 0;
    width:100%;
    box-sizing: border-box;
    display: flex;
  	font-size: $fontSize;
  	font-weight: 500;
  	line-height: 1.2;
  	text-align: center;
  	color: #007ed9;
    span {
    	flex: 1;
    }
}

.test-panel-list {
    font-size: $fontSize;
    text-align: center;
    li {
      height:1.5rem;
      line-height: 9.5;
    }
}

.test-innertop {
    font-size: $fontSize;
    height:3rem;
    text-align: center;
}
