@charset "utf-8";

.kj-tit {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #777;
    font-size: 14px;
    background: #eee
}

.kj-tit-l {
    float: left
}

.kj-tit-r {
    float: right;
    color: #006afe
}

    .kj-tit-r a {
        color: #006afe
    }

.kj-box {
    padding-top: 8px;
    text-align: center;
    font-size: 16px
}

    .kj-box ul {
    }

        .kj-box ul li {
            float: left;
            width: calc( (93%)/7)
        }

            .kj-box ul li.kj-jia {
                width: 7%
            }

            .kj-box ul li dl {
            }

                .kj-box ul li dl dt {
                    height: 35px;
                    line-height: 30px;
                    padding-right: 3px;
                    font-size: 18px;
                    color: #333;
                    font-weight: 700
                }

                    .kj-box ul li dl dt.ball-red {
                        background: url(../img/red.png) top center no-repeat;
                        background-size: contain
                    }

                    .kj-box ul li dl dt.ball-blue {
                        background: url(../img/blue.png) top center no-repeat;
                        background-size: contain
                    }

                    .kj-box ul li dl dt.ball-green {
                        background: url(../img/green.png) top center no-repeat;
                        background-size: contain
                    }

            .kj-box ul li.kj-jia dl dt {
                background: url(../img/kj-jia.png) center center no-repeat;
                background-size: contain
            }

            .kj-box ul li dl dd {
                height: 30px;
                line-height: 30px;
                margin-top: 8px;
                border-top: solid 1px #eee
            }

.kj-foot {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: red;
    font-size: 14px;
    background: #f7f7f7
}

.wx-jin {
    color: #fc0
}

.wx-mu {
    color: #3c3
}

.wx-shui {
    color: #39f
}

.wx-huo {
    color: red
}

.wx-tu {
    color: #c90
}

.grey-txt {
    color: #ccc
}

#xz-tan-box {
    position: fixed;
    left: -100%;
    right: 100%;
    top: 0;
    bottom: 0;
    text-align: center;
    font-size: 0;
    z-index: 1000
}

    #xz-tan-box:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 0
    }

.xz-tan-box {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    position: relative;
    right: -100%;
    width: 90%;
    max-width: 700px;
    color: #000;
    font-size: 16px;
    border-radius: 10px;
    background: #fff
}

.xz-tan-content {
    padding: 20px 15px
}

    .xz-tan-content ul {
    }

        .xz-tan-content ul li {
            float: left;
            width: 48%;
            padding-right: 4%
        }

            .xz-tan-content ul li:last-child {
                padding-right: 0
            }

.xz-tan-last {
    height: 40px;
    border: solid 1px #ddd;
    border-radius: 10px 10px 0 0;
    background: #eee;
    background-image: linear-gradient(to top,#fff,#aaa,#fff)
}

    .xz-tan-last span {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #333;
        position: relative;
        top: -8px
    }

.xz-tan-next {
    height: 40px;
    border: solid 1px #ddd;
    border-radius: 0 0 10px 10px;
    background: #eee;
    background-image: linear-gradient(to top,#fff,#aaa,#fff)
}

    .xz-tan-next span {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #333;
        position: relative;
        top: 25px
    }

.xz-tan-input {
    padding: 10px;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    background: #eee
}

    .xz-tan-input input {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 24px;
        border: 0;
        background: 0 0
    }

.xz-tan-btn {
}

    .xz-tan-btn a {
        height: 50px;
        line-height: 50px;
        margin-top: 20px;
        font-size: 18px;
        color: #fff;
        border-radius: 10px;
        background: #006afe;
        display: block
    }

.xz-black-bg {
    width: 100%;
    max-width: 800px;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #000;
    opacity: .6;
    filter: alpha(opacity=60)
}

.selectYearDialog {
    display: none
}