.animate{transition: all 0.8s;}
.opacityAnimation{animation: opacityAnimation 1s 1;-webkit-animation: opacityAnimation 1s 1;}
@keyframes opacityAnimation{from{opacity: 0;}to{opacity: 1;}}
@-webkit-keyframes opacityAnimation{from{opacity: 0;}to{opacity: 1;}}
.report-ul-wrapper{max-height: 300px;overflow: hidden;margin-left: 55px;margin-top: 15px;}
.report-item{color: white;width: 400px;height: 60px;background: url("../img/report_list_bg.png") no-repeat center;background-size: 400px 70px;position: relative;list-style: none;}
.li-wrapper{position: absolute;bottom: 0;height: 30px;display: flex;align-items: center;}
.report-item-order{margin-left: 20px;font-size: 16px;color: #00ccff;text-align: center;width: 130px;}
.report-item-location{margin-left: 0;font-size: 16px;color: #22cea6;text-align: center;width: 100px;}
.report-item-date{margin-left: 0;font-size: 16px;color: #fec33d;text-align: center;width: 130px;}
#scrollList::-webkit-scrollbar{/*滚动条整体样式*/width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/height: 1px;}
.test-1::-webkit-scrollbar-thumb{/*滚动条里面小方块*/border-radius: 10px;box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);background   : #535353;}
.test-1::-webkit-scrollbar-track{/*滚动条里面轨道*/box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);border-radius: 10px;background   : #ededed;}
