﻿@charset "utf-8";
/* CSS Document */
/*  日期及头部  */
.h3, h3 {
    font-size: 24px;
}
.common-search-wrap {
    margin: auto;
    margin-right: 0
}
.float-l {
    float: left;
}

.float-r {
    float: right;
}
.common-download {
    border-color: #fff;
}
.common-header .header .common-search-wrap {
    height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
ol, ul {
    list-style: none;
}

.kj-tit {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #777;
    font-size: 14px;
    background: #eee;
}

.kj-box {
    height: 82px;
    padding-top: 8px;
    text-align: center;
    font-size: 16px;
}

    .kj-box ul {
        padding: 0;
    }

        .kj-box ul li {
            float: left;
            width: 13%;
        }

            .kj-box ul li.kj-jia {
                width: 7%;
            }

            .kj-box ul li dl {
            }

                .kj-box ul li dl dt {
                    height: 40px;
                    line-height: 32px;
                    padding-right: 3px;
                    font-size: 20px;
                    color: #333;
                    font-weight: bold;
                }

                    .kj-box ul li dl dt.ball-red {
                        background: url(../images/ball-red.png) top center no-repeat;
                        background-size: contain;
                    }

                    .kj-box ul li dl dt.ball-blue {
                        background: url(../images/ball-blue.png) top center no-repeat;
                        background-size: contain;
                    }

                    .kj-box ul li dl dt.ball-green {
                        background: url(../images/ball-green.png) top center no-repeat;
                        background-size: contain;
                    }

            .kj-box ul li.kj-jia dl dt {
                background: url(../images/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;
            }

.wx-jin {
    color: #ffcc00;
}

.wx-mu {
    color: #33cc33;
}

.wx-shui {
    color: #3399ff;
}

.wx-huo {
    color: #ff0000;
}

.wx-tu {
    color: #cc9900;
}

.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: 1060;
}

    #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: none;
    }

.xz-tan-btn {
}

    .xz-tan-btn a {
        height: 50px;
        line-height: 50px;
        margin-top: 20px;
        font-size: 18px;
        color: #fff;
        border-radius: 10px;
        background: #a90001;
        display: block;
    }

.xz-black-bg {
    width: 100%;
    /*max-width: 800px;*/
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}


.selectYearDialog {
    display: none;
}


.cgi-head-btn {
    float: right;
    margin: 9px 10px 0 0;
    padding: 1px 10px;
    color: #fff;
    font-size: 14px;
    border: solid 1px rgba(255,255,255,0.5);
    border-radius: 15px;
}




/*身体样式*/
.kj-tit {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #777;
    font-size: 14px;
    background: #eee;
}

.kj-box {
    height: 82px;
    padding-top: 8px;
    text-align: center;
    font-size: 16px;
	overflow:hidden;
}

    .kj-box ul {
    }

        .kj-box ul li {
            float: left;
            width: 13%;
        }

            .kj-box ul li.kj-jia {
                width: 7%;
            }

            .kj-box ul li dl {
            }

                .kj-box ul li dl dt {
                    height: 40px;
                    line-height: 32px;
                    padding-right: 3px;
                    font-size: 20px;
                    color: #333;
                    font-weight: bold;
                }

                    .kj-box ul li dl dt.ball-red {
                        background: url(../res/images/ball-red.png) top center no-repeat;
                        background-size: contain;
                    }

                    .kj-box ul li dl dt.ball-blue {
                        background: url(../res/images/ball-blue.png) top center no-repeat;
                        background-size: contain;
                    }

                    .kj-box ul li dl dt.ball-green {
                        background: url(../res/images/ball-green.png) top center no-repeat;
                        background-size: contain;
                    }

            .kj-box ul li.kj-jia dl dt {
                background: url(../res/images/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;
            }

.wx-jin {
    color: #ffcc00;
}

.wx-mu {
    color: #33cc33;
}

.wx-shui {
    color: #3399ff;
}

.wx-huo {
    color: #ff0000;
}

.wx-tu {
    color: #cc9900;
}

.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: none;
    }

.xz-tan-btn {
}

    .xz-tan-btn a {
        height: 50px;
        line-height: 50px;
        margin-top: 20px;
        font-size: 18px;
        color: #fff;
        border-radius: 10px;
        background: #a90001;
        display: block;
    }

.xz-black-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}


.selectYearDialog {
    display: none;
}
.cgi-foot-blank {
    height: 60px;
    clear: both;
    overflow: hidden;
}

.cgi-foot-links {
    width: 100%;
    max-width: 800px;
    height: 60px;
    border-top: solid 1px #ddd;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
    background: #fff;
    background-image: -webkit-linear-gradient(to top, #eee, #fff);
    background-image: linear-gradient(to top, #eee, #fff);
    position: fixed;
    bottom: 0;
    z-index: 998;
}

    .cgi-foot-links ul {
    }

        .cgi-foot-links ul li {
            float: left;
            width: 25%;
            text-align: center;
        }

            .cgi-foot-links ul li a {
                font-size: 15px;
                color: #555;
            }

                .cgi-foot-links ul li a.hover {
                    color: #f00;
                }

                .cgi-foot-links ul li a span {
                    height: 34px;
                    display: block;
                }

                    .cgi-foot-links ul li a span.cfl1 {
                        background: url(/static/lts/images/cfl1.png) 50% 8px no-repeat;
                        background-size: auto 25px;
                    }

                    .cgi-foot-links ul li a span.cfl2 {
                        background: url(/static/lts/images/cfl2.png) 50% 8px no-repeat;
                        background-size: auto 25px;
                    }

                    .cgi-foot-links ul li a span.cfl3 {
                        background: url(/static/lts/images/cfl3.png) 50% 8px no-repeat;
                        background-size: auto 25px;
                    }

                    .cgi-foot-links ul li a span.cfl4 {
                        background: url(/static/lts/images/cfl4.png) 50% 8px no-repeat;
                        background-size: auto 25px;
                    }

                .cgi-foot-links ul li a.hover span.cfl1 {
                    background: url(/static/lts/images/cfl1-2.png) 50% 8px no-repeat;
                    background-size: auto 25px;
                }

                .cgi-foot-links ul li a.hover span.cfl2 {
                    background: url(/static/lts/images/cfl2-2.png) 50% 8px no-repeat;
                    background-size: auto 25px;
                }

                .cgi-foot-links ul li a.hover span.cfl3 {
                    background: url(/static/lts/images/cfl3-2.png) 50% 8px no-repeat;
                    background-size: auto 25px;
                }

                .cgi-foot-links ul li a.hover span.cfl4 {
                    background: url(/static/lts/images/cfl4-2.png) 50% 8px no-repeat;
                    background-size: auto 25px;
                }
				a {
    color: rgb(0, 0, 0);
}
a:focus, a:hover {    
    text-decoration: none;
}  