
/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, input { margin: 0; padding: 0 } 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } 
table { border-collapse: collapse; border-spacing: 0 } 
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } 
fieldset, img { border: 0 } 
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal } 
ol, ul { list-style: none } 
caption, th { text-align: left } 
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal } 
q:before, q:after { content: '' } 
abbr, acronym { border: 0; font-variant: normal } 
sup { vertical-align: text-top } 
sub { vertical-align: text-bottom } 
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit } 
input, textarea, select { *font-size:100% } 
input { background: none; border: none; outline: none; } 

em, i { font-style: normal; } 
.clearfix:after { content: ""; display: block; visibility: hidden; height: 0; clear: both; } 
.clearfix { zoom: 1; } 
img { display: block; width: 100%; } 
.w { width: 100%; } 
.fl { float: left } 
.fr { float: right } 
.pr { position: relative; } 
.pa { position: absolute; } 
a { outline:0 none; text-decoration:none; } 
/*解决iPhone按钮问题*/
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; } 
/*主图弹幕开始*/
body { font-size: 16px; font-family: '\5FAE\8F6F\96C5\9ED1', '\9ED1\4F53', tahoma, sans-serif; margin: 0 auto; background: #ebebeb; position: relative; width: 100%; overflow-x:hidden; } 
img { width: 100%; vertical-align: top; } 
a { -webkit-tap-highlight-color:transparent; tap-highlight-color:transparent; } 

html { -webkit-text-size-adjust: none; }
/* footer */
#afooter { padding: 0.2rem 0; background-color: #000; } 
#afooter p { color: #fff; font-size: 0.2rem; text-align: center; line-height: 0.26rem; } 
#afooter a { color: inherit; } 

.wrap { width:100%; overflow: hidden; position: relative; line-height: 1.6; } 

.f_top{position:fixed !important;position:absolute;right:5px;z-index:1000;bottom:30px !important;bottom:auto;top:auto !important;top:400px;display:block}
@font-face {
    font-family: dinbold;
    src: url('../fonts/DINNextLTPro-Bold.woff') format('woff') ;
  }
  
  @font-face {
    font-family: dinbBoldCondensed;
    src: url('../fonts/DINNextLTPro-BoldCondensed.woff') format('woff') ;
  }
  
  @font-face {
    font-family: dinCondensed;
    src: url('../fonts/DINNextLTPro-Condensed.woff') format('woff') ;
  }
  html { -webkit-text-size-adjust: none; }






.pops{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  display: none;

}
.pop_main{
  width: 6rem;
  height: 4rem;  display: flex; justify-content: center; align-items: center;
  position:absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #ffffff;
  font-size: 0.4rem;
  color: #6b6054;
  text-align: center;
  
}
.pop_close{
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  right: 0rem;
  top: -0.7rem;
  background: url(//game.gtimg.cn/images/yxzj/cp/kic2022/pclose.png) no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
}



