.text-limit-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.text-limit-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.text-limit-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.text-limit-4{
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}


.search-btn {
    cursor: pointer;
}

.search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.search__mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.search__main {
    position: absolute;
    top: 50%;
    right: 0;
    background: white;
    padding: 20px;
    width: 80%;
    /* max-width: 600px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.return {
    cursor: pointer;
    border: none;
    background: none;
}


.top__main {
    display: flex;
    align-items: center;
}

input[type="text"] {
    flex: 1;
    padding: 10px;
    margin-right: 10px;
}

.common-btn {
    cursor: pointer;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.common-btn img {
    margin-right: 5px;
}

.normal__img {
    width: 160px;
    height: 160px;
}

.normal__span {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.normal__h5 {
    text-align: center;
    background-color: #ffeb3b;
    padding: 5px;
    border-radius: 5px;
}

/* header */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    padding: 20px 20px;
    max-width: 1200px;
    margin: auto;
}


.nav-links {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-links li {
    margin-right: 20px;
}

.nav-links li a {
    color: #5d554e;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.line1,
.line2,
.line3 {
    width: 22px;
    height: 2px;
    background-color: #333;
    margin: 2px;
}

.logo img {
    max-width: 180px;
    max-height: 45px;
}

@media screen and (max-width: 768px) {

    .nav-links {
        display: none;
        flex-direction: column;
        /* 将导航链接改为纵向布局 */
        background-color: #fff;
        /* 为导航链接添加背景色 */
        padding: 10px;
        /* 为导航链接添加内边距 */
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 9999;
        padding-top: 60px;
        height: 100vh;
    }

    .navbar {
        padding: 3px 20px;
    }

    .logo img {
        max-width: 180px;
        max-height: 25px;
    }

    .nav-links.nav-active {
        display: flex;
        position: fixed;
    }

    .nav-links li {
        margin: 10px 0;
        /* 调整导航链接的上下间距 */
    }

    .burger {
        display: flex;
    }

    .toggle {
        position: fixed;
        z-index: 9999;
        right: 20px;
        font-size: 24px;
        top: 20px;
    }
}



.logo img {
    max-height: 45px;
    max-width: 180px;
}

/* menu */
.dialog {
    display: none; /* 隐藏菜单 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }

  .dialog__main {
    background: white;
    width: 80%;
    height: 100%;
    margin-left: auto;
  }

  .top__menu .href {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: fff;
  }

  .top__menu .href:hover {
    background-color: #f0f0f0;
  }

  .top__title {
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
  }

  /* home */
  .home .list span,
  .normal__span[data-v-f5af510e]{
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
  }

  #Casino .large[data-v-1f93b1e2]{
    height: 276px;
    grid-row-end: 3;
  }

  .more__info[data-v-6aacbc01]{
    padding: 0;position: relative;
  }
  .more__info[data-v-6aacbc01]:before {
    background: linear-gradient(180deg, rgba(255, 255, 30, 0) 35.03%, #faa31a 110.48%);
    border-radius: inherit;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}
.more__info[data-v-6aacbc01]:hover {
    box-shadow: 0 20px 40px 0 rgba(0,0,0,.6);
    transform: scale(1.14) translateY(-18px);
    transition: transform .3s,box-shadow .3s;
    z-index: 1
}
.game .list .area__info .explain[data-v-1dfbe658]{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

#gameList{
}

@media (max-width:768px) {
    .game .list .area__info .explain[data-v-1dfbe658]{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }


}