.el-select-dropdown__item {
	padding: 0 10px
}

.ellipsis {
	white-space: nowrap
}

.ellipsis,
.ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis
}

.ellipsis-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.text-center {
	text-align: center
}

.el-input__inner {
	line-height: 46px
}

.el-button,
.el-input__inner {
	border-radius: 24px;
	height: 46px
}

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
}

.video {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
	background: #fff;
	border-radius: 10px
}

.video .play-icon {
	width: 12px;
	height: 12px;
	margin-right: 4px
}

.video .vip-icon {
	width: 49px;
	height: 23px
}

.video .video-desc {
	color: #222;
	font-weight: 400;
	line-height: 30px;
	font-size: 15px;
	padding: 0 10px 5px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.video .color-white {
	color: #fff
}

.video .font14 {
	font-size: 14px
}

.video .video-item-thumb {
	border-radius: 10px !important;
	cursor: pointer;
	display: block;
	background-image: url(../img/loading.png);
	overflow: hidden
}

.video .radius-none {
	border-radius: 0
}

.video .inside {
	display: inline-block;
	width: 120px !important;
	position: absolute;
	bottom: 14px;
	left: 14px;
	color: #fff
}

.video .video-item-img {
	position: relative;
	border-radius: 10px
}

.video .video-item-img .play {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, .8);
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all .45s ease-out;
	transition: all .45s ease-out;
	border-radius: 10px
}

.video .video-item-img .play>i {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: #ffc730;
	padding: 6px;
	background-color: #fff;
	border-radius: 50%
}

.video .video-item-img .play>i:before {
	position: relative;
	z-index: 2
}

.video .video-item-img .play>i:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	border-radius: 50%;
	-webkit-animation: bounce 1.5s ease-out infinite;
	animation: bounce 1.5s ease-out infinite
}

.video .video-item-img:hover>.play {
	opacity: 1
}

.video .video-item-tag {
	border-radius: 5px;
	padding-left: 12px;
	padding-right: 5px;
	margin-bottom: 20px;
	position: absolute;
	z-index: 2;
	pointer-events: none;
	font-size: 12px;
	color: #fff
}

.video .video-item-tag-is-vip {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #333;
	text-transform: uppercase;
	background-image: url(../img/vip-video.png);
	display: block;
	width: 30px;
	height: 26px;
	background-size: cover;
	z-index: 99
}

.video .video-item-tag-is-paid {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #333;
	text-transform: uppercase;
	background-image: url(../img/paid-video.png);
	display: block;
	width: 30px;
	height: 26px;
	background-size: cover;
	z-index: 99
}

.video .video-item-tag-hits {
	left: 0;
	bottom: 0
}

.video span.video-item-tag-duration {
	right: 5px;
	bottom: 0
}

.video .mt10 {
	margin-top: 10px
}

@-webkit-keyframes bounce {
	0% {
		background: #fff;
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}

	to {
		background: transparent;
		-webkit-transform: scale(2);
		transform: scale(2)
	}
}

@keyframes bounce {
	0% {
		background: #fff;
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}

	to {
		background: transparent;
		-webkit-transform: scale(2);
		transform: scale(2)
	}
}


.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
}

.ad {
	width: 100%
}

.ad-link {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.adver-img {
	width: 100%;
	height: 100px;
	border-radius: 8px;
	cursor: pointer
}

.game-slide .title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	cursor: pointer
}

.game-slide .title-wrap img {
	width: 22px;
	height: 22px;
	margin-right: 7px
}

.game-slide .title-wrap h6 {
	margin: 0;
	font-size: 18px;
	color: #333;
	font-weight: 700;
	margin-right: 12px
}

.game-slide .title-wrap span {
	font-size: 14px;
	color: #222;
	font-weight: 700
}

.game-slide .title-wrap i {
	font-size: 12px;
	color: #222;
	font-weight: 700
}

.game-slide .slide-wrap .el-carousel__arrow.el-carousel__arrow--left {
	left: 0
}

.game-slide .slide-wrap .el-carousel__arrow.el-carousel__arrow--right {
	right: 0
}

.game-slide .slide-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 0 40px;
	overflow: hidden
}

.game-slide .slide-item .game-item {
	margin-right: 75px;
	cursor: pointer
}

.game-slide .slide-item .game-item img {
	width: 66px;
	height: 66px;
	border-radius: 6px
}

.game-slide .slide-item .game-item h6 {
	margin: 0;
	margin-top: 6px;
	font-size: 14px;
	color: #333;
	text-align: center
}

 .el-carousel__indicator.el-carousel__indicator--horizontal .el-carousel__button {
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #d8d8d8
}

 .el-carousel__indicator.el-carousel__indicator--horizontal.is-active .el-carousel__button {
	background: #ffbf3c
}


.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
}

.video-contaner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.video-contaner .video-row {
	width: 100%
}

.video-contaner .video-item {
	margin-bottom: 25px;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.video-contaner .adver-img {
	width: 100%;
	height: 100px;
	margin-right: 10px;
	border-radius: 8px
}

.video-contaner .ads {
	margin: 5px 0 30px
}

.video-contaner .video-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.video-contaner .video-items .video-item {
	margin-right: 16px
}
