*{margin:0;padding:0;}
ul{list-style: none;}
a{text-decoration: none;color:#333;}
i,em{font-style: normal;}
.lbody{background: #F5F5F5;}
/* 头部导航  */
.topBar {
    width: 100%;
    z-index: 9999;
    background: linear-gradient(270deg,rgba(33,35,47,1) 0%,rgba(0,0,0,0.5) 100%);
    min-width: 1260px;
    position: fixed;
    top: 0;
    left: 0;
}
.topBox{
    position: relative;
    width: 1320px;
    margin: 0 auto;
    height: 60px;
    overflow: visible;
}
.topBar .topLogo {
    position: relative;
    float: left;
    width: 144px;
    height: 45px;
    background: url(https://www.crazysports.com/gf/images/sy/logo.png) no-repeat;
    top: 11px;
    display: block;
}
.topBar .topBoxlist {
    position: relative;
    height: 60px;
    line-height: 60px;
    float: left;
	color: #333;
	margin-left: 74px;
}
.title-hide-a {
    overflow: hidden;
    text-indent: -9999px;
    color: transparent;
}
.topBar .topBoxlist a {
	float: left;
	display:inline-block;
	width: 120px;
	height: 60px;
	text-align: center;
	transform:skew(-30deg);   
	-webkit-transform: skew(-30deg);   
	-moz-transform: skew(-30deg);   
	-o-transform:skew(-30deg);   
	-ms-transform:skew(-30deg);
}
.topBar .topBoxlist a span.spantxt{
	display: inline-block;
	transform:skew(30deg);   
	-webkit-transform: skew(30deg);   
	-moz-transform: skew(30deg);   
	-o-transform:skew(30deg);   
	-ms-transform:skew(30deg); 
	width:120px;
	height:60px;
	line-height: 60px;
	text-align: center;
	font-size:16px;
	color:#B0B8C8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.topBar .topBoxlist a.active{
	background:#008FE2;
}
.topBar .topBoxlist a.active span.spantxt{
	font-size:18px;
	color:#FFFFFF;
	font-weight: bold;
}

.topBar .topBoxlist span.outlines {
    float: left;
    height: 60px;
    width: 1px;
	background:url(https://www.crazysports.com/gf/images/sy/taplines.png) center no-repeat;
	transform:skew(-30deg);
	-webkit-transform: skew(-30deg);   
	-moz-transform: skew(-30deg);   
	-o-transform:skew(-30deg);   
	-ms-transform:skew(-30deg);
}
/* 头部导航完啦 */


.goodgame{
    width:100%;
}
.goodgame img{
    width:100%;
    display: block;
}



















/**底部*/
/**底部***/
.bottomBar{
    width:100%;
    height:195px;
    background: #191D28;
    box-sizing: border-box;
    font-size:13px;
    color:#676F74;
    padding-top:42px;
}
.bottom-p{
    width:1320px;
    margin:0 auto;
}
.bottomBar .bot-left{
    width:446px;
    float: left;
}
.bottomBar p{
    display: block;
    line-height: 25px;
    text-align: left;
}
.bottomBar .ban{
    display:block;
    width:20px;
    height:25px;
    float: left;
    padding-top: 4px;
    padding-right:3px;
}
.bottomBar .ban img{
    width:20px;
    height:20px;
    display: block; 
}
.bottomBar .bot-left .comprz{
    width:86px;
    height:30px;
}
.bottomBar .bot-left .comprz{
    width: 100%;
    height: 100%;
    display: inline-block;
    margin-top:20px;
}
.bottomBar .bot-right{
    width:338px;
    margin-left:300px;
    float:left;
}
.bottomBar .bot-right .linkme{
    width:200px;
    height:40px;
    margin-top:19px;
    display: block;
}
.bottomBar .bot-right .linkme .ercode{
    position: absolute;
    width:148px;
    height:158px;
    top: -160px;
    left: -56px;
}
.bottomBar .bot-right .linkme em{
    position: relative;
    display:block;
    width:40px;
    height:40px;
    background-size:cover;
    float:left;
}
.bottomBar .bot-right .linkme em.wx{
    background:url(../images/weixin.png) no-repeat;
}
.bottomBar .bot-right .linkme em.wb{
    background:url(../images/weibo.png) no-repeat;
    margin-left:20px;
}
.bottomBar .bot-right .linkme em.eml{
    background:url(../images/email.png) no-repeat;
    margin-left:20px;
}
.bottomBar .bot-right .linkme em.wx:hover{
    cursor: pointer;
    background:url(../images/weixin-h.png) no-repeat;
}
.bottomBar .bot-right .linkme em.wx:hover .ercode{
    cursor: pointer;
    background:url(../images/sy/fktygf.png) no-repeat top left;
    background-size:100% 100%;
}
.bottomBar .bot-right .linkme em.wb:hover{
    cursor: pointer;
    background:url(../images/weibo-h.png) no-repeat;
    margin-left:20px;
}
.bottomBar .bot-right .linkme em.eml:hover{
    cursor: pointer;
    background:url(../images/email-h.png) no-repeat;
    margin-left:20px;
}
