.voice-page{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;overflow:hidden}.voice-page,.voice-page .form{display:-webkit-box;display:-ms-flexbox;display:flex}.voice-page .form{-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-left:10px;padding-top:4px;padding-bottom:4px;background-color:#fff;text-align:left;margin:0 8px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;-webkit-box-shadow:1px 1px 8px rgba(0,0,0,.1);box-shadow:1px 1px 8px rgba(0,0,0,.1)}.voice-page .form .ant-form-item{margin-bottom:0!important}.voice-page .voice-content{-webkit-box-flex:1;-ms-flex:1;flex:1;height:1%;display:-webkit-box;display:-ms-flexbox;display:flex;margin:8px;border-radius:4px;background-color:#fff;-webkit-box-shadow:1px 1px 8px rgba(0,0,0,.1);box-shadow:1px 1px 8px rgba(0,0,0,.1)}.voice-page .voice-content .scatterplot-chart{width:100%;height:100%}.voice-page .voice-content h3{margin-top:40px;font-size:16px;font-weight:700;text-align:center}.voice-page .voice-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px}.voice-page .voice-list li{padding:20px;min-width:28.3%;margin-right:3%;margin-bottom:20px;border-radius:4px;background:-webkit-gradient(linear,left bottom,left top,from(#a2e0ff),to(#ccedff));background:linear-gradient(bottom,#a2e0ff,#ccedff)}.voice-page .voice-list li:nth-child(3n){margin-right:0}.voice-page .voice-list li:last-child{background:-webkit-gradient(linear,left bottom,left top,from(#a2ffde),to(#ccfff2));background:linear-gradient(bottom,#a2ffde,#ccfff2)}.voice-page .voice-list li:nth-last-child(2){background:-webkit-gradient(linear,left bottom,left top,from(#faffa2),to(#f4fbd1));background:linear-gradient(bottom,#faffa2,#f4fbd1)}.voice-page .voice-list li p{margin:0;padding:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;font-size:16px}.voice-page .voice-list li p:last-child{font-size:28px;font-weight:700}.voice-page .tip-info{padding:10px 20px;font-size:16px;color:#333;margin:10px 5.4%;border-radius:4px;border:1px solid #ddd}.voice-page .voice-table{width:100%}.voice-page .voice-table td,.voice-page .voice-table th{height:30px;line-height:30px}.voice-page .ant-alert{margin:8px}