,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1;
	margin: 0
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.el-select-dropdown__item {
	padding: 0 10px
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.text-center {
	text-align: center
}

.el-input__inner {
	border-radius: 24px;
	line-height: 46px;
	height: 46px
}

.el-button {
	height: 46px;
	border-radius: 24px
}

a {
	text-decoration: none;
	cursor: pointer
}

.yt-button {
	outline: 0;
	border-radius: 24px;
	height: 46px;
	line-height: 46px;
	padding: 4px;
	width: 200px;
	margin: 0 auto;
	background: #ffc934;
	color: #fff;
	border: 0
}

.yt-button>div {
	width: 100%;
	height: 100%
}

.yt-button img {
	width: 14px
}

.yt-button span {
	display: inline-block;
	font-size: 14px;
	line-height: 38px;
	position: relative;
	top: -2px;
	margin-left: 10px
}

.btn-group {
	width: 210px;
	margin: 0 auto;
	margin-top: 20px
}

.btn-group .el-button {
	width: 100px
}

.btn-group .el-button:nth-child(2) {
	background: linear-gradient(152deg, #ffaa51, #ffc934);
	border: 0;
	color: #fff
}

.info-left .watch-num {
	height: 21px;
	margin-left: 15px
}

.info-left .watch-num img {
	width: 19px;
	position: relative;
	top: 2px
}

.info-left .watch-num span {
	display: inline-block;
	font-size: 14px;
	color: #222;
	line-height: 22px
}

.info-left .watch-num-vip {
	height: 21px;
	margin-left: 15px
}

.info-left .watch-num-vip img {
	width: 19px;
	position: relative;
	top: 2px
}

.info-left .watch-num-vip span {
	display: inline-block;
	font-size: 14px;
	color: #d9b073;
	line-height: 22px
}

.el-tooltip__popper.light-tip {
	background: #fff;
	border: 0;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow,
.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow:after {
	border-bottom-color: #fff
}

.slide-fade-enter-active {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.slide-fade-leave-active {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.slide-fade-enter,
.slide-fade-leave-to {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0
}

.el-message-box {
	width: 500px
}

.el-message-box .el-message-box__btns,
.el-message-box .el-message-box__message,
.el-message-box .el-message-box__title {
	text-align: center
}

.el-message-box .el-message-box__content {
	margin-top: 40px
}

.el-message-box .el-message-box__btns {
	margin-top: 30px
}

.el-message-box .el-message-box__btns .el-button {
	height: 40px;
	min-width: 100px
}

#nprogress .bar {
	background: #ffc562 !important
}

#nprogress .spinner-icon {
	border-color: #ffc562 !important
}

#nprogress .peg {
	-webkit-box-shadow: 0 0 10px #ffc562, 0 0 5px #ffc562 !important;
	box-shadow: 0 0 10px #ffc562, 0 0 5px #ffc562 !important
}

.background-loading,
[lazy=loading] {
	background-size: 30px auto !important;
	background-position: 50%;
	background-repeat: no-repeat
}

img[lazy=error],
img[lazy=loading] {
	-o-object-fit: scale-down;
	object-fit: scale-down
}

[lazy=loaded] {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

[data-src="/img/error.jpg"],
[lazy=error] {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: auto 50% !important
}

 {
	margin: 0;
	padding: 0
}

.container {
	min-height: 500px
}

.container .titles {
	font-size: 18px;
	font-family: PingFangSC;
	font-weight: 600;
	color: #000;
	line-height: 25px;
	padding: 18px 0
}

.container .line {
	width: 100%;
	height: 1px;
	background: #e0e0e0
}

.container .list {
	margin-bottom: 50px
}

.container .list h1 {
	margin: 30px 0 15px 0;
	font-size: 16px;
	font-family: PingFangSC;
	font-weight: 600;
	color: #000;
	line-height: 22px
}

.container .list p {
	margin-bottom: 4px;
	font-size: 14px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #000;
	line-height: 24px
}
