.mobile body {
	height: 100%;
	background: #f1f1f1;
}
.mobile .dialog > .dialog-container {
	width: 100%;
}
.mobile .container {
	position: relative;
	top: 0;
	left: 0;
	transform: translateY(0);
	width: 100%;
	margin-bottom: 0;
}
.mobile .container {
	height: 100%;
}
.mobile .bg,
.mobile .right-container,
.mobile .video-info-memo,
.mobile .tabs-menu .icon {
	display: none;
}
.mobile .video,
.mobile .tabs-container {
	border-radius: 0;
	box-shadow: inherit;
}
.mobile .video-box {
	height: auto;
}
.mobile .video-info {
	padding: 0;
	border-top: 0 none;
}
.mobile .video-mobile-show {
	display: none;
}
.mobile .video-lucky {
	padding: 5px;
	font-size: 12px;
	color: #333;
}
.mobile .video-info-icon {
	position: fixed;
	bottom: 60px;
	right: 5px;
	z-index: 10;
	display: inline-block;
	height: 36px;
	background: #fff;
	border-radius: 28px;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.3);

	transition-duration: 0.3s;
	transition-property: height;
}
.mobile #entry > .pic {
	box-shadow: none;
	width: auto;
	height: auto;
	margin: 0 auto;
	background: transparent;
	display: inline-block;
}
.mobile .video-info-icon.open {
	height: 225px;
	padding: 10px 0;
}
.mobile .video-info-icon.open .qa-redpack {
	display: block;
}
.mobile .video-info-icon > .qa-redpack {
	margin-left: 0;
}
.mobile .qa-redpack {
	display: none;
}
.mobile #entry {
	display: block;
}
.mobile .qa-redpack .pic {
	width: 36px;
	height: 36px;
}
.mobile .qa-redpack .circle {
	width: 28px;
	height: 28px;
	line-height: 26px;
}
.mobile .tabs-container {
	min-height: auto;
	padding: 0;
}
.mobile .tabs-menu {
	padding: 0 10px;
	border-bottom: 0 none;
	background: #f6f6f6;
}
.mobile .tabs-content-item {
	overflow: hidden;
	overflow-y: auto;
}
.mobile .video-list {
	padding: 0 10px;
}
.mobile .video-list-box {
	width: 48%;
	margin-right: 2%;
}
.mobile .video-list-box:nth-child(4n) {
	margin-right: 2%;
}
.mobile .video-list-box:nth-child(2n) {
	margin-right: 0;
}
.mobile .video-list-info > .play {
	width: 40px;
	height: 40px;
	line-height: 40px;
	visibility: visible;
}
.mobile .video-list-info > .play > i {
	font-size: 16px;
}
.mobile .img-box > .img {
	width: 22%;
	height: 4rem;
}
.mobile .signup .dialog-content {
	border-radius: 8px 8px 0 0;
}
.mobile .tabs-content {
	position: relative;
}
.mobile .reply {
	z-index: 10;
}
.mobile .comments-list {
	height: auto;
	padding-bottom: 54px;
}
.mobile .comments-info {
	font-weight: bold;
}

.mobile .signup,
.mobile .signup .dialog-container,
.mobile .reward,
.mobile .reward .dialog-container {
	top: auto;
}
.mobile .signup .dialog-title {
	background: transparent;
	border-bottom: 0 none;
	color: #fff;
}
.mobile .signup .close {
	color: #fff !important;
}
.mobile .signup .signup-name {
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bbb;
}
.mobile .signup-container {
	padding: 24px;
}
.mobile .signup-container .options {
	border-radius: 8px;
}
.mobile .reward .reward-button {
	padding: 0;
	text-align: left;
}
.mobile .reward .img-bg {
	padding: 0;
	width: 100%;
}
.mobile .reward .reward-button > input {
	width: 100%;
}
.mobile .reward .img-box {
	padding: 5px;
}

.mobile .preloader-indicator-modal {
	width: 100%;
}