body,
html {
    margin: 0;
    padding: 0
}

body {
    font-size: .01rem
}

* {
    box-sizing: border-box;
    animation-timing-function: linear
}

.h5-show,
.mobile {
    display: none
}

.cover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 2;
    background-color: #fff;
    animation-name: show;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

.cover.an {
    background-color: #000;
    animation-delay: 1.4s;
    animation-name: push;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease
}

@keyframes show {
    100% {
        background-color: #000
    }
}

@keyframes push {
    0% {
        height: 100%
    }
    100% {
        height: 0
    }
}

.video {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    -webkit-filter: blur(100px);
    -moz-filter: blur(100px);
    -ms-filter: blur(100px);
    filter: blur(100px);
    transition: 1s ease 1.4s
}

.video.an {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0)
}

.video-cover {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .6)
}

h1 {
    margin: 0;
    width: 4.1rem;
    height: 1.5rem;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -2.05rem;
    margin-top: -.75rem;
    z-index: 3;
    font-size: .31rem;
    color: #fff;
    text-align: center;
    font-weight: 200
}

h1.an {
    animation-name: h1_right;
    animation-delay: 2.15s;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: linear
}

@keyframes h1_right {
    100% {
        margin-left: -1.75rem
    }
}

h1 img {
    opacity: 0
}

h1 img.an {
    animation-name: logo_show;
    animation-duration: 1.4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease
}

@keyframes logo_show {
    21.43% {
        margin-top: 0;
        margin-bottom: 0;
        opacity: 1
    }
    57.14% {
        margin-top: 0;
        margin-bottom: 0;
        opacity: 1
    }
    64.29% {
        margin-top: 0;
        margin-bottom: 0;
        opacity: 1
    }
    100% {
        margin-top: -.2rem;
        margin-bottom: .2rem;
        opacity: 1
    }
}

h1 p {
    margin: 0;
    opacity: 0
}

h1 p.an {
    animation-name: logo_center_show;
    animation-delay: .3s;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: linear
}

@keyframes logo_center_show {
    100% {
        opacity: 1;
        margin-top: -.2rem
    }
}

h1 b {
    opacity: 0;
    display: inline-block;
    margin-top: .2rem
}

h1 b.an {
    animation-name: logo_b;
    animation-delay: 2.15s;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease
}

@keyframes logo_b {
    100% {
        opacity: 1;
        margin-top: 0
    }
}

.left {
    background-color: #070506;
    position: fixed;
    left: 0;
    width: 0;
    bottom: 0;
    top: 0;
    border-right: .03rem solid #E01025;
    border-right-width: 0;
    z-index: 4;
    overflow: hidden;
    background-image: url(https://pkstar.net/wp-content/themes/pkstar/img/leftbg.png);
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat
}

.left.mobile {
    display: none
}

.left.an {
    animation-name: left_pull;
    animation-delay: 2s;
    animation-duration: .7s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease
}

@keyframes left_pull {
    100% {
        width: 1rem;
        border-right-width: .03rem
    }
}

.left>img {
    opacity: 0;
    width: .97rem;
    margin-top: .2rem
}

.left>img.an {
    animation-name: left_logo;
    animation-delay: 2.15s;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: linear
}

@keyframes left_logo {
    100% {
        opacity: 1;
        margin-top: 0
    }
}

.left>span {
    width: .97rem;
    display: block;
    text-align: center;
    color: #fff;
    font-size: .18rem;
    height: .6rem;
    line-height: .6rem;
    cursor: pointer
}

.left>b {
    transition: top 1s ease;
    display: inline-block;
    width: .97rem;
    height: .6rem;
    position: absolute;
    background-color: #6A000A;
    left: 0;
    z-index: -1;
    margin-top: .2rem
}

.left>b.t1 {
    top: 1.01rem
}

.left>b.t2 {
    top: 1.61rem
}

.left>b.t3 {
    top: 2.21rem
}

.left>b.t4 {
    top: 2.81rem
}

.left>b.an {
    animation-name: left_logo;
    animation-delay: 2.15s;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: linear
}

.jiantou {
    display: block;
    position: fixed;
    z-index: 5;
    bottom: 0;
    right: 0;
    width: 1.65rem;
    height: .6rem;
    background-color: rgba(224, 16, 37, .8);
    text-decoration: none;
    color: #fff;
    line-height: .6rem;
    text-align: center;
    font-size: .16rem
}

.jiantou>i {
    display: inline-block;
    font-style: inherit;
    letter-spacing: -.02rem
}

.jiantou>i.an {
    animation-name: buttonmove;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease
}

@keyframes buttonmove {
    0% {
        transform: translate(0, 0)
    }
    25% {
        transform: translate(0, -.05rem)
    }
    50% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(0, 0)
    }
}

.jiantou>i:nth-child(1).an {
    animation-delay: 0s
}

.jiantou>i:nth-child(2).an {
    animation-delay: .2s
}

.jiantou>i:nth-child(3).an {
    animation-delay: .4s
}

.jiantou>i:nth-child(4).an {
    animation-delay: .6s
}

.jiantou>i:nth-child(5).an {
    animation-delay: .8s
}

.jiantou>.img {
    content: "";
    display: block;
    position: absolute;
    left: 1.22rem;
    top: .25rem;
    background-image: url(https://pkstar.net/wp-content/themes/pkstar/img/jiantou.svg);
    width: .2rem;
    height: .2rem;
    background-repeat: no-repeat
}

.qrcode.pc {
    position: fixed;
    z-index: 5;
    top: 30%;
    right: 36px;
    display: flex;
    height: 128px
}

.qrcode.pc>a {
    text-decoration: initial;
    display: block;
    width: 32px;
    background-color: #E01025;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    font-size: 14px;
    cursor: pointer;
    height: 100%
}

.qrcode.pc>a>i {
    display: inline-block;
    width: 23px;
    height: 22px;
    background-image: url(https://pkstar.net/wp-content/themes/pkstar/img/qr-server.svg);
    margin-bottom: 2px;
    animation-name: qr-server;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    transform: rotate(0)
}

@keyframes qr-server {
    0% {
        transform: rotate(0)
    }
    3.125% {
        transform: rotate(-15deg)
    }
    6.25% {
        transform: rotate(15deg)
    }
    9.375% {
        transform: rotate(-15deg)
    }
    12.5% {
        transform: rotate(15deg)
    }
    15.625% {
        transform: rotate(-15deg)
    }
    18.75% {
        transform: rotate(15deg)
    }
    21.875% {
        transform: rotate(-15deg)
    }
    25% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(0)
    }
}

.qrcode.pc>div {
    width: 0;
    overflow: hidden;
    transition: width .5s ease
}

.qrcode.pc>div>div {
    width: 162px;
    height: 100%;
    background: transparent linear-gradient(91deg, #290000 0, #3B000000 100%) 0 0 no-repeat padding-box;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-top: 11px
}

.qrcode.pc>div>div>img {
    margin-bottom: 5px
}

.qrcode.pc>div.open {
    width: 162px
}

.main {
    z-index: 3
}

.main .p2,
.main .p3,
.main .p4 {
    width: 100%;
    height: 100%;
    position: relative
}

.main .p2 h2,
.main .p3 h2,
.main .p4 h2 {
    margin: 0;
    position: relative;
    z-index: 2;
    text-align: left;
    font: Bold .53rem/.7rem Microsoft YaHei
}

.main .p2>p,
.main .p3>p,
.main .p4>p {
    font-size: .18rem
}

.main .p2>.d,
.main .p3>.d,
.main .p4>.d {
    transform: translate(0, .2rem);
    opacity: 0
}

.main .p2>.d.an,
.main .p3>.d.an,
.main .p4>.d.an {
    animation-name: dopo;
    animation-delay: .4s;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: linear
}

.main .p2>.d.ou,
.main .p3>.d.ou,
.main .p4>.d.ou {
    opacity: 1;
    transform: translate(0, 0);
    animation-name: dopoou;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: linear
}

@keyframes dopo {
    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes dopoou {
    100% {
        transform: translate(0, .2rem);
        opacity: 0
    }
}

.main .p2>.d:nth-child(1).an,
.main .p3>.d:nth-child(1).an,
.main .p4>.d:nth-child(1).an {
    animation-delay: .4s
}

.main .p2>.d:nth-child(1).ou,
.main .p3>.d:nth-child(1).ou,
.main .p4>.d:nth-child(1).ou {
    animation-delay: 0s
}

.main .p2>.d:nth-child(2).an,
.main .p3>.d:nth-child(2).an,
.main .p4>.d:nth-child(2).an {
    animation-delay: .46s
}

.main .p2>.d:nth-child(2).ou,
.main .p3>.d:nth-child(2).ou,
.main .p4>.d:nth-child(2).ou {
    animation-delay: 20ms
}

.main .p2>.d:nth-child(3).an,
.main .p3>.d:nth-child(3).an,
.main .p4>.d:nth-child(3).an {
    animation-delay: .52s
}

.main .p2>.d:nth-child(3).ou,
.main .p3>.d:nth-child(3).ou,
.main .p4>.d:nth-child(3).ou {
    animation-delay: 40ms
}

.main .p2>.d:nth-child(4).an,
.main .p3>.d:nth-child(4).an,
.main .p4>.d:nth-child(4).an {
    animation-delay: .58s
}

.main .p2>.d:nth-child(4).ou,
.main .p3>.d:nth-child(4).ou,
.main .p4>.d:nth-child(4).ou {
    animation-delay: 50ms
}

.main .p2>.d:nth-child(5).an,
.main .p3>.d:nth-child(5).an,
.main .p4>.d:nth-child(5).an {
    animation-delay: .64s
}

.main .p2>.d:nth-child(5).ou,
.main .p3>.d:nth-child(5).ou,
.main .p4>.d:nth-child(5).ou {
    animation-delay: 60ms
}

.main .p2>.d:nth-child(6).an,
.main .p3>.d:nth-child(6).an,
.main .p4>.d:nth-child(6).an {
    animation-delay: .7s
}

.main .p2>.d:nth-child(6).ou,
.main .p3>.d:nth-child(6).ou,
.main .p4>.d:nth-child(6).ou {
    animation-delay: .1s
}

.main .p2>.d:nth-child(7).an,
.main .p3>.d:nth-child(7).an,
.main .p4>.d:nth-child(7).an {
    animation-delay: .76s
}

.main .p2>.d:nth-child(7).ou,
.main .p3>.d:nth-child(7).ou,
.main .p4>.d:nth-child(7).ou {
    animation-delay: .12s
}

.main .p2>.d:nth-child(8).an,
.main .p3>.d:nth-child(8).an,
.main .p4>.d:nth-child(8).an {
    animation-delay: .82s
}

.main .p2>.d:nth-child(8).ou,
.main .p3>.d:nth-child(8).ou,
.main .p4>.d:nth-child(8).ou {
    animation-delay: .14s
}

.main .p2>.d:nth-child(9).an,
.main .p3>.d:nth-child(9).an,
.main .p4>.d:nth-child(9).an {
    animation-delay: .88s
}

.main .p2>.d:nth-child(9).ou,
.main .p3>.d:nth-child(9).ou,
.main .p4>.d:nth-child(9).ou {
    animation-delay: .16s
}

.main .p2>.d:nth-child(10).an,
.main .p3>.d:nth-child(10).an,
.main .p4>.d:nth-child(10).an {
    animation-delay: .94s
}

.main .p2>.d:nth-child(10).ou,
.main .p3>.d:nth-child(10).ou,
.main .p4>.d:nth-child(10).ou {
    animation-delay: .18s
}

.main .p2>.d:nth-child(11).an,
.main .p3>.d:nth-child(11).an,
.main .p4>.d:nth-child(11).an {
    animation-delay: 1s
}

.main .p2>.d:nth-child(11).ou,
.main .p3>.d:nth-child(11).ou,
.main .p4>.d:nth-child(11).ou {
    animation-delay: .2s
}

.main .p2>.d:nth-child(12).an,
.main .p3>.d:nth-child(12).an,
.main .p4>.d:nth-child(12).an {
    animation-delay: 1.06s
}

.main .p2>.d:nth-child(12).ou,
.main .p3>.d:nth-child(12).ou,
.main .p4>.d:nth-child(12).ou {
    animation-delay: .22s
}

.main .p2>.d:nth-child(13).an,
.main .p3>.d:nth-child(13).an,
.main .p4>.d:nth-child(13).an {
    animation-delay: 1.12s
}

.main .p2>.d:nth-child(13).ou,
.main .p3>.d:nth-child(13).ou,
.main .p4>.d:nth-child(13).ou {
    animation-delay: .24s
}

.main .p2 {
    padding-top: 1.9rem;
    padding-left: 2rem;
    color: #fff;
    background-image: url(https://pkstar.net/wp-content/themes/pkstar/img/p2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000
}

.main .p2>.bu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    height: 2.36rem;
    background-color: #E01025;
    opacity: .4;
    transform: translate(100%, 0)
}

.main .p2>.bu.an {
    animation-name: bumove;
    animation-duration: 1.8s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease
}

.main .p2>.bu.ou {
    transform: translate(0, 0);
    animation-name: bumoveou;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease
}

@keyframes bumove {
    100% {
        transform: translate(0, 0)
    }
}

@keyframes bumoveou {
    100% {
        transform: translate(100%, 0)
    }
}

.main .p2>h2.two {
    margin-top: 1.3rem
}

.main .p3 {
    padding-top: 1.2rem;
    padding-left: 2rem;
    background-color: #151515;
    color: #fff;
    position: relative
}

.main .p3 img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto
}

.main .p3:after {
    content: "";
    position: absolute;
    left: 2rem;
    top: 5.54rem;
    width: .1rem;
    height: 4.55rem;
    background-image: url(https://pkstar.net/wp-content/themes/pkstar/img/p3-little.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.main .p3 .red {
    color: #FF364A
}

.main .p4 {
    padding-top: 1.2rem;
    padding-left: 2rem;
    background-image: url(https://pkstar.net/wp-content/themes/pkstar/img/p4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    color: #fff;
    position: relative
}

.main .p4>.d {
    position: relative;
    z-index: 2
}

.main .p4>a {
    width: 5rem;
    height: 3.2rem;
    display: block;
    cursor: pointer;
    color: #fff;
    background-size: contain
}

.main .p4>a.a1 {
    position: absolute;
    top: 4rem;
    left: 2rem;
    background-image: url(https://pkstar.net/wp-content/themes/pkstar/img/p41.png)
}

.main .p4>a.a2 {
    position: absolute;
    top: 4rem;
    left: 7.5rem;
    background-image: url(https://pkstar.net/wp-content/themes/pkstar/img/p42.png)
}

.main .p4>a.a3 {
    position: absolute;
    top: 4rem;
    left: 13rem;
    background-image: url(https://pkstar.net/wp-content/themes/pkstar/img/p43.png)
}

.main .p4>a>b {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -.45rem;
    height: .01rem;
    background-color: #fff
}

.main .p4>a>span {
    display: block;
    position: absolute;
    height: .55rem;
    left: 0;
    right: 0;
    bottom: -.55rem;
    background-color: #242424;
    line-height: .55rem;
    text-align: center;
    font-size: .18rem
}

.main .p4>a>span i {
    font-style: inherit;
    position: relative;
    z-index: 2
}

.main .p4>a>b:before,
.main .p4>a>span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 100%;
    background-color: #E01025;
    transition: right .5s ease
}

.main .p4>a em {
    display: block;
    opacity: 0
}

.main .p4>a:hover>b:before,
.main .p4>a:hover>span:before {
    right: 0
}

.main .p4>a:hover em {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    padding-top: 1.5rem;
    text-align: center
}

.main .p4>a:hover em i {
    font-size: .18rem;
    letter-spacing: .04rem;
    font-style: initial;
    transition: .6s ease
}

.main .p4>a:hover em i:hover {
    color: #E01025
}

.onepage-pagination {
    margin-right: .3rem
}

.onepage-pagination li {
    cursor: pointer;
    margin-bottom: .16rem
}

.onepage-pagination li a:before {
    color: #fff;
    font-size: .14rem;
    font-weight: 700;
    opacity: .4;
    left: 0;
    margin: 0
}

.onepage-pagination li:nth-child(1) a:before {
    content: "01"
}

.onepage-pagination li:nth-child(2) a:before {
    content: "02"
}

.onepage-pagination li:nth-child(3) a:before {
    content: "03"
}

.onepage-pagination li:nth-child(4) a:before {
    content: "04"
}

.onepage-pagination li a.active:before {
    border: none;
    opacity: 1;
    left: 0;
    margin: 0
}

.onepage-pagination li a:before {
    background-color: transparent
}

.hd {
    display: block;
    color: #E01025;
    font-weight: bold;
    /* text-align: center; */
}

.hd:hover {
    color: #ff4154;
}