 .imgHandGraphBg-div {
     width: 100%;
     height: 35vh;
     overflow: auto;
     overflow-x: hidden;
     overflow-y: hidden;
     position: relative;
 }
 
 .imgHandGraph-img {
     height: 100%;
     position: absolute;
     left: 0px;
     /* transition: all 0.1s; */
 }
 
 .img-handGraph-hint {
     width: 100%;
     margin-left: 16px;
     color: gray;
 }
 
 .img-handGraph-footer {
     width: 100%;
     position: relative;
 }
 
 .img-handGraph-enlarge-button,
 .img-handGraph-narrow-button {
     cursor: pointer;
     border-radius: 4px;
     border: 1px solid #17326e;
     outline: none;
     color: #17326e;
     background: white;
     width: 60px;
     height: 30px;
     line-height: 28px;
     box-sizing: border-box;
     font-size: 0.93em;
     position: absolute;
     top: 50%;
     margin-top: -15px;
 }
 
 .img-handGraph-enlarge-button:active,
 .img-handGraph-narrow-button:active {
     background: rgba(23, 50, 110, 0.2);
 }
 
 .img-handGraph-enlarge-button {
     right: 30px;
 }
 
 .img-handGraph-narrow-button {
     right: 130px;
 }
 
 .measureTime-span {
     word-break: normal;
 }
 
 .measure-div {
     position: absolute;
     display: inline-block;
     bottom: 0;
     right: 0;
     padding: 12px 16px;
     margin-bottom: 24px !important;
 }
 
 .measure-span {
     margin-left: 10px;
 }
 
 .measureFeedback-table {
     border-spacing: 0 !important;
 }
 
 .measureFeedback-tr {}
 
 .measureFeedback-td {
     padding: 0 0 !important;
     /* height: 18px;
     min-height: 18px; */
 }
 
 .device-sn-a {
     cursor: pointer;
     text-decoration: none;
     color: #17326e;
     vertical-align: middle;
 }
 
 .device-sn-a:hover {
     color: #409EFF;
 }