:root {
	--c1: #ff5b82;
	--c2: #93e2db;
	--c3: #9a9a9a;
	--b1: #1e1e1e;
	--b2: #2f2f2f;
	--b3: #353535
}

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:#2b2727
}

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: 3.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 a {
	color: var(--c2)
}

.nav a:hover,.nav .on {
	color: var(--c1)
}

.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: 50%;
	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 0;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.listtop h3 {
	padding: 0 1px;
	font-weight: normal;
	color: #ff0000
}

.listtop p,.listtop a {
	font-size: .7rem;
	color: #f22;
	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.8rem;
	line-height: 1.8rem;
	text-align: center;
	overflow: hidden;
	background-color: var(--b2);
	border: 1px solid #93e2db;
	box-sizing: border-box;
	border-radius: .1rem;
}
.links2 a{
    color: #ea3427;
    background-color: #502f23;
}
.links3 a{
    color: yellow;
    background-color: #e7d6d6;
}
.links3 a:hover {
	color: var(--c1)
}

.linklist a:hover {
	background-color: var(--c2)
}

.main {
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.vodlist {
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.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: .85rem
}

.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 {

		align-content: flex-end
	}

	.nav {
		margin-top: 10px;
	}

	.nav a {
		font-size: .9rem;
		padding: 0
	}

	.soso .keywd {
		width: 86%
	}

	.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
	}
}


.page_wrap {
	width:100%;
	text-align:center;
	margin:20px 0 15px 0;
	padding-bottom:20px;
}
.page_wrap li {
	display:inline-block;
}
.page_wrap li a {
	padding:5px 10px 4px 10px !important;
	display:inline-block;
	color:#ccc;
	font-size:16px;
	line-height:16px;
	border-radius:2px;
}
.page_wrap li a i.layui-icon {
	color:#ddd;
	font-size:16px;
	line-height:16px;
	margin:0;
	padding:0;
}
.page_wrap li a.activepage {
	background-color:#00343f;
	color:#fff;
	cursor:not-allowed;
	margin-right:5px;
	padding:5px 15px 4px 15px !important;
}
.page_wrap li a.pageitem {
	background:#0202028c;
	margin-right:5px;
	color:#fff;
	padding:5px 15px 4px 15px !important;
}
.page_wrap .jump-btn {
	background-color:#415fa2;
	color:#eee;
	cursor:pointer;
}
.page_wrap .jump-btn:hover,.page_wrap li a.pageitem:hover {
	background-color:red;
	color:#efefef;
}
.bluebg {
	background-color:#1e9fff;
}
.greybg {
	background-color:#999 !important;
}
.alphabet {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	float:left;
	margin-bottom:20px
}
.alphabet .item {
	margin:1px
}
.alphabet .item.active a {
	background-color:#e40066;
	color:#fff
}
.alphabet a {
	padding:8px 12px;
	border-radius:15px;
	overflow:hidden;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	background-color:#e9e9ef;
	color:#7c7c8e;
	cursor:pointer
}
.mycate {
	float:left;
	width:98%;
	padding:0.4rem 0.5% 0;
}
.mycate a {
	display:block;
	height:2rem;
	line-height:2rem;
	border-radius:2px;
	text-align:center;
	border:1px solid #f91;
	color:#f91;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:20%;
	float:left;
	margin-bottom:5px;
	font-weight:bold;
}
.mycate a:hover {
	background:#1e9fff;
	color:#fff !important;
}
@media screen and (min-width:760px) {
	.mycate a {
	height:2rem;
	line-height:2rem;
	width:10%;
}
}.group-item p {
	color:#fff !important;
}
.links1{
    margin: 10px 0;
}
.links1 li{
    margin: 5px 2px 5px 2px;float:left;
}
.links1 a{
    background-color:#336699;
      border-radius:6px;
      color: #fff;
      padding: 5px 10px;
}

.links1 .aaa{
    background-color:#ff5b82 !important;
}






.video{
  position: relative;
}
#addsclose {
text-align: center;
}
#xxbutton {
top: 0;right: 0;width: 14px;height: 14px;line-height: 14px;text-align: center!important;font-size: 1.4rem!important;z-index: 99999999999999999999999;font-size: 20px!important; box-shadow: 0px 0px 16px 2px black; background: white; color: black; border-radius: 15px; position: absolute;
}
#xxa {
max-height: 220px;
text-align: center;
display: inline-block;
max-width: 100%;
overflow:hidden;
}
@media screen and (max-device-width: 760px) {
#xxbutton {
right: 0;
display: block;
}
#xxa {
max-height: 110px;
display: block;
}
}




.photo-two {
    display: inline-block;
    margin: 10px;
    text-align: center;
    width: 58px;
}

.photo-two a {
    line-height: 12px;
}

.photo-two img {
    border-radius: 12%;
    height: 60px;
    width: 60px;
    margin-bottom: 5px;
}

.photo-name {
    font-size: large;
    font-weight: bold;
    color: rgb(255, 255, 255);
    font-size: small;
}
.row{
    width:100%;
}
/*.col6  {
    position: relative;
    min-height: 1px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.row6 {
        display: flex;
    flex-wrap: wrap;
}


@media screen and (max-width:750px){
.col6 {
    width: 100%!important;
}
.col6 img {
    height:60px!important;
}
}  */  


.hidden{
    display: none!important;
}

@media screen and (max-width:750px){
.hidden{
    display: inline-block!important;
}
}
