body,
html {
	margin: 0;
	padding: 0;
	;
}

html {
	font-size: 14px;
}

body {
	position: relative;
	font-family: "Microsoft YaHei", "Hiragino Sans GB", "微软雅黑", "宋体", Arial, Verdana, sans-serif;
	font-size: 14px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

a:active,
a:hover,
a:link,
a:visited,
a:visited:hover {
	cursor: pointer;
	text-decoration: none;
	color: initial;
	;
}

a,
b,
div,
font,
h1,
h2,
h3,
h4,
h5,
h6,
i,
li,
p,
section,
span,
strong,
ul {
	outline: 0;

	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-focus-ring-color: transparent;
}

img {
	border: 0;
}

img[src=""] {
	opacity: 0 !important;
}

dd,
dl,
dt,
em,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
span,
strong,
tboby,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,
input,
select,
textarea {
	border-radius: 0;
	outline: 0;
}

input {
	-webkit-appearance: none;
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
	background-color: rgba(0, 0, 0, 0);

	-webkit-box-shadow: 0 0 0 1000px #fff inset;
}

@media screen and (min-width:320px) {
	html {
		font-size: 42.67px;
	}
}

@media screen and (min-width:360px) {
	html {
		font-size: 48px;
	}
}

@media screen and (min-width:375px) {
	html {
		font-size: 50px;
	}
}

@media screen and (min-width:414px) {
	html {
		font-size: 55.2px;
	}
}

@media screen and (min-width:480px) {
	html {
		font-size: 64px;
	}
}

@media screen and (min-width:640px) {
	html {
		font-size: 85.33px;
	}
}

@media screen and (min-width:750px) {
	html {
		font-size: 100px;
	}
}

header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 60px;
	background-color: rgba(0, 0, 0, .6);
}

header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	width: 1200px;
	height: 60px;
}

header .logo {
	height: 60px;
}

header .nav {
	display: flex;
	align-items: center;
	height: 60px;
}

header .nav-item {
	display: inline-block;
	margin-right: 30px;
	font-size: 14px;
	color: #b5c5de;
}

header .nav-item:last-of-type {
	margin-right: 0;
}

header .nav-item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #b5c5de;
}

header .nav-item a:hover,
header .nav-item.active a {
	color: #fff;
}

body {
	margin: 0 auto;
	padding: 0;

	/* min-width: 1191px;
	max-width: 1920px; */
	background-color: #151a24;
}

.hide {
	display: none;
}

#Footer {
	clear: both;
	position: relative;
	z-index: 2;
	margin-top: 0;
	padding: 12px;
	background: #000;
	font-size: 12px;
	color: #fff;
}

#Footer a {
	color: #7d7c7c;
}

#Footer .wrapper2 {
	margin: 0 auto;
	width: 1000px;
	height: auto;
	background: url(//cabal.iccgame.com/resources/img/index/u1logo.jpg) no-repeat scroll 100px center;
}

#Footer p {
	padding-left: 313px;
	line-height: 20px;
	color: #7d7c7c;
}

#Footer p.green {
	padding-top: 4px;
	line-height: 16px;
	color: #7d7c7c;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}