.common-rule-btn{position:absolute;right:16px;top:16px;border-radius:20px;background:rgba(0,0,0,.30196078431372547);text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:99}.common-rule-btn p{color:#fff;font-size:13px;padding:2px 10px}.act-sudoku{width:100%;min-height:550px;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}.act-sudoku .game-container{width:100%;position:relative;height:550px;background-size:100%}.act-sudoku .game-container .edit-area{position:absolute;width:100%;height:546px;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box;border:1.5px dashed rgba(85,85,85,0);cursor:pointer;z-index:99}.act-sudoku .game-container .edit-area:hover{border:1.5px dashed rgba(85,85,85,.5019607843137255)}.act-sudoku .game-container .edit-area:hover:after{content:"编辑";position:absolute;top:0;right:0;width:38px;height:20px;background:rgba(0,0,0,.39);color:#fff;text-align:center;font-size:13px}.act-sudoku .game-container .background-image{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:534px;background-size:100%}.act-sudoku .game-container .background-image .sudoku-winner{position:absolute;top:167px;color:#fff;font-size:13px;font-weight:500;z-index:98}.act-sudoku .game-container .background-image .last-time{position:absolute;top:450px;color:#fff;font-size:13px;font-weight:500;z-index:98}.act-sudoku .game-container .background-image .integer-tip{position:relative;top:488px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;border-radius:20px;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:25px;padding:0 2px}.act-sudoku .game-container .background-image .integer-tip .intger-icon{width:19px;height:19px}.act-sudoku .game-container .background-image .integer-tip p{padding:0 4px;font-size:13px;color:#333}.act-sudoku .game-container .background-image .game-content{position:absolute;top:140px;width:351px;height:336px;background-size:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.act-sudoku .game-container .background-image .game-content,.act-sudoku .game-container .background-image .game-content .grid-box{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.act-sudoku .game-container .background-image .game-content .grid-box{display:grid;width:290px;grid-gap:6px;grid-auto-flow:row;-ms-flex-line-pack:center;align-content:center;justify-items:center;position:relative;top:10px}.act-sudoku .game-container .background-image .game-content .grid-9{grid-template-columns:repeat(3,1fr)}.act-sudoku .game-container .background-image .game-content .grid-13{grid-template-columns:repeat(4,1fr)}.act-sudoku .game-container .background-image .game-content .grid-13 img{width:30px!important;height:30px!important}.act-sudoku .game-container .background-image .game-content .grid-13 .action-button-13{width:130px!important;height:104px!important;grid-column-start:2;grid-column-end:4;grid-row-start:2;grid-row-end:4}.act-sudoku .game-container .background-image .game-content .prize-item{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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style:none;text-align:center;background:#fff;border-radius:8px;background-size:100%}.act-sudoku .game-container .background-image .game-content .prize-item img{width:40px;height:40px}.act-sudoku .game-container .background-image .game-content .prize-item p{color:#666;font-size:10px}.act-sudoku .game-container .background-image .game-content .grid-9>.prize-item{width:92px;height:75px}.act-sudoku .game-container .background-image .game-content .grid-13>.prize-item{width:67px;height:54px}.act-sudoku .game-container .background-image .game-content .action-button-9{width:92px;height:75px}.act-sudoku .game-container .background-image .game-content .action-button-13{width:130px!important;height:104px!important;grid-column-start:2;grid-column-end:4;grid-row-start:2;grid-row-end:4}