.provinceStatistic{position:relative;width:79.16667rem;left:50%;transform:translateX(-50%);top:7%;z-index:2;background-color:rgba(4,56,82,.8);display:flex;flex-direction:column;border-radius:.41667rem;box-shadow:0 0 2.5rem rgba(11,234,235,.5);padding:.83333rem}.provinceStatistic .close{position:absolute;right:.66667rem;top:0;font-style:normal;font-size:2rem;color:#0ff;cursor:pointer}.provinceStatistic .title{width:100%;text-align:center;font-size:1.66667rem;margin-bottom:.83333rem;color:#fff}.provinceStatistic .wrapper{flex:1;width:100%;border:.08333rem solid #0ff;box-shadow:inset 0 0 1.58333rem rgba(11,234,235,.5);border-radius:.16667rem;padding:0 .66667rem;display:flex;flex-wrap:wrap;justify-content:flex-start}.provinceStatistic .wrapper .item{width:25%;height:3rem;display:flex;font-size:1.33333rem;align-items:center;justify-content:space-between;border-bottom:.08333rem solid hsla(0,0%,100%,.5)}.provinceStatistic .wrapper .item:last-child,.provinceStatistic .wrapper .item:nth-last-child(2){border:0}.provinceStatistic .wrapper .item:first-child .btn,.provinceStatistic .wrapper .item:nth-child(4) .btn{cursor:not-allowed}.provinceStatistic .wrapper .item .btn{display:flex;width:100%;justify-content:center;border:none;padding:0;box-shadow:none;height:80%;align-items:center;padding:0 .41667rem;border-radius:.16667rem;cursor:pointer;color:#fff}.provinceStatistic .wrapper .item .btn span{white-space:nowrap;overflow:hidden}.provinceStatistic .wrapper .item .btn span:first-of-type{width:70%;text-align:right}.provinceStatistic .wrapper .item .btn .num{color:#0ff;width:30%;text-align:left;text-indent:5px}.provinceStatistic .wrapper .item .btn.show{background-color:rgba(4,56,82,.8);box-shadow:0 0 1.08333rem rgba(11,234,235,.5)}