*{margin:0;padding:0;}
ul{list-style: none;}
a{text-decoration: none;color:#333;}
i,em{font-style: normal;}
body{background: #fff;}
/* 头部导航  */
.topBar {
    width: 100%;
    z-index: 9999;
    background: linear-gradient(270deg,rgba(33,35,47,1) 0%,rgba(0,0,0,0.5) 100%) !important;;
    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: 200px;
    height: 45px;
    background: url(https://www.crazysports.com/gf/images/sy/logo.png) no-repeat;
    background-size: contain;
    top: 11px;
    display: block;
}
.topBar .topBoxlist {
    position: relative;
    height: 60px;
    line-height: 60px;
    float: left;
	color: #333;
	margin-left: 25px;
}
.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);
}
/* 头部导航完啦 */
.navs{
    width:1320px;
    height:75px;
    color:#666;
    font-size: 12px;
    margin:0 auto;
    line-height: 75px;
    margin-top: 80px;
}
.content{
    width:1320px;
    margin:0 auto;
}
.cont-left{
    width:930px;
    float:left;
    padding-right:30px;
    box-sizing: border-box;
}
.cont-left h1{
    color:#333;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: 2px;
    margin-bottom:14px;
    font-weight: normal;
}
.infos .headerimg{
    display: block;
    width:30px;
    height:30px;
    float:left;
    border-radius: 50%;
}
.infos .headerimg img{
    display: block;
    width:100%;
    height:100%;
    border-radius: 50%;
}
.infos .infotime{
    color:#666;
    font-size:12px;
    height: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    float: left;
    margin-left:10px;
}
.cont-left-cms{
    color:#333;
    font-size: 16px;
    line-height: 28px; 
    padding-top:40px;
    padding-bottom: 40px;
}
.cont-left-cms video{
    width:auto !important;
    height:auto !important;
    display: block;
    margin:0 auto;
}
.cont-left-cms .img_wrapper{
    width:100%;
}
.cont-left-cms .img_wrapper img,.cont-left-cms img{
    width:700px !important;
    height:auto !important; 
    display: block;
    margin:0 auto;
}
.cont-left-cms .img_wrapper .img_descr{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 30px;
    height: 40px;
}


/* height:1286px; */
.cont-right{
    width:350px;
    background:#F4F5F6;
    float:left;
    padding:0 20px 20px 20px;
    box-sizing: border-box;
}
.cont-right h1{
    height: 55px;
    color:#333;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 55px;    
}
.cont-right .game-con{
    width:310px;
    height:110px;
    background:#FFF;
    margin-bottom:1px;
    padding:15px;
    box-sizing: border-box;
}
.cont-right .game-con:hover{
    cursor: pointer;
}
.game-con .game-img{
    width:80px;
    height:80px;
    display: block; 
    float:left; 
    margin-right:15px;  
}
.game-con .game-img img{
    width:100%;
    height:100%;
    display: block;
}
.game-con .game-dir{
    display: block;
    padding-top:5px;
    box-sizing: border-box;
}
.game-con .game-dir em{
    height:21px;
    font-size:16px;
    color:rgba(51,51,51,1);
    line-height:21px;
    letter-spacing:1px;
    margin-bottom:8px;  
    display: block;      
}
.game-con .game-dir i{
    color:#999;
    height:38px;
    font-size:14px;
    line-height:19px;
    display: block;
}
/* 头部导航完啦 */
/* 媒体查询 */
@media screen and (min-width:1200px ) and (max-width:1600px)  {
		.topBar{
		    width: 100%;
		    z-index: 9999;
		    background: linear-gradient(270deg,rgba(33,35,47,1) 0%,rgba(0,0,0,0.5) 100%) !important;
		    position: fixed;
		    top: 0;
		    left: 0;
		}
		.topBox{
		    position: relative;
		    width: 1175px;
		    margin: 0 auto;
		    height: 60px;
		    overflow: visible;
		}
		.topBar .topLogo {
		    position: relative;
		    float: left;
		    width: 200px;
                    height: 45px;
		    background: url(https://www.crazysports.com/gf/images/sy/logo.png) no-repeat;
                    background-size: contain;
		    top: 7px;
		    display: block;
		}
		.topBar .topBoxlist {
		    position: relative;
		    height: 60px;
		    line-height: 60px;
		    float: left;
			color: #333;
			margin-left: 10px;
		}
		.title-hide-a {
		    overflow: hidden;
		    text-indent: -9999px;
		    color: transparent;
		}
		.topBar .topBoxlist a {
			float: left;
			display:inline-block;
			width: 113px;
			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:113px;
			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);
		}
		/* 头部导航完啦 */
		 .navs {
			width: 1190px;
			height: 50px;
			color: #666;
			font-size: 12px;
			margin: 0 auto;
			line-height: 50px;
			margin-top: 80px;
		}
		.content {
			width: 1190px;
			margin: 0 auto;
		}
		.cont-left {
			width: 820px;
			float: left;
			padding-right: 20px;
			box-sizing: border-box;
		}
}





.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;
}
