@font-face{
     font-family: 'quantico'; 
     src: url('../fonts/Quantico.ttf');
}

body {
    font-family: '微软雅黑';
    line-height: 22px;
    font-size: 14px;
    background-color: #F2F4F8;
    color: #333;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 800px) {
    .issue{
        /*flex-wrap: wrap;*/
    }
    .issue-item{
        border-left: 0;
    }
    .issue-item:last-child{
        border-bottom: 0;
    }
    .result-table{
        border-left: 0;
        border-right: 0;
    }
    #dplayer, .player-code{
        height: 240px!important;
    }
    .container .h1-title{
        font-size: 19px;
    }
    .kj_header img{
        height: 40px !important;
    }
}
@media screen and (max-width: 768px){
    html .container {
        max-width: 720px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .code-item{
        width: 0.2rem;
        height: 0.2rem;
        line-height: 0.2rem;
        font-size: 12px;
    }
    .code-sum{
        width: 0.26rem;
        height: 0.26rem;
        line-height: 0.26rem;
    }
    .show1 .result-tr{
        height: auto;
        line-height: none;
    }
    .show1 .result-tr span:nth-child(2){
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .info_box{
        flex-flow: column;
        padding: 0px !important;
    }
    .kj_detail .kj_dxds{
        width: auto !important;
        display: flex;
    }
    .kj_detail .kj_dxds span{
        margin-left: 6px !important;
    }
}
@media screen and (max-width: 620px) {
    html .container {
        max-width: 620px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .code-item{
        width: 0.16rem;
        height: 0.16rem;
        font-size: 12px;
        line-height: 0.16rem;
    }
    .code-sum{
        width: 0.22rem;
        height: 0.22rem;
        line-height: 0.22rem;
    }
    .types-box{
        font-size: 12px;
    }
    .main .txt-header{
        font-size: 14px;
        padding: 16px 12px;
    }
    .result .result-tr{
        font-size: 12px;
    }
    .result .code-item {
        width: 17px;
        height: 17px;
        font-size: 12px;
        line-height: 17px;
    }
    .result .code-sum {
        width: 22px;
        height: 22px;
        line-height: 22px;
    }
    .result .yc-yes, .result .yc-yes2 ,.result .yc-no, .result .yc-no2 {
        height: 20px;
        line-height: 20px;
        width: 20px!important;
    }

}
@media screen and (max-width: 570px) {
    .result .code-item {
        width: 17px;
        height: 17px;
        line-height: 17px;
    }
    .result .code-sum{
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
}

@media screen and (max-width: 420px) {
    .kj_time .kj_time_wrap{
        font-size: 12px;
    }
    .kj_time .kj_time_wrap #qishu{
        font-size: 12px;
    }
    .kj_time .kj_time_wrap #times b{
        font-size: 12px;
    }
    .kj_time .kj_time_wrap .show9_mipai{
        font-size: 12px;
    }
}



.container {
    max-width: 720px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.main{
    height: 100%;
    /* overflow-y: scroll; */
    /* overflow-x: hidden; */
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.main::-webkit-scrollbar {
    display: none;
}
.main-p{
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
}


.banner,.banner8{
    margin-bottom: 12px;
}
.banner a,.banner8 a{
    display: block;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: relative;
    text-decoration: none;
    
}
.banner a>span,.banner8 a>span{
    display: block;
    margin-bottom: 12px;
    padding: 8px;
    box-sizing: border-box;
    width:100%;
    background: linear-gradient(135deg, #59c3fb 10%, #268df7 100%);
    text-decoration: underline;
    font-weight: 700;
    border-radius: 10px;
    color: #fff;
}
.banner img,.banner8 img{
    width: 100%;
    height: auto;
    display: block;
}

.banner9{
    padding: 10px;
    margin: 0px !important;
}
.banner9 img{
    border-radius: 5px;
}

.kj_nav{
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #FF5B4D;
    font-size: 14px;
}
.kj_nav svg{
    margin-left: 4px;
}
.kj_nav_list{
    position: absolute;
    display: none;
    right: 0px;
    top: 40px;
    background: #EBEBEB;
    border-radius: 6px;
    width: 140px;
    z-index: 9999;
}
.kj_nav_item{
    display: block;
    text-align: center;
    padding: 12px 0;
    font-size: 16px;
    color: #5E5E5E;
    border-bottom: 1px solid #D7D7D7;
}
.kj_nav_item:hover{
    color: #FF5B4D;
}
.kj_nav_active{
    color: #FF5B4D;
}

.kj-item span{
    display: inline;
    width: 36px;
    height: 36px;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    /* margin-right: 5px; */
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50%;
}

/* 类型 */
.types-box{
    max-width: 520px;
    margin: 20px auto;
}

.types-box nav{
    flex-wrap: wrap;
}
.types-box .nav-type{
    width: auto;
    min-width: 50px;
    cursor: pointer;
    flex: 1;
}
.types-box .forecast-nav{
    border: none;
    color: #6b6969;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(216 208 208 / 24%);
}


.sf_box .nav-item{
    flex: 1 1 29% !important;
}
.sf_box .nav-item:nth-child(3n){
    margin-right: 0px;
}
.sf_box .nav-item:nth-child(4n){
    margin-right: 7px;
}

nav{
    line-height: 36px;
    display: flex;
    justify-content: center;
    background-color: #FFF;
    padding: 0px 10px;
}
.nav-item{
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    border: 1px solid #aaa;
    margin-right: 7px;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    margin-top: 15px;
    flex: 1 1 22% !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0px 2px;
    box-sizing: border-box;
    font-size: 12px;
}
.nav-item:nth-child(4n){
    margin-right: 0px;
}
.nav-active,.nav-item:hover{
    color: #FFF;
    background-color: #4CA2FF;
    border: 1px solid #4CA2FF;
}

.nav-index{
    max-width: 80px !important;
}

/* 正确率 */
.issue{
    margin: 10px 0;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(216, 208, 208, 0.24);
}
.win_box p{
    margin: 5px 0px;
    text-align: center;
}



.kj_header{
    /* position: fixed;
    top: 0px; */
    /* width: 1000px; */
    height: 50px;
    padding: 0px 1vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}
.kj_header .header_tit{
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.kj_header img{
    height: 50px;
    padding-right: 2px;
}

.info_box{
    margin: 0px 10px 10px 10px ;
    border-radius: 5px;
    background-color: #fff;
}
.kj_img{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333;
}
.kj_img img{
    width: 35px;
    margin-right: 8px;
}
.kj_time{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 5px;
}
.kj_time .kj_time_wrap{
    padding: 2px 8px;
    background: #f2f4f8;
    border-radius: 4px;
    color: #5e5e5e;
    font-size: 14px;
}
.kj_time .kj_time_wrap #qishu{
    font-size: 14px;
    font-weight: 500;
}
.kj_time .kj_time_wrap #times b{
    font-size: 14px;
    font-weight: 500;
}

/* 咪牌 */
.show9_mipai{
    margin-left: 10px;
    padding: 2px 4px;
    background: #FF5B4D;
    color: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    cursor: pointer;
    min-width: 48px;
}
.show9_mipai svg{
    margin-right: 2px;
}


.kj_detail{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0px;
}
.kj_detail>div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.kj_detail .kj_dxds{
   display: flex;
   margin-left: 7px;
}
.kj_detail .kj_dxds span{
    font-size: 13px;
    font-weight: 500;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0px 5px;
    font-weight: 600;
}
.kj_detail  i{
    font-style: normal;
    margin: 0 4px;
    font-size: 18px;
    font-weight: 600;
}


.kj_detail #mi-num1,#mipai-num1{
    background: url(../../img/item2.png) no-repeat;
}
.kj_detail #mi-num2,#mipai-num2{
    background: url(../../img/item2.png) no-repeat;
}
.kj_detail #mi-num3,#mipai-num3{
    background: url(../../img/item2.png) no-repeat;
}
.kj_detail #mi-num4,#mipai-num4{
    /* background: url(../../img/item1.png) no-repeat; */
}


.mi_red{
    background: url(../../img/red.png) no-repeat;
}
.mi_blue{
    background: url(../../img/blue.png) no-repeat;
}
.mi_green{
    background: url(../../img/green.png) no-repeat;
}


.kj_detail #mi-num1,
.kj_detail #mi-num2,
.kj_detail #mi-num3,
.kj_detail #mi-num4,
#mipai-num1,
#mipai-num2,
#mipai-num3,
#mipai-num4{
    font-size: 16px;
    color: #333;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-size: cover;
}


.mi-center-wrap #mipai-num1,
.mi-center-wrap #mipai-num2,
.mi-center-wrap #mipai-num3,
.mi-center-wrap #mipai-num4{
    width: 39px;
    height: 39px;
    line-height: 39px;
    font-size: 21px;
    font-weight: 600;
}
.mi-center-wrap .center-data{
    align-items: center;
}
.mi-center-wrap .center-num{
    border: 0px;
}
.mi-center-wrap .center-sum{
    font-size: 25px;
    margin: 0px 2px;
}
.mi-center-wrap .kj_dxds{
    display: flex;
    margin-left: 6px;
}
.mi-center-wrap .kj_dxds span{
    font-size: 15px;
    font-weight: 600;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0px 2px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: 50%;
}







/* gotop */
.gotop{
    display: none;
    position: fixed;
    bottom: 5%;
    right: 5%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #FF897E;
    background: #fff;
    font-size: 12px;
    color: #FF5B4D;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* 列表结果 */
.result-table{
    color: #37383A;
    /* border: 1px solid #e4e4e4; */
}

.result-thead{
    /* background-color: #007aff; */
    color: #000;
    display: flex;
    justify-content: center;
    height: 34px;
    line-height: 34px;
    font-weight: bold;
}
.result-thead span{
    width: 100%;
    text-align: center;
    border: 1px solid #ebebeb;
}
.result-thead span:last-child{
    border-right: 0;
}
.result-tr{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px dashed #ebebeb;
}
.result-tr span{
    width: 100%;
    text-align: center;
    border-radius: 20%;
}
.result-tr:last-child{
    border-bottom: 0;
}
.result-tr:nth-child(odd){
    background-color: #f9f9f9;
}

.forecast_tr span{
    border-radius: 50%;
}


/* 列表tab切换 */
.result-nav{
    height: 40px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    display: flex;
    justify-content: center;
    /* border-top: 1px solid #ddd; */
    /* border-bottom: 1px solid #ddd; */
    width: 100%;
    bottom: 0;
    max-width: 1000px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
 }
 .result-nav span{
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    /* border-right: 1px solid #ddd; */
    z-index: 999;
 }
 .result-nav span:last-child{
    border-right: 0;
 }
 .result-active{
    position: relative;
    background: #267AFF;
    color: #fff;
    border-radius: 4px;
 }
 .result-active:before{
    content: '';
    display: block;
    border-bottom: 2px solid #267AFF;
    position: absolute;
    width: 15px;
    border-radius: 5px;
    left: 0px;
    right: 0px;
    bottom: 1px;
    margin: 0 auto;
 }

/* 列表样式 */
.p120{
    width: 120%!important;
 }
 .p150{
    width: 150%!important;
 }
 .p200{
    width: 200%!important;
 }
 .p250{
    width: 250%!important;
 }
 .p300{
    width: 300%!important;
 }
 .p400{
    width: 400%!important;
 }
 
 .badge-o{
    display: inline-block;
    height: 18px;
    line-height: 18px;
    
    background: #FF0101;
    /* background: linear-gradient(180deg, #ABD5FF 0%, #0A7BFF 100%) !important; */
    color: #FFF;
    border-radius: 50%;
    font-size: 12px;
    padding: 0 3px;
    font-style: inherit;
    transform: scale(1.1);
 }
 .badge-g{
    display: inline-block;
    height: 18px;
    line-height: 18px;
    background: #0A7BFF;
    /* background: linear-gradient(180deg, #F99 0%, #FF0101 100%) !important; */
    color: #FFF;
    border-radius: 50%;
    font-size: 12px;
    padding: 0 3px;
    font-style: inherit;
    transform: scale(1.1);
 }
 
 .result-thead{
    color: #777;/* #555  f66800 */
    font-size: 15px;
    font-weight: 500;
 }
 #census .result-tr{
    height: 40px;
 }
 #census .result-tr span i{
    font-style: normal;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    color: #FFF;
    text-align: center;
    background: #007aff;
    border-radius: 12px;
    margin: 0 5px;
    font-size: 12px;
    min-width: 22px;
 }
 #census .result-tr span b{
    font-weight: initial;
    color: #333;
 }
 #census .result-tr span p{
    margin: 0;
    padding: 0;
    display: inline-block;
    /*min-width: 30px;*/
 }

 #census .result-tr span:last-child{
    border-right: 0px;
 }
 .p-red{
    color: red;
 }













.forecast-nav{
    height: 40px;
    line-height: 40px;
    display: flex;
    margin: 5px 0;
    border: 1px solid rgba(0,0,0,.1);
}
.forecast-nav span{
    width: 100%;
    text-align: center;
    border-left: 1px solid rgba(0,0,0,.1);
}
.forecast-nav .active{
    background-color: #007aff;
    color: #FFF;
}
/* 列表颜色 */
.yc-yes, .yc-yes2{
    height: 24px;
    line-height: 24px;
    width: 24px!important;
    max-width: 48px;
    color: #FFF;
    background-color: #ff1212;
    display: inline-block;
    margin-right: 3px;
}
.yc-no, .yc-no2{
    height: 24px;
    line-height: 24px;
    width: 24px!important;
    max-width: 48px;
    color: #FFF;
    background-color: #007aff;
    display: inline-block;
    margin-right: 3px;
}
.yc-yes2{
    background: url(../../img/ok.png);
    color: transparent;
    background-size: cover;
}
.yc-no2{
    background: url(../../img/no.png);
    color: transparent;
    background-size: cover;
}

.kjcode_span{
    display: inline-block;
    width: 24px !important;
    height: 24px;
    line-height: 24px;
    /* color: #FF3900; */
    font-size: 13px;
    /* border: 1px solid #F86; */
    font-weight: 600;
}

#forecast .result-tr span:nth-child(3){
    display: flex;
    justify-content: center;
}
.sha{
    color: red;
    margin-right: 2px;
    width: unset!important;
    line-height: 24px;
}
#sz .yc-yes, #sz .yc-no{
    margin-right: 0;
    width: 40px!important;
}



.al-a-1{
    background-color: #DC143C;
}
.al-a-2{
    background-color: #F4A460;
}
.al-a-3{
    background-color: #1E90FF;
}

.copyright{
    font-size: 12px;
    text-align: center;
    /* height: 50px;
    line-height: 50px; */
}
.copyright_a{
    display: block;
    padding-bottom: 20px;
    color: #4DA2FF;
}
.copyright_a:hover{
    text-decoration: underline;
}





.foot-bookmark {
	position: fixed;
    bottom: 25px;
    z-index: 99999999;
    width: 50%;
    max-width: 500px;
    color: #fff;
    background-color: rgba(0,0,0,.9);
    border-radius: 10px;
    font-size: 12px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-bookmark:after {
	content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0,0,0,.9);
    position: absolute;
    bottom: -6px;
}

.foot-bookmark p {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.foot-bookmark p span img {
	width: 15px;
    height: auto;
    margin: 0 5px;
}

.foot-bookmark>img {
	height: 40px;
    width: 40px;
    margin-right: 10px;
    border-radius: 5px;
}

.foot-bookmark i {
	position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-style: normal;
}



.code-item ,.code-sum{
    display: inline-block;
    color: #fff; 
    font-style: normal;
    text-align: center;
}
.code-item{
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    border-radius: 50%;
    margin: 0px 1px;
}
.code-sum{
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    font-weight: 600;
}



.txt-header{
    position: relative;
    font-size: 16px;
    padding: 16px 20px;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.txt-center{
    text-align: center;
}
.strong-txt{
    font-weight: 600;
}
#qishu{
    color: #0075FF;
    font-size: 16px;
}
#times{
    color: #FF5B4D;
    border-radius: 5px;
    padding: 0 7px 0px 5px;
    margin-left: 0px;
}
#times b{
    color: #FF5B4D;
    padding: 0px 3px;
    font-size: 24px;
    font-weight: 600;
}
.h1-title,.h2-title{
    margin: 0;
    position: relative;
    font-size: 26px;
    font-weight: bold;
    line-height: 66px;
    
    width: 100%;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    /* color: #0088a4; */
}
.h1-title {
    display: none;
}
.reload{
    position: absolute;
    top: 18px;
    color: #4DA2FF;
    /* right: 20px; */
}
.bg-primary {
    background: linear-gradient(180deg, #ABD5FF 0%, #0A7BFF 100%) !important;
}
.bg-danger {
    background: linear-gradient(180deg, #F99 0%, #FF0101 100%) !important;
}
.c6-1{
    display: flex;
    justify-content:center;
}
.c6-2{
    display: flex;
}
.c6-3{
    color:#13b5b1;
    padding: 3px;
}
.c6-4{
    color:#f23030;
    padding: 3px;
}


.hm_red{
    background: #FF3232 !important;
    color: #fff;
}
.hm_blue{
    background: #006FFF !important;
    color: #fff;
}
.hm_green{
    background: #18CE00 !important;
    color: #fff;
}


.sum_red{
    background: linear-gradient(180deg, #FF7575 0%, #FF2222 100%) !important;
}
.sum_blue{
    background: linear-gradient(180deg, #87BBFF 0%, #226FFF 100%) !important;
}
.sum_green{
    background: linear-gradient(180deg, #50E952 0%, #00C500 100%) !important;
}

.result .result-tr  b>p{
    font-size: 16px;
    font-weight: 600;
}

.dxds_red{
    background: linear-gradient(180deg, #FF7575 0%, #FF2222 100%) !important;
    color: #fff;
}
.dxds_blue{
    background: linear-gradient(180deg, #87BBFF 0%, #226FFF 100%) !important;
    color: #fff;
}