*,
:after,
:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
time,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    color: #3d4c63;
    background: #fff;
    font: 14px/1.5 xm-Regular, sans-serif;
    outline: 0
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: inherit
}

img {
    max-width: 100%;
    border: none
}

em,
i {
    font-style: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,
select,
textarea {
    font-size: 12px;
    color: #444;
    font-family: xm-Regular, sans-serif;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

button,
input[type=button],
input[type=reset],
input[type=submit],
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer
}

input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus {
    background: #fff;
    border: 1px solid #bbb
}

.false:focus {
    border: 2px solid #ff1531;
    background: #fff
}

::-webkit-input-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

::-ms-clear,
::-ms-reveal {
    display: none
}

.fix {
    *zoom: 1
}

.fix:after,
.fix:before {
    display: block;
    content: "";
    height: 0;
    clear: both
}

.c {
    clear: both
}

.col-l,
.l {
    float: left
}

.col-r,
.r {
    float: right
}

.ani {
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.unselect {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}

.wp {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

.h50 {
    height: 50px;
    clear: both;
    overflow: hidden
}

.h100 {
    height: 100px;
    clear: both;
    overflow: hidden
}

@font-face {
    font-family: xm-Medium;
    /* src: url(../fonts/MiSans-Latin-VF.ttf) */
    src: url('https://oss.v-dk.com/img/202209152141179.otf')
}

@font-face {
    font-family: xm-Heavy;
    /* src: url(../fonts/MiSans-Latin-VF.ttf) */
    src: url('https://oss.v-dk.com/img/202209152141506.otf')
}

@font-face {
    font-family: xm-Regular;
    /* src: url(../fonts/MiSans-Latin-VF.ttf) */
    src: url('https://oss.v-dk.com/img/202209152140434.otf')
}

@font-face {
    font-family: xm-Bold;
    /* src: url(../fonts/MiSans-Latin-VF.ttf) */
    src: url('https://oss.v-dk.com/img/202209152104883.otf')
}

body {
    background: #000
}

.wp {
    margin: 0 auto;
    max-width: 12.6rem
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    pointer-events: none
}

.header .mi-logo {
    height: .69rem;
    pointer-events: auto
}

.header .mi-logo img {
    display: block;
    height: 100%
}

.header .xff-logo {
    height: .52rem;
    pointer-events: auto;
}

.header .xff-logo img {
    display: block;
    height: 100%
}

.index .banner {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100vh;
    overflow: hidden;
    z-index: 1
}

.index .banner img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: 1
}

.index .banner h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: xm-Bold;
    font-size: 1.32rem;
    line-height: 1.35rem;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    z-index: 2;
    display: none;
}

.ban-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 1.07rem;
    z-index: 2
}

.ban-tab-item {
    width: 3rem;
    height: .68rem;
    display: flex;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: .33rem;
    font-size: .2rem;
    color: #fff;
    margin: 0 .2rem;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    line-height: .7rem;
    /* display: none; */
}

.index .ban-tab-item {
    width: 2.4rem;
    margin: 0 .14rem
}

.ban-tab-item:hover {
    background-color: #fff;
    color: #000
}

.fullHeight {
    height: 100vh
}

.about {
    position: relative;
    z-index: 10;
    background: #000
}

.about .wp {
    padding: 1.56rem 0 1.45rem;
    position: relative;
    opacity: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.about-icon {
    width: 3.12rem;
    height: 3.12rem;
    background-image: url(../images/about-icon.png);
    background-image: -webkit-image-set(url(../images/about-icon.png) 1x, url(../images/about-icon@2x.png) 2x);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 1rem
}

.about h3 {
    font-size: .3rem;
    color: rgba(255, 255, 255, .6);
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
    font-weight: 400;
    margin-left: .6rem;
}

.about h3:after {
    content: '';
    display: block;
    width: .8rem;
    height: .8rem;
    background-image: url(../images/moon.png);
    background-image: -webkit-image-set(url(../images/moon.png) 1x, url(../images/moon@2x.png) 2x);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: -.6rem;
    top: -.25rem
}

.about p {
    font-size: .35rem;
    line-height: .52rem;
    color: rgba(255, 255, 255, .7);
    max-width: 10.2rem
}

.about p span {
    font-family: xm-Heavy;
    color: #fff
}

.pic-row-wrap {
    background: #000;
    position: relative;
    z-index: 10
}

.pic-row-wrap .wp {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.pic-row {
    padding-top: 1.17rem;
    padding-bottom: 2.14rem;
    display: flex;
    justify-content: space-between
}

.pic-row-item {
    flex: 0 0 5.9rem;
    border-radius: .6rem;
    overflow: hidden;
    display: block;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .15)
}

.pic-row-item:after {
    content: '';
    background: url(../images/dot-b.svg) no-repeat center center/contain;
    width: .23rem;
    height: 1.1rem;
    position: absolute;
    top: .48rem;
    left: .45rem;
    z-index: 3
}

.pic-row-item img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    object-fit: cover
}

.pic-row-item:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.pic-row-item .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    text-align: center;
    color: #fff
}

.pic-row-item .txt .year {
    display: block;
    font-size: .45rem;
    line-height: 1
}

.pic-row-item .txt .title {
    font-size: .35rem;
    display: block
}

.footer {
    background: #000;
    padding: .67rem 1.15rem .67rem 1.2rem;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.fd-media {
    display: flex;
    align-items: center
}

.fd-media a {
    display: block;
    width: .48rem;
    height: .48rem;
    flex: 0 0 .48rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.fd-media a:hover {
    opacity: .8
}

.fd-media a img {
    display: block;
    width: 100%
}

.fd-media a+a {
    margin-left: .28rem
}

.copyright {
    font-size: .21rem;
    color: #fff;
    opacity: .6
}

.inner-page .banner {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100vh;
    overflow: hidden;
    z-index: 1
}

.inner-page .banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-page .banner .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
    display: none;
}

.inner-page .banner .txt p {
    font-size: .56rem;
    text-transform: capitalize;
    margin-bottom: -.3rem;
}

.inner-page .banner .txt h3 {
    font-family: xm-Bold;
    font-size: 1.32rem
}

.theme {
    padding-top: 2rem;
    padding-bottom: 1.4rem;
    text-align: center
}

.theme h3 {
    font-weight: 400;
    font-size: .28rem;
    color: rgba(255, 255, 255, .6);
    ;
    margin-bottom: .5rem;

}

.moon-tit span {
    position: relative;
    font-size: .3rem;
    display: inline-block;
}

.moon-tit span:after {
    content: '';
    display: block;
    width: .8rem;
    height: .8rem;
    background-image: url(../images/moon.png);
    background-image: -webkit-image-set(url(../images/moon.png) 1x, url(../images/moon@2x.png) 2x);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: -.6rem;
    top: -.25rem
}

.theme p {
    max-width: 10.5rem;
    margin: 0 auto;
    color: #fff;
    font-size: .35rem;
    line-height: .52rem
}

.films {
    padding-top: .7rem;
    max-width: 1920px;
    margin: 0 auto
}

.films .title {
    margin-bottom: .3rem;
    text-align: center;
    text-transform: capitalize
}

.films .title p {
    font-size: .28rem;
    color: rgba(255, 255, 255, .6);
    margin-bottom: .5rem
}

.films .title h3 {
    font-family: xm-Bold;
    font-size: .6rem;
    color: #fff;
    line-height: .78rem;
    font-weight: 500
}

.films-box {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #000
}

.films-box .bg {
    position: absolute;
    top: -.75rem;
    left: 0;
    width: 100%;
    pointer-events: none
}

.films-box .left {
    position: absolute;
    left: 0;
    top: 0;
    width: 4.77rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: .54rem;
    color: #fff;
    font-family: xm-Bold;
    font-size: .96rem;
    line-height: 1;
    height: 5.25rem
}

.films-box .left i {
    display: block;
    background-image: url(../images/gang.png);
    background-image: -webkit-image-set(url(../images/gang.png) 1x, url(../images/gang@2x.png) 2x);
    width: .46rem;
    height: .72rem;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: relative;
    top: -.1rem
}

.films-box .right {
    position: absolute;
    right: 0;
    top: .57rem;
    width: 4.77rem
}

.film-side-list {
    display: flex;
    flex-direction: column;
    margin-top: 20px;

}

.film-side-item {
    display: flex;
    justify-content: flex-start
}

.film-side-item .pic {
    padding: .15rem .15rem .15rem .58rem;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.film-side-item .pic:hover,
.film-side-item.on .pic {
    background-image: url(../images/light3.png);
    background-image: -webkit-image-set(url(../images/light3.png) 1x, url(../images/light3@2x.png) 2x);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.film-side-item .pic img {
    width: 1.05rem;
    border-radius: .18rem;
    overflow: hidden;
    display: block;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.film-side-item .pic:after {
    content: '';
    position: absolute;
    border-radius: .18rem;
    top: .15rem;
    left: .58rem;
    width: 1.05rem;
    height: .75rem;
    background: #000;
    opacity: .4;
    pointer-events: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.film-side-item.on .pic img,
.film-side-item.pic :hover img {
    filter: none
}

.film-side-item.pic :hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.film-side-item.on .pic:after {
    opacity: 0
}

.films-box .mid {
    width: 9.65rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    pointer-events: none
}

.films-box .mid::-webkit-scrollbar {
    height: 0;
    width: 0
}

.film-item {
    pointer-events: auto;
    background-color: #000;
    margin-bottom: 1rem;
    opacity: 0;
    -webkit-transition: all .3s !important;
    -moz-transition: all .3s !important;
    -ms-transition: all .3s !important;
    -o-transition: all .3s !important;
    transition: all .3s !important
}

.film-item.swiper-slide-active {
    opacity: 1
}

.film-item .pic {
    padding-top: 54.4%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: .6rem
}

.film-item .pic:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: #000;
    opacity: .3;
    pointer-events: none
}

.film-item .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover
}

.film-item .pic .time {
    position: absolute;
    top: .27rem;
    right: .22rem;
    width: .92rem;
    height: .92rem;
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center
}

.film-item .pic .time span {
    color: #fff;
    font-size: .22rem;
    border-bottom: 5px solid #fff
}

.film-item .txt {
    display: flex;
    align-items: center;
    margin-top: .58rem
}

.film-item .txt .user {
    flex: 0 0 1.6rem;
    margin-right: .93rem
}

.film-item .txt .user .face {
    width: 1rem;
    height: 1rem;
    margin: 0 auto .29rem;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #000;
    position: relative
}

.film-item .txt .user .face img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover
}

.film-item .txt .user p {
    font-size: .2rem;
    line-height: .26rem;
    color: #fff;
    text-align: center
}

.film-item .txt .content {
    flex: 1
}

.film-item .txt .content h3 {
    font-size: .2rem;
    color: #fff;
    line-height: .26rem;
    margin-bottom: .3rem
}

.film-item .txt .content p {
    font-size: .18rem;
    line-height: .26rem;
    color: #fff;
    opacity: .6;
    height: 1.04rem
}

.cursor {
    user-select: none;
    pointer-events: none
}

.cursor {
    display: none;
    position: fixed;
    transition-timing-function: ease-out;
    mix-blend-mode: difference;
    filter: brightness(200%);
    z-index: 999
}

.cursor2 {
    pointer-events: none;
    mix-blend-mode: normal;
    z-index: 1000
}

.cursor .block {
    pointer-events: none;
    width: .3rem;
    height: .3rem;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
    opacity: 0
}

.cursor .txt {
    display: none;
    pointer-events: none
}

.incursor {
    border: none;
    background: 0 0
}

.incursor .block {
    height: 1.16rem;
    width: 1.16rem;
    background: #fff;
    opacity: 1
}

.incursor .txt {
    display: block;
    font-family: xm-Bold;
    font-size: .32rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    mix-blend-mode: normal
}

.video-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 999999;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out .5s;
    -moz-transition: all .5s ease-in-out .5s;
    -ms-transition: all .5s ease-in-out .5s;
    -o-transition: all .5s ease-in-out .5s;
    transition: all .5s ease-in-out .5s
}

.video-pop.show {
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.video-pop.show .video1 {
    opacity: 1;
    -webkit-transition: all .5s linear .5s;
    -moz-transition: all .5s linear .5s;
    -ms-transition: all .5s linear .5s;
    -o-transition: all .5s linear .5s;
    transition: all .5s linear .5s
}

.pop-mask {
    display: block;
    width: 100%;
    height: 100%;
    background: #000
}

.video-pop .video1 {
    opacity: 0;
    width: 12.6rem;
    height: 6.08rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #000;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.video-pop .video2 {
    width: 6.09rem
}

.video-pop video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}

.pop-close {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: calc(100% + .5rem);
    display: flex;
    align-items: center;
    font-size: .38rem;
    color: #fff
}

.pop-close i {
    display: block;
    background-image: url(../images/close.png);
    background-image: -webkit-image-set(url(../images/close.png) 1x, url(../images/close@2x.png) 2x);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: .24rem auto;
    background-size: .24rem auto;
    margin-right: .15rem;
    width: .23rem;
    height: .23rem;
    position: relative;
    top: -.03rem
}

.border-line {
    max-width: 12.6rem;
    margin: 0 auto;
    height: 1px;
    background: #fff;
    opacity: .15;
    position: relative;
    z-index: 10
}

.films+.wp.border {
    padding-top: 2.76rem;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.community {
    position: relative;
    z-index: 5
}

.community:after {
    content: '';
    background-image: url(../images/inner-icon.png);
    background-image: -webkit-image-set(url(../images/inner-icon.png) 1x, url(../images/inner-icon@2x.png) 2x);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 2.59rem;
    height: 2.52rem;
    position: absolute;
    left: 0;
    top: -1.26rem
}

.community .wp {
    padding-top: 1.3rem;
    padding-bottom: 1.27rem;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-align: center
}

.community .title {
    color: #fff;
    margin-bottom: .67rem
}

.community .title p {
    font-size: .28rem;
    text-transform: capitalize;
    margin-bottom: .5rem;
    color: rgba(255, 255, 255, .6);
}

.community .title h3 {
    font-size: .52rem;
    line-height: .64rem;
    max-width: 8rem;
    margin: 0 auto
}

.community .pic {
    width: 9.65rem;
    height: 4.98rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.community .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .6rem
}

.community .pic:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, .3) 100%);
    z-index: 1
}

.community .pic a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2.73rem;
    height: .68rem;
    border: 1px solid #fff;
    border-radius: .33rem;
    text-align: center;
    line-height: .7rem;
    font-size: .27rem;
    color: #fff;
    z-index: 2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.community .pic a:hover {
    background-color: #fff;
    color: #000
}

.fans {
    position: relative;
    z-index: 10;
    margin-top: -.3rem
}

.fans h3 {
    font-size: .37rem;
    color: #fff;
    margin-bottom: .75rem
}

.fans-list {
    display: flex;
    padding: 0 50px;
    justify-content: space-between
}

.fans-item {
    flex: 0 0 1.09rem
}

.fans-item:nth-child(even) {
    padding-top: .6rem;
    position: relative
}

.fans-item:nth-child(even):after {
    content: '';
    background-image: url(../images/line-l.png);
    background-image: -webkit-image-set(url(../images/line-l.png) 1x, url(../images/line-l@2x.png) 2x);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 1.23rem;
    height: .45rem;
    position: absolute;
    right: calc(100% + .12rem);
    top: .6rem;
    opacity: .4
}

.fans-item:nth-child(even):before {
    content: '';
    background-image: url(../images/line-r.png);
    background-image: -webkit-image-set(url(../images/line-r.png) 1x, url(../images/line-r@2x.png) 2x);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 1.23rem;
    height: .45rem;
    position: absolute;
    left: calc(100% + .12rem);
    top: .6rem;
    opacity: .4
}

.fans-item .face {
    margin: 0 auto .2rem;
    width: 1.09rem;
    height: 1.09rem;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: block;
}

.fans-item .face img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 102%;
    height: 102%;
    max-width: none;
    object-fit: cover
}

.fans-item .name {
    color: #fff;
    font-size: .22rem;
    line-height: .3rem
}

.discussion {
    padding-top: 1.29rem;
    padding-bottom: 2rem;
    overflow: hidden;
    position: relative;
    z-index: 5;
    margin: 0 auto
}

.discussion .title {
    text-align: center;
    margin-bottom: .5rem;
    font-size: .3rem;
    color: rgba(255, 255, 255, .6);
}

.swi-disc {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    padding-bottom: .89rem
}

.discussion:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    z-index: 20;
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%)
}

.discussion:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: 100%;
    z-index: 20;
    background: linear-gradient(to left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%)
}

.swi-disc .swiper-pagination {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: .16rem;
    height: .16rem;
    background: #fff;
    opacity: .3;
    border-radius: 50%;
    margin: 0 .1rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.swiper-pagination-bullet-active.swiper-pagination-bullet {
    opacity: 1;
    width: .2rem;
    height: .2rem
}

.disc-item {
    display: flex;
    border-radius: .6rem;
    overflow: hidden;
    border: 1px solid transparent;
    background: #000;
    position: relative;
    pointer-events: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.disc-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .3;
    pointer-events: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.swiper-slide-active.disc-item,
.swiper-slide-next.disc-item {
    border-color: rgba(255, 255, 255, .4)
}

.swiper-slide-active.disc-item {
    pointer-events: auto
}

.swiper-slide-active.disc-item:after {
    opacity: 0
}

.disc-txt {
    flex: 1;
    padding: .73rem .73rem .8rem .67rem;
    position: relative
}

.disc-txt .name {
    position: absolute;
    top: .73rem;
    right: .73rem;
    font-size: .24rem;
    color: #fff;
    opacity: .7
}

.disc-txt h3 {
    position: absolute;
    left: .67rem;
    bottom: .8rem;
    color: #fff;
    font-size: .5rem;
    line-height: .6rem;
    font-weight: 400;
    max-width: 3.6rem
}

.disc-txt:after {
    content: '';
    background: url(../images/dot.svg) no-repeat center center/contain;
    width: .3rem;
    height: 1.72rem;
    position: absolute;
    top: 1.64rem;
    left: .68rem
}

.disc-pic {
    flex: 0 0 5.63rem;
    height: 6.03rem;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.disc-pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.disc-pic:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.disc-pic:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: #000;
    pointer-events: none;
    opacity: .3
}

.to-top {
    margin: 1.4rem auto 0;
    width: 3.57rem;
    height: .68rem;
    border: 1px solid #fff;
    border-radius: .33rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .27rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.to-top:hover {
    color: #000;
    background-color: #fff
}

.banner .back {
    position: absolute;
    top: .68rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999
}

.banner .back i {
    background: url(../images/back-arrow.svg) no-repeat center center/contain;
    width: .38rem;
    height: .38rem;
    display: block;
    margin-right: .1rem;
    position: relative;
    top: -.03rem
}

.banner .back span {
    font-family: xm-Medium;
    font-size: .28rem;
    color: #fff;
    position: relative;
    display: none;
}

.banner .back:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: 1px;
    background-color: #fff
}

.banner .back:hover:after {
    width: 100%
}

.main-wrap {
    background: #000;
    position: relative;
    z-index: 2
}

.text-h3 {
    font-family: xm-Bold;
    font-size: .6rem;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

.fd-media a {
    width: 20px;
    height: 20px;
}

.fd-media a img {
    width: 100%;
    height: 100%;
}