/*ctratedBy ckjr  此css主要存放公用模板的css*/
@charset "utf-8";



/*alert*/
.c-just-cent{
	justify-content: center;
}
.c-alert>.c-dialog>.w-mask {
	position: fixed;
	z-index: 888;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
}
.c-alert>.c-dialog>.w-dialog {
	position: fixed;
	display: table;
	z-index: 5000;
	width: 80%;
	max-width: 480px;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 50%;
	background-color: #fff;
	overflow: hidden;
	transform: translate(-50%,-50%);
	z-index: 888;
}
.c-alert>.c-dialog>.w-dialog>.w-dialog_hd{
	padding: 18px 20px;
	background-color: #F5F8FB
}
.c-alert>.c-dialog>.w-dialog>.w-dialog_hd>.w-dialog_title{
	font-weight: 400;font-size: 18px;
}
.c-alert>.c-dialog>.w-dialog>.w-dialog_bd{
	min-height: 40px;
	font-size: 16px;
	line-height: 1.3;
	word-wrap: break-word;
	word-break: break-all;
	color: #999;
}
.c-alert>.c-dialog>.w-dialog>.w-dialog_ft{
	line-height: 48px;
	font-size: 18px;
}
.c-alert>.c-dialog>.w-dialog>.w-dialog_ft>a{
	display: block;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	position: relative;
}
.c-alert>.c-dialog>.w-dialog>.w-dialog_ft>a+a{
	border-left: 1px solid #e5e5e5;
}
/* tip */
.c-alert>.c-dialog>.w-tip {
	background-color: rgba(0,0,0,.6);
	padding: 20px 2em;
	max-width: 200px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 3px;
	z-index: 100000;
	zoom: 1;
}
#header {
	z-index: 999;
	height: 70px;
}
#nav-img {
	width: 160px!important;
	height: 56px!important;
	border-radius: 8px;
}
.head-hide {
	display: none;
}
.icon-VIP {
	color: #DA9C47;
}
.c-login-avatar {
	width: 36px;
	height: 36px;
}

.c-login-list > ul {
	top: 100%;
	right: 0;
	width: 120px;
	background-color: white;
	box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.05);
	border-radius:0px 0px 4px 4px;
}

.c-login-list > ul > li:hover {
	background-color: #F5F8FB
}
.c-login-list .avatar-list {
	display: none;
	opacity: 0;
	transform: translateY(-10px);
	transition: all .3s;
	z-index: 999;
}
.c-head-search {
	background:#FAFAFA;
	border:none;
}
/* 头部类型2样式 */
.isHeadStyle {
	display: block!important;
}
.isHeadStyle .nav-line{
	display: block!important;
}
.isHeadStyle .head-navigator{
	display: none;
}
.head-navigator .item {
	color: #545C63;
	transition: all .3s;
}
.head-navigator .item:hover {
	color: #609FFF;
}
#login-model .modalBg{
	z-index: 1000;
	opacity: 1;
	background: rgba(0, 0, 0, 0.6);
}
#login-model .cube {
	width: 420px;
	min-height: 200px;
	background-color: #fff;
	padding: 50px 40px 70px;
	box-shadow: 0 12px 24px 0 rgb(28 31 33 / 10%);
    border-radius: 12px;
}
#login-model .cube .login-body {
	display: flex;
	justify-content: center;
	margin-top: 35px;
}
#login-model .cube .login-body .ph-login {
	width: 80%;
	margin-top: 10px;
}
#login-model .cube .login-body .wx-image {
	width: 200px;
	height: 200px;
}
#login-model .bind-phone .item {
	position: relative;
}
#login-model .bind-phone .item .item-right{
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}
#login-model .bind-phone input {
	width: 100%;
    height: 40px;
    padding: 15px 10px;
    border: 1px solid #E5E5E5;
}
#login-model .bind-phone input::placeholder {
	color: #ccc;
}
#login-model .bind-phone .error-tip {
	color: red;
	position: absolute;
	bottom: -18px;
	left: 0;
}

#login-model .protocol-box {
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
}
#login-model .protocol-box .protocol-name {
	color:#4C92FC;
	cursor: pointer;
}
.left-column{
	padding-top: 30px;
	padding-bottom: 20px;
}
/* pager */

  .pager {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: calc(40 / 12 * 1em);
	margin-bottom: 3em;
	font-size: calc(12 / 16 * 1rem);
  }

  .pager__list {
	display: flex;
  }

  .pager__item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(32 / 12 * 1em);
	height: calc(32 / 12 * 1em);
	margin: 0 10px;
	color: #4C545D;
  }

  a.pager__item {
	border-radius: 50%
  }

  a.pager__item:hover {
	background-color: #e5e5e5;
  }

  span.pager__item::before {
	content: "···";
	color: #bbb;
	font-size: 1rem;
  }

  a.pager__item--active {
	border-color: #609FFF;
	background-color: #609FFF !important;
	color: #fff;
  }


  .pager__item:first-child {
	margin-right: calc(5 / 12 * 1em);
  }

  .pager__item + .pager__item {
	margin-left: calc(2 / 12 * 1em);
  }

  .pager__item:last-child {
	margin-left: calc(5 / 12 * 1em);
  }

  .pager__goto {
	display: flex;
	align-items: center;
	margin-left: calc(28 / 12 * 1em);
  }

  .pager__goto__input {
	width: calc(45 / 12 * 1em);
	height: calc(34 / 12 * 1em);
	border: 1px solid #E8E8E8;
	padding-left: 1em;
	margin: 0 calc(5 / 12 * 1em);
  }

  .pager__goto__btn {
	min-width: calc(56 / 12 * 1em);
	height: calc(34 / 12 * 1em);
	margin-left: calc(12 / 12 * 1em);
  }

/* 新分页器样式 */
  .page-container{
	white-space: nowrap;
    padding: 2px 5px;
    color: #303133;
	font-weight: 700;
	display: flex;
	justify-content: center;
  }
  .page-container .button {
	margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
	border-radius: 2px;
	display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
	vertical-align: top;
	text-align: center;
	box-sizing: border-box;
  }
  .page-container .button .iconfont {
	display: block;
    font-size: 12px;
    font-weight: 700;
  }
  .page-container .page {
	user-select: none;
    list-style: none;
    display: inline-block;
    font-size: 0;
    padding: 0;
	margin: 0;
  }
  .page-container .page li{
	padding: 0 4px;
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
	margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px;
  }
  .page-container .page li:hover{
	  /* color: #63A1FC; */
  }
  .pageActive{
	  background: #4d555d!important;
	  color: #fff!important;
  }
  .living-video-container{
	width: 100%;
	height: 140px;
	position: relative;
  }
  .living-video-container .living-img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
  }
  .living-video-container .living-img img{
	width: 100%;
	height: 100%;
  }
  .living-video-container .living-img .iconfont{
	  left: 50%;
	  top: 50%;
	  transform: translate(-50%, -50%);
	  color: #333;
	  font-size: 35px;
  }
  .living-video-container .living-video{
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
	top: 0;
	z-index: 100;
  }
  .login-item-active{
	color: #4C92FC!important;
	position: relative;
  }
  .heade-login-line {
	position: absolute;
	left: 0;
	bottom: -15px;
	height: 2px;
	width: 48px;
	background-color: #4C92FC;
	transition: all .2s ease;
  }
  .code-tip{
	width: 240px;
    height: 40px;
    background: #eee;
    line-height: 40px;
    margin: 0 auto;
    border-radius: 22px;
  }

/* 模态框 */
.c-modal {
	background:rgba(255,255,255,1);
	/* width:380px;
	border-radius:4px;
	padding-bottom: 50px */
}

.c-modal .bind-phone {
	/* width: 380px; */
	margin-top: 2em;
}

.c-modal .bind-phone input {
	/* padding: 15px 0;
	margin-bottom: 5px; */
	border: none;
	border-bottom: 1px #E6E6E6 solid
}

.c-modal .bind-phone input:focus {
	border-color: #5491ED
}

.c-modal .bind-phone span {
	position: absolute;
	right: 0;
	top: 15px
}
.userList ul li:hover{
	border: 1px solid #4C92FC;
}

/*详情右侧分享组件*/
#float-btns {
	right: 0;
	top: 30%;
	width: 72px;
	height: auto;
	background: #ffffff;
	border-radius: 4px 0px 0px 4px;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);

}
#float-btns .c-cursor-p { transition: .3s }
#float-btns .c-cursor-p:hover {transition: .3s; color: #63A1FC!important; }



.protocolContent::-webkit-scrollbar {
	width: 4px;
}
.protocolContent ::-webkit-scrollbar-thumb
{
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #eee;
}
.vipProtocol{
	position: fixed;
	background-color: #fff;
	margin: 0 auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	border-radius: 10px;
}
.vipProtocol .close{
	display: inline-block;
	position: absolute;
    top: 5px;
	right: 5px;
	width: 24px;
	height: 24px;
}
.vipProtocol .protocolContent{
    overflow: hidden;
    overflow-y: scroll;
}
.vipProtocol .protocolContent p {
	line-height: 20px;
}
.vipProtocol .protocolContent img {
	display: block;
	width: 100%;
}
.globalPopup .modalBg{
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: #000;
    filter: alpha(opacity=0);
    opacity: .2;
}
.globalPopup .cube {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1001;
	transform: translate(-50%, -50%);
}
.globalPopup .cube .blueShadow {
	position: absolute;
	top: 0;
	width: 100%;
	height: 0;
	padding-bottom: 30%;
	background-image: linear-gradient(180deg, #B8D8FF 0%, rgba(255,255,255,0.00) 100%);
	border-radius: 10px 10px 0 0;
	z-index: 1;
}
.globalPopup .popupShadow {
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
}
.globalPopup .cube .modalPopup{
	position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.globalPopup .cube .modalPopup .popupClose{
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	z-index: 3;
}
.globalPopup .cube .modalPopup .popupClose .iconfont{
	font-size: 12px;
	color: #999;
	font-weight: bold;
}
.fade-enter-active, .fade-leave-active {
	transition: opacity .5s;
}
.fade-enter, .fade-leave-to {
	opacity: 0;
}

@media screen and (max-width: 768px) {
	.c-line-before {
		flex: 1;
		margin-top: 8px;
		height: 1px;
		background: -webkit-linear-gradient(left, white 0%,#333 100%);
	}
	.c-line-after {
		flex: 1;
		margin-top: 8px;
		height: 1px;
		background: -webkit-linear-gradient(left, #333 0%, white 100%);
	}
}

.audioBox{
	width: 120px;
	height: 28px;
	background-color: #5ECA71;
	border-radius: 0px 4px 4px 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 10px;
}
.audioStatus{
	width: 6px;
	height: 6px;
	background-color: #FF3F3C;
	border-radius: 50%;
	margin-left: 10px;
}

.audio-circle {
	background-color: #fff;
	width: 2px;
	margin-right: 3px;
	display: inline-block;
}
.audio-circle-one {
	height: 5px;
}
.audio-circle-two {
	height: 7px;
}
.audio-circle-three {
	height: 10px;

}
.animation-one {
	animation:playStatus 1.5s infinite 0.5s;
}
.animation-two {
	animation:playStatus 1.5s infinite 0.2s;
}
.animation-three {
	animation:playStatus 1.5s infinite 0.1s;
}
@keyframes playStatus {
	0% {
		height: 10px;
	}
	50% {
		height: 5px;
	}
	100% {
		height: 0;
	}
}

.imgWrapper{
	width: 1120px;
	margin: 40px auto 0;
}
.vjs-loading-spinner{
	display: none!important;
}
/* 绑定手机弹窗的样式 */
.bindPhoneComp .popupBody {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.bindPhoneComp .vipProtocol{
	height: 100%!important;
}
.bindPhoneComp .vipProtocol .protocolContent{
	height: 85%!important;
}
.bindPhoneComp .cube {
	border-radius: 10px;
	position: absolute!important;
	top: 0;
	margin-top: 50px;
	transform: translateX(-50%)!important;
}
.bindPhoneComp .basicMes{
	width: 240px;
}
.bindPhoneComp .basicTitle{
	color: #8A8F9A;
	text-align: center;
	font-size: 14px;
	position: relative;
	margin-top: 30px;
}
.bindPhoneComp .basicTitle:before{
	content: "";
	display: inline-block;
	width: 40px;
	height: 1px;
	background-color: #8A8F9A;
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
}
.bindPhoneComp .basicTitle:after{
	content: "";
	display: inline-block;
	width: 40px;
	height: 1px;
	background-color: #8A8F9A;
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
}
.bindPhoneComp .phoneMes{
	width: 240px;
}
.bindPhoneComp .bindText {
	border: none;
	border-bottom: 1px solid #E6E6E6;
	height: 40px;
	margin-top: 20px;
	width: 100%;
	font-size: 14px;
	padding-left: 10px;
}
.bindPhoneComp .cmb20 {
	margin-bottom: 20px;
}
.bindStar {
	position: absolute;
	left: 0;
	top: 55%;
	color: #FF3F3C;
	font-size: 14px;
}
.bindPhoneComp .phoneMes .imgCode {
	display: block;
	width: 100px;
    height: 40px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.bindPhoneComp .phoneMes .sendCode {
	position: absolute;
	top: 50%;
	right: 0;
}
.bindPhoneComp .submit {
	width: 240px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius:20px;
	background-color: #4C92FC;
	color: #fff;
	margin-top: 40px;
	cursor: pointer;
}
.bindPhoneComp .protol {
	margin-top: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	padding-bottom: 30px;
}
.bindPhoneComp .protol .protolCheck{
	border: 1px solid #63A1FC;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
}
.bindPhoneComp .protol .isCheck:before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #63A1FC;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.bindPhoneComp .protol .protolTxt{
	color: #999;
	margin-left: 10px;
}
.bindPhoneComp .protol .protolTxt span{
	color: #63A1FC;
}

.groupGuideTemp .cube {
	width: 470px;
	background-color: #fff;
	border-radius: 10px;
}
.groupGuideTemp .paySuccess {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px dashed #ccc;
	border-bottom-width:2px;
	padding-bottom: 40px;
}
.groupGuideTemp .groupMes img {
	display: block;
	width: 140px;
	height: 140px;
}
.groupGuideTemp .groupCode {
	width: 240px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 22px;
	background-color: #eee;
	color: #FF3F3C;
	margin-bottom: 30px;
}

.rewordDialogComp .cube{
	min-width: 540px;
	background-color: #fff;
	border-radius: 5px;
	padding: 30px 50px;
	box-sizing: border-box;
}
.rewordDialogComp #giftSwiper{
	width: 440px;
	--swiper-navigation-size: 10px;
}
.rewordDialogComp #giftSwiper .swiper-slide{
	display: flex;
}
.rewordDialogComp #giftSwiper .swiper-button-next{
	width: 28px;
    height: 28px;
    color: #333;
    border-radius: 50%;
	box-shadow: 0px 3px 10px 0 #eee;
	font-weight: bold;
	right: -20px;
}
.rewordDialogComp #giftSwiper .swiper-button-prev{
	width: 28px;
    height: 28px;
    color: #333;
    border-radius: 50%;
	box-shadow: 0px 3px 10px 0 #eee;
	font-weight: bold;
	left: -25px;
}
.rewordDialogComp #giftSwiper .swiper-button-hide {
	opacity: 0;
	transition: all .3s;
}
.rewordDialogComp .numControl .cont {
	width: 30px;
	height: 30px;
	background-color: #f8f8f8;
	border: 1px solid #E9ECF0;
	font-weight: bold;
	color: #666;
	box-sizing: border-box;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 16px;
}
}
.rewordDialogComp .numControl .contAdd {
	border-radius: 0 4px 4px 0;
}
.rewordDialogComp .numControl .contCut {
	border-radius: 4px 0 0 4px;
}
.rewordDialogComp .numControl .num {
	width: 100px;
	border-top: 1px solid #E9ECF0;
	border-bottom: 1px solid #E9ECF0;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	text-align: center;
}
.rewordDialogComp .giftReword .price {
	font-size: 16px;
	color: #FF3F3C;
}
.rewordDialogComp .giftReword .reword {
	padding: 5px 20px;
	background-color: #63A1FC;
	text-align: center;
	color: #fff;
	border-radius: 16px;
}
.rewordDialogComp .rewordActive {
	border: 2px solid #63A1FC; 
	border-radius: 4px; 
	position: relative;
}
.rewordDialogComp .rewordActive:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-bottom: 20px solid #63A1FC;
	border-left: 20px solid transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	color: red;
 }
 .rewordDialogComp .rewordActive::before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: url('../../static/i/living/hook.png') no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	bottom: 1px;
	right: 1px;
	z-index: 2;
 }
.rewordDialogComp .priceActive {
	background-color: #4C92FC;
	color: #fff;
	transition:all .3s;
}
.rewordDialogComp .iconGray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.rewordDialogComp .techerList {
	width: 440px;
	padding-bottom: 5px;
	overflow-x: scroll;
}
.techerList::-webkit-scrollbar {
	height: 4px;
}
/*定义滚动条轨道*/
.techerList::-webkit-scrollbar-track {
	border-radius: 5px;
}
/*定义滑块*/
.techerList::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #63A1FC;
}
.limitStyle {
	border-radius: 5px 5px 5px 0px;
	right: -10px;
	top: -5px;
}
.paymentComp .cube {
	min-width: 420px;
	background-color: #fff;
	border-radius: 5px;
	padding: 30px;
	box-sizing: border-box;
}
.paymentComp .payConfirm {
	padding: 10px 50px;
	background-color: #63A1FC;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	font-size: 14px;
	margin-top: 20px;
}
.paymentComp .showPassWord {
	border: 1px solid #ccc;
    padding: 10px;
	border-radius: 8px;
}

/* 转盘样式 */
.big-wheel {
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
}
.big-wheel .wrap {
	position: absolute;
	width: 100%;
	height: 100%;
}
.big-wheel .wrap .prize-wrap {
	position: absolute;
	left: 25%;
	top: 0;
	width: 50%;
	height: 50%;
}
.big-wheel .wrap .prize-wrap .item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform-origin: center bottom;
}
.big-wheel .prize-name {
	position: absolute;
	left: 50%;
	top: 15px;
	font-size: 14px;
	text-align: center;
	color: #C96000;
	transform: translateX(-50%);
}
.big-wheel .prize-img {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 30px;
}

.liveTurntable .timeCount {
	color: #fff;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	bottom: 109px;
	z-index: 11;
}
.liveTurntable .liveTurntableBg {
	background: url('../i/turntable/stuTurnBg.png') no-repeat center;
	width: 500px;
	height: 611px;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 20px;
}

.liveTurntable .inlineLoading {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 120;
	transform: translate(-50%, -50%);
}
.liveTurntable .slideMask {
	position: absolute;
	width: 1000px;
	height: 1000px;
	z-index: 999;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: transparent;
	
}
.liveTurntable .timeCount span {
	color: #C41126;
}
.liveTurntable .close {
	position: absolute;
	right: -20px;
	cursor: pointer;
	top: -20px;
}
.liveTurntable .close .icon-guanbi {
	color: #999;
	font-size: 14px;
}
.liveTurntable .big-wheel-con {
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 32px;
}
.liveTurntable .big-wheel-box {
	position: relative;
	text-align: center;
	font-size: 0;
	width: 320px;
	height: 417px;
	background-image: url('../../static/i/turntable/disk_bg.png');
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
	margin: 0 auto;
	z-index: 1;
}
.liveTurntable .big-wheel-btn {
	position: absolute;
	left: 50%;
	top: 102px;
	width: 130px;
	height: 179px;
	transform: translateX(-50%);
	z-index: 1;
}
.liveTurntable .big-wheel-btn img {
	display: block;
	width: 100%;
	height: 100%;
}
.liveTurntable  .lottery_points{
	color: #fff;
	font-size: 14px;
	padding-right: 15px;
}
.liveTurntable .turantableTitle {
	background: url('../i/turntable/dzp_head_bg.png') no-repeat center;
	width: 312px;
	height:	54px;
	background-size: 100% 100%;
}
.liveTurntable .remain-times{
	color: #fff;
	font-size: 14px;
	position: relative;
}
.liveTurntable .remain-times:before {
	content: "|";
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -10px;
}
.liveTurntable .mes_button {
	position: absolute;
	top: 130px;
	right: 0;
	cursor: pointer;
}
.liveTurntable .mes_button .button_style {
	width: 33px;
	height: 83px;
	background-image: linear-gradient(180deg, #DAEBFF 0%, rgba(255,255,255,0.69) 100%);
	font-size: 12px;
	border: 1px solid #FFFFFF;
	border-radius: 12px 0 0 12px;
	color: #7FB0FD;
	padding: 9px;
	text-align: center;
	font-weight: bold;
}
.liveTurntable .havePrize {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 339px;
	height: 351px;
	transform: translate(-50%, -50%);
	background: url('../i/turntable/havePrize-bg.png') no-repeat 50%;
	background-size: contain;
	z-index: 120;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.liveTurntable .havePrize .prizeClose {
	position: absolute;
	top: -20px;
	right: 15px;
	cursor: pointer;
}
.liveTurntable .havePrize .prizeClose .iconfont {
	font-size: 14px;
	color: #999;
}
.liveTurntable .havePrize .prizeMsg{
	margin-top: 30px;
	font-size: 24px;
	color: #6E442D;
	letter-spacing: 1px;
	font-weight: bold;
}
.liveTurntable .havePrize .prizeImg{
	width: 90px;
	height: 90px;
	margin: 15px auto 0;
}
.liveTurntable .havePrize .prizeImg img {
	display: block;
	width: 100%;
	height: 100%;
}
.liveTurntable .havePrize .prizeName{
	color: #9D6D4F;
	font-size: 14px;
	text-align: center;
}
.liveTurntable .havePrize .priseNoBalance{
	color: #333;
	font-size: 14px;
	text-align: center;
}
/* .liveTurntable .havePrize .prizeBottom {
	
} */
.liveTurntable .havePrize .prizeDraw {
	width: 200px;
	height: 42px;
	background-image: linear-gradient(0deg, #FFDEA1 0%, #FEC684 31%, #FFE7BD 75%, #FEFDF9 100%);
	box-shadow: 0 8px 9px 0 #DF371D;
	text-align: center;
	line-height: 42px;
	font-size: 18px;
	color: #6E442D;
	border-radius: 21px;
	font-weight: bold;
	position: absolute;
	bottom: 55px;
}
.liveTurntable .havePrize .prizeDraw img{
	display: block;
	width: 100%;
	height: 100%;
}
.liveTurntable .havePrize .prizeReceive {
	color: #fff;
	font-size: 14px;
	text-align: center;
	position: absolute;
	bottom: 25px;
}
.liveTurntable .turnTableSwiper .swiper-button-prev{
	width: 40px;
	height: 40px;
	left: -125px;
	top: 155px;
	background: url('/static/i/turntable/swiper-left.png') no-repeat center;
	background-size: 100% 100%;
}
.liveTurntable .turnTableSwiper .swiper-button-next {
	width: 40px;
	height: 40px;
	right: -125px;
	top: 155px;
	background: url('/static/i/turntable/swiper-right.png') no-repeat center;
	background-size: 100% 100%;
}
.liveTurntable .turnTableSwiper .swiper-button-prev:after {
	content: "";
}
.liveTurntable .turnTableSwiper .swiper-button-next:after {
	content: "";
}
.liveTurntable .turnTableSwiper .swiper-pagination {
	bottom: -38px;
}
.liveTurntable .turnTableSwiper .swiper-pagination-bullet {
	opacity: .6!important;
	background-color: #fff!important;
}
.liveTurntable .turnTableSwiper .my-bullet-active {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: 1!important;
}
.liveTurntable .prizeCont .prizeBg {
	opacity: 0.4;
	z-index: 101;
}
.liveTurntable .turnTableDetail .modalBg {
	z-index: 1002;
}
.liveTurntable .turnTableDetail .cube {
	z-index: 1002;
}
.liveTurntable .turnTableDetail .detailBg {
	position: absolute;
	top: 0;
	left: 0;
	background: url('../i/turntable/detailBg.png') no-repeat center;
	width: 100%;
	height: 120px;
	background-size: 100% 100%;
}
.liveTurntable .turnTableDetail .turnTableTitle {
	padding-top: 36px;
	text-align: left;
	padding-left: 20px;
}
.liveTurntable .turnTableDetail .modalPopup {
	align-items: flex-start;
}
.liveTurntable .turnTableRecord .modalBg {
	z-index: 1002;
}
.liveTurntable .turnTableRecord .cube {
	z-index: 1002;
}
.liveTurntable .turnTableQrcode .modalBg {
	z-index: 1002;
	opacity: 0.3;
}
.liveTurntable .turnTableQrcode .cube {
	z-index: 1002;
}
.liveTurntable .turnTableRecord .codeImg {
	width: 170px;
	height: 170px;
}
.liveTurntable .turnTableRecord .codeImg img{
	display: block;
	width: 100%;
	height: 100%;
}
.liveTurntable .turnTableTitle {
	text-align: center;
	font-size: 20px;
	margin-bottom: 35px;
	font-weight: bold;
	position: relative;
	z-index: 2;
}
.liveTurntable .turnTableMes {
	max-height: 200px;
	word-break: break-all;
	padding: 0 32px;
	position: relative;
	z-index: 1;
}
.liveTurntable .turnTableMes .mesCnt{
	margin-bottom: 20px;
	white-space: pre-wrap;
	color: #999;
	font-size: 12px;
}
.liveTurntable .turnTableMes .mesTitle{
	color: #333;
	line-height: 1;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
.liveTurntable .turnTableMes .mesTitle:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -12px;
	width: 8px;
	height: 8px;
	border: 2px solid #0097FF;
	border-radius: 50%;
}
.quickLiveRoom .grabWheatPopup .modalBg {
	z-index: 103;
	opacity: 0.7;
}
.quickLiveRoom .grabWheatPopup .cube {
	z-index: 103;
}
/* 密码框 */
.passPopup .cube .modalPopup {
	background-color: #f7f8fa;
}
.passPopup .popupBody {
	display: flex;
    text-align: center;
    width: 100%;
    justify-content: center;
}
.passPopup .passIpt {
	height: 40px;
    display: inline-block;
    background: #FFF;
    margin: 0 10px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.passPopup .passIpt i {
	width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 100%;
}
.passwordPopup .popupBody {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.passwordPopup .popupBody input {
	height: 40px;
    border: 1px solid #E5E5E5;
	border-radius: 4px;
}
.passwordPopup .popupBody .buttonConfirm {
	font-size: 14px;
    background: #4C92FC;
    color: #fff;
    padding: 11px 15px;
    border-radius: 4px;
    margin-top: 20px;
    text-align: center;
	cursor: pointer;
	box-shadow: 0 3px 10px 0 rgba(76,146,252,0.3);
}

/* 评论 */
.commentClose img {
	display: block;
}
.commentBox .commentContent {
	display: flex;
}
.commentBox .commentContent .contentLeft{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.commentBox .commentContent .contentRight{
	display: flex;
	flex-direction: column;
	flex: 1;
	position: relative;
}
.commentBox .commentContent .contentRight .contentLimit{
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #ccc;
}
.commentBox .commentContent .contentRight .commentText{
	width: 100%;
    resize: none;
    background-color: #F8F8F8;
    border: none;
    border-radius: 10px;
	padding-left: 10px;
	padding-right: 60px;
	padding-top: 10px;
	height: 70px;
	font-size: 14px;
}
.commentBox .commentContent .no-login{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f8f8f8;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.commentBox .commentContent .no-login .comment-login{
	border-radius: 8px;
	background-color: #4C92FC;
	color: #fff;
	width: 100px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
}
.commentBox .commentButton{
	background-color: #63A1FC;
    color: #fff;
    padding: 5px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    border-radius: 50px;
    margin-left: auto;
	width: 80px;
	box-sizing: border-box;
}
.commentBox .notContent{
	opacity: 0.6;
}
.commentBox .replayHover:hover{
	color: #4C92FC;
}
.commentBox .specialComment {
	margin-top: 10px;
	font-size: 14px;
}
.commentBox .innerComment .commentList {
	background-color: #f8f8f8;
}
.commentBox .cp20 {
	padding: 20px;
}
.commentBox .innerComment .commentList .item {
	margin-bottom: 0!important;
	flex-direction: column;
}
.commentBox .innerComment .commentList .commentTip {
	padding-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	color: #4C92FC;
}
.commentBox .specialComment .title {
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}
.commentBox .specialComment .commentList {
	display: flex;
	flex-direction: column;
}
.commentBox .specialComment .loadMore {
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
.commentBox .specialComment .noMore {
	text-align: center;
	font-size: 12px;
	color: #ccc;
}
.commentBox .specialComment .commentList .item {
	display: flex;
	margin-bottom: 35px;
}
.commentBox .outReplay .replayText {
	background-color: #F8F8F8;
}
.commentBox .specialComment .commentList .item .rightReplay {
	position: relative;
}
.commentBox .specialComment .commentList .item .rightReplay .replayText{
	width: 100%;
    resize: none;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 70px;
    font-size: 14px;
	height: 45px;
	line-height: 38px;
	border:none;
}
.commentBox .specialComment .commentList .item .rightReplay .replay{
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	color: #999;
}
.commentBox .specialComment .commentList .item .rightReplay .contentLimit{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	color: #ccc;
	font-size: 12px;
}
.commentBox .specialComment .commentList .item .itemLeft {
	width: 40px;
	height: 40px;
}
.commentBox .specialComment .commentList .item .itemRight {
	display: flex;
	flex-direction: column;
	margin-left: 10px;
	flex: 1;
}
.innerComment .commentList .rightInnerLine {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 15px;
}
.commentBox .specialComment .commentList .item .itemRight .rightName {
	color: #587689;
}
.commentBox .specialComment .commentList .item .itemRight .cUser {
	color: #FF3F3C;
}
.commentBox .specialComment .commentList .item .itemRight .rightContent {
	color: #333;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 22px;
	word-break: break-all;
}
.commentBox .specialComment .commentList .item .itemRight .cGray {
	color: #ccc;
}
.commentBox .specialComment .commentList .item .itemRight .rightBottom {
	font-size: 12px;
	color: #999;
	display: flex;
}
.commentBox textarea::-webkit-input-placeholder {
	color: #999;
}
.commentBox textarea:-moz-placeholder {
	color: #999;
}
.commentBox textarea::-moz-placeholder {
	color: #999;
}
.commentBox textarea::-ms-input-placeholder {
	color: #999;
}
.resultBox {
	background: url('../i/living/welfare_result_bg.png') no-repeat center;
	width: 285px;
	height: 455px;
	background-size: 100% 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 100px 40px 30px;
	position: relative;
}
.resultBox .luckGoods{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.resultBox .resultKonw {
	font-size: 14px;
	width: 160px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #FF9D5D;
	color: #FF7B25;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 18px;
}
.resultBox .text {
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 8px;
}
.resultBox .resultCode {
	position: absolute;
	bottom: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #C97147;
	font-weight: bold;
}
.resultBox .icon-guanbi {
	position: absolute;
	right: 15px;
	top: 15px;
}
.welfareBox {
	background: url('../i/living/welfare_bg.png') no-repeat center;
	width: 470px;
	height: 360px;
	background-size: 100% 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 40px;
	padding-top: 110px;
}
.welfareBox .resultImg img{
	width: auto;  
    height: auto;  
    max-width: 100%;  
    max-height: 100%;
}
.welfareBox .item {
	width: 25%;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.welfareBox .item .giftImg {
	width: 40px;
	height: 46px;
	margin-bottom: 10px;
}
.welfareBox .close {
	position: absolute;
    right: -10px;
    top: 5px;
}
.welfareBox .cake {
	animation: move 2.5s .15s linear infinite;;
}
@keyframes move {
	10% {
	  transform: rotate(15deg);
	}
	20% {
	  transform: rotate(-10deg);
	}
	30% {
	  transform: rotate(5deg);
	}
	40% {
	  transform: rotate(-5deg);
	}
	50%,
	100% {
	  transform: rotate(0deg);
	}
}
.welfareBox .welfare-status {
	height: 20px;
	line-height: 20px;
	border-radius: 13px;
	padding: 0 10px;
}
.welfare-status1 {
	color: #fff;
	background-color: #ccc;
}
.welfare-status2 {
	color: #fff;
	background: linear-gradient(180deg,#ff8686, #ff1c1c);
}
.luckGoods {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.livngLuckBox {
	background: url('../i/lottery/luckDrawBg.png') no-repeat center;
	width: 400px;
	height: 440px;
	background-size: 100% 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 80px 40px 30px;
}
.livngLuckBox .drawDisabled {
	background-color: #ccc!important;
}
.livngLuckBox .close {
	position: absolute;
	right: -15px;
	top: -15px;
	color: #fff;
}
.livngLuckBox .luckGoods {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.livngLuckBox .luckTime {
	background-color: #FFF1E5;
	color: #704630;
	min-width: 180px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 14px;
}
/* .goodImg {
	width: 135px;
	height: 90px;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center;
} */
.livngLuckBox .luckTime span {
	color: red;
}
.livngLuckBox .drawButton {
	background-color: #FF5252;
	color: #fff;
	min-width: 180px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 16px;
	cursor: pointer;
}
.livngLuckBox .drawTip {
	color: #6E442D;
}
.lotteryResults {
	background: url('../i/lottery/kjbg.png') no-repeat center;
	width: 320px;
	height: 465px;
	background-size: 100% 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 40px 30px;
}
.lotteryResults .title {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	color: #BD4238;
}
.lotteryResults .resultBottom {
	background: url('../i/lottery/kjbg2.png') no-repeat center;
	width: 320px;
	height: 236px;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.winingListBg {
	background: url('../i/lottery/winListBg.png') no-repeat center;
	width: 430px;
	height: 430px;
	background-size: 100% 100%;
	padding: 75px 0px 75px 50px;
}
.winingListBg .listLine:after {
	content: "";
    position: absolute;
    bottom: -10px;
    left: 60px;
    width: 70%;
    height: 1px;
    background-color: #FDF6E2;
}
.prize-coupon {
	width: 110px;
	height: 90px;
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url("../i/lottery/coupon3.png");
}
.couponType-1 {
	background-image: url("../i/lottery/coupon1.png");
}
.couponType-4 {
	background-image: url("../i/lottery/coupon2.png");
}
.c-trans-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.luckSwiper{
	--swiper-pagination-color: #FF5252;
}
.luckSwiper .swiper-button-next{
	width: 24px;
    height: 24px;
    color: #FFF;
    border-radius: 50%;
	font-weight: bold;
	background-color: #d8d8d8;
}
.luckSwiper .swiper-button-next:after{
	font-size: 10px;
}
.luckSwiper .swiper-button-prev{
	width: 24px;
    height: 24px;
    color: #FFF;
    border-radius: 50%;
	font-weight: bold;
	background-color: #d8d8d8;
}
.luckSwiper .swiper-button-prev:after{
	font-size: 10px;
}
.couponLimit {
	position: absolute;
	left: 50%;
	bottom: 6px;
	transform: translateX(-50%);
}
.couponResult {
	position: absolute;
	left: 50%;
	top: 20px;
	transform: translateX(-50%);
}
.isOneSelf {
	display: flex;
	flex-flow: row-reverse;
}
.isOneSelf .relaName {
	margin-right: 5px;
}
.isOneSelf .c-bg-admin {
	margin-left: 5px;
}
.overallTryTip {
	font-size: 11px;
    padding: 1px 5px;
    color: #4C92FC;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(99,161,252,0.1);
    border: 1px solid #4C92FC;
    border-radius: 2px;
    white-space: pre;
}
.brief-introduction {
	width: 100%;
	height: 100%;
}
.brief-introduction .brief-item{
	margin-bottom: 40px;
}

.brief-introduction .brief-item .item-course {
	display: flex;
	align-items: center;
    cursor: pointer;
    padding: 20px;
}
.brief-introduction .brief-item .item-txt {
	font-size: 14px;
}
.brief-introduction .brief-item .item-course:hover{
	background-color: #F5F9FE;
}
.brief-introduction .brief-item .item-course .item-left {
	width: 120px;
	height: 80px;
	margin-right: 15px;
}
.brief-introduction .brief-item .item-course .item-right {
	width: 430px;
}
.brief-introduction .brief-item .item-course .item-right .item-name {
	margin-bottom: 20px;
}
.brief-introduction .aplayer .aplayer-pic {
	width: 100px!important;
	height: 100px!important;
}
.brief-introduction .aplayer .aplayer-info {
	margin-left: 100px;
}
.brief-introduction .aplayer-volume-wrap {
	display: none;
}
.desc *{
    max-width: 100%;
}
.desc img{
    width: 100%;
    display: block;
}
.desc a{
    color: #4286f3;
}
.desc .item-rich-text span{
    white-space: pre-wrap!important;
}

.review-none {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.review-none img {
	display: block;
	width: 320px!important;
	transform: translateY(-78px);
}


/* 公用弹窗样式 */
.publicPopup .modalBg{
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: #000;
    filter: alpha(opacity=0);
    opacity: .2;
}
.publicPopup .cube {
	position: fixed;
    left: 50%;
    top: 50%;
	z-index: 101;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 8px 0 16px 0 rgb(7 17 27 / 20%);
	padding: 30px 0;
	box-sizing: border-box;
}
.publicPopup .cube .popupClose{
	position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.publicPopup .cube .popupClose .iconfont{
	font-size: 12px;
	color: #999;
	font-weight: bold;
}
.password-box .cube {
	background-color: #fff;
}
.password-box .icon-guanbi {
	color: #999!important;
}
.password-box .password-list {
	display: flex;
	height: 100%;
	justify-content: space-around;
	align-items: center;
	padding: 0 30px;
}
.password-box .password-list .item {
	width: 30px;
	height: 30px;
	background-color: #fff;
	display: flex;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	position: relative;
	border: 1px solid #d9dde1;
}
.password-box .password-list .item span {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #000;
	border-radius: 50%;
}
.password-box .password-list .item .item-cursor {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 60%;
    background-color: #323233;
    transform: translate(-50%, -50%);
	animation: passwordCurosr 1.5s infinite steps(1, start);
}
@keyframes passwordCurosr {
	0%, 100% {
		background-color: #323233;
	}
	50% {
		background-color: transparent;
	} 
}
.password-box .password-set {
	text-align: right;
	color: #4286f3;
	margin-right: 10px;
}
.password-box .password-set a {
	color: inherit;
}

/* // 确认取消框 confirmBox*/

.confirm-box {

}
.confirm-box .cube {
	width: 300px;
	height: 140px;
	background-color: #fff;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.confirm-box .cube .title {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}
.confirm-box .cube .handle-btn {
	display: flex;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.confirm-box .cube .handle-btn .cancel-btn {
	color: #333;
}
.confirm-box .cube .handle-btn .confirm-btn {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
	transition: all .2s;
    border-radius: 6px;
}
.confirm-box .cube .handle-btn .confirm-btn:hover{
	border-color: #66b1ff;
}
.confirm-box .cube .handle-btn .com-btn {
	padding: 6px 15px;
	cursor: pointer;
}


/* 分页器 */
.new-pager {
	display: flex;
	justify-content: center;
}
.new-pager .button-prev {
	margin-right: 10px;
}
.new-pager .button-next {
	margin-left: 10px;
}
.new-pager .button-item {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.new-pager .page-list {
	display: flex;
 }
.new-pager .page-list .item {
	padding: 0 4px;
	display: inline-block;
	font-size: 13px;
	min-width: 35.5px;
	height: 28px;
	line-height: 28px;
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	margin: 0 5px;
	background-color: #f4f4f5;
	color: #606266;
	min-width: 30px;
	border-radius: 2px;
	font-weight: bold;
	transition: all 0.3s;
}
.new-pager .page-list .page-active {
	background: #4d555d !important;
	color: #fff !important;
}

.sign-block {
	background: url('../i/living/sign_bg.png') no-repeat center;
	width: 280px;
	height: 308px;
	background-size: 100% 100%;
	position: relative;
}
.sign-block .close{
	position: absolute;
    right: -20px;
    top: 5px;
}
.sign-container .modalBg {
	z-index: 1001;
	opacity: .4;
}
.sign-container .cube {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sign-container .sign-time { 
	font-size: 42px;
	font-weight: bold;
	margin-top: 115px;
	margin-bottom: 10px;
}
.sign-container .sign-text {
	font-size: 14px;
	color: #999;
}
.sign-container .sign-btn {
	margin-top: 30px;
	color: #fff;
	background-color: #2194ff;
	font-size: 14px;
	border-radius: 20px;
	padding: 10px 60px;
	cursor: pointer;
}
.ckjr-iframe-video {
	height: calc(56.25vw - 0.6rem);
}
.c-pv30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.showIntegrate {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
  }
  .showIntegrate .integrateContent {
	width: 100%;
	left: 0;
	top: 1rem;
	position: relative;
	z-index: 99999;
  }
  .showIntegrate .ints {
	width: 70%;
	position: absolute;
	left: 15%;
	top: 35%;
  }
  .showIntegrate .intsw {
	width: 100%;
	position: absolute;
	left: 0;
	top: 184px;
	z-index: 1000;
  }
  .showIntegrate .money {
	widows: 3rem;
	height: 3rem;
	position: absolute;
	top: -3rem;
	left: -3rem;
	z-index: 999;
	animation: moneyMove 2s linear 0.2s;
	-webkit-animation: moneyMove 2s linear 0.2s;
  }
  @keyframes moneyMove {
	0% {
	  top: -3rem;
	  left: -3rem;
	  width: 3rem;
	  height: 3rem;
	}
	100% {
	  top: 50%;
	  left: 50%;
	  width: 1.5rem;
	  height: 1.5rem;
	}
  }
  
  @-webkit-keyframes moneyMove /* Safari 与 Chrome */ {
	0% {
	  top: -3rem;
	  left: -3rem;
	  width: 3rem;
	  height: 3rem;
	}
	100% {
	  top: 50%;
	  left: 60%;
	  width: 1.5rem;
	  height: 1.5rem;
	}
  }
  .showIntegrate .integrate-main {
	position: absolute;
	width: 640px;
	height: 340px;
	left: 50%;
	top: 50%;
	z-index: 99999;
	transform: translate(-50%, -50%);
	overflow: hidden;
  }