﻿    /*、

    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; 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; font-family:sdkr,"lucida handwriting","comic sans ms",cursive;background-color:transparent; width:40px; height:40px; overflow:hidden; text-align:center;}

.ptb td .conflict { background-color: #f8bb00; }
.ptb .sr { font-size:32px; font-weight: bolder!important; border:solid 1px #ffffff!important;color: red; font-family:sdkr,cursive!important;}
.ptb .K0 { font-size:32px; font-weight: bolder!important; border:solid 1px #ffffff!important;color: #7777dd;}
.K1 {font-size: 16px; font-weight: bolder!important; border:solid 1px #ffffff!important;color: #7777dd;}
.K2 {font-size: 10px; font-weight: bolder!important; border:solid 1px #ffffff!important;color: #7777dd;}
.F2 {background-color: #FFFFCC!important;font-size:10px;font-weight: bolder!important; color: #7777dd;border:solid 1px #FFCC00;}
.F1 {background-color: #FFFFCC!important;font-size:16px;font-weight: bolder!important; color: #7777dd;border:solid 1px #FFCC00;}
.F0 {background-color: #ffffcc!important;font-size:30px;font-weight: bolder!important; color: #7777dd;border:solid 1px #ffcc00;}

.ptb .BgDot { /* background-image:url(bg_dot.gif); */ background-position:center center; background-repeat:no-repeat;}
.trh { height: 48px;vertical-align:middle!important}
.RankTb {width: 441px;}
.pz { width:457px;margin:auto;}