@charset "utf-8";
*:focus {
    outline: none;
}
html, body {
    min-height: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fiedldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td{
    border-color:gray;
}

fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, i {
    font-style: normal;
    font-weight: normal;
}
ol, ul, li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
body {
    font-family: 'FZShengShiKaiShuS';
    color: #808080;
    font-size: .22rem;
    width: 100%;
}
input, select, textarea, button {
    vertical-align: middle;
    font-family: 'FZShengShiKaiShuS';
}
a, a:link {
    text-decoration: none;
    outline: none;
}
@font-face {
	font-family: 'FZShengShiKaiShuS';
	src: url('../font/FZBWKSJW--GB1-0.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
::-webkit-scrollbar {
    width: .06rem;
    height: .06rem;
}
::-webkit-scrollbar-thumb {
    background: #d2bb8c;
    cursor: pointer;
}
::-webkit-scrollbar-track {
    background: none;
}
.visible {
    display: none;
}
.hide {
    display: none !important;
}
.wrap {
    width: 100%;
    min-height: 100vh;
    position: relative;
    min-width: 15.9rem;
    font-size: .2rem;
}
.icons, .nav i {
    display: inline-block;
    width: .27rem;
    height: .28rem;
    background: url(https://gx.88888888woool.com/panlong/icon.png) 0 0 no-repeat;
    background-size: 5rem auto;
}

/* 弹窗 */
.alert {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
}
.alert-pop {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.alert-fade {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
}
.alert-main {
    position: relative;
    z-index: 2;
}
.show-media {
    width: 12.66rem;
}
.alert-media {
    border: .04rem solid #d2ba94;
    border-radius: .1rem;
    overflow: hidden;
    height: 7rem;
    background: #000;
}
    .alert-media.img {
        border: 0;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .alert-media img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        margin: 0 auto;
    }
    .alert-media video, .alert-media iframe {
        width: 100%;
        height: 100%;
    }
.media-title {
    color: #d2bb8c;
    font-size: .24rem;
    text-align: center;
    padding-top: .3rem;
}
    .media-title p {
        color: #fff;
        font-size: .36rem;
        padding-bottom: .12rem;
    }
.age-alert {
    width: 9.48rem;
    background: rgba(24, 18, 12, .96);
    border: .04rem solid #d2ba94;
    border-radius: .1rem;
    z-index: 2;
    box-sizing: border-box;
    padding: .35rem;
    font-size: .18rem;
    line-height: .36rem;
    color: #ffe2c9;
}
.age-name {
    text-align: center;
    font-size: .26rem;
    margin-bottom: .15rem;
    font-weight: bold;
    color: #ffffff;
}
.age-alert p{ margin-bottom: .105rem; }

.for-mp3{ width: 0; height: 0; opacity: 0; }
.hero-prev.swiper-button-disabled, .hero-next.swiper-button-disabled {
    -webkit-filter: grayscale(70%);
    -moz-filter: grayscale(70%);
    -ms-filter: grayscale(70%);
    -o-filter: grayscale(70%);
    filter: grayscale(70%);
    filter: gray;
}

/* 动画 */
.hero-prev,
.hero-next,
.hero-nav li,
.hero-close,
.hero-open em {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
    .hero-nav li:hover {
        -webkit-transform: translateY(-.04rem);
        transform: translateY(-.04rem);
    }

    .hero-prev:hover,
    .hero-open em:hover {
        -webkit-transform: translateX(-.04rem);
        transform: translateX(-.04rem);
    }

    .hero-next:hover,
    .hero-close:hover {
        -webkit-transform: translateX(.04rem);
        transform: translateX(.04rem);
    }

