.gameimg-list{
				position: absolute;
				top: 0;
				z-index: 1000;
			}
			.gameimg-list img {
				width: 100%;
			}
			.hide{
				display: none!important;
			}
			.set{
				width: 100%;
				height: 100%;
				position: absolute;
			}
			.shadow{
				position: fixed;
				top:0;
				left:0;
				background: rgba(0,0,0,1);
				overflow: hidden;
				z-index: 1000;
			}
			.shadow img{
				width: 100%;
				position: absolute;
				top: 6vw;
			}
			@keyframes living {
				0% {
					transform: scale(1);
				}
				50% {
					transform: scale(1.3);
				}
				100% {
					transform: scale(1);
				}
			}
			.downBt{
				width: 7rem;margin: 0 auto 0.3rem;height: auto;
				overflow: hidden;
			}
			.btn_new{
				width: 3.3rem;
				height: 0.85rem;display: block;float: left;
				margin-left: 0.1rem;
			}
			.btn_old{
				width: 3.3rem;
				height: 0.85rem;display: block;float: left;
				margin-left: 0.2rem;
			}
			.top{
				display: flex;  
				justify-content: space-between;
				width: 7rem;
				margin: 0 auto;
			}
			.logoContainar{
				height:100%;padding: 0.15rem 0 0.15rem;
				display: flex;  
			}
			.logoImg{
				/* width: 1rem; */
				height: inherit;
				margin-right: 0.2rem;
			}
			.logoImg img{
				width: 100%;height: 100%;
			}
			.logoTit{
				height:inherit;color: #fff;
				display: flex;
				align-items: center;
			}
			.logoTit p{
				font-family: 'Roboto', sans-serif;
				font-size: 0.4rem;
			
			}
			.logoTit p:nth-child(1){
				font-weight: bold;
			}
			.logoTit p:nth-child(2){
				font-size: 0.1rem;
				margin-top: 0.15rem;
				text-align: center;
				-webkit-animation: living 3s linear infinite;
			}
			.kefuImg{
				height:inherit;
				padding: 0.15rem 0 0.15rem;   
				display: flex;  
				align-items: center;
			}
			.kefuImg img{
				width: 1.5rem;height:auto;
			}
			.title{width: 7rem; margin: 0 auto 0.3rem;text-align: center;}
			.title-text{
				width:7rem; 
				margin: 0 auto 0.3rem;
				text-align: center;
				display: flex;
				justify-content: space-around;
				font-weight: 600;
				font-family:  sans-serif,'Roboto', Arial;
			}
			.title-text img{
				width: 20px;
				height: 20px;
				align-self: center;
			}
			.title-agent{
				width:100%; 
				margin: 0 0px 30px;
				text-align: center;
				font-size: 24px;
				font-family:  sans-serif,'Roboto', Arial;
			}
			.title-agent span{
				font-size: 20px;
				font-weight: 600;
				color: rgb(77, 75, 72);
			}
			.title-agent span strong{
				font-size: 24px;
				font-weight: 800;
				color: rgb(91 144 80);
			}