@charset "utf-8";
/* CSS Document */
body,
section,
article,
aside,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
textarea,
input,
select,
form {
  margin: 0;
  padding: 0;
}
body,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #000;
  text-decoration: none;
}
em,
i {
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: 0;
  display: block;
}
input,
button {
  -webkit-appearance: none;
  outline: none;
}
/*设置IOS页面长按不可复制粘贴，但是IOS上出现input、textarea不能输入，因此将使用-webkit-user-select:auto;*/
* {
  -webkit-touch-callout: none; /*系统默认菜单被禁用*/
  -webkit-user-select: none; /*webkit浏览器*/
  -khtml-user-select: none; /*早期浏览器*/
  -moz-user-select: none; /*火狐*/
  -ms-user-select: none; /*IE10*/
  user-select: none;
}
input,
textarea {
  -webkit-user-select: auto; /*webkit浏览器*/
  margin: 0px;
  padding: 0px;
  outline: none;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: "Microsoft YaHei", 微软雅黑;
  overflow: hidden;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hide {
  display: none;
}
.tips {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}
#float_box {
  position: fixed;
  top: 60px;
  left: 0px;
  width: 54px;
  height: 54px;
}
.ly-game-float-start {
  position: absolute;
  top: 0px;
  left: -13px;
  width: 54px;
}
/*#float_box{*/
/*    display: none;*/
/*}*/
#ly_float_float_btn {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 20;
}
#ly_float_start {
  position: relative;
  width: 54px;
  height: 54px;
  box-sizing: border-box;
  z-index: 10;
}
#ly_float_pic {
  position: relative;
  width: 54px;
  height: 54px;
  z-index: 10;
  display: none;
}
#ly_float_pic img,
#ly_float_start img {
  width: 54px;
  height: auto;
}
.ly-game-float-menu-box {
  position: absolute;
  top: 20%;
  left: 14px;
  height: 44px;
  border-radius: 22px;
  border: 1px solid #fde898;
  padding-left: 16px;
  background: #4a3e33;
  width: 246px;
  box-sizing: border-box;
}
.ly-game-float-menu-box li {
  position: relative;
  float: left;
  padding: 6px 13px;
  box-sizing: border-box;
}
.ly-game-float-menu-box li:after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  width: 1px;
  height: 60%;
  background: #fde898;
}
.ly-game-float-menu-box li:last-child:after {
  display: none;
}
.ly-game-float-menu-box:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ly-game-float-icon {
  width: 14px;
  margin: 0 auto;
}
.ly-game-float-icon img {
  width: 100%;
  height: auto;
}
.ly-game-float-tit {
  width: 50px;
  margin-top: 2px;
  font-size: 12px;
  color: #fff9c8;
  text-align: center;
}

/* 大修改 @pang 2021.6.21 */
#open_box_cotent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18rem;
  height: 18rem;
  margin-top: -9rem;
  margin-left: -9rem;
  z-index: 2000;
  border-radius: 0.5rem;
  overflow: hidden;
}
#open_box_cotent iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#iframe_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  border: none;
}
#open_close_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.8rem;
  padding: 0.4rem 0.8rem;
  z-index: 10;
}

/* 新增媒体查询 */
@media screen and (min-width: 500px) {
  #open_box_cotent {
    width: 10rem;
    height: 9rem;
    margin-top: -4.5rem;
    margin-left: -5rem;
    z-index: 2000;
    border-radius: 0.5rem;
  }
  #open_close_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.4rem;
    padding: 0.4rem 0.8rem;
    z-index: 10;
  }
}
