    /*、

    game-cell game-value conflict
     */
 .game-wrapper {
    position: relative;
    width: 470px;
    max-width: 500px;
     margin: auto;
    /* background-color: #f3f6fa */
}

@media screen and (max-width: 800px) {
    .portrait .game-wrapper {
        max-width:none
    }
}

.game-wrapper:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

#g_h { display: flex; flex-wrap:nowrap; flex-direction: row;height: 24px; width: 100%; padding-left: 24px; } /* background-color: #a5dc86; */
#g_h .g_h_item { flex: 1 }
#g_h .g_h_item  div { text-align: center;  font-size: 20px; }
#g_h .g_h_item div svg {}
#g_h .g_h_item div:hover {  }
/* cursor: pointer; background-color: #a5dc86; */

#g_v { display: flex; flex-wrap:nowrap; flex-direction: column;}
#g_v .g_v_item { flex: 1 ; padding-top: 15px; text-align: center;font-size: 20px;}




.mobile.landscape .game-wrapper {
    width: 60%
}

.game-wrapper .game {
    position: absolute;
    top: 24px;
    right: 0;
    bottom: 0;
    left: 24px;
}

.game-tip {
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 15px 30px;
    background-color: #4a90e2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    line-height: 1.67;
    text-align: center;
    z-index: 1
}

@media screen and (max-width: 460px) {
    .game-tip {
        left:10px;
        right: 10px;
        bottom: 10px;
        padding: 10px
    }
}


.ptb { margin:0; padding:0; clear:both;  table-layout: fixed;width: 441px; height:441px; background-color:#fff;}
.ptb table { border: solid 3px #000 }
.ptb td {text-align: center; overflow: hidden;vertical-align:middle!important;}
.ptb td.r1t0 {width:48px;height:48px; border-right:#999 1px solid;}
.ptb td.r2t0 {width:47px;height:48px; border-right:#443 2px solid;}
.ptb td.r0t0 {width:49px;height:49px;}
.ptb td.r1t1 {width:48px;height:48px; border-right:#999 1px solid; border-top:#999 1px solid;}
.ptb td.r2t1 {width:47px;height:48px; border-right:#443 2px solid; border-top:#999 1px solid;}
.ptb td.r0t1 {width:48px;height:48px; border-top:#999 1px solid;}
.ptb td.r1t2 {width:48px;height:47px; border-right:#999 1px solid; border-top:#443 2px solid;}
.ptb td.r2t2 {width:47px;height:47px; border-right:#443 2px solid; border-top:#443 2px solid;}
.ptb td.r0t2 {width:49px;height:47px; border-top:#443 2px solid;}
/* .ptb td div {position:relative;top:0;left:0; width:49px; height:47px;} */
.ptb td input { margin:2px; padding:0;border:solid 1px #ffcc00; position:relative;top:0;left:0; z-index: 100; font-family:sdkr,"lucida handwriting","comic sans ms",cursive;background-color:transparent; width:40px; height:40px; overflow:hidden; text-align:center;}


.cell_box { position: relative; width: 100%; height: 100%}
.box_sum { position: absolute; z-index:5; top: -3px; left: 1px;  color: #000; font-weight: 800; width: 22px; height: 16px;line-height: 16px; font-size: 14px;  background-color: #fff;font-family:sdkr,"lucida handwriting","comic sans ms" }

/* position: absolute; z-index: 10; top: 0; left: 0; width: 42px; height: 42px; */

.box_1111 { background-image: url(../img/kc/1111.png); background-position: center; background-size: cover; }
.box_0000 { background-image: url(../img/kc/0000.png); background-position: center; background-size: cover;}

.box_1110 { background-image: url(../img/kc/1110.png); background-position: center; background-size: cover;}
.box_1101 { background-image: url(../img/kc/1101.png); background-position: center; background-size: cover;}
.box_1011 { background-image: url(../img/kc/1011.png); background-position: center; background-size: cover;}
.box_0111 { background-image: url(../img/kc/0111.png); background-position: center; background-size: cover;}

.box_1100 { background-image: url(../img/kc/1100.png); background-position: center; background-size: cover;}
.box_1001 { background-image: url(../img/kc/1001.png); background-position: center; background-size: cover;}
.box_0011 { background-image: url(../img/kc/0011.png); background-position: center; background-size: cover;}
.box_0110 { background-image: url(../img/kc/0110.png); background-position: center; background-size: cover;}

.box_0101 { background-image: url(../img/kc/0101.png); background-position: center; background-size: cover;}
.box_1010 { background-image: url(../img/kc/1010.png); background-position: center; background-size: cover;}

.box_1000 { background-image: url(../img/kc/1000.png); background-position: center; background-size: cover;}
.box_0100 { background-image: url(../img/kc/0100.png); background-position: center; background-size: cover; }
.box_0010 { background-image: url(../img/kc/0010.png); background-position: center; background-size: cover;}
.box_0001 { background-image: url(../img/kc/0001.png); background-position: center; background-size: cover;}

.box_tl {width: 5px;height: 5px;border:none;top:0;left:0;position:absolute; background-image: url(../img/ktl.png); background-repeat: no-repeat; background-size: cover;}
.box_tr {width: 4px;height: 5px;border:none;top:0;right:0;position:absolute;background-image: url(../img/ktr.png); background-repeat: no-repeat; background-size: cover;}
.box_bl {width: 4px;height: 4px;border:none;bottom:0;left:0;position:absolute;background-image: url(../img/kbl.png); background-repeat: no-repeat; background-size: cover;}
.box_br {width: 3px;height: 3px;border:none;bottom:0;right:0;position:absolute;background-image: url(../img/kbr.png); background-repeat: no-repeat; background-size: cover;}

.ptb td .conflict { background-color: #f8bb00; }

.ptb .sr { font-size:30px; border:solid 1px transparent!important;color: red;font-family:sdkw,cursive;}
.ptb .K0 { font-size:30px; border:solid 1px transparent!important;color: #7777dd; font-weight: 900; font-family:sdkw,cursive;}
.ptb .K1 { font-size: 16px; line-height:20px; border:solid 1px transparent!important;color: #7777dd;font-weight: 900;font-family:sdkw,cursive;}
.ptb .K2 {font-size: 10px; line-height:20px; border:solid 1px transparent!important;color: #7777dd;font-weight: 900;font-family:sdkw,cursive;}
.ptb .F2{background-color: transparent!important;font-size:10px;color: #7777dd;font-weight: 900;border:solid 1px #FFCC00;font-family: sdkw,cursive;}
.ptb .F1{background-color: transparent!important;font-size:16px;color: #7777dd;font-weight: 900;border:solid 1px #FFCC00;font-family: sdkw,cursive;}
.ptb .F0{background-color: transparent!important;font-size:30px;color: #7777dd;font-weight: 900;border:solid 1px #ffcc00;font-family:sdkw,cursive;}

.trh { height: 48px;vertical-align:middle!important}
.RankTb {width: 441px;}
.pz { width:457px;margin:auto;}