html {
	font: 400 14px/1.5 -apple-system,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",sans-serif
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none
}

a {
	text-decoration: none
}

a {
    color: #e86505;
}
a:focus, a:hover, a:active {
    text-decoration: none;
    color: #4f2100;
}

.clr {
	zoom: 1
}

.none {
	display: none!important
}

.row:before,.row:after {
	display: table;
	content: " "
}

.row:after {
	clear: both
}

.row>.col {
	position: relative;
	min-height: 1px;
	float: left
}

.row>.col.r {
	float: right
}

.gm-head {
	width: 100%;
	height: 65px;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.1),0 1px rgba(0,0,0,.1);
	background: #fff
}

.gm-head>.wrap {
	position: relative;
	width: 100%;
	height: 65px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box
}

.gm-head>.wrap>.logo {
	display: block;
	width: 150px;
	height: 36px;
	background: url(../img/logo2.png) no-repeat;
	background-size: contain
}

.gm-head>.wrap>.logo.tw {
	background-image: url(../img/logo2-tw.png)
}

.gm-head>.wrap>.logo:active {
	margin-top: 3px
}

.gm-head>.wrap>.btn-nav {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
	left: 10px;
	background: url(../img/btn-nav.png) no-repeat;
	background-size: 24px;
	background-position: center center
}

.gm-head>.wrap>.btn-search {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
	right: 10px;
	background: url(../img/btn-search.png) no-repeat;
	background-size: 24px;
	background-position: center center
}

.gm-head>.wrap>.nav {
	display: none;
	margin-left: 30px
}

.gm-head>.wrap>.nav>ul {
	display: flex
}

.gm-head>.wrap>.nav>ul>li>a {
	display: flex;
	align-items: center;
	text-decoration: none;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 4px;
	margin-right: 6px;
	animation: all .3s;
	color: #111;
	animation: all .3s
}

.gm-head>.wrap>.nav>ul>li>a>i {
	width: 24px;
	height: 24px;
	background: url(../img/cat0.png) no-repeat;
	background-size: contain;
	margin-right: 6px;
	opacity: .7
}

.gm-head>.wrap>.nav>ul>li>a>i.t10 {
	background-image: url(../img/cat10.png)
}

.gm-head>.wrap>.nav>ul>li>a>i.t11 {
	background-image: url(../img/cat11.png)
}

.gm-head>.wrap>.nav>ul>li>a>i.t12 {
	background-image: url(../img/cat12.png)
}

.gm-head>.wrap>.nav>ul>li>a>i.t13 {
	background-image: url(../img/cat13.png)
}

.gm-head>.wrap>.nav>ul>li>a>i.t14 {
	background-image: url(../img/cat14.png)
}

.gm-head>.wrap>.nav>ul>li>a>i.t15 {
	background-image: url(../img/cat15.png)
}

.gm-head>.wrap>.nav>ul>li>a>span {
	font-size: 14px;
	line-height: 28px
}

.gm-head>.wrap>.nav>ul>li>a.on {
	background: #f3f3f3;
	color: #d9534f;
	font-weight: 700
}

.gm-head>.wrap>.nav>ul>li>a:hover {
	background: #ededed;
	color: #d9534f
}

.gm-head>.wrap>.nav>ul>li>a:hover>i {
	opacity: 1
}

.gm-head>.wrap>.search {
	display: none;
	width: 200px;
	position: relative;
	margin-left: auto
}

.gm-head>.wrap>.search input {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42858;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 16px
}

.gm-head>.wrap>.search button {
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
	width: 40px;
	height: 34px;
	background: url(../img/btn-search2.png) no-repeat;
	background-size: 18px;
	background-position: center;
	background-color: #d9534f;
	cursor: pointer;
	border: 0;
	user-select: none;
	color: transparent;
	transition: all .2s;
	border-radius: 0 16px 16px 0
}

.gm-head>.wrap>.search button:hover {
	background-color: #ff183e
}

.mi-pop-search {
	display: none;
	padding: 20px 15px
}

.mi-pop-search>.wrap {
	position: relative
}

.mi-pop-search>.wrap input {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42858;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 16px
}

.mi-pop-search>.wrap button {
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
	width: 40px;
	height: 34px;
	background: url(../img/btn-search2.png) no-repeat;
	background-size: 18px;
	background-position: center;
	background-color: #d9534f;
	cursor: pointer;
	border: 0;
	user-select: none;
	color: transparent;
	transition: all .2s;
	border-radius: 0 16px 16px 0
}

.mi-pop-search>.wrap button:hover {
	background-color: #ff183e
}

.mi-pop-search.on {
	display: block
}

.mi-pop-nav {
	display: none;
	position: absolute;
	width: auto;
	top: 65px;
	left: 8px;
	z-index: 100;
	padding: 0 20px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.2)
}

.mi-pop-nav ul::after {
	bottom: 100%;
	left: 10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #fff;
	border-width: 10px
}

.mi-pop-nav a {
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 14px;
	line-height: 28px;
	border-bottom: 1px solid #dfdfdf;
	padding: 10px 0;
	padding-left: 30px;
	color: #111;
	white-space: nowrap;
	min-width: 90px
}

.mi-pop-nav a>i {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(../img/cat0.png) no-repeat;
	background-size: contain
}

.mi-pop-nav a>i.t10 {
	background-image: url(../img/cat10.png)
}

.mi-pop-nav a>i.t11 {
	background-image: url(../img/cat11.png)
}

.mi-pop-nav a>i.t12 {
	background-image: url(../img/cat12.png)
}

.mi-pop-nav a>i.t13 {
	background-image: url(../img/cat13.png)
}

.mi-pop-nav a>i.t14 {
	background-image: url(../img/cat14.png)
}

.mi-pop-nav a>i.t15 {
	background-image: url(../img/cat15.png)
}

.mi-pop-nav a.on {
	color: #d9534f;
	font-weight: 700
}

.mi-pop-nav.on {
	display: block
}

@media(min-width:1200px) {
	.gm-head>.wrap {
		max-width: 1140px;
		justify-content: flex-start
	}

	.gm-head>.wrap>.btn-nav {
		display: none
	}

	.gm-head>.wrap>.btn-search {
		display: none
	}

	.gm-head>.wrap>.nav {
		display: block
	}

	.gm-head>.wrap>.search {
		display: block
	}
}

@media(min-width:1300px) {
	.gm-head>.wrap {
		max-width: 1200px
	}
}

@media(min-width:1400px) {
	.gm-head>.wrap {
		max-width: 1220px
	}
}

.gm-main {
	position: relative;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
	box-sizing: border-box
}

@media(min-width:1200px) {
	.gm-main {
		max-width: 1140px;
		padding-left: 15px;
		padding-right: 15px
	}
}

@media(min-width:1300px) {
	.gm-main {
		max-width: 1200px
	}
}

@media(min-width:1400px) {
	.gm-main {
		max-width: 1220px
	}
}

.gm-meta {
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden
}

.gm-meta>h3 {
	float: left;
	color: #111;
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;
	height: 32px;
	margin: 0;
	margin-right: 10px
}

.gm-meta>h4 {
	color: #111;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin: 0
}


.gm-meta>a {
	float: left;
	padding: 0 10px;
	margin: 0 2px 2px 0;
	border-radius: 17px;
	background-color: #e2e2e2;
	color: #111;
	font-size: 13px;
	line-height: 32px;
	height: 32px;
	text-decoration: none
}

.gm-meta>a.on,.gm-meta>a:hover {
	text-decoration: none;
	background: linear-gradient(90deg,#ffb821 0,#d9534f 45%,#ff1459);
	background-color: #ff183e;
	color: #fff
}

.gm-list {
	display: flex;
	flex-wrap: wrap
}

.gm-list>.item {
	box-sizing: border-box;
	width: 33.333%;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 20px
}

.gm-list>.item>.link {
	*zoom: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	display: block;
	position: relative;
	width: 100%;
	height: 250px;
	user-select: none;
	margin-bottom: 10px;
	background: url(../img/play1.png) no-repeat;
	background-size: cover
}

.gm-list>.item>.link>.img {
	-o-object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #f8f8f8;
	background-color: #ececec;
	background-color: rgba(236,236,236,.1);
	overflow: hidden;
	border-radius: 4px;
	transition: box-shadow .15s linear,-webkit-filter .3s ease-out
}

.gm-list>.item>.link>.tag1 {
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
	background: #d9534f;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 2px
}

.gm-list>.item>.link>.tag2 {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: 20px;
	overflow: hidden;
	background-image: linear-gradient(transparent,rgba(0,0,0,.5));
	color: #fff;
	font-size: 13px;
	letter-spacing: normal;
	line-height: 20px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	padding-left: 10px;
	border-radius: 4px
}

.gm-list>.item>.link>.play {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,.1) url(../img/play@2x.png) center no-repeat;
	background-size: 50px
}

.gm-list>.item>.link:hover>.play {
	display: block
}

.gm-list>.item>.link:hover>.img {
	box-shadow: 0 4px 8px rgba(40,40,40,.2)
}

.gm-list>.item>.info {
	height: 44px
}

.gm-list>.item>.info>.title {
	display: block;
	font-size: 13px;
	color: #111;
	font-weight: 700;
	line-height: 22px;
	height: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: normal;
	word-break: break-all;
	white-space: nowrap
}

.gm-list>.item>.info>.title>b {
	color: #d9534f;
	margin-right: 8px
}

.gm-list>.item>.info>.title:hover {
	text-decoration: none;
	color: #d9534f
}

.gm-list>.item>.info>.desc {
	display: block;
	font-size: 12px;
	color: #999;
	font-weight: 400;
	line-height: 22px;
	height: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: normal;
	word-break: break-all;
	white-space: nowrap
}

@media(min-width:320px) {
	.gm-list>.item>.link {
		height: 120px
	}
}

@media(min-width:360px) {
	.gm-list>.item>.link {
		height: 138px
	}
}

@media(min-width:375px) {
	.gm-list>.item>.link {
		height: 145px
	}
}

@media(min-width:480px) {
	.gm-list>.item>.link {
		height: 194px
	}
}

@media(min-width:768px) {
	.gm-list>.item {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 25px
	}

	.gm-list>.item>.link {
		height: 328px
	}

	.gm-list>.item>.link>.tag1 {
		font-size: 13px
	}

	.gm-list>.item>.info>.title {
		font-size: 15px
	}

	.gm-list>.item>.info>.desc {
		font-size: 13px
	}
}

@media(min-width:992px) {
	.gm-list>.item {
		width: 25%
	}

	.gm-list>.item>.link {
		height: 320px
	}
}

@media(min-width:1200px) {
	.gm-list>.item {
		width: 16.666%
	}

	.gm-list>.item>.link {
		height: 250px
	}
}

.gm-bread {
	margin-top: 10px;
	margin-bottom: 10px
}

.gm-bread>ol {
	padding: 8px 15px;
	list-style: none
}

.gm-bread>ol>li {
	display: inline-block
}

.gm-bread>ol>li+li::before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0"
}

.gm-bread>ol>li>a {
	color: #111
}

.gm-bread>ol>li>a:hover {
	color: #d9534f
}

.gm-bread>ol>li.on {
	color: #777
}

.gm-page {
	padding-bottom: 20px;
	text-align: center
}

.gm-page>ul {
	display: inline-block;
	padding-left: 0;
	margin: 20px
}

.gm-page>ul>li {
	display: inline
}

.gm-page>ul>li>a,.gm-page>ul>li>span {
	position: relative;
	float: left;
	width: 36px;
	font-size: 20px;
	line-height: 28px;
	height: 28px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #111;
	text-align: center;
	text-decoration: none;
	background-color: #f8f8f8;
	margin: 2px;
	border-radius: 6px
}

.gm-page>ul>li>span,.gm-page>ul>li>a:hover {
	text-decoration: none;
	background: linear-gradient(90deg,#ffb821 0,#d9534f 45%,#ff1459);
	background-color: #ff183e;
	color: #fff
}

.gm-foot {
	margin-top: 30px;
	border-top: 2px solid #d9534f;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	color: #999;
	font-size: 13px;
	line-height: 20px;
	text-align: center
}

.gm-foot a {
	color: #666
}

.gm-foot a:hover {
	color: #d9534f
}

#dom-player {
	min-height: 200px;
	background: #000
}

#dom-player>.tip {
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	padding-top: 60px;
	text-align: center
}

.dplayer-notice {
	bottom: 30%!important;
	font-size: 18px!important;
	line-height: 24px!important;
	left: 0!important;
	right: 0!important;
	text-align: center;
	padding: 20px!important
}

#dom-source {
	background: #f8f8f8;
	border-top: 0
}

#dom-source>.source {
	overflow: hidden;
	padding: 10px 10px;
}

#dom-source>.source>.title {
	font-size: 18px;
	line-height: 30px;
	color: #333;
	font-weight: 700
}

#dom-source>.source>.title>.res {
	color: #fff;
	background-color: #337ab7;
	border-radius: .25em;
	padding: 0 .2em
}

#dom-source>.source>.title>.ttl {
	font-size: 12px
}

#dom-source>.source>.title>.ttl.v1 {
	color: #4cae4c
}

#dom-source>.source>.title>.ttl.v2 {
	color: #ec971f
}

#dom-source>.source>.title>.ttl.v3 {
	color: #d9534f
}

#dom-source>.source>.list {
	overflow: auto
}

#dom-source>.source>.list>a {
	float: left;
	min-width: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	color: #333;
	cursor: pointer;
	padding: 4px 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-right: 1px;
	margin-bottom: 1px;
	background: #fff
}

#dom-source>.source>.list>a:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

#dom-source>.source>.list>a.on {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

#dom-source>.source>.list>a.on:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}


.gm-vod {
	margin-top: 20px;
	overflow: hidden
}

.gm-vod>.img {
	display: block;
	width: 120px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px
}

.gm-vod>.more>.title {
	color: #111;
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 10px
}

.gm-vod>.more>.info {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	word-break: break-all
}

@media(min-width:300px) {
	.gm-vod>.img {
		float: left;
		margin-right: 10px
	}
}

.traffic1 {
	border: 0;
	width: 160px;
	height: 600px;
	position: absolute;
	top: 40px;
	left: -160px
}

.traffic2 {
	border: 0;
	width: 160px;
	height: 600px;
	position: absolute;
	top: 40px;
	right: -160px
}

.traffic3 {
	display: block;
	border: 0;
	width: 728px;
	height: 90px;
	margin: 10px auto 0
}

.traffic4 {
	display: block;
	width: 300px;
	height: 100px;
	margin: 10px auto 0
}

.dplayer-controller {
	height: 48px!important
}

.dplayer-controller .dplayer-bar-wrap {
	bottom: 40px!important
}

.dplayer-controller .dplayer-bar-wrap .dplayer-bar {
	height: 10px!important
}

.dplayer-controller .dplayer-bar-wrap .dplayer-bar .dplayer-loaded {
	height: 10px!important
}

.dplayer-controller .dplayer-bar-wrap .dplayer-bar .dplayer-played {
	height: 10px!important
}

.dplayer-controller .dplayer-bar-wrap .dplayer-bar .dplayer-played .dplayer-thumb {
	display: none!important
}

.dplayer-bezel .diplayer-loading-icon {
	margin: -60px 0 0 -60px!important;
	height: 120px!important;
	width: 120px!important
}

.positionFooter {
	background: #f3f3f3;
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 200;
	height:42px
}



.gm-read {
	position: relative;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
	box-sizing: border-box
}

@media(min-width:1200px) {
	.gm-read {
		max-width: 640px;
		padding-left: 15px;
		padding-right: 15px
	}
}

@media(min-width:1300px) {
	.gm-read {
		max-width: 700px
	}
}

@media(min-width:1400px) {
	.gm-read {
		max-width: 720px
	}
}