/* 顶部 */
.header {
  position: fixed;
  top: 0;
  width: 19.20rem;
  height: 0.9rem;
  line-height: 0.9rem;
  /*background-image: url("../image/bg_header.png");*/
  background-size: 100%;
  box-sizing: border-box;
  z-index: 9;
  padding: 0 0.2rem;
}
.header .menu {
  width: 6rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 0.24rem;
  margin: 0 auto;

}
.header .icon_fgx {
  width: 0.03rem;
}

.header .btn_fb {
  height: 0.65rem;
  margin-right: 0.2rem;
}
.header .btn_line {
  width: 1.86rem;
}
.header .btn-wrap{
  position: absolute;
  right: 0.4rem;
  top: 0.1rem;
}

/* 底部 */
.footer{
  width: 19.20rem;
  height: 2rem;
  background-image: url('../image/bg_05.png');
  background-size: 100%;
  text-align: center;
  padding-top: 1.3rem;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  z-index: 3;
}
.footer .wftk{
  position: absolute;
  top: 0.7rem;
  left: 5rem;
}
.footer .yszc{
  position: absolute;
  top: 1.1rem;
  left: 5rem;
}
/* 懸浮窗模塊 */
.floating{
  width:2.02rem;
  height: 3.70rem;
  background-image: url('../image/bg_06.png');
  background-size: 100%;
  position: fixed;
  margin-left:17.18rem;
  top: 3rem;
  text-align: center;
}
.floating .btn_bhamt{
  width: 1.54rem;
  margin-top: 1rem;
}
.floating .btn_FB_f{
  width: 1.57rem;
  margin-top: 0.1rem;
}
.floating .btn_kf{
  width: 1.54rem;
  margin-top: 0.1rem;
}

.floating .btn_top{
  width: 0.62rem;
  margin-top: 0.3rem;
}

/* .main1 .wrap img:hover,
.header .btn_fb:hover,
.header .btn_line:hover,
.floating .btn_bhamt:hover,
.floating .btn_FB_f:hover,
.floating .btn_kf:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.pop-game-down .btn_down:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
} */