html{ 
	font-size: 50px;
}
body{
	font-size: .24rem;
}
.flex-center {
	box-align: center;
	-webkit-box-align: center;
	align-items: center;
	box-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.sprite {
	background: url(../../images/sprite.png) no-repeat;
	background-size: 250px 250px;
}
#shareimg {
	margin: 0 auto;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

#shareimg img {
	width: 500px;
	height: 500px;
}

.top .intro {
	display: none;
}
header {
	position: relative;
	font-size: 12px;
	overflow: hidden;
	height: 0;
	background: #000;
	width: 100%;
	padding-bottom: 56.25%;
}

header .live {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 30;
	color: #fff;
}

header .live i {
	font-weight: 700;
	font-size: 15px;
	margin-right: 5px;
	float: left;
}

header .live .live-state-box,
header .live .live-num-box {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	padding: 0 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

header .live .live-state-box {
	background-color: #d43554;
	border: 1px solid #d43554;
	margin-right: 4px;
}

header .live .live-state-box.back {
	background-color: #6e6e6e;
	border: 1px solid #6e6e6e;
}

header .live .live-num-box {
	border: 1px solid rgba(255, 255, 255, 0.8);
	background: rgba(0, 0, 0, 0.2);
}

header .live .live-num {
	font-style: normal;
	font-weight: 600;
	color: #d43554;
}

header .videoHidden {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
    top: 0;
    left: 0;
	display: none;
	z-index: 11;
}
.cover-img{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
    top: 0;
	left: 0;
	z-index: 11;
}

header #player {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

header .jw-display-icon-container,
header .jw-background-color {
	background-color: rgba(0, 0, 0, 0.4) !important;
}

header .header-footer {
	display: none;
	height: 45px;
	line-height: 45px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 14px;
	z-index:100;
}

header .header-footer span {
	font-size: 18px;
}

header .header-footer i.timer-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../../images/sprite.png) no-repeat;
	background-size: 250px 250px;
	background-position: -94px -25px;
	margin: 15px 10px 0 10px;
	float: left;
}

header .header-footer .blue-btn {
	background-color: #1b9ed4;
	color: #fff;
	font-size: 14px;
	padding: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	float: right;
	margin-top: 8px;
	margin-right: 10px;
}

header .header-footer .blue-btn.gray-btn {
	background-color: #7b7b7d;
	color: #fff;
}


/* 多视频选择栏 S */

.fragment-box {
	position: relative;
	display: none;
	overflow: hidden;
	height: 68px;
	background-color: #ededed;
}

.fragment-box .fragments {
	min-width: 40px;
	max-width: 73px;
	height: 40px;
	margin-right: 8px;
	padding: 8px 8px;
	position: relative;
	float: left;
	background: #fff;
	font-size: 15px;
	color: #6e6e6e;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	word-break: break-word;
	overflow: hidden;
	word-wrap: break-word;
	border-radius: 4px;
}

.fragment-box .fragments p {
	font-size: 12px;
	white-space: normal !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: left;
}

.fragment-box .fragments.special {
	width: 32px;
}

.fragment-box .fragments.playing {
	background: #1b9ed4;
	color: #fff;
	margin-right: 6px;
}

.fragment-box .fix-box {
	float: left;
	z-index: 2;
	padding: 6px;
	background-color: #ededed;
}

.fragment-box .fix-box .fragment-txt {
	float: left;
	color: #1b9ed4;
	font-size: 14px;
	padding-left: 0;
	padding-top: 9px;
}

.fragment {
	background-color: #ededed;
	overflow-x: scroll;
	height: 68px;
}

.fragment .fragment-list {
	width: 1000%;
	padding: 6px 0;
	padding-right: 8px;
}


/* 多视频选择栏 E */

nav {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #E0E0E0;
	font-size: .3rem;
}

nav ul {
	margin: 0 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

nav ul li {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	color: #222;
	height: .8rem;
	line-height: .8rem;
	white-space: nowrap;
}

nav ul li.now {
	color: #1b9ed4;
	border-bottom: 2px solid #1b9ed4;
}

nav .fragClose {
	display: none;
	position: absolute;
	top: .3rem;
	right: 5px;
	margin-top: -15px;
	padding: 10px 5px;
}

nav .fragClose i {
	display: inline-block;
    width: .3rem;
    height: .2rem;
    background: url(../../images/sprite_icon.png) no-repeat;
    background-size: 5rem 5rem;
    background-position: -.1rem -3.49rem;
}

.img-box {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	width: 26px;
	height: 26px;
	margin: 1px;
	display: inline-block;
}


/*内容部分*/

.main {
	width: 100%;
	overflow: hidden;
	position: relative;
	flex: 1;
}

/* .main .container-wrap {
	position: absolute;
	top: 0;
    left: 0;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
} */
.main .container-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* .main .container-wrap section {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	position: relative;
	float: left;
	color: #626e7a !important;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
} */
.main .container-wrap section {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	color: #626e7a !important;
}
.main .container-wrap .info{
	overflow-y: scroll;
}
.main .container-wrap .chat{
    overflow: hidden;
}

#canvas{
	position: absolute;
    right: -25px;
    bottom: .82rem;
	z-index: 70;
	display: none;
}
#bubble-box{
	display: none;
}
.main .container-wrap section .container-nomsg {
	overflow: hidden;
	color: #cacfd1;
	font-size: 12px;
	margin-top: 80px;
	text-align: center;
}

.main .container-wrap section .container-left {
	overflow: hidden;
	margin: .2rem 0;
}

.main .container-wrap section .container-left .center-item {
	width: 100%;
	position: relative;
}

.main .container-wrap section .container-left .center-item .center-item-title {
	float: left;
	width: 100%;
	height: .64rem;
	position: relative;
	z-index: 1;
}

.main .container-wrap section .container-left .center-item .center-item-title .center-item-badge {
	float: left;
	font-size: .24rem;
	padding: 0 .12rem;
	height: .32rem;
	color: #fff;
	background-color: #1a9bd2;
	line-height: .32rem;
	-webkit-border-radius: .2rem;
	-moz-border-radius: .2rem;
	-ms-border-radius: .2rem;
	border-radius: .2rem;
	margin: .04rem .1rem 0;
	overflow: hidden;	
	text-overflow: ellipsis;
	max-width: 50% !important;
}

.main .container-wrap section .container-left .center-item .center-item-title img {
	width: 100%;
	height: 100%;
}

.main .container-wrap section .container-left .center-item .center-item-title .center-item-name {
	float: left;
	font-size: .28rem;
	color: #1a9bd2;
	line-height: .44rem;
	max-width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main .container-wrap section .container-left .center-item .center-item-title .center-item-badge {
	font-size: .24rem;
	float: left;
	padding: 0px .12rem;
	height: .32rem;
	color: #fff;
	background-color: #1a9bd2;
	line-height: .32rem;
	text-align: center;
	-webkit-border-radius: .2rem;
	-moz-border-radius: .2rem;
	-ms-border-radius: .2rem;
	border-radius: .2rem;
	margin: .04rem .1rem;
}

.main .container-wrap section .container-left .center-item .center-item-title .center-item-badge.orange {
	background: #f90;
}

.main .container-wrap section .container-left .center-item .center-item-title .center-item-date {
	font-size: .24rem;
    left: 1rem;
    top: .44rem;
    position: absolute;
    color: #898989;
}

.main .container-wrap section .container-left .center-item .center-item-center1 {
	display: inline-block;
    background-color: #fff;
    position: relative;
    margin: .1rem 1.4rem 0 1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    border-radius: .1rem;
    z-index: 1;
    padding: .1rem;
    white-space: normal;
    border: .02rem solid #e4e4e4;
}

.main .container-wrap section .container-left .center-item .center-item-center1 .cic-corner {
	display: inline-block;
	width: .1rem;
	height: .2rem;
	background: url(../../images/sprite.png) no-repeat;
	background-size: 5rem 5rem;
	background-position: -1.4rem -.5rem;
	position: absolute;
	top: .18rem;
	left: -.099rem;
}

.main .container-wrap section .container-left .center-item .center-item-center1 p {
	color: #0b0b0b;
	user-select: text !important;
	-webkit-user-select: text !important;
	font-size: .28rem;
	line-height: .4rem;
	margin-left: .06rem;
	padding-right: .04rem;
	word-break: break-all;
}

.main .container-wrap section .container-left .center-item .center-item-center1 .img_img img,.main .container-wrap section .container-left .center-item .center-item-center1 .img_img2 img {
	width: 100%;
	float: left;
}

.main .container-wrap section .container-left .center-item .center-item-center {
	display: inline-block;
    background-color: #fff;
    position: relative;
    margin: .1rem 1.4rem 0 1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    border-radius: .1rem;
    z-index: 1;
    padding: .2rem .16rem;
    white-space: normal;
    border: .02rem solid #e4e4e4;
}

.main .container-wrap section .container-left .center-item .center-item-center .cic-corner {
	display: inline-block;
    width: .1rem;
    height: .2rem;
    background: url(../../images/sprite.png) no-repeat;
    background-size: 5rem 5rem;
    background-position: -1.4rem -.5rem;
    position: absolute;
    top: .2rem;
    left: -.099rem;
}

.main .container-wrap section .container-left .center-item .center-item-center p {
	color: #0b0b0b;
    user-select: text !important;
    -webkit-user-select: text !important;
    font-size: .28rem;
    line-height: .4rem;
    margin: 0;
    padding-right: .04rem;
    word-break: break-all;
}

.main .container-wrap section .container-left .center-item .center-item-center img {
	width: 100%;
}

.main .container-wrap section .container-left .center-item .center-item-center .replay {
	background-color: #EDEDED;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	-ms-border-radius: .1rem;
	border-radius: .1rem;
	margin: .1rem 0 0;
	padding: .04rem;
	line-height: .36rem;
	font-size: .24rem;
}

.main .container-wrap section .container-left .center-item .center-item-center .replay span {
	color: #1a9bd2;
}

.main .container-wrap section .container-left.reward-chatmsg .center-item-center {
	min-height: .52rem;
	line-height: .52rem;
	padding: 0 .16rem;
	font-size: .28rem;
	background-color: #e0e0e0;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	-ms-border-radius: .1rem;
	border-radius: .1rem;
	color: #f02549;
}

.main .container-wrap section .container-left.reward-chatmsg .center-item-center .reward-chattext {
	color: #fff;
	margin: 0 4px;
}

.main .container-wrap section .container-left.reward-chatmsg .center-item-center span.r-icon {
	display: inline-block;
	width: .32rem;
	height: .36rem;
	background: url(../../images/sprite.png) no-repeat;
	background-size: 5rem 5rem;
	background-position: -1.4rem 0;
	margin: 0px 0px 0px .1rem;
	position: relative;
	top: .04rem;
}

.main .container-wrap section .container-left.reward-chatmsg .center-item-center span.luck-icon {
	display: inline-block;
	width: .4rem;
	height: .4rem;
	background: url(../../images/sprite.png) no-repeat;
	background-size: 5rem 5rem;
	background-position: -1.88rem -1rem;
	margin: 0 0 0 .1rem;
	position: relative;
	top: .08rem;
}

.main .container-wrap section .img-box {
    width: .6rem;
    height: .6rem;
    margin-left: .2rem;
    float: left;
    margin-right: .2rem;
    position: relative;
    top: 0px;
}

.main .container-wrap section .normal-section .orange {
	display: none !important;
}

.main .container-wrap section .user-container {
	padding: .2rem .3rem;
	text-align: justify;
}

.main .container-wrap .section .center-item-name,
.main .container-wrap .top-chat .center-item-name {
	max-width: 50% !important;
}

.main .container-wrap .chat-scroll {
    position: absolute;
    left: 0;
    right: 0;
	top: 0;
	bottom: .82rem;
	z-index: 71;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.main .container-wrap .chat-warpper{
	width: 100%;
	overflow: hidden;
}
.main .container-wrap .section-scroll {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}
.main .container-wrap .intro-item {
	position: relative;
	margin-top: 0px;
	display: block;
	min-height: 100%;
}
.main .container-wrap .intro-item a{
	display: block;
}
.main .container-wrap .intro-title {
	border-bottom: 1px solid #E0E0E0;
	margin: 0 .3rem;
    color: #000;
    padding: .2rem 1.1rem .2rem 0;
	font-size: .28rem;
	font-weight: 700;
}
.main .container-wrap .intro-main {
		color: #000;
		font-size: .28rem;
		overflow: hidden;
		margin-top: .2rem;
		padding: 0 .3rem;
		display: flex;
		align-items: center;
}

.intro-main {
	padding: 0 .24rem 0 .3rem;
}

.intro-main .logo-company {
	width: 1rem;
	float: left;
	margin-right: .06rem;
}

.intro-main .logo-company img {
	float: left;
	width: .88rem;
	height: .88rem;
	border-radius: 50%;
}

.intro-main .text-title {
	float: left;
	position: relative;
	width: calc(100% - 1.1rem);
    flex: 1;
}

.intro-main .text-title p {
	float: left;
	font-size: .26rem;
	color: #000;
	font-weight: 500;
}
.main .container-wrap .intro-container {
	/* margin-top: 20px; */
}
.intro-main .text-title .text-main{
	float: left;
	color: #000;
    font-size: .32rem;
    margin-top: .1rem;
    min-height: .4rem;
    margin-bottom: .1rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main .container-wrap .intro-container p {
	user-select: text !important;
	-webkit-user-select: text !important;
	font-size: .28rem;
	padding-right: .3rem;
	padding-top: .2rem;
	margin-left: .3rem;
	color: #666;
	word-break: break-all;
}


.main .container-wrap .intro-container p img {
	max-width: 95.5%;
	margin-right: .08rem;
}


.main .container-wrap p.info-footer {
	font-size: .24rem;
	color: #d6d9d9;
	padding: 1rem 0 .2rem;
	text-align: center;
	position: absolute;
	bottom: -1.6rem;
	width: 100%;
}
/* 答题 */
.question .question-wrapper{
    padding: 0 .3rem;
    width: 100%;
    box-sizing: border-box;
}
.question-list .question-item{
    border-bottom: .02rem solid #e8e8e8;
}
.question-list .question-item .question-title{
	color: #222;
    padding-top: .3rem;
    font-size: .3rem;
    line-height: .46rem;
}
.question-select-list{
	overflow: hidden;
}
.question-select-list .question-select-item ,.question-select-list .question-input-item{
	display: flex;
    width: 100%;
    box-sizing: border-box;
	padding: .27rem 0;
    font-size: .3rem;
	color: #222;
	overflow: hidden;
}
.question-select-list .question-input-item .question-input-wrapper{
	width: 100%;
}
.question-select-list .question-input-item input.question-text{
	width: 100%;
	border: 1px solid #E0E0E0;
	height: .6rem;
	padding: .1rem;
	line-height: .4rem;
	box-sizing: border-box;
	outline: none;
    border-radius: .04rem;
}
.question-select-list .question-input-item textarea.question-text{
	width: 100%;
	border: 1px solid #E0E0E0;
	height: 1.4rem;
	padding: .1rem;
	line-height: .4rem;
	box-sizing: border-box;
	outline: none;
    border-radius: .04rem;
}
.question-select-list .question-select-item:last-child{
	padding-bottom: .3rem;
}
.question-select-list .question-select-item .question-checkbox{
	float: left;
    width: .36rem;
    height: .36rem;
    background: url(../../images/sprite_icon.png?v=1);
	background-size: 5rem 5rem;
}
.question-select-list .question-select-item .radio{	
	background-position: -.8rem -4.58rem;
}
.question-select-list .question-select-item.checked .radio{
	background-position: -.8rem -4.08rem;
}
.question-select-list .question-select-item .checkbox{	
	background-position: -1.41rem -1.52rem;
}
.question-select-list .question-select-item.checked .checkbox{
	background-position: -1.41rem -2.06rem;
}
.question-select-list .question-select-item .question-checkbox-wrapper{
	float: left;
	width: .36rem;
	padding-right: .18rem;
}
.question-select-list .question-select-item .question-select-text-wrapper{
	 float: left;
	 flex: 1;
}


.question-select-list .question-select-item.checked .radio{
	background-position: -.8rem -4.08rem;
}


.question-select-list .question-select-item .question-check-icon{
    display: inline-block;
    width: .4rem;
	height: .3rem;
	margin-left: .2rem;
	background: url(../../images/sprite_icon.png);
	background-size: 5rem 5rem;
	vertical-align: bottom;
}
.question-select-list .question-select-item .question-check-icon.false{
	background-position: -.8rem -2.88rem;
}
.question-select-list .question-select-item .question-check-icon.true{
	background-position: -.8rem -3.24rem;
}
.question-submit-btn{
	width: 100%;
	height: .9rem;
	line-height: .9rem;
	color: #fff;
	text-align: center;
	font-size: .34rem;
	background: #1b9ed4;
	margin: .3rem 0;
	border-radius: .06rem;
	display: none;
}
.question-submit-btn.disabled{
    background: #aaa;
}
.fnbox {
	width: .9rem;
    position: absolute;
	right: .1rem;
    bottom: 0;
    z-index: 1;
	max-height: 100%;
    overflow: auto;
    padding: .2rem .2rem 0 0;
    z-index: 81;
}
.fnbox .fnbox-circular:last-child{
	margin-bottom: .35rem;
}
.fnbox .fnbox-circular {
	flex-shrink: 0;
    -webkit-flex-shrink: 0;
    width: .9rem;
    height: .9rem;
    margin: .15rem auto 0;
    position: relative;
}

.fnbox .fnbox-circular .crc-comment {
	transform: scale(0.8, 0.8);
    position: absolute;
    height: .32rem;
    line-height: .32rem;
    padding: 0 .04rem;
    background-color: #fff;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    -ms-border-radius: .4rem;
    border-radius: .4rem;
    text-align: right;
    right: -.06rem;
    top: -.06rem;
    font-family: sans-serif;
    transition: All 1s ease-in-out;
    -webkit-transition: All 1s ease-in-out;
    -moz-transition: All 1s ease-in-out;
    -o-transition: All 1s ease-in-out;
}

.fnbox .fnbox-circular .crc-comment .num {
	display: inline-block;
	font-size: .32rem;
}

.fnbox .fnbox-circular .crc-comment.active {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
/* 发票按钮 */
.fnbox .fnbox-invoice{
	background: url(../../images/sprite_icon.png) no-repeat;
	background-size: 5rem 5rem;
    background-position: -.8rem -.09rem;
}
.fnbox .fnbox-lottery {
    background: url(../../images/sprite.png) no-repeat;
    background-size: 5rem 5rem;
    background-position: 0 0;
}

.fnbox .fnbox-vote {
	background: url(../../images/sprite.png) no-repeat;
	background-size: 5rem 5rem;
	background-position: 0px -1rem;
}

.fnbox .fnbox-vote .crc-comment {
	color: #20d1b4;
}

.fnbox .fnbox-reward {
	background: url(../../images/sprite.png) no-repeat;
	background-size: 5rem 5rem;
    background-position: 0px -2rem;
}

.fnbox .fnbox-reward .crc-comment {
	color: #ea4865;
}

.fnbox .fnbox-msg {
	background: url(../../images/sprite.png) no-repeat;
	background-size: 250px 250px;
	background-position: 0px -150px;
}

.fnbox .fnbox-goods {
	background: url(../../images/sprite.png) no-repeat;
    background-size: 5rem 5rem;
    background-position: -1rem -4rem;
}

.fnbox .fnbox-msg .crc-comment {
	color: #0aa7e8;
}

/* 底部页面的输入框 */
.chat-wrapper{
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0;
	background: #fcfcfc;
	z-index: 88;
	display: none;
}
.chat-inputbox {
	width: 100%;
    box-sizing: border-box;
	padding: .1rem 0;
	height: .82rem;
    border-top: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
}

.chat-inputbox .chat-input {
	float: left;
	flex: 1;
	width: 3.7rem;
    border: none;
    outline: 0;
    background: #f5f5f6;
    height: .4rem;
    margin-top: .1rem;
}
.chat-input::-webkit-input-placeholder{
	color:#222;
}
.chat-inputbox .chat-input-wrapper{
	float: left;
	display: flex;
	flex: 1;
    width: 4.51rem;
    border: none;
    height: .6rem;
    line-height: .6rem;
    padding: 0 .2rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: .4rem;
    border: .02rem solid #e0e0e0;
    background: #f5f5f6;
    font-size: .28rem;
	box-sizing: border-box;
	margin-left: .3rem;
	margin-right: .3rem;
}
.chat-inputbox  .chat-input-wrapper .edit-icon{
    float: left;
    width: .26rem;
    height: .25rem;
    background-image: url(../../images/sprite_icon.png);
    background-size: 5rem 5rem;
    background-position: -.1rem -2.06rem;
    margin-right: .06rem;
    margin-top: .175rem;
}
.chat-inputbox .chat-add-btn{
	float: left;
    width: .62rem;
    height: .6rem;
    background-image: url(../../images/sprite_icon.png);
    background-size: 5rem 5rem;
    background-position: -.09rem -1.28rem;
	margin:0 .3rem;
	display: none;
}

.chat-inputbox .chat-input-send {
/* display: inline-block; */
    /* width: 1.17rem; */
    color: #119ED4;
    text-align: center;
    font-size: .32rem;
    /* margin-left: .34rem; */
    display: none;
	text-align: center;
	float: right;
    margin-right: .3rem;
}
.chat-box{
	width: 100%;
    min-height: 2rem;
    padding: .4rem .6rem;
    box-sizing: border-box;
    border-top: 1px solid #eee;
    overflow: hidden;
	display: none;
}
.chat-wrapper .btn-box{
	float: left;
	height: 100%;
    margin-left: .34rem;
    display: flex;
	align-items: center;
	display: none;
}


.chat-inputbox .collect-btn{
	float: left;
    width: .42rem;
    height: .4rem;
    color: #999;
    text-align: center;
    background-image: url(../../images/sprite_icon.png);
    background-size: 5rem 5rem;
	background-position: -.1rem -3.88rem;
	display: none;
}
.chat-inputbox .collect-btn.active{
    background-position: -.1rem -4.44rem;
}
.chat-inputbox .thumb-icon {
	width: .6rem;
    height: 100%;
    padding-left: .05rem;
    /* margin-left: .25rem; */
}
.chat-inputbox .thumb-icon i{
	float: left;
    width: .4rem;
    height: .4rem;
    color: #999;
    text-align: center;
    background-image: url(../../images/sprite_icon.png);
    background-size: 5rem 5rem;
    background-position: -.1rem -2.4rem;
    margin-top: .1rem;
}
.chat-inputbox .thumb-icon:active i{
    float: left;
    width: .4rem;
    height: .4rem;
    color: #999;
    text-align: center;
    background-image: url(../../images/sprite_icon.png);
    background-size: 5rem 5rem;
    background-position: -.1rem -.13rem;
    margin-top: .1rem;
}
.personal-item{
	float: left;
    margin-left: .1rem;
    width: 1.14rem;
    height: 1.6rem;
    text-align: center;
    color: #222;
}
.personal-item .personal-icon{
	width: 1.14rem;
    height: 1.14rem;
}
.personal-item .name{
	line-height: .5rem;
    font-size: .24rem;
    color: #222;
}
/* Dialog 弹框 */

.dialog {
	width: 100%;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	height: 100%;
	overflow: auto;
}

.dialog .reward-content-line {
	width: 100%;
	text-align: center;
	margin: 20px 0 0px;
}

.dialog .reward-content-line span {
	font-size: 14px;
	color: #919191;
}

.dialog .reward-content-line span i {
	font-size: 12px;
	color: #119ED4;
	font-style: normal;
	margin: 0px 5px;
}

.dialog .reward-imgbox {
	margin: 15px 0px 10px;
	text-align: center;
}

.dialog .reward-imgbox img {
	width: 26px;
	height: 26px;
}

.dialog .vote-s-close,
.dialog .vote-r-close {
	position: absolute;
	top: 0px;
	right: -4px;
	padding: 20px;
}

.dialog .vote-s-close .box-close-icon,
.dialog .vote-r-close .box-close-icon {
	width: 12px;
	height: 12px;
	display: inline-block;
	background: url(../../images/sprite.png) no-repeat;
	background-size: 250px 250px;
	background-position: -50px -25px;
}

.dialog-bg {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}


/*rewardbox 打赏*/
.reward-wrap{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    background: #fff;
	z-index: 89;
	overflow: scroll;
	display: none;
}
.reward-wrap .reward-header{
    width: 100%;
    box-sizing: border-box;
	padding: .2rem .3rem;
	position: relative;
	overflow: hidden;
}
.reward-wrap .reward-header .reward-title{
	float: left;
    font-size: .3rem;
    line-height: .32rem;
    position: absolute;
    bottom: .2rem;
	
}
.reward-wrap .reward-header .reward-title .reward-icon{
    float: left;
    width: .36rem;
    height: .32rem;
    background-image: url(../../images/sprite_icon.png);
    background-size: 5rem 5rem;
	background-position: -.8rem -2.06rem;
	margin-right: .15rem;
}
.reward-wrap .reward-header .reward-close{
	float: right;
    width: .42rem;
    height: .42rem;
    background-image: url(../../images/sprite_icon.png);
    background-size: 5rem 5rem;
    background-position: -.8rem -1.52rem;
}
.reward-wrap .reward-money-list{
	width: 100%;
    padding: 0 .3rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.reward-wrap .reward-money-list .reward-money-item {
	float: left;
    width: 2rem;
    height: 1.1rem;
    text-align: center;
    border: .02rem solid #ff4866;
    border-radius: .06rem;
    color: #ff4866;
    font-size: .5rem;
    line-height: 1.1rem;
	margin-bottom: .2rem;
	opacity: .8;
	box-sizing: border-box;
}
.reward-wrap .reward-money-list .reward-money-item.active{
	opacity: 1;
	border: .05rem solid #ff4866;
}
.reward-wrap .reward-money-list .reward-money-item i{
	font-size: .3rem;
	vertical-align: bottom;
}
.reward-wrap .reward-input-box{
    width: 100%;
    padding: .2rem .3rem;
	box-sizing: border-box;
	font-size: .3rem;
	background: #fff;
}
.reward-wrap .reward-input-wrapper{
	display: flex;
	width: 100%;
    border: .02rem solid #e8e8e8;
    border-radius: .06rem;
    height: 1rem;
    line-height: 1rem;
    padding: 0 .3rem;
	box-sizing: border-box;
	align-items: center
}
.reward-wrap .reward-input-box .reward-input{
	float: left;
    height: 100%;
    flex: 1;
    margin-right: .1rem;
	text-align: right;
}
.reward-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#999;
}
.reward-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#999;
}
.reward-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#999;
}
.reward-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#999;
}
.reward-wrap .reward-input-box .price-box{
	float: right;
}
.reward-wrap .reward-input-box .price-box .price{
 	color: #999;
}

.reward-wrap .reward-num-wrap{
	text-align: center;
    font-size: .26rem;
    color: #666;
    padding: .2rem .3rem;
}
.reward-wrap .reward-num{
    color: #ff4866;
    font-size: .3rem;
    margin: 0 .1rem;
}
.reward-wrap .reward-photo-wrap{
	width: 100%;
    padding: 0 .3rem;
    text-align: center;
    height: .56rem;
    box-sizing: border-box;
}
.reward-wrap .reward-photo-wrap .img-box{
	width: .56rem;
	height: .56rem;
}
.reward-wrap .reward-photo-wrap .img-box img{

	width: 100%;
    height: 100%;
}
.reward-wrap .reward-btn{
    height: .9rem;
    color: #fff;
    background: #f02b2a;
    font-size: .34rem;
    border-radius: .06rem;
    text-align: center;
    line-height: .9rem;
    margin: .4rem .3rem;
}




/* vote 投票样式*/

.vote-wrap{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
	background: #eee;
	color: #222;
	z-index: 90;
	display: none;
    flex-direction: column;
}

.vote-header{
	width: 100%;
    box-sizing: border-box;
    padding: .2rem .3rem .3rem;
	position: relative;
	background: #fff;
    overflow: hidden;
}
.vote-header .tip{
	font-size:.22rem;
	color:rgba(146,145,145,1);
	line-height:.4rem;
}
.vote-header .vote-header-title {
	float: left;
    width: 100%;
    overflow: hidden;
    font-size: .3rem;
}
.vote-header .vote-header-title  .vote-icon-box{
    float: left;
    display: flex;
    align-items: center;
}
.vote-header .vote-header-title .vote-icon {
    float: left;
    width: .36rem;
    height: .32rem;
    background-image: url(../../images/sprite_icon.png);
    background-size: 5rem 5rem;
    background-position: -.8rem -1.12rem;
    margin-right: .15rem;
}

.vote-header .vote-close {
    float: right;
    width: .42rem;
    height: .42rem;
    background-image: url(../../images/sprite_icon.png);
    background-size: 5rem 5rem;
    background-position: -.8rem -1.52rem;
}
.vote-header .vote-title{
	float: left;
    padding-top: .1rem;
	font-size: .3rem;
	line-height: .46rem;
}
.vote-rank-box{
	position: absolute;
    width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}
.vote-rank-wrap{
	position: absolute;
    width: 100%;
    height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #eee;
	color: #222;
	z-index: 90;
	display: flex;
    flex-direction: column;
}

.vote-rank-header{
	width: 100%;
    box-sizing: border-box;
    padding: .2rem .3rem .3rem;
	position: relative;
	background: #fff;
    overflow: hidden;
}
.vote-rank-header .tip{
	font-size:.22rem;
	color:rgba(146,145,145,1);
	line-height:.4rem;
}
.vote-rank-header .vote-rank-header-title {
	float: left;
    width: 100%;
    overflow: hidden;
    font-size: .3rem;
}
.vote-rank-header .vote-rank-header-title  .vote-rank-icon-box{
    float: left;
    display: flex;
    align-items: center;
}
.vote-rank-header .vote-rank-header-title .vote-rank-icon {
    float: left;
    width: .36rem;
    height: .32rem;
    background-image: url(../../images/sprite_icon.png);
    background-size: 5rem 5rem;
	background-position: -1.44rem -3.59rem;
    margin-right: .15rem;
}

.vote-rank-header .vote-rank-close {
    float: right;
    width: .42rem;
    height: .42rem;
    background-image: url(../../images/sprite_icon.png);
    background-size: 5rem 5rem;
    background-position: -.8rem -1.52rem;
}
.vote-rank-header .vote-rank-title{
	float: left;
    padding-top: .1rem;
	font-size: .3rem;
	line-height: .46rem;
}
.vote-content,.vote-rank-content{
	position: relative;
    flex: 1;
    background: #fff;
}
.vote-rank-content .table-header {
    width: 100%;
    background:rgba(255,255,255,1);
    background: rgba(233,233,233,0.45);
	border-bottom:1px solid rgba(233,233,233,1);
    height: .66rem;
    line-height: .66rem;
    padding: 0 .3rem;
    box-sizing: border-box;
}
.vote-rank-content .table-header>div {
    float: left;
    color: #333;
    text-align: center;
    font-size: .26rem;
}
.vote-rank-content .column-1 {
    width: 15%;
}
.vote-rank-content .column-2 {
    width: 35%;
}
.vote-rank-content .column-3 {
    width: 30%;
}
.vote-rank-content .column-4 {
    width: 20%;
}
.vote-rank-content .table-list td{
	padding: 0 .2rem;
}
.vote-rank-content .table-list .column-2 ,.vote-rank-content .table-list .column-3 {
   text-align: left;
}
.vote-rank-content .table-list{
	overflow: hidden;
}
.vote-rank-content .rank-number .icon{
	display: block;
	width: .39rem;
	height: .49rem;
	background-image: url(../../images/sprite_icon.png);
	background-size: 5rem 5rem;
	margin: auto;
}
.vote-rank-content .table-item:nth-child(1) .icon{
    background-position: -3.98rem -.08rem;
}
.vote-rank-content .table-item:nth-child(2) .icon{
    background-position: -3.98rem -.65rem ;
}
.vote-rank-content .table-item:nth-child(3) .icon{
    background-position: -3.98rem -1.2rem;
}
.vote-rank-content .rank-number{
	color: #333;
	font-size: .3rem;
}
.vote-rank-content .table-list .table-item{
	width: 100%;
	height: .92rem;
	padding: 0 .3rem;
    box-sizing: border-box;
	background:rgba(233,233,233,0);
	border-bottom:1px solid rgba(233,233,233,1);
	text-align: center;
}
.vote-content .theme-title{
	padding: 0 .3rem .1rem;
	color: #1E1E1E;
	font-size: .3rem;
	line-height:.46rem;
	display: flex;
    justify-content: space-between;
}
.vote-content .theme-title .rank-btn {
    width: .96rem;
    height: .72rem;
    background: rgba(248,89,89,1);
    color: #fff;
    font-size: .24rem;
	text-align: center;
	margin-left: .39rem;
}

.vote-content .theme-title .rank-btn .icon {
    display: block;
    width: .37rem;
    height: .37rem;
    margin: .024rem auto 0;
    background: url(../../images/sprite_icon.png);
    background-size: 5rem 5rem;
    background-position: -1.42rem -3.97rem;
}

.vote-content .theme-title .rank-btn .txt {
    display: block;
    transform: scale(.75);
    transform-origin: top center;
}
.vote-content .theme-title .title{
	width: auto;
	flex: 1;
}
.vote-rank-content-wrapper{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
	overflow: scroll;
}
.vote-rank-content-wrapper table {
	width: 100%;
	border-collapse: collapse;
}
.vote-select-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
	overflow: scroll;
	display: none;
}
.vote-txt-select-list{
    padding: 0 .3rem;
    width: 100%;
    box-sizing: border-box;
	font-size: .3rem;
	overflow: hidden;
}
.vote-txt-select-list .vote-select-item{
    float: left;
    width: 100%;
    padding: .26rem 0;
    /* border-bottom: .02rem solid #e8e8e8; */
}
.vote-txt-select-list .vote-select-item .vote-checkbox{
	display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: .36rem;
	height: .36rem;
	border: .02rem solid #e8e8e8; 
    border-radius: 50%;
    position: relative;
    text-align: center;
    line-height: .36rem;
    margin-right: .18rem;
}
.vote-txt-select-list .vote-select-item .vote-checkbox::after{
	content: "";
    display: inline-block;
    width: .21rem;
    height: .21rem;
    background: #e8e8e8;
    border-radius: 50%;
}
.vote-txt-select-list .vote-select-item .vote-checkbox.checked{
	border: .02rem solid #1b9ed4;
}
.vote-txt-select-list .vote-select-item .vote-checkbox.checked::after{
    background: #1b9ed4;
}
.vote-theme-item:last-child{
	margin-bottom: .4rem;
}
.vote-select-wrapper .vote-btn{
    margin: .3rem;
    box-sizing: border-box;
    background: #1b9ed4;
    color: #fff;
    text-align: center;
    font-size: .34rem;
    height: .9rem;
    line-height: .9rem;
    border-radius: .06rem;
}
.vote-result-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
	overflow: scroll;
	display: none;
}
.vote-txt-result-list{
    padding: 0 .3rem;
    width: 100%;
    box-sizing: border-box;
    font-size: .3rem;
    overflow: hidden;
}
.vote-txt-result-list .vote-result-item{
    float: left;
    width: 100%;
    padding: .26rem 0;
	border-bottom: .02rem solid #e8e8e8;
	overflow: hidden;
}
.vote-txt-result-list .vote-result-item .vote-option-info{
	float: left;
    width: 100%;
    position: relative;
}
.vote-txt-result-list .vote-result-item .vote-option-name{
	float: left;
    width: 100%;
    font-size: .3rem;
    overflow: hidden;
}
.vote-txt-result-list .vote-result-item .vote-option-percent{
    position: absolute;
    right: 0;
    color: #999;
    font-size: .28rem;
}
.vote-txt-result-list .vote-result-item .vote-option-percent-bar{
	float: left;
    height: .1rem;
    width: 100%;
    background-color: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: .1rem;
    margin-top: .1rem;
    position: relative;
    overflow: hidden;
}
.vote-txt-result-list .vote-result-item .vote-option-percent-bar span{
    display: inline-block;
    width: 50%;
    height: 100%;
    position: absolute;
    background-image: -webkit-linear-gradient(left, #5CC6FC, #88A5F2);
}
.vote-img-select-list {
    padding: 0 .3rem;
    width: 100%;
    box-sizing: border-box;
    font-size: .3rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.vote-img-select-list .vote-select-item {
    width: 3.35rem;
    float: left;
    overflow: hidden;
    background: rgba(216,216,216,0.01);
    border-radius:4px;
    border:1px solid rgba(224,224,224,1);
    margin-top: .22rem;
}

.vote-img-select-list .vote-select-item .vote-img-box {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
    overflow: hidden;
    margin-bottom: .21rem;
}
.vote-img-select-list .vote-img-box .vote-img-wrapper{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.vote-img-select-list .vote-img-box img {
    width: 100%;
}

.vote-img-select-list .vote-item-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 .1rem;
    box-sizing: border-box;
    font-size: .24rem;
    line-height: .33rem;
    color: rgba(30,30,30,1);
}
.vote-img-select-list .vote-item-btn {
    margin: .2rem .1rem .18rem;
    box-sizing: border-box;
    background: #1b9ed4;
    color: #fff;
    text-align: center;
    font-size: .24rem;
    height: .5rem;
    line-height: .5rem;
    border-radius: .04rem;
}
.vote-content .vote-item-btn.grey{
	background:rgba(215,215,215,1);
}
.vote-rank-wrap .rank-vote-btn {
    width: 1rem;
    height: .44rem;
    line-height: .44rem;
    margin: auto;
    text-align: center;
    display: block;
    color: #fff;
    background: #1b9ed4;
	border-radius: .04rem;
	font-size: .24rem;
}
.vote-rank-wrap .rank-vote-btn.grey {
	background:rgba(215,215,215,1);
}
.vote-img-select-list .vote-select-item  .vote-select-text {
    flex: 1;
    overflow: hidden;
    width: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vote-img-select-list .vote-select-item .vote-number {
    color: rgba(250,59,51,1);
}

.vote-img-select-list .vote-select-item  .vote-num-box {
    font-size: .26rem;
}
.vote-video-select-list {
    padding: 0 .3rem;
    width: 100%;
    box-sizing: border-box;
    font-size: .3rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.vote-video-select-list .vote-select-item {
    width: 3.35rem;
    float: left;
    overflow: hidden;
    background: rgba(216,216,216,0.01);
    border-radius:4px;
    border:1px solid rgba(224,224,224,1);
    margin-top: .22rem;
}

.vote-video-select-list .vote-select-item .vote-video-box {
    width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
    overflow: hidden;
    margin-bottom: .21rem;
}

.vote-video-select-list .vote-video-box .vote-video-wrapper{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.vote-video-select-list .vote-video-box .play-video-btn{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: .6rem;
    margin: auto;
    height: .6rem;
    z-index: 1;
    background: url(../../images/player_btn.png) no-repeat;
    background-size: contain;
}
.vote-video-select-list .vote-video-box video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vote-video-select-list .vote-item-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 .1rem;
    box-sizing: border-box;
    font-size: .24rem;
    line-height: .33rem;
    color: rgba(30,30,30,1);
}
.vote-video-select-list .vote-item-btn {
    margin: .2rem .1rem .18rem;
    box-sizing: border-box;
    background: #1b9ed4;
    color: #fff;
    text-align: center;
    font-size: .24rem;
    height: .5rem;
    line-height: .5rem;
    border-radius: .04rem;
}
.vote-video-select-list .vote-select-item  .vote-select-text {
    flex: 1;
    overflow: hidden;
    width: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vote-video-select-list .vote-select-item .vote-number {
    color: rgba(250,59,51,1);
}

.vote-video-select-list .vote-select-item  .vote-num-box {
    font-size: .26rem;
}
.vote-tipe{
    text-align: center;
    font-size: .28rem;
    color: #666;
    margin: .3rem 0 .2rem;
}
.vote-num{
    font-size: .3rem;
    color: #ff4866;
    margin: 0 .1rem;
}
.vote-photo-wrap{
    text-align: center;
    width: 100%;
	height: .56rem;
	padding-bottom: .3rem;
}
.vote-photo-wrap .img-box{
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: .56rem;
    height: .56rem;
    margin: 0 .1rem;
    display: inline-block;
}
.vote-photo-wrap .img-box img{
	width: 100%;
	height: 100%;
}

/**********************/


/* lottery box dialog 抽奖*/

.lotterybox .lottery-content {
	width: 302px;
	height: 478px;
	background: url(../../images/news_drawbg.png) no-repeat center center;
	background-size: 302px 478px;
	position: relative;
	margin: 20px auto;
	overflow: hidden;
	z-index: 2;
}

.lotterybox .lottery-content .lottery-content-close {
	position: absolute;
	top: 112px;
	right: -4px;
	padding: 20px;
	z-index: 3;
}

.lotterybox .lottery-content .lottery-content-close .box-close-icon {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../../images/sprite.png) no-repeat;
	background-size: 250px 250px;
	background-position: -50px 0;
}

.lotterybox .lottery-content .lottery-content-center {
	padding-top: 154px;
	text-align: center;
}

.lotterybox .lottery-content .lottery-content-center .lottery-title{
	color: #FBDA30;
	font-size: 16px;
}

.lotterybox .lottery-content .lottery-content-center .lottery-txt {
	min-height: 12px;
}

.lotterybox .lottery-content .lottery-content-center p {
	font-size: 12px;
	text-align: left;
	margin: 10px 15px 0;
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.lotterybox .lottery-content .lottery-content-center .lottery-content-input {
	background-color: #CE231D;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	margin: 0 15px;
	margin-top: 15px;
	padding-bottom: 10px;
}

.lotterybox .lottery-content .lottery-content-center .lottery-content-input label {
	margin-left: 8px 8px 0 10px;
	color: #fff;
}

.lotterybox .lottery-content .lottery-content-center .lottery-content-input input {
	width: 75%;
	height: 32px;
	line-height: 32px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	padding: 0 6px;
}

.lotterybox .lottery-content .lottery-content-center .lottery-content-input span {
	display: block;
	color: #F0B82C;
	font-size: 12px;
	margin-top: 10px;
}

.lotterybox .lottery-content .lottery-tip {
	margin: 8px auto;
	color: #F0B82C;
	font-weight: 400;
	font-size: 16px;
}

.lotterybox .lottery-content  .lottery-tip i {
	font-style: normal;
	margin: 0 6px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.lotterybox .lottery-content .lottery-content-draw {
	width: 140px;
	height: 34px;
	background-color: #FDED65;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	border-radius: 40px;
	font-size: 16px;
	font-weight: 900;
	color: #000;
}


/*预约观看--二维码弹框*/

.wx-code-content {
	margin: 80px auto 0;
	width: 300px;
	padding-bottom: 35px;
	text-align: center;
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	z-index: 101;
}

.wx-code-content .wx-code-close {
	position: absolute;
	top: 0;
	right: -4px;
	padding: 20px;
}

.wx-code-content .wx-code-close .box-close-icon {
	width: 12px;
	height: 12px;
	display: inline-block;
	background: url(../../images/sprite.png) no-repeat;
	background-size: 250px 250px;
	background-position: -50px -25px;
}

.wx-code-content h2 {
	color: #1b9ed4;
	font-size: 18px;
	text-align: center;
	margin: 35px 0;
	font-weight: 500;
}

.wx-code-content img {
	width: 156px;
	height: 158px;
}

.wx-code-content .txt {
	margin-top: 8px;
}

.wx-code-content .txt p {
	color: #898989;
	font-size: 12px;
}

/* ad 广告*/
.ad-middle{
	position: absolute;
    z-index: 100;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}
.ad-middle .ad-img-box{
	position: relative;
    width: 69.6%;
    height: 0;
    padding-bottom: 74.6%;
    margin: 34.6% auto 18.6%;
}
.ad-middle .ad-img-box .ad-img-wrap{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 5px;
    overflow: hidden;
}
.ad-middle .ad-img-box img{
	position: absolute;
	width: 100%;
	height: 100%;
	
}
.ad-middle .ad-img-box .ad-middle-close {
	position: absolute;
    right: -6%;
    top: -6%;
    width: 12%;
	height: 0;
	padding-bottom: 12%;
    overflow: hidden;
    margin: 0 auto;
}


.ad-bottom {
	position: absolute;
	bottom: -1px;
	z-index: 100;
	width: 100%;
	max-width: 640px;
}

.ad-bottom a.url {
	display: block;
}

.ad-bottom img {
	width: 100%;
	max-height: 200px;
	vertical-align: bottom;
}
header .bg-img-box .bg{
    width: 100%;
    height: 100%;
}
.ad-bottom a.ad-bottom-close {
	padding: 10px;
	position: absolute;
	right: 0;
	top: 0;
}

.ad-bottom a.ad-bottom-close i {
	display: inline-block;
	width: 33px;
	height: 32px;
	background: url(../../images/sprite.png) no-repeat;
	background-size: 250px 250px;
	background-position: 0px -200px;
}
/* show HD img */

.hdImgbox {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: #000;
	z-index: 1000;
	display: none;
}

.swiper-container,
.swiper-wrapper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	width: 100%;
	height: 100%;
	font-size: 0;
}

.vertical-fix {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.show-img-item img {
	vertical-align: middle;
	width: 100%;
}

.hdImgbox-close {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
}

.hdImgbox-close i {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../../images/sprite.png) no-repeat;
	background-size: 250px 250px;
	background-position: -50px 0;
	margin-top: 20px;
}

.swiper-pagination span {
	background: #fff;
	opacity: 1;
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	margin-right: 6px;
}

.swiper-pagination span.active {
	background: #1a9bd2;
}

.jw-display-icon-container,
.jw-background-color {
	background-color: rgba(0, 0, 0, 0.4) !important;
}

.container .user-container a {
	text-decoration: underline;
}

.container .user-container ol {
	padding-left: 15px;
}

.container .user-container ol li {
	list-style: decimal;
}

.container .user-container ul {
	padding-left: 15px;
}

.container .user-container ul li {
	list-style: disc;
}

.container .user-container s {
	text-decoration: line-through;
}

.container .user-container table {
	width: 100%;
	max-width: 285px !important;
	table-layout: fixed !important;
	word-break: break-all !important;
	word-wrap: break-word !important;
}

.container .user-container table th,
.container .user-container table td {
	text-align: center;
}

.container .user-container blockquote {
	border-color: #ccc;
	border-style: solid;
	padding-left: 20px;
	padding-right: 8px;
	padding: 2px 0;
	border: 0;
	border-left-width: 5px;
}

.container .user-container img {
	border: none;
	max-width: 100% !important;
	/*height:50% !important;*/
	padding-left: 5px;
	margin-bottom: 1px;
	box-sizing: border-box;
}
.container .user-container img:first-child{
	padding: 0;
}
.container .user-container p {
	max-width: 100%;
	font-size: .28rem;
	line-height: .4rem;
}

.container .user-container ol li,
.container .user-container ul li,
caption,
.container .user-container table td {
	font-size: .28rem;
}

.img_img:nth-child(2) {
	margin: 0 5px;
}

.img_img2:nth-child(2) {
	margin-left: 5px;
}

.video-box {
	margin: 5px 5px 0px 5px;
	display: -webkit-flex;
	display: flex;
	float: left;
	align-items: center;
	margin-bottom: -2px !important;
}

.video-modal {
	height: 100%;
	width: 100%;
	position: absolute;
	background: #000;
	z-index: 1000000000;
	/*display:-webkit-flex;display:flex;align-items:center;*/
	display: none;
	left: 0;
	top: 0;
}

.video-modal .video-pup {
	height: 100%;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
#video{
	display: inline-block;
	margin: auto;
}
.video-modal video {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
}

.video-modal a.video-close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 1000000001;
}

.video-modal a.video-close i {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-top: 20px;
	background: url(../../images/sprite.png) no-repeat;
	background-size: 250px 250px;
	background-position: -50px 0;
}

.index-main .content-wrap .intro-container p,
.index-main .content-wrap .intro-container span,
.index-main .content-wrap .content .content-left .center-item .center-item-center p {
	user-select: auto;
}

.swiper-slide {
	overflow-y: scroll;
}
/*红包*/
.red-item-box{
	display: inline-block;
	background-color: #fff;
	position: relative;
	margin: 3% 70px 0 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	width: 250px;
	max-width: 65%;
	z-index: 1;
	padding: 0;
	white-space: normal;
	border: 1px solid #e4e4e4
}
.red-item-box:before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border: 1px solid #e4e4e4;
	transform: rotate(45deg);
	background: #f99e3d;
	left: -6px;
    top: 20px;
    z-index: -1;
}
.red-envelope{
	overflow: hidden;
	padding: 12px 0 12px 20px;
	background: #f99e3d;
	border-radius: 5px 5px 0 0;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
}
.red-icon{
	float: left;
	width: 34px;
	height: 41px;
	max-width: 18%;
	border-radius: 5px;
	background: url(../../images/sprite.png) no-repeat;
	background-position: -190px -355px;
}
.msg-r-icon{
	display: inline-block;
	width: 25px;
	height: 30px;
	background: url(../../images/sprite.png) no-repeat;
	background-position: -194px -358px;
	border-radius: 3px;
	transform: scale(.7);
	/* background-size: 100% 100%; */
	margin: 0 0 0 5px;
	position: relative;
	vertical-align: text-bottom;
	top: 4px;
}
.red-msg-box{
	float: left;
	margin-left: 5%;
	max-width: 79%;
}
.red-msg{
	font-size: 15px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.receive-red-text{
	font-size: 12px;
	line-height: 20px;
}
.live-red-text{
	font-size: 12px;
	padding-left: 20px;
	line-height: 20px;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dialog-red-box{
/*	display: none;*/
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.2);
}

.red-package-box{
	position: absolute;
	top: 45px;
	left: 30px;
	right: 30px;
	bottom: 10%;
	background: #cd533e;
	color: #dfbc86;
	border-radius: 10px;
	overflow: hidden;
}
.red-package-bg{
	width: 150%;
    height: 67%;
    position: absolute;
    left: -25%;
    background: #d95940;
    border-radius: 10px 10px 50% 50%;
    border: 2px solid #ca4631;
	border-top: 0;
}
.avatar{
	width: 68px;
    height: 68px;
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -34px;
    border-radius: 50%;
    background: #f6f5f5;
    overflow: hidden;
}
.avatar img,.open-red-page .avatar1 img{
	width: 100%;
	height: 100%;
}
.sender-name{
    position: absolute;
    width: 100%;
    top: 120px;
	display: inline-block;
	text-align: center;
	font-size: 19px;
	line-height: 25px;
}
.result-text{
	position: absolute;
    width: 100%;
    top: 142px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
}
.red-title{
	position: absolute;
	width: 100%;
	top: 41%;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
}
.open-icon{
	width: 102px;
	height: 102px;
	position: absolute;
	top: 57%;
	left: 50%;
	margin-left: -51px;
	background: url(../../images/open_icon.png) no-repeat;
	background-size: 100%;
}
.is_open{
	background-image: url(../../images/open_icon_grey.png);
}
.is_open::after{
	content: "红包正在路上...";
	color: #efc88d;
	position: absolute;
	top: 120px;
	left: -100px;
	width: 300px;
	text-align: center;
	line-height: 20px;
}
.close-icon{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 10px;
	right: 15px;
	background: url(../../images/sprite.png) no-repeat;
	background-position: -195px -305px;
	transform: scale(.8);
}
.see-other{
	position: absolute;
	width: 100%;
	bottom: 20px;
	font-size: 12px;
	text-align: center;
}
.hide{
	display: none;
}
/*领取红包页面*/
.open-red-page{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 200;
	overflow-y: scroll;
}
.packet-wrapper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.open-red-page .red-bg:before{
	content: "";
	position: absolute;
	width: 110%;
	height: 120px;
	left: -5%;
	top: 0;
	border-radius: 0 0 50% 50%;
	background: #d95940;
	z-index: 200;
}
.open-red-page .red-bg{
	width: 200%;
	min-height: 42%;
	/*border-radius: 0 0 50% 50%;*/
	margin-left: -50%;
	background: #f1f1f1;
	padding-bottom: 20px;
}
.open-red-page .top-bar{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background:#d95940;
	padding: 2% 5%;
	z-index: 999;
}
.open-red-page .back-icon{
	width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 15px;
    background: url(../../images/sprite.png) no-repeat;
    background-position: -195px -305px;
    transform: scale(.8);
}
.open-red-page .title{
	float: left;
    width: 100%;
    color: #ffe7b7;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    z-index: 200;
}
.open-red-page .avatar1{
	position: absolute;
    width: 68px;
    height: 68px;
    left: 50%;
    margin-top: 21%;
    margin-left: -34px;
    border-radius: 50%;
    overflow: hidden;
	background: #fefefe;
    z-index: 200;
}
.open-red-page .nick{
	width: 100%;
	padding-top: 20%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #000;
	font-size: 16px;
}
.open-red-page .bless-title{
	width: 100%;
	text-align: center;
	color: #000;
	line-height: 20px;
	font-size: 14px;
}

.open-red-page .price{
	width: 100%;
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	padding: 10px 0 50px;
	line-height: 60px;
	height: 60px;
	vertical-align: bottom;
}
.open-red-page .price::after{
	content: "元";
	font-size: 15px;
	font-weight: normal;
	margin-left: 5px;
}
.open-red-page .succ-msg{
	width: 100%;
    color: #5474b1;
    margin-top: -40px;
    /*padding-bottom: 20px;*/
    font-size: 14px;
    text-align: center;
	display: none;
}
.packet-list{
	/*margin-top: 10px;*/
	color: #6e6e6e;
	font-size: 15px;
}
.packet-list .packet-number{
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
	font-size: 13px;
	background: #fff;
}
.packet-list-item{
}
.packet-item{
	padding: 15px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.packet-item .user-avatar{
	width: 45px;
	height: 45px;
	float: left;
	border-radius: 50%;
	background: #f1f1f1;
	overflow: hidden;
}
.packet-item .user-avatar img{
	width: 100%;
	height: 100%;
}
.packet-item .data-info{
	float: left;
	height: 45px;
	margin-left: 10px;
	font-size: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	overflow: hidden;
}
.packet-item:last-child{
	border: none;
}
.packet-item .nick-info{
	float: left;
    color: #000;
    line-height: 20px;
    display: inline-block;
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.packet-item .time-info{
	float: left;
}
.packet-item .money-info{
	position: relative;
	float: right;
	min-width: 60px;
	color: #000;
	line-height: 25px;
	text-align: right;
}
.packet-item1 .money-info::after{
	position: absolute;
	content: "手气最佳";
	top: 25px;
	right: 0;
	color: #ffa60f;
	font-size: 14px;
	white-space: nowrap;
	line-height: 20px;

}
.packet-item1 .money-info::before{
	content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 27px;
    left: -20px;
    background: url(../../images/best_icon.png) no-repeat;
    background-size: 100%;
}
/*绑定手机号*/
.bindPhoneWrap{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 300;
}
.wraper{
	width: 100%;
    height: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
}
.form-input{
	width: 100%;
	margin-top: 150px;
}
.phone-box{
    padding: 10px 15px;
    font-size: 16px;
    color: #444444;
    border-bottom: 1px solid #d7d7d7;
	margin-bottom: 10px;
}
.code-input{
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    border-bottom: 1px solid #d7d7d7;
    box-sizing: border-box;
}
.phone{
    width: 98px;
    font-size: 14px;
}
.get-code-btn{
	color: #444;
    font-size: 14px;
    float: right;
    border-left: 1px solid #d7d7d7;
    padding-left: 9px;
    line-height: 20px;
}
.code{
	width: 90%;
    height: 30px;
    margin: 10px 5%;
    padding: 5px 10px;
    border-bottom: 1px solid #d7d7d7;
    box-sizing: border-box;
	font-size: 15px;
}
.getCode{

}
.sub-btn{
	margin-top: 18px;
    width: 100%;
    height: 50px;
    background: #1a9fd3;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
}
.tip-message-box{
	width: 60%;
    position: absolute;
    left: 20%;
    bottom: 100px;
    height: 30px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    line-height: 30px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.3);
}
.send-message-btn{

}
/* 验证手机号 */
.checkPhoneWrap{
	display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10000;
}
.checkPhoneWrap .wraper{
	position: absolute;
    top: 50%;
    width: 90%;
    height: 250px;
    margin: -150px 5% 0;
    background: #fff;
    z-index: 999;
    border-radius: 10px;
    padding: 10px 20px;
    box-sizing: border-box;
}
.checkPhoneWrap .form-input{
	margin-top: 30px;
	width: 100%;
}

.checkPhoneWrap .phone-box{
    padding: 10px 15px;
    font-size: 16px;
    color: #444444;
    border-bottom: 1px solid #d7d7d7;
	margin-bottom: 10px;
}
.checkPhoneWrap .code-input{
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    border-bottom: 1px solid #d7d7d7;
    box-sizing: border-box;
}
.checkPhoneWrap .phone{
    width: 98px;
    font-size: 14px;
}
.checkPhoneWrap .get-code-btn{
	color: #444;
    font-size: 14px;
    float: right;
    border-left: 1px solid #d7d7d7;
    padding-left: 9px;
    line-height: 20px;
}
.checkPhoneWrap .code{
	width: 90%;
    height: 30px;
    margin: 10px 5%;
    padding: 5px 10px;
    border-bottom: 1px solid #d7d7d7;
    box-sizing: border-box;
	font-size: 15px;
}
.checkPhoneWrap .sub-btn{
	margin-top: 18px;
    width: 100%;
    height: 50px;
    background: #1a9fd3;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
}
.checkPhoneWrap .tip-message-box{
	width: 60%;
    position: absolute;
    left: 20%;
    bottom: 100px;
    height: 30px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    line-height: 30px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.3);
}
/*通用弹窗*/
#commonpop{
	position: fixed;
	left: 0;
	top: 70%;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 148px;
	height: 34px;		
	background-color: rgba(0,0,0,0.3);
	text-align: center;
	display: none;
	border-radius:5px ;
	z-index: 100000;
}
#commonpop p{
	margin: 0 !important;
	padding: 0 !important;
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	flex-direction: column;
}
#commonpop p span{
	line-height: 22px;	
	display: block;	
	
}
body{
	position:relative;
	display: flex;
    flex-direction: column;
}

.top{
 
}
.input-bg{
	position: fixed;
	display: none;
	background: #eee;
	width: 100%;
	height: 55%;
	z-index: 100;
    bottom: 0;
}
/* 商品 */
.main-content{
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	flex-grow: 1;
	background: #fefefe;
}
.goods-wrap{
	position: absolute;
    width: 100%;
    height: 100%;
	top: 100%;
    background: #fff;
	z-index: 89;
	display: none;
    flex-direction: column;
}
.goods-wrap .arrow-wrap{
    width: 100%;
    height: 30px;
	text-align: center;
	
}
.arrow-wrap .back-btn{
    display: inline-block;
	width: 20px;
    height: 10px;
    margin-top: 10px;
    background: url(../../images/sprite.png);
    background-size: 250px 250px;
    background-position: 132px 0;
}
.goods-list{
	width: 100%;
	height: 100%;
	flex-grow: 1;
	overflow-y: scroll;
	position: relative;
}
.goods-scroll{
	overflow: auto;
    -webkit-overflow-scrolling: touch;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.goods-list-wrap{
}
.container-nogoods{
	overflow: hidden;
	color: #cacfd1;
	font-size: 12px;
	margin-top: 80px;
	text-align: center;
}
.goods-item{
    width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.goods-item a{
	width: 100%;
    display: flex;
    padding: 15px;
	box-sizing: border-box;
	color: #000;
	overflow: hidden;
}
.goods-item:last-child{
	border: none;
}
.goods-item .goods-img-wrap{
	width: 105px;
	height: 105px;
	min-width: 105px;
	overflow: hidden;
	position: relative;
}
.goods-item .goods-img-wrap img{
	width: 100%;
	height: 100%;
}
.goods-item .goods-img-wrap .goods-img{
}
.goods-info{
	position: relative;
    flex-grow: 1;
    margin-left: 13px;
}
.goods-info .good-title{
	width: 100%;
    display:inline-block;
    /* -webkit-box-orient: vertical;
	-webkit-line-clamp: 2; */
	height: 40px;
	line-height: 20px;
	padding-top: 2px;
    font-weight: normal;
    font-size: 17px;
	overflow: hidden;
	word-break: break-all;
}
.goods-info .goods-price{
    color: #f02549;
	font-size: 16px;
	padding-top: 5px;
}
.goods-info .goods-price .price-symbol{
    font-family: cursive;
}
.goods-info .goods-price .price-num{

}
.goods-info .buy-btn{
	position: absolute;
    bottom: 0;
    right: 0;
    /* width: 50px; */
    float: right;
    color: #f02549;
    display: inline-block;
    border: 1px solid #f02549;
    padding: 0 10px;
    line-height: 25px;
    border-radius: 20px;
}

/*上拉加载 下拉刷新 */
.live-dropload-down,.live-dropload-up,.goods-dropload-down,.goods-dropload-up{
	position:relative;height:0;overflow:hidden;font-size:12px;
	color: #999;
	-webkit-transform:translateZ(0);transform:translateZ(0)
}
.live-dropload-down,.goods-dropload-down{
	height:50px
}
.live-dropload-load,.live-dropload-noData,.live-dropload-refresh,.live-dropload-update,.goods-dropload-load,.goods-dropload-noData,.goods-dropload-refresh,.goods-dropload-update{
	height:50px;line-height:50px;text-align:center;font-size:12px
}
.live-dropload-load .loading,.goods-dropload-load .loading{
	display:inline-block;height:15px;width:15px;border-radius:100%;
	margin:6px;border:2px solid #999;
	border-bottom-color:transparent;vertical-align:middle;
	-webkit-animation:rotate .75s linear infinite;animation:rotate .75s linear infinite
}

.live-dropload-down .live-dropload-noData,.goods-dropload-down .goods-dropload-noData{
	color:#999
}
.live-dropload-down,.goods-dropload-down{
	display:none;font-size:12px
}

/* 动态图片懒加载 */
.img_ul li{
	position: relative;
}
.loading-img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #eee;
	z-index: 31;
}
.img_ul .video-box{
	min-width: 80px;
	min-height: 100px;
}
.loading-img::after{
	content: "";
    position: absolute;
    display: inline-block;
    height: 26px;
    width: 26px;
    border-radius: 100%;
    /* margin: 6px; */
    top: 50%;
    left: 50%;
    margin-left: -13px;
    margin-top: -13px;
    border: 2px solid #fff;
    border-bottom-color: #BFBBBB;
    vertical-align: middle;
    -webkit-animation: rotate .75s linear infinite;
    animation: rotate .75s linear infinite;
}
.vote-video-modal {
	height: 100%;
	width: 100%;
	position: absolute;
	background: #000;
	z-index: 999;
	/*display:-webkit-flex;display:flex;align-items:center;*/
	display: none;
	left: 0;
	top: 0;
}

.vote-video-modal .video-pup {
	height: 100%;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vote-video-modal video {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
}

.vote-video-modal a.video-close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 1000;
}

.vote-video-modal a.video-close i {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-top: 20px;
	background: url(../../images/sprite.png) no-repeat;
	background-size: 250px 250px;
	background-position: -50px 0;
}
