section {
    position: relative;
}

.banner {
    width: 100%;
    height: 100vh;
    position: relative;
}

.banner .swiper {
    width: 100%;
    height: 100%;
}

#canvas {
    width: 100%;
    height: calc(100% - 200px);
}

.scrollDown {
    width: 80px;
    height: 115px;
    background: url(../img/index/icon-down.png) no-repeat center/cover;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: 30px;
    z-index: 2;
    animation: bounce 2s infinite;
}

main {
    margin-top: -200px;
}

.partLogo {
    width: 100%;
    background: url(../img/index/bg1.png) no-repeat center/cover;
    padding-top: 300px;
}

.yqLogo {
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    /* background: url(../img/index/yuan.png) no-repeat left top; */
    padding: 20px 0;
    /* padding-left: 80px; */
    margin: 30px 0;
    display: inline-block;
}

.yqLogo::first-letter {
    font-weight: bold;
    font-size: 60px;
    color: #9F0101;
}

.LogoMessBox {
    width: 100%;
    height: 740px;
    background: url(../img/index/yqBg.png) no-repeat center;
    padding-bottom: 120px;
}

.LogoMessBox {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding-left: 40px;
    padding-right: 100px;
    padding-top: 50px;
}

.baseMess {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 2;
    text-indent: 2em;
    margin-bottom: 20px;
}

.logoLMess {
    width: 55%;
}

.logoRMess {
    position: relative;
    width: 45%;
}


/* .logoShow {
    width: 586px;
    height: 586px;
    background: url(../img/index/6bor.png) no-repeat center/cover;
    padding: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50%;
    animation: rotate 12s infinite linear;
    transform-origin: center;
} */

.logoShow {
    width: 586px;
    height: 586px;
    background: url(../img/index/6bor.png) no-repeat center/cover;
    padding: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50%;
    -webkit-animation: rotate 12s infinite linear;
    animation: rotate 12s infinite linear;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    /* ÃƒÂ¦Ã‚Â·Ã‚Â»ÃƒÂ¥Ã…Â Ã‚Â ÃƒÂ¤Ã‚Â»Ã‚Â¥ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ÃƒÂ¥Ã‚Â±Ã…Â¾ÃƒÂ¦Ã¢â€šÂ¬Ã‚Â§ */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    will-change: transform;
}

.logoShow img {
    max-width: 100%;
    -webkit-animation: rotateReverse 12s infinite linear;
    animation: rotateReverse 12s infinite linear;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    /* ÃƒÂ¦Ã‚Â·Ã‚Â»ÃƒÂ¥Ã…Â Ã‚Â ÃƒÂ¤Ã‚Â»Ã‚Â¥ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ÃƒÂ¥Ã‚Â±Ã…Â¾ÃƒÂ¦Ã¢â€šÂ¬Ã‚Â§ */
    user-select: none;
    -webkit-user-drag: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.logoShowMobile img {
    animation: none;
}

.logoShowMobile {
    display: none;
    animation: none;
    position: inherit;
}

.logoMessBanner {
    width: 100%;
    background: #fff;
    border-radius: 0 60px 0 0;
    box-shadow: 16px 16px 4px 0px rgba(0, 0, 0, 0.25);
    height: 440px;
    padding: 40px 20px 40px 70px;
    position: relative;
}

.pagnationBox {
    width: 492px;
    height: 364px;
    background: url(../img/index/fig.png) no-repeat center/cover;
    margin: 0 auto;
    margin-top: -60px;
    position: relative;
}

.logoMessBanner .swiper {
    width: 100%;
    height: 100%;
}

.logoMessBanner::before {
    content: "";
    width: 52px;
    height: 88%;
    position: absolute;
    left: -15px;
    top: 0;
    background: url(../img/index/bookLock2.png) repeat-y left
}

.logoCont {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.design {
    width: 100%;
}

.design h6 {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
}

.design p {
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    line-height: 1.8em;
}

.designTtx {
    padding-right: 20px;
}

.designTtx p img,
.design img {
    margin: 0 auto;
    margin-left: -2em;
    max-height: 350px;
}

.designImg {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.Designpagination {
    display: flex;
    justify-content: center;
}

.Designpagination span {
    background: transparent;
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    font-size: 20px;
    color: #FFFFFF;
    position: absolute;
    transition: all ease-in-out 0.5s;
}

.Designpagination span:first-child {
    top: 163px;
    left: 66px;
    z-index: 1;
}

.Designpagination span:nth-child(2) {
    top: 98px;
    left: 49%;
    transform: translateX(-50%);
    z-index: 2;
}

.Designpagination span:last-child {
    top: 163px;
    right: 68px;
    z-index: 1;
}

.Designpagination span:hover,
.Designpagination span.swiper-pagination-bullet-active {
    background: url(../img/index/whiteBg.png) no-repeat center/cover;
    color: #9F0101;
    transition: all ease-in-out 0.5s;
}

.partYqh {
    width: 100%;
    background: url(../img/index/bg2.png) no-repeat center/cover;
    position: relative;
}

.yqhImg {
    width: 360px;
    position: absolute;
    top: -118px;
    z-index: 2;
    left: -36px;
}

.yqhImg img {
    width: 100%;
}

.partYqh .center {
    padding: 110px 0 110px 200px;
    display: flex;
    justify-content: space-between;
    gap: 10%;
    align-items: flex-end;
    overflow: hidden;
}

.yqhTit {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 36px;
    position: relative;
}

.yqhTit i.webYqh {
    position: relative;
}

.yqhTit i.webYqh::after {
    content: "";
    display: block;
    width: 88px;
    height: 92px;
    background: url(../img/index/circle.png) no-repeat center/cover;
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: -1;
}

.yqhTit i.mobieYqh {
    display: none;
}

.yqhTit h6 {
    font-weight: bold;
    font-size: 36px;
    color: #9F0101;
    line-height: 2em;
    writing-mode: vertical-rl;
    /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢vertical-rl ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ */
    text-orientation: upright;
    /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ */
    letter-spacing: 4px;
    white-space: nowrap;
}

.qdsp {
    width: 294px;
    height: 90px;
    border-radius: 90px 0 30px 0;
    background: #fffaf4;
    font-weight: bold;
    font-size: 28px;
    color: #DA9700;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 140px;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
}

.qdsp::after {
    content: "";
    display: block;
    width: calc(100% - 14px);
    height: 100%;
    border-radius: 0 90px 0 30px;
    background: #cdb99e;
    position: absolute;
    top: -10px;
    z-index: -1;
    transition: all ease-in-out 0.5s;
}

.qdsp:hover {
    border-radius: 0;
    transition: all ease-in-out 0.5s;
}

.qdsp:hover::after {
    top: 0px;
    transition: all ease-in-out 0.5s;
}

.yqhRight {
    position: relative;
}

.prostitute {
    display: block;
    width: 236px;
    height: 228px;
    background: url(../img/index/yh.png) no-repeat center/cover;
    position: absolute;
    right: 10px;
    top: -25%;
    z-index: -1;
}

.minprostitute {
    width: 140px;
    height: 136px;
    display: block;
    background: url(../img/index/yh.png) no-repeat center/cover;
    position: absolute;
    left: 0;
    bottom: 60px;
    z-index: -1;
}

.yqhRight h4 {
    font-weight: bold;
    font-size: 35px;
    color: #333333;
    border-left: 9px solid #9F0101;
    padding-left: 20px;
    line-height: 36px;
}

.yzhCon p {
    font-size: 20px;
    color: #333333;
    text-align: justify;
    margin: 20px 0;
    text-indent: 2em;
}

.yzhCon h6 {
    font-weight: bold;
    font-size: 38px;
    color: #333333;
    text-align: right;
    margin-top: 60px;
}

.yzhCon p:last-child {
    text-align: right!important;
}

.partCount {
    width: 100%;
    background: url(../img/index/bg3.png) no-repeat center/cover;
    overflow: hidden;
    background-attachment: fixed;
}

.partCountBg {
    width: 100%;
    background: rgba(39, 16, 7, 0.58);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 150px 0;
}

.circle {
    width: 680px;
    height: 680px;
    background: url(../img/index/timeBg.png) no-repeat center/cover;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -330px;
    margin-top: calc(-340px + 60px);
    z-index: 0;
    animation: rotate 20s linear infinite 2.5s;
}

.countDowntxt {
    width: 82px;
    height: 322px;
    background: url(../img/index/djs.png) no-repeat top center/cover;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 60px 0;
    letter-spacing: 4px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    margin-left: -82px;
}

.slogans {
    font-size: 30px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: -30px;
}

.secLine {
    transform: rotateY(180deg);
}

.countNumber p {
    font-weight: bold;
    font-size: 72px;
    color: #FFFFFF;
}

.countNumber .countNum strong {
    font-weight: bold;
    font-size: 400px;
    text-shadow: 0px 9px 4px rgba(138, 9, 9, 0.25);
    color: #FFFFFF;
    letter-spacing: 30px;
}

.countDown {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.countNumber {
    display: flex;
    align-items: baseline;
}

.partJz {
    width: 100%;
    background: url(../img/index/bg4.png) no-repeat left center, url(../img/index/txt.png) no-repeat left center #f6efe8;
    position: relative;
    overflow: hidden;
}

.jzsk {
    position: relative;
}

.jzsk::after {
    content: "";
    display: block;
    width: 236px;
    height: 5px;
    background: url(../img/index/jzLine.png) no-repeat center/cover;
    position: absolute;
    bottom: -15px;
}

.jzskCon p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin: 20px 0;
    text-indent: 2em;
    line-height: 1.5;
}

.jzskBox {
    width: 50%;
    padding: 0px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    padding-right: 70px;
}

.wyjz {
    width: 220px;
    height: 63px;
    background: url(../img/index/wyjzBg.png) no-repeat right center/cover;
    display: flex;
    align-items: center;
    padding: 0 35px;
    cursor: pointer;
}

.wyjz p {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    gap: 10px;
}

.wyjz p img {
    animation: bounce2 2s infinite 2s;
}

.openOff {
    width: 25%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #9f0101;
}

.openOff::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 110%;
    background: url(../img/index/bgkai.png) no-repeat left/cover;
    left: -110%;
    z-index: 3;
}

.openBox {
    width: 100%;
}

.heartImg {
    width: 200%;
    height: 100%;
    position: absolute;
    left: -100%;
    z-index: 4;
    background: url(../img/index/heart.png) no-repeat left/cover;
}

.bgKai {
    width: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #f6efe8;
    z-index: 5;
}

.bgKai::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 200px;
    background: url(../img/index/bghe.png) no-repeat left;
    left: -170px;
    z-index: 5;
}

.proCenter {
    width: 1210px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.partXwzx {
    width: 100%;
    background: url(../img/index/xwzxBg.png) no-repeat center/cover;
    position: relative;
    padding: 60px 0 0 0;
    overflow: hidden;
}

.opaBg {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient( to left, rgba(118, 94, 94, 0) 0%, #7C0000 30%);
    height: 340px;
    width: 50%;
    z-index: 0;
}

.xwzxBanner {
    width: 100%;
    height: 770px;
    position: relative;
}

.xwzxBanner .swiper {
    width: 100%;
    height: 100%;
}

.xwzxBanner .swiper a {
    display: block;
    width: 100%;
    height: 100%;
}

.xwzxBanner .swiper a i {
    display: block;
    width: 100%;
    height: calc(100% - 120px);
    border-top-left-radius: 100px;
    background-size: cover !important;
}

.xwzxtxt {
    background: linear-gradient( to left, rgba(118, 94, 94, 0) 0%, #7C0000 76%);
    color: #fff;
    height: 340px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    width: 60%;
    padding-right: 10%;
    position: absolute;
    bottom: 0;
    z-index: 30;
}

.xwzxtxt h6 {
    font-weight: bold;
    font-size: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.xwzxtxt p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.pageAct a {
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #FFE19E;
    background: url(../img/moreBg.png) no-repeat center/cover;
}

.pageAct {
    display: flex;
    gap: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    background: rgba(255, 255, 255, 1);
    border-radius: 30px;
    align-items: center;
    bottom: 40px;
    padding-left: 20px;
    z-index: 10;
}

.pageAct .swiper-pagination {
    width: auto!important;
    position: initial!important;
    height: 26px;
}

.pageAct .swiper-pagination span.swiper-pagination-bullet {
    width: 26px;
    height: 26px;
    margin: 0 6px;
}

.pageAct .swiper-pagination span.swiper-pagination-bullet-active {
    background: #9F0101;
}

.build {
    width: 100%;
    height: 420px;
    position: absolute;
    bottom: 0;
    background: url(../img/index/build.png) no-repeat top center/cover;
    z-index: 10;
}

.floorL {
    position: absolute;
    left: 0;
    top: 100px;
}

.floorR {
    position: absolute;
    right: 0;
    bottom: 30%;
}

.xwzxTit {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.xwzxCon {
    width: 100%;
    padding: 0 44px 400px 44px;
    border: 6px solid #FFD0D0;
    background: #fff;
}

.xwzxCon h5 {
    font-weight: bold;
    font-size: 28px;
    color: #9F0101;
    text-align: center;
    margin: 60px 0;
}

.xwzxlistTxt {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.xwzxlistTxt>div {
    flex: 1;
}

.listTxtItem {
    margin-bottom: 40px;
}

.listTxtItem h6 {
    font-weight: 500;
    font-size: 22px;
    color: #9F0101;
    margin: 10px 0;
}

.listTxtItem p {
    font-size: 18px;
    color: #333333;
}

.scrollTop {
    width: 70px;
    height: 0;
    position: fixed;
    bottom: 70px;
    right: 0;
    cursor: pointer;
    z-index: 99;
    overflow: hidden;
}


/*.scrollTop:hover {
    animation: bounce 0.5s ease-in-out;
}*/

@keyframes bounce {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
}

.scrollTop p {
    display: none;
}

.scrollTopIn {
    height: 80px;
    transition: all 0.5s
}

.prostitute,
.minprostitute {
    animation: fireworks 2s infinite;
}

.prostitute::before,
.minprostitute::before,
.prostitute::after,
.minprostitute::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/index/yh.png') no-repeat center;
    background-size: cover;
    transform: scale(0.5);
    animation: fireworks 2s infinite;
}

.prostitute::after,
.minprostitute ::after {
    animation-delay: 1s;
    /* Delay the second explosion */
}

.bannerTxt {
    width: 60%;
    text-align: center;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.bannerTxt img {
    width: 100%;
}

.bannerTxt p {
    margin-top: -50px;
}

.layerBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
    border-radius: 6px;
    display: none;
}

.layerContent {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.layerCon {
    width: 60%;
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    position: relative;
    /* padding: 20px; */
}

.layerCon .close {
    font-size: 26px;
    font-weight: bold;
    float: right;
    line-height: 0.5;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
}

.layerMess {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    /* height: 100%; */
    padding-bottom: 74%;
    /* padding: 20px; */
}

.layerMessCon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.layerMessCon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.layerMessCon p {
    color: #333;
    font-size: 18px;
    margin: 10px 0;
}

@keyframes fireworks {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes fireworks {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-moz-keyframes fireworks {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-20px);
    }
}

@-moz-keyframes bounce {
    0%,
    100% {
        -moz-transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(-20px);
    }
}

@keyframes bounce2 {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@-webkit-keyframes bounce2 {
    0%,
    100% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
    }
}

@-moz-keyframes bounce2 {
    0%,
    100% {
        -moz-transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(-5px);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateReverse {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes rotateReverse {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

@-moz-keyframes rotateReverse {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

@keyframes slideRight {
    from {
        width: calc(200% - 200px);
    }
    to {
        width: 0;
    }
}

@-webkit-keyframes slideRight {
    from {
        width: calc(200% - 200px);
    }
    to {
        width: 0;
    }
}

@-moz-keyframes slideRight {
    from {
        width: calc(200% - 200px);
    }
    to {
        width: 0;
    }
}

@keyframes width {
    from {
        width: 0;
    }
    to {
        width: 200%;
    }
}

@-webkit-keyframes width {
    from {
        width: 0;
    }
    to {
        width: 200%;
    }
}

@-moz-keyframes width {
    from {
        width: 0;
    }
    to {
        width: 200%;
    }
}

body,
html {
    height: 100%;
    overflow: hidden;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/loading.png) no-repeat center/cover;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.5s;
    padding: 0 20px;
    /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ */
}


/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂloadingÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ */


/* #loading.loaded {

    pointer-events: none;
    transition: all 0.5s;
    opacity: 0;

} */


/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */

#index {
    /* transform: translateY(100%); */
    transition: all 0.5s;
}


/* #index.loaded {
    opacity: 1;
    transition: all 0.5s;
} */

.cp-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-size: 50px;
    font-weight: bold;
    padding: 20px;
}

.cp-preloader {
    width: 100%;
    text-align: center;
}

.cp-preloader__letter {
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.3);
}

.cp-preloader__letter {
    font-size: 50px;
    font-weight: bold;
}

.cp-preloader__letter:before {
    color: #fff;
}

.cp-preloader_type10:before,
.cp-preloader_type10:after {
    background-color: #fefefe;
}

.cp-preloader__letter:before {
    content: attr(data-preloader);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}

.cp-preloader__letter:nth-child(2):before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.cp-preloader__letter:nth-child(3):before {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.cp-preloader__letter:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.cp-preloader__letter:nth-child(5):before {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.cp-preloader__letter:nth-child(6):before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.cp-preloader__letter:nth-child(7):before {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
}

.cp-preloader__letter:nth-child(8):before {
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

.cp-preloader__letter:nth-child(9):before {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}


/* type 5 */

.cp-preloader_type5 .cp-preloader__letter:before {
    -webkit-animation-name: cp-preloader5;
    animation-name: cp-preloader5;
}

@-webkit-keyframes cp-preloader5 {
    0%,
    100% {
        -webkit-transform: rotateY(-90deg) scale(1);
        transform: rotateY(-90deg) scale(1);
        opacity: 0;
    }
    20%,
    50% {
        -webkit-transform: rotateY(0) scale(1);
        transform: rotateY(0) scale(1);
        opacity: 1;
    }
    65% {
        -webkit-transform: rotateY(0) scale(0);
        transform: rotateY(0) scale(0);
        opacity: 0;
    }
}

@keyframes cp-preloader5 {
    0%,
    100% {
        -webkit-transform: rotateY(-90deg) scale(1);
        transform: rotateY(-90deg) scale(1);
        opacity: 0;
    }
    20%,
    50% {
        -webkit-transform: rotateY(0) scale(1);
        transform: rotateY(0) scale(1);
        opacity: 1;
    }
    65% {
        -webkit-transform: rotateY(0) scale(0);
        transform: rotateY(0) scale(0);
        opacity: 0;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.xwzxImg {
    width: 100%;
    height: 660px;
    position: relative;
    margin: 60px 0;
}

.wordBg {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px 60px;
    background: rgba(0, 0, 0, 0.6);
}

.wordBg p {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
}

.wordBg span {
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 20px;
    line-height: 2em;
    background: url(../img/index/icon-time.png) no-repeat left center;
}

.txtCenter {
    display: inline-block;
    float: right;
    text-align: center;
}

.txtCenter h6 {
    text-align: center;
}

.txtCenter p {
    text-indent: 0;
}


/* 20250409ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ¥Ã‚Â¢Ã…Â¾ */

.donateButtons {
    display: flex;
    gap: 30px;
}

.donateButtons>a {
    background: url(../img/donateBg.png) no-repeat top/cover;
    width: 132px;
    height: 82px;
    padding: 0 12px;
    padding-top: 32px;
    position: relative;
    transition: 0.35s;
}

.donateButtons>a p {
    background: #fff;
    border-radius: 5px;
    height: 46px;
    font-size: 15px;
    color: #333333;
    line-height: 46px;
    width: 100%;
    text-align: center;
    transition: 0.35s;
}

.donateButtons>a::after {
    content: "";
    display: block;
    opacity: 0;
    width: 110%;
    height: 30px;
    background: url(../img/shadow.png) no-repeat center/contain;
    margin-left: -5%;
    transition: 0.35s;
}

.donateButtons>a:hover::after {
    opacity: 1;
    transition: 0.35s;
}

.donateButtons>a:hover {
    transform: translateY(-8px);
    transition: 0.35s;
}

.donateButtons>a:hover p {
    font-size: 15.5px;
    transition: 0.35s;
}


/* 20250409ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ¥Ã‚Â¢Ã…Â¾ ---en*/


/* 20150423 */

.jzskBox {
    padding: 0;
    width: 40%;
}

.partJz {
    background: url(../img/donR.png) no-repeat right/58% 100%, url(../img/donL.png) no-repeat left/80% 100% #F6EFE8;
    padding: 50px 0;
}

.partJz .center {
    display: flex;
    justify-content: space-between;
}

.donationList {
    width: 46%;
    padding: 30px;
}

.donationTable {
    box-shadow: 0px 4px 20px 0px rgba(130, 23, 23, 0.25);
    background: rgba(255, 255, 255, 0.9);
    padding: 18px 22px 15px 22px;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}

.donationList i,
.envelope {
    width: 100%;
    display: flex
}

.donationList i {
    position: relative;
    z-index: 2;
}

.envelope {
    width: calc(100% + 60px);
    margin-left: -30px;
    background: #F5CA89;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    border-radius: 6px;
}

.envelope .bar {
    width: 100%;
    height: 22px;
    background: #6C430B;
    border-radius: 20px;
}

.donationList i img {
    width: 100%;
    height: auto;
}
.celeLayerCon2{width: 100%;padding:20px 20px;height: calc(100% - 70px);background: url(../img/index/layerBg.jpg) no-repeat center / cover;}

.donationHeader,
.donationBody,.donationHeader2 {
    width: 100%;
    display: flex;
}

.donationHeader,.donationHeader2 {
    padding: 0 25px;
    height: 54px;
    background: #9F0101;
    border-radius: 10px;
    opacity: 0.9;
    align-items: center;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    position: sticky;
    top: 0;
    z-index: 1;
    /* ÃƒÂ§Ã‚Â¡Ã‚Â®ÃƒÂ¤Ã‚Â¿Ã‚ÂÃƒÂ¨Ã‚Â¡Ã‚Â¨ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ¥Ã…â€œÃ‚Â¨ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¤Ã‚Â¹Ã¢â‚¬Â¹ÃƒÂ¤Ã‚Â¸Ã…Â  */
}
.btn-click{cursor: pointer;}

.donationBodyContainer {
    height: 400px;
    overflow: hidden;
}
.donationBodyContainer2{height: calc(100% - 74px);overflow-y: auto}

.donationBody,.donationBody2 {
    flex-direction: column;
}

.donationTr {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #DDDDDD;
}

.donationTr {
    font-size: 16px;
    color: #333333;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.donationHeader h5:first-child,
.donationTd:first-child,.donationHeader2 h5:first-child,
.donationTd:first-child {
    width: 58%;
}

.donationHeader h5:nth-child(2),
.donationTd:nth-child(2),.donationHeader2 h5:nth-child(2),
.donationTd:nth-child(2)  {
    width: 42%;
    flex-shrink: 0;
}

.donationTd:first-child {
    display: flex;
    align-items: center;
}

.donationTd:first-child::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #9F0101;
    margin-right: 10px;
}


/* 20250429 */

.partCelebrat {
    width: 100%;
    background: url(../img/index/cele-dec.png) no-repeat right top/12%, url(../img/index/cele-bg.png) no-repeat center bottom/cover;
    padding: 5% 0;
    padding-right: 70px;
}

.celeTopic {
    width: 19%;
    position: relative;
    left: 5%;
    margin-bottom: 26px;
}

.celeTopic img {
    width: 100%;
    height: auto;
}

.celebratCon {
    width: 95%;
    margin: 0 auto;
    display: flex;
    position: relative;
    align-items: flex-start;
    min-height: 500px;
}

.celeArrange:nth-child(odd) {
    padding-bottom: 40px;
    top: 0%;
}

.celeArrange:nth-child(even) {
    padding-top: 40px;
    bottom: 0%;
}

.celeArrange {
    position: absolute;
    z-index: 2;
    height: 200px;
    width: 18%;
}

.celeArrange:nth-child(1) {
    left: 3%;
}

.celeArrange:nth-child(2) {
    left: 14%;
}

.celeArrange:nth-child(3) {
    left: 24%;
}

.celeArrange:nth-child(4) {
    left: 34%;
}

.celeArrange:nth-child(5) {
    left: 44%;
}

.celeArrange:nth-child(6) {
    left: 54%;
}

.celeArrange:nth-child(7) {
    left: 64%;
}

.celeArrange:nth-child(8) {
    left: 74%;
}

.celeArrange:nth-child(9) {
    left: 84%;
}

.celeArrange::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(159, 1, 1, 1));
}

.celeArrange::after {
    content: "";
    position: absolute;
    top: -76px;
    left: -17px;
    height: 37px;
    width: 37px;
    background: url(../img/index/cele-circle.png) no-repeat center center/100%;
}

.celeArrange:nth-child(even)::before {
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(159, 1, 1, 1));
}

.celeArrange:nth-child(odd)::after {
    top: auto;
    bottom: -60px;
}

.celeTit {
    min-height: 50px;
    background: linear-gradient( 90deg, #9C0000 0%, #CC2626 100%);
    border-radius: 0px 31px 0px 0px;
    border-left: 5px solid #620000;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    gap: 0;
    padding: 10px 8px;
    width: fit-content;
    padding-right: 22px;
    cursor: pointer;
}

.celeTit p {
    font-weight: normal;
    font-size: 18px;
    background: url(../img/index/cele-time.png) no-repeat left center;
    color: #fff;
    padding-left: 32px;
}

.celeTit p:nth-child(2) {
    background: none
}

.celeTxt {
    padding-left: 22px;
    cursor: pointer;
}

.celeTxt h6 {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 5px;
}

.celeArrange:hover .celeTxt h6 {
    color: #9C0000;
}

.celeTxt p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 4px;
}

.celebratCon::before {
    content: '';
    width: 100%;
    background: url(../img/index/cele-icon.png) no-repeat 96% center/8%, url(../img/index/cele-timebg.png) no-repeat left 76%/85%, linear-gradient( 90deg, #F3ECE1 3%, #9F0101 100%);
    border-radius: 130px;
    position: absolute;
    height: 100px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.celeMask,.celeMask2,.videoLayer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.celeLayerBox,.videoSwiper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.celeLayer {
    width: 66%;
    height: 80%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.celeMask2 .celeLayer{width: 50%}

.celeLayerTit,.celeLayerTit2 {
    width: 100%;
    height: 70px;
    background: url(../img/index/cele-head.png) no-repeat center bottom/cover;
    border-top: 10px solid #7E0000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.celeLayerTit h3,.celeLayerTit2 h3 {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}

.celeLayerTit .celeClose,.celeClose2,.closeBtn {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) scale(1);
    background: url(../img/index/cele-close.png) no-repeat center center/contain;
    cursor: pointer;
    transition: 0.3s;
}
.closeBtn{transform: translateY(0) scale(1);top: 20px;}
.celeLayerTit .celeClose:hover,.celeClose2:hover {
    transform: translateY(-50%) scale(1.08);
    transition: 0.3s;
}.closeBtn:hover{transform: translateY(0) scale(1.08);transition: 0.3s;}

.celeLayerCon {
    border: 1px solid #DFDFDF;
    border-top: none;
    overflow-y: auto;
    height: calc(100% - 70px);
    background: url(../img/index/layerBg.jpg) no-repeat center / cover;
}

.celeLayerCon>p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0;
}

.celeContentTable {
    display: none;
}

.celeLayerCon table {
    width: 100%;
    border-collapse: collapse;
}

.celeLayerCon table tr td {
    padding: 16px 15px!important;
    vertical-align: middle!important;
    border: 1px solid #c3b4b4!important;
}

.celeLayerCon table tr td p {
    color: #333!important;
    font-size: 16px!important;
}

.celeLayerCon table tr td:first-child {
    text-align: center;
    border-left: none!important;
}

.celeLayerCon table tr td:last-child {
    border-right: none!important;
}