/*! 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: #5d78ff;
	--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;
}
.ng-header .ng-header-warp {
	padding: .3rem;
}
.ng-header .ng-logo {
	flex: 1;
	overflow: hidden;
}
.ng-header .ng-logo a {
	height: .6rem;
	display: inline-block;
}
.ng-header .ng-logo a img {
	height: 100%;
}
.ng-header .ng-nav {
	background: var(--ng-pm);
}
.ng-header .ng-nav ul {
	margin: 0;
	padding: 0;
	overflow-x: scroll;
	white-space: nowrap;
}
.ng-header .ng-nav ul li {
	display: inline-block;
	margin-right: .3rem;
}
.ng-header .ng-nav ul li a {
	color: #fff;
	display: block;
	line-height: .8rem;
	font-size: .3rem;
	padding: 0 .4rem;
}
.ng-header .ng-nav ul .active a {
	background: #8095ff;
	color: #fff
}
.ng-warp {
	max-width: 100%;
	margin: .3rem;
}

.ng-part-title {
	border-bottom: 1px solid #eee;
}
.ng-part-title b {
	display: inline-block;
	position: relative;
	font-size: .32rem;
	border-bottom: .06rem solid var(--ng-pm);
	padding-bottom: .3rem;
}
.ng-part-title .more {
    color: #999;
    font-size: .26rem;
}



.ng-list {
	margin-top: .4rem;
    box-sizing: border-box;
}
.ng-list .ng-box {}

.ng-list .ng-item {
    display: flex;
    align-items: center;
	border-bottom: 1px dashed #eee;
	margin-bottom: .3rem;
	padding-bottom: .3rem;
}
.ng-list .ng-item .ng-icon {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-right: .2rem;
}
.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: .15rem;
	line-height: normal;
	flex: 1;
}
.ng-list .ng-item .ng-right .r-title a {
	font-size: .28rem;
	font-weight: bold;
	flex: 1;
}
.ng-list .ng-item .ng-right .r-desc {
	color: #999;
	font-size: .24rem;
	flex: 1;
	margin-bottom: .15rem;
}
.ng-list .ng-item .ng-view {
	display: inline-block;
	border-radius: .08rem;
	border: solid 1px var(--ng-pm);
	padding: .08rem .16rem;
	font-size: .24rem;
	color: var(--ng-pm);
	line-height: normal;
}

.ng-list .ng-time {
	text-align: center;
	margin-left: .3rem;
	background-color: #f9faff;
	padding: .14rem .2rem;
}
.ng-list .ng-time div {
	font-weight: bold;
	font-size: .26rem;
	line-height: .4rem;
	color: #333;
	margin-bottom: .2rem;
}
.ng-list .ng-time span {
	display: block;
	font-size: .24rem;
	color: #a9acb9;
	line-height: .6rem;
	padding-left: .4rem;
	background-image: url(../images/icon-time.png);
	background-repeat: no-repeat;
	background-position: center left;
}



.ng-show {}
.ng-show .ng-show-left {
	overflow: hidden;
	position: relative;
}
.ng-show .ng-content {}
.ng-show .ng-content h3 {
	position: relative;
	font-size: .32rem;
	padding: 0 .2rem;
	font-weight: bold;
	color: var(--ng-pm);
	display: inline-block;
	margin: .3rem 0;
}
.ng-show .ng-content h3:before {
	content: '';
	position: absolute;
	top: .2rem;
	left: 0;
	display: inline-block;
	width: 4rem;
	height: .24rem;
	background-color: #5d78ff;
	z-index: -1;
	background: linear-gradient(to right, #ebefff, #fff);
}

.ng-show .ng-content p {
	color: #666;
	font-size: .3rem;
	line-height: .66rem;
	text-indent: 2em;
}
.ng-show .ng-content p img {
	display: block;
	margin: 0 auto;
	max-width: 80%;
}

.ng-show .ng-images {
	position: relative;
    white-space: nowrap;
    overflow-x: scroll;
}

.ng-show .ng-images .ng-item {
	display: inline-block;
	width: 40%;
}
.ng-show .ng-images .ng-item img {
	width: 100%;
}



.ng-side {
	width: 100%;
}


.ng-side-recom {
	background-color: #fcfcfe;
	margin-bottom: .5rem;
	padding: .4rem .3rem;
	padding-bottom: 0;
}
.ng-side-recom .side-recom-warp {
	display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0 -.1rem;
    margin-top: .4rem;
}
.ng-side-recom .ng-box {
	width: 33.33%;
}
.ng-side-recom .ng-item {
	text-align: center;
	margin: .1rem;
	margin-bottom: .4rem;
}
.ng-side-recom .ng-item .ng-icon {
	display: inline-block;
	width: 1.3rem;
	height: 1.3rem;
}
.ng-side-recom .ng-item .ng-icon img {
	width: 100%;
	height: 100%;
}
.ng-side-recom .ng-item .ng-title {
	margin-top: .12rem;
	line-height: normal;
}
.ng-side-recom .ng-item .ng-title a {
	font-size: .28rem;
	line-height: .28rem;
}
.ng-side-recom .ng-item .ng-type {
	display: block;
	text-align: center;
	color: #999;
	font-size: .24rem;
	margin-top: .2rem;
	margin-bottom: .2rem;
}
.ng-side-recom .ng-item .ng-icon-star {
	width: 65px;
	height: 12px;
	margin: 0 auto;
	background-image: url(../images/icon-star-bg.png);
	position: relative;
}
.ng-side-recom .ng-item .ng-icon-star:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-image: url(../images/icon-star.png);
}
.ng-icon-star.star-1:before {
	width: 13px;
}
.ng-icon-star.star-2:before {
	width: 26px;
}
.ng-icon-star.star-3:before {
	width: 39px;
}
.ng-icon-star.star-4:before {
	width: 52px;
}
.ng-icon-star.star-5:before {
	width: 100%;
}
.ng-side-recom .ng-item .ng-view {
	margin-top: .2rem;
	display: inline-block;
	color:var(--ng-pm);
	padding: .14rem .2rem;
	font-size: .24rem;
	border-radius: .08rem;
	border: solid 1px var(--ng-pm);
}



.ng-side-latest {
	background-color: #fcfcfe;
	padding: .4rem .3rem;
}
.ng-side-latest .ng-latest-warp {
	margin-top: .5rem;
}
.ng-side-latest .ng-item {
	display: flex;
}
.ng-side-latest .ng-item .ng-flex-cover {
	padding-bottom: .4rem;
	margin-bottom: .4rem;
	border-bottom: 1px dashed #eee;
}
.ng-side-latest .ng-item:last-child .ng-flex-cover {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.ng-side-latest .ng-item .ng-icon {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: .2rem;
}
.ng-side-latest .ng-item .ng-title {}
.ng-side-latest .ng-item .ng-title a {
	font-size: 0.3rem;
}
.ng-side-latest .ng-item .ng-info {}
.ng-side-latest .ng-item .ng-info span {
	display: block;
	color: #999;
	font-size: .26rem;
	margin-top: .12rem;
}
.ng-side-latest .ng-item .ng-view {
	display: inline-block;
	border-radius: .08rem;
	color: var(--ng-pm);
	font-size: .24rem;
	width: 1rem;
	line-height: 1rem;
	text-align: center;
	height: 1rem;
	background-color: #eaedff;
	border-radius: 50%;
	margin-top: .2rem;
	margin-left: .3rem;
}


.ng-game-head {
	overflow: hidden;
	position: relative;
	padding: .3rem;
	background-color: #f3f5ff;
}

.ng-game-head .ng-icon {
	width: 1.4rem;
	height: 1.4rem;
	margin-right: .2rem;
}
.ng-game-head .ng-icon img {
	width: 100%;
	height: 100%;
}
.ng-game-head h1 {
	font-size: .28rem;
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: .2rem;
}
.ng-game-head .ng-time {
	border-left: dashed 1px #ccd0e3;
	text-align: center;
	margin-left: .2rem;
	padding-left: .2rem;
}
.ng-game-head .ng-time div {
    font-weight: bold;
    font-size: .26rem;
    color: #333;
    margin-bottom: 0.2rem;
}
.ng-game-head .ng-time span {
    display: block;
    font-size: .24rem;
    color: #a9acb9;
    line-height: .6rem;
    padding-left: 0.4rem;
    background-image: url(../images/icon-time.png);
    background-repeat: no-repeat;
    background-position: center left;
}
.ng-game-head .ng-desc {
    color: #999;
    font-size: 0.26rem;
    position: relative;
    line-height: .42rem;
}
.ng-game-head .ng-desc:before {
	content: '';
	display: inline-block;
	width: .4rem;
	height: .3rem;
	background-image: url(../images/ng-dh.png);
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	margin: .2rem;
}
.ng-game-head .ng-desc:after {
		content: '';
	display: inline-block;
	width: .4rem;
	height: .3rem;
	background-image: url(../images/ng-dh.png);
	position: absolute;
	right: 0;
	bottom: 0;
	margin: .2rem;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}
.ng-game-head .ng-desc p {
	margin: 0;
	line-height: .5rem;
}

.ng-game-head .ng-view {
	margin-top: .3rem;
	display: block;
	line-height: .9rem;
	font-size: .3rem;
	color: #fff;
	border-radius: .1rem;
	text-align: center;
	background-color: #ff6d6d;
}
.ng-game-head .ng-view:after {
	content: '→';
	display: inline-block;
	margin-left: 3px;
}
