  *{padding: 0;margin: 0;list-style: none;}
html{font-size: 100%;}
body{margin:0;width:100%;font-family: "microsoft yahei","微软雅黑";font-size: 100%; }

p,div,h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:normal;}
ul,ol,dl,dd,dt,li{list-style:none;margin:0;padding:0;}
a,i,b,u,em,strong,span,small{color: #5a5a5a;text-decoration: none;font-weight: 400;font-style:normal;	}

*{padding:0; margin:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-tap-highlight-color: transparent;outline: none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,form,input,font,figure{padding:0;font-family:Microsoft YaHei,Arial,Helvetica, sans-serif;font-size:100%; color:#505050;}
fieldset,img{ border:0; vertical-align:top;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
.lf{float:left;}
.gt{float:right;}
a{ color:#333; text-decoration:none;}
a:link,a:visited{outline:none;}
a:hover{ text-decoration:none;outline:none;}
.clearfix:after{display: block;font-size:0;content: " ";clear: both;height:0; line-height:0;zoom: 1; visibility: hidden;}
input[type="submit"],
input[type="button"],
button {-webkit-appearance: none;outline:0;cursor: pointer;}
i,em{ font-style: normal;}
.main{ width:100%; max-width:720px; min-width:320px; font-size: 1.75em; line-height: 1.75em; overflow:hidden; margin: 0 auto;background: #eee;}
/***********************************媒体查询******************************************/
@media only screen and (max-width: 320px){	.main{ font-size:0.75em;line-height:1.8em;}}
@media only screen and (max-width: 321px)and (max-width: 359px){.main{ font-size:0.75em;line-height:1.8em;}}
@media only screen and (min-width: 360px)and (max-width: 384px){.main{ font-size:0.875em;line-height:1.8em;}}
@media only screen and (min-width: 385px)and (max-width: 400px){.main{ font-size:0.9em;line-height:1.8em;}}
@media only screen and (min-width: 401px)and (max-width: 480px){.main{ font-size:0.9em;line-height:1.8em;}}
@media only screen and (min-width: 481px)and (max-width: 639px){.main{ font-size:1.25em;line-height:1.8em;}}
@media only screen and (min-width: 640px)and (max-width: 719px){.main{ font-size:1.56em;line-height:1.8em;}}
.header{width: 100%;padding-top: 2%;background-color: #fff;}
.header .logo{width: 13%;margin: 0 auto;}
.header .title{width: 82%;line-height: 2.5em;text-align: center;font-size: 1em;font-weight: bold;}
.footer{font-size: .8em;line-height: 3em;text-align: center;}
/** play **/
.play-iframe{width: 100%;height: calc(100vh - 5px)}
iframe{border: none;}
	body, html {
                margin: 0;
                padding: 0;
                width: 100%;
                height: 100%
            }
			 :root {
			                --theme-color: #000;
			                --theme-color-secondary: #999;
			                --theme-color-primary: #4582FF;
			                --theme-background: #fff;
			                --theme-background-secondary: #fff;
			                --theme-content-background: #fff;
			                --border-radius: 8px;
			                --border-radius-sm: 12px;
			                --border-radius-lg: 15px;
			                --font-size-sm: 12px;
			                --font-size-lg: 18px;
			                --font-size-xl: 20px;
			                --play-btn-bg: #fff;
			                --play-btn-color: #fff;
			                --play-btn-padding-top-bottom: 4px;
			                --play-btn-padding-left-right: 24px;
			            }
			
			            body {
			                background-color: var(--theme-background);
			                font-family: Helvetica;
			            }
			
			            .play-btn {
			                display: inline-block;
			                text-align: center;
			                font-size: var(--font-size-sm);
			                font-weight: 500;
			                line-height: 17px;
			                color: var(--play-btn-color);
			                border-radius: var(--border-radius-sm);
			                background-color: var(--play-btn-bg);
			                padding: var(--play-btn-padding-top-bottom) var(--play-btn-padding-left-right);
			            }
			
			            .play-btn.is-primary {
			                background-color: var(--theme-color-primary);
			            }
			
			            .ellipsis {
			                overflow: hidden;
			                text-overflow: ellipsis;
			                white-space: nowrap;
			            }
			
			            .text-center {
			                text-align: center;
			            }
			
			            * {
			                -webkit-tap-highlight-color: transparent;
			            }
			
			            body, html {
			                margin: 0;
			                padding: 0;
			                width: 100%;
			                height: 100%
			            }
.mainStyle {
	
			display: flex;
			overflow-x: hidden;
			flex-direction: column;
			align-items: center;
			width: 100%;
			min-height: calc(100vh - 125px);
			display: block;
			
		}
.mainStyle	.gamebox {
		--nav-block-background: #1fb3ff;
		--hotGame-margin: 8px 0;
		--hotGame-border-radius: 15px;
		--hotGame-heigth: 4.6rem;
		margin: auto;
		min-width: 320px;
		max-width: 450px;
		margin: 0 auto;
	}
		.firstPageHeader {
				     overflow: hidden;
				     position: relative;
				     margin: 10px auto;
				     border-radius: 10px;
				     width: calc(100% - 20px);
				     height: 232px;
				     font-family: Helvetica;
				     background: rgb(0, 0, 0, 0.2);
				 }
				 .other{
					 box-sizing: border-box;
					     display: flex;
					     position: absolute;
					     bottom: 0;
					     flex-direction: column;
					     align-items: center;
					     border-radius: 10px;
					     width: 100%;
					     height: calc(100% - 120px);
						 padding: 25px 10px 0;
				 }
				 #play {
				     border-radius: 32px;
				     width: 100%;
				     height: 55px;
				     line-height: 55px;
				     background: #ff9901;
				     box-shadow: 0 4px 0 #b15c00;
				     text-align: center;
				     font-weight: bold;
				     font-size: 20px;
				     color: #fff;
				     -moz-box-shadow: 0 4px 0 #b15c00;
				     -webkit-box-shadow: 0 4px 0 #b15c00;
				 }
				 .firstPageHeader .icon {
				     box-sizing: border-box;
				     overflow: hidden;
				     margin: 10px;
				     border: 5px solid #fff;
				     border-radius: 100%;
				     width: 64px;
				     height: 64px;
				 }
				 .top-co {
					 display: flex;
					     position: absolute;
					     top: 0;
					     flex-direction: row;
					     justify-content: center;
					     align-items: center;
					     border-radius: 10px;
					     width: 100%;
					     height: 120px
				 }
				 .firstPageHeader .content {
				     display: flex;
				     overflow: hidden;
				     flex-direction: column;
				     justify-content: flex-start;
				     align-items: flex-start;
				     flex: 1;
				     margin-right: 4px;
				     height: 100%;
				 }
				
				 .firstPageHeader .content h1{
					 box-sizing: border-box;
					     margin-block-start: 0px;
					     margin-block-end: 0px;
					     margin-inline-start: 0px;
					     margin-inline-end: 0px;
					     margin-top: 45px;
					     padding: 0 4px;
					     border-radius: 20px;
					     width: 100%;
					     line-height: 28px;
					     max-height: 56px;
					     text-align: left;
					     font-weight: bold;
					     font-size: 20px;
					     color: #fff;
					     overflow: hidden;
					     text-overflow: ellipsis;
					     display: -webkit-box;
					     -webkit-box-orient: vertical;
					     -webkit-line-clamp: 2;
				 }
				 .top-bg{
					 position: absolute;
					     left: 0;
					     right: 0;
					     top: 0;
					     bottom: 0;
					     z-index: -1;
					     background-size: cover;
					     filter: blur(10px);
				 }
			.firstPageHeader .count {
				display: block;
				width: 100%;text-align: right;
		    
		}
		 .trembling {
		      animation: trembling 3s linear infinite backwards;
		      -webkit-animation: trembling 3s linear infinite backwards;
		      -moz-animation: trembling 3s linear infinite backwards
		    }
		
		    @-webkit-keyframes trembling {
		      26% {
		        transform: rotate(0deg) scale(1);
		        -webkit-transform: rotate(0deg) scale(1)
		      }
		
		      28% {
		        transform: rotate(-2deg) scale(1.04);
		        -webkit-transform: rotate(-2deg) scale(1.04)
		      }
		
		      32% {
		        transform: rotate(1deg) scale(1.01);
		        -webkit-transform: rotate(1deg) scale(1.01)
		      }
		
		      34% {
		        transform: rotate(-2deg) scale(1.02);
		        -webkit-transform: rotate(-2deg) scale(1.02)
		      }
		
		      36% {
		        transform: rotate(3deg) scale(1);
		        -webkit-transform: rotate(3deg) scale(1)
		      }
		
		      39% {
		        transform: rotate(-1deg) scale(1);
		        -webkit-transform: rotate(-1deg) scale(1)
		      }
		
		      44% {
		        transform: rotate(0deg) scale(1);
		        -webkit-transform: rotate(0deg) scale(1)
		      }
		    }
		
		    @keyframes trembling {
		      26% {
		        transform: rotate(0deg) scale(1);
		        -webkit-transform: rotate(0deg) scale(1)
		      }
		
		      28% {
		        transform: rotate(-2deg) scale(1.04);
		        -webkit-transform: rotate(-2deg) scale(1.04)
		      }
		
		      32% {
		        transform: rotate(1deg) scale(1.01);
		        -webkit-transform: rotate(1deg) scale(1.01)
		      }
		
		      34% {
		        transform: rotate(-2deg) scale(1.02);
		        -webkit-transform: rotate(-2deg) scale(1.02)
		      }
		
		      36% {
		        transform: rotate(3deg) scale(1);
		        -webkit-transform: rotate(3deg) scale(1)
		      }
		
		      39% {
		        transform: rotate(-1deg) scale(1);
		        -webkit-transform: rotate(-1deg) scale(1)
		      }
		
		      44% {
		        transform: rotate(0deg) scale(1);
		        -webkit-transform: rotate(0deg) scale(1)
		      }
		    }   										
.gamebox .hotGame {
height: var(--hotGame-heigth);
width: 100%;
border-radius: var(--hotGame-border-radius);
box-shadow: 0 3px 18px 0 rgb(0 0 0 / 16%);
margin: var(--hotGame-margin);
}
.hotGame img {
width: 100%;
height: 100%;
border-radius: var(--hotGame-border-radius);
object-fit: cover;
display: block;
}
  .flexCenter {
                display: flex;
                justify-content: center;
                align-items: center;
				width: 100%;
				height: 100%;
				background: none;
				border: none;
				font-size: 25px;
				    text-decoration: none;
				    color: #fff;
				    font-weight: bolder;
            }

           .nav-block {
                height: 1rem;
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                background: #ced0cf;
                border-radius: 8px;
                box-shadow: 0 3px 18px 0 rgb(0 0 0 / 16%);
				
            }
			.app-box {
				padding-bottom: 20px;
				min-width: 320px;
				max-width: 450px;
				margin: auto;
			}
.crossPromotion{
    box-sizing: border-box;
    height: var(--crossPromotion-height);
    width: calc(100% - 20px);
    margin: 10px auto;
    padding: 10px 20px 0 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 18px 0 rgb(0 0 0 / 16%);
    display: flex;
    flex-direction: column;
    font-family: Helvetica;
    background: var(--crossPromotion-bg-color);
}
.crossPromotion > h2 {
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: var(--theme-color);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
 .box-line {
    margin-top: 10px;
    height: 1px;
    background: #e3e3e5;
}
.crossPromotion .list-a {
	position: relative;
    margin: 4px 2px;
    display: flex;
    width: calc((100% - 20px) / 4);
    height: 40%;
    justify-content: center;
    align-items: center;
}
.crossPromotion .clickEnlarge {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid rgb(0 0 0 / 16%);
	}
#crossPromotionList {
	    flex: 1;
	    display: flex;
	    flex-direction: row;
	    justify-content: center;
	    align-items: center;
	    flex-wrap: wrap;
	    padding: 10px 0;
	}
.titleContent {
    box-sizing: border-box;
    min-height: 90px;
    width: calc(100% - 20px);
    margin: 10px auto;
    padding: 10px 20px 0 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 18px 0 rgb(0 0 0 / 16%);
    display: flex;
    flex-direction: column;
    font-family: Helvetica;
    background: var(--titleContent-bg-color);
}
.titleContent>h2 {
    min-height: 19px;
    max-height: 39px;
    font-size: 18px;
    font-weight: bold;
    color: var(--theme-color);
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.titleContent  p {
    font-size: 12px;
    white-space: pre-line;
    line-height: 18px;
    padding-bottom: 10px;
    margin-top: -7px;
    color: var(--titleContent-content-color);
}
.history {
	width:20px;
	position: absolute;top: 0;
	right: 0;
}
.ads-box {
	text-align: center;
	display: block;width: 100%;
}