.video-wrapper {
	width: 100%;
	min-height: 2.1rem;
	position: relative;
}
.video-wrapper video{
    width: 100%;
    height: auto;
    vertical-align: top;
}
.video-wrapper .cover {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 2.1rem;
}
.video-wrapper .cover video {
	display: none;
}
.video-wrapper .cover img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.video-wrapper .cover .bot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: .4rem;
	background: rgba(0, 0, 0, .7);
	padding: 0 .1rem;
	font-size: .12rem;
	color: #fff;
}
.video-wrapper .cover .order {
	height: .24rem;
	line-height: .24rem;
	padding: 0 .08rem;
	color: #fff;
	background: linear-gradient(90deg,rgba(151,191,255,1) 0%,rgba(84,150,255,1) 100%);
	border-radius: .24rem;
}
.no-stream {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: .14rem;
	color: #fff;
	background: rgba(0, 0, 0, .7);
}
.no-stream.no {
	display: none;
}
.loading {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	font-size: .15rem;
}
.tabs {
	border-bottom: 1px solid #E6E6E6;
}
.tabs .tab{
	width: 100%;
	height: .5rem;
	line-height: .48rem;
	position: relative;
	font-size: .14rem;
	color: #B0B5BE;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.tabs .tab.on {
	color: #5496FF;
	border-bottom: 2px solid #5496FF;
}
.box {
	padding: 10px 0;
}
.box .list {
	padding: 0 10px;
	overflow-y: auto;
}
.box .item {
	font-size: .14rem;
	color: #666;
	margin-bottom: 10px;
}
.box .item .nick {
	color: #5496FF;
	white-space: nowrap;
}
.box .item .avatar {
	width: .4rem;
	height: .4rem;
	overflow: hidden;
	margin-right: .1rem;
	border-radius: 100%;
}
.box .item .avatar img{
	width: 100%;
	height: 100%;
	vertical-align: top;
	border-radius: inherit;
}
.box .item .name {
	font-size: .14rem;
	color: #000;
}
.box .item .time {
	font-size: .1rem;
	color: #B0B5BE;
	margin-top: 5px;
}
.box .item .con {
	margin-top: .1rem;
	padding: .1rem;
	background: #F6F6F6;
	border-radius: .06rem;
	font-size: .13rem;
	color: #333;
	line-height: .18rem;
	width: 90%;
	word-break: break-all;
}
.box .loadmore {
	padding: .1rem 0;
	text-align: center;
	color: #5496FF;
	font-size: .14rem;
	display: block;
}
.box .loadmore.no {
	color: #999;
}
.box .no-data {
	padding: 40px 0;
	text-align: center;
	font-size: .14rem;
	color: #999;
}

.msg-box {
	position: fixed;
	left: 0;
	bottom: 0;
	border-top: 1px solid #E6E6E6;
	box-shadow: 0px 0px 6px rgba(51,51,51,0.05);
	width: 100%;
	height: 50px;
	background: #fff;
}
.msg-box.no {
	display: none;
}
.msg-box .inp {
	font-size: 14px;
	color: #333;
	padding: 10px;
	height: 30px;
	line-height: 30px;
	border: none;
	outline: none;
}
.msg-box .send {
	padding: 0 15px;
	font-size: 16px;
	color: #5496FF;
	height: 50px;
	line-height: 50px;
	border-left: 1px solid #E6E6E6;
}

#alertDialog .con {
	width: 80%;
	padding: .2rem .1rem 0;
	text-align: center;
}
#alertDialog .con .txt {
	font-size: .18rem;
	color: #333;
}
#alertDialog .con .txt1 {
	font-size: .14rem;
	color: #555;
	margin-top: .1rem;
}
#alertDialog .con .url {
	font-size: .14rem;
	color: #5496FF;
	margin-bottom: .2rem;
	margin-top: .1rem;
}
#alertDialog .con .btn {
	width: 100%;
	height: .4rem;
	line-height: .4rem;
	font-size: .14rem;
	color: #999;
	border-top: 1px solid #E6E6E6;
}
#alertDialog .con .btn1 {
	color: #5496FF;
	border-left: 1px solid #E6E6E6;
}
#alertDialog .btns2 {
	width: 100%;
	height: .4rem;
	border-top: 1px solid #E6E6E6;
}
#alertDialog .btns2 .btn2 {
	width: 50%;
	height: .4rem;
	font-size: .14rem;
	color: #5496FF;
	line-height: .4rem;
	text-align: center;
}
#alertDialog .btns2 .btn3 {
	border-left: 1px solid #E6E6E6;
}

#orderDialog .con {
	width: 80%;
	padding: .2rem .15rem 0;
	text-align: center;
}
#orderDialog .con .txt {
	font-size: .18rem;
	color: #333;
}
#orderDialog .con .txt1 {
	text-align: left;
	font-size: .14rem;
	color: #555;
	margin-top: .1rem;
}
#orderDialog .con .btns {
	margin-top: .1rem;
}
#orderDialog .con .btn {
	width: 50%;
	height: .4rem;
	line-height: .4rem;
	font-size: .14rem;
	color: #999;
	border-top: 1px solid #E6E6E6;
}
#orderDialog .con .btn1 {
	color: #5496FF;
	border-left: 1px solid #E6E6E6;
}
#orderDialog .con .top {
	font-size: .16rem;
	color: #333;
	position: relative;
}
#orderDialog .con .top .close-a {
	position: absolute;
	top: 50%;
	right: 0;
	width: .2rem;
	height: .2rem;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
#orderDialog .con .top img {
	width: 100%;
	height: 100%;
}
#orderDialog .con .title {
	text-align: left;
	font-size: .2rem;
	color: #333;
	margin-top: .1rem;
}
#orderDialog .con .txt2 {
	text-align: left;
	font-size: .14rem;
	color: #333;
	margin-top: .1rem;
}
#orderDialog .con .coupon {
	padding: .1rem 0;
	margin: .05rem 0;
	font-size: .14rem;
	color: #333;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
#orderDialog .con .coupon .num {
	color: #B0B5BE;
}
#orderDialog .con .way {
	margin-top: .1rem;
	text-align: left;
}
#orderDialog .con .money {
	font-size: .14rem;
	color: #333;
	margin-top: .1rem;
}
#orderDialog .con .recharge {
	width: .56rem;
	height: .24rem;
	line-height: .22rem;
	font-size: .12rem;
	color: #5496FF;
	border: .01rem solid #5496FF;
	border-radius: .24rem;
	text-align: center;
}
#orderDialog .con .btn2 {
	display: block;
	margin: .3rem 0 .2rem;
	height: .5rem;
	line-height: .5rem;
	background: url(../img/btn-bg.png) no-repeat 0 0 / 100% 100%;
	border-radius: .5rem;
	font-size: .16rem;
	color: #fff;
}

.coupon-list {
	position: fixed;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}
.coupon-list.on {
	left: 0;
}
.coupon-list .top {
	height: .5rem;
	font-size: .16rem;
	color: #333;
	line-height: .5rem;
	text-align: center;
	border-bottom: 1px solid #E6E6E6;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 10001;
}
.coupon-list .top .back {
	position: absolute;
	width: .4rem;
	height: .5rem;
	left: 0;
	top: 0;
}
.coupon-list .top .back::before {
	content: '';
	display: inline-block;
	border-left: 1px solid #737782;
	border-bottom: 1px solid #737782;
	width: .08rem;
	height: .08rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.coupon-list .list {
	padding: .5rem .15rem .1rem;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow-y: auto;
	z-index: 10000;
}
.coupon-list .item {
	padding: .15rem 0;
	border-bottom: 1px solid #E6E6E6;
}
.coupon-list .item .left {
	font-size: .16rem;
	color: #333;
}
.coupon-list .item .time {
	font-size: .12rem;
	color: #737782;
	margin-top: 3px;
}
.coupon-list .item .state {
	font-size: .14rem;
	color: #FFA933;
}
.coupon-list .item .state img {
	height: .2rem;
	margin-right: 5px;
}
.dl-btn {
	position: fixed;
	width: .4rem;
	height: .4rem;
	bottom: .5rem;
	right: .1rem;
	border-radius: 100%;
	border: 1px solid #5496FF;
	opacity: .6;
	z-index: 99;
}
.dl-btn img {
	width: .2rem;
	height: .2rem;
	vertical-align: top;
}
.dl-box {
	position: fixed;
	bottom: -1rem;
	left: 0;
	width: 100%;
	height: .8rem;
	background: #fff;
	transition: all .2s linear;
	z-index: 99;
}
.dl-box.on {
	bottom: 0;
}
.dl-box .dl-a {
	display: block;
	width: 100%;
	height: .4rem;
	text-align: center;
	line-height: .4rem;
	font-size: .14rem;
	color: #5496FF;
	border-top: 1px solid #E6E6E6;
}
.dl-mask {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	z-index: 98;
	display: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
.dl-mask.on {
	display: block;
}
