    /*、

    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; border:#443 3px solid; table-layout: fixed;width: 441px; height:441px; background-color:#fff;}
.ptb td {text-align: center; vertical-align:middle!important;}
.ptb td .p_cell { position: relative; width: 100%; height: 100%;}
.ptb td .p_cell span { line-height: 45px; vertical-align: middle;}
.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 input {margin:2px; padding:0;border:solid 0px #ffcc00; background-color:transparent; width:40px; height:40px; overflow:hidden; text-align:center;}

/* /static/images/gt/ */
.gvL { width: 14px; height:15px; background: url(v.png) no-repeat; top:17px; left: 43px; position: absolute; margin-left: -1px;}
.gvB { width: 14px; height:15px; background: url(v.png) no-repeat; top:43px; left: 14px; position: absolute; margin-top: -1px;}
.gxL { width: 13px; height:15px; background: url(x.png) no-repeat; top:17px; left: 43px; position: absolute; margin-left: -1px;}
.gxB { width: 13px; height:15px; background: url(x.png) no-repeat; top:43px; left: 14px; position: absolute; margin-top: -1px;}

.ptb .sr { font-size:30px; font-weight: 700; border:solid 0px #ffffff!important;color: red;font-family:sdkr,"lucida handwriting","comic sans ms",cursive;}
.ptb .K0 { font-size:30px; font-weight: 700; border:solid 0px #ffffff!important;color: #7777dd;font-family:sdkr,"lucida handwriting","comic sans ms",cursive;}
.K1 {font-size: 16px; border:solid 0px #ffffff!important;color: #7777dd;font-family:sdkr,"lucida handwriting","comic sans ms",cursive;}
.K2 {font-size: 10px; border:solid 0px #ffffff!important;color: #7777dd;font-family:sdkr,"lucida handwriting","comic sans ms",cursive;}
.F2{background-color: #FFFFCC!important;font-size:10px;color: #7777dd;border:solid 0px #FFCC00;font-family: sdkr,"lucida handwriting","comic sans ms",cursive;}
.F1{background-color: #FFFFCC!important;font-size:16px;color: #7777dd;border:solid 0px #FFCC00;font-family: sdkr,"lucida handwriting","comic sans ms",cursive;}
.F0{background-color: #ffffcc!important;font-size:30px;color: #7777dd;border:solid 0px #ffcc00;font-family:sdkr,"lucida handwriting","comic sans ms",cursive;}

.trh { height: 48px;vertical-align:middle!important}
.RankTb {width: 441px;}
.pz { width:457px;margin:auto;}