.grzxnone{
  display: none !important;
}
.informationBigbox {
    position: fixed;
    top: 59px;
    right: 100px;
    width: 500px;
    height: 300px;
    background: white;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px;
}
.information-left{
        width: 40%;
}
.information-left img{
	width: 100%;
}
.information-right{
        width: 50%;
    }
.information-right p{
            text-align: left;
            font-size: 16px;
}
#anniu {
     width: 70px;
     height: auto;
     background:#683699;
     font-size: 18px;
     font-weight:bold;
     color: white;
     text-align: center;
     margin: 0 auto;
     padding: 5px;
     box-sizing: border-box;
     border-radius: 10px;
     box-shadow: 2px 7px 7px -3px gray;  
    }
#anniu:hover{
    cursor:pointer;
}
.canvasbox{
  overflow: hidden;
  border-radius: 10px;
  canvas{
    width: 100%;
    height: 100%;
  }
}
