@charset "UTF-8";

@keyframes blink {
    100% { opacity: 0.7; }
}

@keyframes bg-blink {
    100% {
        background-color: cyan;
    }
}

#navi {
    text-align: right;
}
#navi a {
    color: white;
    text-decoration: none;
}

body {
    /*color: white;*/
    font-size: 16px;
    font-family: sans-serif;
    /*background: #036;*/
    margin-top: 0px;
}

@media print {
    body  { color: black;  }
    #navi { display: none; }
}

#loadimage {
    display: none;
}

.highlight {
    opacity: 0.4;
}

.pai.blink {
    animation: blink 0.5s infinite;
}
.pai.selected {
	transform-origin: 0% 0%;
	transform: translate(0px, -10px);
}

.bg-blink {
    animation: bg-blink 1s infinite;
}

.chang {
    font-family: "Georgia", serif;
}
.chang .title {
    font-size: 32px;
    font-family: "DFPLeiSho-SB", "HGP行書体", serif;
    vertical-align: top;
}
.chang .xiaoxi {
    /*width: 100px;*/
    padding: 4px;
    float: left;
}
.chang .choma {
    width: 60px;
    height: 8px;
    padding-left: 8px;
}
.chang .shan {
}
.chang .pai {
    max-height: 44px;
}
.chang .defen .lunban {
    color: #0ff;
}

.chang table {
    table-layout:fixed;
    color:whitesmoke;
    /*margin: 40px auto;*/
    font-size: 14px;
}
.chang th {
    text-align: right;
}
.chang td {
    width: 36px;
    max-width: 40px;
    overflow: hidden;
    border: 1px solid #022;
}
.chang .seat {
    width: 18px;
    text-align: center;
}
.chang  .ap, .tp, .mp {
    color: #0ff;
    text-align: right;
}

.chang .wind1, .wind2{
    text-align: center;
}

.shoupai {
    width: 640px;
    line-height: 0px;
}
.shoupai .bingpai {
/*    margin-top: 22px; */
    float: left; 
    text-align: center;
}
.shoupai .bingpai .pai {
    max-height: 58px;
}
.shoupai .bingpai .zimo {
    padding-left: 4px;
}

.shoupai .fulou {
    margin-top: 32px;
    float: right;
}
.shoupai .fulou .pai {
    max-height: 48px;
}
.shoupai .fulou .mianzi {
    white-space: nowrap;
    margin-left: 1px;
    float: right;
}
.shoupai .fulou .rotate {
    display: inline-block;
    width: 48px;
    white-space: nowrap;
    text-align: left;
    transform-origin: 0% 0%;
    transform: rotate(270deg) translate(-48px, 0px);
}
.shoupai:after { display: block; content: ''; clear: both; }


.he {
    line-height: 0px;
}
.he div.lizhi {
    height: 16px;
}
.he .lizhi .choma {
    display: none;
}
.he .pai {
    max-height: 48px;
}
.he span.lizhi {
    display: inline-block;
    width:  48px;
    text-align: center;
    transform-origin: 50% 50%;
    transform: rotate(90deg);
}
.he .damopai .pai {
    opacity: 0.8;
}
.he span.dapai .pai {
    animation: blink 0.5s infinite;
}
.he .break {
    display: block;
}

.jiesuan {
    white-space: nowrap;
    font-size: 24px;
    font-family: "DFPLeiSho-SB", "HGP行書体", serif;
}
.jiesuan .pingju {
    font-size: 48px;
}
.jiesuan .fenpei {
    font-size: 16px;
    font-family: "Georgia", serif;
}
.jiesuan .fenpei .name {
    display: inline-block;
    text-align: left;
    width: 24px;
}
.jiesuan .fenpei .defen {
    display: inline-block;
    text-align: right;
    width: 64px;
}
.jiesuan .fenpei .diff {
    display: inline-block;
    text-align: right;
    width: 64px;
}
.jiesuan .fenpei .plus {
    color: #0ff;
}
.jiesuan .fenpei .minus {
    color: red;
}


.claimed {
    opacity: 0.7;
}

.highlight-bg{
    background-color: green;
}

.highlight-gold{
    color: gold
}
