/* reset */
* {
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* address,caption,cite,code,dfn,em,strong,th,var{font-weight:normal;font-style:normal} */
ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

/* h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%} */
a {
  text-decoration: none;
  transition: color 0.2s;
  cursor: pointer;
  outline: 0;
  color: #929392;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body {
  background-color: #fff;
}

/* a:hover{filter:brightness(1.2);} */
q:before,
q:after {
  content: "";
}

.tn {
  display: block;
  overflow: hidden;
  text-indent: -9999em;
}

.hid {
  display: block;
  height: 0;
  overflow: hidden;
}

/* basic */
.c:before,
.c:after {
  content: "";
  display: table;
}

.c:after {
  clear: both;
}

.c {
  zoom: 1;
}

.hide {
  display: none;
}

.ft {
  text-indent: -999em;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

a:hover {
  transform: scale(1.05);
}

a.hove:hover {
  transform: scale(1);
}

fieldset,
img,
abbr,
acronym {
  border: 0;
}

input:focus {
  outline: none;
}

select:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

.bg {
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

.hd {
  display: none;
}

/* jquery-toast */
.jq-toast-wrap {
  z-index: 9999 !important;
}

/*pop */
.pop_Mark {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
}

.pop {
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  top: 50%;
}

.pop_close {
  width: 27px;
  height: 27px;
  position: absolute;
  right: 0px;
  top: -43px;
  transition: all 0.3s;
  z-index: 999;
}

.pop_close1 {
  background-image: url(https://lilithimage.lilithcdn.com/allgames-official-web/dgame/kr/image/close.png);
}

.pop_close2 {
  background-image: url(https://lilithimage.lilithcdn.com/allgames-official-web/dgame/kr/image/close2.png);
}

.pop_close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

/* footer */
.footer {
  width: 100%;
  /* height: 100%; */
  background-color: #000;
  padding: 50px 0 20px 0;

  text-align: center;
}

.bq .jp_logo {
  width: 176px;
  height: 68px;
  /* background: url("https://lilithimage.lilithcdn.com/allgames-official-web/dgame/kr/image/jp_logo.png") no-repeat; */
  margin: 10px auto 0;
}

.bq p {
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: gray;
  margin-top: 15px;
}

/* 以下是废弃的 */
.bq .bq-china {
  text-align: center;
}

.bq a {
  font-size: 14px !important;
  color: gray;
  display: inline-block;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}