body {
	margin: 0
}

@font-face {
	font-family: 'huiwei';
	src: url('../fonts/huiweimingchao.woff2') format('woff2'),
		url('../fonts/huiweimingchao.woff') format('woff');
}

html,
body {
	font-family: 'huiwei';
	max-width: 640px;
	margin: auto;
	height: 100%;
	position: relative;
}

a {
	color: #000;
}

.icon {
	width: 2.5em;
	height: 2.5em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

h1 {
	text-align: center
}

p {
	margin: 0;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #111;
	padding: 4px 0px;
}

.foot {
	font-size: 10px;
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100%;
	display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.icon-large {
	width: 205px;
	height: 205px;
	border-radius: 50%;
	position: absolute;
	top: 10%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.icon-clock {
	overflow: hidden;
	background: #000;
	box-shadow: 0px 0px 6px 3px #ccc
}

.line,
.lines,
.mark1,
.mark2,
.mark3,
.mark4 {
	width: 192px;
	height: 192px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.line::after,
.mark1::after,
.mark2::after,
.mark3::after,
.mark4::after {
	content: "";
	width: 15px;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0px;
	top: 50%;
}

.line::before,
.mark1::before,
.mark2::before,
.mark3::before,
.mark4::before {
	content: "";
	width: 15px;
	height: 1px;
	background: #000;
	position: absolute;
	right: 0px;
	top: 50%;
}

.lines::after {
	content: "";
	width: 1px;
	height: 15px;
	background: #000;
	position: absolute;
	left: 50%;
	bottom: 0px;
}

.lines::before {
	content: "";
	width: 1px;
	height: 15px;
	background: #000;
	position: absolute;
	left: 50%;
	top: 0px;
}

.mark1 {
	transform: rotate(30deg);
	top: 0%;
	left: 0%;
	width: 205px;
	height: 205px;
}

.mark2 {
	transform: rotate(60deg);
	top: 0%;
	left: 0%;
	width: 205px;
	height: 205px;
}

.mark3 {
	transform: rotate(120deg);
	top: 0%;
	left: 0%;
	width: 205px;
	height: 205px;
}

.mark4 {
	transform: rotate(150deg);
	top: 0%;
	left: 0%;
	width: 205px;
	height: 205px;
}

.clock {
	width: 192px;
	height: 192px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0px 0px 13px 3px #ccc inset;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.table {
	width: 90%;
	position: absolute;
	bottom: 10%;
	margin: auto;
	left: 0px;
	right: 0px;
}

.table table {
	text-align: center;
	border: 1px solid #eee;
	border-left: 0px;
	border-bottom: 0px;
	width: 100%
}

.table table tr td {
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 13px;
	padding: 8px 4px
}

.table table tr td p {
	margin-top: 4px
}

.table .title {
	color: #666;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.table .title span {
	font-size: 10px;
}

.table .title svg {
	vertical-align: middle
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#hour {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #303030;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -7px;
}

#hour:before,
#hour:after {
	content: "";
	display: block;
	position: absolute;
}

#hour:before {
	width: 6px;
	height: 60px;
	border-radius: 2px;
	background: #303030;
	position: absolute;
	bottom: 3px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

#min {
	width: 0;
	height: 0;
	border-radius: 50%;
	background: #303030;
	position: absolute;
	top: 50%;
	left: 50%;
}

#min:before,
#min:after {
	content: "";
	display: block;
	position: absolute;
}

/* www.datouwang.com */

#min:before {
	width: 4px;
	height: 70px;
	border-radius: 2px;
	background: #303030;
	position: absolute;
	bottom: 2px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

#sec {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #dd3e1c;
	border: 2px solid #e13e1b;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -4px;
}

#sec:before,
#sec:after {
	content: "";
	display: block;
	position: absolute;
}

#sec:before {
	width: 2px;
	height: 105px;
	border-radius: 2px;
	background: #e13e1b;
	position: absolute;
	bottom: -12px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.fakeloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #fff;
	z-index: 999;
}

.spinner4 {
	margin: 20% auto;
	width: 30px;
	height: 30px;
	background-color: rgb(52, 152, 219);
	-webkit-animation: rotateplane 1.2s infinite ease-in-out;
	animation: rotateplane 1.2s infinite ease-in-out
}

.office h1 {
	font-size: 20px
}

.office ul li {
	list-style: none;
	padding-left: 10px;
	font-size: 15px;
	margin: 5px 0px
}

@media screen and (max-width: 750px) {
	.spinner4 {
		margin: 80% auto
	}

	.yanyuan {
		display: none
	}

	.newslist .van-col a {
		padding: 8px
	}

	.van-col--12 {
		width: 100%
	}

	.newslist .van-col img {
		width: 100px;
		height: auto;
	}

	.title {
		font-size: 14px
	}

	.time {
		font-size: 12px;
		margin: 5px 0px;
	}

	.newslist .right {
		height: auto;
	}

	.casts-title {
		margin: 2px 0px
	}

	.genres {
		margin-bottom: 3px;
	}

	.movie {
		text-align: center
	}

	.movie>img {
		width: auto
	}

	.movie .right {
		width: auto;
		margin: 0;
		margin-top: 20px;
		padding: 20px
	}
}


@media screen and (min-width:320px) and (max-width:345px) {
	.newslist .van-col img {
		width: 70px;
	}
}

@-webkit-keyframes rotateplane {
	0% {
		-webkit-transform: perspective(120px)
	}

	50% {
		-webkit-transform: perspective(120px) rotateY(180deg)
	}

	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
	}
}

@keyframes rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}

	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}

	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}