@charset "UTF-8";
.landscape-wrap{
	overflow-x: hidden;
}

.tip-act-dialog.tip-act-arena-dialog-middle {
	display: inline-block;
	width: 5.8rem;
	height: 4.72rem;
	background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20201230/image/dialog-bg-large.png) no-repeat top center;
	background-size: contain;
}

.tip-act-dialog.tip-act-arena-dialog-small {
	display: inline-block;
	width: 5.8rem;
	height: 2.86rem;
	background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20201230/image/dialog-bg-small.png) no-repeat top center;
	background-size: contain;
}

.tip-act-dialog-close {
	display: inline-block;
	width: 0.84rem;
	height: 0.84rem;
	background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20201230/image/dialog-close.png) no-repeat top center;
	background-size: contain;
}

.tip-act-dialog-title span::before,
.tip-act-dialog-title span::after {
	display: inline-block;
	width: 1.4rem;
	height: 0.44rem;
	background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/dialog-titlte-icon.png) no-repeat top center;
	background-size: contain;
}

.tip-act-navbar-switch a.active::before {
	display: inline-block;
	width: 2.32rem;
	height: 0.84rem;
	background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/tab-sel-act.png) no-repeat top center;
	background-size: contain;
}

a.tip-arena-btn-small-primary,
a.tip-act-dialog-mediumbtn-primary {
	font-family: FZZhengHeiS-DB-GB-;
	display: block;
	width: 2.24rem;
	height: 0.56rem;
	line-height: 0.56rem;
	font-size: 0.24rem;
	font-weight: normal;
	text-align: center;
	color: #fff;
	margin: auto;
	background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/btn-small-primary.png) no-repeat center center;
	background-size: contain;
}

a.tip-act-dialog-mediumbtn-secondary {
	font-family: FZZhengHeiS-DB-GB-;
	display: block;
	width: 2.24rem;
	height: 0.56rem;
	line-height: 0.56rem;
	font-size: 0.24rem;
	font-weight: normal;
	text-align: center;
	color: #fff;
	margin: auto;
	background: url(https://image-1251917893.file.myqcloud.com/2020/Tip-wsq/V3.0/img/btn/secondary_large_btn_icon_bg.png) no-repeat center center;
	background-size: contain;
}

.tip-act-btn-large-primary {
	font-family: FZZhengHeiS-DB-GB-;
	display: block;
	width: 2.24rem;
	height: .56rem;
	line-height: .56rem;
	font-size: 0.24rem;
	font-weight: normal;
	text-align: center;
	color: #fff;
	margin: .32rem auto 0;
	font-size: 0.28rem;
	background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/pvp3.0/image/btn/btn-large-primary.png) no-repeat center center;
	background-size: contain;
}

.tip-act-btn-large-disable {
	font-family: FZZhengHeiS-DB-GB-;
	display: block;
	width: 2.24rem;
	height: .56rem;
	line-height: .56rem;
	font-size: 0.24rem;
	font-weight: normal;
	text-align: center;
	color: #fff;
	margin: .32rem auto 0;
	font-size: 0.28rem;
	background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/btn-large-disable1.png) no-repeat center center;
	opacity: .7;
	background-size: contain;
}

a.tip-arena-btn-small-primary {
	color: #92482C;
}

a.tip-act-dialog-mediumbtn-secondary {
	color: #D0E5FF;
}

a.tip-act-dialog-mediumbtn-primary {
	color: #92482C;
}

.tip-act-lotterybox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 6.2rem;
	height: 5.72rem;
	margin: 0px auto 0;
	position: relative;
}

.tip-act-lotterybox .tip-act-lottery-btn {
	position: relative;
	width: 1.96rem;
	height: 1.8rem;
	background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/animation-1.png) no-repeat top center;
	background-size: contain;
}

.tip-act-lotterybox .tip-act-lottery-btn.disable {
	-webkit-animation: none;
	animation: none;
	width: 1.96rem;
	height: 1.8rem;
	background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/luckydraw-state2.png) no-repeat center center;
	background-size: contain;
}

.tip-act-lotterybox .tip-act-lottery-btn.disable p {
	color: #579BF8;
}

.tip-act-lotterybox .tip-act-lottery-btn p {
	text-align: center;
	font-size: .24rem;
	margin-top: 1.2rem;
	color: #7B1F07;
	font-weight: bold;
}

.tip-act-lotterybox ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: absolute;
	width: 1.96rem;
	height: 1.8rem;
	background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/luckydraw-item.png) no-repeat top center;
	background-size: contain;
}

.tip-act-lotterybox ul li.active {
	width: 1.96rem;
	height: 1.8rem;
	background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/luckydraw-item-sele.png) no-repeat top center;
	background-size: contain;
	-webkit-animation: actOpacity 1s linear infinite;
	animation: actOpacity 1s linear infinite;
}

.tip-act-lotterybox ul li img {
	width: 0.96rem;
	height: 0.96rem;
	-o-object-fit: contain;
	object-fit: contain;
}

.tip-act-lotterybox ul li p {
	font-size: 0.24rem;
	color: #E0EDFF;
	padding: .08rem .08rem 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}

.tip-act-lotterybox ul li:nth-child(1) {
	top: 0;
	left: 0;
}

.tip-act-lotterybox ul li:nth-child(2) {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.tip-act-lotterybox ul li:nth-child(3) {
	top: 0;
	right: 0;
}

.tip-act-lotterybox ul li:nth-child(4) {
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.tip-act-lotterybox ul li:nth-child(5) {
	right: 0;
	bottom: 0;
}

.tip-act-lotterybox ul li:nth-child(6) {
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.tip-act-lotterybox ul li:nth-child(7) {
	left: 0;
	bottom: 0;
}

.tip-act-lotterybox ul li:nth-child(8) {
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

@-webkit-keyframes shine {
	0%,
	100% {
		background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/animation-1.png) no-repeat top center;
		background-size: contain;
	}
	30% {
		background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/animation-2.png) no-repeat top center;
		background-size: contain;
	}
	65% {
		background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/animation-3.png) no-repeat top center;
		background-size: contain;
	}
}

@keyframes shine {
	0%,
	100% {
		background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/animation-1.png) no-repeat top center;
		background-size: contain;
	}
	30% {
		background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/animation-2.png) no-repeat top center;
		background-size: contain;
	}
	65% {
		background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/animation-3.png) no-repeat top center;
		background-size: contain;
	}
}

@-webkit-keyframes actOpacity {
	0%,
	100% {
		opacity: 1;
	}
	30% {
		opacity: 0.9;
	}
	65% {
		opacity: 0.8;
	}
}

@keyframes actOpacity {
	0%,
	100% {
		opacity: 1;
	}
	30% {
		opacity: 0.9;
	}
	65% {
		opacity: 0.8;
	}
}

html {
	background: #1c3a61;
}

body {
	padding-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
}

.go-back {
	position: fixed;
	top: .6rem;
	left: .24rem;
	width: 1rem;
	height: .81rem;
	background: url(https://image-1251917893.file.myqcloud.com/2021/act/pvp/a20210709summerVacation/icon-back.png) no-repeat;
	background-size: .8rem .5rem;
	z-index: 50;
	/*display: none;*/
}

.tip-act-login {
	text-align: center;
	color: #7F9DC9;
}

.tip-act-login a {
	color: #FAD776;
}

.tip-act-toMysuff {
	position: fixed;
	top: .8rem;
	right: .16rem;
	width: 1.16rem;
	height: .36rem;
	display: block;
	text-align: center;
	font-size: .2rem;
	line-height: .36rem;
	color: #fff;
	background: rgba(30, 61, 102, 0.8);
	border: 1px solid #516FA5;
	z-index: 50;
}

.tip-act-rules {
	position: fixed;
	top: .32rem;
	right: .16rem;
	width: 1.16rem;
	height: .36rem;
	display: block;
	text-align: center;
	font-size: .2rem;
	line-height: .36rem;
	color: #fff;
	background: rgba(30, 61, 102, 0.8);
	border: 1px solid #516FA5;
	z-index: 50;
}

.tip-act-arena-title {
	text-align: center;
	font-size: 0.24rem;
	color: #7F9DC9;
	letter-spacing: 0.93px;
	margin: 0 auto 0.35rem;
	line-height: .2rem;
}

.tip-act-arena-lottery .tip-act-arena-title {
	line-height: .32rem;
}

.tip-act-arena-title p {
	margin: 0 .6rem;
}

.tip-act-arena-title a {
	color: #FAD776;
	text-decoration: underline;
}

.tip-act-wrap {
	margin-bottom: 0.2rem;
}

.tip-act-content {
	position: relative;
	padding-top: .12rem;
	background-color: #1F3450;
}

body {
	background-color: #1F3450;
}

.tip-act-navbar-switch {
	margin: 0.22rem auto .24rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	width: 6.3rem;
	height: .64rem;
	background-color: rgba(17, 34, 55, .67);
}

.tip-act-navbar-switch a {
	font-family: FZZhengHeiS-DB-GB-;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 0.64rem;
	font-size: .22rem;
	color: #83AFEB;
	letter-spacing: 0;
	line-height: 0.64rem;
	position: relative;
}

.tip-act-navbar-switch a.active {
	font-size: .22rem;
	color: #fff;
}

.tip-act-navbar-switch a.active::before {
	content: "";
	display: block;
	position: absolute;
	width: 1.52rem;
	height: 0.56rem;
	top: .1rem;
	right: 0rem;
	left: 0;
	margin: auto;
}

.tip-act-navbar-tips {
	text-align: center;
	color: #7F9DC9;
}

.tip-act-navbar-tips span {
	color: #FAD776;
}


/*swiper*/

.tip-act-arena-gift-container {
	margin: 0.3rem 0.5rem;
}

.tip-act-arena-gift-box {
	margin-top: 0.32rem;
}

.tip-act-arena-gift-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 6.3rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 0.16rem;
	padding-left: .24rem;
	padding-right: .24rem;
	height: 1.48rem;
	box-sizing: border-box;
	background-color: rgba(68, 114, 163, .3);
}

.tip-act-arena-gift-item img {
	width: 1rem;
	height: 1rem;
	margin-right: 0.28rem;
}

.tip-act-arena-gift-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 0.3rem 0;
}

.tip-act-arena-gift-text h4 {
	font-family: PingFangSC-Semibold;
	font-size: 0.28rem;
	color: #FAD776;
	letter-spacing: 0.28px;
}

.tip-act-arena-gift-text p {
	font-size: 0.28rem;
	color: #F1F7FF;
	font-size: .22rem;
	letter-spacing: 0.4px;
}

.tip-act-page-btn {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

.tip-act-arena-lottery {
	padding-bottom: 1rem;
}

.tip-act-layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99;
}

.tip-act-dialog {
	position: fixed;
	top: 28%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
	width: 87.2%;
	text-align: center;
	padding: 0.3rem;
	font-size: 0.24rem;
	color: #FEFEFE;
}

.tip-act-dialog-content-rules {
	margin-top: 0.2rem;
	height: 94%;
	text-align: left;
	overflow: auto;
}

.tip-act-dialog-content-rules p {
	margin-bottom: 0.1rem;
}

.tip-act-dialog-title {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 0.5rem;
	line-height: 0.5rem;
	top: -0.6rem;
	font-family: FZZDHJW--GB1-0;
	font-size: 0.36rem;
	color: #FEFEFE;
	letter-spacing: 0.02rem;
	text-align: center;
}

.tip-act-dialog-title span {
	position: relative;
	display: inline-block;
	font-weight: bold;
	height: 100%;
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#ABD7FF));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 0 8px rgba(131, 122, 255, 0.63);
}

.tip-act-dialog-title span::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0.05rem;
	left: -1.5rem;
}

.tip-act-dialog-title span::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0.05rem;
	right: -1.5rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.tip-act-dialog-close {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -1.12rem;
	display: block;
	text-indent: -1000em;
	overflow: hidden;
}

.tip-act-dialog-btn-cont {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tip-act-dialog-btn {
	width: 45%;
	height: 0.86rem;
	display: inline-block;
	margin: 0 2.5%;
	line-height: 0.86rem;
	text-align: center;
}

.tip-act-dialog-tips-text {
	margin: 14% auto 0;
	line-height: 0.4rem;
	text-indent: 2em;
}

.tip-act-dialog-reward-content {
	margin: .4rem auto 0.6rem;
}

.tip-act-dialog-rewardimg {
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	padding: 0.1rem;
	margin: auto;
	border: 1px solid #33A5D3;
	background: #10142F;
	-o-object-fit: contain;
	object-fit: contain;
	margin-bottom: 0.1rem;
}

.tip-act-share-tips {
	width: 2.94rem;
	height: 2.84rem;
	position: fixed;
	top: 0.16rem;
	right: 0.4rem;
	z-index: 100;
}

.tip-act-top{
	position: relative;
	height: 300px;
	background-size: 100% auto!important;
	background-repeat: no-repeat!important;
	/*background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/topbanner-test.jpg) no-repeat;
	background-size: cover;*/
}

.tip-act-top img{
	/*display: none;*/
	width: 649.6px;
	max-width: 649.6px;
	height: 300px;
	margin-left: -5px;
}

.tip-act-top::after {
	content: '';
	position: absolute;
	bottom: .48rem;
	left: 4.2rem;
	width: 1.12rem;
	height: .48rem;
	background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/amn.png) no-repeat;
	background-size: 100% 100%;
	z-index: 10;display: none;
}


/*游戏内H5*/

@media screen and (orientation: landscape) {
	.landscape-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100vh;
		margin: 0 auto;
		overflow-y: hidden;
		/*background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/topbanner-test.jpg) no-repeat;
		background-size: cover;*/
		background-position: 16% 0;
	}
	.tip-act-dialog {
		top: 18%;
	}

	.landscape-wrap .tip-act-login {
		background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/title_bg.png) no-repeat;
		width: 5.48rem;
		height: .44rem;
		background-size: 5.48rem .44rem;
		position: absolute;
		top: .24rem;
		left: 0;
		font-size: .24rem;
		line-height: .44rem;
		padding-left: .2rem;
		text-align: left;
		box-sizing: border-box;
		color: #fff;
	}

	.landscape-wrap .tip-act-top {
		min-width: 7.48rem;
		width: 55%;
		height: 100vh;
		position: relative;
		overflow-y: hidden;
		/* background: transparent; */
		background-repeat: no-repeat!important;
		background-size: auto 100vh!important;
		background-position-x: -1.2rem!important;
		flex: 1;
	}

	.landscape-wrap .tip-act-content {
		flex: 1;
		height: 100vh;
		margin-top: 0;
		padding-top: .62rem;
		overflow-y: auto;
		background-color: rgba(17, 34, 55, 0.4);
		background-image: none;
		/* width: 6rem;
		flex-shrink: 0; */
	}
	.tip-act-arena-gift-container{
		margin: 0.3rem auto;
	}
	.landscape-wrap .tip-act-toMysuff {
		position: absolute;
		top: .22rem;
		right: 1.8rem;
		width: 1.4rem;
    	height: .44rem;
    	line-height: .44rem;
    	font-size: .24rem;
	}

	.landscape-wrap .tip-act-rules {
		position: absolute;
		top: .22rem;
		width: 1.4rem;
    	height: .44rem;
    	line-height: .44rem;
    	font-size: .24rem;
	}

	.landscape-wrap .go-back {
		top: .22rem;
		left: .4rem;
		display: block;
	}

	.landscape-wrap .tip-act-top:after {
		position: fixed;
		bottom: .36rem;
		left: 4.2rem;
	}

	.landscape-wrap .tip-act-navbar-switch {
		margin: 0 auto;
		height: .52rem;
		width: 5.28rem;
		background: rgba(17, 34, 55, 0.67);
		opacity: 0.8;
		border-bottom: none;
	}

	.landscape-wrap .tip-act-navbar-switch a {
		font-size: .24rem;
	}

	.landscape-wrap .tip-act-arena-gift-item {
		margin: 0 auto .16rem;
		padding: 0 .18rem 0 .24rem;
		box-sizing: border-box;
		height: 1.48rem;
		width: 5.28rem;
		background-color: rgba(61, 116, 176, .3);
		background-image: none;
		box-shadow: 0 1px 0 0 #4472a3;
	}

	.landscape-wrap .tip-act-arena-gift-item img {
		width: 1rem;
		height: 1rem;
	}

	.landscape-wrap .tip-act-arena-gift-text h4 {
		font-size: 0.28rem;
	}

	.landscape-wrap .tip-act-arena-gift-text p {
		font-size: 0.22rem;
	}

	.landscape-wrap .tip-act-btn-large-primary {
		width: 2.24rem;
		height: .56rem;
		line-height: .56rem;
		font-size: 0.28rem;
		font-weight: normal;
		background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/pvp3.0/image/btn/btn-large-primary.png) no-repeat center center;
		background-size: contain;
		margin: .32rem auto 0;
		color: #fff;
	}

	.landscape-wrap .tip-act-btn-large-disable {
		width: 2.24rem;
		height: .56rem;
		line-height: .56rem;
		font-size: 0.28rem;
		font-weight: normal;
		color: rgba(255, 255, 255, .7);
		margin: .32rem auto 0;
		background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/btn-large-disable.png) no-repeat center center;
		background-size: contain;
	}

	.landscape-wrap .tip-act-lotterybox ul li {
		width: 1.64rem;
		height: 1.52rem;
		background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/sheet1.png) no-repeat top center;
		background-size: contain;
	}

	.landscape-wrap .tip-act-lotterybox {
		width: 5.2rem;
		height: 5.2rem;
	}

	.landscape-wrap .tip-act-lotterybox .tip-act-lottery-btn p {
		margin-top: 1rem;
	}

	.landscape-wrap .tip-act-lotterybox ul li.active {
		background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/sheet2.png) no-repeat top center;
		background-size: contain;
	}

	.landscape-wrap .tip-act-lotterybox .tip-act-lottery-btn {
		position: relative;
		background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/animation-1.png) no-repeat top center;
		background-size: contain;
		width: 1.64rem;
		height: 1.52rem;
	}

	.landscape-wrap .tip-act-lotterybox .tip-act-lottery-btn.disable {
		-webkit-animation: none;
		animation: none;
		background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/luckydraw-state2.png) no-repeat center center;
		background-size: contain;
		width: 1.64rem;
		height: 1.52rem;
	}

	.landscape-wrap .tip-act-arena-title,
	.landscape-wrap .tip-act-navbar-tips {
		font-size: 0.22rem;
	}

	.landscape-wrap .tip-act-dialog.tip-act-arena-dialog-middle {
		display: inline-block;
		width: 8.54rem;
		height: 5.12rem;
		background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/dialog-bg-large1.png) no-repeat top center;
		background-size: contain;
	}

	.landscape-wrap .tip-act-dialog.tip-act-arena-dialog-small {
		display: inline-block;
		width: 8.54rem;
		height: 5.12rem;
		background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/dialog-bg-large1.png) no-repeat top center;
		background-size: contain;
	}

	.landscape-wrap .tip-act-dialog-close {
		width: 1.96rem;
		height: 0.8rem;
		background: url(https://image-1251917893.file.myqcloud.com/2020/tip-h5-template/business_arena/a20210728/images/dialog-close1.png) no-repeat top center;
		background-size: contain;
		top: 0.2rem;
		right: 0 !important;
		margin: 0;
		left: 6.5rem;
	}

	.landscape-wrap .tip-act-dialog-title {
		left: .68rem;
		top: 0.34rem;
		font-size: 0.28rem;
		text-align: left;
		height: 1rem;
	}

	.landscape-wrap .tip-act-dialog-title span {
		position: relative;
		display: inline-block;
		font-weight: bold;
		height: 100%;
		color: #d9e7fa;
		height: 1rem;
	}

	.landscape-wrap .tip-act-dialog-title span:before,
	.landscape-wrap .tip-act-dialog-title span:after {
		display: none;
	}

	.landscape-wrap .tip-act-dialog {
		color: #82a0cc;
		line-height: .4rem;
	}

	.landscape-wrap .tip-act-dialog-content-rules {
		margin: .5rem auto 0;
		padding: 0 0.5rem 0 1rem;
		height: 78%;
		text-align: left;
		overflow: auto;
	}

	.landscape-wrap .tip-act-navbar-switch a {
		line-height: .54rem;
		height: .54rem;
	}

	.landscape-wrap .tip-act-content:before {
		display: none;
	}

	.landscape-wrap .tip-act-dialog-reward-content {
		margin: 1rem auto -.6rem;
		padding-left: .6rem;
	}

	.landscape-wrap .tip-act-dialog-btn-cont{
		padding-left: 0.6rem;
	}
}

/*# sourceMappingURL=index.css.map */