.wrapper2 {position: relative;}
#m_input {position: absolute;top: 0;left: 0;opacity: 0;z-index: -10; font-size:1px;}

.img_item {
    float: left;
}
@media (max-width: 500px) {
    .img_item{
        width: 49%;
    }
}
@media (min-width: 501px) {
    .img_item{
        width: 24%;
    }
}
.img_item{
    padding: 2px;
}

.download {
    display: flex;
    justify-content: center;
    color: white;

    margin-top: 20px;
    text-align: center;
    font-size: 20px;
}

.downbtn a  {
    background: ;
    color: white;
    width: 100%;
}

.downbtn {
    display: inline-block;
    background: #803001;
    color: white;
    margin: 0px 10px;
    padding: 5px 10px;
    font-weight: bold;
    border:0px solid;
    border-radius:5px;
}





:root {
	--c1: #1E1E1E;
	--c2: #d28205;
	--c3: #1E1E1E;
	--b1: #f2990d;
	--b2: #ffd89a;
	--b3: #ffd89a
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
	margin: 0;
	padding: 0;
	font-family: PingFang-SC-Regular, Tahoma, 'Microsoft Yahei', sans-serif;
	list-style: none;
	cursor: default
}

body {
	background-color: var(--b1)
}

input,
img,
div {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline-style: none;
	vertical-align: bottom
}

a,
a:active,
a:visited {
	text-decoration: none;
	color: var(--c3);
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none
}

a:hover {
	color: var(--c1)
}

i {
	font-style: normal
}

#app {
	width: 96%;
	max-width: 1125px;
	margin: 0 auto;
	display: flex;
	flex-direction: column
}

.header {
	width: 100%;
	height: 2.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.logo {
	margin-right: 1.5rem
}

.logo h1 {
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--c1)
}

.nav {
	margin: 0 1rem;
	display: flex
}

.nav a {
	display: block;
	font-size: .85rem;
	padding: .7rem;
	color: var(--c2)
}

.linklist a:hover,
.linklist .on {
	color: var(--c1);
	font-weight: bold;
}

.nav a:hover,
.nav .on {
	color: var(--c1)
	font-weight: bold;
}

.soso {
	margin-left: 1.5rem;
	flex: 1;
	height: 1.8rem;
	border: 1px solid var(--b3);
	box-sizing: border-box;
	border-radius: .1rem;
	overflow: hidden;
	background-color: var(--b2);
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.soso input {
	display: block;
	height: 1.8rem;
	box-sizing: border-box;
	background-color: var(--b2);
	caret-color: var(--c1);
	color: var(--c3);
	font-size: .7rem
}

input {
	appearance: none;
	-webkit-appearance: none;
	outline: none
}

input::-webkit-input-placeholder {
	color: var(--c3);
	font-size: .7rem
}

input::-moz-input-placeholder {
	color: var(--c3);
	font-size: .7rem
}

input:-ms-input-placeholder {
	color: var(--c3);
	font-size: .7rem
}

.soso .keywd {
	width: 88%;
	padding-left: .7rem
}

.soso .btn {
	width: 12%;
	font-size: 0;
	background-image: url(../fonts/so.svg);
	background-repeat: no-repeat;
	background-size: 1rem;
	background-position: center;
	cursor: pointer
}

.soso:hover input {
	background-color: var(--b3)
}

.soso:hover .btn {
	background-image: url(../fonts/so2.svg)
}

.notice {
	width: 100%;
	height: 2rem;
	background-color: var(--b2);
	border-radius: .1rem;
	color: var(--c3);
	overflow: hidden;
	display: flex;
	align-items: center
}

.notice span {
	display: block;
	margin: .55rem;
	padding: .2rem;
	border-radius: .2rem;
	font-size: .65rem;
	background-color: var(--b1);
	color: var(--c3);
	white-space: nowrap;
	overflow: hidden
}

.notice .txt {
	font-size: .7rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.notice .txt2 {
	font-size: .7rem;
	margin-left: .8rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.links {
	width: 100%;
	margin: .75rem 0;
	display: flex;
	flex-wrap: wrap
}

.listtop {
	width: 100%;
	padding: .65rem .65rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius:15px 15px 0 0;
	background-color: var(--b2);
	margin-top:5px;
}

.listtop h3 {
	font-size: .9rem;
	padding: 0 1px;
	font-weight: normal;
	color: var(--c2);
	
}

.listtop p,
.listtop a {
	font-size: .7rem;
	color: var(--c3);
	padding: 0 1px
}

.listtop a:hover {
	color: var(--c1)
}

.linklist {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	grid-gap: .2rem
}

.linklist a {
	display: block;
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.65rem;
	text-align: center;
	overflow: hidden;
	background-color: var(--b2);
	border: 1px solid var(--b3);
	box-sizing: border-box;
	border-radius: .1rem
}

.linklist a:hover {
	background-color: var(--c2)
}


.linklist1 {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	grid-gap: .2rem;
	border-radius: 0 0 1rem 1rem;
	min-height: 2.3rem;
	background-color: var(--b2);
}

.linklist1 a {
	display: block;
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.65rem;
	text-align: center;
	overflow: hidden;
	background-color: var(--b2);
	border: 1px solid var(--b3);
	box-sizing: border-box;
	border-radius: .1rem
}

.linklist1 a:hover {
	background-color: var(--c2)
}

.main {
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.vodlist {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-radius: 0 0 15px 15px;
	background-color: var(--b2);
	margin-bottom: 5px;
		padding: .65rem .65rem;
	
}

.vod {
	width: 23.8%;
	margin-right: 1.6%;
	margin-bottom: .75rem;
	display: flex;
	flex-wrap: wrap
}

.vod:nth-child(4n) {
	margin-right: 0
}

.vod-img {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative
}

.vod-img a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius: .1rem;
	overflow: hidden
}

.vod-img img {
	width: 100%;
	height: 100%;
	transition: all 0.5s
}

.vod-img img:hover {
	transform: scale(1.1)
}

.vod-txt {
	width: 100%;
	height: 1.8rem;
	margin-top: .5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.vod-txt a {
	display: block;
	padding: 0 1px;
	font-size: .7rem;
	line-height: .9rem
}

.pageing {
	width: 100%;
	margin: .75rem 0;
	display: flex;
	justify-content: center
}

.pageing a {
	padding: 0 .75rem;
	margin: .25rem;
	line-height: 1.7rem;
	border-radius: .1rem;
	background-color: var(--b2);
	font-size: .7rem
}

.pageing a:hover {
	background-color: var(--c3)
}

.pageing .on {
	color: var(--c1)
}

.player {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative
}

.player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.footer {
	width: 100%;
	padding: 1.5rem 0;
	color: var(--c3);
	font-size: .65rem
}

.copy {
	width: 100%;
	padding-bottom: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.copy span {
	display: block;
	padding: 0 1px;
	box-sizing: border-box;
	line-height: 1.25rem
}

.copy .txt {
	flex: 1;
	padding: 0 .7rem
}

.hengfu {
	width: 100%;
	border-radius: .1rem
}

@media (max-width:719px) {
	#app {
		max-width: 500px
	}

	.header {
		height: 2.5rem;
		align-content: flex-end
	}

	.nav {
		order: 1;
		width: 100%;
		margin: 0;
		justify-content: space-between;
		height: 2.8rem;
		line-height: 2.8rem
	}

	.nav a {
		font-size: .9rem;
		padding: 0
	}

	.soso .keywd {
		width: 80%
	}

	.soso .btn {
		width: 20%
	}

	.txt2 {
		display: none
	}

	.linklist {
		grid-template-columns: repeat(5, 1fr)
	}

	.vod {
		width: 49%;
		margin-right: 2%
	}

	.vod:nth-child(2n) {
		margin-right: 0
	}

	.pageing .num {
		display: none
	}

	.copy span {
		width: 100%;
		text-align: center
	}
}
@media screen and (max-width:768px) {
   .m1938-container {
	width: 100%;
	margin: 0 auto;
} 
@media screen and (max-width:768px) {
   .m1938-container {
	width: 100%;
	margin: 0 auto;
} .main_column {
	background-color: #fff;
}.tips {
	padding: 5px 1%;
}.web_list {
	padding: 5px 1% 10px 1%;
	width: 100%;
}a:link {
	text-decoration: none;
}.tips a {
	font-weight: bold;
	width: 5.75%;
	border: 1.5px solid #000;
}.web_list a {
	display: block;
	height: 30px;
	width: 11.75%;
	overflow: hidden;
	background-color: #f5f5f5;
	border: 1px solid #f1f1f1;
	float: left;
	margin: 0 0 .5% .5%;
	font: 12px/28px Tahoma,'Microsoft Yahei',Simsun;
	font-weight: bold;
	color: #333;
	background: no-repeat 10px center;
	background-size: 16px 16px;
	text-align: center;
}
  }
@media screen and (min-width:769px) { 
   .m1938-container {
	width: 100%;
	margin: 0 auto;
	/* min-height: 500px; */
}
.main_column {
	background-color: var(--b2);
}.tips {
	padding: 5px 1%;
}.web_list {
	padding: 5px 1% 10px 1%;
	width: 100%;
}a:link {
	text-decoration: none;
}.tips a {
	font-weight: bold;
	width: 5.75%;
	border: 1.5px solid #000;
}.web_list a {
	display: block;
	height: 30px;
	width: 11.75%;
	overflow: hidden;
	background-color: #f5f5f5;
	border: 1px solid #f1f1f1;
	float: left;
	margin: 0 0 .5% .5%;
	font: 12px/28px Tahoma,'Microsoft Yahei',Simsun;
	font-weight: bold;
	color: #f8f5f5;
	background: no-repeat 10px center;
	background-size: 16px 16px;
	text-align: center;
}
    }
 
  }

.main_column {
	background-color: var(--b2);
	border-radius: 15px;
}
.tips {
	padding: 5px 1%;
}

a:link {
	text-decoration: none;
}
.tips a {
	font-weight: bold;
	width: 5.75%;
	border: 1.5px solid #000;
}

.web_list {
 
}
.web_list a {
	display: block;
	height: 30px;
	width: 11.75%;
	overflow: hidden;
	background-color: #f5f5f5;
	border: 1px solid #f1f1f1;
	float: left;
	margin: 0 0 .5% .5%;
	font: 12px/28px Tahoma,'Microsoft Yahei',Simsun;
	font-weight: bold;
	color: var(--c2);
	background: no-repeat 10px center;
	background-size: 16px 16px;
	text-align: center;
}
    }
    .abk-item{width:100%;display:block;overflow:hidden;position:relative}.abk-item .abk-image{width:100%;height:100%;overflow:hidden}.abk-item .abk-image img{width:100%;height:100%;display:block}.abk-frame{width:100%}.abk-banner{margin:5px 0}.abk-banner .abk-image img{max-height:100px}.app-abk{margin-top:30px;margin-bottom:-5px;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:10px}.app-abk .app-abk-item{width:100%;overflow:hidden}.app-abk .app-abk-item .app-img{width:100%;border-radius:10px;position:relative;overflow:hidden}.app-abk .app-abk-item .app-img::before{content:'';width:100%;height:0;padding-bottom:100%;display:block}.app-abk .app-abk-item .app-img .abk-image{width:100%;height:100%;position:absolute;left:0;top:0}.app-abk .app-abk-item .app-img .abk-image img{width:100%;height:100%;object-fit:cover}.app-abk .app-abk-item p{width:100%;margin:5px 0 0;color:#ffbf00;font-size:12px;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block}.appad{width:100%;margin-top:0;max-width:1300px;padding-right:7px;padding-left:7px;margin-right:auto;margin-left:auto}@media screen and (min-width:1280px){.app-abk{margin-top:20px;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:10px}}
