* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0
}
::-webkit-scrollbar {
  display: none;
}
::-webkit-scrollbar-track {
  display: none;
}
::-webkit-scrollbar-thumb {
 display: none;
}

html {
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: Microsoft JhengHei, Source Sans Pro, sans-serif;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
	overscroll-behavior: none
}

li {
	list-style: none
}

a {
	text-decoration: none
}

@media screen and (max-width:999px) {
	html {
		font-size: 14px
	}
}

@media screen and (max-width:320px) {
	html {
		font-size: 12px
	}
}

.video-group {
	padding: 10px;
	background: #131415
}

.video-group:not(:last-of-type) {
	border-bottom: 10px solid #000
}

.video-group .title-content {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff
}

.video-group .title-content h3 {
	font-size: 1.3rem
}

.video-group .title-content .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	font-size: 14px
}

.video-group .title-content.search {
	color: #ff557f
}

.video-group .video-wrap {
	display: -webkit-box;
	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.horizontal .videoBox .videoBox-content {
	padding-bottom: 55.75757576%
}

.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 .videoBox .videoBox-content {
	border-radius: 50%
}

.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: 143.5%
}

.video-group .video-wrap .col-style.square .videoBox .videoBox-content {
	padding-bottom: 100%
}

.video-group .video-wrap .col-style .videoBox .videoBox-content {
	position: relative;
	height: 0;
	overflow: hidden;
	background-color: #2a2b2c
}

.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
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .collect {
	position: absolute;
	top: 7px;
	right: 7px;
	height: 35px;
	width: 35px;
	background-image: url(../img/collect_btn.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .24);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .24)
}

.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 .videoBox-bottom {
	position: absolute;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	padding: 7px;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .8)));
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8));
	color: #fff;
	font-size: 12px
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .videoBox-bottom .tag_con {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .videoBox-bottom .tag_con .kind {
	margin-left: 5px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .videoBox-bottom .tag_con .kind.ch {
	background-color: #aa4ac5
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .videoBox-bottom .tag_con .kind.pi {
	background-color: #6084ff
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .video-tag {
	position: absolute;
	top: 0;
	left: 0;
	width: 38px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	font-weight: 900;
	letter-spacing: 1px
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .video-tag.free {
	background: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background: linear-gradient(90deg, #f94d43, #b83cd7);
	z-index: 3
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .video-tag.vip {
	background: #fa9028;
	z-index: 2
}

.video-group .video-wrap .col-style .videoBox .videoBox-content .video-tag.cate {
	background: #ff557f;
	z-index: 1
}

.video-group .video-wrap .col-style .videoBox .videoBox-info {
	margin-top: 5px
}

.video-group .video-wrap .col-style .videoBox .videoBox-info h4 {
	color: #fff;
	overflow: hidden
}

.video-group .video-wrap .col-style .actorBox {
	margin-top: 3px
}

.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;
	overflow: hidden
}

.video-group .video-wrap .col-style .collectBox {
	margin: 5px 5px 0;
	padding: 1px;
	background-image: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background-image: linear-gradient(90deg, #f94d43, #b83cd7);
	border-radius: 50px
}

.video-group .video-wrap .col-style .collectBox .btn {
	padding: 3px 0;
	border-radius: 50px;
	background: #131415;
	text-align: center;
	color: #fff
}

.video-group .video-wrap .col-style .collectBox .btn.collect {
	background-image: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background-image: linear-gradient(90deg, #f94d43, #b83cd7)
}

.video-group .actor-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff
}

.video-group .actor-info .img {
	width: 80px;
	height: 80px;
	border-radius: 50px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ddd
}

.video-group .actor-info .info {
	margin-left: 20px;
	font-size: 1.2rem
}

.video-group .actor-info .info p:not(:first-of-type) {
	margin-top: 10px;
	font-size: 1rem;
	color: #999
}

.video-group .actor-info .btn {
	margin: 0 5px 0 auto;
	padding: 1px;
	width: 80px;
	font-size: 12px;
	line-height: 23px;
	text-align: center;
	background-image: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background-image: linear-gradient(90deg, #f94d43, #b83cd7);
	border-radius: 50px
}

.video-group .actor-info .btn .btn-text {
	padding: 3px;
	border-radius: 50px;
	background: #131415
}

.video-group .actor-info .btn .btn-text.collect {
	background-image: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background-image: linear-gradient(90deg, #f94d43, #b83cd7)
}

.video-group .actor-info .more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-left: auto;
	margin-bottom: 15px
}

.video-group .actor-info .more i.fa-angle-right {
	font-size: 16px
}

.tab-wrapper header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	max-width: 768px;
	width: 100%;
	margin: 0 auto;
	background: #000;
	z-index: 10
}

.tab-wrapper header .cube-tab-bar {
	height: 40px;
	line-height: 40px;
	overflow: auto;
    overflow-y: hidden;
    -ms-flex-pack: initial;
    justify-content: initial;
}

.tab-wrapper header .cube-tab-bar .cube-tab {
	padding: 0;
	color: #999;
	font-size: 16px;
	font-weight: 900;
	width: 16.66%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.tab-wrapper header .cube-tab-bar .cube-taber {
	padding: 0;
	color: #999;
	font-size: 16px;
	font-weight: 900
	
}

.cube-taber {
   -webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	padding: 7px 0;
	color: #666;
	text-align: center
}

@media (min-width: 768px){
	.tab-wrapper header .cube-tab-bar .cube-tab {
	padding: 0;
	color: #999;
	font-size: 16px;
	font-weight: 900;
	width: 16.66%;
	-ms-flex: 0 0 auto;
	flex: 1;
	}
}


.tab-wrapper header .cube-tab-bar .cube-tab_active {
	color: #ff557f
}

.tab-wrapper header .cube-tab-bar.policy .cube-tab_active {
	color: #fff
}

.tab-wrapper header .cube-tab-bar .cube-tab-bar-slider {
	background: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background: linear-gradient(90deg, #f94d43, #b83cd7)
}

.tab-wrapper.search .cube-tab-bar {
	background: #131415
}

.tab-wrapper.search .cube-tab-bar .cube-tab_active {
	color: #fff
}

.top-content {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 768px;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	color: #ff557f;
	border-bottom: 1px solid #2e2e2e;
	background: #000;
	z-index: 2000
}

.top-content.rel {
	position: relative
}

.top-content .btn {
	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 .btn,
.top-content i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.top-content i {
	right: 15px;
	font-size: 16px;
	color: #999
}

.main-content {
	/*position: fixed;*/
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 768px;
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 4rem;
	background: #000
}

.main-content.gray {
	background: #131415;
}

.main-content.play {
	padding-top: 56.25%
}

.main-content.top {
	padding-top: 85px
}

.main-content.top2 {
	padding-top: 40px
}

.main-content.top3 {
	padding-top: 0px
}

.fix-bottom {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 768px;
	margin: 0 auto;
	z-index: 12
}

.fix-bottom .tag-wrap {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0 10px;
	color: #fff;
	background: #131415
}

.fix-bottom .tag-wrap .top-inner-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 40px
}

.fix-bottom .tag-wrap .top-inner-content .close {
	height: 24px;
	width: 24px;
	background-image: url(../img/close.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.fix-bottom .tag-wrap p {
	margin: 10px 0;
	color: #999
}

.fix-bottom .tag-wrap .tag-content .tag {
	color: #fff
}

.fix-bottom .tag-wrap .tag-content .tag label {
	display: block;
	border-radius: 50px;
	background: #131415
}

.fix-bottom .tag-wrap .tag-content .tag input {
	display: none
}

.fix-bottom .tag-wrap .tag-content .tag input:checked~label {
	background-image: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background-image: linear-gradient(90deg, #f94d43, #b83cd7)
}

.fix-bottom .tag-wrap .btn {
	width: 50%;
	margin: 10px auto 31px;
	border-radius: 50px;
	padding: 10px;
	text-align: center;
	font-weight: 700;
	background: #2b2b2b;
	color: #fff
}

.fix-bottom .tag-wrap .btn.active {
	background-image: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background-image: linear-gradient(90deg, #f94d43, #b83cd7)
}

.fix-bottom .bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6)
}

.tag-content {
	display: -webkit-box;
	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: 28px;
	margin: 0 5px 10px;
	border-radius: 50px;
	padding: 1px;
	text-align: center;
	background-image: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background-image: linear-gradient(90deg, #f94d43, #b83cd7);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.tag-content .tag .tag-text {
	color: #fff;
	border-radius: 50px;
	background: #131415
}

.static-content {
	color: #fff;
	line-height: 1.5;
	white-space: normal
}

.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-scroll-wrapper.collect {
	background: #131415
}

.cube-pullup-wrapper {
	color: #999
}

.cube-pulldown,
.cube-pullup-wrapper .cube-loading-spinners {
	color: #ff557f
}

.cube-popup-content .cube-dialog-main {
	border-radius: 10px
}

.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-content .info-des {
	padding: 0 20px;
	text-align: center
}

.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-btns {
	border-top: 1px solid #999
}

.cube-popup-content .cube-dialog-main .cube-dialog-btns .cube-dialog-btn {
	position: relative;
	padding: 15px 10px;
	font-size: 1rem
}

.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: #4285f4
}

.cube-popup-content .cube-dialog-main .cube-dialog-btns .cube-dialog-btn.cube-dialog-btn_highlight {
	color: #ff557f
}

.cube-popup-content .cube-dialog-main .cube-dialog-btns .cube-dialog-btn.cube-dialog-btn_highlight:before {
	display: none
}

.line-title {
	padding: 5px;
	border-bottom: 1px solid #a0a0a0;
	font-size: 14px;
	text-align: center
}

.radio {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-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: #ff557f
}

.radio input[type=radio]:checked~label:after {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.radio input[type=radio]~label {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0 20px
}

.radio input[type=radio]~label:after,
.radio input[type=radio]~label:before {
	content: "";
	position: absolute;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease;
	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: #ff557f;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.radio input[type=text] {
	height: 60%;
	margin: 0 20px;
	border: 1px solid #dfdfdf;
	padding: 0 5px;
	outline: none;
	font-size: 16px;
	z-index: 1;
	-webkit-appearance: none
}

.radio.no-radio .text {
	margin-left: 20px
}

.radio.no-radio input[type=radio]~label {
	display: none
}

.radio.no-radio input[type=text] {
	margin: 0
}

.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
}

.form-content {
	padding: 10px;
	color: #fff;
	background: #131415
}

.form-content input {
	margin-bottom: 10px;
	padding: 0 5px;
	width: 100%;
	height: 40px;
	font-size: 16px;
	color: #ff557f;
	background: #131415;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #2e2e2e;
	outline: none
}

.form-content input::-webkit-input-placeholder {
	color: #777
}

.form-content input::-moz-placeholder {
	color: #777
}

.form-content input::-ms-input-placeholder {
	color: #777
}

.form-content input::placeholder {
	color: #777
}

.form-btn {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 0;
	border-radius: 0;
	background: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background: linear-gradient(90deg, #f94d43, #b83cd7);
	color: #fff;
	text-align: center;
	font-size: 16px;
	outline: none
}

.form-bottom-content {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #fff;
	text-align: center
}

.form-bottom-content p {
	margin: 0 10px;
	color: #999
}

.form-bottom-content a {
	color: #ff557f;
	text-decoration: underline
}

.form-sub-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.form-sub-content input {
	padding-right: 105px
}

.form-sub-content .sm-btn {
	position: absolute;
	right: 0;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	background: #ccc;
	color: #fff;
	text-align: center
}

.form-sub-content .sm-btn.active {
	background: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background: linear-gradient(90deg, #f94d43, #b83cd7)
}

.form-sm-text {
	display: inline-block;
	padding: 0 5px 5px;
	font-size: 12px;
	color: green
}

@supports (padding-bottom:constant(safe-area-inset-bottom)) {
	.main-content {
		padding-bottom: calc(4rem + constant(safe-area-inset-bottom))
	}

	.form-btn.fixed {
		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))
	}

	.form-btn.fixed {
		bottom: calc(4rem + env(safe-area-inset-bottom))
	}
}

#container {
	position: relative;
	max-width: 768px;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	background: #000;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	/*overflow: hidden*/
}

.fade-leave-active {
	-webkit-transition: all .5s;
	transition: all .5s
}

.fade-leave-to {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0;
	visibility: hidden
}

#menu {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	max-width: 768px;
	width: 100%;
	height: 4rem;
	margin: 0 auto;
	color: #999;
	background: #000;
	text-align: center;
	-webkit-box-shadow: 0 -1px 0 #2e2e2e;
	box-shadow: 0 -1px 0 #2e2e2e;
	z-index: 10
}

#menu>.menu-item,
#menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center
}

#menu>.menu-item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

#menu>.menu-item .img {
	width: 20px;
	height: 20px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

#menu>.menu-item .text {
	font-size: 12px;
	color: #999999;
	font-weight: 500
}

#menu>.menu-item.active .text {
	color: #ff557f
}

#menu>.menu-item.active.long .img {
	background-image: url(../img/long_active.png)
}

#menu>.menu-item.active.short .img {
	background-image: url(../img/short_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/long.png)
}

#menu>.menu-item.short .img {
	background-image: url(../img/short.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)
	}
}

.loading-pop[data-v-a7a90496] {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	max-width: 768px;
	margin: 0 auto;
	z-index: 51
}

.loading-pop img[data-v-a7a90496] {
	width: 100%;
	height: 100%
}

.loading-pop .load-icon[data-v-a7a90496] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
	background: rgba(0, 0, 0, .6)
}

.loading-pop .load-icon span[data-v-a7a90496] {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 500
}

.loading-pop .load-icon .mail[data-v-a7a90496] {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px
}

.ad-pop[data-v-79700e66] {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	max-width: 768px;
	margin: 0 auto;
	z-index: 50
}

.ad-pop .ad-link[data-v-79700e66] {
	display: block;
	width: 100%;
	height: 100%
}

.ad-pop img[data-v-79700e66] {
	width: 100%;
	height: 100%
}

.ad-pop .num[data-v-79700e66] {
	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)
}

.home-pop[data-v-a71ad1ea] {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 20px 10px;
	background-color: rgba(0, 0, 0, .6);
	z-index: 110
}

.home-pop .add-tips[data-v-a71ad1ea],
.home-pop[data-v-a71ad1ea] {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.home-pop .add-tips[data-v-a71ad1ea] {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 8px;
	border-radius: 5px;
	background: #fff;
	color: #4a4a4a
}

.home-pop .add-tips[data-v-a71ad1ea]:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 8px;
	width: 0;
	height: 0;
	border-color: #fff transparent transparent;
	border-style: solid;
	border-width: 16px 15px 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.home-pop .add-tips img[data-v-a71ad1ea] {
	margin: 0 5px
}

.home-pop .add-tips .logo[data-v-a71ad1ea] {
	width: 25px;
	border-radius: 5px
}

.home-pop .add-tips .share[data-v-a71ad1ea] {
	width: 18px
}

.announce-pop .cube-popup-container .cube-popup-content {
	width: 100%
}

.announce-pop .popup-main {
	margin: -20px auto 0;
	width: 80%;
	max-width: 400px;
	border-radius: 10px;
	text-align: center;
	overflow: hidden
}

.announce-pop .popup-main .popup-title {
	margin-bottom: -1px;
	padding: 60px 0 20%;
	color: #fff;
	background-image: url(../img/info_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	font-size: 1.2rem;
	line-height: 1
}

.announce-pop .popup-main .popup-content {
	height: 260px;
	padding: 20px;
	background-color: #fff;
	overflow: auto
}

.announce-pop .popup-main .popup-content a {
	display: block;
	margin-bottom: 20px;
	color: #ff557f
}

.announce-pop .popup-main .popup-content p {
	margin-bottom: 20px;
	color: #666;
	text-align: left;
	line-height: 1.5
}

.announce-pop .popup-main .popup-content img {
	width: 100%
}

.announce-pop .popup-main .popup-btn {
	padding: 15px 10px;
	background-color: #fff;
	border-top: 1px solid #a0a0a0;
	line-height: 1;
	color: #ff557f
}

.forever-pop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#360707), color-stop(31%, #130101));
	background-image: linear-gradient(180deg, #360707, #130101 31%);
	z-index: 101
}

.forever-pop .forever-wrap,
.forever-pop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center
}

.forever-pop .forever-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	max-width: 768px;
	padding: 10px 40px;
	color: #fff
}

.forever-pop .forever-wrap .logo {
	max-width: 200px;
	width: 70%;
	margin-bottom: 10px
}

.forever-pop .forever-wrap .title {
	font-size: 1.7rem;
	font-weight: 500
}

.forever-pop .forever-wrap .info-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 15px 0;
	padding: 15px 60px;
	border-radius: 10px;
	background-color: hsla(0, 0%, 100%, .1);
	font-size: 1.1rem;
	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 {
	display: block;
	border-bottom: 1px solid;
	padding-bottom: 5px;
	letter-spacing: 5px;
	color: #fff
}

.forever-pop .forever-wrap .info-wrap .content div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding-top: 5px
}

.forever-pop .forever-wrap .des {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: hsla(0, 0%, 100%, .5)
}

.forever-pop .forever-wrap .des:not(:last-of-type) {
	margin-bottom: 10px
}

.forever-pop .forever-wrap .des img {
	width: 8px;
	margin-top: 2px;
	margin-right: 10px
}

.forever-pop .divide {
	width: 100%;
	height: 5px;
	margin-bottom: 40px;
	background-image: -webkit-gradient(linear, left top, right top, from(#130101), color-stop(51%, #d95348), to(#140101));
	background-image: linear-gradient(90deg, #130101, #d95348 51%, #140101)
}

.forever-pop .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 60px;
	font-size: 1.25rem;
	font-weight: 600;
	color: #fff
}

.forever-pop .btn span {
	color: #e85151
}

.forever-pop i {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 2rem;
	color: #fff
}

#dragger {
	position: fixed;
	bottom: 10px;
	right: 0;
	width: 70px;
	height: 70px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 12
}

.search-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 35px;
	padding: 10px 10px 0
}

.search-wrap .search-bar {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	border-radius: 50px;
	padding: 0 10px;
	color: #777;
	background: #2b2b2b
}

.search-wrap .search-bar i {
	font-size: 12px
}

.search-wrap .search-bar span {
	margin-left: 10px;
	font-size: 12px
}

.search-wrap .btn {
	margin-left: 10px;
	padding: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	background-image: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background-image: linear-gradient(90deg, #f94d43, #b83cd7)
}

.search-wrap .btn span {
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 23px;
	border-radius: 50px;
	background: #131415
}

.search-wrap .btn span i {
	margin-left: 5px;
	width: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background: linear-gradient(90deg, #f94d43, #b83cd7);
	-moz-background-clip: text;
	-webkit-background-clip: text;
	-o-background-clip: text;
	-webkit-text-fill-color: transparent
}

.announce-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
	padding: 3px 10px;
	background: -webkit-gradient(linear, left top, right top, from(rgba(249, 77, 67, .6)), to(rgba(184, 60, 215, .6)));
	background: linear-gradient(90deg, rgba(249, 77, 67, .6), rgba(184, 60, 215, .6))
}

.announce-wrap p {
	width: 100%;
	margin-right: 10px;
	color: #fff;
	font-weight: 700;
	white-space: pre-wrap
}

.announce-wrap i {
	margin-left: auto;
	color: #fff;
	font-size: 16px
}

.announce-wrap img {
	width: 24px
}

.loading[data-v-7e77ca82] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	min-height: 150px;
	color: #fff
}

.loading>div[data-v-7e77ca82] {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 64px;
	height: 64px
}

.loading>div .circle[data-v-7e77ca82] {
	position: absolute;
	top: 27px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ff557f;
	-webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
	animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.loading>div .circle[data-v-7e77ca82]:first-child {
	left: 6px;
	-webkit-animation: c-1-data-v-7e77ca82 .6s infinite;
	animation: c-1-data-v-7e77ca82 .6s infinite
}

.loading>div .circle[data-v-7e77ca82]:nth-child(2) {
	left: 6px;
	-webkit-animation: c-2-data-v-7e77ca82 .6s infinite;
	animation: c-2-data-v-7e77ca82 .6s infinite
}

.loading>div .circle[data-v-7e77ca82]:nth-child(3) {
	left: 26px;
	-webkit-animation: c-2-data-v-7e77ca82 .6s infinite;
	animation: c-2-data-v-7e77ca82 .6s infinite
}

.loading>div .circle[data-v-7e77ca82]:nth-child(4) {
	left: 45px;
	-webkit-animation: c-3-data-v-7e77ca82 .6s infinite;
	animation: c-3-data-v-7e77ca82 .6s infinite
}

@-webkit-keyframes c-1-data-v-7e77ca82 {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes c-1-data-v-7e77ca82 {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes c-2-data-v-7e77ca82 {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	to {
		-webkit-transform: translate(19px);
		transform: translate(19px)
	}
}

@keyframes c-2-data-v-7e77ca82 {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	to {
		-webkit-transform: translate(19px);
		transform: translate(19px)
	}
}

@-webkit-keyframes c-3-data-v-7e77ca82 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	to {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
}

@keyframes c-3-data-v-7e77ca82 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	to {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
}

.no-data-content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #131415
}

.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: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background-image: linear-gradient(90deg, #f94d43, #b83cd7);
	color: #fff
}

.logo-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 45px;
	padding: 0 10px
}

.logo-content img {
	height: 30px
}

.logo-content .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto
}

.logo-content .right .btn {
	margin-left: 10px;
	border-radius: 5px;
	padding: 3px 12px;
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background: linear-gradient(90deg, #f94d43, #b83cd7)
}

.slideAd {
	margin: 0 -10px 10px
}

.slideAd.long .content {
	padding-bottom: 66.76470588%
}

.slideAd.short .content {
	padding-bottom: 55.75757576%
}

.slideAd .content {
	position: relative;
	height: 0;
	overflow: hidden
}

.slideAd .content .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.slideAd .content .title {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px 7px 17px;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
	background: linear-gradient(180deg, transparent, #000);
	color: #fff;
	overflow: hidden
}

.slideAd .cube-slide-dots {
	bottom: 5px
}

.slideAd .cube-slide-dots span {
	width: 5px;
	height: 5px;
	margin: 0 2px;
	border-radius: 50px
}

.slideAd .cube-slide-dots span.active {
	width: 10px;
	background: #ff557f
}

.mix-wrapper {
	margin-bottom: 10px
}

.mix-wrapper:last-of-type {
	margin-bottom: 0
}

.mix-wrapper .video-mix-wrap:nth-child(n+3) {
	margin-top: 10px
}

.mix-wrapper .video-mix-wrap.video-layout-bg {
	background-image: url(../img/carousel-bg.png);
	margin-bottom: 20px
}

.mix-wrapper .video-mix-wrap.video-layout-bg .video-wrap.long .col-style .videoBox .videoBox-info h4 {
	color: #fff
}

.mix-wrapper .video-mix-wrap.layout6 .video-wrap .col-style:first-of-type,
.mix-wrapper .video-mix-wrap.layout8 .video-wrap .col-style:first-of-type {
	width: 100%
}

.mix-wrapper .video-mix-wrap.layout6 .video-wrap .col-style:first-of-type .videoBox .videoBox-content,
.mix-wrapper .video-mix-wrap.layout8 .video-wrap .col-style:first-of-type .videoBox .videoBox-content {
	padding-bottom: 66.76470588%
}

.mix-wrapper .video-mix-wrap .more-btn {
	display: inline-block;
	width: 100%;
	padding: 1px;
	margin-bottom: 10px;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	background-image: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background-image: linear-gradient(90deg, #f94d43, #b83cd7)
}

.mix-wrapper .video-mix-wrap .more-btn .btn-text {
	padding: 7px;
	border-radius: 50px;
	background: #131415
}

.video-horizontal-wrap .cube-scroll-content {
	display: -webkit-inline-box;
	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: 37.03704vw !important
}

.r-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	color: #FFFFFF;
	align-items: center
}

.r-btn.change-btn {
	padding: 3px 10px;
	margin-right: -10px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	background: -webkit-gradient(linear, left top, right top, from(rgba(249, 77, 67, .8)), to(rgba(184, 60, 215, .8)));
	background: linear-gradient(90deg, rgba(249, 77, 67, .8), rgba(184, 60, 215, .8))
}

.r-btn i {
	margin-left: 3px;
	font-size: 12px;
	color: #fff
}

.r-btn i.fa-angle-right {
	font-size: 16px
}

.r-btn i.fa-redo {
	background: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background: linear-gradient(90deg, #f94d43, #b83cd7);
	-moz-background-clip: text;
	-webkit-background-clip: text;
	-o-background-clip: text;
	-webkit-text-fill-color: transparent
}

.r-btn img {
	width: 20px;
	height: 20px
}

@media screen and (min-width:768px) {
	.video-horizontal-wrap .video-wrap .col-style {
		width: 284.44444px !important
	}
}

.filter-wrap {
	max-height: 0;
	-webkit-transition: max-height .5s;
	transition: max-height .5s;
	color: #fff;
	background: #131415;
	overflow: hidden
}

.filter-wrap.open {
	max-height: 168px
}

.filter-wrap .horizontal-scroll {
	border-bottom: 1px solid #2e2e2e
}

.filter-wrap .cube-scroll-content {
	/*display: -webkit-inline-box;*/
	display: -ms-inline-flexbox;
	/*display: inline-flex*/
}

.filter-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 7px 10px;
	white-space: nowrap;
	overflow-x: scroll;
}

.filter-list a {
	margin-right: 10px;
	color: #ffffff;
}

.filter-list a.active {
	padding: 1px;
	border-radius: 50px;
	background-image: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background-image: linear-gradient(90deg, #f94d43, #b83cd7)
}

.filter-list a .btn-text {
	padding: 3px 10px;
	border-radius: 50px;
	background: #131415
}

.member-top-content {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	max-width: 768px;
	width: 100%;
	height: 250px;
	margin: 0 auto;
	background: #131415;
	background-image: url(../img/bg.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 50%;
	z-index: 99
}

.member-top-content.vip {
	background-image: url(../img/bg_vip.png)
}

.member-top-content .member-wrap {
	position: absolute;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 50%
}

.member-top-content .member-wrap img {
	position: absolute;
	left: 50%;
	top: -110px;
	width: 100px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.member-top-content .member-wrap .member {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-weight: 900;
	font-size: 18px
}

.member-top-content .member-wrap .member .img {
	margin-left: 5px;
	width: 20px;
	height: 20px;
	background-image: url(../img/refresh.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.member-top-content .member-wrap .member .img.animate {
	-webkit-animation: rolling-data-v-86c31f94 1s linear infinite;
	animation: rolling-data-v-86c31f94 1s linear infinite
}

.member-top-content .member-wrap p {
	padding: 0 20px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 13px
}

.member-top-content .member-wrap .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.member-top-content .member-wrap .btn {
	width: 100px;
	border-radius: 50px;
	padding: 5px 10px;
	background-image: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background-image: linear-gradient(90deg, #f94d43, #b83cd7);
	color: #fff;
	text-align: center
}

.member-top-content .member-wrap .btn:nth-of-type(2n) {
	margin-left: 15px
}

.main-content {
	padding-top: 250px
}

.main-content .list-content {
	background: #131415
}

.main-content .list-content.lc1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.main-content .list-content.lc1>div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 80px
}

.main-content .list-content.lc1>div,
.main-content .list-content.lc1>div div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-content .list-content.lc1>div div {
	color: #ff557f;
	font-size: 1.8rem;
	font-weight: 900
}

.main-content .list-content.lc1>div p {
	margin-top: 5px;
	color: #fff;
	font-size: 12px
}

.main-content .list-content.lc1 .line {
	width: 1px;
	background: #2e2e2e
}

.main-content .list-content:first-of-type {
	margin-top: 10px
}

.main-content .list-content:not(:last-of-type) {
	margin-bottom: 10px
}

.main-content .list-content .list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	padding: 0 10px;
	color: #fff;
	border-bottom: 1px solid #2e2e2e
}

.main-content .list-content .list-item .img {
	width: 20px;
	height: 20px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.main-content .list-content .list-item .i1 {
	background-image: url(../img/icon1.png)
}

.main-content .list-content .list-item .i2 {
	background-image: url(../img/icon2.png)
}

.main-content .list-content .list-item .i3 {
	background-image: url(../img/icon3.png)
}

.main-content .list-content .list-item .i4 {
	background-image: url(../img/icon4.png)
}

.main-content .list-content .list-item .i5 {
	background-image: url(../img/icon5.png)
}

.main-content .list-content .list-item .i6 {
	background-image: url(../img/icon6.png)
}

.main-content .list-content .list-item .i7 {
	background-image: url(../img/icon7.png)
}

.main-content .list-content .list-item .i8 {
	background-image: url(../img/icon8.png)
}

.main-content .list-content .list-item .i9 {
	background-image: url(../img/icon9.png)
}

.main-content .list-content .list-item .i10 {
	background-image: url(../img/icon10.png)
}

.main-content .list-content .list-item .i11 {
	background-image: url(../img/icon11.png)
}

.main-content .list-content .list-item .i12 {
	background-image: url(../img/icon12.png)
}

.main-content .list-content .list-item .i13 {
	background-image: url(../img/icon13.png)
}

.main-content .list-content .list-item .i14 {
	background-image: url(../img/icon14.png)
}

.main-content .list-content .list-item .text {
	margin-left: 10px
}

.main-content .list-content .list-item .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto
}

.main-content .list-content .list-item .right span {
	font-size: 13px
}

.main-content .list-content .list-item .right .img {
	background-image: url(../img/chevron_right.png)
}

.main-content .list-content .list-item .right .btn {
	padding: 3px 5px;
	border-radius: 5px;
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, from(rgba(249, 77, 67, .8)), to(rgba(184, 60, 215, .8)));
	background: linear-gradient(90deg, rgba(249, 77, 67, .8), rgba(184, 60, 215, .8))
}

.main-content .list-content .list-item .main-color {
	color: #ff557f
}

.main-content .list-content .list-item .font-sub-color {
	color: #999
}

@-webkit-keyframes rolling-data-v-86c31f94 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes rolling-data-v-86c31f94 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.right-btn[data-v-ecec818e] {
	position: absolute;
	top: 50%;
	right: 15px;
	padding: 3px 10px;
	border-radius: 50px;
	background-image: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background-image: linear-gradient(90deg, #f94d43, #b83cd7);
	color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.main-content.orders .list-content {
	margin-bottom: 10px;
	color: #fff;
	background: #131415
}

.main-content.orders .list-content:first-of-type {
	margin-top: 10px
}

.main-content.orders .list-content h4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	border-bottom: 2px solid #2e2e2e;
	font-size: 1.2rem
}

.main-content.orders .list-content h4 span {
	margin-left: auto
}

.main-content.orders .list-content h4 span.now {
	color: #ff557f
}

.main-content.orders .list-content h4 span.end {
	color: #999
}

.main-content.orders .list-content div {
	padding: 10px
}

.main-content.orders .list-content div:not(:last-of-type) {
	border-bottom: 2px solid #2e2e2e
}

.main-content.orders .list-content div p.name {
	font-size: 1.2rem
}

.main-content.orders .list-content div p.date,
.main-content.orders .list-content div p.money {
	color: #777;
	font-size: 1rem
}

.main-content.orders .list-content div p.money span {
	color: #ff557f
}

.main-content.orders .list-content div p.money span:first-of-type {
	color: #777
}

.main-content.orders .list-content div p:not(:last-of-type) {
	margin-bottom: 10px
}

.main-content.orders .list-content div p span {
	font-size: 1.2rem
}

.main-content.orders .list-content div p span:first-of-type {
	color: #777;
	margin-right: 10px
}

.main-content.orders .list-content div p span:last-of-type {
	font-weight: 700
}

.main-content.share {
	padding-bottom: calc(4rem + 40px)
}

.main-content.share .img-content {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.48%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/share_bg.png)
}

.main-content.share .img-content div {
	position: absolute;
	top: 50%;
	left: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, .5)
}

.main-content.share .img-content div img {
	height: 70%
}

.main-content.share .img-content div p {
	margin-top: 10px;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 900
}

.main-content.share h4 {
	padding: 15px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	font-weight: 700
}

.main-content.share .info-content {
	padding: 10px;
	background: #131415
}

.main-content.share .info-content:not(:last-of-type) {
	margin-bottom: 10px
}

.main-content.share .info-content p {
	margin-bottom: 3px;
	color: #fff;
	line-height: 1.5
}

.main-content.share .info-content p.title {
	margin-bottom: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ff557f;
	font-weight: 900;
	font-size: 1.2rem
}

.main-content.share .info-content p.title span {
	margin-left: 5px;
	color: #999;
	font-size: 1rem;
	font-weight: 400
}

.main-content.share .info-content p img {
	width: 20px;
	height: 20px;
	margin-right: 10px
}

.main-content.share .info-content p span {
	color: #ff557f
}

.main-content.share .info-content>div {
	margin: 10px 5px
}

.main-content.share .info-content>div p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px
}

@supports (padding-bottom:constant(safe-area-inset-bottom)) {
	.main-content.share {
		padding-bottom: calc(4rem + 40px + constant(safe-area-inset-bottom))
	}
}

@supports (padding-bottom:env(safe-area-inset-bottom)) {
	.main-content.share {
		padding-bottom: calc(4rem + 40px + env(safe-area-inset-bottom))
	}
}

@media screen and (max-width:400px) {
	.main-content.share .info-content>div p {
		font-size: 13px
	}
}

@media screen and (max-width:320px) {
	.main-content.share .info-content>div p {
		font-size: 11px
	}
}

.main-content.buy {
	position: fixed;
	padding: 60px 20px 4rem;
	background: #131415
}

.main-content.buy input {
	margin-bottom: 20px;
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	background: #131415;
	border-radius: 0;
	border: 1px solid #2e2e2e;
	outline: none
}

.main-content.buy input::-webkit-input-placeholder {
	color: #777
}

.main-content.buy input::-moz-placeholder {
	color: #777
}

.main-content.buy input::-ms-input-placeholder {
	color: #777
}

.main-content.buy input::placeholder {
	color: #777
}

.main-content.buy p {
	margin-top: 20px;
	color: #fff;
	text-align: center
}

@supports (padding-bottom:constant(safe-area-inset-bottom)) {
	.main-content.buy {
		padding: 60px 20px calc(4rem + constant(safe-area-inset-bottom))
	}
}

@supports (padding-bottom:env(safe-area-inset-bottom)) {
	.main-content.buy {
		padding: 60px 20px calc(4rem + env(safe-area-inset-bottom))
	}
}


.main-content[data-v-70299415] {
	background: #131415
}

.main-content .img-content[data-v-70299415] {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 65.46%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/bg1.png)
}

.main-content .img-content div[data-v-70299415] {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 1.2rem
}

.main-content .img-content .text[data-v-70299415] {
	font-size: 1.5rem
}

.main-content .info-content[data-v-70299415] {
	padding: 20px;
	color: #fff
}

.main-content .info-content p[data-v-70299415] {
	margin: 20px 0 60px;
	text-align: center;
	font-size: 1.5rem
}

.main-content .info-content .text[data-v-70299415] {
	color: #ff557f;
	font-size: 2rem;
	font-weight: 700
}

.main-content .info-content .desc[data-v-70299415] {
	margin-bottom: 15px;
	color: #999;
	font-size: .85rem;
	text-align: center
}

.main-content .info-content .option[data-v-70299415] {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	border: 1px solid #2e2e2e;
	font-size: 1.2rem
}

.main-content .info-content .option span[data-v-70299415] {
	padding: 5px 15px 5px 10px;
	color: #fff
}

.main-content .info-content .option select[data-v-70299415] {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 40px;
	border: 0;
	color: #fff;
	background: #131415;
	text-align: center;
	font-size: 1.2rem;
	outline: none;
	-webkit-appearance: none
}

.main-content.gray {
	padding: 40px 15px 4rem;
	font-family: initial;
	color: #fff
}

.main-content.gray h2 {
	margin: 20px 0 10px;
	font-size: 1.8rem;
	text-align: center
}

.main-content.gray h3 {
	margin: 20px 0;
	font-size: 1.5rem;
	font-weight: 500
}

.main-content.gray .text-blink {
	margin-top: 5px;
	line-height: 1.333;
	text-align: center;
	color: #999
}

.main-content.gray .text-blink1 {
	padding: 0 5px;
	color: #a1a1a2;
	line-height: 1.5
}

.main-content.gray .text-blink1.first {
	color: #fff;
	margin-top: 15px
}

.main-content.gray .text-blink1.mailto {
	color: #f1a60d
}

.main-content.gray .text-blink1.mailto span {
	color: #f1a60d;
	text-decoration: underline;
	cursor: pointer
}

.main-content.gray .pkg-lists {
	margin: 0 3px
}

.main-content.gray .pkg-lists li:first-child .pkg-list .name .leftSide .info {
	color: #ff557f
}

.main-content.gray .pkg-lists .pkg-list {
	position: relative;
	margin-top: 15px;
	border-radius: 5px;
	padding: 13px 10px 13px 25px;
	border: 1px solid hsla(0, 0%, 100%, .3);
	overflow: hidden
}

.main-content.gray .pkg-lists .pkg-list .name,
.main-content.gray .pkg-lists .pkg-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-content.gray .pkg-lists .pkg-list .leftSide {
	min-width: 125px
}

.main-content.gray .pkg-lists .pkg-list .leftSide .dollar {
	font-size: 1.35rem;
	font-weight: 700
}

.main-content.gray .pkg-lists .pkg-list .leftSide .info {
	font-size: 1rem;
	color: #999
}

.main-content.gray .pkg-lists .pkg-list .strong {
	margin-left: auto;
	font-size: 3rem;
	color: #ff557f;
	font-weight: 700
}

.main-content.gray .pkg-lists .pkg-list .up-btn {
	margin-left: 10px;
	border-radius: 50px;
	width: 60px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: hsla(0, 0%, 100%, .1)
}

.main-content.gray .pkg-lists .pkg-list .tag {
	position: absolute;
	top: 7px;
	left: -16px;
	padding: 0 20px;
	font-size: .9rem;
	text-align: center;
	color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.main-content.gray .pkg-text {
	margin-top: 15px;
	padding: 10px;
	font-size: 1.5rem;
	text-align: center;
	background: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background: linear-gradient(90deg, #f94d43, #b83cd7);
	color: #fff
}

.main-content.gray .pkg-load {
	-webkit-animation: bg-data-v-7a969052 1s infinite;
	animation: bg-data-v-7a969052 1s infinite
}

.main-content.gray .des {
	padding: 15px 5px 10px;
	color: #a1a1a2
}

.main-content.gray .des .title {
	margin-bottom: 10px;
	color: #fff;
	font-size: 1.5rem
}

.main-content.gray .des p {
	margin-bottom: 5px;
	font-size: 1rem;
	line-height: 1.5
}

.main-content.gray .boxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px 10px
}

.main-content.gray .boxes .box {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 33.3333%;
	flex: 1 0 33.3333%;
	padding: 10px;
	text-align: center
}

.main-content.gray .boxes .box .bg {
	width: 100%;
	padding-top: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.main-content.gray .boxes .box .bg.b1 {
	background-image: url(../img/i01.png)
}

.main-content.gray .boxes .box .bg.b2 {
	background-image: url(../img/i02.png)
}

.main-content.gray .boxes .box .bg.b3 {
	background-image: url(../img/i03.png)
}

.main-content.gray .boxes .box p {
	margin-top: 10px;
	color: #fff;
	font-size: 1rem
}

.main-content.gray .pkg-name {
	padding: 15px;
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
	background-image: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background-image: linear-gradient(90deg, #f94d43, #b83cd7)
}

.main-content.gray .donation-lists {
	margin: 20px 3px;
	border-radius: 5px;
	border: 1px solid #2e2e2e
}

.main-content.gray .donation-lists .donation-list {
	text-align: center
}

.main-content.gray .donation-lists .donation-list:not(:last-of-type) {
	border-bottom: 1px solid #2e2e2e
}

.main-content.gray .donation-lists .donation-list.open div {
	background-image: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background-image: linear-gradient(90deg, #f94d43, #b83cd7)
}

.main-content.gray .donation-lists .donation-list div {
	display: block;
	width: 100%;
	height: 100%;
	padding: 13px;
	font-size: 1.4rem;
	cursor: pointer
}

.main-content.gray .donation-lists .donation-list .donation-lists-lv2 {
	border-top: 1px solid #2e2e2e;
	padding: 15px 20px;
	font-size: 1.2rem
}

.main-content.gray .donation-lists .donation-list .donation-lists-lv2 .pay-method-list {
	display: block;
	padding: 1px;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(249, 77, 67, .8)), to(rgba(184, 60, 215, .8)));
	background-image: linear-gradient(90deg, rgba(249, 77, 67, .8), rgba(184, 60, 215, .8));
	border-radius: 5px;
	cursor: pointer
}

.main-content.gray .donation-lists .donation-list .donation-lists-lv2 .pay-method-list:not(:last-of-type) {
	margin-bottom: 10px
}

.main-content.gray .donation-lists .donation-list .donation-lists-lv2 .pay-method-list span {
	display: block;
	padding: 15px;
	border-radius: 5px;
	background: #131415
}

@-webkit-keyframes bg-data-v-7a969052 {
	0% {
		opacity: 1
	}

	50% {
		opacity: .8
	}

	to {
		opacity: 1
	}
}

@keyframes bg-data-v-7a969052 {
	0% {
		opacity: 1
	}

	50% {
		opacity: .8
	}

	to {
		opacity: 1
	}
}

@media screen and (max-width:320px) {
	.main-content.gray {
		padding: 40px 10px 4rem
	}

	.main-content.gray .pkg-lists .pkg-list {
		padding: 10px 12px 10px 25px
	}

	.main-content.gray .pkg-lists .pkg-list .leftSide .dollar {
		font-size: 1.25rem
	}

	.main-content.gray .pkg-lists .pkg-list .up-btn {
		width: 50px
	}

	.main-content.gray .boxes {
		margin: 0 -5px 10px
	}

	.main-content.gray .boxes .box {
		padding: 0 5px
	}

	.main-content.gray .boxes .box p {
		font-size: 1rem
	}
}

@supports (padding-bottom:constant(safe-area-inset-bottom)) {
	.main-content.gray {
		padding: 40px 15px calc(4rem + constant(safe-area-inset-bottom))
	}
}

@supports (padding-bottom:env(safe-area-inset-bottom)) {
	.main-content.gray {
		padding: 40px 15px calc(4rem + env(safe-area-inset-bottom))
	}
}

.main-content[data-v-c8ee1d34] {
	padding-bottom: calc(4rem + 40px)
}

.main-content .form-content[data-v-c8ee1d34] {
	padding: 10px
}

.main-content .form-content h4[data-v-c8ee1d34] {
	margin-bottom: 10px
}

.main-content .form-content h4.title[data-v-c8ee1d34] {
	color: #ff557f
}

.main-content .form-content .upload-btn[data-v-c8ee1d34] {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 45px;
	margin-bottom: 10px;
	padding: 10px;
	font: 400 13.3333px Arial;
	font-size: 16px;
	color: #777;
	border: 1px solid #2e2e2e
}

.main-content .form-content .upload-btn div[data-v-c8ee1d34] {
	position: absolute;
	top: 50%;
	right: 10px;
	padding: 1px;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background-image: linear-gradient(90deg, #f94d43, #b83cd7);
	border-radius: 50px;
	font-size: 1rem;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.main-content .form-content .upload-btn div p[data-v-c8ee1d34] {
	width: 78px;
	height: 28px;
	line-height: 28px;
	background: #131415;
	border-radius: 50px
}

.main-content .form-content .upload-btn img[data-v-c8ee1d34] {
	width: 30%
}

.main-content .form-content input[data-v-c8ee1d34] {
	height: 45px;
	padding: 0 10px;
	color: #fff;
	border: 1px solid #2e2e2e
}

.main-content .form-content input[data-v-c8ee1d34]::-webkit-input-placeholder {
	color: #777
}

.main-content .form-content input[data-v-c8ee1d34]::-moz-placeholder {
	color: #777
}

.main-content .form-content input[data-v-c8ee1d34]::-ms-input-placeholder {
	color: #777
}

.main-content .form-content input[data-v-c8ee1d34]::placeholder {
	color: #777
}

.main-content .form-content .img-content[data-v-c8ee1d34] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.main-content .form-content .img-content img[data-v-c8ee1d34] {
	width: calc((100% - 10px)/2);
	height: 100%;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2)
}

.main-content .form-content .img-content img[data-v-c8ee1d34]:first-of-type {
	margin-right: 10px
}

.main-content .form-content .info[data-v-c8ee1d34] {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #999;
	font-weight: 700;
	text-align: center
}

@supports (padding-bottom:constant(safe-area-inset-bottom)) {
	.main-content[data-v-c8ee1d34] {
		padding-bottom: calc(4rem + 40px + constant(safe-area-inset-bottom))
	}
}

@supports (padding-bottom:env(safe-area-inset-bottom)) {
	.main-content[data-v-c8ee1d34] {
		padding-bottom: calc(4rem + 40px + env(safe-area-inset-bottom))
	}
}

.main-content[data-v-381332bd] {
	padding: 60px 20px 4rem
}

.main-content input[data-v-381332bd] {
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #d0d0d0;
	font-size: 1.2rem;
	text-align: center;
	outline: none
}

.main-content p[data-v-381332bd] {
	margin-top: 20px;
	text-align: center
}

@supports (padding-bottom:constant(safe-area-inset-bottom)) {
	.main-content[data-v-381332bd] {
		padding: 60px 20px calc(4rem + constant(safe-area-inset-bottom))
	}
}

@supports (padding-bottom:env(safe-area-inset-bottom)) {
	.main-content[data-v-381332bd] {
		padding: 60px 20px calc(4rem + env(safe-area-inset-bottom))
	}
}

.main-content.search {
	padding-top: 0
}
.main-content .search-wrap .btn.search {
    margin-left: 10px;
    color: #fff;
}

.main-content.search .search-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 45px;
	padding: 10px;
	background: #000
}

.main-content.search .search-wrap .search-bar {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	height: 100%
}

.main-content.search .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: #777
}

.main-content.search .search-wrap .search-bar input[type=search] {
	width: 100%;
	height: 100%;
	border: none;
	padding: 0 0px;
	border-radius: 50px;
	background: #2b2b2b;
	color: #fff;
	text-indent: 20px;
	font-size: 16px;
	outline: none
}

.main-content.search .search-wrap .search-bar input[type=search]::-webkit-input-placeholder {
	font-size: 12px;
	color: #777
}

.main-content.search .search-wrap .search-bar input[type=search]::-moz-placeholder {
	font-size: 12px;
	color: #777
}

.main-content.search .search-wrap .search-bar input[type=search]::-ms-input-placeholder {
	font-size: 12px;
	color: #777
}

.main-content.search .search-wrap .search-bar input[type=search]::placeholder {
	font-size: 12px;
	color: #777
}

.main-content.search .search-wrap .btner {
	margin-left: 10px;
	color: #fff
}

.main-content.search .search-wrap .btn:active {
	color: #fff
}

.main-content.search .video-group.history .title-content .right,
.main-content.search .video-group.history .title-content .right:active,
.main-content.search .video-group ul a:active {
	color: #999
}

.main-content.search .video-group.history .title-content .right .trash {
	margin-right: 5px;
	width: 15px;
	height: 15px;
	background-image: url(../img/trash.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.main-content.search .video-group.history .search-history {
	color: #fff
}

.main-content.search .video-group.history ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: -10px
}

.main-content.search .video-group.history ul a {
	-ms-flex-preferred-size: calc((100% - 10px)/2);
	flex-basis: calc((100% - 10px)/2);
	padding: 1px;
	border-radius: 50px;
	background-image: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background-image: linear-gradient(90deg, #f94d43, #b83cd7);
	text-align: center;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.main-content.search .video-group.history ul a:nth-of-type(odd) {
	margin-right: 10px
}

.main-content.search .video-group.history ul a .btn-text {
	padding: 3px 5px;
	color: #fff;
	border-radius: 50px;
	background: #131415
}

.main-content.search .video-group.long a,
.main-content.search .video-group.short a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff
}

.main-content.search .video-group.long a .num,
.main-content.search .video-group.short a .num {
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	color: #999;
	text-align: center;
	font-size: 12px
}

.main-content.search .video-group.long a .name,
.main-content.search .video-group.short a .name {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.main-content.search .video-group.long a:not(:last-of-type),
.main-content.search .video-group.short a:not(:last-of-type) {
	margin-bottom: 10px
}

.main-content.search .video-group.long a:first-of-type .num,
.main-content.search .video-group.short a:first-of-type .num {
	border-radius: 50px;
	background: #f94d43;
	color: #fff
}

.main-content.search .video-group.long a:nth-of-type(2) .num,
.main-content.search .video-group.short a:nth-of-type(2) .num {
	border-radius: 50px;
	background: #ff557f;
	color: #fff
}

.main-content.search .video-group.long a:nth-of-type(3) .num,
.main-content.search .video-group.short a:nth-of-type(3) .num {
	border-radius: 50px;
	background: #b83cd7;
	color: #fff
}

.play-content {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	max-width: 768px;
	width: 100%;
	margin: 0 auto;
	background: #000;
	z-index: 11
}

.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: 35px;
	height: 35px;
	background-image: url(../img/play_back.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 9999
}

.video-content {
	/*position: absolute;*/
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	padding-top: 56.25%;
	padding-bottom: 4rem
}

.video-content .video-group.info .title-content {
	margin-bottom: 5px
}

.video-content .video-group.info .title-content h2 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 20px;
	font-size: 16px;
	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 .r-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.video-content .video-group.info .r-btn img {
	width: 20px;
	height: 20px;
	background: transparent
}

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.video-content .video-group.info .video-action .switch-btn {
	font-size: 12px;
	color: #fff
}

.video-content .video-group.info .video-action .switch-btn.line .img {
	background-image: url(../img/action_global.png)
}

.video-content .video-group.info .video-action .switch-btn.pixel {
	margin-left: 20px
}

.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: #fff
}

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	color: #fff
}

.video-content .video-group.info .video-action .btn-content .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 10px
}

.video-content .video-group.info .video-action .btn-content .btn .img {
	width: 15px;
	height: 15px;
	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: 12px
}

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	line-height: 29px;
	margin-bottom: 10px;
	white-space: nowrap;
    overflow-x: scroll;
}

.video-content .video-group.info .line-content a {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: 1px solid #999;
	border-radius: 5px;
	background: #131415;
	color: #fff;
	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 {
	border: none;
	padding: 1px;
	background: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background: linear-gradient(90deg, #f94d43, #b83cd7)
}

.video-content .horizontal-wrap .cube-scroll-content {
	display: -webkit-inline-box;
	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
}

.video-info {
	position: absolute;
	top: 0;
	left: -300%;
	width: 100%;
	height: 100%;
	padding-top: 56.25%;
	padding-bottom: 4rem;
	background: #131415;
	-webkit-transition: left .3s;
	transition: left .3s;
	z-index: 1
}

.video-info.show {
	left: 0;
	right: 0
}

.video-info .top-inner-content {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	color: #ff557f;
	z-index: 2
}

.video-info .top-inner-content .close {
	height: 24px;
	width: 24px;
	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 h3 {
	margin-bottom: 10px;
	color: #fff
}

.video-info .video-group>div {
	color: #999;
	margin-bottom: 10px
}

@media only screen and (max-device-width:900px) and (orientation:landscape) {
	.play-content .play-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:768px) {
	.video-content .horizontal-wrap .video-wrap .col-style {
		width: 170.66667px !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,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKwAAADYV1OgpaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4gDud4bx/DZfGbjZGUDg+q1z05BpdkawOAcDE4gCAB45CXEAeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) 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-btn.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;
	-webkit-box-sizing: border-box;
	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 {
	-webkit-box-sizing: inherit;
	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: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background-image: linear-gradient(90deg, #f94d43, #b83cd7);
	border-radius: 50%;
	-webkit-transition: all .4s;
	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;
	-webkit-transition: 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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), to(hsla(0, 0%, 100%, 0)));
	background: linear-gradient(180deg, rgba(0, 0, 0, .8), hsla(0, 0%, 100%, 0));
	overflow: auto
}

.video-js .vjs-modal-dialog>* {
	-webkit-box-sizing: border-box;
	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>* {
	-webkit-box-sizing: border-box;
	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: #ff557f
}

.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 {
	-webkit-transition: all .4s;
	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;
	-webkit-transition: all .4s;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility .1s, opacity .1s;
	transition: visibility .1s, opacity .1s
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	visibility: visible;
	opacity: 0;
	-webkit-transition: visibility 1s, opacity 1s;
	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;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none
}

.vjs-button>.vjs-icon-placeholder:before {
	font-size: 1.8em;
	line-height: 1.67
}

.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;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.vjs-no-flex .vjs-progress-control {
	width: auto
}

.video-js .vjs-progress-holder {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	-webkit-transition: all .2s;
	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;
	-webkit-transition: visibility 1s, opacity 1s;
	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-mute-control {
	cursor: pointer;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none
}

.video-js .vjs-volume-control {
	cursor: pointer;
	margin-right: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
	width: 5em
}

.video-js .vjs-volume-panel .vjs-volume-control {
	visibility: hidden;
	opacity: 0;
	width: 1px;
	height: 1px;
	margin-left: -1px
}

.video-js .vjs-volume-panel {
	-webkit-transition: width 1s;
	transition: width 1s
}

.vjs-workinghover .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control,
.vjs-workinghover .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
.vjs-workinghover .vjs-volume-panel .vjs-volume-control:active,
.vjs-workinghover .vjs-volume-panel .vjs-volume-control:hover,
.vjs-workinghover .vjs-volume-panel:active .vjs-volume-control,
.vjs-workinghover .vjs-volume-panel:focus .vjs-volume-control,
.vjs-workinghover .vjs-volume-panel:hover .vjs-volume-control {
	visibility: visible;
	opacity: 1;
	position: relative
}

.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: -4em
}

.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
}

.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;
	-webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
	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 {
	-webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
	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;
	-webkit-transition: none;
	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: -webkit-box;
	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: .4em;
	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: 1.4em
}

.vjs-slider-vertical .vjs-volume-level {
	width: .4em
}

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 1;
	-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;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	display: -webkit-inline-box;
	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 {
	-webkit-box-flex: 0;
	-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 {
	-webkit-box-flex: 0;
	-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 {
	-webkit-transform: translateY(-3em);
	transform: translateY(-3em)
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
	-webkit-transform: translateY(-1.5em);
	transform: translateY(-1.5em)
}

.video-js .vjs-fullscreen-control {
	cursor: pointer;
	-webkit-box-flex: 0;
	-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);
	-webkit-box-sizing: border-box;
	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;
	-webkit-animation: vjs-spinner-show 0s linear .3s forwards;
	animation: vjs-spinner-show 0s linear .3s forwards
}

.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
	content: "";
	position: absolute;
	margin: -6px;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	opacity: 1;
	border: inherit;
	border-color: #fff transparent transparent
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
	-webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
	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;
	-webkit-animation-delay: .44s;
	animation-delay: .44s
}

@keyframes vjs-spinner-show {
	to {
		visibility: visible
	}
}

@-webkit-keyframes vjs-spinner-show {
	to {
		visibility: visible
	}
}

@keyframes vjs-spinner-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@-webkit-keyframes vjs-spinner-spin {
	to {
		-webkit-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
	}
}

@-webkit-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 {
	-webkit-box-flex: 1;
	-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: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #fff), to(#73859f));
	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: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #fff), to(#73859f));
	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 {
	height: 4em;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .4)
}

.video-js .vjs-control-bar .vjs-control {
	width: 4em
}

.video-js .vjs-control-bar .vjs-progress-control {
	position: absolute;
	bottom: 4em;
	width: 100%;
	height: .5em;
	padding: 0;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

.video-js .vjs-control-bar .vjs-progress-control .vjs-load-progress {
	background: #fff
}

.video-js .vjs-control-bar .vjs-progress-control .vjs-progress-holder {
	height: 100%
}

.video-js .vjs-control-bar .vjs-progress-control .vjs-progress-holder:before {
	content: "";
	position: absolute;
	top: -1em;
	left: 0;
	width: 100%;
	height: 1em
}

.video-js .vjs-control-bar .vjs-progress-control .vjs-play-progress {
	background-image: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background-image: linear-gradient(90deg, #f94d43, #b83cd7)
}

.video-js .vjs-control-bar .vjs-progress-control .vjs-play-progress:before {
	content: "";
	width: 15px;
	height: 15px;
	background: #b83cd7;
	border-radius: 50%;
	font-size: 1rem
}

.video-js .vjs-control-bar .vjs-progress-control .vjs-play-progress .vjs-time-tooltip {
	display: none !important
}

.video-js .vjs-control-bar .vjs-play-control {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.video-js .vjs-control-bar .vjs-backward,
.video-js .vjs-control-bar .vjs-forward {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 45%;
	cursor: pointer
}

.video-js .vjs-control-bar .vjs-backward {
	background-image: url(../img/fast-backward.png);
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.video-js .vjs-control-bar .vjs-forward {
	background-image: url(../img/fast-forward.png);
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.video-js .vjs-control-bar .vjs-time-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	padding: 0;
	font-size: 1rem;
	line-height: normal
}

.video-js .vjs-control-bar .vjs-current-time {
	padding-left: 5px;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}

.video-js .vjs-control-bar .vjs-duration {
	padding-right: 4px;
	padding-left: 4px;
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.video-js .vjs-control-bar .vjs-duration:before {
	content: "/";
	position: relative;
	left: -2px
}

.video-js .vjs-control-bar .vjs-playback-rate {
	margin-left: auto;
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
	z-index: 1
}

.video-js .vjs-control-bar .vjs-playback-rate .vjs-playback-rate-value {
	font-size: 1rem;
	line-height: normal
}

.video-js .vjs-control-bar .vjs-no-playback-rate,
.video-js .vjs-control-bar .vjs-playback-rate .vjs-playback-rate-value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.video-js .vjs-control-bar .vjs-no-playback-rate {
	position: relative;
	margin-left: auto;
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
	cursor: pointer
}

.video-js .vjs-control-bar .vjs-no-playback-rate:before {
	content: "\500D\901F";
	position: absolute;
	font-size: 1rem
}

.video-js .vjs-control-bar .vjs-volume-panel {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
	z-index: 1
}

.video-js .vjs-control-bar .vjs-volume-panel .vjs-volume-vertical {
	bottom: 7em;
	width: 100%;
	margin: 0;
	background-color: rgba(0, 0, 0, .6);
	-webkit-transition: none;
	transition: none
}

.video-js .vjs-control-bar .vjs-volume-panel .vjs-volume-vertical .vjs-volume-level:before {
	left: -.35em
}

.video-js .vjs-control-bar .vjs-volume-panel .vjs-icon-placeholder:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.video-js .vjs-control-bar .vjs-fullscreen-control {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8
}

.vjs-button>.vjs-icon-placeholder:before {
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 40%
}

.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
	content: "";
	background-image: url(../img/play-btn.png)
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.vjs-icon-pause:before {
	content: "";
	background-image: url(../img/pause-btn.png)
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
	content: "";
	background-image: url(../img/fullscreen-btn.png)
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-exit:before {
	content: "";
	background-image: url(../img/unfullscreen-btn.png)
}

.video-js .vjs-control-bar .vjs-volume-panel .vjs-icon-placeholder:before {
	content: ""
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before {
	background-image: url(../img/volume-btn.png)
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,
.vjs-icon-volume-low:before,
.vjs-icon-volume-mid:before {
	background-image: url(../img/low-volume-btn.png)
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,
.vjs-icon-volume-mute:before {
	background-image: url(../img/muted-btn.png)
}

.vjs-has-started.vjs-user-inactive.vjs-playing+.back {
	visibility: visible;
	opacity: 0;
	-webkit-transition: visibility 1s, opacity 1s;
	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)
}

.videojs-content .video-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.videojs-content .tips {
	position: absolute;
	right: 10px;
	top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 3px 10px;
	border-radius: 50px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	font-weight: 500
}

.videojs-content .premiss-content,
.videojs-content .premiss-content .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.videojs-content .premiss-content .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: rgba(0, 0, 0, .6);
	z-index: 1
}

.videojs-content .premiss-content .content .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff
}

.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: 5px 10px;
	margin-top: 15px;
	border-radius: 50px;
	background-image: -webkit-gradient(linear, left top, right top, from(#f94d43), to(#b83cd7));
	background-image: linear-gradient(90deg, #f94d43, #b83cd7);
	color: #fff;
	font-size: 12px
}

.videojs-content .pink {
	color: #ff557f
}

.videojs-content .time-content {
	position: absolute;
	top: 50%;
	left: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 110px;
	height: 45px;
	border-radius: 5px;
	-webkit-transform: translate(-50%, -50%);
	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
}

.cube-tab-bar {
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.cube-tab-bar,
.cube-tab-bar_inline .cube-tab {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.cube-tab-bar_inline .cube-tab {
	-webkit-align-content: center;
	align-content: center
}

.cube-tab-bar-slider {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 20px;
	background-color: #e8864c
}

.cube-tab {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	padding: 7px 0;
	color: #666;
	text-align: center
}

.cube-tab_active {
	color: #e8864c
}

.cube-tab_active ,.cube-tab_active:link{
	position:relative;
}

.cube-tab_active:after{
	content: "";
	height: 2px;
	position: absolute;
	bottom: 0;
	background: linear-gradient(90deg,#f94d43,#b83cd7);
	transition: all .2s;
}

.cube-tab_active :hover:after,.cube-tab_active.on:after{
	left: 0%;
	width: 100%;
}

.cube-slide {
	min-height: 1px
}

.cube-slide,
.cube-slide-group {
	position: relative;
	height: 100%;
	overflow: hidden
}

.cube-slide-group {
	white-space: nowrap;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.cube-slide-dots {
	position: absolute;
	bottom: 2px;
	right: 0;
	left: 0;
	padding: 0 6px;
	font-size: 0;
	text-align: center;
	-webkit-transform: translateZ(1px);
	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: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transition: all;
	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: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: 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;
	-webkit-animation: spinner-fade 1s linear infinite;
	animation: spinner-fade 1s linear infinite
}

.cube-loading-spinner:first-child {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-transform: rotate(-150deg) translateY(-150%);
	transform: rotate(-150deg) translateY(-150%)
}

.cube-loading-spinner:nth-child(2) {
	-webkit-animation-delay: .083333333333333s;
	animation-delay: .083333333333333s;
	-webkit-transform: rotate(-120deg) translateY(-150%);
	transform: rotate(-120deg) translateY(-150%)
}

.cube-loading-spinner:nth-child(3) {
	-webkit-animation-delay: .166666666666667s;
	animation-delay: .166666666666667s;
	-webkit-transform: rotate(-90deg) translateY(-150%);
	transform: rotate(-90deg) translateY(-150%)
}

.cube-loading-spinner:nth-child(4) {
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
	-webkit-transform: rotate(-60deg) translateY(-150%);
	transform: rotate(-60deg) translateY(-150%)
}

.cube-loading-spinner:nth-child(5) {
	-webkit-animation-delay: .333333333333333s;
	animation-delay: .333333333333333s;
	-webkit-transform: rotate(-30deg) translateY(-150%);
	transform: rotate(-30deg) translateY(-150%)
}

.cube-loading-spinner:nth-child(6) {
	-webkit-animation-delay: .416666666666667s;
	animation-delay: .416666666666667s;
	-webkit-transform: rotate(0deg) translateY(-150%);
	transform: rotate(0deg) translateY(-150%)
}

.cube-loading-spinner:nth-child(7) {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-transform: rotate(30deg) translateY(-150%);
	transform: rotate(30deg) translateY(-150%)
}

.cube-loading-spinner:nth-child(8) {
	-webkit-animation-delay: .583333333333333s;
	animation-delay: .583333333333333s;
	-webkit-transform: rotate(60deg) translateY(-150%);
	transform: rotate(60deg) translateY(-150%)
}

.cube-loading-spinner:nth-child(9) {
	-webkit-animation-delay: .666666666666667s;
	animation-delay: .666666666666667s;
	-webkit-transform: rotate(90deg) translateY(-150%);
	transform: rotate(90deg) translateY(-150%)
}

.cube-loading-spinner:nth-child(10) {
	-webkit-animation-delay: .75s;
	animation-delay: .75s;
	-webkit-transform: rotate(120deg) translateY(-150%);
	transform: rotate(120deg) translateY(-150%)
}

.cube-loading-spinner:nth-child(11) {
	-webkit-animation-delay: .833333333333333s;
	animation-delay: .833333333333333s;
	-webkit-transform: rotate(150deg) translateY(-150%);
	transform: rotate(150deg) translateY(-150%)
}

.cube-loading-spinner:nth-child(12) {
	-webkit-animation-delay: .916666666666667s;
	animation-delay: .916666666666667s;
	-webkit-transform: rotate(180deg) translateY(-150%);
	transform: rotate(180deg) translateY(-150%)
}

@-webkit-keyframes spinner-fade {
	0% {
		opacity: .85
	}

	50% {
		opacity: .25
	}

	to {
		opacity: .25
	}
}

@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: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: 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 {
	-webkit-animation: dialog-fadein .4s;
	animation: dialog-fadein .4s
}

.cube-dialog-fade-enter-active .cube-dialog-main {
	-webkit-animation: dialog-zoom .4s;
	animation: dialog-zoom .4s
}

@-webkit-keyframes dialog-fadein {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes dialog-fadein {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes dialog-zoom {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes dialog-zoom {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.cube-popup {
	position: fixed;
	max-width:768px;
	margin: auto;
	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 {
	-webkit-transform: translate(100%, 100%);
	transform: translate(100%, 100%)
}

.cube-popup-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	-webkit-transform: translate(-100%, -100%);
	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%;
	-webkit-transform: translate(0);
	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 {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.cube-popup-top .cube-popup-content {
	top: -100%;
	left: -100%;
	-webkit-transform: translate(0);
	transform: translate(0)
}

.cube-popup-right .cube-popup-content {
	top: -100%;
	right: 100%
}

.cube-popup-left .cube-popup-content {
	left: -100%
}

.cube-input {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	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;
	-webkit-transform-origin: 0 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;
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}
}

@media (-webkit-min-device-pixel-ratio:3),
(min-resolution:3dppx) {
	.cube-input:after {
		width: 300%;
		height: 300%;
		border-radius: 6px;
		-webkit-transform: scale(.333);
		transform: scale(.333)
	}
}

.cube-input-field {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	width: 100%;
	min-width: 0;
	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: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	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;
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.cube-input-eye>.cubeic-eye-invisible,
.cube-input-eye>.cubeic-eye-visible {
	-webkit-transform: scale(1.4);
	transform: scale(1.4)
}

.cube-toast.cube-popup {
	z-index: 900
}

.cube-toast .cube-popup-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	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 {
	-webkit-animation: toast-in .2s;
	animation: toast-in .2s
}

.cube-toast-fade-leave-active {
	-webkit-animation: toast-out .2s;
	animation: toast-out .2s
}

@-webkit-keyframes toast-in {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes toast-in {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes toast-out {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes toast-out {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.loader {
	position: fixed;
	max-width: 768px;
	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);
}
#gototop{
	position: fixed; 
	bottom: 156px; 
	right: 10px; 
	cursor: pointer; 
	display: block;
	z-index: 12;
}
.hidden{
	display: none;
}
.hide{
	display: none;
}
.MaDouYm{
display: inline-block;
    width: 100%;
    padding: 1px;
    margin-bottom: 10px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    background-image: -webkit-gradient(linear,left top,right top,from(#f94d43),to(#b83cd7));
    background-image: linear-gradient(90deg,#f94d43,#b83cd7);
}
.MaDouYm .btn-text{
	padding: 7px;
    border-radius: 50px;
    background: #131415;
	
	
}

/*弹出层*/
	.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: 8px;
		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;
		}


	}