
/*header*/
.duoshuo {
    color:black;
    
    }
    
    .issue-number {
        font-size: 13pt;
    }
    
    .single {
        font-size: 13pt;
        color: #996600;
    }
    
    .animals {
        font-size: 13pt;
        font-family: 方正楷体简体;
        color: #00B050;
    }
    
    .double {
        font-size: 13pt;
        color: #996600;
    }
    
    .result {
        font-size: 13pt;
        font-family: 方正楷体简体;
    }
    
    .unknown {
        color: #FF0000;
    }
    
    .firstRow td {
        text-align: center;
        /* height: 83px; */
    }
    
    .issue {
        font-size: 14pt;
    }
    
    .label {
        color: #666633;
    }
    
    .result {
        color: #FF0000;
    }
    
    .firstRow .prediction {
        font-size: 18px;
        text-align: center;
    }
    
    .highlight {
        color: #FF0000;
       
    }
    
    .numbers {
        color: #FF0000;
    }
    
    
    .tail-info {
        font-size: 14pt;
        font-family: 方正楷体简体;
    }
    
    .tail {
        color: #008080;
    }
    
    .header{
        position: fixed;
        width: 100%;
        max-width: 720px;
        height: 44px;
        top: 0px;
        background: rgb(0, 41, 101);
        z-index: 99;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        overflow: hidden;
    }
    .boxss {
    
        border-radius: 4px;
        -moz-box-shadow: 0 1px 2px rgba(180,180,180,0.7);
        -webkit-box-shadow: 0 1px 2px rgba(180,180,180,0.7);
        box-shadow: 0 1px 2px rgba(180,180,180,0.7);
        margin: 0 auto 3px auto;
        background-color: #fff;
    }
            .center {
        text-align: center;
    }
    .boxss p:nth-child(1) {
        color: #FF0000;
    }

    .boxss p {
        font-size: 20px;
        font-weight: bold;
    }
    
    @media screen and (max-width: 800px) {
        .boxss p {
            font-size: 14px;
        }
    }
    .list-title {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #00296B;
    color: #fff;
    margin: 0 1px 5px;
    font-size: 26px;
    font-weight: bold;
    }
    .header.indexheader{
        height: 79px;
    }
    .header .logo{
        float: left;
        padding-left: 5px;
    }
    .header .logo img{
        width: 207px;
        height: 40px;
    }
    .header .bank {
        display: block;
        float: right;
        width: 56px;
        height: 44px;
        padding: 25px 8px 0 0;
        color: #fff;
        font-size: 8pt;
        
    }
    .nullbox {
        height: 50px;
    }
    .nullbox.index-null{
        height: 80px;
    }
    .box{
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -moz-box-shadow: 0 1px 2px rgba(180,180,180,0.7);
        -webkit-box-shadow: 0 1px 2px rgba(180,180,180,0.7);
        box-shadow: 0 1px 2px rgba(180,180,180,0.7);
         
        background-color: #fff;
        font-weight: 100;
    }
    /*nav*/
    .nav{
        background: #00296B;
    }
    .nav span{
        display: block;
        float: left;
        width: 16.66%;
        text-align: center;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        color: #ffff00;
        font-size: 16px;
    }
    .nav span:hover{
        background: #ffa759;
    }
    
    /*url*/
    .header-url p{
        font-size: 20px;
        font-weight: bold;
    }
    
    .header-url p:nth-child(1){
        color: #FF0000;
    }
    .header-url p:nth-child(2){
        color: #0070C0;
    }
    .header-url p:nth-child(3) span{
        margin:0 10px;
    }
    .header-url p:nth-child(3) span:nth-child(1){
        color: red;
    }
    .header-url p:nth-child(3) span:nth-child(2){
        color: #ff6000;
    }
    .header-url p:nth-child(3) span:nth-child(3){
        color: green;
    }
    .header-url p:nth-child(4){
        font-size: 18px;
        color: rgb(112, 48, 160);
    }
    
    /*nav*/
    .nav table{
        text-align: center;
    }
    .nav table td{
        border:none;
        
    }
    .nav img{
        display: block;
        margin:0 auto;
        width: 50px;
        height: 50px;
    }
    
        #jiuxiao td {border-bottom: 3px solid blue;font-size:14px;}
    
        body,td,th {
        font-family: tahoma, \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, arial, georgia, verdana, helvetica, sans-serif;
             border: 1px solid #e5e5e5
        }
    .pic-list { padding-top: 10px; text-align: center;}
    .pic-list span { float: left; width: 50%;}
    .pic-list span img { width: 90%; height: 250px; margin: 0 auto;}
    .pic-list span em { height: 40px; line-height: 40px;}
    
    /*图片放大*/
    .photoBox{display:inline-block;position:relative;}
    .photoBox img{display:block;}
    .photoArea{zoom:1;}
    .photoArea img { width: 98%; height: auto;}
    .clearfix:after {content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden }
    .clearfix {
    *zoom:1 }
    
    .kj-link-tit { height: 40px; line-height: 40px; text-align: center; font-size: 16px; color: #0063ca; border-bottom: solid 3px #0063ca; background: #eee; background-image: linear-gradient(to top, #f7f7f7,#fff);}
    .kj-link-box { padding: 5px 10px; text-align: center;}
    .kj-link-box ul li {float: left; width: 33.30%; padding-right: 3%;}
    .kj-link-box ul li:nth-child(3n) { padding-right: 0;}
    .kj-link-box ul li a { width: 100%; height: 30px; line-height: 30px; margin: 5px 0; border: solid 1px #ddd; box-shadow: 0 2px 5px rgba(0,0,0,0.1); border-radius: 6px; display: inline-block; background-image: linear-gradient(to top, #f7f7f7,#fff);}
    
    .md-links { padding-top: 10px; text-align: center;}
    .md-links ul { *zoom:1 }
    .md-links ul:after {content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden }
    .md-links ul li { float: left; width: 24.8%; padding-bottom: 10px;}
    .md-links ul li img { width: 45px; height: 45px; margin-bottom: 5px;}
    .md-links ul li p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #F00;
        font-size: 13px;
    }
    
    .clearfix:after {content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
    .clearfix {*zoom:1 }
    .cgi-tj-l { float: left; width: 17.8%; margin-right: 2%; padding-top: 10px;}
    .cgi-tj-l img { width: 100%; height: 100px;}
    .cgi-tj-r { float: right; width: 80%;}
    .cgi-tj-r ul li { height: 40px; line-height: 40px; border-bottom: solid 1px #ddd; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
    .cgi-tj-r ul li:last-child { border-bottom: 0;}
    .cgi-tj-r ul li a {
        font-size: 12px;
    }
    
    /*bbs*/
    .title{
        font-size: 9pt!important;
        padding: 4px 8px;
        color: #666;
        background-color: #fbfbfb;
        background: -moz-linear-gradient(top,#fff,#f8f8f8);
        background: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f8f8f8));
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border-top: 0;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    .listTable{
        border-collapse: collapse;
        table-layout: fixed;
    }
    
    .listTable .KillerTxt{
    vertical-align: middle;
        padding:1px 2px;
        background-color: #0000FF;
        border-radius: 5px;
        color: #FFFFFF;
        float: left;
    }
    .listTable a{
        display: block;
        color: #333;
        font-size: 11pt!important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .listTable .bbsTxt{
        padding:1px 2px;
        background-color: #002eff;
        border-radius: 5px;
        color: #FFFFFF;
        float: left;
    
    }
    html {
    font-size: 48px;
    }
    
    .paogou1 { height: 100%; display: flex;background: #1987e8; background-size: 100% 100%;}
    .paogou1-l { width: 248px; margin-top: 40px; padding-left: 50px; box-sizing: border-box;}
    .paogou1-l ul li a { width: 160px; height: 44px; line-height: 44px; margin-bottom: 14px; text-align: center; font-size: 20px;font-weight: bold; color: #fff; display: inline-block;
          background:coral;background-size: 100% 100%;}
    .paogou1-l ul li a:hover { color: #ff0;}
    .paogou1-r { width: 535px; height: 640px; margin-top: 0px; background: #d9eca6;background-size: 100% 100%;}
    .paogou1-r a{display: none;}
    .paogou1-r img {width: 515px; height: 625px; margin-left: 10px; margin-top: 10px;}
    @media screen and (max-width:800px) {
        .paogou1 { height: 7.32rem;}
        .paogou1-l { width: 2.8rem; margin-top: 0.4rem; padding-left: 0.6rem;}
        .paogou1-l ul li a { width: 1.6rem; height: 0.44rem; line-height: 0.44rem; margin-bottom: 0.14rem; font-size: 0.24rem;}
        .paogou1-r { width: 4.47rem; height: 6.55rem; margin-top: 0.26rem;}
        .paogou1-r img {width: 3.77rem; height: 5.64rem; margin-left: 0.34rem; margin-top: 0.41rem;}
        .paogou1-r a{display: none;}}
    
    
    .paogou2 {padding: 0 45px 40px 45px; color: #fff; font-size: 16px; background: #096d60; position: relative;}
    #paogou_jie_1, #paogou_jie_2, #paogou_jie_3, #paogou_jie_4, #paogou_jie_5, #paogou_jie_6, #paogou_jie_7, #paogou_jie_8, #paogou_jie_9, #paogou_jie_10, #paogou_jie_11 {display: none;}
    /* .paogou2:after { content:""; display: block; width: 100%; height: 95px; background: url(https://668467.com/images/paogou2-shadow.png) 0 0 repeat-x; position: absolute; left: 0; bottom: 0;} */
    .paogou2-tit { font-size: 18px; font-weight: bold; color: #ff0; position: relative; z-index: 1;}
    .paogou2-box { position: relative; z-index: 1;}
    @media screen and (max-width:800px) {
        .paogou2 {padding: 0 0.45rem 0.4rem 0.45rem; font-size: 0.24rem;}
        .paogou2-tit { font-size: 0.3rem;}
    }
    
    
    /*footer*/
    .news{
        color: #FF0000;
    }
    .news div:not(:last-child){
        margin-bottom: 8px;
    }
    .news span{
        background-color: #FFFF00
    }
    .footer-url a{
        font-weight: 700;
        text-decoration: underline;
    }
    .footer-url a:nth-child(1){
        color: #800000
    }
    .footer-url a:nth-child(2){
        color: #800080
    }
    .footer-url a:nth-child(3){
        color: #000066
    }
    .footer-url a:nth-child(4){
        color: #FF00FF
    }
    
    
    /*sub*/
    .sub-header{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        background-color: #fbfbfb;
        background: -moz-linear-gradient(top,#fff,#ececec);
        background: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#ececec));
        border-bottom: 1px solid #c6c6c6;
        width: 100%;
        height: 44px;
        box-shadow: 0 0 2px rgba(180,180,180,0.7);
    }
    .sub-header a{
        display: block;
        height: 44px;
        line-height: 44px;
        font-size: 18px;
        text-shadow: 1px 1px 0 #fff;
        font-weight: bold;
    }
    .sub-header a:hover{
        left: 0px;
        top: 0px;
        text-decoration: none;
    }
    .sub-nullbox{
        height: 55px;
    }
    .article_content img{
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }
    .tablebox tr{
        line-height: 32px;
    }
    .tablebox a{
        color: rgb(255, 0, 0);
        text-decoration: underline;
        font-weight: bold;
        font-size: 16px;
    }
    .content_hd_media{
        color: #666;
        background-color: #fbfbfb;
        border-bottom: 1px solid #dedede;
        padding: 8px;
    }
    .content_hd_media h2 {
        margin: 0;
        font-size: 14pt;
        color: #000;
    }
    .content_hd_media .meta_info {
        color: #999;
        font-size: 12pt;
        margin-top: 6px;
    }
    .content_hd_media .meta_info div {
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
        height: 50px;
        line-height: 50px;
    }
    .content_hd_media .main-p{
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 1px;
        padding-bottom: 1px;
        background-color: #FF0000;
        border-radius: 5px;
        color: #FFFFFF;
    }
    .content_bd {
        padding: 0px;
        position: relative;
        line-height: 27px;
        font-size: 12pt;
        text-align: justify;
        word-break: break-word;
    }
    .content_bd p, .content_bd div {
        vertical-align: baseline;
        color: #000;
        letter-spacing: -0.5px;
    }
    .content_bd p{
        margin:8px 0;
    }
    .meta_info div img {
        float: left;
        border-radius: 100px;
        width: 50px;
        height: 50px;
        margin-left: 0px;
        margin-right: 5px;
    }
    .tablebox.imgbox a{
        display: block;
        height: 44px;
    }
    .tablebox.imgbox a img{
        width: 100%;
        height: 44px;
    }
    .jxtable{
        table-layout: auto;
    }
    .jxtable td{
        padding:0px;
        border:none;
    }
    .jxtable p{
        line-height: 35px;
    }
    .txt5 {
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        background-color: rgb(255, 157, 71);
        color: #000;
        float: left;
        width: 24px;
        border:2px dotted red;
    }
    .txt6 {
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        background-color: rgb(255, 157, 71);
        color: #000;
        float: right;
        width: 24px;
        border:2px dotted red;
    }
    .listTable .gsTxt{
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 1px;
        padding-bottom: 1px;
        background-color: #000;
        border-radius: 5px;
        color: #FFF;
        float: left;
    }
    .foot-td{
        background: #00296B;
        text-align: center;
        color: #fff;
        font-weight: bold;
    }
    .air{
        display: inline-block;
        width: 4px;
        height: 4px;
        background: #000;
        vertical-align: middle;
        margin:0 2px;
        border-radius: 2px;
    }
    .bztable{
        font-size: 16px;
        color: #000;
        font-weight: bold;
    }
    .bztable tr{
        line-height: 30px;
    }
    .bztable th{
        padding: 3px 2px;
        background: rgb(255, 157, 71);
    }
    .sbxtable{
        margin-bottom: 5px;
    }
    .sbxtable th{
        font-size:14pt;
        background: #00296B;
        color: #ffff00;
    }
    .remarks{
        margin-top: 5px;
        color: #ababab;
    }
    .colortable{
        word-wrap: break-word; 
        word-break: break-all;
    }
    .colortable tr td:nth-child(2){
        width: 60%;
    }
    /*yqlj*/
    .yqlj {
        padding: 4px 4px;
    }   
    .yqlj .link{
        height: 30px;
        line-height:30px;
        text-align: center;
        border-bottom: 1px solid #000;
        background:#0000FF;
        color: #fff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-weight: bold;
        font-size: 16px;
    }
    .yqlj li{
     font-size:12px;   float: left;
        padding:2px 1px;
        width: 25%;
    }
    .yqlj li a{
        display: block;
        text-align: center;
        background:#00296B;
        color: #fff;
        padding:2px 0;
        border:1px solid #fff;
        border-radius: 3px;
        transition: all 0.3s;
    }
    .yqlj li a:hover{
        text-decoration: underline;
    }
    
    @media screen and (min-width: 800px){
        .box{
            font-size: 14px;
            margin: 0 auto 5px;
            max-width: 800px;
           }
    }
    @media screen and (max-width: 800px){
        .header-url p {
            font-size: 18px;
        }
        .listTable a{
            font-size: 10pt;
        }
        .f12,.title {
            font-size: 11pt;
        }
        .f13,.f14{
            font-size: 12pt;
        }
        .listTable .gsTxt,.listTable .bbsTxt,.listTable .KillerTxt,.content_hd_media .main-p,.foot-td,.header-url p:nth-child(3) span,.nav span{
            font-size: 12px
        }
    }
    
    /*weixin*/
    .overlay {
        background:#000;
        filter:alpha(opacity=50);
        opacity:0.5;
        display:none;
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
        z-index:100;
        display:none;
    }
    .copy-box {
        position:fixed;
        top:50%;
        left:50%;
        margin-top:-130px;
        margin-left:-200px;
        width:400px;
        height:260px;
        background:#fff;
        border-radius:18px;
        overflow:hidden;
        display:none;
        z-index:101;
    }
    .close-box {
        position:relative;
        height:56px;
        line-height:56px;
        font-size:22px;
        font-weight:bold;
        color:#ff9b00;
        border-bottom:1px solid #ccc;
        text-align:center;
    }
    .close-box img {
        position:absolute;
        display:block;
        width:38px;
        height:38px;
        right:5px;
        top:5px;
        cursor:pointer;
    }
    .copy-box .text {
        padding:35px 0 26px;
        color:#000;
        line-height:39px;
        text-align:center;
        font-size:24px;
    }
    .copy-box .goweixin {
        display:block;
        width:75%;
        height:40px;
        line-height:40px;
        text-align:center;
        background:#ff9b00;
        color:#fff;
        font-weight:bold;
        font-size:24px;
        text-decoration:none;
        margin:0 auto;
    }
    .copy-box .goweixin:hover {
        top:0;
        left:0;
    }
    #click-btn {
        display:block;
        margin:0 auto 10px;
        width:160px;
        height:40px;
        line-height:40px;
        background:#ffd700;
        border-radius:8px;
        text-decoration:none;
        text-align:center;
        color:#620c04;
        animation-name:pulse;
        animation-duration:1s;
        animation-fill-mode:both;
        animation-iteration-count:infinite;
    }
    #click-btn:hover {
        top:0;
        left:0;
    }
    .wx-logo{
        display: block;
        position: fixed;
        bottom: 0;
        right: 0;
    }
    .wx-logo img{
        display: block;
        width: 50px;
    }
    .wx-logo .wx-close{
        display: block;
        position: absolute;
        top: -16px;
        left: 0px;
        font-size: 12px;
        color: red;
    }
    .weixin-img{
        display: block;
        width: 100%;
    }
    .weixin-title p{
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        color: #000;
    }
    @media screen and (max-width:800px) {
    .copy-box {
        width:80%;
        margin-left:0;
        left:10%;
    }}
    
    /**/
    .weixin-box{
        position: fixed;
        bottom: 0;
        z-index: 25;
        width: 800px;
        height: 55px;
        background: #fff;
        opacity: 1;
        border-top: 1px solid #e0e0e0;
        box-sizing: border-box;
        margin: auto;
        left: 0;
        right: 0;
    }
    .join-weixinImg{
        display: block;
        float: left;
        width: 46px;
        height: 46px;
        margin:4px 0 0 4px;
    }
    .join-weixinText{
        float: left;
        margin-left: 4px;
    }
    .join-weixinText p{
        font-size: 15px;
        color: #000;
        margin:0;
    }
    .join-weixinText p span{
        color: #F00;
        font-weight: bold;
        font-size: 18px;
    }
    #openWeixin{
        float: left;
        font-size: 15px;
        margin:13px 0 0 5px;
        color: #fff;
        background-color: #0383F7;
        border-color: #0383F7;
        border-radius: 7px;
        padding: 6px;
        text-decoration: none;
    }
    @media screen and (max-width: 320px){
    .join-weixinText p{
        font-size: 8px;
        }
    }
    .gg-news{
        display: block;
        width: 50%;
        margin:0 auto;
        color: blue;
        font-weight: bold;
        text-align: center;
    }
    @media screen and (max-width: 800px){
        .gg-news{
            width: 100%;
        }
    }
    .white-box { margin-top: 5px; padding: 5px; border-radius: 5px; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.2);}

