html{min-width: 320px;}
body {margin:0; padding:0; font:12px"\5B8B\4F53",sans-serif;background:#ffffff;font-family:微软雅黑;background: ghostwhite;min-width: 320px;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0;}
table,td,tr,th{font-size:12px;}
li{list-style-type:none;}
img{vertical-align:top;border:0;}
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:12px; font-weight:normal;}
address,cite,code,em,th {font-weight:normal; font-style:normal;}
button{font-family:微软雅黑;}
a{text-decoration: none;}
html
	{
		height: 100%;
		width: 100%;
	}
body{
	width: 100%;
	height: 100%;
	position: relative;
	background: white;
	background-size: 100% auto;
}
.back{
	position: absolute;
	top: 0;
	left: 0;
	width: 20vw;
	height: 20vw;
	background: none;
}
.back2{
	position: absolute;
	top: 0;
	left: 0;
	width: 12vw;
	height: 12vw;
	background: none;
}
.back3{
	position: absolute;
	top: 0;
	right: 0;
	width: 12vw;
	height: 12vw;
	background: none;
}
.kuang{
	background: none;
	border: none;
	width: 56vw;
	margin-top: 3vw ;
	margin-left: 13vw;
	line-height: 8vw;
	height: 8vw;
	color: black;
	font-size:14px
}
.kuang :focus {
    box-shadow: 0 0 5px rgba(0,0,0,0.1); /* 添加阴影效果 */
    border: none;
     outline: 2px dashed red;
}
.click{
	background: none;
	border: none;
	width: 100vw;
	margin-top:16vw ;
	height: 40vw;
	color: black;
	font-size:14px
}
.shuru{
	/* display: none; */
	width: 100%;
	height: 100%;
	position: relative;
	background: white no-repeat;
	background-image:url('cdn/shentu/mini/images/uploads/20251003/a43cc5b0be5a3b85a11d7a8d748a31b9.jpg');
	background-size: 100% auto;
}

/*红包弹出效果*/
.lingqu{
	position: fixed;
	left: 100%;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	/* position: relative; */

	background: white no-repeat;
	background-image:url('cdn/shentu/mini/images/uploads/20251003/11a3cb39b89ad785d79d8f8097bc95b2.jpg');
	background-size: 100% auto;
}
.redout {
	width:100%;
	height:100%;
    background:rgba(0,0,0,0.6) ;
	background-size: 100% auto;
	position:absolute;
	top: 0;
	left: 0;
	*zoom:1;
	z-index:30;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	visibility: hidden;
	scrollbar-face-color: #32CD32;

}
 .txz {
	width:2.4rem;
	border-radius: .1rem;
	padding: 0 0;
	z-index: 100;
	position: relative;
	background: #b41b3a;
	text-align: center;
	overflow: hidden;
}
.redbc{
	width: 100%;

	position: relative;
	top: 0px;
}
.rt {
	font-size:.22rem;
	width:90%;
	padding: 0 5%;
	color:burlywood;
	line-height:.22rem;
	text-align:center;
	position: absolute;
	top:2.5rem ;
}
.rr {
	font-size:.14rem;
	width:90%;
	padding: 0 5%;
	color:burlywood;
	line-height:.22rem;
	text-align:center;
	position: absolute;
	top:2.8rem ;
}
.dongdong{
    position: relative;
    top: -.3rem;
}
.open{
    width: .6rem;
    display: block;
    margin: 0 auto;
    border-radius: .8rem;
}
.info{
	text-align: center;
	display: none;
	margin-top: .1rem;
    margin-bottom: -.4rem;
}
.touxiang{
	width: .6rem;
	border-radius: .05rem;
}
.titleout
{
	width: 100%;
	text-align: center;
}
.title
{
	display: inline-block;
	font-size: .14rem;
	line-height: .28rem;
	color: black;
	background: url(../img/axw.png) no-repeat;
	background-size: auto .16rem;
	background-position: 0 .06rem;
	padding-left: .2rem;
	margin: px auto ;
}
.buzhou
{
	font-size:.12rem;
	color: darkgray;
	line-height: .2rem;
	margin: 1px auto ;
	text-align: center;
	width: 100%;
}
.buzhou strong
{
	color: white;
}
.scancode{
	width: 1rem;
}
.replay {
    width: 60%;
	line-height: .4rem;
	box-shadow: 0px 16px 47px -15px black;
	background: #FF0050;
	text-align: center;
	margin: .1rem auto 0 auto;
	color:white;
	font-size: .14rem;
	border-radius: 0.4rem;
}
.t
{
	-webkit-animation: big 1s ease 0s;
    animation: big 1s ease 0s ;
	z-index: 200;
}
    @-webkit-keyframes big {
        0% {  -moz-transform:scale(0.2,0.2);
              -webkit-transform:scale(0.2,0.2);
              -o-transform:scale(0.2,0.2);
              transform-origin: center;
            }

        50%{ -moz-transform:scale(1.1,1.1);
              -webkit-transform:scale(1.1,1.1);
              -o-transform:scale(1.1,1.1);
              transform-origin: center;

        	}
        100% {
        	  -moz-transform:scale(1,1);
              -webkit-transform:scale(1,1);
              -o-transform:scale(1,1);
              transform-origin: center;
            }
    }
.pairotatetwo{
	transition: 1500ms;
	transform:rotateY(360deg);
	-webkit-transition: 1500ms;
	-webkit-transform:rotateY(360deg);
	-moz-transition: 1500ms;
	-moz-transform:rotateY(360deg);
	-o-transition: 1500ms;
	-o-transform:rotateY(360deg);
}
.paynow
{
	-webkit-animation: pointRadius 1s ease 0s infinite;
    animation: pointRadius 1s ease 0s infinite;
}
    @-webkit-keyframes pointRadius {
        0% {  -moz-transform:scale(1.1,1.1);
              -webkit-transform:scale(1.1,1.1);
              -o-transform:scale(1.1,1.1);
              transform-origin: center;
            }

        50%{-moz-transform:scale(1,1);
              -webkit-transform:scale(1,1);
              -o-transform:scale(1,1);
              transform-origin: center;
        	}
        100% {  -moz-transform:scale(1.1,1.1);
              -webkit-transform:scale(1.1,1.1);
              -o-transform:scale(1.1,1.1);
              transform-origin: center;
            }
    }
/*虚拟到账提示*/
.getmoney
{
    width: 90%;
    padding: 20px 2%;
    background: white no-repeat;
    background-image: url(../img/axw.png);
    background-size: 30px 30px;
    background-position: 20px 25px;
    position: absolute;
    top: -100px;
    left: 3%;
    border-radius: 6px;
    z-index: 99999;
	border: 2px solid whitesmoke;
}
.getmoney p
{
	margin-left: 45px;
	line-height: 20px;
}
.result2
{
	font-weight: bold;
	color: #C2A474;
}
