@media screen and (min-width:1200px) and (max-width:1366px){
.home-platform li .platform-info{padding:0px 0px 0px 0px; width:500px;}

.home-platform li {
    width: 100%;
    height: 100%;
    background: #eee url(../images/home/live01.jpg) no-repeat center top;
    margin-bottom: 20px;
    color: #444444;
    overflow: hidden;
	background-size:100%;
}

.help-wrap .menu-sub ul li {
    height: 34px;
    line-height: 34px;
    margin-right: 0px;
    float: left;
    display: inline;
    width: 25%;
}

.help-wrap .menu-sub ul li a {
    height: 34px;
    width: 100%;
    background-position: 0 -389px;
    color: #fff;
    display: inline-block;
    font-size: 2em;
    text-align: center;
}

/*排旁榜右*/
.detailed01r{
	clear:both;
	margin-bottom:18px;
	padding-top:0px;
	font-size:14px;
	width:500px;
	margin-left: 35px;
	margin-top: 5px;
	}

.detailed02r{
	clear:both;
	padding-top:0px;
	margin-bottom:18px;
	font-size:14px;
	width:500px;
	margin-top: 24px;
	}

.detailed03r{
	clear:both;
	padding-top:0px;
	margin-bottom:18px;
	font-size:14px;
	width:500px;
	height:50px;
	margin-top: 24px;
	}

.txttr{

	font-size:2em;
	color: black;
	padding-left: 45px;
	line-height: 2;
    padding-top: 0px;
	}

.txttiger{
	padding-bottom:9px;

	}
title{
	padding-top:19px;
	}

/*排旁榜右end*/
}

@media screen and (max-width:1399px){
	.home-platform .layout{width:1240px;}
	/*.home-platform li .platform-info{padding:0 0 0 26px;}
	 .home-platform li .platform-info{padding:50px 0 0 0;}
	.home-platform li.home-live .platform-info{padding:0 0 0 8px;}
	.home-platform li.home-live .platform-info{padding:30px 0 0 0px;}*/
	.home-platform li.home-sports .platform-info{margin-right:44px;}
}

@media screen and (min-width:1366px) and (max-width:1680px){
.home-platform li .platform-info{padding:0px 0px 0px 0px; width:500px;}

.home-platform li {
    width: 100%;
    height: 100%;
    background: #eee url(../images/home/live01.jpg) no-repeat center top;
    margin-bottom: 20px;
    color: #444444;
    overflow: hidden;
	background-size:100%;
}
.help-wrap .menu-sub ul li {
    height: 34px;
    line-height: 34px;
    margin-right: 0px;
    float: left;
    display: inline;
    width: 25%;
}
.help-wrap .menu-sub ul li a {
    height: 34px;
    width: 100%;
    background-position: 0 -389px;
    color: #fff;
    display: inline-block;
    font-size: 2em;
    text-align: center;
}

/*排旁榜右*/
.detailed01r{
	clear:both;
	margin-bottom:18px;
	padding-top:0px;
	font-size:14px;
	width:500px;
	margin-left: 35px;
	margin-top: 24px;
	}
.detailed02r{
	clear:both;
	padding-top:0px;
	margin-bottom:18px;
	font-size:14px;
	width:500px;
	margin-top: 24px;
	}
.detailed03r{
	clear:both;
	padding-top:0px;
	margin-bottom:18px;
	font-size:14px;
	width:500px;
	height:50px;
	margin-top: 24px;
	}
.txttr{
	font-size:2em;
	color: black;
	padding-left: 45px;
	line-height: 2;
    padding-top: 0px;
	}

.txttiger{
	padding-bottom:9px;

	}
title{
	padding-top:19px;
	}

/*排旁榜右end*/
}

@media screen and (min-width:1920px){


.home-platform li {
    width: 100%;
    height: 360px;
    background: #eee url(../images/home/live01.jpg) no-repeat center top;
    margin-bottom: 20px;
    color: #444444;
    overflow: hidden;
}

.help-wrap .menu-sub ul li {
    height: 34px;
    line-height: 34px;
    margin-right: 0px;
    float: left;
    display: inline;
    width: 25%;

}

.help-wrap .menu-sub ul li a {
    height: 34px;
    width: 100%;
    background-position: 0 -389px;
    color: #fff;
    display: inline-block;
    font-size: 2em;
    text-align: center;
}
}

/*右下彩票飄窗*/
.lottery-ad-wrap {
    width: 180px;
    height: 180px;
    position: absolute;
    /* display: none; */
    bottom: 5px;
    right: 5px;
    z-index: 1000;
}

.lottery-ad {
     margin: 0;
    height: 160px;
    position: relative;
}

.lottery-ad a {
    display: block;
    width: 180px;
    height: 180px;
    background: url(../images/home/lottery.png) no-repeat left bottom;
}

.lottery-ad-colse {
    background: url(../images/home/close.png) no-repeat;
    height: 26px;
    width: 26px;
    position: absolute;
    top: 8px;
    right: 5px;
    cursor: pointer;
    display: none;
    z-index: 1100;
}

.lottery-ad-wrap:hover .lottery-ad-colse {
    display: block;
}
/*右下彩票飄窗 END*/