*{
	margin: 0;
	padding: 0;
	user-select: none;
}
img{
	pointer-event:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}
.content{
	height: 100vh;
	background: url(../img/bg.png) no-repeat center center;
	background-size: 100% 100%;
}
.logo {
	text-align: center;
	height: 100vh;
}
.logo img{
	width: 1.68rem;
	margin-top: 0.95rem;
}
.logo div img{
	margin-top: 0.2rem;
	width: 2.38rem;
}
.app-bg {
	position: relative;
}
.app-bg .gold-bg{
	width: 4.43rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1rem;
}
.app-bg .gold-left1{
	width: 1.57rem;
	position: absolute;
	left: 0.47rem;
	margin-top: 0.72rem;
	z-index: -2;
}
.app-bg .gold-left2{
	width: 2.27rem;
	position: absolute;
	left: 0.19rem;
	margin-top: 3.33rem;
	z-index: -2;
}
.app-bg .gold-right{
	width: 3.62rem;
	position: absolute;
	right: 0rem;
	margin-top: 2.02rem;
	z-index: -2;
}
.app-bg .gold-list{
	width: 1.25rem;
	position: absolute;
	left: 2.04rem;
	margin-top: 5.07rem;
}
.right-title{
	position: absolute;
	bottom: 2rem;
	right: 0.6rem;
}
.right-title img{
	width: 0.31rem;
}
.open-btn{
	width: 5rem;
	height: 0.9rem;
	line-height: 0.9rem;
	font-size: 0.4rem;
	color: #FFFFFF;
	background: #D20224;
	box-shadow: 0px 0.05rem 0.2rem 0px rgba(175, 0, 29, 0.4);
	border-radius: 0.1rem;
	margin: auto;
	margin-top: 5.77rem;
	text-align: center;
}
.open-btn img{
	width: 0.34rem;
	vertical-align: middle;
	margin-left: 0.08rem;
}
.open-btn span{
	font-size: 0.32rem;
}
.open-text{
	font-size: 0.3rem;
	color: #D20224;
	margin-top: 0.37rem;
	text-align: center;
}
.mask{
	width: 100%;
	height: 6.31rem;
	background: rgba(255,255,255,0.3);
	position: absolute;
	bottom: 1rem;
	z-index: -1;
}
.diaolg-tips{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(34,34,34,.3);
	z-index: 3;
	display: none;
}
.diaolg-tips .diaolg-tips-box{
	position: absolute;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	box-shadow: 0px 1px 10px rgb(34 34 34 / 50%);
	border-radius: 0.1rem;
	text-align: center;
}
.dialog-icon img{
	width: 1.8rem;
	height: 1.8rem;
	margin-top: 0.1rem;
}
.open-browser {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(34,34,34,.8);
    z-index: 3;
    text-align: right;
	display: none;
}
.open-browser img {
    width: 3.01rem;
    margin-right: 0.5rem;
    margin-top: 0.13rem;
}
.bottom-tips{
	height: 1rem;
	background: #FFFFFF;
	padding: 0.26rem 0.36rem;
	padding-right: 0.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0px -0.05rem 0.1rem 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
}
.bottom-left{
	display: flex;
	align-items: center;
}
.bottom-left img{
	width: 0.8rem;
	height: 0.8rem;
}
.bottom-con{
	margin-left: 0.18rem;
}
.bottom-title{
	font-size: 0.26rem;
	color: #6A6A6A;
	font-weight: 400;
}
.bottom-text{
	font-size: 0.26rem;
	font-weight: 500;
	color: #888888;
}
.bottom-right{
	display: flex;
	align-items: center;
}
.bottom-open-text{
	width: 1.2rem;
	height: 0.48rem;
	text-align: center;
	line-height: 0.48rem;
	color: #fff;
	background: #78A8FE;
	border-radius: 0.16rem;
	font-size: 0.3rem;
	margin-right: 0.1rem;
}
.bottom-right span{
	color: #888888;
	font-size: 0.38rem;
	display: inline-block;
	width: 0.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
}