
.out-mask{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 50;
}
.out-panel{
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    width: 80%;
    margin: 0 auto;
    max-width: 660px;
    padding: 15px 15px 0;
}
.out-panel .out-close{
    position: absolute;
    right: 20px;
    top: -20px;
    width: 40px;
}
.out-panel .out-bg{
    width: 100%;
}
.out-panel .rule-open{
    position: absolute;
    display: inline-block;
    width: 50%;
    text-align: center;
    height: 1rem;
    font-size: 0.35rem;
    line-height: 1rem;
    max-height: 30px;
    bottom: 15%;
    left: 25%;
    color: #80787c;
}
.out-panel .game-down{
    position: absolute;
    display: block;
    width: 50%;
    bottom: -40px;
    left: 25%;
}

.out-panel .game-down img{
    width: 100%;
}
.textBox {
	margin: 0.2rem 0.2rem 0.15rem;
}
.textBox .title {
	font-size: 16px;
	color:#000;
	margin:  0 0 0 0.1rem;
}
.textBox .text {
	font-size: 12px;
	color:#898989;
	margin:  0.1rem 0 0.3rem 0.1rem;	
}
.textBox img,.inner img {
	width: 100%;
}
.inner {
	margin:  0 0.1rem 0;
}
.inner h2 {
	margin: 0 0 0.3rem;
}
.inner .ulList li {
	margin-bottom: 0.2rem;
	width: 49%;
	float: left;
}
.inner .ulList li:nth-child(2n) {
	float: right;
}
.inner .ulList li span {
	font-size: 13px;
	line-height: 0.7rem;
	color:#333;
}
.inner .img {
	margin: 0.7rem 0.1rem 0;
}
.text2 {
	margin: 0 0 0.3rem;
	text-align: center;
	font-size: 0.5rem;
	color:#f00;
}

.stop-btn {
    display: none;
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.8);
  background-color: rgba(0,0,0,0.1);
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stop-btn::before {
    display: none;
  content: '';
  border-width: 9px 18px;
  border-style: solid;
  border-color: transparent transparent transparent white;
  border-right-width: 0;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 4px;
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #0c0c0c;
}

.Box-top {
    position: relative;
    width: 100%;
    height: 100%;
}

.top-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /* 将视频放置在背景之后 */
}

#qrcode {
    width: 200px;
    height: 200px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: absolute;

    transform: translate(-50%, -50%);
    z-index: 1;
    /* 将二维码放置在视频之上 */
    bottom: 50px;
    /* 距离底部 20px */
    left: 160px;
    /* 距离左侧 20px */
}
/* 弹窗的样式 */
.modal {
    display: none;
    /* 默认隐藏 */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    /* 背景颜色和透明度 */
    justify-content: center;
    align-items: center;
}

/* 弹窗内容的样式 */
.modal-content {
    background-color: rgba(255, 255, 255, 0.038);
    opacity: 0.9;
    margin: auto;
    padding: 0px;
    border: 0px solid #888;
    width: 90%;
    max-width: 300px;
    /* 限制弹窗内容的最大宽度 */
    text-align: center;
}

/* 图片样式 */
.modal-content img {
    max-width: 100%;
    height: auto;
}


#iosshow {
    z-index: 999999;
    display: none;
    position: fixed;
    right: 3%;
    top: 51%;
    transform: translateY(-50%);
    background-color: #007bffba;
    color: #fff;
    pointer-events: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    
    background-size: 100% auto;
    background-position: center;

}
.logo{
    position: absolute;
            top: 8%;
            left: 30%;
            transform: translate(-50%, -50%);
            z-index: 2; /* 将额外的图片放置在最顶层 */
            width:120px;
            height: auto;
         
            
}
.title-text{
    position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 2; /* 将额外的图片放置在最顶层 */
            width:700px;
            height: auto;
            opacity: 0.9;
            
}
.kefu{
    position: absolute;
        top: 30%;
        left: 5%;
        transform: translate(-50%, -50%);
        z-index: 2; /* 将额外的图片放置在最顶层 */
        width:90px;
        height: auto;
        
}