::-webkit-scrollbar {
	width: 0;
	background: transparent;
}
html,
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
	min-height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: rgb(255, 186, 31) url(../img/top_bg2.png) center top no-repeat;
	background-size: 100%;
}
ol,
ul {
	list-style: none;
}
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
pre,
textarea,
ul {
	padding: 0;
	margin: 0;
	font-style: normal;
}
a {
	cursor: pointer;
}
a:link {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #ee3a43;
}
a:active {
	text-decoration: none;
	color: #fff;
}
@font-face {
	font-family: 'iconfont';
	src: url(https://at.alicdn.com/t/font_1999132_eo0y0we7xdp.eot);
	src: url(https://at.alicdn.com/t/font_1999132_eo0y0we7xdp.eot#iefix) format('embedded-opentype'),
		url(https://at.alicdn.com/t/font_1999132_eo0y0we7xdp.woff2) format('woff2'),
		url(https://at.alicdn.com/t/font_1999132_eo0y0we7xdp.woff) format('woff'),
		url(https://at.alicdn.com/t/font_1999132_eo0y0we7xdp.ttf) format('truetype'),
		url(https://at.alicdn.com/t/font_1999132_eo0y0we7xdp.svg#iconfont) format('svg');
}

.icon {
	font-family: 'iconfont' !important;
	font-size: 24px;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.guankanrenshu {
	color: #448aff;
}

.switch {
	display: flex;
	align-items: center;
	font-size: 14px;
}
.switch > input + span {
	margin-right: 5px;
}
.switch > span + input[type='checkbox'] {
	margin-left: 5px;
}
.switch > input[type='checkbox'] {
	cursor: pointer;
	width: 40px;
	height: 20px;
	position: relative;
	border: 0 none;
	outline: none;
	-webkit-appearance: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.switch > input[type='checkbox']:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ccc;
	border-radius: 12px;
}
.switch > input[type='checkbox']:after {
	font-family: 'iconfont';
	content: '\E62F';
	font-size: 16px;
	position: absolute;
	left: 2px;
	top: -1px;
	color: #fff;
}
.switch > input[type='checkbox']:checked:before {
	background: #448aff;
}
.switch > input[type='checkbox']:checked:after {
	content: '\E632';
	left: auto;
	right: 2px;
}
.bg > img {
	width: 100%;
}
.container {
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 90%;
	top: 150px;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 50px;
}
.main-container {
	flex-shrink: 1;
	width: 100%;
	position: relative;
}
.down-count {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.right-container {
	width: 352px;
	flex-shrink: 0;
	margin-left: 8px;
}
.chat-container,
.video,
.tabs-container {
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
}
.chat-title {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 16px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #454545;
}
.chat-content {
	position: relative;
}

.countdown {
	background-color: rgba(36, 46, 66, 0.7);
	box-shadow: 0 0.01rem 0.02rem 0 rgba(0, 0, 0, 0.2);
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	overflow: hidden;
}
.countdown-time {
	display: flex;
	align-items: center;
}
.countdown-time > span {
	font-size: 14px;
}
.countdown-time > span.time {
	margin: 0 4px 0 20px;
	font-size: 24px;
}
.video-box {
	position: relative;
	overflow: hidden;
	z-index: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-height: 475px;
	border-radius: 4px 4px 0 0;
}
.video-mobile-show {
	border-top: 1px solid #bbb;
}
.video-mobile-show .icon {
	color: #448aff;
	font-size: 16px;
}
.video-mobile-show > a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	padding: 10px 0;
	margin: 0 10px;
}
.video-mobile-show > a,
.video-mobile-show > a:visited {
	color: #333;
}
.video-mobile-show > a:hover {
	color: #448aff;
}
.video-mobile-show > a:hover > .video-mobile-qrcode {
	display: block;
}
.video-mobile-qrcode {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	padding: 10px;
	background: #fff;
	z-index: 10;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	border-radius: 12px;
}
.video-mobile-qrcode:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 12px solid white;
	position: absolute;
	top: -12px;
	left: 20px;
	z-index: 11;
}
.qrcode {
	display: flex;
	align-items: center;
}
.qrcode > img {
	width: 100px;
	height: 100px;
	vertical-align: middle;
}
.video-mobile-qrcode-text {
	color: #bbb;
	flex-shrink: 1;
	width: 100%;
	white-space: nowrap;
	padding: 0 10px;
	font-size: 14px;
	text-align: center;
}
.video-mobile-qrcode-title {
	font-size: 16px;
	color: #448aff;
}
.ss {
	display: block;
	width: 100%;
	text-align: right;
	position: absolute;
	top: 10px;
	left: 20px;
}
.video-box > .pic {
	width: 100%;
	vertical-align: middle;
	border: 0 none;
	position: absolute;
	top: 0;
	left: 0;
}
.video-box > .video-container {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-lucky {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 10px;
}
.video-lucky > .eye {
	display: flex;
	align-items: center;
	font-size: 14px;
}
.video-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #ccc;
	padding: 10px;
}
.video-info-memo {
	display: flex;
	align-items: center;
}
.video-info-avatar {
	margin-right: 10px;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.video-info-icon {
	display: flex;
	align-items: center;
}

#entry {
	display: none;
}
.qa-redpack {
	text-align: center;
	margin-left: 10px;
	font-size: 12px;
	position: relative;
}
.qa-redpack > .pic {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	border-radius: 100%;
	background-color: #fff;
	padding: 4px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	margin: 0 auto 5px;
}

.qa-redpack > .pic > img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	transform: scale(1);
}
.qa-redpack > .pic > img:hover {
	transform: scale(1.2);
}
.qa-redpack .circle {
	width: 42px;
	height: 42px;
	background: #be644b;
	border-radius: 50%;
}
.tabs-container {
	margin-top: 8px;
	min-height: 560px;
	padding: 10px 20px;
}
.tabs-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	zoom: 1;
	border-bottom: 1px solid #bbb;
}
.tabs-menu:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
.tabs-menu > li {
	float: left;
	margin-right: 20px;
	line-height: 30px;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.65);
	cursor: pointer;
	position: relative;
	bottom: -1px;
}
.tabs-menu > li > span,
.tabs-menu > li > i {
	vertical-align: middle;
}
.tabs-menu > li > i {
	font-size: 16px;
	color: #bbb;
	margin-right: 5px;
	display: inline-block;
}
.tabs-menu > li.active {
	color: #448aff;
	border-bottom: 2px solid #448aff;
}
.tabs-menu > li.active > i {
	color: #448aff;
}
.tabs-menu > li.tabs-chat {
	display: none;
}
.tabs-content > .tabs-content-item {
	display: none;
}
.tabs-content > .tabs-content-item.active {
	display: block;
}
.tabs-content > .tabs-content-item.tuwen > p {
	margin: 0;
	padding: 0;
}
.tabs-content > .tabs-content-item.tuwen img {
	max-width: 100%;
	width: auto;
	vertical-align: middle;
}
.tabs-content > .tabs-content-item.winner > p {
	margin: 0;
	padding: 0;
}
.tabs-content > .tabs-content-item.winner img {
	max-width: 100%;
	width: auto;
	vertical-align: middle;
}

.video-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
}
.video-list-box {
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}
.video-list-box:nth-child(4n) {
	margin-right: 0;
}
.video-list-info {
	position: relative;
	display: block;
}
.video-list-info > .duration,
.video-list-info > .play {
	position: absolute;
}
.video-list-info > .duration {
	bottom: 5px;
	right: 5px;
	font-size: 12px;
	color: #fff;
}
.video-list-info > .play {
	top: 50%;
	left: 50%;
	visibility: hidden;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	width: 37px;
	height: 37px;
	line-height: 37px;
	text-align: center;
}
.video-list-info:hover > .play {
	visibility: visible;
}
.video-list-info > img {
	width: 100%;
}
.video-list-title {
	color: #454545;
	font-size: 14px;
	background: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 5px 10px;
}
.reply {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
}
.reply-box > .emoji {
	cursor: pointer;
	color: #448aff;
}
.reply-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 10px;
}
.reply-box > input[type='text'] {
	width: 100%;
	border: 1px solid #bbb;
	border-radius: 6px;
	padding: 0 10px;
	margin: 0 10px;
	height: 32px;
	line-height: 32px;
}
.reply-box > input[type='button'] {
	background-color: #448aff;
	border: 0 none;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 6px;
}
.reply .qqFace {
	background: #fff;
	bottom: 0;
}
.reply .qqFace,
.reply .qqFace > table {
	width: 100%;
}
.reply .qqFace > table td {
	text-align: center;
}
.comments-list {
	height: calc(100% - 54px);
	max-height: 100%;
	padding: 0 10px;
	overflow: hidden;
	overflow-y: auto;
}
.comments-box {
	padding-top: 8px;
}
.comments-box-flex {
	display: flex;
}
.comments-box-flex > img {
	width: 32px;
	height: 32px;
	border-radius: 100%;
	flex-shrink: 0;
}
.comments-info {
	flex-shrink: 1;
	width: 100%;
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
}
.comments-info > .admin,
.comments-info > .top {
	font-weight: 500;
	color: #448aff;
	padding: 0px;
	background-color: #e6efff;
}
.comments-info > .top > .icon {
	font-size: 12px;
	color: #fb8f30;
	font-weight: normal;
}
.comments-text {
	color: #333;
	background-color: #f2f6fd;
	margin-top: 6px;
	padding: 8px 10px;
	margin-right: 10px;
	word-break: break-all;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	display: inline-block;
	border-radius: 0 8px 8px 8px;
}
.comments-text.admin {
	color: #fff;
	background-color: #448aff;
}
.comments-text img.image-message {
	max-width: 180px;
	max-height: 120px;
	border-radius: 8px;
	cursor: pointer;
}
.comments-text > img.gift-image {
	margin: 0 12px;
	max-width: 32px;
	max-height: 32px;
}
.infinite-more {
	text-align: center;
	color: #bbb;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	display: none;
}
.comments-time {
	float: right;
	color: #bbb;
	font-size: 12px;
	font-weight: normal;
}
.img-bg {
	background: #fff;
	padding: 10px 10px 0;
}
.img-box {
	display: flex;
	flex-wrap: wrap;
	height: 300px;
	overflow: hidden;
	overflow-y: auto;
}
.img-box > .img {
	width: 22.5%;
	height: 8rem;
	margin: 0 2% 2% 0;
	border: 1px solid transparent;
}
.img-box > .img > img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	object-fit: contain;
}
.img-box > .img.active {
	border: 1px solid #448aff;
}
.fixedReward {
	position: fixed;
	bottom: 50%;
	left: 50%;
	text-align: center;
	z-index: 10000;
	transform: translate3d(-50%, 0, 0);
	animation: 1s ease 1s 1 normal both running;
}
.fixedReward img {
	min-width: 100px;
	max-width: 220px;
}
.reward-button {
	text-align: right;
	padding: 10px 0;
}
.reward-button > input {
	height: 40px;
	width: 80px;
	line-height: 40px;
	background: #448aff;
	color: #fff;
	border: 0 none;
	cursor: pointer;
}

.common {
	background: #f04866;
	border-radius: 8px;
}
.common-top {
	background: url(../img/hongbao_title.png) center top no-repeat;
	background-size: 100%;
	text-align: center;
	padding-top: 20px;
}
.common-kuang {
	width: 87px;
	height: 87px;
	border: 5px solid hsla(0, 0%, 100%, 0.3);
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}
.common-kuang > img {
	width: 100%;
	background: linear-gradient(180deg, #ffef6f, #87e8ce);
	background-repeat: no-repeat;
}
.lottery-container {
	text-align: center;
}
.lottery-container img {
	width: 280px;
}
.lottery-container button {
	border: 0 none;
	padding: 8px 25px;
	background: #f7b335;
	color: #fff;
	border-radius: 10px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	position: relative;
	top: -20px;
}

.lottery-title {
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	padding: 10px;
}

.signup-pc > .dialog-container {
	width: 200px;
	height: 100%;
}
.signup-pc .dialog-content {
	height: 100%;
	max-height: 100%;
	overflow: hidden !important;
}
.signup-pc .dialog-title {
	font-size: 18px !important;
	position: relative;
	border-bottom: 0 none !important;
}
.signup-pc .dialog-title:after {
	content: '';
	display: block;
	background-color: #448aff;
	width: 24px;
	height: 5px;
}
.signup-container {
	background: #fff;
	padding: 0 24px;
	height: calc(100% - 52px);
	overflow: hidden;
	overflow-y: auto;
}
.signup-name {
	font-size: 18px;
	font-weight: 500;
	color: #666;
	padding: 20px 0;
	border-bottom: 1px solid #bbb;
	margin-bottom: 20px;
}
.signup-container > dl {
	list-style: none;
	margin: 0;
	padding: 10px;
}
.signup-container > dl > dt {
	font-size: 14px;
	color: #454545;
	padding-bottom: 5px;
}
.signup-container > dl > dt.error {
	color: red;
}
.signup-container > dl > dd {
	padding-bottom: 20px;
}
.signup-container .options {
	border: 1px solid #e5e5e5;
	margin: 0;
	padding: 5px 10px;
	list-style: none;
}
.signup-container .options .item {
	display: block;
	font-size: 14px;
	color: #666;
	padding: 8px 10px;
	vertical-align: middle;
}
.signup-container .options input {
	margin-right: 10px;
	width: 16px;
	height: 16px;
	border: 1px solid #d9d9d9;
	vertical-align: middle;
}
.signup-button {
	width: 100%;
	height: 40px;
	font-weight: 400;
	line-height: 40px;
	font-size: 14px;
	background-color: #448aff;
	border: 1px solid #448aff;
	color: #fff;
	position: absolute;
	bottom: 0;
}

.chou {
	margin: 0 auto;
	width: 300px;
	text-align: center;
	position: relative;
}
.chou > .title {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	top: 52%;
	left: 55%;
	/* width: 120px; */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transform: translateX(-55%);
}
.chou > img {
	width: 100%;
}

.dialog {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.dialog > .dialog-bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}
.dialog-box {
	position: relative;
	height: 100%;
}
.dialog .dialog-title {
	background: #fff;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 40px;
	text-overflow: ellipsis;
}
.dialog-box > .close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	font-size: 20px;
}
.dialog > .dialog-container {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	min-width: 320px;
}
.dialog-content {
	max-height: 500px;
	overflow: hidden;
	overflow-y: auto;
}

.dialog.alert .dialog-title {
	border-bottom: 1px solid #e5e5e5;
}
.dialog.alert .alert-text {
	background: #fff;
	padding: 20px;
	font-size: 14px;
}
.dialog.alert .alert-button {
	width: 100%;
	background: #448aff;
	line-height: 40px;
	height: 40px;
	text-align: center;
	border: 0 none;
	color: #fff;
	cursor: pointer;
}
.preloader-indicator-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10600;
	width: 100%;
	height: 100%;
	visibility: visible;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0.6;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.preloader-indicator-overlay.modal-overlay-visible {
	visibility: visible;
	opacity: 1;
}
.preloader-indicator-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	z-index: 11000;
	width: 50%;
}
.preloader-re {
	position: relative;
	width: 100%;
	height: 100%;
}
.preloader-indicator-modal .icon {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #fff;
	cursor: pointer;
}
.preloader-indicator-modal img {
	width: 100%;
	height: 100%;
}
.preloader-indicator-modal .preloader {
	display: block;
	width: 1.7rem;
	height: 1.7rem;
}
.preloader {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	-o-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: preloader-spin 1s steps(12, end) infinite;
	-o-animation: preloader-spin 1s steps(12, end) infinite;
	animation: preloader-spin 1s steps(12, end) infinite;
}
.preloader:after {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100%;
}
.preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.bounceInUp {
	animation-name: bounceInUp;
}
.bounceOutUp {
	animation-name: bounceOutUp;
}
.qa-redpack .thumb-item {
	width: 100%;
	height: 100%;
	color: red;
	position: absolute;
	top: 0;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-timing-function: linear;
	opacity: 0;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	pointer-events: none;
}
.qa-redpack .thumb-item.line-1 {
	-webkit-animation-name: line1;
	-moz-animation-name: line1;
	animation-name: line1;
}
.qa-redpack .thumb-item.line-2 {
	-webkit-animation-name: line2;
	-moz-animation-name: line2;
	animation-name: line2;
}
.qa-redpack .thumb-item.line-3 {
	-webkit-animation-name: line3;
	-moz-animation-name: line3;
	animation-name: line3;
}
.qa-redpack .thumb-item.line-4 {
	-webkit-animation-name: line4;
	-moz-animation-name: line4;
	animation-name: line4;
}
.qa-redpack .thumb-item img {
	display: block;
	width: 32px;
	height: 32px;
}
.qa-redpack .thumb-num {
	position: absolute;
	float: right;
	right: 0;
	min-width: 100%;
	padding: 0 0.6rem;
	bottom: -1rem;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 1rem;
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, from(#ae5eff), to(#f882ff));
	background: -webkit-linear-gradient(left, #ae5eff, #f882ff);
	background: -moz- oldlinear-gradient(left, #ae5eff, #f882ff);
	background: linear-gradient(to right, #ae5eff, #f882ff);
	-webkit-border-radius: 0.75rem;
	-moz-border-radius: 0.75rem;
	border-radius: 0.75rem;
	text-align: center;
	white-space: nowrap;
}

.modal.video-modal .modal-dialog {
	width: 640px;
	height: 360px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	background: rgba(255, 255, 255, 1);
	-webkit-background-clip: content;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
.modal.video-modal .modal-dialog .video-wrap {
	width: 100%;
	height: 100%;
}
.modal.video-modal .modal-dialog .close {
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 99;
	background: none;
	outline: none;
	border: none;
}
.modal.video-modal .modal-dialog .close .icon {
	font-family: 'icon' !important;
	font-size: 30px;
	line-height: 1;
	color: rgba(255, 255, 255, 1);
	background: rgba(153, 153, 153, 1);
	border-radius: 50%;
}

@-webkit-keyframes preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-o-keyframes preloader-spin {
	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes line1 {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translate(-0.17rem, -3, 17rem);
		transform: translate(-0.17rem, -3, 17rem);
	}
	80% {
		opacity: 1;
		-webkit-transform: translate(-0.33rem, -12.4rem);
		transform: translate(-0.33rem, -12.4rem);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-0.5rem, -15.5rem);
		transform: translate(-0.5rem, -15.5rem);
	}
}

@-moz-keyframes line1 {
	0% {
		opacity: 0;
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	20% {
		opacity: 1;
		-moz-transform: translate(-0.17rem, -3, 17rem);
		transform: translate(-0.17rem, -3, 17rem);
	}
	80% {
		opacity: 1;
		-moz-transform: translate(-0.33rem, -12.4rem);
		transform: translate(-0.33rem, -12.4rem);
	}
	100% {
		opacity: 0;
		-moz-transform: translate(-0.5rem, -15.5rem);
		transform: translate(-0.5rem, -15.5rem);
	}
}

@keyframes line1 {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translate(-0.17rem, -3, 17rem);
		-moz-transform: translate(-0.17rem, -3, 17rem);
		transform: translate(-0.17rem, -3, 17rem);
	}
	80% {
		opacity: 1;
		-webkit-transform: translate(-0.33rem, -12.4rem);
		-moz-transform: translate(-0.33rem, -12.4rem);
		transform: translate(-0.33rem, -12.4rem);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-0.5rem, -15.5rem);
		-moz-transform: translate(-0.5rem, -15.5rem);
		transform: translate(-0.5rem, -15.5rem);
	}
}

@-webkit-keyframes line2 {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	42% {
		opacity: 1;
		-webkit-transform: translate(-1rem, -6.46rem);
		transform: translate(-1rem, -6.46rem);
	}
	80% {
		opacity: 1;
		-webkit-transform: translate(-2.29rem, -12.5rem);
		transform: translate(-2.29rem, -12.5rem);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-2.75rem, -15.5rem);
		transform: translate(-2.75rem, -15.5rem);
	}
}

@-moz-keyframes line2 {
	0% {
		opacity: 0;
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	42% {
		opacity: 1;
		-moz-transform: translate(-1rem, -6.46rem);
		transform: translate(-1rem, -6.46rem);
	}
	80% {
		opacity: 1;
		-moz-transform: translate(-2.29rem, -12.5rem);
		transform: translate(-2.29rem, -12.5rem);
	}
	100% {
		opacity: 0;
		-moz-transform: translate(-2.75rem, -15.5rem);
		transform: translate(-2.75rem, -15.5rem);
	}
}

@keyframes line2 {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	42% {
		opacity: 1;
		-webkit-transform: translate(-1rem, -6.46rem);
		-moz-transform: translate(-1rem, -6.46rem);
		transform: translate(-1rem, -6.46rem);
	}
	80% {
		opacity: 1;
		-webkit-transform: translate(-2.29rem, -12.5rem);
		-moz-transform: translate(-2.29rem, -12.5rem);
		transform: translate(-2.29rem, -12.5rem);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-2.75rem, -15.5rem);
		-moz-transform: translate(-2.75rem, -15.5rem);
		transform: translate(-2.75rem, -15.5rem);
	}
}

@-webkit-keyframes line3 {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	30% {
		opacity: 1;
		-webkit-transform: translate(-1.75rem, -3.8rem);
		transform: translate(-1.75rem, -3.8rem);
	}
	76% {
		opacity: 1;
		-webkit-transform: translate(-4.375rem, -9.125rem);
		transform: translate(-4.375rem, -9.125rem);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-5.75rem, -12.08rem);
		transform: translate(-5.75rem, -12.08rem);
	}
}

@-moz-keyframes line3 {
	0% {
		opacity: 0;
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	30% {
		opacity: 1;
		-moz-transform: translate(-1.75rem, -3.8rem);
		transform: translate(-1.75rem, -3.8rem);
	}
	76% {
		opacity: 1;
		-moz-transform: translate(-4.375rem, -9.125rem);
		transform: translate(-4.375rem, -9.125rem);
	}
	100% {
		opacity: 0;
		-moz-transform: translate(-5.75rem, -12.08rem);
		transform: translate(-5.75rem, -12.08rem);
	}
}

@keyframes line3 {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	30% {
		opacity: 1;
		-webkit-transform: translate(-1.75rem, -3.8rem);
		-moz-transform: translate(-1.75rem, -3.8rem);
		transform: translate(-1.75rem, -3.8rem);
	}
	76% {
		opacity: 1;
		-webkit-transform: translate(-4.375rem, -9.125rem);
		-moz-transform: translate(-4.375rem, -9.125rem);
		transform: translate(-4.375rem, -9.125rem);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-5.75rem, -12.08rem);
		-moz-transform: translate(-5.75rem, -12.08rem);
		transform: translate(-5.75rem, -12.08rem);
	}
}

@-webkit-keyframes line4 {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	30% {
		opacity: 1;
		-webkit-transform: translate(-1.79rem, -1.92rem);
		transform: translate(-1.79rem, -1.92rem);
	}
	76% {
		opacity: 1;
		-webkit-transform: translate(-4.625rem, -4.79rem);
		transform: translate(-4.625rem, -4.79rem);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-5.75rem, -6.25rem);
		transform: translate(-5.75rem, -6.25rem);
	}
}

@-moz-keyframes line4 {
	0% {
		opacity: 0;
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	30% {
		opacity: 1;
		-moz-transform: translate(-1.79rem, -1.92rem);
		transform: translate(-1.79rem, -1.92rem);
	}
	76% {
		opacity: 1;
		-moz-transform: translate(-4.625rem, -4.79rem);
		transform: translate(-4.625rem, -4.79rem);
	}
	100% {
		opacity: 0;
		-moz-transform: translate(-5.75rem, -6.25rem);
		transform: translate(-5.75rem, -6.25rem);
	}
}

@keyframes line4 {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	30% {
		opacity: 1;
		-webkit-transform: translate(-1.79rem, -1.92rem);
		-moz-transform: translate(-1.79rem, -1.92rem);
		transform: translate(-1.79rem, -1.92rem);
	}
	76% {
		opacity: 1;
		-webkit-transform: translate(-4.625rem, -4.79rem);
		-moz-transform: translate(-4.625rem, -4.79rem);
		transform: translate(-4.625rem, -4.79rem);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-5.75rem, -6.25rem);
		-moz-transform: translate(-5.75rem, -6.25rem);
		transform: translate(-5.75rem, -6.25rem);
	}
}
@keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: translate3d(-50%, 100%, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(-50%, 0, 0);
	}
	75% {
		transform: translate3d(-50%, 60%, 0);
	}
	90% {
		transform: translate3d(-50%, 30%, 0);
	}
	100% {
		transform: translate3d(-50%, 50%, 0);
	}
}
@keyframes bounceOutUp {
	0% {
		transform: translate3d(-50%, 50%, 0);
	}
	20% {
		transform: translate3d(-50%, 15%, 0);
	}
	40%,
	45% {
		opacity: 1;
		transform: translate3d(-50%, 75%, 0);
	}
	100% {
		opacity: 0;
		transform: translate3d(-50%, -100%, 0);
	}
}
