* {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

html {
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
}
::-webkit-scrollbar {
  display: none;
}
::-webkit-scrollbar-track {
  display: none;
}
::-webkit-scrollbar-thumb {
 display: none;
}
body {
	font-family: PingFangSC-Medium, Microsoft JhengHei, Source Sans Pro, sans-serif;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent
}

@media screen and (max-width:999px) {
	html {
		font-size: 14px
	}
}

@media screen and (max-width:320px) {
	html {
		font-size: 12px
	}
}

.video-group:not(:last-of-type) {
	margin-bottom: 10px
}

.video-group .outer {
	padding: 10px;
	background: #fff
}

.video-group .title-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px
}

.video-group .title-content h3 {
	font-size: 16px;
	color: #999
}

.video-group .title-content .right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	color: #999;
	font-size: 14px
}

.video-group .video-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px
}

.video-group .video-wrap.long .col-style.horizontal .videoBox .videoBox-content {
	padding-bottom: 66.76470588%
}

.video-group .video-wrap.long .col-style.vertical .videoBox .videoBox-content {
	padding-bottom: 143.030303%
}

.video-group .video-wrap.long .col-style .videoBox .videoBox-info h4 {
	text-overflow: ellipsis;
	white-space: nowrap
}

.video-group .video-wrap.short .col-style .videoBox .videoBox-info h4 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	white-space: normal;
	/*! autoprefixer: off */
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical
}

.video-group .video-wrap.actor .col-style {
	padding: 0 15px 10px
}

.video-group .video-wrap.actor .col-style .videoBox .videoBox-content,
.video-group .video-wrap.actor .col-style .videoBox .videoBox-content .videoBox-cover {
	border-radius: 50%
}

.video-group .video-wrap.actor .col-style .videoBox .videoBox-info {
	margin-top: 20px
}

.video-group .video-wrap.actor .col-style .videoBox .videoBox-info h4 {
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center
}

.video-group .video-wrap.category .col-style .videoBox .videoBox-info h4 {
	text-align: center
}

.video-group .video-wrap .col-style {
	position: relative;
	padding: 0 5px 10px
}

.video-group .video-wrap .col-style.col-style-1 {
	width: 100%
}

.video-group .video-wrap .col-style.col-style-2 {
	width: 50%
}

.video-group .video-wrap .col-style.col-style-3 {
	width: 33.33333%
}

.video-group .video-wrap .col-style.col-style-4 {
	width: 25%
}

.video-group .video-wrap .col-style.horizontal .videoBox .videoBox-content {
	padding-bottom: 67.25%
}

.video-group .video-wrap .col-style.vertical .videoBox .videoBox-content {
	padding-bottom: 45.5%
}

.video-group .video-wrap .col-style.square .videoBox .videoBox-content {
	padding-bottom: 100%
}

.video-group .video-wrap .col-style.hide {
	display: none
}

.video-group .video-wrap .col-style.ad .videoBox .videoBox-content {
	padding-bottom: 50% !important
}

.video-group .video-wrap .col-style .videoBox .videoBox-content {
	position: relative;
	height: 0;
	background-color: #ddd;
	border-radius: 10px
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .videoBox-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .collect {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 25px;
	height: 25px;
	background-image: url(../img/collect_btn.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .collect.active {
	background-image: url(../img/collect_btn_active.png)
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .actorBtn {
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 30px;
	background-image: url(../img/collect_actor.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .actorBtn.active {
	background-image: url(../img/collect_actor_active.png)
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .videoBox-bottom {
	position: absolute;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 5px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 12px
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .videoBox-bottom .tag_con {
	display: -ms-flexbox;
	display: flex
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .videoBox-bottom .tag_con .kind {
	width: 20px;
	height: 20px;
	margin-left: 5px;
	line-height: 20px;
	text-align: center;
	border-radius: 5px
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .videoBox-bottom .tag_con .kind.ch {
	background-color: #1875ec
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .videoBox-bottom .tag_con .kind.pi {
	background-color: #9013fe
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .video-tag {
	padding: 25px 2px 3px 4px;
	position: absolute;
	top: 5px;
	left: 5px;
	color: #28ee07;
	text-align: center;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1px;
	border-radius: 5px
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .video-tag.allfree {
	background: #f5515f
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .video-tag.free {
	background: linear-gradient(90deg, #fad961, #f76b1c)
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .video-tag.new {
	background: #43a047
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .video-tag.cate {
	background: linear-gradient(90deg, #f35e44, #dd0e3a)
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .video-tag.vip {
	background: #580c0c8a
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .video-tag.first {
	background: #e85151
}

.video-group .video-wrap .col-style .videoBox .videoBox-info {
	margin-top: 8px
}

.video-group .video-wrap .col-style .videoBox .videoBox-info h4 {
	color: #999;
	overflow: hidden
}

.video-group .video-wrap .col-style .actorBox {
	margin-top: 5px
}

.video-group .video-wrap .col-style .actorBox .actorBox-content {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*! autoprefixer: off */
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	white-space: normal;
	color: #999;
	font-weight: 300;
	overflow: hidden;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis
}

.video-group .video-wrap .col-style .actorBox .actorBox-content span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #ccc
}

.video-group .video-wrap .col-style .collects {
	color: #e55982;
	text-align: center
}

.tab-wrapper header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	max-width: 520px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	z-index: 10
}

.tab-wrapper header .cube-tab-bar {
	height: 40px;
	line-height: 40px
}

.cube-tab_active, .cube-tab_active:link {
    position: relative;
}
.cube-tab_active:after{
	content: "";
	height: 5px;
	position: absolute;
	bottom: 0;
	border-radius: 10px;
	background-image: linear-gradient(150deg, #ff6f61, #e55982 100%);
	transition: all .2s;
}

.cube-tab_active :hover:after,.cube-tab_active.on:after{
	left: 0%;
	width: 100%;
}

.tab-wrapper header .cube-tab-bar .cube-tab {
	padding: 0;
	color: #999;
	font-size: 16px;
	font-weight: 500;
	opacity: .5
}

.tab-wrapper header .cube-tab-bar .cube-tab_active {
	color: #e55982;
	opacity: 1
}

.tab-wrapper header .cube-tab-bar .cube-tab-bar-slider {
	height: 5px;
	border-radius: 10px;
	background-image: linear-gradient(150deg, #ff6f61, #e55982 100%)
}

.section .cube-tab-bar-slider {
	background-color: #e55982
}

.top-content {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 520px;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	background: #fff;
	z-index: 2
}

.top-content.rel {
	position: relative
}

.top-content h3 {
	font-size: 16px;
	font-weight: 500;
	color: #999
}

.top-content .btn {
	position: absolute;
	left: 10px;
	width: 25px;
	height: 25px;
	background-image: url(../img/chevron_left.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.top-content .right-btn,
.top-content i {
	position: absolute;
	right: 15px;
	color: #999
}

.top-content i {
	top: 50%;
	font-size: 16px;
	transform: translateY(-50%)
}

.main-content {
	/*position: fixed;*/
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 520px;
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 4rem;
	background: #fff
}


.main-content.top {
	padding-top: 85px
}

.main-content.top1 {
	padding-top: 130px
}

.main-content.top3 {
	padding-top: 0px
}

.main-content.fu-color {
	background-image: linear-gradient(150deg, #ff6f61, #e55982)
}

.main-content.fu-color .outer {
	border-radius: 10px
}

.main-content.gray {
	background: #f7f7f7
}

.main-content.announcement-block {
	padding-top: 152px
}

.main-content.normal-block {
	padding-top: 80px
}

.tag-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px
}

.tag-content .tag {
	width: calc((100% - 40px) / 4);
	height: 30px;
	line-height: 30px;
	margin: 0 5px 10px;
	border: 1px solid;
	border-radius: 50px;
	padding: 0 5px;
	color: #e55982;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.static-content {
	line-height: 1.5;
	white-space: normal;
	color: #999
}

.static-content h3 {
	font-size: 16px;
	margin-bottom: 5px
}

.static-content p:not(:last-of-type) {
	margin-bottom: 20px
}

.static-content>div {
	margin-bottom: 10px
}

.cube-pullup-wrapper {
	color: #999;
	background: #fff
}

.bottom-popup .cube-popup-container.cube-popup-center .cube-popup-content {
	top: -10%
}

.cube-popup-content .cube-dialog-main {
	border-radius: 10px;
	max-width: 310px;
	min-width: 270px;
	width: 100%
}

.cube-popup-content .cube-dialog-main .cube-dialog-title .info-title {
	padding: 20px 5px 10px
}

.cube-popup-content .cube-dialog-main .cube-dialog-title .report-title {
	height: 50px;
	margin: 0;
	padding-left: 20px;
	border-bottom: 1px solid #999;
	line-height: 50px;
	text-align: left;
	font-size: 18px
}

.cube-popup-content .cube-dialog-main .cube-dialog-title+.cube-dialog-content {
	margin: 0
}

.cube-popup-content .cube-dialog-main .cube-dialog-title+.cube-dialog-content .cube-dialog-content-def {
	padding: 0
}

.cube-popup-content .cube-dialog-main .cube-dialog-title+.cube-dialog-content .cube-dialog-content-def>p {
	display: block
}

.cube-popup-content .cube-dialog-main .cube-dialog-title+.cube-dialog-content .cube-dialog-content-def .info {
	padding: 10px;
	border-bottom: 1px solid #999
}

.cube-popup-content .cube-dialog-main .cube-dialog-title .congratulation-title {
	padding: 20px;
	text-align: left
}

.cube-popup-content .cube-dialog-main .cube-dialog-title .clear-history-text {
	padding: 20px;
	text-align: center
}

.cube-popup-content .cube-dialog-main .cube-dialog-content .info-des {
	padding: 0 20px;
	text-align: center;
	color: rgba(0, 0, 0, .5)
}

.cube-popup-content .cube-dialog-main .cube-dialog-content .info-des:last-of-type {
	margin-bottom: 15px
}

.cube-popup-content .cube-dialog-main .cube-dialog-content .info-des.left {
	text-align: left
}

.cube-popup-content .cube-dialog-main .cube-dialog-content .congratulation-content {
	padding: 0 20px;
	text-align: left
}

.cube-popup-content .cube-dialog-main .cube-dialog-content .congratulation-content:nth-child(2) {
	margin-bottom: 24px
}

.cube-popup-content .cube-dialog-main .cube-dialog-btns {
	border-top: 1px solid #999
}

.cube-popup-content .cube-dialog-main .cube-dialog-btns .cube-dialog-btn {
	position: relative;
	padding: 15px 10px
}

.cube-popup-content .cube-dialog-main .cube-dialog-btns .cube-dialog-btn:before {
	content: "";
	position: absolute;
	top: 20%;
	right: 0;
	width: 1px;
	height: 60%;
	background: #999
}

.cube-popup-content .cube-dialog-main .cube-dialog-btns .cube-dialog-btn:first-of-type {
	color: rgba(0, 0, 0, .5)
}

.cube-popup-content .cube-dialog-main .cube-dialog-btns .cube-dialog-btn.cube-dialog-btn_highlight {
	color: #e55982
}

.cube-popup-content .cube-dialog-main .cube-dialog-btns .cube-dialog-btn.cube-dialog-btn_highlight:before {
	display: none
}

.cube-popup-content .cube-dialog-main .cube-dialog-btns .cube-dialog-btn:nth-child(2) {
	border-left: 1px solid #999
}

.radio {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	line-height: 50px;
	font-size: 16px
}

.radio:not(:last-of-type) {
	border-bottom: 1px solid #999
}

.radio input[type=radio] {
	display: none
}

.radio input[type=radio]:checked~label:before {
	border-color: #e55982
}

.radio input[type=radio]:checked~label:after {
	transform: scale(1)
}

.radio input[type=radio]~label {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	color: #999
}

.radio input[type=radio]~label:after,
.radio input[type=radio]~label:before {
	content: "";
	position: absolute;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: all .3s ease
}

.radio input[type=radio]~label:before {
	top: 50%;
	right: 20px;
	width: 16px;
	height: 16px;
	border: 2px solid #999;
	background: #fff
}

.radio input[type=radio]~label:after {
	top: calc(50% - 5px);
	right: 25px;
	width: 10px;
	height: 10px;
	background: #e55982;
	transform: scale(0)
}

.radio input[type=text] {
	height: 60%;
	margin: 0 20px;
	border: 1px solid #dfdfdf;
	padding: 0 5px;
	outline: none;
	z-index: 1;
	-webkit-appearance: none
}

.radio.no-radio .text {
	margin-left: 20px;
	color: #999
}

.radio.no-radio input[type=radio]~label {
	display: none
}

.radio.no-radio input[type=text] {
	margin: 0 20px 0 5px
}

.form-content {
	padding: 10px;
	color: #999
}

.form-content input {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #d0d0d0;
	padding: 0 5px;
	font-size: 16px;
	outline: none
}

.form-content input::-webkit-input-placeholder {
	color: #d0d0d0
}

.form-content input::-ms-input-placeholder {
	color: #d0d0d0
}

.form-content input::placeholder {
	color: #d0d0d0
}

.form-content .form-btn {
	border-radius: 50px;
	margin-top: 10px
}

.form-btn {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-image: linear-gradient(150deg, #ff6f61, #e55982);
	color: #fff;
	text-align: center;
	font-size: 16px;
	outline: none
}

.form-bottom-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: #999
}

.form-bottom-content p {
	margin: 0 10px
}

.form-bottom-content span {
	color: #e55982;
	text-decoration: underline
}
.form-bottom-content a {
	color: #e55982;
	text-decoration: underline
}

.form-sub-content {
	display: -ms-flexbox;
	display: flex
}

.form-sub-content .sm-btn {
	width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 50px;
	background: #ccc;
	color: #fff;
	text-align: center
}

.form-sub-content .sm-btntwo {
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #ccc;
	color: #fff;
	text-align: center
}

.form-sub-content .sm-btn.active {
	background-image: linear-gradient(150deg, #ff6f61, #e55982)
}


.announce-pop .cube-popup-mask {
	opacity: .6
}

.custom-scrollNavBar .cube-scroll-list-wrapper {
	min-height: 40px
}

.custom-scrollNavBar .cube-scroll-nav-bar-items {
	display: -ms-flexbox;
	display: flex
}

.custom-scrollNavBar .cube-scroll-nav-bar-items .cube-scroll-nav-bar-item {
	-ms-flex: 1;
	flex: 1;
	flex: 0 0 auto;
	padding: 10px 15px;
	font-size: 20px;
	font-weight: 500;
	color: #999;
	opacity: .5;
	width: 20vw
}

@media screen and (min-width:520px) {
	.custom-scrollNavBar .cube-scroll-nav-bar-items .cube-scroll-nav-bar-item {
		width: 104px
	}
}

.custom-scrollNavBar .cube-scroll-nav-bar-items .cube-scroll-nav-bar-item_active {
	-ms-flex: 1;
	/*flex: 1;*/
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 500;
	color: #e55982;
	opacity: 1;
	position: relative
}

.custom-scrollNavBar .cube-scroll-nav-bar-items .cube-scroll-nav-bar-item_active:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-image: linear-gradient(150deg, #ff6f61, #e55982 100%);
}

.background-scroll .cube-scroll-list-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

@supports (padding-bottom:constant(safe-area-inset-bottom)) {
	.main-content {
		padding-bottom: calc(4rem + constant(safe-area-inset-bottom))
	}
}

@supports (padding-bottom:env(safe-area-inset-bottom)) {
	.main-content {
		padding-bottom: calc(4rem + env(safe-area-inset-bottom))
	}
}

.install-title {
	padding: 20px 24px;
	text-align: left
}

.install-des {
	padding: 0 24px;
	color: #999
}

.install-des:nth-child(2) {
	padding-bottom: 24px
}

.buy-container {
	padding: 24px 16px
}

.buy-container .buy-title {
	text-align: left;
	font-size: 16px
}

.buy-container .buy-content {
	padding: 16px 0 12px;
	color: #999;
	font-size: 14px;
	text-align: left;
	line-height: 1.5
}

#app {
	position: relative
}

#bg_container,
#container {
	position: relative;
	max-width: 520px;
	width: 100%;
	/*height: 100vh;*/
	margin: 0 auto;
	box-shadow: 0 0 3px #ccc;
	/*overflow: hidden*/
}
#containertwo {
	position: relative;
	max-width: 520px;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	box-shadow: 0 0 3px #ccc;
	overflow: hidden
}
.fade-leave-active {
	transition: all .5s
}

.fade-leave-to {
	transform: scale(1.05);
	opacity: 0;
	visibility: hidden
}

#menu {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	max-width: 520px;
	width: 100%;
	height: 4rem;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
	z-index: 1000
}

#menu>.menu-item,
#menu {
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center
}

#menu>.menu-item {
	-ms-flex: 1;
	flex: 1;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

#menu>.menu-item .img {
	width: 25px;
	height: 25px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

#menu>.menu-item .text {
	font-size: 12px;
	font-weight: 500;
	color: #333
}

#menu>.menu-item.active .text {
	color: #e55982
}

#menu>.menu-item.active.long .img {
	background-image: url(../img/short_active.png)
}

#menu>.menu-item.active.short .img {
	background-image: url(../img/long_active.png)
}

#menu>.menu-item.active.category .img {
	background-image: url(../img/category_active.png)
}

#menu>.menu-item.active.collect .img {
	background-image: url(../img/collect_active.png)
}

#menu>.menu-item.active.member .img {
	background-image: url(../img/member_active.png)
}

#menu>.menu-item.long .img {
	background-image: url(../img/short.png)
}

#menu>.menu-item.short .img {
	background-image: url(../img/long.png)
}

#menu>.menu-item.category .img {
	background-image: url(../img/category.png)
}

#menu>.menu-item.collect .img {
	background-image: url(../img/collect.png)
}

#menu>.menu-item.member .img {
	background-image: url(../img/member.png)
}

@supports (bottom:constant(safe-area-inset-bottom)) {
	#menu {
		height: calc(4rem + constant(safe-area-inset-bottom));
		padding-bottom: constant(safe-area-inset-bottom)
	}
}

@supports (bottom:env(safe-area-inset-bottom)) {
	#menu {
		height: calc(4rem + env(safe-area-inset-bottom));
		padding-bottom: env(safe-area-inset-bottom)
	}
}

.advertising_container[data-v-7bf3d2cf] {
	padding: 10px;
	position: absolute;
	left: 50%;
	bottom: calc(4rem + env(safe-area-inset-bottom));
	transform: translate(-50%);
	-ms-flex-align: start;
	align-items: flex-start;
	background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
	z-index: 10
}

.advertising_box[data-v-7bf3d2cf],
.advertising_container[data-v-7bf3d2cf] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%
}

.advertising_box[data-v-7bf3d2cf] {
	position: relative;
	-ms-flex-align: center;
	align-items: center;
	max-width: 500px;
	max-height: 90px;
	border-radius: 8px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
	overflow: hidden
}

.advertising_image[data-v-7bf3d2cf] {
	width: 100%;
	height: 100%
}

.close[data-v-7bf3d2cf] {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 30px;
	height: 30px;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 50%;
	overflow: hidden
}

.close span[data-v-7bf3d2cf] {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.close span[data-v-7bf3d2cf]:after,
.close span[data-v-7bf3d2cf]:before {
	content: "";
	margin-left: 5px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 70%;
	height: 4px;
	background: #fff
}

.close span[data-v-7bf3d2cf]:before {
	transform: rotate(45deg)
}

.close span[data-v-7bf3d2cf]:after {
	transform: rotate(-45deg)
}

#dragger {
	position: absolute;
	z-index: 1001;
	transition: right .3s ease-in-out;
	overflow: hidden
}

#dragger img {
	width: 80px
}

#dragger .first-order,
#dragger .repeat-order,
#dragger .reture-order2 {
	width: 120px;
	height: 120px
}

.loading-pop[data-v-e4650a42] {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

.loading[data-v-e4650a42] {
	margin: 0 auto;
	position: relative;
	max-width: 520px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(242, 103, 113, .24), rgba(242, 103, 113, .08) 75%)
}

.loading__wrapper[data-v-e4650a42] {
	position: absolute;
	left: 50%;
	bottom: 2rem;
	transform: translate(-50%);
	width: 100%;
	text-align: center
}

.loading .loading-text[data-v-e4650a42] {
	margin-bottom: 32px;
	font-size: 14px
}

.loading .version[data-v-e4650a42] {
	color: rgba(0, 0, 0, .38);
	font-size: 12px
}

.background-picture[data-v-e4650a42] {
	top: -5%;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
	height: 100%;
	background-image: url(../img/background-loading.png);
	background-size: contain
}

.background-picture[data-v-e4650a42],
.service__mail[data-v-e4650a42] {
	position: absolute;
	background-repeat: no-repeat;
	background-position: 50%
}

.service__mail[data-v-e4650a42] {
	right: 20px;
	bottom: 2rem;
	width: 44px;
	height: 44px;
	background-color: #fff;
	border-radius: 50%;
	background-image: url(../svg/black-service-mail.svg);
	background-size: 246x
}

.aq-pop[data-v-3e1411a2] {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	max-width: 520px;
	margin: 0 auto;
	z-index: 50
}

.aq-pop .aq-link[data-v-3e1411a2] {
	display: block;
	width: 100%;
	height: 100%
}

.aq-pop img[data-v-3e1411a2] {
	width: 100%;
	height: 100%
}

.aq-pop .num[data-v-3e1411a2] {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	border-radius: 50px;
	background: rgba(0, 0, 0, .5)
}

.aq-pop .load-icon[data-v-3e1411a2] {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column
}

.aq-pop .load-icon span[data-v-3e1411a2] {
	font-size: 16px;
	font-weight: 500;
	margin-top: 10px
}

.aq-pop .backdrop[data-v-3e1411a2] {
	position: absolute;
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%
}

.aq-pop .default-background[data-v-3e1411a2] {
	position: absolute;
	z-index: -1
}

.home-pop[data-v-b13b09c0] {
	position: fixed;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 100%;
	padding: 20px 10px;
	background-color: rgba(0, 0, 0, .6);
	z-index: 5000
}

.home-pop .add-tips[data-v-b13b09c0],
.home-pop[data-v-b13b09c0] {
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%
}

.home-pop .add-tips[data-v-b13b09c0] {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	max-width: 520px;
	padding: 8px;
	border-radius: 5px;
	background: #fff;
	color: #4a4a4a
}

.home-pop .add-tips[data-v-b13b09c0]:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 15px 0;
	border-color: #fff transparent transparent;
	transform: translateX(-50%)
}

.home-pop .add-tips img[data-v-b13b09c0] {
	margin: 0 5px
}

.home-pop .add-tips .logo[data-v-b13b09c0] {
	width: 25px;
	border-radius: 5px
}

.home-pop .add-tips .share[data-v-b13b09c0] {
	width: 18px
}

.cube-popup {
	max-width: 520px;
	margin: 0 auto
}

.announce-pop .cube-popup-container .cube-popup-content {
	width: 100%
}

.announce-pop .popup-main {
	max-width: 400px;
	width: 80%;
	margin: 0 auto;
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
	overflow: hidden
}

.announce-pop .popup-main .popup-title {
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-size: 1.5rem;
	background-image: url(../img/mask.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom
}

.announce-pop .popup-main .popup-content {
	padding: 5px 20px 10px;
	max-height: 360px;
	text-align: left;
	overflow: auto
}

.announce-pop .popup-main .popup-content a {
	display: block;
	text-decoration: underline;
	color: #999
}

.announce-pop .popup-main .popup-content .link {
	margin-bottom: 20px;
	color: #e55982
}

.announce-pop .popup-main .popup-content p {
	margin-bottom: 5px;
	color: #999;
	line-height: 1.5
}

.announce-pop .popup-main .popup-content img {
	width: 100%
}

.announce-pop .popup-main .popup-btn {
	padding: 15px 10px;
	border-top: 1px solid #a0a0a0;
	line-height: 1;
	color: #e55982
}

.announce-pop .popup-main .daily-popup-btn {
	padding: 15px 10px;
	line-height: 1;
	color: #fff;
	background-image: linear-gradient(99deg, #ff6f61, #e55982)
}

.popup-content-row {
	margin-bottom: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.popup-content-row-image {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.exchange-btn {
	margin-bottom: 25px
}

.exchange-btn,
.no-checkin {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.no-checkin {
	margin-top: 14px;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 1px #000
}

.no-checkin img {
	margin-right: 10px;
	width: 20px;
	height: 20px
}

.forever-pop {
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .9);
	z-index: 5000
}

.forever-pop .forever-wrap,
.forever-pop {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 520px
}

.forever-pop .forever-wrap {
	padding: 20px 40px;
	color: #fff
}

.forever-pop .forever-wrap .title {
	font-size: 1.7rem;
	font-weight: 500
}

.forever-pop .forever-wrap .info-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 20px 0;
	padding: 30px 40px;
	border-radius: 10px;
	background-image: linear-gradient(143deg, #ff6f61, #e55982 100%);
	font-size: 1.5rem;
	text-align: center
}

.forever-pop .forever-wrap .info-wrap .qrcode {
	max-width: 250px;
	width: 100%;
	margin: 10px 0
}

.forever-pop .forever-wrap .info-wrap a {
	text-decoration: underline;
	color: #f8e71c
}

.forever-pop i {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 2rem;
	color: #fff
}

.btn-content.info {
	position: fixed;
	bottom: 4rem;
	display: -ms-flexbox;
	display: flex;
	max-width: 520px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center
}

.btn-content .btn.info {
	position: relative;
	-ms-flex: 1;
	flex: 1;
	background: #eee;
	color: #666
}

.btn-content .btn.info:first-of-type:before {
	content: "";
	position: absolute;
	top: 25%;
	right: 0;
	width: 1px;
	height: 50%;
	background: #999
}

.search-wrap {
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	margin-bottom: 10px;
	padding: 10px 10px 0
}

.search-wrap .search-bar {
	-ms-flex: 1;
	flex: 1;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	border-radius: 50px;
	padding: 0 10px;
	color: #999;
	background-color: rgba(242, 103, 113, .12)
}

.search-wrap .search-bar i {
	font-size: 12px
}

.search-wrap .search-bar span {
	margin-left: 10px;
	font-size: 12px
}

.search-wrap .btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 10px;
	padding: 0 10px;
	color: rgba(0, 0, 0, .38);
	font-weight: 400;
	text-align: center;
	border-radius: 50px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .16);
	background-color: #fff
}

.search-wrap .btn i {
	margin-left: 5px
}

.announce-wrap {
	position: fixed;
	top: 126px;
	z-index: 500;
	margin-bottom: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px;
	max-width: 520px;
	width: 100%;
	background: rgba(0, 0, 0, .5)
}

.announce-wrap .link {
	width: 100%;
	margin-right: 10px;
	color: #ffeb00;
	font-weight: 700;
	white-space: pre-wrap
}

.announce-wrap i {
	margin-left: auto;
	color: #999;
	font-size: 16px
}

.aq-scroll .aq-box {
	padding: 0 10px
}

.aq-scroll .aq-box-content {
	position: relative;
	height: 0;
	padding-bottom: 50%;
	background-color: #ddd;
	border-radius: 10px
}

.aq-scroll .aq-box-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px
}

.aq-scroll .aq-box-title {
	margin-top: 8px;
	color: #999;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.aq-scroll .cube-slide-dots {
	bottom: 35px
}

.aq-scroll .cube-slide-dots span {
	margin: 0 3px;
	width: 5px;
	height: 5px;
	border-radius: 50px;
	background: rgba(0, 0, 0, .5)
}

.aq-scroll .cube-slide-dots span.active {
	width: 20px;
	background: #fff
}

.loading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	min-height: 150px;
	color: #fff
}

.loading>div {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 64px;
	height: 64px
}

.loading>div .circle {
	position: absolute;
	top: 27px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #e55982;
	animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.loading>div .circle:first-child {
	left: 6px;
	animation: c-1-data-v-f3d4ebf0 .6s infinite
}

.loading>div .circle:nth-child(2) {
	left: 6px;
	animation: c-2-data-v-f3d4ebf0 .6s infinite
}

.loading>div .circle:nth-child(3) {
	left: 26px;
	animation: c-2-data-v-f3d4ebf0 .6s infinite
}

.loading>div .circle:nth-child(4) {
	left: 45px;
	animation: c-3-data-v-f3d4ebf0 .6s infinite
}

@keyframes c-1-data-v-f3d4ebf0 {
	0% {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

@keyframes c-2-data-v-f3d4ebf0 {
	0% {
		transform: translate(0)
	}

	to {
		transform: translate(19px)
	}
}

@keyframes c-3-data-v-f3d4ebf0 {
	0% {
		transform: scale(1)
	}

	to {
		transform: scale(0)
	}
}

.no-data-content {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff
}

.no-data-content img {
	width: 180px
}

.no-data-content .info {
	margin-top: 20px;
	text-align: center;
	color: #999
}

.no-data-content .info .btn {
	width: 150px;
	margin: 10px auto 0;
	border-radius: 50px;
	padding: 5px 10px;
	background-image: linear-gradient(90deg, #ff6f61, #e55982);
	color: #fff
}

.aq-scroll-full {
	margin-top: -10px
}

.aq-scroll-full.slide-dots-white .cube-slide-dots {
	bottom: 0;
	height: 25px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.aq-scroll-full.slide-dots-white .cube-slide-dots span {
	background: #fff
}

.aq-scroll-full.slide-dots-white .cube-slide-dots span.active {
	width: 20px;
	background: #e85151
}

.aq-scroll-full .aq-box {
	padding: 0 10px
}

.aq-scroll-full .aq-box-content {
	position: relative;
	height: 0;
	padding-bottom: 67.25%;
	background-color: #ddd;
	border-radius: 10px
}

.aq-scroll-full .aq-box-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	background-size: contain
}

.aq-scroll-full .aq-box-title {
	padding-top: 4px;
	padding-left: 4px;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: linear-gradient(transparent, rgba(0, 0, 0, .6))
}

.aq-scroll-full .aq-box-cover2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.aq-scroll-full .cube-slide-dots {
	bottom: 35px
}

.aq-scroll-full .cube-slide-dots span {
	margin: 0 3px;
	height: 5px;
	width: 5px;
	border-radius: 50px;
	background: rgba(0, 0, 0, .5)
}

.aq-scroll-full .cube-slide-dots span.active {
	width: 20px;
	background: rgba(0, 0, 0, .5)
}

.aq-video-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.tab-top-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	background-image: linear-gradient(150deg, #ff6f61, #e55982);
	z-index: 2
}

.tab-top-content img {
	height: 25px
}

.tab-top-content .right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto
}

.tab-top-content .right .btn {
	margin-left: 10px;
	border: 2px solid hsla(0, 0%, 100%, .8);
	border-radius: 50px;
	padding: 2px 7px;
	color: #fff
}

.tab-top-content .right .btn.btn_forever {
	color: #f8e71c;
	border-color: #f8e71c
}

@media screen and (max-width:320px) {
	.tab-top-content .right .btn {
		padding: 2px 5px
	}
}

.videosBox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column
}

.videosBox .video-wrap {
	width: 100%
}

.video-horizontal-wrap .video-wrap .col-style.col-style-3 {
	max-width: 200px;
	width: 37.03704vw !important
}

.video-group .video-wrap.actor .col-style.col-style-4 {
	width: 86px !important;
	padding: 0 10px 0 5px
}

.actor-visited {
	margin-top: 5px;
	border: 2px solid #fff
}

.actor-new {
	margin-top: 5px;
	border: 2px solid #e55982
}

.video-wrap.actor {
	padding: 0
}

.videoBox-name {
	margin-top: 4px;
	text-align: center
}

.videoBox-name h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.actor-border {
	box-shadow: 1px 0 2px 1px rgba(0, 0, 0, .3)
}

.backgrop[data-v-3055c398] {
	position: fixed;
	height: 100%;
	max-width: 520px;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1000
}

.tag-container[data-v-3055c398] {
	position: fixed;
	bottom: calc(4rem + env(safe-area-inset-bottom));
	padding: 20px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 520px;
	z-index: 1000;
	background-color: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px
}

.tag-container[data-v-3055c398],
.tag-title[data-v-3055c398] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

.tag-title[data-v-3055c398] {
	margin-bottom: 6px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 400
}

.tag-title i[data-v-3055c398] {
	font-style: normal;
	color: gray
}

.tag-desc[data-v-3055c398] {
	margin-bottom: 6px;
	width: 100%;
	font-size: 13px;
	text-align: left;
	color: #999
}

.tag-options[data-v-3055c398] {
	margin-top: 15px;
	margin-bottom: 20px;
	display: grid;
	grid-template-columns: auto auto auto auto;
	column-gap: 10px;
	row-gap: 10px;
	width: 100%
}

.tag-options .tag-option[data-v-3055c398] {
	padding: 4px;
	text-align: center;
	color: #e85151;
	border: 1px solid #e85151;
	border-radius: 25px
}

.tag-options .tag-option.selected[data-v-3055c398] {
	color: #fff;
	background-color: #e85151;
	border: 1px solid #e85151
}

.tag-options .tag-option.disabled[data-v-3055c398] {
	color: #ccc;
	border: 1px solid #ccc
}

.tag-control[data-v-3055c398] {
	padding: 10px 0;
	width: 100%;
	text-align: center
}

.tag-control button[data-v-3055c398] {
	padding: 10px;
	width: 60%;
	font-size: 16px;
	color: #fff;
	background-image: linear-gradient(100deg, #ff6f61, #e55982 100%);
	outline: none;
	border: none;
	border-radius: 25px
}

.tag-control .disabled[data-v-3055c398],
.tag-control button[data-v-3055c398] {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5)
}

.tag-control .disabled[data-v-3055c398] {
	background-image: linear-gradient(100deg, #ccc, #ccc 100%)
}

.cube-extend-popup .cube-extend-popup-content[data-v-3055c398] {
	padding: 10px 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	background-color: rgba(0, 0, 0, .8)
}

.cube-extend-popup .cube-extend-popup-content img[data-v-3055c398] {
	margin: 0 10px 0 0;
	width: 30px;
	height: 30px
}

.main-content .video-group.actor {
	margin-bottom: 0
}

.main-content .video-group .actor-info {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 20px;
	border-radius: 10px;
	background: #ddd;
	z-index: 1
}

.main-content .video-group .actor-info .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	filter: brightness(.6) blur(1px);
	z-index: -1
}

.main-content .video-group .actor-info .img {
	width: 80px;
	height: 80px;
	border-radius: 50px;
	border: 2px solid #fff;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.main-content .video-group .actor-info .info {
	margin-left: 20px;
	color: #fff
}

.main-content .video-group .actor-info .info p:not(:last-of-type) {
	margin-bottom: 10px
}

.main-content .video-group .actor-info .btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 80px;
	height: 25px;
	margin: 0 5px 0 auto;
	border: 1px solid #fff;
	border-radius: 50px;
	color: #999;
	background: #fff;
	text-align: center;
	font-size: 12px
}

.main-content .video-group .actor-info .btn i {
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background-image: url(../img/collect_actor1.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.main-content .video-group .actor-info .btn.active {
	border-color: #e55982;
	background: #e55982;
	color: #fff
}

.main-content .video-group .actor-info .btn.active i {
	background-image: url(../img/collect_actor1_active.png)
}

.backgrop {
	position: fixed;
	height: 100%;
	max-width: 520px;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1000
}

.tag-container {
	position: fixed;
	bottom: calc(4rem + env(safe-area-inset-bottom));
	padding: 20px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 520px;
	z-index: 1000;
	background-color: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px
}

.tag-container,
.tag-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

.tag-title {
	margin-bottom: 6px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 400
}

.tag-title i {
	font-style: normal;
	color: gray
}

.tag-desc {
	margin-bottom: 6px;
	width: 100%;
	font-size: 13px;
	text-align: left;
	color: #999
}

.tag-options {
	margin-top: 15px;
	margin-bottom: 20px;
	display: grid;
	grid-template-columns: auto auto auto auto;
	column-gap: 10px;
	row-gap: 10px;
	width: 100%
}

.tag-options .tag-option {
	padding: 4px;
	text-align: center;
	color: #e85151;
	border: 1px solid #e85151;
	border-radius: 25px
}

.tag-options .tag-option.selected {
	color: #fff;
	background-color: #e85151;
	border: 1px solid #e85151
}

.tag-options .tag-option.disabled {
	color: #ccc;
	border: 1px solid #ccc
}

.tag-control {
	padding: 10px 0;
	width: 100%;
	text-align: center
}

.tag-control button {
	padding: 10px;
	width: 60%;
	font-size: 16px;
	color: #fff;
	background-image: linear-gradient(100deg, #ff6f61, #e55982 100%);
	outline: none;
	border: none;
	border-radius: 25px
}

.tag-control .disabled,
.tag-control button {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5)
}

.tag-control .disabled {
	background-image: linear-gradient(100deg, #ccc, #ccc 100%)
}

.cube-extend-popup .cube-extend-popup-content {
	padding: 10px 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	background-color: rgba(0, 0, 0, .8)
}

.cube-extend-popup .cube-extend-popup-content img {
	margin: 0 10px 0 0;
	width: 30px;
	height: 30px
}

.listingWrapper,
.listingWrapper-hoz {
	margin-bottom: 15px;
	padding-top: 10px
}

.listingWrapper-hoz {
	position: relative;
	background-image: linear-gradient(127deg, #ff6f61, #e55982 100%);
	z-index: 100
}

.listingWrapper-hoz .sectionTitle {
	color: #fff;
	font-weight: 400
}

.listingWrapper-hoz .video-horizontal-wrap .video-wrap {
	padding: 0
}

.listingWrapper-hoz h3,
.listingWrapper-hoz h4 {
	color: #fff !important
}

.listingWrapper-hoz:before {
	left: -10px
}

.listingWrapper-hoz:after,
.listingWrapper-hoz:before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(127deg, #ff6f61, #e55982 100%);
	z-index: -1
}

.listingWrapper-hoz:after {
	right: -10px
}

.sectionTitle {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px
}

.sectionTitle h3 {
	color: #333;
	font-weight: 400
}

.sectionTitle .more {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	color: #999
}

.sectionTitle .more .rightArrow {
	margin-left: 2px;
	transform: rotate(135deg);
	right: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: transparent;
	text-indent: -9999px;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	transition: all .1s ease-in-out;
	text-decoration: none;
	color: transparent
}

.sectionTitle .more .rightArrow:before {
	content: "";
	margin-left: -50%;
	margin-top: -50%;
	display: block;
	height: 200%;
	width: 200%;
	transform: rotate(45deg)
}

.sectionTitle .setting {
	padding: 2px 16px;
	background-image: linear-gradient(104deg, #ff6f61, #e55982 100%);
	color: #fff;
	border: none;
	border-radius: 16px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5)
}

.sectionTitle .change,
.sectionTitle .setting {
	display: -ms-flexbox;
	display: flex
}

.sectionTitle .change {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.sectionTitle .change .refetch {
	margin-right: 8px;
	width: 16px;
	height: 16px;
	background-image: url(../img/replay@2x.png);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat
}

.changeBatch {
	border: none
}

.changeBatch,
.changeBatch button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

.changeBatch button {
	padding: 18px;
	color: #e85151;
	font-size: 25px;
	border: 5px solid #e85151;
	border-radius: 25px;
	background-color: #fff;
	outline: none
}

.changeBatch button .refetch {
	margin-right: 8px;
	width: 20px;
	height: 20px;
	background-image: url(../img/replay-red@2x.png);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat
}

.video-horizontal-wrap .cube-scroll-content {
	display: -ms-inline-flexbox;
	display: inline-flex
}

.video-horizontal-wrap .video-wrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	white-space: nowrap;
	padding: 10px 10px 0
}

.video-horizontal-wrap .video-wrap .col-style {
	width: 66.66667vw !important
}

.full-width {
	width: 100%
}

.popular-content {
	position: relative;
	border-radius: 10px;
	box-shadow: 1px 1px 3px #ccc
}

.popular-content:not(:last-of-type) {
	margin-bottom: 10px
}

.popular-content img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px
}

.popular-content .popular-category.topic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.popular-content .popular-category p {
	color: #fff
}

.popular-content .popular-category p:first-of-type {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 5px
}

.filter-wrap {
	max-height: 0;
	transition: max-height .5s;
	overflow: hidden;
	background: #fff;
	z-index: 10
}

.filter-wrap.open {
	max-height: 168px
}

.filter-wrap .horizontal-scroll {
	border-bottom: 1px solid #e7e7e7
}

.filter-wrap .cube-scroll-content {
	display: -ms-inline-flexbox;
	/*display: inline-flex*/
}

.filter-list {
	display: -ms-flexbox;
	display: flex;
	padding: 7px 10px;
	white-space: nowrap;
	overflow-x: scroll;
}

.filter-list a {
	margin-right: 10px;
	padding: 3px 10px;
	color: #999
}

.filter-list a.active {
	color: #fff;
	background-image: linear-gradient(150deg, #ff6f61, #e55982);
	border-radius: 50px
}

.top-content[data-v-43d51820] {
	z-index: 2
}

.top-content.not-white {
	background: transparent
}

.top-content.not-white h3 {
	display: none
}

.top-content.not-white .btn {
	background-image: url(../img/chevron_left_white.png)
}

.img-content.topic {
	position: relative;
	left: 0;
	right: 0;
	max-width: 520px;
	width: 100%;
	margin: 0 auto;
	z-index: 1
}

.img-content.topic img {
	display: block;
	width: 100%;
	height: 100%
}

.main-content.topic {
	padding-top: 0;
	background: transparent;
	z-index: 1
}

.main-content .popular-category {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 170px
}

.main-content .popular-category p {
	color: #fff;
	text-align: center
}

.main-content .popular-category p:first-of-type {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px
}

.list-content.topic {
	padding: 10px
}

.list-content .video-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.list-content .video-list:not(:last-of-type) {
	margin-bottom: 10px
}

.list-content .video-list.video .left {
	-ms-flex: 1;
	flex: 1
}

.list-content .video-list.video .left .cover {
	padding-bottom: 66.76470588%;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3)
}

.list-content .video-list.actor .left[data-v-657e624a] {
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	padding: 5px;
	border-radius: 50%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3)
}

.list-content .video-list.actor .left .cover[data-v-657e624a] {
	padding-bottom: 100%;
	border-radius: 50%
}

.list-content .video-list.actor .right .no span[data-v-657e624a] {
	margin-left: 10px;
	font-size: 1.2rem;
	color: #333
}

.list-content .video-list.actor .right .title[data-v-657e624a] {
	color: #666
}

.list-content .video-list.actor .right .more[data-v-657e624a] {
	margin-left: auto;
	color: #999;
	font-size: 12px
}

.list-content .video-list.actor .right p[data-v-657e624a]:last-of-type {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

.list-content .video-list .left {
	position: relative
}

.list-content .video-list .left .cover {
	width: 100%;
	background-color: #ddd;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.list-content .video-list .left .vip-tag[data-v-657e624a] {
	padding: 2px 5px;
	position: absolute;
	top: 5px;
	left: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1px;
	color: #fff;
	background: #f88f32;
	border-radius: 5px
}

.list-content .video-list .right {
	margin-left: 10px;
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.list-content .video-list .right .no{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #666
}

.list-content .video-list .right .no img {
	width: 20px;
	margin-right: 5px
}

.list-content .video-list .right .title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	white-space: normal;
	/*! autoprefixer: off */
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	overflow: hidden
}

.list-content .video-list .right .date {
	color: #999;
	font-size: 12px
}

.list-content .video-list .right .tag[data-v-657e624a] {
	border-radius: 5px;
	padding: 1px 5px;
	letter-spacing: 1px;
	color: #fff;
	background: #f88f32;
	font-size: 13px
}

.views_content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: #999;
	font-size: 12px
}

.views_content img {
	margin-right: 10px;
	width: 20px;
	height: 14px
}

.collect.topic {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 40px;
	height: 40px;
	background-image: url(../img/collect_btn.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.collect.active[data-v-657e624a] {
	background-image: url(../img/collect_btn_active.png)
}

.main-content .img-content {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.48%;
	margin-bottom: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/bg2.png)
}

.main-content .img-content div {
	position: absolute;
	top: 50%;
	left: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%)
}

.main-content .img-content div img {
	height: 40%
}

.main-content .img-content div p {
	margin-top: 10px;
	color: #fff;
	text-align: center
}

.main-content .img-content div p.des {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 70%;
	padding: 5px;
	border: 2px solid;
	border-radius: 50px;
	font-size: 1.2rem
}

.main-content .img-content div p.code {
	font-size: 1.5rem;
	letter-spacing: 5px
}

.main-content .img-content div p.code:before {
	content: "\8907\88FD";
	position: absolute;
	right: 10px;
	font-size: 12px;
	letter-spacing: 1px
}

.main-content .info-content {
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	background: #fff
}

.main-content .info-content p {
	margin-bottom: 15px;
	line-height: 1.5;
	color: #999
}

.main-content .info-content p.title {
	margin-bottom: 15px;
	border-bottom: 1px solid #999;
	padding: 5px 0 15px;
	color: #e55982;
	font-weight: 900;
	font-size: 1.2rem;
	text-align: center
}

.main-content .info-content p.title span {
	margin-left: 5px;
	color: #000;
	font-size: 1rem;
	font-weight: 400
}

.main-content .info-content .form-btn {
	margin: 30px 0 20px;
	border-radius: 50px
}

.search-wrap[data-v-6766e55f] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	padding: 10px;
	background: #fff
}

.search-wrap .search-bar[data-v-6766e55f] {
	-ms-flex: 1;
	flex: 1;
	height: 100%
}

.search-wrap .search-bar div[data-v-6766e55f] {
	position: relative;
	height: 100%
}

.search-wrap .search-bar i[data-v-6766e55f] {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background: #777;
	color: #fff;
	font-size: 12px
}

.search-wrap .search-bar input[type=text][data-v-6766e55f] {
	width: 100%;
	height: 100%;
	border: none;
	padding: 0 10px;
	border-radius: 50px;
	color: #999;
	background-color: rgba(0, 0, 0, .1);
	outline: none
}

.search-wrap .search-bar input[type=text][data-v-6766e55f]::-webkit-input-placeholder {
	font-size: 12px;
	color: #999
}

.search-wrap .search-bar input[type=text][data-v-6766e55f]::-ms-input-placeholder {
	font-size: 12px;
	color: #999
}

.search-wrap .search-bar input[type=text][data-v-6766e55f]::placeholder {
	font-size: 12px;
	color: #999
}

.search-wrap .btn[data-v-6766e55f] {
	width: 70px;
	padding: 5px 10px;
	margin-left: 10px;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, .25)
}

.search-wrap .btn.active[data-v-6766e55f] {
	background-image: linear-gradient(150deg, #ff6f61, #e55982)
}

.coupon[data-v-27f732d0] {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 10px
}

.coupon.used[data-v-27f732d0] {
	filter: grayscale(1)
}

.coupon p[data-v-27f732d0] {
	color: #fff
}

.coupon p.title[data-v-27f732d0] {
	font-size: 1.5rem
}

.coupon p.date[data-v-27f732d0] {
	position: absolute;
	right: 10px;
	bottom: 5px
}

.coupon p.count[data-v-27f732d0] {
	position: absolute;
	left: 50%;
	bottom: 5px;
	transform: translateX(-50%)
}

.coupon .left[data-v-27f732d0] {
	position: relative;
	-ms-flex: 1;
	flex: 1;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/coupon-bg.png)
}

.coupon .left div[data-v-27f732d0] {
	position: absolute;
	top: 5px;
	left: 10px;
	width: calc(100% - 20px);
	border-bottom: 1px dashed #fff;
	padding-bottom: 10px
}

.coupon .right[data-v-27f732d0] {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 105px;
	height: 105px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/use-btn.png)
}

.coupon .right[data-v-27f732d0]:active {
	background-image: url(../img/use-btn1.png)
}

.coupon .right[data-v-27f732d0]:after,
.coupon .right[data-v-27f732d0]:before {
	content: "";
	position: absolute;
	left: -6px;
	width: 12px;
	height: 6px;
	background-color: #fff
}

.coupon .right[data-v-27f732d0]:before {
	top: 0;
	border-radius: 0 0 100px 100px
}

.coupon .right[data-v-27f732d0]:after {
	bottom: 0;
	border-radius: 100px 100px 0 0
}

.line-title {
	padding: 5px;
	border-bottom: 1px solid #a0a0a0;
	font-size: 14px;
	text-align: center
}

.radio.url {
	height: auto;
	line-height: inherit;
	font-size: 13px
}

.radio.url input[type=radio]~label {
	padding: 5px 10px
}

.radio.url input[type=radio]~label:before {
	right: 10px
}

.radio.url input[type=radio]~label:after {
	right: 15px
}

.main-content .list-content.orders {
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .4);
	margin-bottom: 10px
}

.main-content .list-content.history div p:not(:last-of-type) {
	margin-bottom: 5px
}

.main-content .list-content:first-of-type {
	margin-top: 10px
}

.main-content .list-content h4 {
	display: -ms-flexbox;
	display: flex;
	padding: 15px 0;
	margin: 0 10px;
	border-bottom: 2px solid #ddd;
	font-size: 1.2rem
}

.main-content .list-content h4 span {
	margin-left: auto
}

.main-content .list-content h4 span.no {
	color: #999
}

.main-content .list-content h4 span.now {
	color: #7ed321
}

.main-content .list-content h4 span.end {
	color: #f2342c
}

.main-content .list-content .content {
	padding: 15px 10px
}

.main-content .list-content .content:not(:last-of-type) {
	border-bottom: 2px solid #ff6f61
}

.main-content .list-content .content div {
	margin-bottom: 5px
}

.main-content .list-content .content div.first {
	color: #e85151;
	margin-top: 20px
}

.main-content .list-content .content div.mailto {
	color: #3b5998
}

.main-content .list-content .content div.mailto span {
	color: #3b5998;
	text-decoration: underline;
	cursor: pointer
}

.main-content .list-content .content p.name {
	font-size: 1.2rem
}

.main-content .list-content .content p.date {
	color: #999;
	font-size: 1rem
}

.main-content .list-content .content p.money {
	color: #ccc;
	font-size: 1rem
}

.main-content .list-content .content p.money span {
	color: #e85151
}

.main-content .list-content .content p.money span:first-of-type {
	color: #ccc
}

.main-content .list-content .content p:not(:last-of-type) {
	margin-bottom: 15px
}

.main-content .list-content .content p span:first-of-type {
	color: #999;
	margin-right: 10px
}

.main-content .list-content .content p span:last-of-type {
	font-weight: 700;
	font-size: 1.2rem
}

.payment__wrapper .main-content {
	padding: 40px 10px 4rem;
	font-family: initial
}

.payment__wrapper .main-content .boxes {
    display: -ms-flexbox;
    display: flex;
    margin: 10px 15px;
}

.payment__wrapper .main-content .boxes .box {
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    padding: 0;
    text-align: center;
}

.payment__wrapper .main-content .boxes .box .bg {
    padding-top: 80%;
    margin: 0 auto;
    width: 45px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.payment__wrapper .main-content .boxes .box .bg.b1 {
	background-image: url(../img/icon_hd.png)
}

.payment__wrapper .main-content .boxes .box .bg.b2 {
	background-image: url(../img/icon_launch.png)
}

.payment__wrapper .main-content .boxes .box .bg.b3 {
	background-image: url(../img/icon_sync.png)
}

.payment__wrapper .main-content .boxes .box .bg.b4 {
	background-image: url(../img/icon_crown.png)
}

.payment__wrapper .main-content .boxes .box p {
    margin: 0;
    font-size: 18px;
    color: rgba(0,0,0,.6);
}

.payment__wrapper .main-content h2 {
    margin: 22px 0 0;
    font-size: 25px;
    line-height: normal;
    text-align: center;
}

.payment__wrapper .main-content .description-2 {
    margin-bottom: 22px;
    font-size: 16px;
    text-align: center;
    line-height: normal;
    color: #d44859;
}

.payment__wrapper .main-content h3 {
	margin: 20px 0;
	font-size: 1.5rem;
	font-weight: 500
}

.payment__wrapper .main-content .text-blink {
	margin-top: 5px;
	line-height: 1.333;
	font-size: 1.2rem;
	text-align: center;
	color: #e85151
}

.payment__wrapper .main-content .text-blink1 {
    margin: 20px 0 10px;
    font-size: 1rem;
    text-align: center;
    color: #4a90e2;
}

.payment__wrapper .main-content .pkg-lists {
	margin: 0 3px;
	padding: 0 10px
}

.payment__wrapper .main-content .pkg-lists .pkg-list {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    border-radius: 5px;
    padding: 14px 10px 14px 24px;
    background-color: #fff;
    box-shadow: 1px 2px 5px 0 rgba(0,0,0,.2);
    overflow: hidden;
}

.payment__wrapper .main-content .pkg-lists .pkg-list.act_tag {
	border: 3px solid #fff;
	animation: ani_act_tag .4s infinite
}

.payment__wrapper .main-content .pkg-lists .pkg-list.act_tag .dollar {
	color: #000;
	animation: ani_act_title .4s infinite
}

.payment__wrapper .main-content .pkg-lists .pkg-list .name {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
}


.payment__wrapper .main-content .pkg-lists .pkg-list .leftSide .dollar {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
    color: #000;
}

.payment__wrapper .main-content .pkg-lists .pkg-list .leftSide .info {
    font-size: 1rem;
    line-height: normal;
    color: #9a9a9a;
}


.payment__wrapper .main-content .pkg-lists .pkg-list .rightSide {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-width: 110px;
}
.payment__wrapper .main-content .pkg-lists .pkg-list .rightSide .strong {
    position: relative;
    margin-right: 6px;
    font-size: 3rem;
    font-family: Impact;
    font-weight: 700;
    color: #e85151;
}
.payment__wrapper .main-content .pkg-lists .pkg-list .rightSide .strong:before {
    content: "\A5";
    position: absolute;
    top: 4px;
    left: -12px;
    font-size: 1.5rem;
    font-weight: 700;
}

.payment__wrapper .main-content .pkg-lists .pkg-list .rightSide .up-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 60px;
    height: 32px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(90deg,#f35d44,#dd0f3a);
    border-radius: 50px;
}


.payment__wrapper .main-content .pkg-lists .pkg-list .up-btn {
	border-radius: 50px;
	width: 60px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background-image: linear-gradient(90deg, #f35d44, #dd0f3a)
}

.payment__wrapper .main-content .pkg-lists .pkg-list .tag {
	position: absolute;
	top: 7px;
	left: -16px;
	padding: 0 20px;
	font-size: .9rem;
	text-align: center;
	color: #fff;
	transform: rotate(-45deg)
}

.payment__wrapper .main-content .pkg-lists .pkg-list .tag.hot-tag {
	background-color: #e55982
}

.payment__wrapper .main-content .pkg-lists .pkg-list .tag.a-steal-tag {
	background-color: #f5a623
}

.payment__wrapper .main-content .pkg-lists .pkg-list .tag.first-tag {
	background-color: #5cab00
}

.payment__wrapper .main-content .pkg-lists .pkg-list .tag.return-tag {
	background-color: #4a90e2
}

.payment__wrapper .main-content .pkg-load {
	margin-top: 15px;
	padding: 10px;
	font-size: 1.5rem;
	text-align: center;
	background: #e55982;
	color: #fff;
	animation: bg 1s infinite
}

.payment__wrapper .main-content .des {
	padding: 10px;
	color: #7d7d7d
}

.payment__wrapper .main-content .des .title {
    margin-bottom: 10px;
    color: #4a4a4a;
    font-size: 16px;
}

.payment__wrapper .main-content .des p {
	font-size: 13px;
	line-height: normal
}

.payment__wrapper .main-content .des p.first {
	color: #e55982;
	margin-top: 10px
}

.payment__wrapper .main-content .des p.mailto {
	color: #3b5998
}

.payment__wrapper .main-content .des p.mailto span {
    font-size: 19px;
    color: #3b5998;
    text-decoration: underline;
    cursor: pointer;
}

.payment__wrapper .main-content .pkg-name {
	padding: 10px;
	border: 2px solid #e85151;
	text-align: center;
	font-weight: 700;
	font-size: 1.6rem;
	color: #e85151
}

.payment__wrapper .main-content .donation-lists {
	margin: 20px 3px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, .2)
}

.payment__wrapper .main-content .donation-lists .donation-list {
	text-align: center
}

.payment__wrapper .main-content .donation-lists .donation-list:not(:last-of-type) {
	border-bottom: 1px solid #bbb
}

.payment__wrapper .main-content .donation-lists .donation-list.open span {
	color: #fff;
	background-image: linear-gradient(90deg, #f35d44, #dd0f3a)
}

.payment__wrapper .main-content .donation-lists .donation-list span {
	display: block;
	width: 100%;
	height: 100%;
	padding: 13px;
	font-size: 1.4rem;
	cursor: pointer
}

.payment__wrapper .main-content .donation-lists .donation-list .donation-lists-lv2 {
	border-top: 1px solid #bbb;
	padding: 15px 20px;
	font-size: 1.2rem
}

.payment__wrapper .main-content .donation-lists .donation-list .donation-lists-lv2 .pay-method-list {
	display: block;
	border-radius: 5px;
	padding: 15px;
	color: #e85151;
	background-color: #f3f0f0;
	cursor: pointer
}

.payment__wrapper .main-content .donation-lists .donation-list .donation-lists-lv2 .pay-method-list:not(:last-of-type) {
	margin-bottom: 10px
}

@media screen and (max-width:320px) {
	.payment__wrapper .main-content {
		padding: 40px 10px 4rem
	}

	.payment__wrapper .main-content .pkg-lists .pkg-list .up-btn {
		width: 50px
	}

	.payment__wrapper .main-content .boxes {
		margin: 10px -5px
	}

	.payment__wrapper .main-content .boxes .box {
		padding: 0 5px
	}

	.payment__wrapper .main-content .boxes .box p {
		font-size: 1rem
	}
}

@keyframes ani_act_tag {
	50% {
		border: 3px solid red
	}
}

@keyframes ani_act_title {
	50% {
		color: #00f
	}
}

@keyframes bg {
	0% {
		opacity: 1
	}

	50% {
		opacity: .8
	}

	to {
		opacity: 1
	}
}

@supports (padding-bottom:constant(safe-area-inset-bottom)) {
	.payment__wrapper .main-content {
		padding: 40px 10px calc(4rem + constant(safe-area-inset-bottom))
	}
}

@supports (padding-bottom:env(safe-area-inset-bottom)) {
	.payment__wrapper .main-content {
		padding: 40px 0 calc(4rem + env(safe-area-inset-bottom))
	}
}

.lottery__awards {
	padding: 6px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	background-image: linear-gradient(90deg, #fd6f63, #e35b81)
}

.lottery__modal {
	padding: 12px 0 0
}

.lottery__modal-title {
	margin-top: 6px;
	margin-bottom: -16px
}

.lottery__modal-img {
	margin: 0 20px;
	width: 260px;
	height: 220px;
	border-radius: 10px;
	background-image: url(../gif/lettory_short.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.lottery__modal-content {
	margin-top: -12px;
	margin-bottom: 24px;
	text-align: center
}

.lottery__wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 295px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden
}

.lottery__container {
	padding: 24px 20px;
	position: relative
}

.lottery__winning {
	padding: 16px 16px 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .08)
}

.lottery__winning .text-1 {
	font-size: 16px
}

.lottery__winning .text-2 {
	font-size: 40px;
	color: #e55982
}

.lottery__info {
	color: rgba(0, 0, 0, .38);
	font-size: 13px
}

.lottery__desc,
.lottery__info {
	margin-top: 12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.lottery__desc {
	font-size: 16px;
	color: rgba(0, 0, 0, .5)
}

.lottery-dotted {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, .2)
}

.lottery-btn {
	padding: 15px 10px;
	-ms-flex: 1;
	flex: 1;
	font-size: 16px;
	font-weight: 500;
	color: #e55982;
	background-color: #fff;
	border: none;
	outline: none
}

.main-content[data-v-0dadd0b6] {
	padding-bottom: calc(4rem + 40px)
}

.main-content .form-content[data-v-0dadd0b6] {
	color: #000;
	padding: 10px
}

.main-content .form-content h4[data-v-0dadd0b6] {
	margin-bottom: 10px
}

.main-content .form-content .content[data-v-0dadd0b6] {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px
}

.main-content .form-content .content .upload-btn[data-v-0dadd0b6] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 1;
	flex: 1;
	min-height: 45px;
	margin-right: 10px;
	padding: 10px;
	border-radius: 50px;
	background: rgba(0, 0, 0, .1);
	color: #9b9b9b
}

.main-content .form-content .content .upload-btn img[data-v-0dadd0b6] {
	width: 30%;
	margin: 0 auto
}

.main-content .form-content .content .btn[data-v-0dadd0b6] {
	width: 80px;
	height: 45px;
	line-height: 45px;
	border-radius: 50px;
	text-align: center;
	background: #fff;
	color: #999;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2)
}

.main-content .form-content input[data-v-0dadd0b6] {
	height: 45px;
	padding: 0 10px;
	border-radius: 50px;
	background: rgba(0, 0, 0, .1);
	border-bottom: 0;
	font-size: 1rem
}

.main-content .form-content input[data-v-0dadd0b6]::-webkit-input-placeholder {
	color: #999
}

.main-content .form-content input[data-v-0dadd0b6]::-ms-input-placeholder {
	color: #999
}

.main-content .form-content input[data-v-0dadd0b6]::placeholder {
	color: #999
}

.main-content .form-content .img-content[data-v-0dadd0b6] {
	display: -ms-flexbox;
	display: flex
}

.main-content .form-content .img-content div[data-v-0dadd0b6] {
	width: calc((100% - 10px) / 2);
	height: 100%
}

.main-content .form-content .img-content div[data-v-0dadd0b6]:first-of-type {
	margin-right: 10px
}

.main-content .form-content .img-content div img[data-v-0dadd0b6] {
	width: 100%;
	height: 100%;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2)
}

.main-content .form-content .img-content div p[data-v-0dadd0b6] {
	margin-top: 5px;
	text-align: center;
	color: #999
}

.main-content .form-content .info[data-v-0dadd0b6] {
	margin: 10px 0 20px;
	color: #e55982;
	font-weight: 700
}

@supports (padding-bottom:constant(safe-area-inset-bottom)) {
	.main-content[data-v-0dadd0b6] {
		padding-bottom: calc(4rem + 40px + constant(safe-area-inset-bottom))
	}
}

@supports (padding-bottom:env(safe-area-inset-bottom)) {
	.main-content[data-v-0dadd0b6] {
		padding-bottom: calc(4rem + 40px + env(safe-area-inset-bottom))
	}
}

.list-content {
	padding: 5px 0
}



.list-content .video-list .check-content {
	position: absolute;
	left: 0;
	top: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%
}

.list-content .video-list .check-content input {
	position: absolute;
	height: 0;
	width: 0;
	opacity: 0
}

.list-content .video-list .check-content input:checked~.checkmark {
	background-color: #e55982;
	border-color: #e55982
}

.list-content .video-list .check-content input:checked~.checkmark:after {
	display: block
}

.list-content .video-list .check-content input:checked~.bg {
	background-color: rgba(0, 0, 0, .1)
}

.list-content .video-list .check-content .checkmark {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 20px;
	width: 20px;
	margin-left: 10px;
	border-radius: 50%;
	border: 1px solid #999;
	background-color: #fff;
	z-index: 1
}

.list-content .video-list .check-content .checkmark:after {
	content: "";
	display: none;
	width: 5px;
	height: 10px;
	margin-bottom: 3px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg)
}

.list-content .video-list .check-content .bg {
	position: absolute;
	width: 100%;
	height: 100%
}

.list-content .video-list .video-des {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.list-content .video-list .left {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%
}

.list-content .video-list .left .cover {
	width: 100%;
	padding-bottom: 66.76470588%;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	background-color: #ddd;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.list-content .video-list .right {
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-left: 10px;
	overflow: hidden
}

.list-content .video-list .right p:not(:last-of-type) {
	margin-bottom: 10px
}

.list-content .video-list .right .title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	white-space: normal;
	/*! autoprefixer: off */
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	color: #666;
	overflow: hidden
}

.list-content .video-list .right .actor {
	width: 100%;
	color: #999;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}



.main-content .search-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	padding: 10px 10px 0;
	background: #fff
}

.main-content .search-wrap .search-bar {
	-ms-flex: 1;
	flex: 1;
	position: relative;
	height: 100%
}

.main-content .search-wrap .search-bar:before {
	font-family: Font Awesome\ 5 Free;
	content: "\F002";
	position: absolute;
	top: 7px;
	left: 10px;
	font-size: 12px;
	font-weight: 900;
	color: #999
}

.main-content .search-wrap .search-bar input[type=search] {
	width: 100%;
	height: 100%;
	border: none;
	padding: 0 10px;
	border-radius: 50px;
	color: #999;
	background-color: rgba(0, 0, 0, .1);
	text-indent: 20px;
	outline: none
}

.main-content .search-wrap .search-bar input[type=search]::-webkit-input-placeholder {
	font-size: 12px;
	color: #999
}

.main-content .search-wrap .search-bar input[type=search]::-ms-input-placeholder {
	font-size: 12px;
	color: #999
}

.main-content .search-wrap .search-bar input[type=search]::placeholder {
	font-size: 12px;
	color: #999
}

.main-content .search-wrap .btn {
	margin-left: 10px;
	color: #999
}

.main-content .search-wrap .btn:active {
	color: #c2c2c2
}

.main-content .video-group {
	margin-bottom: 10px
}

.main-content .video-group .outer {
	border-radius: 10px
}

.main-content .video-group ul li:active {
	color: #999
}

.main-content .video-group.history .outer {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.main-content .video-group.history .title-content .right:active {
	color: #c2c2c2
}

.main-content .video-group.history .title-content .right .trash {
	width: 15px;
	height: 15px;
	background-image: url(../img/trash.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.main-content .video-group.history ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: -10px
}

.main-content .video-group.history ul li {
	-ms-flex-preferred-size: calc((100% - 10px) / 2);
	flex-basis: calc((100% - 10px) / 2);
	padding: 3px 5px;
	border-radius: 50px;
	color: #999;
	background-color: rgba(0, 0, 0, .1);
	text-align: center;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.main-content .video-group.history ul li:nth-of-type(odd) {
	margin-right: 10px
}

.main-content .video-group.long li,
.main-content .video-group.short li {
	display: -ms-flexbox;
	display: flex
}

.main-content .video-group.long li .num,
.main-content .video-group.short li .num {
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	color: #999;
	text-align: center;
	font-size: 12px
}

.main-content .video-group.long li .name,
.main-content .video-group.short li .name {
	-ms-flex: 1;
	flex: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #999
}

.main-content .video-group.long li:not(:last-of-type),
.main-content .video-group.short li:not(:last-of-type) {
	margin-bottom: 10px
}

.main-content .video-group.long li:first-of-type .num,
.main-content .video-group.short li:first-of-type .num {
	border-radius: 50px;
	background-image: linear-gradient(90deg, #fe6b5f, #fb3931);
	color: #fff
}

.main-content .video-group.long li:nth-of-type(2) .num,
.main-content .video-group.short li:nth-of-type(2) .num {
	border-radius: 50px;
	background-image: linear-gradient(90deg, #fab061, #f76b1c);
	color: #fff
}

.main-content .video-group.long li:nth-of-type(3) .num,
.main-content .video-group.short li:nth-of-type(3) .num {
	border-radius: 50px;
	background-image: linear-gradient(90deg, #fad961, #f7b91c);
	color: #fff
}

.search__container {
	padding: 12px 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	background: #fff
}

.search__container .search__bar {
	-ms-flex: 1;
	flex: 1;
	position: relative;
	height: 100%
}

.search__container .search__bar:before {
	font-family: Font Awesome\ 5 Free;
	content: "\F002";
	position: absolute;
	top: 10px;
	left: 16px;
	font-size: 16px;
	font-weight: 900;
	color: #999
}

.search__container .search__bar-input {
	padding: 0 10px 0 40px;
	width: 100%;
	height: 100%;
	color: #999;
	background-color: rgba(242, 103, 113, .12);
	border-radius: 50px
}

.search__container .search__bar-input input[type=search] {
	width: 100%;
	height: 100%;
	font-size: 14px;
	background-color: hsla(0, 0%, 100%, 0);
	border: none;
	outline: none
}

.search__container .search__bar-input input[type=search]::-webkit-input-placeholder {
	font-size: 14px;
	color: #999
}

.search__container .search__bar-input input[type=search]::-ms-input-placeholder {
	font-size: 14px;
	color: #999
}

.search__container .search__bar-input input[type=search]::placeholder {
	font-size: 14px;
	color: #999
}

.search__container .search-btn {
	margin-left: 10px;
	font-size: 16px;
	color: #999
}

.search__container .search-btn:active {
	color: #c2c2c2
}

.history__container {
	padding: 10px 14px
}

.history__container .history__title {
	position: relative;
	font-size: 20px
}

.history__container .history__title .clear {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
	background-image: url(../svg/trash.svg)
}

.history__container .history__content {
	padding: 10px 0;
	width: 100%
}

.history__container .history__content .overflow-hidden {
	display: box !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	max-height: 76px
}

.history__container .history__content .history-item {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 6px;
	padding: 6px 12px;
	max-width: 136px;
	color: rgba(0, 0, 0, .6);
	border-radius: 16px;
	background-color: rgba(0, 0, 0, .04);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.history__container .history__unfold {
	margin-top: 12px;
	position: relative;
	border: 1px solid rgba(0, 0, 0, .08)
}

.history__container .history__unfold-btn {
	padding: 0 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(0, 0, 0, .38);
	background-color: #fff
}

.history__container .history__unfold-btn .arrow {
	margin-left: 4px;
	position: relative;
	width: 16px;
	height: 16px;
	cursor: pointer
}

.history__container .history__unfold-btn .arrow:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-style: solid
}

.history__container .history__unfold-btn .arrow.up:after {
	border-width: 0 6px 8px;
	border-color: transparent transparent rgba(0, 0, 0, .38)
}

.history__container .history__unfold-btn .arrow.down:after {
	border-width: 8px 6px 0;
	border-color: rgba(0, 0, 0, .38) transparent transparent
}

.popular__container {
	padding: 10px 14px
}

.popular__container .popular__title {
	font-size: 20px
}

.popular__container .popular__content {
	padding: 10px 0
}

.popular__container .popular-list {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.popular__container .popular-item,
.popular__container .popular-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.popular__container .popular-item {
	margin-bottom: 12px;
	width: 50%
}

.popular__container .popular-item .rank {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 24px;
	height: 24px;
	color: #fff;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .6)
}

.popular__container .popular-item .rank.top {
	background-color: #f26771
}

.popular__container .popular-item .title {
	margin-left: 8px;
	width: calc(100% - 40px);
	color: rgba(0, 0, 0, .6);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.main-content[data-v-1930fc02] {
	margin-top: 110px;
	padding-top: 16px
}

.tag-type {
	padding-top: 0
}

.search__container {
	padding: 12px 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	background: #fff
}

.search__container .search__bar {
	-ms-flex: 1;
	flex: 1;
	position: relative;
	height: 100%
}

.search__container .search__bar:before {
	font-family: Font Awesome\ 5 Free;
	content: "\F002";
	position: absolute;
	top: 10px;
	left: 16px;
	font-size: 16px;
	font-weight: 900;
	color: #999
}

.search__container .search__bar-input {
	padding: 0 10px 0 40px;
	width: 100%;
	height: 100%;
	color: #999;
	background-color: rgba(242, 103, 113, .12);
	border-radius: 50px
}

.search__container .search__bar-input input[type=search] {
	width: 100%;
	height: 100%;
	font-size: 14px;
	background-color: hsla(0, 0%, 100%, 0);
	border: none;
	outline: none
}

.search__container .search__bar-input input[type=search]::-webkit-input-placeholder {
	font-size: 14px;
	color: #999
}

.search__container .search__bar-input input[type=search]::-ms-input-placeholder {
	font-size: 14px;
	color: #999
}

.search__container .search__bar-input input[type=search]::placeholder {
	font-size: 14px;
	color: #999
}

.search__container .search-btn {
	margin-left: 10px;
	font-size: 16px;
	color: #999
}

.search__container .search-btn:active {
	color: #c2c2c2
}

.search__tabs {
	padding: 0 10px;
	height: 40px
}

.search__tabs .search__tab {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 20px;
	background-color: rgba(242, 103, 113, .08)
}

.search__tabs .tab {
	padding: 10px;
	-ms-flex: 1;
	flex: 1;
	color: rgba(0, 0, 0, .38);
	text-align: center;
	cursor: pointer
}

.search__tabs .tab__animation {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	color: #f26771;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .16);
	transition: .3s
}

.search__list,
.search__tabs .tab__animation {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.search__list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.search__list .search__item {
	width: 50%
}

.search__list .search__item:nth-child(odd) {
	padding: 0 5px 0 10px
}

.search__list .search__item:nth-child(2n) {
	padding: 0 10px 0 5px
}

@keyframes wave-data-v-1930fc02 {
	0% {
		transform: translateX(-100%)
	}

	60% {
		transform: translateX(100%)
	}

	to {
		transform: translateX(100%)
	}
}

.skeleton-image {
	margin-bottom: 8px;
	padding-top: 56%;
	position: relative;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .08)
}

.skeleton-image:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	position: absolute;
	animation: wave-data-v-1930fc02 1.3s linear .5s infinite;
	transform: translateX(-100%);
	background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .5), transparent)
}

.skeleton-text-1 {
	margin-bottom: 8px;
	padding: 6px;
	position: relative;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, .08)
}

.skeleton-text-1:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	position: absolute;
	animation: wave-data-v-1930fc02 1.3s linear .5s infinite;
	transform: translateX(-100%);
	background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .5), transparent)
}

.skeleton-text-2 {
	margin-bottom: 8px;
	padding: 6px;
	position: relative;
	max-width: 50%;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, .08)
}

.skeleton-text-2:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	position: absolute;
	animation: wave-data-v-1930fc02 1.3s linear .5s infinite;
	transform: translateX(-100%);
	background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .5), transparent)
}

.video-group {
	width: 100%
}

.outer {
	padding: 10px
}

.not-found {
	padding: 12px;
	width: 100%
}

.not-found .outer,
.not-found {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column
}

.not-found .not-found-image {
	width: 200px;
	height: 200px
}

.not-found .not-found-text {
	padding: 0 28px;
	width: 100%;
	font-size: 16px;
	color: rgba(0, 0, 0, .6);
	text-align: center;
	white-space: normal
}

.error {
	padding: 12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

.error .error-image {
	width: 200px;
	height: 200px
}

.error .error-text {
	padding: 8px 28px;
	width: 100%;
	font-size: 14px;
	color: rgba(0, 0, 0, .6);
	text-align: center;
	white-space: normal
}

.error .reload-btn {
	margin-top: 50px;
	padding: 14px;
	width: 100%;
	color: #fff;
	font-size: 16px;
	outline: none;
	border: none;
	border-radius: 22px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .16);
	background-image: linear-gradient(90deg, #fd6f63, #e35b81)
}

.filter__btn {
	position: relative;
	right: 0;
	bottom: 12px
}

.filter__btn .circle {
	position: absolute;
	bottom: 12px;
	right: 12px;
	width: 56px;
	height: 56px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .38)
}

.filter__btn .line__wrapper {
	position: relative;
	transform: scale(.8);
	height: 100%;
	width: 100%
}

.filter__btn .line {
	width: 26px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #000
}

.filter__btn .line:first-child:after {
	content: "";
	position: absolute;
	border: 2px solid #000;
	padding: 2px;
	border-radius: 50%;
	top: -4px;
	left: 3px;
	z-index: 500;
	background-color: #fff
}

.filter__btn .line:nth-child(2):after,
.filter__btn .line:nth-child(3):after {
	content: "";
	position: absolute;
	border: 2px solid #000;
	padding: 2px;
	border-radius: 50%;
	top: -4px;
	right: 4px;
	z-index: 500;
	background-color: #fff
}

.filter__btn .line:nth-child(2) {
	top: 32%
}

.filter__btn .line:nth-child(3) {
	top: 68%
}

.filter__btn.selected .line {
	border: 1px solid #f26771
}

.filter__btn.selected .line:first-child:after,
.filter__btn.selected .line:nth-child(2):after,
.filter__btn.selected .line:nth-child(3):after {
	border: 2px solid #f26771
}

.filter__container {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 520px;
	width: 100%;
	height: calc(100% - (4rem + env(safe-area-inset-bottom)));
	background-color: #fff;
	z-index: 2000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.filter__container .filter__title {
	padding: 12px;
	height: 52px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.filter__container .filter__title .filter__title-text {
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	font-size: 16px;
	color: rgba(0, 0, 0, .87)
}

.filter__container .filter__title .filter__title-close {
	position: relative;
	background-color: #fff;
	width: 24px;
	height: 24px
}

.filter__container .filter__title .filter__title-close:before {
	position: absolute;
	left: 3px;
	top: 0;
	content: "";
	display: block;
	width: 80%;
	height: 2px;
	background-color: #000;
	transform: rotate(45deg);
	top: 13px
}

.filter__container .filter__title .filter__title-close:after {
	position: absolute;
	left: 3px;
	top: 0;
	content: "";
	display: block;
	width: 80%;
	height: 2px;
	background-color: #000;
	transform: rotate(-45deg);
	top: 13px
}

.filter__container .filter__content {
	-ms-flex: 1;
	flex: 1;
	padding: 16px
}

.filter__container .filter__select {
	margin-bottom: 8px;
	display: -ms-flexbox;
	display: flex
}

.filter__container .filter__select.bt {
	padding-top: 16px;
	border-top: 1px solid rgba(0, 0, 0, .16)
}

.filter__container .select-all {
	width: 90px;
	text-align: center
}

.filter__container .filter__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex: 1;
	flex: 1
}

.filter__container .filter__option {
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 6px 12px;
	color: rgba(0, 0, 0, .6);
	border-radius: 16px;
	border: 1px solid rgba(242, 103, 113, .24)
}

.filter__container .filter__option.active {
	border: 1px solid transparent;
	background-color: #f26771;
	color: #fff
}

.filter__container .filter__control {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 24px
}

.filter__container .filter__control button {
	padding: 12px;
	min-width: 270px;
	font-size: 16px;
	color: #fff;
	background-image: linear-gradient(90deg, #fd6f63, #e35b81);
	border: none;
	border-radius: 22px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .16);
	outline: none
}

.not-found-title {
	margin-top: 40px;
	padding: 0 12px;
	font-size: 20px
}

.actor__list-search-title {
	padding: 8px 10px;
	color: rgba(0, 0, 0, .6)
}

.actor__list-result {
	background-color: rgba(0, 0, 0, .04);
	padding: 10px 12px 8px;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.actor__list-result .actor,
.actor__list-result {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.actor__list-result .actor {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	width: 18%
}

.actor__list-result .actor-avatar {
	padding-bottom: 100%;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .08);
	overflow: hidden
}

.actor__list-result .actor-avatar .thumb {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat
}

.actor__list-result .actor-name {
	padding: 4px 0;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	color: rgba(0, 0, 0, .87);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%
}

@media (min-width:400px) {
	.actor__list-result .actor-name {
		font-size: 14px
	}
}

.play-content {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	max-width: 520px;
	width: 100%;
	margin: 0 auto;
	background: #000;
	z-index: 12
}

.play-content .play-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%
}

.play-content .play-wrapper .back {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
	background-image: url(../img/play_back.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2
}

.video-content {
	/*position: absolute;*/
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	padding-top: 56.25%;
	padding-bottom: 4rem;
	background-image: linear-gradient(150deg, #ff6f61, #e55982)
}

.video-content .outer {
	border-radius: 10px
}

.video-content .video-group.info .outer {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.video-content .video-group.info .title-content {
	margin-bottom: 5px
}

.video-content .video-group.info .title-content h2 {
	-ms-flex: 1;
	margin-right: 20px;
	font-size: 16px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.video-content .video-group.info .title-content .right .btn {
	width: 15px;
	height: 15px;
	margin-left: 3px;
	background-image: url(../img/chevron_right.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.video-content .video-group.info .date {
	color: #999;
	font-size: 12px
}

.video-content .video-group.info img {
	display: block;
	width: 100%;
	background: #ccc
}

.video-content .video-group.info .video-action {
	margin-top: 10px;
	margin-bottom: 10px
}

.video-content .video-group.info .video-action,
.video-content .video-group.info .video-action .switch-btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.video-content .video-group.info .video-action .switch-btn {
	font-size: 13px;
	color: #999
}

.video-content .video-group.info .video-action .switch-btn.pixel  {
	margin-left: 20px
}

.video-content .video-group.info .video-action .switch-btn.line.act .img {
	background-image: url(../img/action_global.png)
}

.video-content .video-group.info .video-action .switch-btn.line .img {
	background-image: url(../img/global.png)
}

.video-content .video-group.info .video-action .switch-btn.pixel.act .img.sd {
	background-image: url(../img/SD_active.png)
}

.video-content .video-group.info .video-action .switch-btn.pixel.act .img.hd {
	background-image: url(../img/HD_active.png)
}

.video-content .video-group.info .video-action .switch-btn.pixel .img.sd {
	background-image: url(../img/SD.png)
}

.video-content .video-group.info .video-action .switch-btn.pixel .img.hd {
	background-image: url(../img/HD.png)
}

.video-content .video-group.info .video-action .switch-btn.act {
	color: #e55982
}

.video-content .video-group.info .video-action .switch-btn .img {
	width: 20px;
	height: 20px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 3px
}

.video-content .video-group.info .video-action .switch-btn i {
	margin-left: 3px;
	font-size: 18px
}

.video-content .video-group.info .video-action .switch-btn:active {
	color: #c2c2c2
}

.video-content .video-group.info .video-action .btn-content {
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	color: #999
}

.video-content .video-group.info .video-action .btn-content .btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 10px
}

.video-content .video-group.info .video-action .btn-content .btn .img {
	width: 20px;
	height: 20px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 5px
}

.video-content .video-group.info .video-action .btn-content .btn .text {
	font-size: 13px
}

.video-content .video-group.info .video-action .btn-content .btn.report .img {
	background-image: url(../img/action_report.png)
}

.video-content .video-group.info .video-action .btn-content .btn.download .img {
	background-image: url(../img/action_download.png)
}

.video-content .video-group.info .video-action .btn-content .btn.collect .img {
	background-image: url(../img/action_collect.png)
}

.video-content .video-group.info .video-action .btn-content .btn.collect.active .img {
	background-image: url(../img/action_collect_active.png)
}

.video-content .video-group.info .video-action .btn-content .btn.share .img {
	background-image: url(../img/action_share.png)
}

.video-content .video-group.info .line-content {
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	line-height: 29px;
	margin-bottom: 10px
}

.video-content .video-group.info .line-content a {
	-ms-flex: 1;
	flex: 1;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	background: #f0f0f0;
	color: #999;
	text-align: center;
	font-size: 12px
}

.video-content .video-group.info .line-content a:not(:last-of-type) {
	margin-right: 10px
}

.video-content .video-group.info .line-content a.active {
	color: #e55982;
	border-color: #e55982
}

.video-content .video-group.video .outer {
	min-height: 500px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.video-content .horizontal-wrap .cube-scroll-content {
	display: -ms-inline-flexbox;
	display: inline-flex
}

.video-content .horizontal-wrap .video-wrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	white-space: nowrap
}

.video-content .horizontal-wrap .video-wrap .col-style {
	width: 22.22222vw !important;
	padding: 0 5px 10px
}

.video-info {
	position: absolute;
	top: 0;
	left: -300%;
	width: 100%;
	height: 100%;
	padding-top: 56.25%;
	padding-bottom: 4rem;
	background: #fff;
	transition: left .3s;
	z-index: 1
}

.video-info.show {
	left: 0;
	right: 0
}

.video-info .top-inner-content {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	background: #fff;
	z-index: 2
}

.video-info .top-inner-content h3 {
	font-size: 14px
}

.video-info .top-inner-content .close {
	height: 15px;
	width: 15px;
	background-image: url(../img/close.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.video-info .video-group {
	padding-top: 40px
}

.video-info .video-group .outer h3 {
	margin-bottom: 10px
}

.video-info .video-group .outer>div {
	color: #999;
	margin-bottom: 10px
}

.aq-content {
	display: block;
	padding: 0 10px;
	margin-bottom: 10px
}

.aq-content img {
	display: block;
	border-radius: 10px
}

@media only screen and (max-device-width:900px) and (orientation:landscape) {
	.video-content .video-wrapper {
		height: 100vh;
		padding-top: 0
	}
}

@supports (padding-bottom:constant(safe-area-inset-bottom)) {
	.video-content {
		padding-bottom: calc(4rem + constant(safe-area-inset-bottom))
	}
}

@supports (padding-bottom:env(safe-area-inset-bottom)) {
	.video-content {
		padding-bottom: calc(4rem + env(safe-area-inset-bottom))
	}
}

@media screen and (min-width:520px) {
	.video-content .horizontal-wrap .video-wrap .col-style {
		width: 115.55556px !important
	}
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-button>.vjs-icon-placeholder:before,
.vjs-modal-dialog .vjs-modal-dialog-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button>.vjs-icon-placeholder:before {
	text-align: center
}

@font-face {
	font-family: VideoJS;
	src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
	content: "\F101"
}

.vjs-icon-play-circle {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-play-circle:before {
	content: "\F102"
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,
.vjs-icon-pause {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.vjs-icon-pause:before {
	content: "\F103"
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,
.vjs-icon-volume-mute {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,
.vjs-icon-volume-mute:before {
	content: "\F104"
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,
.vjs-icon-volume-low {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,
.vjs-icon-volume-low:before {
	content: "\F105"
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,
.vjs-icon-volume-mid {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,
.vjs-icon-volume-mid:before {
	content: "\F106"
}

.video-js .vjs-mute-control .vjs-icon-placeholder,
.vjs-icon-volume-high {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before {
	content: "\F107"
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-enter {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
	content: "\F108"
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-exit {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-exit:before {
	content: "\F109"
}

.vjs-icon-square {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-square:before {
	content: "\F10A"
}

.vjs-icon-spinner {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-spinner:before {
	content: "\F10B"
}

.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.vjs-icon-subtitles {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.vjs-icon-subtitles:before {
	content: "\F10C"
}

.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-captions {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-captions:before {
	content: "\F10D"
}

.video-js .vjs-chapters-button .vjs-icon-placeholder,
.vjs-icon-chapters {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before,
.vjs-icon-chapters:before {
	content: "\F10E"
}

.vjs-icon-share {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-share:before {
	content: "\F10F"
}

.vjs-icon-cog {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-cog:before {
	content: "\F110"
}

.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before {
	content: "\F111"
}

.vjs-icon-circle-outline {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-circle-outline:before {
	content: "\F112"
}

.vjs-icon-circle-inner-circle {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-circle-inner-circle:before {
	content: "\F113"
}

.vjs-icon-hd {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-hd:before {
	content: "\F114"
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,
.vjs-icon-cancel {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,
.vjs-icon-cancel:before {
	content: "\F115"
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,
.vjs-icon-replay {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
.vjs-icon-replay:before {
	content: "";
	background-image: url(../img/play.png)
}

.vjs-icon-facebook {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-facebook:before {
	content: "\F117"
}

.vjs-icon-gplus {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-gplus:before {
	content: "\F118"
}

.vjs-icon-linkedin {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-linkedin:before {
	content: "\F119"
}

.vjs-icon-twitter {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-twitter:before {
	content: "\F11A"
}

.vjs-icon-tumblr {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-tumblr:before {
	content: "\F11B"
}

.vjs-icon-pinterest {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-pinterest:before {
	content: "\F11C"
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder,
.vjs-icon-audio-description {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,
.vjs-icon-audio-description:before {
	content: "\F11D"
}

.video-js .vjs-audio-button .vjs-icon-placeholder,
.vjs-icon-audio {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before,
.vjs-icon-audio:before {
	content: "\F11E"
}

.vjs-icon-next-item {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-next-item:before {
	content: "\F11F"
}

.vjs-icon-previous-item {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-previous-item:before {
	content: "\F120"
}

.video-js {
	display: block;
	box-sizing: border-box;
	color: #fff;
	background-color: #000;
	position: relative;
	padding: 0;
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	word-break: normal
}

.video-js:-moz-full-screen {
	position: absolute
}

.video-js:-webkit-full-screen {
	width: 100% !important;
	height: 100% !important
}

.video-js[tabindex="-1"] {
	outline: none
}

.video-js *,
.video-js :after,
.video-js :before {
	box-sizing: inherit
}

.video-js ul {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	list-style-position: outside;
	margin: 0
}

.video-js.vjs-4-3,
.video-js.vjs-16-9,
.video-js.vjs-fluid {
	width: 100%;
	max-width: 100%;
	height: 0
}

.video-js.vjs-16-9 {
	padding-top: 56.25%
}

.video-js.vjs-4-3 {
	padding-top: 75%
}

.video-js.vjs-fill,
.video-js .vjs-tech {
	width: 100%;
	height: 100%
}

.video-js .vjs-tech {
	position: absolute;
	top: 0;
	left: 0
}

body.vjs-full-window {
	padding: 0;
	margin: 0;
	height: 100%
}

.vjs-full-window .video-js.vjs-fullscreen {
	position: fixed;
	overflow: hidden;
	z-index: 1000;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0
}

.video-js.vjs-fullscreen {
	width: 100% !important;
	height: 100% !important;
	padding-top: 0 !important
}

.video-js.vjs-fullscreen.vjs-user-inactive {
	cursor: none
}

.vjs-hidden {
	display: none !important
}

.vjs-disabled {
	opacity: .5;
	cursor: default
}

.video-js .vjs-offscreen {
	height: 1px;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 1px
}

.vjs-lock-showing {
	display: block !important;
	opacity: 1;
	visibility: visible
}

.vjs-no-js {
	padding: 20px;
	color: #fff;
	background-color: #000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 300px;
	height: 150px;
	margin: 0 auto
}

.vjs-no-js a,
.vjs-no-js a:visited {
	color: #66a8cc
}

.video-js .vjs-big-play-button {
	font-size: 3em;
	line-height: 2em;
	height: 2em;
	width: 2em;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	background-image: linear-gradient(90deg, #fe6b5f, #fb3931);
	border-radius: 50%;
	transition: all .4s
}

.vjs-big-play-centered .vjs-big-play-button {
	top: 50%;
	left: 50%;
	margin-top: -1em;
	margin-left: -1em
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-has-started.vjs-paused .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
	display: none
}

.video-js button {
	background: none;
	border: none;
	color: inherit;
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
	text-transform: none;
	text-decoration: none;
	transition: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.vjs-control .vjs-button {
	width: 100%;
	height: 100%
}

.video-js .vjs-control.vjs-close-button {
	cursor: pointer;
	height: 3em;
	position: absolute;
	right: 0;
	top: .5em;
	z-index: 2
}

.video-js .vjs-modal-dialog {
	background: rgba(0, 0, 0, .8);
	background: linear-gradient(180deg, rgba(0, 0, 0, .8), hsla(0, 0%, 100%, 0));
	overflow: auto
}

.video-js .vjs-modal-dialog>* {
	box-sizing: border-box
}

.vjs-modal-dialog .vjs-modal-dialog-content {
	font-size: 1.2em;
	line-height: 1.5;
	padding: 20px 24px;
	z-index: 1
}

.vjs-menu-button {
	cursor: pointer
}

.vjs-menu-button.vjs-disabled {
	cursor: default
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
	display: none
}

.vjs-menu .vjs-menu-content {
	display: block;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto
}

.vjs-menu .vjs-menu-content>* {
	box-sizing: border-box
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
	display: none
}

.vjs-menu li {
	list-style: none;
	margin: 0;
	padding: .2em 0;
	line-height: 1.4em;
	font-size: 1.2em;
	text-align: center;
	text-transform: lowercase
}

.js-focus-visible .vjs-menu li.vjs-menu-item:hover,
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
	background-color: #73859f;
	background-color: rgba(115, 133, 159, .5)
}

.js-focus-visible .vjs-menu li.vjs-selected:hover,
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
	color: #e55982
}

.vjs-menu li.vjs-menu-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em;
	padding: 0;
	margin: 0 0 .3em;
	font-weight: 700;
	cursor: default
}

.vjs-menu-button-popup .vjs-menu {
	display: none;
	position: absolute;
	bottom: 0;
	width: 10em;
	left: -3em;
	height: 0;
	margin-bottom: 1.5em;
	border-top-color: rgba(43, 51, 63, .7)
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	width: 100%;
	bottom: 1.5em;
	max-height: 15em
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
	display: block
}

.video-js .vjs-menu-button-inline {
	transition: all .4s;
	overflow: hidden
}

.video-js .vjs-menu-button-inline:before {
	width: 2.222222222em
}

.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
	width: 12em
}

.vjs-menu-button-inline .vjs-menu {
	opacity: 0;
	height: 100%;
	width: auto;
	position: absolute;
	left: 4em;
	top: 0;
	padding: 0;
	margin: 0;
	transition: all .4s
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
	display: block;
	opacity: 1
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
	display: block;
	opacity: 1;
	position: relative;
	width: auto
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
	width: auto
}

.vjs-menu-button-inline .vjs-menu-content {
	width: auto;
	height: 100%;
	margin: 0;
	overflow: hidden
}

.video-js .vjs-control-bar {
	display: none;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3em;
	background-color: #2b333f;
	background-color: rgba(43, 51, 63, .7)
}

.vjs-has-started .vjs-control-bar {
	display: -ms-flexbox;
	display: flex;
	visibility: visible;
	opacity: 1;
	transition: visibility .1s, opacity .1s
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	visibility: visible;
	opacity: 0;
	transition: visibility 1s, opacity 1s
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
	display: none !important
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	opacity: 1;
	visibility: visible
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
	display: table
}

.video-js .vjs-control {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 4em;
	-ms-flex: none;
	flex: none
}

.vjs-button>.vjs-icon-placeholder:before {
	font-size: 1.8em;
	line-height: 1.67
}

.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
	text-shadow: 0 0 1em #fff
}

.video-js .vjs-control-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.vjs-no-flex .vjs-control {
	display: table-cell;
	vertical-align: middle
}

.video-js .vjs-custom-control-spacer {
	display: none
}

.video-js .vjs-progress-control {
	cursor: pointer;
	-ms-flex: auto;
	flex: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-width: 4em;
	-ms-touch-action: none;
	touch-action: none
}

.video-js .vjs-progress-control.disabled {
	cursor: default
}

.vjs-live .vjs-progress-control {
	display: none
}

.vjs-liveui .vjs-progress-control {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.vjs-no-flex .vjs-progress-control {
	width: auto
}

.video-js .vjs-progress-holder {
	-ms-flex: auto;
	flex: auto;
	transition: all .2s;
	height: .3em
}

.video-js .vjs-progress-control .vjs-progress-holder {
	margin: 0 10px
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
	font-size: 1.6666666666666667em
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
	font-size: 1em
}

.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
	position: absolute;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 0
}

.video-js .vjs-play-progress {
	background-color: #fff
}

.video-js .vjs-play-progress:before {
	font-size: .9em;
	position: absolute;
	right: -.5em;
	top: -.333333333333333em;
	z-index: 1
}

.video-js .vjs-load-progress {
	background: rgba(115, 133, 159, .5)
}

.video-js .vjs-load-progress div {
	background: rgba(115, 133, 159, .75)
}

.video-js .vjs-time-tooltip {
	background-color: #fff;
	background-color: hsla(0, 0%, 100%, .8);
	border-radius: .3em;
	color: #000;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 6px 8px 8px;
	pointer-events: none;
	position: absolute;
	top: -3.4em;
	visibility: hidden;
	z-index: 1
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
	display: none
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-time-tooltip {
	display: block;
	font-size: .6em;
	visibility: visible
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
	font-size: 1em
}

.video-js .vjs-progress-control .vjs-mouse-display {
	display: none;
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #000;
	z-index: 1
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
	z-index: 0
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
	display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
	visibility: hidden;
	opacity: 0;
	transition: visibility 1s, opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
	display: none
}

.vjs-mouse-display .vjs-time-tooltip {
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, .8)
}

.video-js .vjs-slider {
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0 .45em;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #73859f;
	background-color: rgba(115, 133, 159, .5)
}

.video-js .vjs-slider.disabled {
	cursor: default
}

.video-js .vjs-slider:focus {
	text-shadow: 0 0 1em #fff;
	box-shadow: 0 0 1em #fff
}

.video-js .vjs-mute-control {
	cursor: pointer;
	-ms-flex: none;
	flex: none
}

.video-js .vjs-volume-control {
	cursor: pointer;
	margin-right: 1em;
	display: -ms-flexbox;
	display: flex
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
	width: 5em
}

.video-js .vjs-volume-panel .vjs-volume-control {
	visibility: visible;
	opacity: 0;
	width: 1px;
	height: 1px;
	margin-left: -1px
}

.video-js .vjs-volume-panel {
	transition: width 1s
}

.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel:hover .vjs-volume-control {
	visibility: visible;
	opacity: 1;
	position: relative;
	transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s
}

.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
	width: 5em;
	height: 3em
}

.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical {
	left: -3.5em
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
	width: 9em;
	transition: width .1s
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
	width: 4em
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
	height: 8em;
	width: 3em;
	left: -3000em;
	transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
	transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
	width: 5em;
	height: 3em;
	visibility: visible;
	opacity: 1;
	position: relative;
	transition: none
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
	position: absolute;
	bottom: 3em;
	left: .5em
}

.video-js .vjs-volume-panel {
	display: -ms-flexbox;
	display: flex
}

.video-js .vjs-volume-bar {
	margin: 1.35em .45em
}

.vjs-volume-bar.vjs-slider-horizontal {
	width: 5em;
	height: .3em
}

.vjs-volume-bar.vjs-slider-vertical {
	width: .3em;
	height: 5em;
	margin: 1.35em auto
}

.video-js .vjs-volume-level {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff
}

.video-js .vjs-volume-level:before {
	position: absolute;
	font-size: .9em
}

.vjs-slider-vertical .vjs-volume-level {
	width: .3em
}

.vjs-slider-vertical .vjs-volume-level:before {
	top: -.5em;
	left: -.3em
}

.vjs-slider-horizontal .vjs-volume-level {
	height: .3em
}

.vjs-slider-horizontal .vjs-volume-level:before {
	top: -.3em;
	right: -.5em
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
	width: 4em
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
	height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
	width: 100%
}

.video-js .vjs-volume-vertical {
	width: 3em;
	height: 8em;
	bottom: 8em;
	background-color: #2b333f;
	background-color: rgba(43, 51, 63, .7)
}

.video-js .vjs-volume-horizontal .vjs-menu {
	left: -2em
}

.vjs-poster {
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	background-color: #000;
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%
}

.vjs-has-started .vjs-poster {
	display: none
}

.vjs-audio.vjs-has-started .vjs-poster {
	display: block
}

.vjs-using-native-controls .vjs-poster {
	display: none
}

.video-js .vjs-live-control {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex: auto;
	flex: auto;
	font-size: 1em;
	line-height: 3em
}

.vjs-no-flex .vjs-live-control {
	display: table-cell;
	width: auto;
	text-align: left
}

.video-js.vjs-liveui .vjs-live-control,
.video-js:not(.vjs-live) .vjs-live-control {
	display: none
}

.video-js .vjs-seek-to-live-control {
	cursor: pointer;
	-ms-flex: none;
	flex: none;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 100%;
	padding-left: .5em;
	padding-right: .5em;
	font-size: 1em;
	line-height: 3em;
	width: auto;
	min-width: 4em
}

.vjs-no-flex .vjs-seek-to-live-control {
	display: table-cell;
	width: auto;
	text-align: left
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
	display: none
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
	cursor: auto
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
	margin-right: .5em;
	color: #888
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
	color: red
}

.video-js .vjs-time-control {
	-ms-flex: none;
	flex: none;
	font-size: 1em;
	line-height: 3em;
	min-width: 2em;
	width: auto;
	padding-left: 1em;
	padding-right: 1em
}

.video-js .vjs-current-time,
.video-js .vjs-duration,
.vjs-live .vjs-time-control,
.vjs-no-flex .vjs-current-time,
.vjs-no-flex .vjs-duration {
	display: none
}

.vjs-time-divider {
	display: none;
	line-height: 3em
}

.vjs-live .vjs-time-divider {
	display: none
}

.video-js .vjs-play-control {
	cursor: pointer
}

.video-js .vjs-play-control .vjs-icon-placeholder {
	-ms-flex: none;
	flex: none
}

.vjs-text-track-display {
	position: absolute;
	bottom: 3em;
	left: 0;
	right: 0;
	top: 0;
	pointer-events: none
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
	bottom: 1em
}

.video-js .vjs-text-track {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: .1em
}

.vjs-subtitles {
	color: #fff
}

.vjs-captions {
	color: #fc6
}

.vjs-tt-cue {
	display: block
}

video::-webkit-media-text-track-display {
	transform: translateY(-3em)
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
	transform: translateY(-1.5em)
}

.video-js .vjs-fullscreen-control {
	cursor: pointer;
	-ms-flex: none;
	flex: none
}

.vjs-playback-rate .vjs-playback-rate-value,
.vjs-playback-rate>.vjs-menu-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.vjs-playback-rate .vjs-playback-rate-value {
	pointer-events: none;
	font-size: 1.5em;
	line-height: 2;
	text-align: center
}

.vjs-playback-rate .vjs-menu {
	width: 4em;
	left: 0
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
	font-size: 1.4em;
	text-align: center
}

.vjs-error .vjs-error-display:before {
	color: #fff;
	content: "X";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4em;
	left: 0;
	line-height: 1;
	margin-top: -.5em;
	position: absolute;
	text-shadow: .05em .05em .1em #000;
	text-align: center;
	top: 50%;
	vertical-align: middle;
	width: 100%
}

.vjs-loading-spinner {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .85;
	text-align: left;
	border: 6px solid rgba(43, 51, 63, .7);
	box-sizing: border-box;
	background-clip: padding-box;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	visibility: hidden
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
	display: block;
	animation: 0s linear .3s forwards vjs-spinner-show
}

.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
	content: "";
	position: absolute;
	margin: -6px;
	box-sizing: inherit;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	opacity: 1;
	border: inherit;
	border-color: transparent;
	border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
	animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
	border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
	border-top-color: #fff;
	animation-delay: .44s
}

@keyframes vjs-spinner-show {
	to {
		visibility: visible
	}
}

@keyframes vjs-spinner-spin {
	to {
		transform: rotate(1turn)
	}
}

@keyframes vjs-spinner-fade {
	0% {
		border-top-color: #73859f
	}

	20% {
		border-top-color: #73859f
	}

	35% {
		border-top-color: #fff
	}

	60% {
		border-top-color: #73859f
	}

	to {
		border-top-color: #73859f
	}
}

.vjs-chapters-button .vjs-menu ul {
	width: 24em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: -.1em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
	font-family: VideoJS;
	content: "\F10D";
	font-size: 1.5em;
	line-height: inherit
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: -.1em
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
	font-family: VideoJS;
	content: " \F11D";
	font-size: 1.5em;
	line-height: inherit
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
	-ms-flex: auto;
	flex: auto;
	display: block
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
	width: auto
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel {
	display: none
}

.vjs-modal-dialog.vjs-text-track-settings {
	background-color: #2b333f;
	background-color: rgba(43, 51, 63, .75);
	color: #fff;
	height: 70%
}

.vjs-text-track-settings .vjs-modal-dialog-content {
	display: table
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-controls,
.vjs-text-track-settings .vjs-track-settings-font {
	display: table-cell
}

.vjs-text-track-settings .vjs-track-settings-controls {
	text-align: right;
	vertical-align: bottom
}

@supports (display:grid) {
	.vjs-text-track-settings .vjs-modal-dialog-content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
		padding: 20px 24px 0
	}

	.vjs-track-settings-controls .vjs-default-button {
		margin-bottom: 20px
	}

	.vjs-text-track-settings .vjs-track-settings-controls {
		grid-column: 1/-1
	}

	.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
	.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,
	.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
		grid-template-columns: 1fr
	}
}

.vjs-track-setting>select {
	margin-right: 1em;
	margin-bottom: .5em
}

.vjs-text-track-settings fieldset {
	margin: 5px;
	padding: 3px;
	border: none
}

.vjs-text-track-settings fieldset span {
	display: inline-block
}

.vjs-text-track-settings fieldset span>select {
	max-width: 7.3em
}

.vjs-text-track-settings legend {
	color: #fff;
	margin: 0 0 5px
}

.vjs-text-track-settings .vjs-label {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	display: block;
	margin: 0 0 5px;
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden
}

.vjs-track-settings-controls button:active,
.vjs-track-settings-controls button:focus {
	outline-style: solid;
	outline-width: medium;
	background-image: linear-gradient(0deg, #fff 88%, #73859f)
}

.vjs-track-settings-controls button:hover {
	color: rgba(43, 51, 63, .75)
}

.vjs-track-settings-controls button {
	background-color: #fff;
	background-image: linear-gradient(-180deg, #fff 88%, #73859f);
	color: #2b333f;
	cursor: pointer;
	border-radius: 2px
}

.vjs-track-settings-controls .vjs-default-button {
	margin-right: 1em
}

@media print {
	.video-js>:not(.vjs-tech):not(.vjs-poster) {
		visibility: hidden
	}
}

.vjs-resize-manager {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	z-index: -1000
}

.js-focus-visible .video-js :focus:not(.focus-visible),
.video-js .vjs-menu :focus:not(:focus-visible),
.video-js :focus:not(:focus-visible) {
	outline: none;
	background: none
}

.video-js :focus,
.video-js button {
	outline: none
}

.video-js .vjs-control-bar {
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .6)
}

.video-js .vjs-control-bar .vjs-control {
	width: 3em
}

.video-js .vjs-control-bar .vjs-time-control {
	display: block;
	width: auto;
	height: auto;
	padding: 0
}

.video-js .vjs-control-bar .vjs-play-control {
	-ms-flex-order: 1;
	order: 1
}

.video-js .vjs-control-bar .vjs-progress-control {
	padding: 0;
	-ms-flex-order: 2;
	order: 2
}

.video-js .vjs-control-bar .vjs-progress-control .vjs-load-progress {
	background: #fff
}

.video-js .vjs-control-bar .vjs-progress-control .vjs-play-progress {
	background-color: #e55982
}

.video-js .vjs-control-bar .vjs-progress-control .vjs-play-progress:before {
	content: "";
	width: 1em;
	height: 1em;
	background: #e55982;
	border-radius: 50%;
	font-size: 1em
}

.video-js .vjs-control-bar .vjs-current-time {
	padding-left: .5em;
	-ms-flex-order: 3;
	order: 3
}

.video-js .vjs-control-bar .vjs-duration {
	padding-left: .2em;
	padding-right: .5em;
	-ms-flex-order: 4;
	order: 4
}

.video-js .vjs-control-bar .vjs-duration:before {
	content: "/";
	position: relative;
	left: -.1em
}

.video-js .vjs-control-bar .vjs-resolution-button {
	-ms-flex-order: 5;
	order: 5
}

.video-js .vjs-control-bar .vjs-fullscreen-control {
	-ms-flex-order: 6;
	order: 6
}

.video-js .vjs-control-bar .vjs-volume-panel {
	display: none
}

.vjs-button>.vjs-icon-placeholder:before {
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 70%
}

.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
	content: "";
	background-image: url(../img/play.png)
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.vjs-icon-pause:before {
	content: "";
	background-image: url(../img/stop.png)
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
	content: "";
	background-image: url(../img/fullscreen.png)
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-exit:before {
	content: "";
	background-image: url(../img/unfullscreen.png)
}

.vjs-has-started.vjs-user-inactive.vjs-playing+.back {
	visibility: visible;
	opacity: 0;
	transition: visibility 1s, opacity 1s
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
	content: "";
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/big_play.png)
}

.vjs-resolution-button .vjs-menu-button {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

.vjs-resolution-button .vjs-resolution-button-label {
	font-size: 1em;
	line-height: 3em;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	box-sizing: inherit;
	font-family: Arial, Helvetica, sans-serif
}

.vjs-resolution-button ul.vjs-menu-content {
	width: 3em !important
}

.vjs-resolution-button .vjs-menu {
	left: 0
}

.vjs-resolution-button .vjs-menu li {
	padding: .5em 0
}

@media only screen and (max-device-width:900px) and (orientation:landscape) {
	.video-js .vjs-control-bar {
		bottom: 20px
	}
}

.videojs-content .video-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.videojs-content .tips {
	position: absolute;
	right: 10px;
	top: 20px;
	display: -ms-flexbox;
	display: flex;
	padding: 3px 10px;
	border-radius: 50px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	font-weight: 500;
	z-index: 100
}

.videojs-content .premiss-content,
.videojs-content .premiss-content .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.videojs-content .premiss-content .content {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	background: rgba(0, 0, 0, .6);
	z-index: 1
}

.videojs-content .premiss-content .content,
.videojs-content .premiss-content .content p {
	display: -ms-flexbox;
	display: flex
}

.videojs-content .premiss-content .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.videojs-content .premiss-content .btn {
	padding: 7px 10px;
	margin-top: 10px;
	border-radius: 50px;
	background-image: linear-gradient(180deg, #f35d44, #dd0f3a);
	color: #fff;
	font-size: 12px
}

.videojs-content .white {
	color: #fff
}

.videojs-content .gold {
	color: #f8e71c
}

.videojs-content .time-content {
	position: absolute;
	top: 50%;
	left: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 110px;
	height: 45px;
	border-radius: 5px;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, .5);
	pointer-events: none
}

.videojs-content .time-content .icon {
	position: relative;
	width: 0;
	height: 0;
	border-style: solid
}

.videojs-content .time-content .icon:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid
}

.videojs-content .time-content .icon.right,
.videojs-content .time-content .icon.right:before {
	border-width: 8px 0 8px 14px;
	border-color: transparent transparent transparent #ffffea
}

.videojs-content .time-content .icon.right:before {
	top: -8px;
	left: -24px
}

.videojs-content .time-content .icon.left,
.videojs-content .time-content .icon.left:before {
	border-width: 8px 14px 8px 0;
	border-color: transparent #ffffea transparent transparent
}

.videojs-content .time-content .icon.left:before {
	top: -8px;
	right: -4px
}

.videojs-content .time-content .time {
	color: #fff;
	margin-left: 7px
}

.first__container {
	position: absolute;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	height: 100%
}

.first__content {
	padding: 0 10px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	color: #fff;
	background-color: rgba(0, 0, 0, .5)
}

.first__content,
.first__left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.first__left {
	padding: 5px
}

.first-title,
.first__left {
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.first-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.first-title img {
	width: 25px;
	height: 25px
}

.first-title-notice {
	margin: 0 10px;
	padding: 5px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column
}

.first-title-notice span {
	-ms-flex-item-align: start;
	align-self: flex-start;
	font-size: 12px
}

.first__right {
	padding: 5px;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.first-button,
.first__right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.first-button {
	padding: 8px 5px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 90px;
	color: #fff;
	font-size: 13px;
	border-radius: 5px;
	border-style: none
}

.first-button.lock {
	background-color: hsla(0, 0%, 100%, .5)
}

.first-button.lock img {
	width: 14px;
	height: 14px
}

.first-button.un-lock {
	background-color: #e85151
}

.first-button.un-lock img {
	width: 18px;
	height: 13px
}

.first-button.manual-unlock {
	background-color: #f88f32
}

.first-button.manual-unlock img {
	width: 14px;
	height: 14px
}

.progress-bar {
	position: absolute;
	bottom: 0;
	height: 3px;
	background-color: red
}

.progress-bar.run {
	animation: progressAnimation 60s
}

@keyframes progressAnimation {
	0% {
		width: 0
	}

	to {
		width: 100%
	}
}

.vjs-modal-dialog-content {
	display: none
}

.sticky-view-container[data-v-443449bc] {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%
}

.sticky-view-container li[data-v-443449bc] {
	padding: 20px 10px
}

.sticky-view-container .sticky-header[data-v-443449bc] {
	background-color: #666
}

.sticky-view-container .cube-scroll-wrapper[data-v-443449bc] {
	background-color: #fff
}

.task-header[data-v-443449bc] {
	padding: 0 10px 0 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 40px;
	background-color: #fff
}

.task-header h3[data-v-443449bc] {
	color: #999
}

.task-header .btn[data-v-443449bc] {
	width: 25px;
	height: 25px;
	background-image: url(../img/chevron_left.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.task-header .query-point[data-v-443449bc] {
	color: #999;
	font-size: 14px;
	opacity: .5
}

.task-info[data-v-443449bc] {
	width: 100%;
	height: 300px;
	background-image: url(../img/bg-mypoint.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%
}

.task-info .task-point-title[data-v-443449bc] {
	padding-top: 22px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	text-shadow: 1px 1px 1px #000
}

.task-info .task-point-title img[data-v-443449bc] {
	margin-left: 6px;
	width: 20px;
	height: 20px
}

.task-info .task-point[data-v-443449bc] {
	padding-top: 12px;
	font-size: 52px;
	text-align: center;
	line-height: 1.15;
	color: #fff;
	text-shadow: 1px 1px 2px #000
}

.task-info .task-point-message[data-v-443449bc] {
	padding-top: 12px;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 1px #000
}

.task-info .task-point-plans[data-v-443449bc] {
	padding-top: 12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-ms-flex-align: center;
	align-items: center
}

.task-point-plan[data-v-443449bc] {
	margin: 0 5px;
	position: relative;
	border-radius: 10px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .3);
	overflow: hidden;
	-ms-flex: 1;
	flex: 1
}

.ace_2[data-v-443449bc] {
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100px
}

.ace_2 div[data-v-443449bc],
.ace_2[data-v-443449bc] {
	display: -ms-flexbox;
	display: flex
}

.ace_2 div[data-v-443449bc] {
	position: relative
}

.ace_2 p[data-v-443449bc] {
	top: 45%;
	font-size: 18px
}

.ace_2 p[data-v-443449bc],
.ace_2 span[data-v-443449bc] {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center
}

.ace_2 span[data-v-443449bc] {
	top: 70%;
	display: block;
	font-size: 12px
}

.ace_2 .bot[data-v-443449bc],
.ace_2 .top[data-v-443449bc] {
	width: 100%;
	height: 100%
}

.ace_2 .bot~span[data-v-443449bc] {
	top: 45%;
	font-size: 14px;
	color: #e85151
}

.no_data[data-v-443449bc] {
	margin: 0 24px;
	padding: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	min-height: 120px;
	border-radius: 8px;
	background-color: hsla(0, 0%, 100%, .5)
}

.no_data img[data-v-443449bc] {
	width: 20px;
	height: 20px
}

.cube-tab[data-v-443449bc] {
	background-color: #fff;
	color: #e55982
}

.tab-panel-ul li[data-v-443449bc]:nth-child(odd) {
	background-color: #fff
}

.tab-panel-ul li[data-v-443449bc]:nth-child(2n) {
	background-color: #f0f0f0
}

.tab-panel-ul li[data-v-443449bc] {
	padding: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}

.tab-panel-ul .title[data-v-443449bc] {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8
}

.tab-panel-ul .desc[data-v-443449bc] {
	color: rgba(0, 0, 0, .5)
}

.tab-panel-ul .point[data-v-443449bc] {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	display: -ms-flexbox;
	display: flex
}

.tab-panel-ul .point img[data-v-443449bc] {
	margin-left: 4px;
	width: 20px;
	height: 20px
}

.remind[data-v-443449bc] {
	margin-bottom: calc(4rem + env(safe-area-inset-bottom));
	padding: 12px;
	text-align: center;
	opacity: .4
}

.error[data-v-443449bc],
.loading[data-v-443449bc],
.noData[data-v-443449bc] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 200px;
	max-height: 200px;
	height: 100%;
	text-align: center;
	color: #999
}

.error[data-v-443449bc],
.noData[data-v-443449bc] {
	color: #000
}

.cube-extend-popup .cube-extend-popup-content[data-v-443449bc] {
	padding: 10px 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .8);
	overflow: hidden
}

.cube-extend-popup .cube-extend-popup-content img[data-v-443449bc] {
	margin: 0 10px 0 0;
	width: 30px;
	height: 30px
}

.backdrop[data-v-4c528dab] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, .5);
	z-index: 2000
}

.task-container[data-v-4c528dab] {
	padding: 20px 12px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 300px;
	width: 100%;
	height: 520px;
	overflow: hidden;
	border-radius: 12px;
	background-image: linear-gradient(151deg, #ff6f61, #e55982)
}

.task-container[data-v-4c528dab],
.task-container img[data-v-4c528dab] {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.task-container img[data-v-4c528dab] {
	width: 150%;
	height: 150%;
	position: absolute
}

.task-container .title[data-v-4c528dab] {
	margin-bottom: 4px;
	font-size: 14px;
	color: #fce512
}

.task-container .desc[data-v-4c528dab] {
	font-size: 12px;
	color: #fff
}

.task-container .content[data-v-4c528dab] {
	padding-top: 16px;
	padding-bottom: 16px;
	display: -ms-flexbox;
	display: flex
}

.task-container .content .content_success_message[data-v-4c528dab] {
	padding: 6px 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 165px;
	font-size: 12px;
	line-height: 1.6;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, .5)
}

.task-container .content .success_message_title[data-v-4c528dab] {
	font-size: 13px
}

.task-container .content .success_message_desc[data-v-4c528dab] {
	color: #e85151;
	font-size: 13px
}

.task-container .content .day-content[data-v-4c528dab] {
	-ms-flex: 1;
	flex: 1;
	padding-top: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center;
	color: #fff
}

.task-container .content .day-content-title[data-v-4c528dab] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-item-align: end;
	align-self: flex-end;
	text-shadow: 1px 1px 1px #000
}

.task-container .content .day-content-number[data-v-4c528dab] {
	-ms-flex-item-align: end;
	align-self: flex-end;
	font-size: 48px;
	text-shadow: 1px 1px 1px #000;
	line-height: .9
}

.task-container .content .day-content-unit[data-v-4c528dab] {
	-ms-flex-item-align: end;
	align-self: flex-end;
	font-size: 14px;
	text-shadow: 1px 1px 1px #000
}

.task-container .content .day7[data-v-4c528dab] {
	color: #fff;
	background-color: #e85151;
	box-shadow: 0 0 1px 2px #fff;
	z-index: 1
}

.task-container .content .day7 .success_message_desc[data-v-4c528dab] {
	color: #fce512
}

.task-container .list[data-v-4c528dab] {
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, .5);
	overflow: hidden;
	overflow-y: scroll;
	z-index: 10
}

.task-container .list[data-v-4c528dab]::-webkit-scrollbar {
	display: none
}

.task-container .list .item[data-v-4c528dab] {
	position: relative;
	padding: 6px 10px;
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center
}

.task-container .list .item .details[data-v-4c528dab] {
	font-size: 12px
}

.task-container .list .item .details p[data-v-4c528dab] {
	display: inline-block;
	color: #e85151
}

.task-container .list .item .details p[data-v-4c528dab]:first-letter {
	color: #000
}

.task-container .list .item .completed[data-v-4c528dab] {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
	font-size: 12px;
	color: #666
}

.task-container .list .item.active[data-v-4c528dab] {
	background-image: linear-gradient(180deg, #fce512 1%, #fdc302)
}

.task-container .list .item[data-v-4c528dab]:nth-child(2n) {
	background-color: #f0f0f0
}

.task-container .close[data-v-4c528dab] {
	position: absolute;
	top: 6px;
	right: 8px;
	width: 22px;
	height: 22px;
	border: 1px solid #000;
	border-radius: 50%;
	overflow: hidden
}

.task-container .close div[data-v-4c528dab] {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #000
}

.task-container .close div[data-v-4c528dab]:after,
.task-container .close div[data-v-4c528dab]:before {
	content: "";
	padding: 0;
	position: absolute;
	width: 10px;
	border: 1px solid #fff;
	background-color: #fff
}

.task-container .close div[data-v-4c528dab]:after {
	top: 9px;
	left: 4px;
	transform: rotate(45deg)
}

.task-container .close div[data-v-4c528dab]:before {
	top: 9px;
	right: 4px;
	transform: rotate(-45deg)
}

.bg-white {
	background-color: #fff
}

.gridline[data-v-0b95571e] {
	padding: 0 10px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 12px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999
}

.gridline .line[data-v-0b95571e] {
	background-color: rgba(0, 0, 0, .6)
}

.background-scroll[data-v-0b95571e] {
	background-image: linear-gradient(90deg, #fd6f63, #e35b81)
}

.background-scroll .cube-scroll-list-wrapper[data-v-0b95571e] {
	-ms-flex: flex;
	flex: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.btn.user {
	margin-top: auto;
	padding: 12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	font-size: 14px;
	color: #000;
	font-weight: 600;
	border: none;
	border-radius: 22px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .16);
	background-color: #fffb8a;
	outline: none
}

.btn img[data-v-0b95571e] {
	margin-right: 4px
}

.member.user {
	position: relative;
	width: 100%;
	height: 220px;
	background-image: linear-gradient(90deg, #fd6f63, #e35b81)
}

.member__control {
	margin-top: 12px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-width: 480px;
	width: 100%
}

.member__control-btn,
.member__control {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.member__control-btn {
	margin-right: 10px;
	-ms-flex-pack: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background-color: hsla(0, 0%, 100%, .24);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 50%;
	border-radius: 50%
}

.member__control .setting {
	background-image: url(../svg/setting.svg)
}

.member__control .bell {
	background-image: url(../svg/bell.svg)
}

.member__control .reload {
	background-image: url(../svg/reload.svg)
}

.member__info {
	padding: 0 10px;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: -ms-flexbox;
	display: flex;
	max-width: 480px;
	width: 100%;
	color: hsla(0, 0%, 100%, .8)
}

.member__info .member__authority {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.5
}

.member__info .member__authority {
	margin-right: 6px
}

.member__info .member__authority .diamond {
	width: 24px;
	height: 24px
}

.member__info .member__authority .prompt[data-v-0b95571e] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 22px;
	height: 22px;
	font-size: 16px;
	border-radius: 50%;
	background-color: hsla(0, 0%, 100%, .24);
	cursor: pointer
}

.member__info .member__authority .time {
	font-size: 12px;
	color: hsla(0, 0%, 100%, .8)
}

.member__info .member__info-avatar,
.member__info .member__info-avatar img {
	width: 125px;
	height: 120px
}

.member__info .member__info-control {
	margin-left: 8px;
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.member__info .member__title {
	color: #fff;
	font-size: 14px
}

@media (min-width:350px) {
	.member__info .member__title {
		font-size: 20px
	}
}

.member__info .member__description {
	color: hsla(0, 0%, 100%, .8);
	font-size: 12px
}

.member__info .task__info[data-v-0b95571e] {
	margin-top: auto;
	width: 100%
}

.member__info .task__info-progress[data-v-0b95571e] {
	margin-top: 4px;
	position: relative
}

.member__info .progress-bar[data-v-0b95571e] {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 24px;
	background-color: hsla(0, 0%, 100%, 0);
	border: 3px solid #f4acb8;
	border-radius: 24px;
	overflow: hidden
}

.member__info .progress-bar span[data-v-0b95571e] {
	position: absolute;
	background-color: #f4acb8;
	border: 2px solid #e35b81;
	top: 50%;
	left: 0;
	width: 20%;
	height: 100%;
	border-radius: 24px;
	transform: translateY(-50%);
	z-index: 1
}

.member__info .progress-bar span.signin[data-v-0b95571e] {
	background-color: #fff
}

.member__info .progress-bar span[data-v-0b95571e]:nth-of-type(2) {
	left: 13%;
	z-index: -1
}

.member__info .progress-bar span[data-v-0b95571e]:nth-of-type(3) {
	left: 26%;
	z-index: -2
}

.member__info .progress-bar span[data-v-0b95571e]:nth-of-type(4) {
	left: 40%;
	z-index: -3
}

.member__info .progress-bar span[data-v-0b95571e]:nth-of-type(5) {
	left: 54%;
	z-index: -4
}

.member__info .progress-bar span[data-v-0b95571e]:nth-of-type(6) {
	left: 68%;
	z-index: -5
}

.member__info .progress-bar span[data-v-0b95571e]:nth-of-type(7) {
	left: 80%;
	z-index: -6
}

.member__info .tooltip[data-v-0b95571e] {
	position: absolute;
	padding: 8px;
	background-color: #fffb8a;
	z-index: 100;
	color: #000;
	right: 0;
	top: -40px;
	border-radius: 4px
}

.member__info .tooltip[data-v-0b95571e]:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #fffb8a;
	transform: translate(-50%, -50%);
	top: 120%;
	left: 75%
}

.member__info .vip__title[data-v-0b95571e] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.member__info .vip__title .vip__time-limit[data-v-0b95571e] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 12px
}

.member__info .vip__title .vip__time-limit img[data-v-0b95571e] {
	-ms-flex-item-align: center;
	align-self: center
}

@media (min-width:350px) {
	.member__info .vip__title .vip__time-limit[data-v-0b95571e] {
		font-size: 14px
	}
}

.member__modal__container {
	padding: 0 10px;
	position: absolute;
	bottom: -136px;
	left: 50%;
	transform: translate(-50%);
	max-width: 480px;
	width: 100%;
	height: 160px;
	z-index: 100
}

.member__modal__container .member__modal {
	position: relative;
	width: 100%;
	height: 160px
}

.member__modal__container .member__modal:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	border-radius: 16px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .16);
	background-color: hsla(0, 0%, 100%, .75);
	overflow: hidden;
	z-index: 1
}

.member__modal__container .modal__icon-list {
	padding: 16px 0;
	position: relative;
	z-index: 100;
	width: 100%
}

.member__modal__container .modal__icon-list .icon-item,
.member__modal__container .modal__icon-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.member__modal__container .modal__icon-list .icon-item {
	margin: 0 5px;
	-ms-flex-direction: column;
	flex-direction: column
}

.member__modal__container .modal__icon-list .icon-item .icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: rgba(242, 103, 113, .48);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: 50%
}

.member__modal__container .modal__icon-list .icon-item span {
	line-height: 2;
	color: rgba(0, 0, 0, .6)
}

.member__modal__container .modal__icon-list .icon-item .hd {
	background-image: url(../svg/hd.svg)
}

.member__modal__container .modal__icon-list .icon-item .rocket {
	background-image: url(../svg/rocket.svg)
}

.member__modal__container .modal__icon-list .icon-item .download {
	background-image: url(../svg/download.svg)
}

.member__modal__container .modal__icon-list .icon-item .player {
	background-image: url(../svg/player.svg)
}

.member__modal__container .modal__btn {
	padding: 0 12px;
	position: relative;
	bottom: 8px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	z-index: 100
}

.member__modal__container .modal__btn .btn {
	max-width: 330px
}

.member__modal__container .modal__btn .btn img {
	margin-right: 4px
}

.member__list {
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 300px;
	padding: 140px 10px 0;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff
}

.member__list__container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 10px;
	row-gap: 8px;
	max-width: 480px;
	width: 100%
}

.member__list__container .member__list-item {
	padding: 12px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column
}

.member__list__container .member__list-item span {
	color: rgba(0, 0, 0, .6)
}

.member__list__container .icon {
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%
}

.member__list__container .record {
	background-image: url(../svg/record.svg)
}

.member__list__container .ticket {
	background-image: url(../svg/ticket.svg)
}

.member__list__container .task {
	background-image: url(../svg/task.svg)
}

.member__list__container .promote {
	background-image: url(../svg/promote.svg)
}

.member__list__container .history {
	background-image: url(../svg/history.svg)
}

.member__list__container .chat {
	background-image: url(../svg/chat.svg)
}

.member__list__container .service-mail {
	background-image: url(../svg/service-mail.svg)
}

.version {
	color: rgba(0, 0, 0, .38);
	text-align: center;
	font-size: 12px
}

header[data-v-cf2859cc] {
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 520px;
	width: 100%;
	height: 40px;
	background: #fff;
	z-index: 10
}

header .back[data-v-cf2859cc] {
	left: 10px
}

.back,
.next{
	position: absolute;
	width: 25px;
	height: 25px;
	background-image: url(../img/chevron_left.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.next {
	right: 10px;
	transform: rotate(180deg);
	filter: opacity(.5)
}

.setting__wrapper {
	background-color: #f0f0f0
}

.setting__container {
	margin-top: 40px;
	padding-top: 12px
}

.setting__body {
	margin-bottom: 12px
}

.btn.setting {
	margin: 0 0 12px;
	padding: 12px;
	width: 100%;
	background-color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.btn .back[data-v-cf2859cc] {
	left: 10px
}

.btn-2 {
	padding: 12px 12px 0;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	background-color: #fff
}

.btn-2 div {
	margin-bottom: 12px
}

.btn-2 span {
	font-size: 13px;
	line-height: 1;
	color: rgba(0, 0, 0, .38)
}

.btn-2 .row {
	margin-bottom: 0;
	padding-bottom: 12px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.btn-2 .back {
	right: 0;
	top: 0;
	transform: translate(0) rotate(180deg);
	filter: opacity(.5)
}

.btn-2:nth-child(3) div {
	margin-bottom: 0
}

.btn-2:nth-child(3) .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid transparent
}

.cube-tab-bar {
	position: relative;
	align-items: center
}

.cube-tab-bar,
.cube-tab-bar_inline .cube-tab {
	display: flex;
	justify-content: center
}

.cube-tab-bar_inline .cube-tab {
	align-content: center
}

.cube-tab-bar-slider {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 20px;
	background-color: #e8864c
}

.cube-tab {
	flex: 1;
	padding: 7px 0;
	color: #666;
	text-align: center
}

.cube-tab_active {
	color: #e8864c
}

.cube-slide {
	min-height: 1px
}

.cube-slide,
.cube-slide-group {
	position: relative;
	height: 100%;
	overflow: hidden
}

.cube-slide-group {
	white-space: nowrap
}

.cube-slide-dots {
	position: absolute;
	bottom: 2px;
	right: 0;
	left: 0;
	padding: 0 6px;
	font-size: 0;
	text-align: center;
	transform: translateZ(1px)
}

.cube-slide-dots>span {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 1px;
	width: 10px;
	height: 1px;
	background: #ccc
}

.cube-slide-dots>span.active {
	background: #fc9153
}

.cube-slide-item {
	float: left;
	box-sizing: border-box;
	height: 100%;
	width: 100%
}

.cube-slide-item>a {
	overflow: hidden;
	text-decoration: none
}

.cube-slide-item>a,
.cube-slide-item>a>img {
	display: block;
	height: 100%
}

.cube-scroll-wrapper {
	position: relative;
	height: 100%;
	overflow: hidden
}

.cube-scroll-list-wrapper {
	overflow: hidden
}

.cube-pulldown-wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all
}

.cube-pulldown-wrapper .before-trigger {
	height: 54px;
	line-height: 0;
	padding-top: 6px
}

.cube-pulldown-wrapper .after-trigger .loading {
	padding: 8px 0
}

.cube-pulldown-wrapper .after-trigger .cube-pulldown-loaded {
	padding: 12px 0
}

.cube-pullup-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.cube-pullup-wrapper .before-trigger {
	padding: 22px 0;
	min-height: 1em
}

.cube-pullup-wrapper .after-trigger {
	padding: 19px 0
}

.cube-scroll-content {
	position: relative;
	z-index: 1
}

.cube-scroll-item {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	padding-left: 20px
}

.cube-loading {
	font-size: 24px
}

.cube-loading-spinners {
	position: relative;
	display: block;
	width: 1em;
	height: 1em
}

.cube-loading-spinner {
	position: absolute;
	left: 44.5%;
	top: 37%;
	width: 2px;
	height: 25%;
	border-radius: 50%/20%;
	opacity: .25;
	background-color: currentColor;
	animation: spinner-fade 1s linear infinite
}

.cube-loading-spinner:first-child {
	animation-delay: 0s;
	transform: rotate(-150deg) translateY(-150%)
}

.cube-loading-spinner:nth-child(2) {
	animation-delay: .083333333333333s;
	transform: rotate(-120deg) translateY(-150%)
}

.cube-loading-spinner:nth-child(3) {
	animation-delay: .166666666666667s;
	transform: rotate(-90deg) translateY(-150%)
}

.cube-loading-spinner:nth-child(4) {
	animation-delay: .25s;
	transform: rotate(-60deg) translateY(-150%)
}

.cube-loading-spinner:nth-child(5) {
	animation-delay: .333333333333333s;
	transform: rotate(-30deg) translateY(-150%)
}

.cube-loading-spinner:nth-child(6) {
	animation-delay: .416666666666667s;
	transform: rotate(0deg) translateY(-150%)
}

.cube-loading-spinner:nth-child(7) {
	animation-delay: .5s;
	transform: rotate(30deg) translateY(-150%)
}

.cube-loading-spinner:nth-child(8) {
	animation-delay: .583333333333333s;
	transform: rotate(60deg) translateY(-150%)
}

.cube-loading-spinner:nth-child(9) {
	animation-delay: .666666666666667s;
	transform: rotate(90deg) translateY(-150%)
}

.cube-loading-spinner:nth-child(10) {
	animation-delay: .75s;
	transform: rotate(120deg) translateY(-150%)
}

.cube-loading-spinner:nth-child(11) {
	animation-delay: .833333333333333s;
	transform: rotate(150deg) translateY(-150%)
}

.cube-loading-spinner:nth-child(12) {
	animation-delay: .916666666666667s;
	transform: rotate(180deg) translateY(-150%)
}

@keyframes spinner-fade {
	0% {
		opacity: .85
	}

	50% {
		opacity: .25
	}

	to {
		opacity: .25
	}
}

.cube-dialog-main {
	width: 270px;
	padding: 0;
	text-align: center;
	overflow: hidden;
	border-radius: 2px;
	background-color: #fff
}

.cube-dialog-alert,
.cube-dialog-confirm {
	position: relative;
	overflow: hidden
}

.cube-dialog-icon {
	margin-top: 20px;
	margin-bottom: 16px;
	line-height: 1;
	color: #4a4c5b;
	font-size: 30px
}

.cube-dialog-icon i {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 10px;
	box-sizing: content-box;
	border-radius: 50%;
	background-color: #f3f4f5
}

.cube-dialog-icon+.cube-dialog-title .cube-dialog-title-def {
	margin-top: 0
}

.cube-dialog-icon+.cube-dialog-content {
	margin-top: -4px
}

.cube-dialog-title {
	color: #333;
	font-size: 16px;
	line-height: 1
}

.cube-dialog-title+.cube-dialog-content {
	margin-top: 12px
}

.cube-dialog-title-def {
	margin: 30px 16px 0;
	overflow: hidden;
	white-space: nowrap
}

.cube-dialog-content {
	margin: 16px 0;
	text-align: left;
	color: #666;
	font-size: 14px;
	line-height: 22px
}

.cube-dialog-content-def {
	padding: 0 16px
}

.cube-dialog-content-def>p {
	display: table;
	margin: auto
}

.cube-dialog-content-def>p+.cube-input {
	margin-top: 12px
}

.cube-dialog-confirm .cube-dialog-btns .cube-dialog-btn,
.cube-dialog-prompt .cube-dialog-btns .cube-dialog-btn {
	width: 50%;
	float: left
}

.cube-dialog-confirm .cube-dialog-btns.border-right-1px:after,
.cube-dialog-prompt .cube-dialog-btns.border-right-1px:after {
	right: 50%;
	border-color: #ebebeb
}

.cube-dialog-close {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	color: #999;
	font-size: 18px
}

.cube-dialog-btns {
	overflow: hidden;
	width: 100%;
	font-size: 0
}

.cube-dialog-btn {
	display: inline-block;
	width: 100%;
	padding: 17px 10px;
	margin: 0;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #999;
	background-color: #fff;
	background-clip: padding-box;
	box-sizing: border-box
}

.cube-dialog-btn:active {
	background-color: rgba(0, 0, 0, .04)
}

.cube-dialog-btn_highlight {
	color: #fc9153
}

.cube-dialog-btn_highlight:active {
	background-color: rgba(252, 145, 83, .04)
}

.cube-dialog-btn_disabled {
	color: #999
}

.cube-dialog-btn_disabled:active {
	background-color: transparent
}

.cube-dialog-fade-enter-active {
	animation: dialog-fadein .4s
}

.cube-dialog-fade-enter-active .cube-dialog-main {
	animation: dialog-zoom .4s
}

@keyframes dialog-fadein {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes dialog-zoom {
	0% {
		transform: scale(0)
	}

	50% {
		transform: scale(1.1)
	}

	to {
		transform: scale(1)
	}
}

.cube-popup {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	pointer-events: none
}

.cube-popup_mask {
	pointer-events: auto
}

.cube-popup_mask .cube-popup-mask {
	display: block
}

.cube-popup-container,
.cube-popup-mask {
	position: absolute;
	width: 100%;
	height: 100%
}

.cube-popup-mask {
	display: none;
	overflow: hidden;
	background-color: #25262d;
	opacity: .4;
	pointer-events: auto
}

.cube-popup-mask:before {
	content: ".";
	display: block;
	width: 1px;
	height: 1px;
	background-color: rgba(0, 0, 0, .1);
	margin-left: -10px
}

.cube-popup-container {
	transform: translate(100%, 100%)
}

.cube-popup-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	transform: translate(-100%, -100%);
	pointer-events: auto
}

.cube-popup-center .cube-popup-content,
.cube-popup-left .cube-popup-content,
.cube-popup-right .cube-popup-content {
	top: -50%;
	left: -50%;
	width: auto;
	max-width: 100%;
	transform: translate(0)
}

.cube-popup-left .cube-popup-content,
.cube-popup-right .cube-popup-content {
	height: 100%;
	top: -100%
}

.cube-popup-center .cube-popup-content {
	transform: translate(-50%, -50%)
}

.cube-popup-top .cube-popup-content {
	top: -100%;
	left: -100%;
	transform: translate(0)
}

.cube-popup-right .cube-popup-content {
	top: -100%;
	right: 100%
}

.cube-popup-left .cube-popup-content {
	left: -100%
}

.cube-input {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 1.429;
	background-color: #fff;
	position: relative
}

.cube-input:after {
	content: "";
	pointer-events: none;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: 0 0;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	box-sizing: border-box;
	width: 100%;
	height: 100%
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
	.cube-input:after {
		width: 200%;
		height: 200%;
		border-radius: 4px;
		transform: scale(.5)
	}
}

@media (-webkit-min-device-pixel-ratio:3),
(min-resolution:3dppx) {
	.cube-input:after {
		width: 300%;
		height: 300%;
		border-radius: 6px;
		transform: scale(.333)
	}
}

.cube-input-field {
	display: block;
	flex: 1;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	color: #666;
	line-height: inherit;
	background-color: inherit;
	border-radius: 2px;
	outline: none
}

.cube-input-field::-webkit-input-placeholder {
	color: #ccc;
	text-overflow: ellipsis
}

.cube-input-field+.cube-input-append .cube-input-clear:first-child,
.cube-input-field+.cube-input-append .cube-input-eye:first-child {
	margin-left: -5px
}

.cube-input_active:after {
	border-color: #fc9153
}

.cube-input-append,
.cube-input-prepend {
	display: flex;
	align-items: center
}

.cube-input-clear,
.cube-input-eye {
	width: 1em;
	height: 1em;
	line-height: 1;
	padding: 10px;
	box-sizing: content-box;
	color: #999
}

.cube-input-clear>i,
.cube-input-eye>i {
	display: inline-block;
	transform: scale(1.2)
}

.cube-input-eye>.cubeic-eye-invisible,
.cube-input-eye>.cubeic-eye-visible {
	transform: scale(1.4)
}

.cube-toast.cube-popup {
	z-index: 900
}

.cube-toast .cube-popup-content {
	display: flex;
	align-items: center;
	padding: 13px 16px;
	color: #ccc;
	background-color: rgba(37, 38, 45, .9);
	border-radius: 2px
}

.cube-toast-icon {
	width: 24px;
	height: 24px;
	font-size: 24px
}

.cube-toast-tip {
	line-height: 20px;
	font-size: 14px;
	max-width: 12em;
	max-height: 40px;
	overflow: hidden
}

.cube-loading~.cube-toast-tip,
.cube-toast-icon~.cube-toast-tip {
	margin-left: 8px
}

.cube-toast-fade-enter-active {
	animation: toast-in .2s
}

.cube-toast-fade-leave-active {
	animation: toast-out .2s
}

@keyframes toast-in {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes toast-out {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.cube-sticky {
	position: relative;
	height: 100%;
	overflow: hidden
}

.cube-sticky-fixed {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.cube-sticky-fixed-fade-enter,
.cube-sticky-fixed-fade-leave-active {
	opacity: 0
}

.cube-sticky-fixed-fade-enter-active,
.cube-sticky-fixed-fade-leave-active {
	transition: all .2s ease-in-out
}

.cube-sticky-ele,
.cube-tab-panels {
	position: relative
}

.cube-tab-panels {
	overflow: hidden
}

.cube-tab-panels-group {
	display: flex;
	transition: all .4s cubic-bezier(.86, 0, .07, 1)
}

.cube-tab-panel {
	width: 100%;
	flex: 1 0 auto
}

.cube-scroll-nav-bar {
	position: relative;
	display: flex;
	color: #666;
	background-color: #fff
}

.cube-scroll-nav-bar_horizontal {
	align-items: center
}

.cube-scroll-nav-bar_horizontal .cube-scroll-wrapper {
	flex: 1;
	text-align: center
}

.cube-scroll-nav-bar_horizontal .cube-scroll-content {
	display: inline-block;
	vertical-align: top
}

.cube-scroll-nav-bar_horizontal .cube-scroll-nav-bar-items {
	white-space: nowrap;
	overflow-x: scroll;
}

.cube-scroll-nav-bar_vertical {
	height: 100%;
	justify-content: center;
	text-align: center
}

.cube-scroll-nav-bar_vertical .cube-scroll-nav-bar-item {
	display: block
}

.cube-scroll-nav-bar-items {
	font-size: 16px
}

.cube-scroll-nav-bar-item {
	display: inline-block;
	vertical-align: top;
	padding: 10px 5px
}

.cube-scroll-nav-bar-item_active {
	color: #fc9153
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin:0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: 400;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	color: #e5f2f3;
	text-decoration: none
}

li {
	list-style: none
}

body {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body,
html {
	line-height: 1;
	font-family: PingFang SC, STHeitiSC-Light, Helvetica-Light, arial, sans-serif;
	user-select: none;
	-webkit-tap-highlight-color: transparent
}

.clear-fix:after {
	content: "";
	display: table;
	clear: both
}

.border-bottom-1px,
.border-left-1px,
.border-right-1px,
.border-top-1px {
	position: relative
}

.border-bottom-1px:after,
.border-bottom-1px:before,
.border-left-1px:after,
.border-left-1px:before,
.border-right-1px:after,
.border-right-1px:before,
.border-top-1px:after,
.border-top-1px:before {
	content: "";
	display: block;
	position: absolute;
	transform-origin: 0 0
}

.border-top-1px:before {
	border-top: 1px solid #ebebeb;
	left: 0;
	top: 0;
	width: 100%;
	transform-origin: 0 top
}

.border-right-1px:after {
	border-right: 1px solid #f5f5f5;
	top: 0;
	right: 0;
	height: 100%;
	transform-origin: right 0
}

.border-bottom-1px:after {
	border-bottom: 1px solid #ebebeb;
	left: 0;
	bottom: 0;
	width: 100%;
	transform-origin: 0 bottom
}

.border-left-1px:before {
	border-left: 1px solid #f5f5f5;
	top: 0;
	left: 0;
	height: 100%;
	transform-origin: left 0
}

.cube-safe-area-pb {
	padding-bottom: constant(safe-area-inset-bottom) !important;
	padding-bottom: env(safe-area-inset-bottom) !important
}

@media (min-resolution:2dppx) {
	.border-top-1px:before {
		width: 200%;
		transform: scale(.5)
	}

	.border-right-1px:after {
		height: 200%;
		transform: scale(.5)
	}

	.border-bottom-1px:after {
		width: 200%;
		transform: scale(.5)
	}

	.border-left-1px:before {
		height: 200%;
		transform: scale(.5)
	}
}

@media (min-resolution:3dppx) {
	.border-top-1px:before {
		width: 300%;
		transform: scale(.333)
	}

	.border-right-1px:after {
		height: 300%;
		transform: scale(.333)
	}

	.border-bottom-1px:after {
		width: 300%;
		transform: scale(.333)
	}

	.border-left-1px:before {
		height: 300%;
		transform: scale(.333)
	}
}

@font-face {
	font-family: cube-icon;
	src: url(data:application/font-woff;base64,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) format("woff"), url(../fonts/cubeic.dcc2b6f.ttf) format("truetype")
}

[class*=" cubeic-"],
[class^=cubeic-] {
	font-family: cube-icon !important;
	font-size: 100%;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	-moz-osx-font-smoothing: grayscale
}

.cubeic-eye-invisible:before {
	content: "\E624"
}

.cubeic-eye-visible:before {
	content: "\E625"
}

.cubeic-square-right:before {
	content: "\E67D"
}

.cubeic-select:before {
	content: "\E609"
}

.cubeic-pulldown:before {
	content: "\E603"
}

.cubeic-pullup:before {
	content: "\E604"
}

.cubeic-more:before {
	content: "\E607"
}

.cubeic-back:before {
	content: "\E608"
}

.cubeic-arrow:before {
	content: "\E60B"
}

.cubeic-close:before {
	content: "\E60D"
}

.cubeic-warn:before {
	content: "\E614"
}

.cubeic-question:before {
	content: "\E616"
}

.cubeic-right:before {
	content: "\E617"
}

.cubeic-wrong:before {
	content: "\E618"
}

.cubeic-info:before {
	content: "\E619"
}

.cubeic-remove:before {
	content: "\E61A"
}

.cubeic-add:before {
	content: "\E61C"
}

.cubeic-share:before {
	content: "\E631"
}

.cubeic-no-wifi:before {
	content: "\E632"
}

.cubeic-smile:before {
	content: "\E634"
}

.cubeic-sad:before {
	content: "\E636"
}

.cubeic-email:before {
	content: "\E637"
}

.cubeic-game:before {
	content: "\E638"
}

.cubeic-wifi:before {
	content: "\E639"
}

.cubeic-hot:before {
	content: "\E63B"
}

.cubeic-notification:before {
	content: "\E63D"
}

.cubeic-delete:before {
	content: "\E63E"
}

.cubeic-vip:before {
	content: "\E63F"
}

.cubeic-mute:before {
	content: "\E640"
}

.cubeic-danger:before {
	content: "\E641"
}

.cubeic-volume:before {
	content: "\E642"
}

.cubeic-bad:before {
	content: "\E643"
}

.cubeic-mobile-phone:before {
	content: "\E644"
}

.cubeic-aim:before {
	content: "\E645"
}

.cubeic-navigation:before {
	content: "\E64D"
}

.cubeic-safe-pay:before {
	content: "\E64E"
}

.cubeic-tag:before {
	content: "\E64F"
}

.cubeic-lock:before {
	content: "\E651"
}

.cubeic-unlock:before {
	content: "\E652"
}

.cubeic-edit:before {
	content: "\E653"
}

.cubeic-scan:before {
	content: "\E654"
}

.cubeic-qr-code:before {
	content: "\E655"
}

.cubeic-calendar:before {
	content: "\E659"
}

.cubeic-time:before {
	content: "\E65F"
}

.cubeic-red-packet:before {
	content: "\E664"
}

.cubeic-star:before {
	content: "\E668"
}

.cubeic-setting:before {
	content: "\E669"
}

.cubeic-home:before {
	content: "\E66D"
}

.cubeic-credit-card:before {
	content: "\E66E"
}

.cubeic-mall:before {
	content: "\E670"
}

.cubeic-microphone:before {
	content: "\E673"
}

.cubeic-search:before {
	content: "\E674"
}

.cubeic-good:before {
	content: "\E675"
}

.cubeic-alert:before {
	content: "\E676"
}

.cubeic-picture:before {
	content: "\E677"
}

.cubeic-message:before {
	content: "\E678"
}

.cubeic-phone:before {
	content: "\E67A"
}

.cubeic-location:before {
	content: "\E67B"
}

.cubeic-like:before {
	content: "\E67C"
}

.cubeic-camera:before {
	content: "\E67E"
}

.cubeic-person:before {
	content: "\E67F"
}

.cubeic-round-border:before {
	content: "\E683"
}

.cubeic-important:before {
	content: "\E68B"
}

.cubeic-ok:before {
	content: "\E68C"
}

.cubeic-square-border:before {
	content: "\E990"
}

#gototop{
	position: absolute; 
	bottom: 176px; 
	right: 10px; 
	cursor: pointer; 
	display: block;
	z-index: 12;
}
.loader {
	position: fixed;
	max-width: 520px;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 9999999999 !important;
}

.loader img {
	width: 100%;
	height: 100%;
	-o-object-fit: fill;
	object-fit: fill;
}

.loader .num {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	border-radius: 50px;
	color: #fff;
	background: rgba(0, 0, 0, .6);
}
.hidden{
	display: none;
}
.hide{
	display: none;
}
/*å¼¹å‡ºå±‚*/
	.mac_pop_bg,
	.mac_pop_msg_bg {
		position: fixed;
		z-index: 129;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .2);
	}

	.mac_pop,
	.mac_pop_msg {
		z-index: 99999;
		display: none;
		min-height: 20px;
		max-width: 400px;
		max-height: 300px;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		padding: 25px;
		z-index: 130;
		border-radius: 16px;
		background-color: #fff;
		box-shadow: 0 3px 18px rgba(0, 0, 0, .5);
	}

	.mac_pop .pop_top {
		height: 40px;
		width: 100%;
		border-bottom: 1px #E5E5E5 solid;
	}

	.mac_pop .pop_top h2 {
		float: left;
		display: block;
		margin: 0;
		font-size: 18px;
		font-weight: normal;
		font-family: "microsoft yahei";
	}

	.mac_pop span.pop_close {
		float: right;
		width: 23px;
		height: 23px;
		font-size: 0;
		text-indent: 9999;
		cursor: pointer;
		font-weight: bold;
		display: block;
		background: url("/static/images/home/background.png") -10px 0 no-repeat;
	}

	.mac_pop_msg .pop-msg {
		text-align: center;
		font-size: 14px;
	}

	.gbook_content {
		width: 100% !important;
		border: 1px #E5E5E5 solid;
		border-radiusï¼š: 2px;
		padding: 10px 10px 0;
	}

	.msg_code input {
		height: 30px;
		border: 1px solid #e5e5e5;
		border-radius: 3px;
	}

	.mac_verify_img {
		pointer-events: unset !important;
		height: 30px;
	}

	.remaining-w.fr {
		float: right;
	}

	.mac_login {
		padding: 30px;
		width: 400px;
		height: 350px;
		background: #fff;
		box-sizing: border-box;
		font-family: "microsoft yahei"
	}

	.mac_login {
		width: 100% !important
	}

	.mac_login .mac_login_form .login_form_group {
		margin-top: 20px
	}

	.mac_login .mac_login_form .login_form_group input {
		padding: 4px 10px 4px 36px;
		width: 100%;
		height: 38px;
		line-height: 38px;
		border: 1px solid #cacaca;
		box-sizing: border-box
	}

	.mac_login .mac_login_form .login_form_group input.mac_u_name {
		background: url(/static/images/home/u_name.png) no-repeat 7px 8px
	}

	.mac_login .mac_login_form .login_form_group input.mac_u_pwd {
		background: url(/static/images/home/u_pwd.png) 8px 8px no-repeat
	}

	.mac_login .mac_login_form .login_form_link {
		margin-top: 10px;
		text-align: right
	}

	.mac_login .mac_login_form .login_form_link a {
		font-size: 12px;
		color: #333;
		margin-left: 15px
	}

	.mac_login .mac_login_form .login_form_link a {
		font-size: 12px;
		color: #333;
		margin-left: 15px
	}

	.mac_login .mac_login_form input.login_form_submit {
		background: #2fa5ff;
		color: #fff;
		font-size: 14px;
		line-height: normal;
		background-color: #ff6575 !important;
		border-color: #ff6575 !important;
		border: .0625rem solid #e2e2e2;
		border-radius: .1875rem;
		cursor: pointer;
		text-align: center;
		padding: 0
	}

	
	@media (max-width: 767px) {
		.mac_pop {
			width: 85% !important;
		}


	}
	.main-content.top3 .list-content div {
    padding: 10px;
}
	.main-content.top3 .list-content div:not(:last-of-type) {
    border-bottom: 2px solid #f7f7f7;
}
.main-content.top3 .list-content div p:not(:last-of-type) {
    margin-bottom: 10px;
}

.main-content.top3 .list-content div p span:first-of-type {
    color: #666;
    margin-right: 10px;
}
.main-content.top3 .list-content div p span:last-of-type {
    font-weight: 700;
}
.main-content.top3 .list-content div p.money {
    color: #ccc;
    font-size: 1rem;
}
.main-content.top3 .list-content div p.money span {
    color: #e85151;
}
#dragger .first-order, #dragger .repeat-order, #dragger .reture-order2 {
    width: 80px;
    height: 80px;
}
.black{
	color: #000000;
}
.mac_pages .page_current,.page_link:hover {
   display: inline-block;
   border: 1px solid #ff7427;
   color: #ffffff;
   margin-left: 4px;
   background-color: #ff7427;
}
.mac_pages{
    display: flex;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;
}
.page_link{
    display: inline-block;
    padding: 2px 14px;
    border: 1px solid #ddd;
    margin-left: 4px;
}
.mac_pages .page_btn{
   border: 1px solid #CCCCCC;
   height: 24px;
   width: 40px;
   text-align: center;
}
.mac_pages .page_input {
   margin-left: 4px;
   height: 22px;
   width: 30px;
}
.mac_pages .page_current,.page_link:hover {
   display: inline-block;
   border: 1px solid #ff7427;
   color: #ffffff;
   margin-left: 4px;
   background-color: #ff7427;
}


.img-ico {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 9;
    border-radius: 40px;
    line-height: 22px;
    padding: 2px 8px 2px 28px;
    font-size: 1.2rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
}
	.img-ico .avatar-icon {
    position: absolute;
    left: 5px;
    top: 2px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    border-radius: 50%;
    object-fit: cover;
}
.img-ico * {
    vertical-align: middle;
}
