body,
      html,
      #app {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
      }
      #win_box{
        width: 280px;
        /* height: 20vw; */
      }
      #win_box img{
        width: 100%;
        height: 100%;
      }
      .pane-card {
        display: inline-block;
        transform: translate(-50%, calc(-100% + 14px));
        text-align: center;
        position: relative;
      }
      .pane-value {
        position: absolute;
        top: -24px;
        left: 50%;
        width: fit-content;
        padding: 2px 10px;
        border-radius: 8px;
        background-color: #2c3e50b3;
        color: #fff;
        white-space: nowrap;
        transform: translateX(-50%);
      }

      .title{
        position: absolute;
        top: 4%;
        left:3%;
        color: #fff;
        z-index: 999;
        font-size: 32px;
        /* height: 50px; */
        /* background: rgba(255, 255, 255, 0.4); */
        background: rgba(0, 0, 0, 0.4);
        padding: 10px 20px;
        border-radius: 3px;
        color: #fff;
        font-family: 'PingFang SC','Microsoft YaHei','SimHei','Arial','SimSun';
        text-shadow: rgb(61, 59, 59);
      }
      .legends{
        position: absolute;
        top: 15%;
        left:3%;
        /* background: rgba(0, 0, 0, 0.6); */
        background: rgba(255, 255, 255, 0.6);
        z-index: 999;
        font-size: 16px;
        font-weight: 500;
        color: #333;
        font-weight: bold;
        padding: 10px 20px;
        border-radius: 3px;
        font-family: 'PingFang SC','Microsoft YaHei','SimHei','Arial','SimSun';
      }
      .legends h2{
        font-size: 18px;
      }
      .legends ul{
        list-style: none;
        line-height: 30px;
        margin-left: -20px;
        
      }
      .legends i{
        display: inline-block;
        width: 15px;
        height:15px;
        /* background-color: red; */
        margin-right: 10px;
        position: relative;
        top: 3px;
        border: 2px solid #fff;
      }
      .legends .wjx{
        background: url('../pic/points/0.png') no-repeat center;
        background-size: 100% 100%;
      }
      .legends .circel{
        background-color: blue;
        border-radius: 50%;
      }
      .legends .fx{
        background-color: red;
      }
      .legends .fx1{
        background-color: black;
      }
      /* .right{
        position: absolute;
        top: 40%;
        left:3%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 999;
        font-size: 16px;
        color: #fff;
        padding: 10px 20px;
        border-radius: 8px;
      } */