/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

a,a:hover {
	color: #333;
	text-decoration: none
}
:root {
	--ng-pm: #ff9a41;
	--ng-md: #fff5f5;
}
.ng-line-1 {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ng-line-2 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}
.ng-line-3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}
.ng-icon img {
	width: 100%;
	height: 100%;
}
.ng-flex {
	display: flex;
}
.ng-flex-middle {
	align-items: center;
}
.ng-flex-cover {
	overflow: hidden;
	flex: 1;
	position: relative;
}


.ng-header {
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 5px 8px 0px 
		rgba(223, 223, 223, 0.75);
}
.ng-header .ng-header-warp {
	width: 1200px;
	margin: 20px auto;
	display: flex;
	align-items: center;
}
.ng-header .ng-logo {
	flex: 1;
	overflow: hidden;
}
.ng-header .ng-logo a {
	height: 52px;
	display: inline-block;
}
.ng-header .ng-logo a img {
	height: 100%;
}
.ng-header .ng-nav {
	background: var(--ng-pm);
}
.ng-header .ng-nav ul {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}
.ng-header .ng-nav ul li {
	display: inline-block;
	margin-right: 20px;
}
.ng-header .ng-nav ul li a {
	color: #fff;
	display: block;
	line-height: 47px;
	font-size: 16px;
	padding: 0 30px;
}
.ng-header .ng-nav ul .active a {
	background: #ffa95d;
	color: #fff
}
.ng-warp {
	max-width: 1200px;
	margin: 20px auto;
}

.ng-part-title {
}
.ng-part-title b {
	display: inline-block;
	position: relative;
	font-size: 16px;
	padding-left: 20px;
}
.ng-part-title b:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 7px;
	height: 7px;
	background-color: #ff9a41;
	margin-right: 15px;
}
.ng-part-title .more {
    color: #999;
    font-size: 13px;
}
.ng-list {
	margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    box-sizing: border-box;
}
.ng-list .ng-box {
	box-sizing: border-box;
	width: 50%;
	padding-left: 30px;
}
.ng-list .ng-item {
    display: flex;
    align-items: center;
    padding: 15px;
	border: 1px solid #eee;
	margin-bottom: 20px;
}
.ng-time {
	text-align: center;
	width: 80px;
	border-right: 1px dashed #eee;
	margin-right: 20px;
	padding-right: 20px;
}
.ng-time div {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 25px;
}
.ng-time span {
	font-size: 12px;
	line-height: 12px;
	color: #999;
	background-image: url(../images/icon-time.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
.ng-list .ng-item .ng-icon {
	width: 80px;
	height: 80px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	margin-right: 15px;
}
.ng-list .ng-item .ng-icon img {
	width: 100%;
	height: 100%;
}
.ng-list .ng-item .ng-right {
	flex: 1;
	overflow: hidden;
}
.ng-list .ng-item .ng-right .r-title {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	line-height: normal;
	flex: 1;
}
.ng-list .ng-item .ng-right .r-title a {
	font-size: 15px;
	font-weight: bold;
	flex: 1;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}
.ng-list .ng-item .ng-right .r-desc {
	color: #999;
	font-size: 13px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-height: 28px;
	flex: 1;
}
.ng-list .ng-item .ng-btn {
	font-size: 13px;
	border: 1px solid var(--ng-pm);
	border-radius: 60px;
	padding: 8px 18px;
	margin-left: 35px;
	background: var(--ng-pm);
	color: #fff;
}


.ng-show {
	display: flex;
}
.ng-show .ng-show-left {
	flex: 1;
	overflow: hidden;
	position: relative;
}
.ng-show .ng-content {
	margin: 30px 0;
}
.ng-show .ng-content h3 {
	position: relative;
	font-size: 15px;
	padding: 10px 15px;
	font-weight: bold;
	background-color: #fffaf5;
	text-align: center;
	color: var(--ng-pm);
	margin: 15px 0;
}
.ng-show .ng-content h3:before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 11px;
	background-image: url(../images/ng-h3-bg.png);
	background-repeat: no-repeat;
	margin-right: 20px;
}
.ng-show .ng-content h3:after {
	content: '';
	display: inline-block;
	width: 60px;
	height: 11px;
	background-image: url(../images/ng-h3-bg.png);
	background-repeat: no-repeat;
	transform: rotate(180deg);
	margin-left: 20px;
}

.ng-show .ng-content p {
	color: #666;
	line-height: 32px;
	text-indent: 2em;
	margin: 10px 0;
}
.ng-show .ng-content p img {
	display: block;
	margin: 0 auto;
	max-width: 80%;
}

.ng-show .ng-images {
	position: relative;
}
.ng-show .ng-images .ng-swiper {
	max-width: 80%;
	margin: 0 auto;
}
.ng-show .ng-images .ng-item {}
.ng-show .ng-images .ng-item img {
	width: 100%;
}
.ng-show .ng-images .ng-next,
.ng-show .ng-images .ng-prev {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	left: 0;
	width: 30px;
	padding: 20px 0;
	z-index: 100;
	font-size: 30px;
	color: var(--ng-pm);
	text-align: center;
	cursor: pointer;
	border-radius: 20px;
	font-weight: bold;
	background-image: none;
}
.ng-show .ng-images .ng-prev {
	right: 0;
	left: auto;
}




.ng-side {
	width: 340px;
	margin-left: 30px;
}


.ng-side-rank {}
.ng-side-rank .ng-rank-warp {
	margin-top: 30px;
}
.ng-side-rank .ng-item {
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
}
.ng-side-rank .ng-item:first-child .ng-dot:before {
	display: none;
}
.ng-side-rank .ng-item:last-child .ng-dot:after {
	display: none;
}
.ng-side-rank .ng-item .ng-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 20px;
	background-image: url(../images/ng-dot-bg.png);
	position: relative;
}
.ng-side-rank .ng-item:hover .ng-dot {
	background-image: url(../images/ng-dot.png);
	
}
.ng-side-rank .ng-item .ng-dot:before,
.ng-side-rank .ng-item .ng-dot:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 100px;
	background: #eee;
	position: absolute;
	z-index: -1;
}
.ng-side-rank .ng-item .ng-dot:after {
	left: 4px;
	top: 0;
}
.ng-side-rank .ng-item .ng-dot:before {
	bottom: 0;
	left: 4px;
}
.ng-side-rank .ng-item .ng-icon {
	width: 70px;
	height: 70px;
	margin-right: 10px;
}
.ng-side-rank .ng-item .ng-icon img {
	width: 100%;
	height: 100%;
}
.ng-side-rank .ng-item .ng-title {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ng-side-rank .ng-item .ng-title a {
	font-size: 15px;
}
.ng-side-rank .ng-item .ng-info {
	color: #999;
	font-size: 13px;
}
.ng-side-rank .ng-item .ng-info div {
	margin-top: 6px;
}
.ng-side-rank .ng-item .ng-view {
    display: inline-block;
    color: #666;
    font-size: 13px;
    padding: 10px 24px;
	background-color: #f8f8f8;
	border-radius: 40px;
	border: solid 1px #eee;
}
.ng-side-rank .ng-item .ng-view:hover {
    color: #fff;
    background: var(--ng-pm);
    border: 1px solid var(--ng-pm);
}


.ng-side-recom {
	margin: 30px 0;
}
.ng-side-recom .ng-recom-warp {
	margin-top: 20px;
}

.ng-side-recom ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.ng-side-recom ul li {
	display: flex;
	align-items: center;
	line-height: 50px;
}

.ng-side-recom ul li:nth-child(2n+1) {
	background-color: #f8f8f8;
}
.ng-side-recom .ng-recom-top {
	height: 32px;
	line-height: 32px;
	background-color: #f8f8f8;
}
.ng-side-recom .ng-recom-top div {
	color: #999 !important;
	font-size: 12px;
}
.ng-side-recom .ng-recom-top .ng-game {
	text-indent: 2em;
}
.ng-side-recom .ng-num {
	text-align: center;
	width: 45px;
	font-size: 16px;
	font-weight: bold;
	color: #ddd;
}
.ng-side-recom ul li:nth-child(1) .ng-num,
.ng-side-recom ul li:nth-child(2) .ng-num,
.ng-side-recom ul li:nth-child(3) .ng-num {
	color: var(--ng-pm);
}
.ng-side-recom .ng-game {
	flex: 1;
	overflow: hidden;
}
.ng-side-recom .ng-game a {
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #999;
}
.ng-side-recom .ng-game span {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ng-side-recom .ng-game a img {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	margin-right: 10px;
}
.ng-side-recom .ng-type {
	text-align: center;
	width: 90px;
	color: #999;
	font-size: 13px;
}
.ng-side-recom .ng-view {
	text-align: center;
	width: 50px;
}
.ng-side-recom .ng-view a {
	color: var(--ng-pm);
	font-size: 13px;
}
