/*鏂板姞椤甸潰鐨刢ss*/
/*鍏敤鐨勫ご閮�*/
body,
html{
	height: 100%;
	background: #FFFFFF;
}
.am-fix-top {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    background-color: #FFF;
}
.am-header {
    position: relative;
    width: 100%;
    height: .88rem;
    line-height: .88rem;
    padding: 0 .3rem;
    z-index: 999;
    box-sizing: border-box;
    border-bottom: 1px solid #d6d7dc;
}
.am-header .am-header-title {
    margin: 0 20%;
    font-size: .38rem;
    font-weight: 500;
    text-align: center;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
 }   
.am-header-left,
.am-header-right{
	position: absolute;
	top: 0;
	height: .88rem;
	line-height: .88rem;
	
}
.am-header-left{
	left: .3rem;
}
.am-header-right{
	right: .3rem;
}
.return {
    display: inline-block;
    background-image: url(../img/fanhui@2x.png);
    width: 10px;
    height: 15px;
    background-size: 100%;
    vertical-align: middle;
}
/*澶撮儴缁撴潫*/





.body-container{
	background: #FFFFFF;
	padding-top: .88rem;
}
.introduce_icon{
	color: #108ae0;
	font-size: .26rem;
}
.jianada .introduce_icon{
	color: #FF7800;
}
.danmai .introduce_icon{
	color: #FFBA00;
}


.menu_common a{
	float: left;
	width: 33.33%;
	height: .7rem;
	line-height: .7rem;
	text-align: center;
	color: #FFFFFF;
	font-size: .28rem;
	background: #108ae0;
	position: relative;
}
.jianada .menu_common a{
	background: #FF7800;
}
.danmai .menu_common a{
	background: #FFBA00;
}
.menu_common a.active:after{
	content: '';
	 width:0; 
    height:0; 
    border-left:.12rem solid transparent;
    border-right:.12rem solid transparent;
    border-bottom:.2rem solid #FFFFFF;
    position: absolute;
    bottom: 0;
    left:50%; 
    margin-left: -.06rem; 
}
.menu_common a.active{
	background: #0077cc;
}
 .jianada .menu_common a.active{
	background: #e66b00;
}
.danmai .menu_common a.active{
	background: #e0a70f;
}
.detail_table table{	
	font-size: .24rem;
	width: 100%;
	border: none;
}

.detail_table tr td{
	height: .36rem;
	border: 1px solid #cce7ff;
	text-align: center;
	background: #FFFFFF;
}
.detail_table tr td:first-of-type{
	width: 22.6%;
	text-align: left;
	padding-left: .12rem;
}
.detail_table tr .thin{
	width: 5%;
}
.detail_table tr:first-of-type td{
	border-top: none;
}
.detail_table tr:last-of-type td{
	border-bottom: 2px solid #cce7ff;
}


.detail_table tr .normal{
	width: 16.5%;
	text-align: left;
	padding-left: .06rem;
}
.detail_table tr .normal.special{
	width: 21%;
}
.detail_table tr .text_red{
	color: #ff0000;
}
.detail_table tr .text_bule{
	color: #3333ff;
}
.detail_table .thin .red_quan,
.detail_table .thin .blue_quan,
.detail_table .thin .red_yuan,
.detail_table .thin .blue_yuan{
	width: 8px;
	height: 8px;
	background: #3333ff;
	border-radius: 50%;
	display: inline-block;
}
.detail_table .thin .red_quan{
	background: #FF0000;
}
.detail_table .thin .red_yuan{
	box-sizing: border-box;
	border: 1px solid #FF0000;
	background: #FFFFFF;
}
.detail_table .thin .blue_yuan{
	box-sizing: border-box;
	border: 1px solid #3333ff;
	background: #FFFFFF;
}
.detail_table tr td:last-of-type{
	position: relative;
}
.detail_table .red_dian,
.detail_table .blue_dian{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #3333ff;
	position: absolute;	
}
.detail_table .blue_dian{
	bottom: .04rem;
	right: .04rem;
}
.detail_table .red_dian{
	background: #FF0000;
	top: .04rem;
	left: .04rem;
}
.big_load,
.bigeye,
.small_table,
.cockroach,
.zhupan{
	width: 100%;
	margin-top: .04rem;
	overflow-y: hidden;
/*	height: 3.06rem;*/
	position: relative;	
	z-index: 1;
}
.zhupan{
	margin-top: .04rem;
}
.bigeye,
.small_table,
.cockroach{
	margin-top: .04rem;
/*	height:1.6rem;*/
	background: #FFFFFF;
	position: relative;
	z-index: 1;
}
.cockroach{
	/*height: 1.7rem;*/
}
.loadScroll,
.eyeSroll,
.smallSroll,
.cockroachScroll,
.zhupanScroll{
	width: 100%;
	overflow:auto;
	-webkit-overflow-scrolling: touch	
}
.big_load td > span{
	width: 16px;
	height: 16px;
	border: none;
	box-sizing: border-box;
	border-radius: 50%;
	position: relative;
	display: block;
}
.big_load .quan_blue{
	border: 1px solid #3333ff;
}
.big_load .quan_red{
	border: 1px solid #FF0000;
}
.zhupan td > span{
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 50%;
	position: relative;
	font-size: 12px;
	text-align: center;	
	color: #FFFFFF;
}

.zhupan .quan_blue{
	background: #3333ff;
}
.zhupan .quan_red{
	background: #FF0000;
}
.zhupan .none{
	background: none;
}
.zhupan tr td,
.big_load tr td{
	padding: 0 .04rem;
	height: .36rem;
	line-height: .36rem;
	border: 1px solid #cce7ff;
}


.bigeye tr td,
.small_table tr td,
.cockroach tr td{
	height: .18rem !important;
	line-height: .18rem;
	padding: 0 .04rem;
	border: 1px solid #cce7ff;
	text-align: center;
}
@media only screen and (min-width:414px ) {
	.big_load tr td,
	.bigeye tr td,
	.small_table tr td,
	.cockroach tr td,
	.zhupan tr td{
		height: .41rem;
		line-height: .41rem;
		padding: 0 .049rem;
		border: 1px solid #cce7ff;
	}
}
.big_load .dian_blue,
.big_load .dian_red,
.zhupan .dian_blue,
.zhupan .dian_red{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #FF0000;
	position: absolute;
	z-index: 9;
}
.zhupan .dian_blue,
.zhupan .dian_red{
	width: .1rem;
	height: .1rem;
	border: 2px solid #FFFFFF;
}
.zhupan .dian_blue,
.zhupan .dian_red{
	border: 1px solid #FFFFFF;
	background: #ff0000;
}

.big_load .dian_red,
.zhupan .dian_red{
	left: -2px;
	top: -2px;
}
.big_load .dian_blue,
.zhupan .dian_blue{
	right: -2px;
	bottom: -2px;
	background: #3333ff;
}

.border_bold tr:last-of-type td{
	border-bottom: 2px solid #cce7ff;
}
.border_bold tr:first-of-type td{
	border-top: 2px solid #cce7ff;
}
.jianada td{
	border-color: #ffe4cc !important;
}
.danmai td{
	border-color: #fff3cc !important;
}
.tip_table{
	font-size: .28rem;
	color: #b2b2b2;
	position: absolute;
	right: .16rem;
	bottom: .1rem;
	z-index: -1;
}
.bigeye td .quan_red,
.bigeye td .quan_blue,
.bigeye td .none{
	width: 5px;
	height: 5px;
	border: 1px solid #FF0000;
	border-radius: 50%;
	display: block;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
.bigeye td .quan_blue{
	border: 1px solid #3333ff;
}
.bigeye td .none{
	border: none;
}

.small_table td .quan_red,
.small_table td .quan_blue,
.small_table td .none{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	display: block;
	background: #FF0000;
	box-sizing: border-box;
	margin: 0 auto;
}
.small_table td .quan_blue{
	background: #3333ff;
}
.small_table td .none{
	background: none;
}
.cockroach td .gan_blue,
.cockroach td .gan_red,
.cockroach td .none{
	display: block;
	width: 5px;
	height: 5px;
	background: url(../img/gan1.png) no-repeat;
	background-size: 100%;
	margin: 0 auto;
}
.cockroach td .gan_red{
	background: url(../img/gan2.png) no-repeat;
	background-size: 100%;
}
.cockroach td .none{
	background: none;
}
.bluehorn {
	display: inline-block;
	width: .4rem;
	height: .32rem;
	background: url(../img/laba.png) no-repeat;
	background-size: 100%;
}
.jianada .bluehorn{
	background: url(../img/laba2.png) no-repeat;
	background-size: 100%;
}
.danmai .bluehorn{
	background: url(../img/laba3.png) no-repeat;
	background-size: 100%;
}
/*鏀圭増鐨勬湰鏈熷繀鐪�*/
.notice_title{
	padding: .18rem .32rem;
	background: #FFFFFF;	
}
.notice_title span{
		font-size: .28rem;	
	}
@media only screen and (max-width:320px ) {
	.notice_title span{
		font-size: .24rem !important;	
	}
}
.notice_title .bluehorn{
	/*margin-top: -.072rem;*/
	vertical-align: middle;
	margin-right: .1rem;
}
.table_title{
	font-size: .26rem;
	color: #FFFFFF;
	width: 1.5rem;
	height: .45rem;
	line-height: .45rem;
	background: #108ae0;
	text-align: center;
	border-radius: 0 .2rem 0 0;
	text-align: left;
	padding-left: .3rem;
}
.jianada .table_title{
	background: #FF7800
}
.danmai .table_title{
	background: #FFBA00
}
.mustlook table{
	width: 100%;
}
.mustlook tr td{
	width: 50%;
	font-size: .28rem;
	color: #323232;
	text-align: center;
	padding: .08rem 0;
}
.mustlook tr .red{
	color: #FF0000;
}

.mustlook tr:nth-child(2n-1){
	background: #f2f9ff;	
}
.jianada .mustlook tr:nth-child(2n-1){
	background: #fff8f2;	
}
.danmai .mustlook tr:nth-child(2n-1){
	background: #fffcf2;	
}
.mustlook tr i{
	font-style: normal;
	width: .72rem;
	display: inline-block;
}

/*寮€濂栧彿鐮佺殑绾㈣壊鐞�*/

.redball,
.yellowball,
.orangeball,
.trueball,
.falseball{
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #FFF;
	text-align: center;
	background: #1089e0;
	border-radius: 50%;
	margin:0 .2rem;
	font-size: 14px;
}
@media only screen and (max-width:320px ) {
	.redball,
	.yellowball,
	.orangeball,
	.trueball,
	.falseball{
		width: 18px;
		height: 18px;
		line-height: 18px;
		font-size: 12px;
		margin:0 .04rem;
	}
}

.yellowball {
	background: #ffba00;
}
.orangeball{
	background: #ff7800;
}


/*鏂扮増棰勬祴椤�*/

.title_forecast{
	font-size: .26rem;
	color: #323232;
	background: #f2f9ff;
	height: .5rem;
	line-height: .5rem;
	padding: 0 .3rem;
}
.title_forecast .time{
	color: #1089e0;	
}
.title_forecast label{
	color: #f23939;
}
.jianada .title_forecast .time{
	color: #FF7800;	
}
.danmai .title_forecast .time{
	color: #FFBA00;	
}
.jianada .title_forecast{
	background: #fff8f2;	
}
.danmai .title_forecast{
	background: #fffcf2;	
}

.content_forecast{
	background: #FFFFFF;
	padding: .1rem .3rem;
}
.content_forecast.first{
	font-size: .28rem;
	color: #323232;
}
.content_forecast table{
	width: 100%;
}
.content_forecast.first td{
	width: 25%;
}
.content_forecast.first tr{
	height: .5rem;
}
.content_forecast.first .ballbox{
	width: 50%;
	font-size: .38rem;
}
.content_forecast.first .ball{
	text-align: center;
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #1089e0;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 28px;
}
.danmai .first .ball{
	background: #FFBA00;
}
.jianada .first .ball{
	background: #FF7800;
}

.ared,
.ablue,
.detail_forecast .result_ball span{
	width: .36rem;
	height: .36rem;;
	background: #ff0000;
	font-size: .24rem;
	text-align: center;
	line-height: .36rem;;
	display: inline-block;
	color: #FFFFFF;
	border-radius: 50%;
}

.bred,
.bblue{
	display: inline-block;
	height:.36rem;
	line-height: .36rem;
	width: .7rem;
	text-align: center;
	background: #FF0000;
	color: #FFFFFF;
	border-radius: .3rem;
	font-size: .24rem;
}

.ablue,
.bblue{
	background: #3233ff !important;
}
.second td{
	width: 25%;
	font-size: .28rem;
	color: #323232;
	height: .48rem;
}

.title_forecast a{
	color: #1089e0;
	padding-right: .32rem;
	background: url(../img/more1.png) no-repeat;
	background-size: .21rem .24rem;
	background-position: right center;
}
.jianada .title_forecast a{
	color: #FF7800;
	background: url(../img/more2.png) no-repeat;
	background-size: .21rem .24rem;
	background-position: right center;
}
.danmai .title_forecast a{
	color: #FFBA00;
	background: url(../img/more3.png) no-repeat;
	background-size: .21rem .24rem;
	background-position: right center;
}
.numbers table td{
	border: 1px solid #cce7ff;
	font-size: .26rem;
	text-align: center;
	height: .42rem;
	line-height: .42rem;
}
.numbers table td span{
	color: #FF0000;
}
.numbers table .digit{
	width: .7rem;
	display: inline-block;
}
.numbers table .digit.dui{
	color: #21ba60;
}
.content_forecast ul li{
	float: left;
	width: 56%;
	font-size: .28rem;
	margin-top: .1rem;
}
.numbers table tr td:first-of-type,
.content_forecast ul li:first-of-type{
	width: 44%;
}
.numbers ul li label{
	float: left;
}
.numbers ul.num li span{
	width: .36rem;
	height: .36rem;
	background: #ff0000;
	display: inline-block;
	color: #FFFFFF;
	line-height: .36rem;
	border-radius: 50%;
	text-align: center;
	float: left;
	margin-right: .06rem;
}

.numbers ul li span.green{
	background: #21ba60;
}
.numbers ul li.specail span{
	background: #f55252;
}
.right_icon,
.wrong_icon{
	display: inline-block;
	width: .4rem;
	height: .4rem;
	background: url(../img/right_76.png) no-repeat;
	background-size: 100%;
}
.content_forecast ul li p{
	float: right;	
}
.wrong_icon{
	background: url(../img/wrong.png) no-repeat;
	background-size: 100%;
}
.second span{
	margin-right: .12rem;
}
.content_forecast .sha{
	width: .36rem;
	height: .36rem;
	background: url(../img/sha.png) no-repeat ;
	background-size: .24rem .24rem;
	background-position: center;
}
.detail_forecast table{
	width: 100%;
}
.detail_forecast table tr th{
	font-size: .26rem;
	color: #FFFFFF;
	height: .5rem;
	background: #1089e0;
	font-weight: normal;
}
.jianada .detail_forecast table tr th{
	background: #ff7800;
}
.danmai .detail_forecast table tr th{
	background: #FFBA00;
}
.detail_forecast table .issure{
	width: 17%;
}
.detail_forecast table .germs{
	width: 26%;
}
.detail_forecast table .result,
.detail_forecast table .forecast{
	width: 20.5%;
}
.detail_forecast.specail table .result{
	width: 41%;
}
.detail_forecast table td{
	text-align: center;
	font-size: .26rem;
	height: .58rem;
	color: #323232;
}
.detail_forecast table .ball{
	width: .38rem;
    height: .38rem;
    background: #1089e0;
    font-size: .24rem;
    text-align: center;
    line-height: .36rem;
    display: inline-block;
    color: #FFFFFF;
    border-radius: 50%;
    vertical-align: middle;
}
.jianada .detail_forecast table .ball{
	background: #ff7800;
}
.danmai .detail_forecast table .ball{
	background: #FFBA00;
}
.detail_forecast table tr:nth-child(2n){
	background: #f2f9ff;
}
.jianada .detail_forecast table tr:nth-child(2n){
	background: #fff8f2;
}
.danmai .detail_forecast table tr:nth-child(2n){
	background: #fffcf2;
}
.detail_forecast .result_ball span.green{
	background: #21ba60;
}
.detail_forecast a.mustlook{
	color: #108AE0;
}
.jianada .detail_forecast a.mustlook{
	color: #FF7800;
}
.danmai .detail_forecast a.mustlook{
	color: #FFBA00;
}
/* 涓嬫粦鍔犺浇闇€瑕佺殑鎻愮ず鍧� */
.scrollUpLoad { text-align: center; color: #fff; display: none; }
.dragLoadIcon { width: .3rem; height: .3rem; border-radius: 50%; display: inline-block; background: url('../img/dragLoadMoreIcon.gif') no-repeat center center; -o-background-size: contain; background-size: contain; vertical-align: middle; }

.dragLoadMore { text-align: center; height: 40px; display: none; }
.dragLoadMore i { width: .3rem; height: .3rem; display: inline-block; vertical-align: middle; background: url('../img/dragLoadMoreIcon.gif') no-repeat center center; -o-background-size: contain; background-size: contain; }

/*鍙充笂瑙掔殑鍥炬爣鍒囨崲*/

.topmore {
	display: inline-block;
	background-image: url(../img/topmore.png);
	width: 24px;
	height: 22px;
	background-size: 100%;
	color: #FFF;
	vertical-align: middle;
}

.topclose {
	display: inline-block;
	background-image: url(../img/topclose.png);
	width: 24px;
	height: 22px;
	background-size: 100%;
	color: #FFF;
	vertical-align: middle;
}


/*寮瑰嚭绐楀彛鐨刲ist*/

.tanlist {
	position: absolute;
	/*top: 43px;*/
	top: 0.89rem;
	left: 0;
	right: 0;
	width: 100%;
	font-size: 1.4rem;
	line-height: 24px;
	display: none;
/*	height: 32.8rem;
	overflow-y: scroll;*/
}
.tanlist > a{
	display: block;
	width: 33.33%;
	float: left;
	text-align: center;
	border-right: 2px solid #D1D1D1
	
}
.tanlist > a:active{
	opacity: 0.8;
}
.tanlist > a > div{
	border-bottom: 1px solid #E0E0E0;
	/*font-size: 1.2rem;
	padding-top: .8rem !important;
	padding-bottom: .8rem !important;*/
	font-size: 12px;
	padding-top: 9px !important;
	padding-bottom: 9px !important;
}
.tanlist > a:nth-child(3n+0){
	border-right: none;
}
.tanlist.am-padding-left-sm{
	padding: 0;
}
/*.tanlist div:active{
	background-color: #D9D9D9;
}*/


/*钂欐澘*/

.fade {
	/*position: absolute;*/
	position: fixed;
	background-color: rgba(000, 000, 000, 0.6);
	width: 100%;
	height: 100%;
	z-index: 2;
	display: none;
}

.bgff {
	background-color: #FFF !important;
}
.b-top {
    border-top: 1px solid #d6d7dc;
}
.b-bottom {
	border-bottom: 1px solid #d6d7dc;
}

*, :after, :before, img {
    -webkit-box-sizing: border-box;
    outline: none;
}

.cl1e {
	color: #1089e0;
}
.reload_icon{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../img/reload_icon.png) no-repeat;
	background-size: 100%;
	vertical-align: middle;
	margin-left: 0px;
	/*margin-top: -.22rem;*/
}