* {
    margin: 0;
    padding: 0;
    color: #fff;
    box-sizing: border-box;
    font-size: 14px;
    font-family: "Montserrat-SemiBold";
}
:root{
    --bg: url("../imgs/back.png");
    --defaultColor: #333;
    --globalColor: '#0362f1'
}
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
}
body::before {
    position: fixed;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: var(--bg);
    background-size: 100%;
    width: 100%;
    height: 100%;
}
a {
    color: #333;
    text-decoration: none;
}
blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: capitalize;
    color: var(--defaultColor);
}
.layui-btn, .layui-edge, .layui-inline, img {
    vertical-align: middle;
}
.games {
    margin: 24px 0;
}
img {
    border: none;
}
.main {
    max-width: 900px;
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
}


/* 回到顶部 */
.top_lea {
    display: none;
    cursor: pointer;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, .2);
    width: 50px;
    height: 50px;
    background: var(--globalColor);
    border-radius: 25px;
    position: fixed;
    right: 15px;
    bottom: 162px;
    z-index: 9999;
}
.top_lea img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
}

/* 弹框样式 */
.custom-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 12px 24px;
  border-radius: 10px;
  font-size: 16px;
  z-index: 99999999999;
  display: none;
}

/* 隐私条款 */
.comCon{
    margin-top: 24px;
    padding: 16px 18px;
    background: #1d4188;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, .3);
    border-radius: 6px;
    margin-bottom: 24px;
    max-height: 500px;
    overflow-y: auto;
}
.comCon .crumb {
    display: flex;
    align-items: center;
    color: #95bfff;
}
.comCon .crumb>a {
    margin-right: 2px;
    color: #95bfff;
}
.comCon>h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
/* Users Agreement */