/* Consolidated stylesheet: leisure.css. Generated from legacy CSS files. */

/* ===== index.css ===== */
@charset "UTF-8";


/* ===== leisureheader.css ===== */
.site-header-leisure #header {
    position: relative;
    display: block;
    width: 100%;
    height: 29.74vw;
    min-height: 818px;
    background: url(../images/leisureBg.jpg) no-repeat center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* /* background-size: 100% auto; */

    /* background: linear-gradient(to bottom, rgb(222,234,243) 0%,  white 100%); */

}

.site-header-leisure #header .site-header__top {
    /* background: url(../images/top.png) no-repeat center top;
    background-size: 100% 100%; */
    border: 1px solid #FFFFFF;
}

.site-header-leisure #header .site-header__top .site-header__inner {
    /*width: 1426px;*/
    width: 1590px;
    height: 87px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-header-leisure #header .site-header__top .site-header__inner .logo {
    height: 67px;
}

.site-header-leisure #header .site-header__top .site-header__inner .search-group {
    display: flex;
    align-items: center;
}

.site-header-leisure #header .site-header__top .site-header__inner .search-group .search {
    width: 405px;
    height: 40px;
    border: 1px solid #2f7084;
    border-radius: 100px;
    display: flex;
}

.site-header-leisure #header .site-header__top .site-header__inner .search-group .search input {
    background: none;
    border: none;
    flex: 1;
    padding: 0 16px;
}

.site-header-leisure #header .site-header__top .site-header__inner .search-group .search input::placeholder {
    color: #256073;
    font-family: Gilroy-Regular;
}

.site-header-leisure #header .site-header__top .site-header__inner .search-group .search button {
    background: none;
    width: 50px;
    border: 0;
    cursor: pointer;
    background: url(../images/search_btn.png) no-repeat center center;
}

.site-header-leisure #header .site-header__top .site-header__inner .search-group .vertical {
    height: 49px;
    border-left: 1px solid #2f7084;
    margin: 0 30px;
}

.site-header-leisure #header .site-header__top .site-header__inner .search-group .mailbox {
    color: #191e23;
    line-height: 40px;
    font-family: Gilroy-Regular;
    font-weight: bold;
}

.site-header-leisure #header .site-header__top .phone-nav-btn {
    display: none;
}

.site-header-leisure #header .nav {
    width: 100%;
    height: 113px;
    margin: 0 auto;
    position: absolute;

}

.site-header-leisure #header .nav ul {
    width: 1100px;
    height: 100%;
    margin-left: 35%;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-bottom: 10px;
}

.site-header-leisure #header .nav ul li {
    margin-right: 25px;
}

.site-header-leisure #header .nav ul li a {
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    font-family: Gilroy-Medium;
    padding: 0 2px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin: 0 5px;
}

.site-header-leisure #header .nav ul li:not(.nav-active) a:hover {
    animation-name: rubberBand;
    color: blue;
    padding-bottom: 10px;
    border-bottom: 5px solid blue;
}



@media screen and (max-width: 980px) {
    .site-header-leisure #header {
        background-size: 100% 100%;
        min-height: inherit;
        height: 38vw;
    }

    .site-header-leisure #header .site-header__top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-size: 100% 100%;
        padding: 10px;
    }

    .site-header-leisure #header .site-header__top .site-header__inner {
        width: 100%;
        height: 40px;
    }

    .site-header-leisure #header .site-header__top .site-header__inner .logo {
        height: 30px;
    }

    .site-header-leisure #header .site-header__top .site-header__inner .search-group {
        flex: 1;
        overflow: hidden;
    }

    .site-header-leisure #header .site-header__top .site-header__inner .search-group .search {
        width: auto;
        flex: 1;
        height: 30px;
        min-width: 1%;
        display: none;
    }

    .site-header-leisure #header .site-header__top .site-header__inner .search-group .search input {
        min-width: 1%;
    }

    .site-header-leisure #header .site-header__top .site-header__inner .search-group .vertical {
        display: none;
    }

    .site-header-leisure #header .site-header__top .site-header__inner .search-group .mailbox {
        display: none;
    }

    .site-header-leisure #header .site-header__top .phone-nav-btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .site-header-leisure #header .site-header__top .phone-nav-btn .search {
        width: 250px;
        height: 30px;
        border: 1px solid #2f7084;
        border-radius: 100px;
        display: flex;
    }

    .site-header-leisure #header .site-header__top .phone-nav-btn .search input {
        background: none;
        border: none;
        flex: 1;
        padding: 0 16px;
    }

    .site-header-leisure #header .site-header__top .phone-nav-btn .search input::placeholder {
        color: #256073;
        font-family: Gilroy-Regular;
    }

    .site-header-leisure #header .site-header__top .phone-nav-btn .search button {
        background: none;
        width: 50px;
        border: 0;
        cursor: pointer;
        background: url(../images/search_btn.png) no-repeat center center;
    }

    .site-header-leisure #header .site-header__top .phone-nav-btn span {
        padding: 10px;
        margin-top: 10px;
        font-weight: bold;
        font-family: Gilroy-Bold;
        font-size: 18px;
        color: #256073;
    }

    .site-header-leisure #header .nav {
        position: fixed;
        bottom: 0;
        left: 0;
        width: max-content;
        z-index: 9999;
        height: calc(100% - 115px);
        background: #256073;
        transition: all 0.5s;
        transform: translateY(100%);
        opacity: 0;
    }

    .site-header-leisure #header .nav.navShow {
        transform: translateY(0%);
        opacity: 1;
    }

    .site-header-leisure #header .nav ul {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        color: white;
        margin: 0;
    }

    .site-header-leisure #header .nav ul li {
        min-height: 40px;
        display: flex;
        align-items: center;
        z-index: 999;
        margin-right: 0px;
    }
}

/* ===== leisure.css ===== */



.leisure-home .safe-area-top {
    padding-top: calc(constant(safe-area-inset-top) + 1px);
    padding-top: calc(env(safe-area-inset-top) + 1px);
}

.leisure-home .safe-area-bottom {
    padding-bottom: calc(constant(safe-area-inset-bottom) +1px);
    padding-bottom: calc(env(safe-area-inset-bottom) +1px);
}

.leisure-home.box-width {
    min-width: 1426px;
    max-width: 1920px;
}

.leisure-home.content {
    width: 100%;
    margin: 0 auto;
}

.leisure-home .detail-breadcrumb {
    width: 1380px;
    margin: 0 auto;
    font-family: Gilroy;
    font-weight: bold;
    font-size: 55px;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 43px;
}

.leisure-home .detail-breadcrumb a {
    width: 1380px;
    margin: 0 auto;
    font-family: Gilroy;
    font-weight: bold;
    font-size: 55px;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 43px;
}

.leisure-home .main-1 {
    width: 1380px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.leisure-home .main-1 .leisure-hero__main {
    width: 75%;
    height: 100%;

}

.leisure-home .leftBox {
    display: flex;
}

.leisure-home .leisure-hero__main .leisure-feature-card {
    width: 545px;
    height: 562px;
    background: #FFB619;
    border-radius: 6px;
}

.leisure-home .leisure-feature-card .leisure-feature-card__top {
    width: 546px;
    height: 410px;
    border-radius: 6px;
    margin-top: 24px;
    position: relative;

}

.leisure-home .leisure-feature-card__top .leisure-feature-card__image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 24px;
    border-radius: 6px;
    display: block;
}

/*.leisure-home .leisure-feature-card p {
    width: 100%;
    font-family: Gilroy;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 40px;
    margin-top: 32px;
    margin-left: 34px;
  }.leisure-home */
.leisure-feature-card p {
    width: 425px;
    height: 63px;
    font-family: Gilroy;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    /* line-height: 40px; */
    margin-top: 32px;
    margin-left: 34px;
    margin-bottom: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-right: 86px;
}

.leisure-home .right-big {
    width: 475px;
    margin-left: 56px;
    height: auto;
}

.leisure-home .leisure-hero__main .leisure-feature-card__side {
    width: 100%;
    height: 170px;
    display: flex;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 25px;
}

.leisure-home .leisure-hero__main .leisure-feature-card__text {
    margin-left: 27px;
}

.leisure-home .leisure-hero__main a:nth-child(2) .leisure-feature-card__side .leisure-feature-card__text p:nth-child(1) {
    background: #FF5F19;
}

.leisure-home .leisure-hero__main a:nth-child(3) .leisure-feature-card__side .leisure-feature-card__text p:nth-child(1) {
    background: #BC1A8C;
}

.leisure-home .leisure-hero__main .leisure-feature-card__text p:nth-child(1) {
    width: 102px;
    height: 32px;
    background: #00DAA7;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    font-family: Gilroy;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
}

.leisure-home .leisure-hero__main .leisure-feature-card__text p:nth-child(2) {
    height: 66px;
    font-family: Gilroy;
    font-weight: 600;
    font-size: 16px;
    color: black;
    line-height: 20px;
    margin-top: 14px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.leisure-home .leisure-hero__main .leisure-feature-card__text p:nth-child(3) {
    font-family: Gilroy;
    font-weight: 300;
    font-size: 14px;
    color: #878787;
    margin-top: 10px;
}

.leisure-home .leisure-feature-card__side .leisure-feature-card__image {
    width: 203px;
    height: 147px;
    border-radius: 6px;
    flex-shrink: 0;
    transition: all 300ms;
    overflow: hidden;
}

.leisure-home .leisure-feature-card__side .leisure-feature-card__image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.leisure-home .main-1 .leisure-hero__aside {
    width: 21%;
    position: relative;
}

.leisure-home .leisure-hero__aside .leisure-aside-card {
    width: 100%;
    height: 389px;
    margin-bottom: 29px;
    border: 1px solid #5ABBE5;
    padding: 5px;
    border-radius: 6px;
}

.leisure-home .leisure-aside-card .leisure-aside-card__image {
    width: 100%;
    height: 100%;

}

.leisure-home .leisure-hero__title {
    font-family: Gilroy;
    font-weight: bold;
    font-size: 55px;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 49px;
}

.leisure-home .leisure-hero__title a {
    font-family: Gilroy;
    font-weight: bold;
    font-size: 55px;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 49px;
}

.leisure-home .left-bottom {
    width: 100%;
    display: flex;
    height: auto;
    justify-content: space-between;
}

.leisure-home .left-bottom .left-bottom-radio {
    width: 69%;
    height: auto;
}

.leisure-home .bottom-video {
    width: 715px;
    height: 419px !important;
    background: #000000;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px
}

.leisure-home .bottom-video .imgBox {
    width: 695px;
    height: 399px;
    border-radius: 15px;
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
}

.leisure-home .bottom-video .imgBox:hover .noMoalText2 {
    display: none;
}

.leisure-home .bottom-video .imgBox:hover .hoverBox2 {
    display: block;
}

.leisure-home .bottom-video .hoverBox2 {
    display: none;
    width: 80%;
    height: 80%;
    background: #FF7B0F;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.leisure-home .bottom-video .hoverBox2 span {
    font-family: Gilroy;
    font-weight: bold;
    font-size: 26px;
    z-index: 999;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: absolute;
    top: 30%;
}

.leisure-home .bottom-video .noMoalText2 {
    position: absolute;
    font-family: Gilroy;
    font-weight: bold;
    font-size: 26px;
    z-index: 999;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.leisure-home .bottom-video .imgBox img {
    width: 100%;
    height: 100%;
}

.leisure-home .bottom-video video {
    width: 100%;
    height: 100%;
}

.leisure-home .leisure-media-grid__images {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.leisure-home .leisure-media-grid__images .imgBox {
    width: 338px;
    height: 188px;
    border-radius: 15px;
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    margin-right: 12px;
}

.leisure-home .leisure-media-grid__images .imgBox:hover .noMoalText {
    display: none;
}

.leisure-home .leisure-media-grid__images .imgBox:hover .hoverBox {
    display: block;
}

.leisure-home .hoverBox {
    display: none;
    width: 304px;
    height: 150px;
    background: #FF7B0F;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.leisure-home .hoverBox span {
    font-family: Gilroy;
    font-weight: bold;
    font-size: 26px;
    z-index: 999;
    color: #FFFFFF;
    line-height: 150px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.leisure-home .noMoalText {
    position: absolute;
    font-family: Gilroy;
    font-weight: bold;
    font-size: 26px;
    z-index: 999;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.leisure-home .leisure-media-grid__images .imgBox img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.leisure-home .main-3 .game-card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.leisure-home .leisure-media-grid {
    width: 28%;
    height: auto;
}

.leisure-home .leisure-media-grid .leisure-media-grid__video {
    width: 289px;
    height: 188px;
    border-radius: 15px;
    position: relative;
    margin-bottom: 31px;
}

.leisure-home .leisure-media-grid__video video {
    width: 100% !important;
    height: 100% !important;
    border-radius: 15px;
    object-fit: cover;
}

.leisure-home .hoverBg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 333;
    position: absolute;
    top: 0;
    border-radius: 15px;
}

.leisure-home .bofang {
    position: absolute;
    width: 47px !important;
    height: 48px !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.leisure-home .leisure-media-grid .imgBox {
    width: 100%;
    height: 188px;
    border-radius: 15px;
    position: relative;
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    margin-bottom: 42px;
}

.leisure-home .leisure-media-grid img {
    width: 100%;
    height: 100%;
    border-radius: 15px;

}

.leisure-home .leisure-media-grid .hoverBox {
    width: 90%;
}

.leisure-home .leisure-media-grid .imgBox:hover .noMoalText {
    display: none;
}

.leisure-home .leisure-media-grid .imgBox:hover .hoverBox {
    display: block;
}

.leisure-home .zodiac-section__title {
    width: 1380px;
    margin: 0 auto;
    margin-top: 88px;
    font-family: Gilroy;
    font-weight: bold;
    font-size: 55px;
    color: #000000;
    margin-bottom: 50px;
}

.leisure-home .zodiac-section__title a {
    width: 1380px;
    margin: 0 auto;
    margin-top: 88px;
    font-family: Gilroy;
    font-weight: bold;
    font-size: 55px;
    color: #000000;
    margin-bottom: 50px;
}

.leisure-home .main-2 {
    width: 100%;
    position: relative;
}

.leisure-home .main-2 .leftBg {
    width: 310px;
    height: 393px;
    position: absolute;
    background-image: url(../leisure/xiezi.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 13%;
}

.leisure-home .main-2 .rightBg {
    width: 1400px;
    height: 393px;
    position: absolute;
    background-image: url(../leisure/rightBg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 8%;
    right: 0;
    z-index: 1;
}

.leisure-home .main-2 .xingzuo {
    width: 1380px;
    margin: 0 auto;
    display: flex;

}

.leisure-home .xingzuo .zodiac-card {
    z-index: 999;
}

.leisure-home .xingzuo .zodiac-card img {
    width: 100%;
    height: 100%;
}

.leisure-home .xingzuo .zodiac-card--1 {
    width: 137px;
    height: 137px;
}

.leisure-home .xingzuo .zodiac-card--2 {
    width: 118px;
    height: 118px;
    margin-top: 137px;
    margin-left: -26px;
}

.leisure-home .xingzuo .zodiac-card--3 {
    width: 105px;
    height: 105px;
    margin-top: 51px;
    margin-left: -26px;
}

.leisure-home .xingzuo .zodiac-card--4 {
    width: 147px;
    height: 147px;
    margin-left: -20px;
    margin-top: 180px;
}

.leisure-home .xingzuo .zodiac-card--5 {
    width: 113px;
    height: 113px;
    margin-top: 24px;
    margin-left: -75px;
}

.leisure-home .xingzuo .zodiac-card--6 {
    width: 188px;
    height: 188px;
    margin-top: 120px;
    margin-left: -10px;
}

.leisure-home .xingzuo .zodiac-card--7 {
    width: 95px;
    height: 95px;
    margin-left: -80px;
}

.leisure-home .xingzuo .zodiac-card--8 {
    width: 145px;
    height: 145px;
    margin-top: 159px;
}

.leisure-home .xingzuo .zodiac-card--9 {
    width: 105px;
    height: 105px;
    margin-top: 15px;
    margin-left: -97px;
}

.leisure-home .xingzuo .zodiac-card--10 {
    width: 104.4px;
    height: 105.4px;
    margin-top: 90px;
}

.leisure-home .xingzuo .zodiac-card--11 {
    width: 122px;
    height: 121px;
    margin-top: 230px;
    margin-left: -30px;
}

.leisure-home .xingzuo .zodiac-card--12 {
    width: 113px;
    height: 113px;

    margin-left: -94px;
}

.leisure-home .xingzuo .zodiac-card:hover {
    transform: scale(1.1);
}

.leisure-home .main-2-bottom {
    width: 100%;
    height: 603px;
    background-image: url(../leisure/main2bg2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -40px;
}

.leisure-home .leisure-feature-card__side:hover img {
    transform: scale(1.1);
}

.leisure-home .leisure-feature-card__side:hover p:nth-child(2) {
    color: #0b358e;
}

.leisure-home .mian-2-banner {
    width: 1380px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
}

.leisure-home .left-bg {
    width: 604px;
    height: 428px;
    margin-top: 80px;
}

.leisure-home .left-bg2 {
    width: 420px;
    height: 428px;
    margin-top: 80px;
}

.leisure-home #main {
    width: 1426px;
    margin: 0 auto;
}

.leisure-home #footer {
    background: #0b358e;
}

.leisure-home #footer .footer-container {
    position: relative;
    width: 1426px;
    margin: 0 auto;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leisure-home #footer .footer-container .footer-logo {
    position: absolute;
    left: 0;
    width: 218px;
    height: 129px;
}

.leisure-home #footer .footer-container dl {
    line-height: 40px;
}

.leisure-home #footer .footer-container dl dd {
    color: #fff;
    text-align: center;
}

.leisure-home #js-go-top {
    position: fixed;
    width: 66px;
    height: 66px;
    max-width: 66px;
    max-height: 66px;
    right: 5%;
    bottom: 95px;
    z-index: 999;
    cursor: pointer;
    background: url(../images/icon_top.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 50%;
}

.leisure-home .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.leisure-home .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leisure-home .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.leisure-home .swiper-wrapper2 .swiper-slide {
    display: block !important;
    text-align: left !important;
}

.leisure-home .mySwiper2 {
    position: relative;
    margin-left: 44px;
}

.leisure-home .mySwiper2 h1 {
    margin-top: 27px;
    font-family: Gilroy;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}

.leisure-home .mySwiper2 .leisure-slide__line {
    width: 31px;
    height: 6px;
    background: #3963AE;
    margin-top: 32px;
    margin-bottom: 40px;
}

.leisure-home .mySwiper2 .leisure-slide__summary {
    font-family: Gilroy;
    font-weight: 300;
    font-size: 16px;
    color: #646464;
    line-height: 30px;
    /*padding-right: 36%;*/
}

.leisure-home .swiper-button-next:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../leisure/right.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.leisure-home .swiper-button-prev:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../leisure/left.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.leisure-home .swiper-button-next {
    width: 30px;
    height: 30px;
    z-index: 999;
    top: 90%;
    left: 80%;
}

.leisure-home .swiper-button-prev {
    width: 30px;
    height: 30px;
    z-index: 999;
    top: 90%;
    left: 70%;

}

.leisure-home .game-section__title {
    width: 1380px;
    margin: 0 auto;
    font-family: Gilroy;
    font-weight: bold;
    font-size: 55px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 50px;
}

.leisure-home .game-section__title a {
    width: 1380px;
    margin: 0 auto;
    font-family: Gilroy;
    font-weight: bold;
    font-size: 55px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 50px;
}

.leisure-home .main-3 {
    width: 1380px;
    margin: 0 auto;

}

.leisure-home .bigBox {
    /* width: 1036px; */
    display: flex;
    /* align-items: center; */
    /* justify-content: flex-start; */
    flex-wrap: wrap;
}

.leisure-home .bigBox a {
    margin-right: 34px;
}

.leisure-home .main-3 .game-card {
    width: 338px;
    height: auto;
    margin-bottom: 38px;
}

.leisure-home .featured-card__thumb {
    width: 338px;
    height: 188px;
    /*background: #00AF8C;*/
    border-radius: 15px;
    transition: all 300ms;
    overflow: hidden;
}

.leisure-home .main-3 .game-card img {
    width: 100%;
    height: 100%;
}

.leisure-home .main-3 .game-card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.leisure-home .main-3 .game-card:hover img {
    transform: scale(1.03);
}

.leisure-home .main-3 .game-card:hover p {
    color: blue;
}

.leisure-home .mySwiper2 .leisure-slide__summary:hover {
    color: #1575FF;
}

.leisure-home .left-bg .swiper-slide-active img {
    animation-duration: 3s;
    animation-timing-function: linear;
    /* animation-fill-mode: forwards; */
    -webkit-animation-name: moveRight;
    animation-name: moveRight;
}

@keyframes moveRight {
    0% {
        transform: scale(1, 1) translate(-4.545%, 0);
    }

    100% {
        transform: scale(1, 1) translate(0, 0);
    }
}

.leisure-home .leisure-feature-card__top .leisure-feature-card__image {
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-name: moveRight1;
    animation-name: moveRight1;
    z-index: 999;
    transition: transform 0.3s ease;
    /* 添加过渡效果，使放大平滑 */
}

.leisure-home .leisure-feature-card__top:hover .leisure-feature-card__image {
    transform: scale(1.02) !important;
    /* 鼠标悬停时放大到 1.1 倍 */
}

@keyframes moveRight1 {
    0% {
        transform: translateY(-100%) scale(0);
    }

    100% {
        transform: translateX(0) scale(1);
    }
}

.leisure-home .leisure-feature-card p {
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-name: showText;
    animation-name: showText;
}

.leisure-home .leisure-hero__main .leisure-feature-card__side {
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-name: showText;
    animation-name: showText;
}

@keyframes showText {
    0% {
        transform: translateY(-100%) scale(0);
    }

    100% {
        transform: translateX(0) scale(1);
    }
}

.leisure-home .rightLong {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 99999;
}




@media screen and (max-width: 980px) {
    .leisure-home.box-width {
        min-width: auto;
        max-width: initial;
    }

    .leisure-home .detail-breadcrumb a {
        /*font-size: 2vw;*/
    }

    .leisure-home .detail-breadcrumb {
        width: 100%;
        font-size: 2vw;
        margin: 3vw 0;
        padding-left: 1vw;
    }

    .leisure-home .main-1 {
        width: 100%;
        padding: 0 1vw;
        display: block;
    }

    .leisure-home .main-1 .leisure-hero__main {
        width: 100%;
    }

    .leisure-home .main-1 .leisure-hero__aside {
        width: 100%;
    }

    .leisure-home .leisure-hero__main .leisure-feature-card {
        width: 100%;
        height: 50%;
    }

    .leisure-home .leisure-feature-card .leisure-feature-card__top {
        width: 100%;
        height: 30vw;
    }

    .leisure-home .leisure-feature-card__top .leisure-feature-card__image {
        width: 100%;
        height: 100%;
        left: 0;
    }

    .leisure-home .leisure-feature-card p {
        font-size: 3vw;
        margin: 0;
        line-height: 5vw;
        padding: 3vw 2vw;
    }

    .leisure-home .right-big {
        width: 100%;
        margin: 0;
        margin-top: 2vw;
    }

    .leisure-home .leisure-hero__main .leisure-feature-card__text p:nth-child(2) {
        font-size: 2vw;
    }

    .leisure-home .leisure-hero__main .leisure-feature-card__text p:nth-child(3) {
        font-size: 2vw;
    }

    .leisure-home .leisure-hero__main .leisure-feature-card__text p:nth-child(1) {
        font-size: 2vw;
    }

    .leisure-home .leftBox {
        display: block;
    }

    .leisure-home .leisure-hero__title {
        font-size: 5vw;
        margin: 3vw 0;
    }

    .leisure-home .left-bottom {
        display: block;
    }

    .leisure-home .left-bottom .left-bottom-radio {
        width: 100%;
    }

    .leisure-home .bottom-video img {
        width: 100%;
        height: 100%;
    }

    .leisure-home .bottom-video {
        width: 100%;
        height: 30% !important;
    }

    .leisure-home .leisure-media-grid__images {
        margin-top: 3vw;
        display: block;
    }

    .leisure-home .leisure-media-grid__images .imgBox {
        width: 100%;
        height: 20%;
        margin-bottom: 3vw;
    }

    .leisure-home .leisure-media-grid .leisure-media-grid__video {
        width: 100%;
        height: 20%;
    }

    .leisure-home .leisure-media-grid .imgBox {
        height: 20%;
    }

    .leisure-home .leisure-media-grid {
        width: 100%;
        margin-bottom: 3vw;
    }

    .leisure-home .leisure-media-grid .leisure-media-grid__video {
        margin-bottom: 3vw;
    }

    .leisure-home .leisure-aside-card .leisure-aside-card__image {
        width: 100%;
        height: 100%;
    }

    .leisure-home .main-1 .leisure-hero__aside {
        /*display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;*/
    }

    .leisure-home .rightLong {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: static;
    }

    .leisure-home .leisure-hero__aside .leisure-aside-card {
        width: 300px;
        /*height: 200px !important;*/
        margin: 0 auto;
        margin-bottom: 3vw;

    }

    .leisure-home .zodiac-section__title {
        width: 100%;
        padding-left: 1vw;
        margin: 3vw 0;
        font-size: 5vw;
    }

    .leisure-home .main-2 .leftBg {
        display: none;
    }

    .leisure-home .main-2 .rightBg {
        display: none;
    }

    .leisure-home .main-2 .xingzuo {
        width: 100%;
        flex-wrap: wrap;
        padding: 0 1vw;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15%;
    }

    .leisure-home .xingzuo .zodiac-card {
        width: 30%;
        height: 30%;
        margin: 0;
    }

    .leisure-home .main-2-bottom {
        background-image: none;
    }

    .leisure-home .main-2-bottom {
        height: auto;
    }

    .leisure-home .left-bg {
        width: 100%;
        margin: 0;
        height: 300px;
    }

    .leisure-home .mian-2-banner {
        width: 100%;
        display: block;
        padding: 0 1vw;
    }

    .leisure-home .swiper-slide {
        width: 100% !important;
    }

    .leisure-home .mySwiper2 {
        margin: 0;
    }

    .leisure-home .mySwiper2 .leisure-slide__line {
        margin: 3vw 0;
    }

    .leisure-home .mySwiper2 .leisure-slide__summary {
        padding: 0;
    }

    .leisure-home .mySwiper2 h1 {
        margin-top: 3vw;
    }

    .leisure-home .game-section__title {
        margin: 3vw 0;
        font-size: 5vw;
        width: 100%;
        padding: 0 1vw;
    }

    .leisure-home .main-3 {
        width: 100%;
    }

    .leisure-home .bigBox {
        width: 90%;
        margin: 0 auto;
    }

    .leisure-home .main-3 .game-card p {
        margin-top: 3vw;
        font-size: 3vw;
        line-height: 3vw;
    }

    .leisure-home .main-3 .game-card {
        margin-bottom: 3vw;
    }

    .leisure-home #footer {
        width: 100%;
    }

    .leisure-home #footer .footer-container {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .leisure-home #footer .footer-container .footer-logo {
        position: initial;
        width: auto;
        height: 20vw;
        margin: 20px 0;
    }

    .leisure-home #js-go-top {
        width: 12vw;
        height: 12vw;
        bottom: 5%;
    }

    .leisure-home .featured-card__thumb {
        width: 100%
    }
}

/* ===== leisurelist.css ===== */



.leisure-list .safe-area-top {
    padding-top: calc(constant(safe-area-inset-top) + 1px);
    padding-top: calc(env(safe-area-inset-top) + 1px);
}

.leisure-list .safe-area-bottom {
    padding-bottom: calc(constant(safe-area-inset-bottom) +1px);
    padding-bottom: calc(env(safe-area-inset-bottom) +1px);
}

.leisure-list.box-width {
    min-width: 1426px;
    max-width: 1920px;
}

.leisure-list.content {
    width: 100%;
    margin: 0 auto;
}

.leisure-list .breadcrumb {
    width: 1394px;
    margin: 0 auto;
    margin-top: -30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;

}

.leisure-list .article-grid {
    width: 1394px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

}

.leisure-list .article-grid a {
    margin-right: 50px;
}

.leisure-list .article-grid .article-card {
    margin-right: 30px;
    width: 281px;
    font-family: Gilroy;
    font-weight: bold;
    font-size: 18px;
    color: #BBC5CC;
    min-height: 300px;
    flex: 0 0 100px;
    margin-bottom: 40px;

}

.leisure-list .article-grid :nth-child(4n) {
    margin-right: 0;
}

.leisure-list .article-grid .article-card:hover .article-card__image {
    transform: scale(1.1);
}

.leisure-list .article-grid .article-card:hover p {
    color: #0b358e;
}

.leisure-list .article-grid .article-card .inSide {
    width: 100%;
    height: 199px;
    transition: all 300ms;
    overflow: hidden;
}

.leisure-list .article-grid .article-card .article-card__image {
    width: 100%;
    height: 100%;
}

.leisure-list .article-grid .article-card p {
    width: 100%;
    font-family: Gilroy;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    margin-top: 19px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}



.leisure-list .pagination {
    text-align: right;
    margin-top: 30px;
    font-size: 12px ! important;
    line-height: 28px;
    margin-bottom: 55px;
}





.leisure-list .pagination {
    width: 1394px;
    margin-left: auto;
    margin-right: auto;
}

.leisure-list #footer {
    background: #0b358e;
}

.leisure-list #footer .footer-container {
    position: relative;
    width: 1426px;
    margin: 0 auto;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leisure-list #footer .footer-container .footer-logo {
    position: absolute;
    left: 0;
    width: 218px;
    height: 129px;
}

.leisure-list #footer .footer-container dl {
    line-height: 40px;
}

.leisure-list #footer .footer-container dl dd {
    color: #fff;
    text-align: center;
}

.leisure-list #js-go-top {
    position: fixed;
    width: 66px;
    height: 66px;
    max-width: 66px;
    max-height: 66px;
    right: 5%;
    bottom: 95px;
    z-index: 999;
    cursor: pointer;
    background: url(../images/icon_top.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 50%;
}




@media screen and (max-width: 980px) {
    .leisure-list.box-width {
        min-width: auto;
        max-width: initial;
    }

    .leisure-list .article-grid a {
        margin: 0;
        width: 281px;
        margin: 0 auto;
    }

    .leisure-list .article-grid :nth-child(4n) {
        margin: 0 auto !important;
    }

    .leisure-list .header-bottom {
        height: 10vh;
        background-size: 100% 100%;
        bottom: 0;
        display: none;
    }

    .leisure-list .breadcrumb {
        width: 100%;
        margin-top: -8vw;
        margin-bottom: 3vw;
        padding: 0 1vw;
    }

    .leisure-list .article-grid {
        width: 100%;
        margin: 0 auto;
    }

    .leisure-list .article-grid .article-card {
        margin: 0 auto;
        margin-bottom: 3vw;
    }

    .leisure-list .pagination {
        width: 100%;

    }

    .leisure-list .pagination {
        text-align: center;
    }

    .leisure-list #footer {
        width: 100%;
    }

    .leisure-list #footer .footer-container {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .leisure-list #footer .footer-container .footer-logo {
        position: initial;
        width: auto;
        height: 20vw;
        margin: 20px 0;
    }

    .leisure-list #js-go-top {
        width: 12vw;
        height: 12vw;
        bottom: 5%;
    }

}

/* ===== leisureFinall.css ===== */



.leisure-detail .safe-area-top {
    padding-top: calc(constant(safe-area-inset-top) + 1px);
    padding-top: calc(env(safe-area-inset-top) + 1px);
}

.leisure-detail .safe-area-bottom {
    padding-bottom: calc(constant(safe-area-inset-bottom) +1px);
    padding-bottom: calc(env(safe-area-inset-bottom) +1px);
}

.leisure-detail.box-width {
    min-width: 1426px;
    max-width: 1920px;
}

.leisure-detail.content {
    width: 100%;
    margin: 0 auto;
}

.leisure-detail .breadcrumb {
    width: 1394px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 64px;
    margin-top: -10px;
}

/*.leisure-detail .header-title {
    width: 1394px;
    margin: 0 auto;
    font-family: Gilroy;
    font-weight: bold;
    font-size: 34px;
    color: #1F1F1F;
    text-align: center;
    margin-bottom: 75px;
}

.leisure-detail .detail-heading div {
    margin-top: 31px;
    font-family: Gilroy;
    font-weight: 300;
    font-size: 14px;
    color: #BBC5CD;
    margin-bottom: 46px;
}

.leisure-detail .detail-heading__line {
    width: 1394px;
    height: 1px;
    margin: 0 auto;
    border: 1px dashed #C0C9D0;
}.leisure-detail */
.header-title {
    width: 1436px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.leisure-detail .detail-divider {
    width: 1436px;
    margin: 0 auto;
    border: 2px dashed #D8D8D8;
    margin-top: 30px;
    margin-bottom: 40px;
}

.leisure-detail .detail-body {
    width: 1394px;
    margin: 0 auto;

}

.leisure-detail .detail-body .leisure-detail__image {
    width: 500px;
    height: 333px;

    display: block;
    margin: 0 auto;
    margin-bottom: 76px;
}

.leisure-detail .detail-content {
    width: 1394px;
    margin: 0 auto;
    font-family: Gilroy;
    font-weight: 300;
    font-size: 16px;
    color: #646464;
    line-height: 45px;
    margin-bottom: 45px;
}

.leisure-detail .detail-divider--inner {
    width: 100%;
    height: 1px;
    border: 1px dashed #D8D8D8;
    margin-bottom: 45px;
}

.leisure-detail #footer {
    background: #0b358e;
}

.leisure-detail #footer .footer-container {
    position: relative;
    width: 1426px;
    margin: 0 auto;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leisure-detail #footer .footer-container .footer-logo {
    position: absolute;
    left: 0;
    width: 218px;
    height: 129px;
}

.leisure-detail #footer .footer-container dl {
    line-height: 40px;
}

.leisure-detail #footer .footer-container dl dd {
    color: #fff;
    text-align: center;
}

.leisure-detail #js-go-top {
    position: fixed;
    width: 66px;
    height: 66px;
    max-width: 66px;
    max-height: 66px;
    right: 5%;
    bottom: 95px;
    z-index: 999;
    cursor: pointer;
    background: url(../images/icon_top.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 50%;
}




@media screen and (max-width: 980px) {
    .leisure-detail.box-width {
        min-width: auto;
        max-width: initial;
    }

    .leisure-detail .header-bottom {
        height: 10vh;
        background-size: 100% 100%;
        bottom: 0;
        display: none;
    }

    .leisure-detail .breadcrumb {
        width: 100%;
        margin-top: -8vw;
        margin-bottom: 3vw;
        padding: 0 1vw;
    }

    .leisure-detail .detail-heading {
        width: 100%;
        padding: 0 1vw;
        font-size: 5vw;
        margin-bottom: 3vw;
    }

    .leisure-detail .detail-heading div {
        margin-top: 2vw;
        margin-bottom: 2vw;
    }

    .leisure-detail .detail-heading__line {
        width: 100%;
    }

    .leisure-detail .detail-body {
        width: 100%;
        padding: 0 1vw;
    }

    .leisure-detail .detail-body .leisure-detail__image {
        width: 100%;
        height: 40%;
        margin-bottom: 3vw;
    }

    .leisure-detail .detail-content {
        width: 100%;
        font-size: 4vw;
        line-height: 5vw;
        margin-bottom: 3vw
    }

    .leisure-detail .detail-divider--inner {
        margin-bottom: 3vw;
    }

    .leisure-detail #footer {
        width: 100%;
    }

    .leisure-detail #footer .footer-container {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .leisure-detail #footer .footer-container .footer-logo {
        position: initial;
        width: auto;
        height: 20vw;
        margin: 20px 0;
    }

    .leisure-detail #js-go-top {
        width: 12vw;
        height: 12vw;
        bottom: 5%;
    }

}