* {
	margin: 0;
	padding: 0;
}

html {
	background-color: black;
}

body {
	background: url(../images/pcbg.jpeg) 100% 100% no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #ffd0d0;
}
.nav{
	position: fixed;
	right: 15%;
	bottom: 5%;
	margin-right: 67.5%;
}
.nav>ul{
	background-color: rgb(30 0 0 / 25%);
	border-radius: 6px 0 0 6px;
	z-index: 999;
}
.nav li{
	list-style: none;
	padding: 0.625rem;
	cursor:pointer;
	text-align:center;
	font-size: 0.9rem;
}
.nav a{
	color: #ffd0d0;
}

.header>img {
	width: 10rem;
	margin-top: 1rem;
}
.topTxt{
	color:#13e06e;
	font-size:14px;
}
.header span>img{
	height: 1rem;
    margin: 0 5px -2px 0;
}
.domain{
	margin: -0.5rem 0 0.5rem 0;
}
.domain a{
	color: #a2302e;
}
.main {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);

}

.content,
.header,
.footer{
	width: 65%;
	margin: auto;
}

.items {
	overflow: hidden;
	background-color: rgb(30 0 0 / 50%);
	margin-bottom: 0.1rem;
}

a {
	text-decoration: none;
	color: #c3c3c3;
}

a:active {
	color: #01ebf6;
}

.box {
	padding: 1rem 0;
	background-color: rgb(30 0 0 / 40%);
	text-align: center;
	font-weight: bold;
    font-size: 0.9rem;
}


.item {
	line-height: 2rem;
	width: 12.5%;
	float: left;
	text-align: center;
}

.speed{
	color: #0a9aff;
	font-weight: normal;
	background: url(../images/nav2.png) 100% 100% repeat-x;
	background-size: 300rem 1.5rem;
	padding: 0 0.9375rem 0.625rem 0.9375rem;
}
.imgs{
	height: 17px;
	width: 20px;
	margin: 0 0 -3px -10px;
}
.font-a {
	border: solid 0.2rem rgba(0, 0, 0, 0.1);
	white-space: nowrap;
	overflow: hidden;
	display: block;
	font-size: 0.77rem;
}

.font-a:hover {
	border-color: rgba(0, 0, 0, 0.3);
}

.header,
.footer {
	padding: 1rem 0;
	text-align: center;
	background-color: rgb(30 0 0 / 40%);
}
.footer p{
	padding: 1.5rem 1rem;
    font-size: 0.5rem;
}
.footer span{
    color: #6c0041;
}
/* .header>span,.footer>span{
			display: block;
			margin-top: -1.8rem;
			padding: 1rem;
			background: url(../img/nav2.png) 100% 100% repeat-x;
			background-size: 300rem 2rem;
			}
			.footer>span{
			margin-top:0;
			} */

#backTop {
	position: fixed;
	bottom: 2.5rem;
	left: 15%;
	margin-left: 67.5%;
	line-height: 2rem;
	width: 2rem;
	font-size: 1.5rem;
	text-align: center;
	display: none;
	background-color: rgba(0, 0, 0, 0.2);
	border: solid 0.2rem rgb(30 0 0 / 20%);
}

#backTop:hover {
	cursor: pointer;
	border: solid 0.2rem rgba(0, 0, 0, 0.4);
}

.header{
    position: relative;
}
.adsTop{
    position: absolute;
    width: 35%;
    top: 2.5rem;
}
.topL{
    left: 0;
}
.topR{
    right: 3px;
    background-color: rgb(0 0 0 / 20%);
}
.itemL{
    width: 33.333%;
    line-height: 1.6rem;
}
.itemR{
    width: 100% !important;
    border: none;
}

@media only screen and (max-width: 60rem) {
	body {
		background: url(../images/bg.jpeg) 100% 100% no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}

	.content,
	.header,
	.footer {
		width: 98%;
	}
    .topL{
        position: relative;
        width: 100%;
        top: 5px;
    }
	.item {
		line-height: 2rem;
		width: 16.666%;
	}

	#backTop {
		right: 0.625rem;
		left: auto;
		margin-left: auto;
	}
	.nav{
		display: none;
	}
	
    #nav0{
        /*padding-top:5rem;*/
    }
}

@media only screen and (max-width: 40rem) {
	body {
		background: url(../images/bg.jpeg) 100% 100% no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}
    .itemR{
        display: none;
    }
	.item {
		width: 25%;
	}
    #nav0{
        /*padding-top:7rem;*/
    }
	.header>img {
		/* width: 80%; */
	}
}
