.header{
	width:100%;
	height:.5rem;
	background:linear-gradient(270deg,rgba(33,35,47,1) 0%,rgba(0,0,0,0.5) 100%);
	padding:0 .15rem;
	box-sizing: border-box;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top:0;
	left:0;
	z-index: 9;
}
.logo{
	width:1.74rem;
	height:.31rem;
	/*  background:url(/gfh5/images/logo.png) no-repeat;
	background-size:100% 100%; */
        background: url(https://www.crazysports.com/gf/images/sy/logo.png) no-repeat;
        background-size: auto 100%;
}
.header-right{
	width:1rem;
	height:100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.lanugage{
	width:.8rem;
	text-align: center;
	font-size:.15rem;
	color:#FFFFFF;
}
.tapmuea {
    width: .15rem;
    height: .13rem;
    background: url(/gfh5/images/tapmeau.png) no-repeat;
    background-size: 100% 100%;
}
.header-close {
    width: .19rem;
    height: .18rem;
    background: url(/gfh5/images/rightclose.png) no-repeat;
    backgrund-size: 100% 100%;
}

.gftitle{
	width:100%;
	height:.7rem;
	background:#F3F4F9;
	font-size:.2rem;
	color:#333333;
	line-height: .7rem;
	text-align: center;
	margin-top:.5rem;
}
.gflist{
	width:100%;
	display:flex;
	flex-direction: column;
	padding:0 .15rem;
	box-sizing: border-box;
}
.gflist a{
	width:3.45rem;
	height:1.05rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding:.15rem 0;
	box-sizing: border-box;
	border-bottom:1px solid #F2F2F2;
}
.gflist a .otitle{
	font-size:.16rem;
	color:#333333;
}
.gflist a .time{
	font-size:.12rem;
	color:#999999;
}
.gfpage{
	width:100%;
	height:.5rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.gfpage a{
	width:.6rem;
	height:.25rem;
	color:#333333;
	font-size:.13rem;
	text-align: center;
	line-height: .25rem;
	border:1px solid #000000;
}
.gfpage a.nogray{
	border:1px solid #B8B8B8;
	color:#999999;
}
.gfpage a.nextpage{
	margin-left:.2rem;
}

.newscontent{
	width:100%;
	padding:.15rem;
	box-sizing: border-box;
	margin-top:.5rem;
        padding-bottom:1.7rem;
}
.newscontent .tit {
    margin-bottom: .05rem;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: .17rem;
}
.newscontent .tit h2 {
    line-height: .28rem;
    font-size: .2rem;
    color:#333333;
    text-align: left;
    padding-bottom: .15rem;
}
.newscontent .tit p {
    line-height: .17rem;
    font-size: .12rem;
    color:#999999;
    text-align: left;
}
.article {
	padding-bottom: 40px;
}

.article p {
	line-height: .25rem;
	font-size: .15rem;
	color: #333333;
	padding-bottom: .05rem;
	text-align: justify;
}

.article p.img {
	text-indent: 0em;
	text-align: center;
}

.article p.right {
	text-align: right;
}

.article p.sign {
	padding-top: .1rem;
}

.article p .alight {
	color: #f81818;
}

.article p a {
	color: #a2813a;
	text-decoration: underline;
}

.article img {
	margin: 0 auto .15rem;
	max-width: 3.45rem;
}
.gobacklist{
	width:100%;
	height:.25rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.gobacklistbtn{
	width:.6rem;
	height:.3rem;
	color:#333333;
	font-size:.13rem;
	text-align: center;
	line-height: .3rem;
	border:1px solid #000000;
	margin-bottom:.25rem;
}

.footer{
	width:100%;
	height:3.75rem;
	background:#191D28;
	padding:.19rem .15rem 0 .15rem;
	box-sizing: border-box;
	display:flex;
	flex-direction: column;
	position: relative;
}
.footer span{
	width:100%;
	display:flex;
	flex-direction: row;
}
.footer span p.allp{
	width:100%;
	font-size:.12rem;
	color:#676F74;
}
.footer span p.halfp{
	width:50%;
	font-size:.12rem;
	color:#676F74;
}
.footer .rowline{
	width:100%;
	height:1px;
	background:#676F74;
	margin-top:.15rem;
	margin-bottom:.15rem;
}
.footer img{
	width:1rem;
	height:1rem;
	margin-top:.1rem;
}
.gobtop{
	width:.46rem;
	height:.5rem;
	background:url(/gfh5/images/gotop.png) no-repeat;
	background-size:100% 100%;
	position: absolute;
	right:.15rem;
	bottom:.55rem;
}

/*菜单*/
/*菜单选择*/
.meauboxtask{
	position: fixed;
	width:100%;
	height:100%;
	top:.5rem;
	left:0;
	background:rgba(255,255,255,0.9);
	z-index: 9999;
	display:flex;
	flex-direction: column;
	align-items: center;
}
.meauboxtask div{
	width:1.2rem;
	height:.6rem;
	text-align: center;
	line-height: .6rem;
	color:#333333;
	font-size:.15rem;
	border-bottom:1px solid #D9D9D9;
}


