._tip_component_ {
	position: fixed;
	z-index: 1010;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-box-shadow: 0 4px 21px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 4px 21px 0 rgba(0, 0, 0, .2);
	background-color: #fff;
	padding: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #161823
}

._tip_component_:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -20px;
	border: 10px solid transparent;
	border-top-color: #fff;
	left: 50%;
	margin-left: -10px
}

._tip_component_visible {
	visibility: visible;
	opacity: 1
}

._download_btn_ {
	margin-bottom: 8px;
	margin-right: 8px;
	display: block;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

._download_btn_:last-child {
	margin: 0
}

._download_btn_:hover {
	opacity: .9
}

._download_btn_ img {
	display: block;
	width: 137px
}

@media (max-width:991px) {
	._download_btn_ {
		margin-bottom: 16px
	}
	._download_btn_ img {
		width: 164px
	}
}

._qrcode_ {
	width: 137px;
	-webkit-perspective: 400px;
	perspective: 400px;
	cursor: pointer
}

._qrcode_ * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

._qrcode_:hover ._qrcode_box_3D,
._qrcode_active ._qrcode_box_3D {
	-webkit-transform: translateZ(23.5px) rotateX(90deg);
	transform: translateZ(23.5px) rotateX(90deg)
}

._qrcode_:hover ._qrcode_box_slide,
._qrcode_active ._qrcode_box_slide {
	height: 137px
}

._qrcode_:hover ._qrcode_box_slide ._qrcode_box_front,
._qrcode_active ._qrcode_box_slide ._qrcode_box_front {
	margin-top: -40px;
	opacity: 0
}

._qrcode_:hover ._qrcode_box_slide ._qrcode_box_bottom,
._qrcode_active ._qrcode_box_slide ._qrcode_box_bottom {
	opacity: 1
}

._qrcode_box {
	position: relative;
	width: 137px;
	height: 40px
}

._qrcode_box ._qrcode_box_bottom,
._qrcode_box ._qrcode_box_front {
	background-color: #000
}

._qrcode_box ._qrcode_box_front {
	width: 100%;
	height: 40px;
	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
}

._qrcode_box ._qrcode_front_title_icon {
	width: 16px;
	margin-right: 8px
}

._qrcode_box ._qrcode_front_title_text {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.43;
	color: #fff
}

._qrcode_box ._qrcode_box_bottom {
	position: relative;
	width: 100%;
	padding-top: 100%
}

._qrcode_box ._qrcode_bottom_context {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -52.5px;
	margin-top: -52.5px;
	width: 105px;
	display: block;
	border: 2px solid #fff
}

._qrcode_box_slide {
	-webkit-transition: height .3s, -webkit-transform .3s;
	transition: height .3s, -webkit-transform .3s;
	-o-transition: transform .3s, height .3s;
	transition: transform .3s, height .3s;
	transition: transform .3s, height .3s, -webkit-transform .3s;
	overflow: hidden;
	border-radius: 4px;
	border: 1px solid hsla(0, 0%, 100%, .5)
}

._qrcode_box_slide ._qrcode_box_front {
	opacity: 1;
	-webkit-transition: margin .3s, opacity .3s;
	-o-transition: margin .3s, opacity .3s;
	transition: margin .3s, opacity .3s
}

._qrcode_box_slide ._qrcode_box_bottom {
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

._qrcode_box_3D {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-68.5px);
	transform: translateZ(-68.5px);
	-webkit-transition: margin .3s, -webkit-transform .3s;
	transition: margin .3s, -webkit-transform .3s;
	-o-transition: transform .3s, margin .3s;
	transition: transform .3s, margin .3s;
	transition: transform .3s, margin .3s, -webkit-transform .3s;
	-webkit-transform-origin: 0 68.5px;
	-ms-transform-origin: 0 68.5px;
	transform-origin: 0 68.5px
}

._qrcode_box_3D ._qrcode_box_bottom,
._qrcode_box_3D ._qrcode_box_front {
	position: absolute;
	border-radius: 4px;
	border: 1px solid hsla(0, 0%, 100%, .5)
}

._qrcode_box_3D ._qrcode_box_front {
	-webkit-transform: rotateY(0deg) translateZ(68.5px);
	transform: rotateY(0deg) translateZ(68.5px)
}

._qrcode_box_3D ._qrcode_box_bottom {
	top: -50px;
	-webkit-transform: rotateX(-90deg) translateZ(20px);
	transform: rotateX(-90deg) translateZ(20px)
}

._download_content_wrapper {
	display: inline-block
}

._download_title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 24px;
	padding: 0
}

._global_header_ {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	height: 96px;
	-webkit-transition: background-color .3s, height .3s;
	-o-transition: background-color .3s, height .3s;
	transition: background-color .3s, height .3s
}

._global_header_md {
	height: 80px
}

._global_header_md ._logo_text {
	opacity: 0
}

._global_header_sm {
	height: 64px
}

._global_header_dark {
	background-color: #000;
	-webkit-box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 100%, .2);
	box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 100%, .2)
}

._global_header_fully {
	background-color: transparent
}

._global_header_~._global_container {
	padding-top: 96px
}

._global_header_md~._global_container {
	padding-top: 80px
}

@media (max-width:991px) {
	._global_header_ {
		height: 64px!important
	}
	._global_header_~._global_container {
		padding-top: 64px!important
	}
	._global_header_md ._logo_text {
		opacity: 1
	}
}

._logo_headline {
	position: relative
}

._logo_headline strong {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	color: #fff
}

._logo_icon {
    width: 75%;
}

._logo_text {
	width: 112px;
	opacity: 1;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}



._select_ {
	position: relative
}

._select_ a:active,
._select_ a:hover,
._select_ a:link,
._select_ a:visited {
	color: inherit;
	text-decoration: inherit;
	outline: inherit
}

._select_label {
	padding: 12px;
	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;
	cursor: pointer
}

._select_text {
	margin-right: 7px
}

._select_dark ._select_arrow:after {
	border-color: #000
}

._select_dark ._select_label {
	padding: 10px 0;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left
}

._select_dark ._select_container {
	left: 0;
	margin-left: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	top: 0;
	max-height: 60vh
}

._select_arrow {
	width: 16px;
	height: 16px;
	position: relative;
	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;
	padding-bottom: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

._select_arrow._select_arrow_up {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

._select_arrow:after {
	content: "";
	display: inline-block;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	padding: 3px;
	border-radius: 1px
}

._select_container {
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .2);
	border: 1px solid rgba(0, 0, 0, .12);
	background-color: #fff;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -116px
}

._select_container.hide {
	display: none
}

._select_option_wrapper {
	width: 232px;
	overflow-y: scroll;
	max-height: 60vh
}

._select_option_,
._select_option_wrapper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

._select_option_ {
	position: relative;
	padding: 12px 15px 12px 47px;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	height: 48px;
	line-height: 24px;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
	cursor: pointer
}

._select_option_:hover {
	background-color: rgba(0, 0, 0, .06)
}

._select_option_._select_option_selected>._select_option_icon {
	display: block
}

._select_option_ ._select_option_icon {
	display: none;
	position: absolute;
	width: 24px;
	left: 15px
}

._global_menu_wrapper {
	list-style: none;
	margin: 0;
	padding: 0;
	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
}

._global_menu_wrapper li {
	margin-right: 12px
}

._global_menu_wrapper li:last-child {
	margin-right: 0
}

._global_menu_trending_ {
	font-size: 16px
}

._global_menu_trending_pc {
	display: block;
	padding: 12px;
	color: #fff
}

._global_menu_trending_mobile {
	display: none
}

._global_menu_language_pc {
	display: block
}

._global_menu_language_mobile {
	display: none
}

@media (max-width:991px) {
	._global_menu_wrapper li {
		margin-right: 0
	}
	._global_menu_trending_pc {
		display: none
	}
	._global_menu_trending_mobile {
		display: block;
		padding: 10px 0;
		color: #000;
		font-size: 20px
	}
	._global_menu_language_pc {
		display: none
	}
	._global_menu_language_mobile {
		display: block;
		color: #000;
		font-size: 20px
	}
}

._menuicon_bread_ {
	position: relative;
	width: 48px;
	height: 48px;
	display: inline-block;
	padding: 14.5px 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
	line-height: 2px;
	z-index: 99
}

._menuicon_bread_bottom,
._menuicon_bread_middle,
._menuicon_bread_top {
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	-o-transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s;
	-webkit-transform-origin: 100%;
	-ms-transform-origin: 100%;
	transform-origin: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 3px;
	background-color: #fff
}

._menuicon_bread_active {
	padding: 14.5px 12.6px
}

._menuicon_bread_active ._menuicon_bread_middle {
	opacity: 0
}

._menuicon_bread_active ._menuicon_bread_top {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

._menuicon_bread_active ._menuicon_bread_bottom {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

._menuicon_bread_active ._menuicon_bread_bottom,
._menuicon_bread_active ._menuicon_bread_top {
	background-color: #000
}

._global_drawer_ {
	position: fixed;
	left: 0;
	z-index: 9
}

._global_drawer_,
._global_drawer_context {
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translate(100%);
	-ms-transform: translate(100%);
	transform: translate(100%)
}

._global_drawer_context {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow-y: auto;
	position: absolute;
	background-color: #fff;
	padding: 120px 80px 80px;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	-o-transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s;
	opacity: 0;
	max-width: 100%
}

._global_drawer_mask {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	display: none;
	opacity: 0;
	background-color: rgba(0, 0, 0, .9)
}

._global_drawer_open,
._global_drawer_open ._global_drawer_context {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

._global_drawer_open ._global_drawer_context {
	opacity: 1
}

._global_drawer_open ._global_drawer_mask {
	display: block;
	opacity: 1
}

@media (max-width:991px) {
	._global_drawer_context {
		padding: 56px 32px 24px;
		width: 100%;
		display: block
	}
}

._navigation_mobile_ *,
._navigation_pc_ * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000
}

._navigation_mobile_ ol,
._navigation_mobile_ ul,
._navigation_pc_ ol,
._navigation_pc_ ul {
	padding: 0;
	margin: 0;
	list-style: none
}

._navigation_mobile_ h3,
._navigation_pc_ h3 {
	margin: 0;
	padding: 0;
	font-weight: 400
}

._navigation_pc_ {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

._navigation_pc_ ._navigation_pc_title_contaitner {
	min-width: 360px;
	font-size: 56px;
	font-weight: 700;
	margin-right: 40px;
	line-height: 1.14
}

._navigation_pc_ ._navigation_pc_title_wrapper {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 26px
}

._navigation_pc_ ._navigation_pc_title_wrapper:hover ._navigation_pc_title,
._navigation_pc_ ._navigation_pc_title_wrapper_active ._navigation_pc_title {
	border-bottom: 6px solid #fe2c55
}

._navigation_pc_ ._navigation_pc_title_wrapper:hover ._navigation_pc_arrow,
._navigation_pc_ ._navigation_pc_title_wrapper_active ._navigation_pc_arrow {
	-webkit-transform: translateX(3px);
	-ms-transform: translateX(3px);
	transform: translateX(3px);
	opacity: .7
}

._navigation_pc_ ._navigation_pc_title {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: border-bottom .3s;
	-o-transition: border-bottom .3s;
	transition: border-bottom .3s;
	border-bottom: 6px solid transparent
}

._navigation_pc_ ._navigation_pc_arrow {
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	-o-transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s;
	width: 48px;
	text-align: right
}

._navigation_pc_ ._navigation_pc_sub_title_contaitner {
	width: 320px;
	font-size: 28px;
	margin-top: 17px;
	margin-left: 40px;
	line-height: 1.29
}

._navigation_pc_ ._navigation_pc_sub_title_wrapper {
	cursor: pointer;
	margin-bottom: 16px;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

._navigation_pc_ ._navigation_pc_sub_title_wrapper:hover {
	opacity: .7
}

._navigation_pc_ ._navigation_pc_sub_title {
	display: inline-block;
	font-size: 28px
}

._navigation_mobile_ {
	display: none
}

._navigation_mobile_ ._navigation_mobile_title_contaitner {
	font-size: 40px;
	line-height: 1.2
}

._navigation_mobile_ ._navigation_mobile_title_wrapper {
	margin-bottom: 16px
}

._navigation_mobile_ ._navigation_mobile_title_wrapper_active ._navigation_mobile_title {
	border-bottom: 3px solid #fe2c55
}

._navigation_mobile_ ._navigation_mobile_title_wrapper_active ._navigation_mobile_sub_title_contaitner {
	display: block
}

._navigation_mobile_ ._navigation_mobile_title_ellipsis {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

._navigation_mobile_ ._navigation_mobile_title {
	display: inline-block;
	font-weight: 700;
	-webkit-transition: border-bottom .3s;
	-o-transition: border-bottom .3s;
	transition: border-bottom .3s;
	border-bottom: 3px solid transparent
}

._navigation_mobile_ ._navigation_mobile_sub_title_contaitner {
	line-height: 1.4;
	padding-top: 16px;
	font-size: 20px;
	display: none
}

._navigation_mobile_ ._navigation_mobile_sub_title_wrapper {
	cursor: pointer;
	padding: 10px 0
}

._navigation_mobile_ ._navigation_mobile_sub_title {
	display: block;
	font-size: 20px
}

@media (max-width:991px) {
	._navigation_pc_ {
		display: none
	}
	._navigation_mobile_ {
		display: block
	}
}

@media (max-width:767px) {
	._navigation_mobile_title {
		font-size: 32px
	}
}

._navigation_shareicon {
	width: 32px;
	display: inline-block;
	margin-right: 24px;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

._navigation_shareicon:hover {
	opacity: .8
}

@media (max-width:991px) {
	._navigation_shareicon {
		margin-right: 16px
	}
}

._global_header_ * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

._global_header_ a {
	background: transparent;
	text-decoration: none;
	outline: none
}

._global_header_container {
	padding: 0 120px;
	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;
	height: 100%;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	float:right;
	width:100%;
}

._global_header_navigation_wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

._global_header_menu_wrapper {
	display: none
}

._global_header_share_wrapper {
	border-top: 1px solid rgba(0, 0, 0, .12);
	padding-top: 80px
}

@media (max-width:991px) {
	._global_header_share_wrapper {
		padding-top: 24.5px
	}
	._global_header_menu_wrapper {
		display: block;
		border-top: 1px solid rgba(0, 0, 0, .12);
		padding: 16px 0
	}
	._global_header_container {
		padding: 0 16px 0 24px
	}
}

._video_card_play_btn_ {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 30%;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCI+PHBhdGggZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzUgMzUuNzIyVjEyLjI3OGExLjg3NSAxLjg3NSAwIDAgMSAyLjgyNi0xLjYxNmwxOS45MjcgMTEuNzIyYTEuODc1IDEuODc1IDAgMCAxIDAgMy4yMzJMMTQuNTc2IDM3LjMzOGExLjg3NSAxLjg3NSAwIDAgMS0yLjgyNi0xLjYxNnoiLz48L3N2Zz4=)
}

._video_card_play_btn_dark {
	background-color: rgba(0, 0, 0, .6)
}

._video_card_play_btn_light {
	background-color: transparent
}

._avatar_ {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	border-radius: 50%;
	overflow: hidden
}

._avatar_large {
	width: 48px;
	height: 48px
}

._avatar_small {
	width: 24px;
	height: 24px
}

._avatar_default,
._avatar_respond {
	width: 40px;
	height: 40px
}

@media (max-width:991px) {
	._avatar_respond {
		width: 36px;
		height: 36px
	}
}

@media (max-width:767px) {
	._avatar_respond {
		border: 1px solid #fff;
		width: 24px;
		height: 24px
	}
}

._video_card_footer_ {
	height: 120px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(98%, rgba(0, 0, 0, .5)));
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .5) 98%);
	background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, .5) 98%);
	background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5) 98%);
	padding: 16px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

._video_card_footer_,
._video_card_footer_likes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

._video_card_footer_likes {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #fff
}

._video_card_footer_likes img {
	width: 16px;
	margin-right: 4px;
	margin-top: -2px
}

._video_card_footer_small {
	padding: 8px
}

._video_card_footer_small ._video_card_footer_likes {
	font-size: 14px
}

._image_card_ {
	width: 100%;
	height: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	background-color: #161823;
	-webkit-transform: translateZ(0);
	-webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 0);
	cursor: pointer;
	overflow: hidden
}

._image_card_:hover ._image_card_playbtn_wraaper {
	visibility: visible;
	background-color: rgba(0, 0, 0, .6);
	opacity: 1
}

._image_card_:hover ._image_card_footer_wraaper {
	opacity: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

._image_card_footer_wraaper,
._image_card_playbtn_wraaper {
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	-o-transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s
}

._image_card_playbtn_wraaper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9;
	visibility: hidden;
	opacity: 0
}

._image_card_footer_wraaper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 8
}

._video_card_mute {
	width: 40px
}

._video_card_mute_left_top {
	left: 16px;
	top: 16px
}

._video_card_mute_left_bottom {
	left: 16px;
	bottom: 16px
}

._video_card_mute_right_top {
	right: 16px;
	top: 16px
}

._video_card_mute_right_bottom {
	right: 16px;
	bottom: 16px
}

._video_card_big_user_info_ {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

._video_card_big_user_info_names {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

._video_card_big_user_info_nickname {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.38;
	color: #000
}

._video_card_big_user_info_handle {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.43;
	letter-spacing: normal;
	color: rgba(0, 0, 0, .5)
}

.tiktok-loading {
	display: block;
	margin: 6px;
	background-image: url(//s16.tiktokcdn.com/tiktok/falcon/static/imagesloadingFrame.f0ac0799.png);
	background-size: 48px;
	width: 48px;
	height: 48px;
	-webkit-animation: loading 1s steps(60, start) infinite;
	animation: loading 1s steps(60, start) infinite
}

.webp .tiktok-loading {
	background-image: url(https://sf-tb-sg.ibytedtos.com/obj/ttfe-malisg/tiktok/loading-circle.webp)
}

@-webkit-keyframes loading {
	to {
		background-position-y: -2880px
	}
}

@keyframes loading {
	to {
		background-position-y: -2880px
	}
}

.tiktok-loading-small {
	display: block;
	margin: 6px;
	background-image: url(//s16.tiktokcdn.com/tiktok/falcon/static/imagesloadingFrame.f0ac0799.png);
	background-size: 32px;
	width: 32px;
	height: 32px;
	-webkit-animation: loading-small 1s steps(60, start) infinite;
	animation: loading-small 1s steps(60, start) infinite
}

.webp .tiktok-loading-small {
	background-image: url(https://sf-tb-sg.ibytedtos.com/obj/ttfe-malisg/tiktok/loading-circle.webp)
}

@-webkit-keyframes loading-small {
	to {
		background-position-y: -1920px
	}
}

@keyframes loading-small {
	to {
		background-position-y: -1920px
	}
}

._scroll_load_more_loading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

._video_card_big_comment_item_ {
	margin-bottom: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

._video_card_big_comment_item_ ._video_card_big_comment_item_ {
	display: block;
	border-left: 2px solid rgba(0, 0, 0, .06);
	padding-left: 14px
}

._video_card_big_comment_item_content {
	color: #161823;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 8px
}

._video_card_big_comment_item_name {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.43;
	margin-bottom: 4px
}

._video_card_big_comment_item_label {
	display: none
}

._video_card_big_comment_item_author label {
	display: inline-block;
	color: rgba(22, 24, 35, .5)
}

._video_card_big_comment_item_message {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 8px
}

._video_card_big_comment_item_time {
	font-size: 14px;
	line-height: 1.43;
	color: rgba(22, 24, 35, .48)
}

._video_card_big_meta_info_ {
	font-size: 16px;
	line-height: 1.25;
	color: #000;
	margin-bottom: 24px
}

._video_card_big_meta_info_title {
	font-size: 16px;
	line-height: 1.25;
	margin: 0 0 8px
}

._video_card_big_meta_info_challenge {
	color: #009ec8!important;
	margin-right: 4px
}

._video_card_big_meta_info_music {
	margin-bottom: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

._video_card_big_meta_info_music:before {
	display: block;
	content: "";
	width: 16px;
	min-width: 16px;
	height: 16px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZD0iTTUuMjIyIDEwLjc0Yy4zNjggMCAuNjY3LjMuNjY3LjY2OHYuNzRjMCAuODYtLjg3NiAxLjQwOC0xLjg1MiAxLjQwOEgyLjg1MmMtLjk3NiAwLTEuODUyLS41NDgtMS44NTItMS40MDggMC0uODYuODc2LTEuNDA3IDEuODUyLTEuNDA3aDIuMzd6TTEzIDEwLjY2OHYuNzRjMCAuODYtLjg3NiAxLjQwOC0xLjg1MiAxLjQwOEg5Ljk2M2MtLjk3NiAwLTEuODUyLS41NDctMS44NTItMS40MDdTOC45ODcgMTAgOS45NjMgMTBoMS43MDRWMy40NTRsLTUuNzc4Ljk2M3Y3LjQzNWEuNjY3LjY2NyAwIDEgMS0xLjMzMyAwdi04YzAtLjMyNi4yMzUtLjYwNC41NTctLjY1OGw3LjExLTEuMTg1YS42NjcuNjY3IDAgMCAxIC43NzcuNjU4djh6Ii8+PC9zdmc+) no-repeat 50%;
	background-size: contain;
	margin-right: 8px
}

._video_card_big_meta_info_music a {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: 400
}

._video_card_big_meta_info_count strong {
	font-weight: 400
}

._comments_ {
	position: relative;
	margin: 24px 0
}

._comments_comments_tunnel {
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
	-webkit-transform: translateZ(0)
}

._comments_comments_scroll {
	padding: 15px 3px
}

._comments_:after,
._comments_:before {
	height: 6px;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
	-webkit-transition: border-radius .3s, -webkit-box-shadow .3s;
	transition: border-radius .3s, -webkit-box-shadow .3s;
	-o-transition: border-radius .3s, box-shadow .3s;
	transition: border-radius .3s, box-shadow .3s;
	transition: border-radius .3s, box-shadow .3s, -webkit-box-shadow .3s
}

._comments_:before {
	top: -6px
}

._comments_:after {
	bottom: -6px
}

._comments_bottom:before,
._comments_middle:after,
._comments_middle:before,
._comments_top:after {
	-webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, .12);
	box-shadow: 0 0 6px 3px rgba(0, 0, 0, .12);
	border-radius: 50%
}

._global_modal_cancel {
	position: fixed;
	top: 24px;
	right: 48px;
	width: 48px;
	cursor: pointer;
	z-index: 1000
}

._global_modal_mask,
._global_modal_wrapper_content {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000
}

._global_modal_mask {
	background-color: rgba(22, 22, 22, .9)
}

._global_modal_wrapper_content {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	outline: 0
}

._global_modal_content {
	min-height: 100%;
	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
}

._share_base_btn_ {
	display: block;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	cursor: pointer
}

._share_base_btn_:hover {
	opacity: .9
}

._share_base_btn_ img {
	display: block
}

._share_base_btn_lg img {
	width: 32px
}

._share_base_btn_md img {
	width: 24px
}

._embed_ {
	width: 456px;
	height: 176px;
	border-radius: 4px
}

._embed_,
._embed_code {
	background-color: #fff;
	padding: 16px
}

._embed_code {
	display: block;
	height: 80px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, .12);
	margin-bottom: 16px;
	width: 100%
}

._embed_copy_btn {
	display: block;
	border-radius: 4px;
	background-color: #fe2c55;
	padding: 12px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	cursor: pointer
}

._share_title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
	margin: 0 0 24px
}

._share_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

._share_item {
	display: block
}

._share_lg ._share_item:not(:last-child) {
	margin-right: 24px
}

._share_md ._share_item:not(:last-child) {
	margin-right: 16px
}

._video_card_big_ {
	position: relative;
	width: 741px;
	height: 748px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 4px;
	background-color: #fff
}

._video_card_big_ * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

._video_card_big_ a {
	color: #000;
	text-decoration: none;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

._video_card_big_ a:hover {
	opacity: .8
}

._video_card_big_left {
	width: 421px;
	border-radius: 4px 0 0 4px!important
}

._video_card_big_right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 320px;
	padding: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

._video_card_big_left_arrow,
._video_card_big_right_arrow {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	width: 48px;
	cursor: pointer;
	opacity: .7;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	-o-transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s
}

._video_card_big_left_arrow:hover,
._video_card_big_right_arrow:hover {
	opacity: 1
}

._video_card_big_left_arrow {
	left: -72px
}

._video_card_big_left_arrow:hover {
	-webkit-transform: translateX(-3px);
	-ms-transform: translateX(-3px);
	transform: translateX(-3px)
}

._video_card_big_right_arrow {
	right: -72px
}

._video_card_big_right_arrow:hover {
	-webkit-transform: translateX(3px);
	-ms-transform: translateX(3px);
	transform: translateX(3px)
}

._video_card_big_comments {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden
}

._video_card_big_align_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media (max-width:991px) {
	._video_card_big_ {
		width: 648px;
		height: 582px;
		margin: 0 auto
	}
	._video_card_big_left {
		width: 328px
	}
}

._video_card_ {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(98%, rgba(0, 0, 0, .5)));
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .5) 98%);
	background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, .5) 98%);
	background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5) 98%)
}

._video_card_playbtn_wraaper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9
}

._video_card_mute {
	position: absolute;
	z-index: 9;
	width: 27px;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

._video_card_mute:hover {
	opacity: .8
}

._video_card_mute_autoshow ._video_card_mute {
	opacity: 0
}

._video_card_mute_autoshow:hover ._video_card_mute {
	opacity: 1
}

._video_card_mute_left_top {
	left: 14px;
	top: 14px
}

._video_card_mute_left_bottom {
	left: 14px;
	bottom: 14px
}

._video_card_mute_right_top {
	right: 14px;
	top: 14px
}

._video_card_mute_right_bottom {
	right: 14px;
	bottom: 14px
}

._simulation_app_meta_info_ {
	font-size: 13px;
	line-height: 1.25;
	color: #fff;
	font-weight: 400
}

._simulation_app_meta_info_title {
	font-size: 13px;
	line-height: 1.25;
	margin: 0 0 10px;
	word-wrap: break-word;
	font-weight: 400
}

._simulation_app_meta_info_challenge {
	color: #fff!important;
	margin-right: 4px;
	font-weight: 700
}

._simulation_app_meta_info_music {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

._simulation_app_meta_info_music:before {
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAArtJREFUaAXtmj9oFEEUxu8SoxBUohAlQSNiCv9UJiBWVqawEbuAoIWiYCFYpUolgo2VTRori9Q2tqJNtBNETTBeSiGBdAFjwKy/L9yeG3b2Zv/MzkWZB9/N3cy7977vvd25Y+4ajf/Emv+ijiiKxuB9Cqw2m81v0rCnhUD4JBwvJHCe58IhENsLxNzbE0LaFRbBJOlzvE4Sjombxmv7TLN1zEFWRYsrHJM2VbhM+knnQjIIq9JFKlxUzEBlIRAfJus0mAAirCofBF6tkhBEaOd4D0ZqZr1N/BXwBUyBQbDLKgkh0iPgUkSS8Fdii7iwxM60ydigeD8YnAs5o+AlLElYRGPSHcJFY1btiG37FuFWgmhMujThLIFVhZjiLjL5pE3eOWFTQs3VIaTF9TyflbCu+b66AvuOG4T4rrgtX+iIrUK+10NHfFfcli90xFYh3+uhI74rbssXOmKrkO/10BHfFbflCx2xVcj3euiI74rb8oWO2Crke72OU5TCGjg9PMGb7gIddI8DnV5mnZkdZy1lPRXSPgB/CqtbYH+KXYGJnglBxDF4LoCyx667ZKaEkOAwHnfARaA2j4F+YLKjpsmcc3P4ORGhfB0hCFBrZ8FDMARqM3LpHrjhMsGOEAJrfA2uugzeJdZZ1lxu/VEcbMajCOnb0INDW42FPHAYNE+oTzit53HM6fO2r31zax93ZZEtEKf1v/B5bPPLuf6SeEvqyE+gH2Rc2VqeQCR/jt+zPL5dfHRf/72a6Mo74MpudkmcWiLpJfAKbBcg8AHf66Dz6b/zhIkrZHgDsj4vUgQyJj4yf5lqb2WsZ07DYZRF7WbjwPQVRffUd7BMfI1mI9BtsAXK2mfeqH829N4gchrMgU2Q11o43gcHeqmgc40lSUDqCK/1Dwa12fQVRZ8D+rV2GSzS6t+MwVxU4A+ZcZNXUfQErAAAAABJRU5ErkJggg==) no-repeat 50%;
	background-size: contain
}

._simulation_app_meta_info_music a {
	margin: 0 7px;
	min-width: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #fff;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

._simulation_app_music_cover_ {
	width: 48px;
	height: 48px;
	background-image: url(data:image/png;base64,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);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	padding: 10px
}

._simulation_app_music_cover_photo {
	display: block;
	width: 100%;
	border-radius: 50%
}

._simulation_app_share_ {
	position: absolute;
	bottom: 0;
	background: #fff;
	width: 100%;
	border-radius: 10px 10px 0 0;
	padding: 15px 23px 20px;
	color: #000
}

._simulation_app_share_hidden_input {
	position: fixed;
	left: -1000px;
	top: -1000px;
	opacity: 0
}

._simulation_app_share_header {
	position: relative;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.06;
	text-align: center;
	margin-bottom: 25px
}

._simulation_app_share_cancel {
	position: absolute;
	right: 0;
	top: 0;
	width: 14px
}

._simulation_app_share_context {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

._simulation_app_share_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000
}

._simulation_app_share_item img {
	display: block;
	width: 48px;
	height: 48px;
	margin-bottom: 10px
}

._simulation_app_share_item span {
	font-size: 13px;
	line-height: 1.38;
	text-align: center
}

.__simulation_app_tools_ {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 8px 20px 0
}

.__simulation_app_tools_tip {
	position: absolute;
	font-size: 17px;
	line-height: 1.06;
	text-align: center;
	color: #fff;
	padding: 8px;
	background-color: rgba(21, 22, 25, .75);
	white-space: nowrap;
	right: 65px;
	top: 140px;
	border-radius: 3px
}

.__simulation_app_tools_tip:after {
	content: "";
	display: block;
	position: absolute;
	right: -16px;
	top: 50%;
	border: 8px solid transparent;
	border-left-color: rgba(21, 22, 25, .75);
	margin-top: -8px
}

.__simulation_app_tools_avatar {
	display: block;
	border: 1px solid #fff
}

.__simulation_app_tools_like_icon,
.__simulation_app_tools_share_icon {
	width: 40px;
	margin-bottom: 1px
}

.__simulation_app_tools_like_number,
.__simulation_app_tools_share_title {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.23;
	color: #fff
}

.__simulation_app_tools_like_number {
	margin-bottom: 15px
}

.__simulation_app_tools_share_title {
	margin-bottom: 39px
}

.__simulation_app_tools_modal {
	margin: 0 20px;
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.__simulation_app_tools_title {
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	color: #030303;
	margin-bottom: 20px
}

.__simulation_app_tools_btn_confirm {
	font-size: 15px;
	padding: 12px 0 10px;
	border-radius: 4px;
	background-color: #000;
	color: #fff;
	margin-bottom: 20px;
	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
}

.__simulation_app_tools_btn_cancel {
	font-size: 17px;
	font-weight: 400;
	color: #000
}

.__simulation_app_tools_logo {
	margin: 0 8px;
	width: 18px
}

._simulation_app_ {
	width: 100%;
	height: 100%
}

._simulation_app_uniqueId {
	font-size: 15px;
	margin-bottom: 10px;
	color: #fff;
	font-family: proxima-bold;
	display: block
}

._simulation_app_user_info {
	font-size: 13px;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 0 82px 20px 15px
}

._simulation_app_ a {
	text-decoration: none
}

.smart-bar {
	display: none
}

@media (max-width:767px) {
	.smart-bar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		left: 0;
		width: 100%;
		height: 53px;
		z-index: 999;
		padding: 10px 20px;
		background-color: #323232;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.smart-bar~._global_container {
		padding-bottom: 53px
	}
	.smart-bar .text-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0%;
		flex: 1 1 0%
	}
	.smart-bar .text-area .title {
		font-size: 14px;
		line-height: 18px
	}
	.smart-bar .text-area .desc {
		line-height: 15px;
		opacity: .5;
		font-size: 12px
	}
	.smart-bar .btn {
		min-width: 43px;
		padding: 0 5px;
		height: 27px;
		border-radius: 4px;
		background-color: #fe2b55;
		font-size: 14px;
		text-align: center;
		line-height: 27px;
		color: #fff
	}
}

._slogon_ img {
	height: 180px;
	display: block
}

._slogon_ strong {
	display: block;
	font-size: 90px;
	font-weight: 700;
	line-height: 1.06;
	color: #fff;
	font-family: sofiapro-regular, PingFangSC, sans-serif
}

@media (max-width:991px) {
	._slogon_ img {
		height: 90px
	}
	._slogon_ img,
	._slogon_ strong {
		display: inline-block;
		text-align: center
	}
	._slogon_ strong {
		font-size: 45px;
		margin: 0 10px
	}
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

@font-face {
	font-family: sofiapro-regular;
	src: url(https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-regular.otf), url(https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Regular.ttf) format("embedded-opentype");
	display: swap
}

html:lang(vi) body {
	font-family: auto
}

a {
	text-decoration: none
}

body,
html {
	/*overflow: hidden;*/
	position: relative;
	height: 100%
}

body {
	-webkit-tap-highlight-color: transparent;
	font-family: sofiapro-regular, PingFangSC, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #000000;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

._page_home_trending {
	display: block!important
}

._page_home_container {
	height: 100vh;
	overflow: hidden
}

._page_home_container,
._page_home_container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

._page_home_mobile_back {
	display: none
}

._page_home_content {
	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;
	height: 100%
}

._page_home_left {
	margin-right: 64px
}

._page_home_video {
	position: relative;
	width: 311px;
	height: 641px;
	overflow: hidden;
	border: 14px solid #252525;
	-webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .03);
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, .03)
}

._page_home_video:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 152px;
	height: 22px;
	margin-left: -76px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTIiIGhlaWdodD0iMjIiPjxwYXRoIGZpbGw9IiMyNTI1MjUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMGgxNTJjMCAxMi4xNS05Ljg1IDIyLTIyIDIySDIyQzkuODUgMjIgMCAxMi4xNSAwIDB6Ii8+PC9zdmc+) no-repeat 50%;
	background-size: contain
}

._page_home_download_wrapper {
	position: relative;
	display: inline-block
}

._page_home_download_wrapper ._download_content_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

._page_home_slogon_wrapper {
	position: relative;
	margin-bottom: 32px
}

._page_home_image_list_back {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden
}

._page_home_image_item_y {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: -90.5px;
	margin-bottom: -356px;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

._page_home_image_item_x {
	position: relative;
	cursor: pointer;
	width: 181px;
	height: 356px;
	overflow: hidden;
	border-radius: 8px;
	background-size: cover;
	background-position: 50%
}

._page_home_image_item_x:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5)
}

._page_home_image_item_y:first-child {
	left: 0;
	-webkit-animation-name: flapY1;
	animation-name: flapY1;
	-webkit-animation-duration: 27s;
	animation-duration: 27s;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

._page_home_image_item_y:first-child ._page_home_image_item_x {
	-webkit-animation-name: flapX1;
	animation-name: flapX1;
	-webkit-animation-duration: 27s;
	animation-duration: 27s;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	animation-timing-function: cubic-bezier(.455, .03, .515, .955)
}

._page_home_image_item_y:nth-child(2) {
	left: 25%;
	-webkit-animation-name: flapY1;
	animation-name: flapY1;
	-webkit-animation-duration: 39s;
	animation-duration: 39s;
	-webkit-animation-delay: 24s;
	animation-delay: 24s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

._page_home_image_item_y:nth-child(2) ._page_home_image_item_x {
	-webkit-animation-name: flapX2;
	animation-name: flapX2;
	-webkit-animation-duration: 39s;
	animation-duration: 39s;
	-webkit-animation-delay: 24s;
	animation-delay: 24s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	animation-timing-function: cubic-bezier(.455, .03, .515, .955)
}

._page_home_image_item_y:nth-child(3) {
	left: 50%;
	-webkit-animation-name: flapY1;
	animation-name: flapY1;
	-webkit-animation-duration: 33s;
	animation-duration: 33s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

._page_home_image_item_y:nth-child(3) ._page_home_image_item_x {
	-webkit-animation-name: flapX2;
	animation-name: flapX2;
	-webkit-animation-duration: 33s;
	animation-duration: 33s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	animation-timing-function: cubic-bezier(.455, .03, .515, .955)
}

._page_home_image_item_y:nth-child(4) {
	left: 75%;
	-webkit-animation-name: flapY1;
	animation-name: flapY1;
	-webkit-animation-duration: 39s;
	animation-duration: 39s;
	-webkit-animation-delay: 9s;
	animation-delay: 9s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

._page_home_image_item_y:nth-child(4) ._page_home_image_item_x {
	-webkit-animation-name: flapX2;
	animation-name: flapX2;
	-webkit-animation-duration: 39s;
	animation-duration: 39s;
	-webkit-animation-delay: 9s;
	animation-delay: 9s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	animation-timing-function: cubic-bezier(.455, .03, .515, .955)
}

._page_home_image_item_y:nth-child(5) {
	left: 100%;
	-webkit-animation-name: flapY1;
	animation-name: flapY1;
	-webkit-animation-duration: 21s;
	animation-duration: 21s;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

._page_home_image_item_y:nth-child(5) ._page_home_image_item_x {
	-webkit-animation-name: flapX3;
	animation-name: flapX3;
	-webkit-animation-duration: 21s;
	animation-duration: 21s;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	animation-timing-function: cubic-bezier(.455, .03, .515, .955)
}

._page_home_image_item_y:nth-child(6) {
	left: 0;
	-webkit-animation-name: flapY1;
	animation-name: flapY1;
	-webkit-animation-duration: 27s;
	animation-duration: 27s;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

._page_home_image_item_y:nth-child(6) ._page_home_image_item_x {
	-webkit-animation-name: flapX1;
	animation-name: flapX1;
	-webkit-animation-duration: 27s;
	animation-duration: 27s;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	animation-timing-function: cubic-bezier(.455, .03, .515, .955)
}

._page_home_image_item_y:nth-child(7) {
	left: 25%;
	-webkit-animation-name: flapY1;
	animation-name: flapY1;
	-webkit-animation-duration: 39s;
	animation-duration: 39s;
	-webkit-animation-delay: 42s;
	animation-delay: 42s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

._page_home_image_item_y:nth-child(7) ._page_home_image_item_x {
	-webkit-animation-name: flapX2;
	animation-name: flapX2;
	-webkit-animation-duration: 39s;
	animation-duration: 39s;
	-webkit-animation-delay: 42s;
	animation-delay: 42s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	animation-timing-function: cubic-bezier(.455, .03, .515, .955)
}

._page_home_image_item_y:nth-child(8) {
	left: 50%;
	-webkit-animation-name: flapY1;
	animation-name: flapY1;
	-webkit-animation-duration: 33s;
	animation-duration: 33s;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

._page_home_image_item_y:nth-child(8) ._page_home_image_item_x {
	-webkit-animation-name: flapX2;
	animation-name: flapX2;
	-webkit-animation-duration: 33s;
	animation-duration: 33s;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	animation-timing-function: cubic-bezier(.455, .03, .515, .955)
}

._page_home_image_item_y:nth-child(9) {
	left: 75%;
	-webkit-animation-name: flapY1;
	animation-name: flapY1;
	-webkit-animation-duration: 39s;
	animation-duration: 39s;
	-webkit-animation-delay: 27s;
	animation-delay: 27s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

._page_home_image_item_y:nth-child(9) ._page_home_image_item_x {
	-webkit-animation-name: flapX2;
	animation-name: flapX2;
	-webkit-animation-duration: 39s;
	animation-duration: 39s;
	-webkit-animation-delay: 27s;
	animation-delay: 27s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	animation-timing-function: cubic-bezier(.455, .03, .515, .955)
}

._page_home_image_item_y:nth-child(10) {
	left: 100%;
	-webkit-animation-name: flapY1;
	animation-name: flapY1;
	-webkit-animation-duration: 21s;
	animation-duration: 21s;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

._page_home_image_item_y:nth-child(10) ._page_home_image_item_x {
	-webkit-animation-name: flapX3;
	animation-name: flapX3;
	-webkit-animation-duration: 21s;
	animation-duration: 21s;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	animation-timing-function: cubic-bezier(.455, .03, .515, .955)
}

@media (max-width:991px) {
	._page_home_image_list_back,
	._page_home_left {
		display: none
	}
	._page_home_right {
		text-align: center
	}
	._page_home_slogon_wrapper {
		max-width: 400px;
		margin-bottom: 48px
	}
	._page_home_mobile_back {
		display: block;
		position: absolute;
		left: 0;
		right: 0
	}
	._page_home_download_wrapper ._download_content_wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@-webkit-keyframes flapY1 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		-webkit-transform: translateY(-500%);
		transform: translateY(-500%)
	}
}

@keyframes flapY1 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		-webkit-transform: translateY(-500%);
		transform: translateY(-500%)
	}
}

@-webkit-keyframes flapX1 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes flapX1 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes flapX2 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	25% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%)
	}
	50% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	75% {
		-webkit-transform: translateX(25%);
		transform: translateX(25%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes flapX2 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	25% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%)
	}
	50% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	75% {
		-webkit-transform: translateX(25%);
		transform: translateX(25%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes flapX3 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes flapX3 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}