@charset "UTF-8";

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

*,
:after,
:before {
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

address,
b,
em,
i {
    font-style: normal
}

a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none
}

li,
ol,
ul {
    list-style: none
}

img {
    border: 0;
    font-size: 0;
    user-select: none;
    vertical-align: middle
}

:focus,
button,
input,
select,
textarea {
    outline: 0
}

input,
select,
textarea {
    -webkit-appearance: none;
    appearance: none
}

input,
textarea {
    background: 0 0;
    border-radius: 0;
    resize: none;
    cursor: text
}

a,
img {
    -webkit-user-drag: none
}

a {
    color: #fff;
}

button {
    background: 0 0;
    border: 0;
    cursor: pointer
}

.hide {
    display: none !important
}

body {
    word-wrap: break-word
}

body {
    --design-width: 1920;
    background: #0c0c0c;
    overflow-x: hidden;
    overflow-y: scroll
}

a,
* {
    appearance: none;
    -webkit-tap-highlight-color: transparent
}

::-webkit-input-placeholder,
body,
button,
input,
select,
textarea {
    font-family: system-ui, PingFang SC, Open Sans, calibri, Roboto, verdana, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, sans-serif;
    font-size: 12px;
    line-height: 1.5
}

body {
    min-width: 1200px;
    overflow: auto;
}

.wgheader-inner,
.wgheader-inner * {
    font-family: system-ui, PingFang SC, Open Sans, calibri, Roboto, verdana, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, sans-serif
}

#widget-header {
    position: relative;
    z-index: 500
}

.wgheader {
    width: 100%;
    position: relative;
    height: 74px;
    z-index: 500;
    margin: auto;
    font-size: 0;
    --wgheader-transition1: height .25s ease-in-out 0s, background-color .25s ease-in-out 0s;
    --wgheader-transition2: transform .25s ease-in-out 0s;
    --wgheader-gap: 120px;
    --wgheader-link-gap: 30px
}

.widget-wgheader.wgheader {
    z-index: 200
}

.wgheader-inner {
    height: 88px;
    padding: 0 240px;
    min-width: 800px;
    z-index: 500;
    display: flex;
    align-items: center;
    background-color: #0b0b0b;
    transition: var(--wgheader-transition1);
    box-sizing: border-box;
}

.wgheader--immersive .wgheader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.wgheader--immersive .wgheader-inner {
    background: none
}

.wgheader--immersive .wgheader-inner:hover {
    background: none;
    background-color: #000000d9
}

.wgheader-hd,
.wgheader-bd {
    display: flex;
    align-items: center;
    justify-content: baseline
}

.wgheader-hd {
    white-space: nowrap
}

.wgheader-bd {
    width: 100%;
    flex: 1
}

.wgheader-ft {
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.wgheader-logo {
    display: block;
    width: 220px;
    height: 50px;
    background-image: url(../images/logo0.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    background-size: auto 100%;
    transform-origin: 0% 50%;
    transition: var(--wgheader-transition2)
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.wgheader-download {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    width: 138px;
    height: 32px;
    color: #fffc;
    white-space: nowrap;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    transition: all .15s ease-in-out;
    position: relative;
    margin: 0 0 0 28px
}

.wgheader-download:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: polygon(99% 0, 99% 84%, 95% 100%, 1% 100%, 1% 0);
    background-color: #ff8f00;
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scaleY(.5);
    transition: all .15s ease-in-out;
    z-index: -1
}

.wgheader-download:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/btn-border.03fdaace.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: .5;
    pointer-events: none;
    transition: all .15s ease-in-out
}

.wgheader-download:hover {
    color: #000
}

.wgheader-download-row {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/login_icon2x.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-right: 6px;
    opacity: .8;
    transition: all .15s ease-in-out
}

.wgheader-download:hover .wgheader-download-row {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/380b1673f1294a6882f7fc532f66ca64.gif).png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-right: 6px;
    opacity: .8;
    transition: all .15s ease-in-out
}

.wgheader-download-row1 {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/register_icon2x.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-right: 6px;
    opacity: .8;
    transition: all .15s ease-in-out
}

.wgheader-download:hover .wgheader-download-row1 {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/4fdcf76c56a248779684789b01699415.gif).png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-right: 6px;
    opacity: .8;
    transition: all .15s ease-in-out
}

.wgheader-download-row2 {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/help_icon2x.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-right: 6px;
    opacity: .8;
    transition: all .15s ease-in-out
}

.wgheader-download:hover .wgheader-download-row2 {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/fd61f25db92a4c2f95082091beec4f13.gif).png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-right: 6px;
    opacity: .8;
    transition: all .15s ease-in-out
}

.wgheader-download:hover:before {
    opacity: 1;
    opacity: 0
}

.wgheader-download:hover:after {
    transform: scale(1.01);
    opacity: 1
}

.wglogin {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    width: 86px;
    height: 32px;
    color: #fffc;
    white-space: nowrap;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    transition: all .15s ease-in-out;
    position: relative;
    margin-left: 24px;
}

.wglogin:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: polygon(99% 0, 99% 84%, 95% 100%, 1% 100%, 1% 0);
    background-color: #ff8f00;
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scaleY(.5);
    transition: all .15s ease-in-out;
    z-index: -1
}

.wglogin:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/btn-border-small.2bdb881e.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: .5;
    pointer-events: none;
    transition: all .15s ease-in-out
}

/* .wglogin:hover:before {
    opacity: 0
} */

/* .wglogin:hover {
    color: #000
} */

/* .wglogin:hover .btn-wglogin {
    opacity: 1;
    filter: invert(1)
} */

/* .wglogin:hover:after {
    transform: scale(1.01);
    opacity: 1
} */

.wglogin-user:before,
.wglogin-user:after {
    display: none
}

.wglogin-user {
    width: auto;
    height: 55px;
    padding: 0 8px;
    margin: 0 0 0 16px
}

.in-mobile .wgheader-ft {
    height: 64px
}

.wglogin-info {
    position: relative
}

.wglogin-figure {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #3d3d3d;
    cursor: pointer
}

.wglogin-figure>img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

/* .wglogin:hover .wgpopup {
    opacity: 1;
    height: auto
} */

.wgpopup-inner {
    padding: 6px;
    box-sizing: border-box;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid var(--wgcolor-fill0-3);
    background-color: var(--wgcolor-fill-1);
    position: relative
}

.wgpopup-inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 6px;
    background-color: var(--wgcolor-fill-1);
    opacity: .95;
    backdrop-filter: blur(10px)
}

.wgpopup-menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 19px;
    color: var(--wgcolor-text-1);
    border-radius: 6px;
    overflow: hidden;
    white-space: nowrap
}

.wglogin-btn {
    color: var(--wgcolor-text-2);
    cursor: pointer
}

/* .wglogin-btn:hover {
    color: var(--wgcolor-text-1)
} */

.wglogin-icon {
    vertical-align: middle;
    fill: #fff9;
    transition: all .15s ease
}

/* .wglogin-btn:hover .wglogin-icon {
    fill: #fff
} */

@media screen and (min-width: 0) and (max-width:1279px) {
    .wgheader {
        --wgheader-link-gap: 20px;
        --wgheader-gap: 40px
    }

    .wgheader-logo {
        width: 220px;
        transform: scale(1);
        transform-origin: 50% 50%
    }

    .wgpopup,
    .wgnav-dropmenu {
        top: 50px
    }
}

@media screen and (min-width: 1280px) and (max-width:1500px) {
    .wgheader {
        --wgheader-link-gap: 20px;
        --wgheader-gap: 60px
    }

    .wgpopup,
    .wgnav-dropmenu {
        top: 50px
    }
}

.wgnav-item--inmobile {
    display: none
}

@media screen and (max-width: 930px) {
    /* body.in-mobile, .in-mobile, .in-mobile .wgheader-inner {
        min-width: 0
    } */

    .in-mobile .wgheader--mini .wgheader-inner,
    .in-mobile .wgheader,
    .in-mobile .wgheader-inner {
        height: 64px
    }

    .in-mobile .wgheader-hd {
        padding: 0;
        position: absolute;
        top: 15px;
        left: 50%;
        margin-left: -15px
    }

    .in-mobile .wgheader-inner {
        width: 100%;
        min-width: 100%
    }

    .in-mobile .wgnav-item.cur a:before {
        display: none
    }

    .in-mobile .wgnav-popup {
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        background: rgba(30, 30, 32, 1);
        max-height: 0px;
        overflow: hidden;
        transition: max-height .25s cubic-bezier(.04, .04, .12, .96)
    }

    .in-mobile .wgnav-show .wgnav-popup {
        max-height: 600px;
        transition: max-height .9s cubic-bezier(.41, .43, 0, 1)
    }

    .in-mobile .wgnav-show .wgheader-inner {
        background: rgba(0, 0, 0, .95);
        backdrop-filter: none
    }

    .in-mobile .wgnav-show .wgnav-popup {
        background: rgba(0, 0, 0, .9);
        backdrop-filter: blur(10px)
    }

    .in-mobile .wgnav {
        margin: 0 0 20px;
        padding-top: 0
    }

    .in-mobile .wgnav-item {
        display: block
    }

    .in-mobile .widget-feedback,
    .in-mobile .wgheader-download {
        display: none
    }

    .in-mobile .wgheader-ft {
        position: absolute;
        right: 24px;
        top: 0;
        float: none
    }

    .in-mobile .wgnav-link {
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        padding: 0 0 0 20px;
        margin: 0 20px;
        height: 45px;
        line-height: 45px;
        position: relative;
        color: #fff
    }

    .in-mobile .cur>.wgnav-link {
        color: #ff9928;
        font-weight: 700
    }

    .in-mobile .wgnav-link:after {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0;
        height: 1px;
        background-color: #ffffff1f
    }

    .in-mobile .wgnav-link:active {
        background-color: #ffffff26
    }

    .in-mobile .wgnav-item--dropmenu>.wgnav-link {
        display: none
    }

    .in-mobile .wgnav-item--dropmenu .wgnav-dropmenu {
        position: static;
        height: auto;
        transform: none;
        overflow: visible;
        width: 100%;
        opacity: 1;
        transition: none
    }

    .in-mobile .wgnav-item--dropmenu .wgnav-dropmenu-list {
        padding: 0;
        border-radius: 0;
        border: none
    }

    .in-mobile .wgnav-item--dropmenu .wgnav-dropmenu-list:after {
        display: none
    }

    .in-mobile .wgnav-item--dropmenu .wgnav-dropmenu-link {
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        padding: 0 0 0 20px;
        margin: 0 20px;
        height: 50px;
        line-height: 50px;
        position: relative;
        color: #fff;
        border-radius: 0;
        transition: none
    }

    .in-mobile .cur>.wgnav-dropmenu-link {
        color: #ffd54f;
        font-weight: 700
    }

    .in-mobile .wgnav-item--dropmenu .wgnav-dropmenu-link:hover {
        background: none
    }

    .in-mobile .wgnav-item--dropmenu .wgnav-dropmenu-link:active {
        background-color: #ffffff26
    }

    .in-mobile .wgnav-item--dropmenu .wgnav-dropmenu-link:after {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0;
        height: 1px;
        background-color: #ffffff1f
    }

    .in-mobile .wgnav-item--dropmenu .wgnav-dropmenu-item:last-child .wgnav-dropmenu-link:after {
        display: none
    }

    .in-mobile .wgnav-popup-btn {
        width: 24px;
        height: 24px;
        position: fixed;
        top: 20px;
        left: 24px;
        box-sizing: border-box;
        transform: scale(.9);
        cursor: pointer
    }

    .in-mobile .wgnav-popup-btn:before,
    .in-mobile .wgnav-popup-btn:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #9a9a9a;
        border-radius: 200px;
        position: absolute;
        top: 50%;
        left: 0;
        box-sizing: border-box;
        margin: -1px 0 0;
        transition: transform .2s cubic-bezier(.04, .04, .12, .96)
    }

    .in-mobile .wgnav-popup-btn-icon {
        width: 100%;
        height: 2px;
        background: #9a9a9a;
        border-radius: 200px;
        position: absolute;
        top: 50%;
        left: 0;
        box-sizing: border-box;
        margin: -1px 0 0;
        transition: transform .2s cubic-bezier(.04, .04, .12, .96)
    }

    .in-mobile .wgnav-popup-btn:before {
        transform: translateY(-8px)
    }

    .in-mobile .wgnav-popup-btn:after {
        transform: translateY(8px)
    }

    .in-mobile .wgnav-show .wgnav-popup-btn:before {
        transform: translate(0) rotate(45deg);
        transform-origin: 50% 50%
    }

    .in-mobile .wgnav-show .wgnav-popup-btn:after {
        transform: translate(0) rotate(-45deg);
        transform-origin: 50% 50%
    }

    .in-mobile .wgnav-show .wgnav-popup-btn-icon {
        transform: rotate(45deg);
        display: none
    }

    .in-mobile.wgheader--immersive .wgheader {
        position: relative;
        top: auto;
        left: auto;
        right: auto
    }

    .in-mobile.wgheader--immersive .wgheader-inner {
        background-color: #000000d9;
        backdrop-filter: blur(20px)
    }

    @keyframes animMenuActive {
        0% {
            background: rgba(255, 255, 255, 0)
        }

        50% {
            background: rgba(255, 255, 255, .15)
        }

        to {
            background: rgba(255, 255, 255, 0)
        }
    }
}

.wglogin.show-menu .wgpopup {
    opacity: 1;
    height: auto
}

body.page-in-lenovo .wgheader {
    display: none !important
}

body.page-in-lenovo #header_wrapper+.fr-wrapper-skeleton:before,
body.page-in-lenovo .fr-wrapper-skeleton:before {
    display: none !important
}

body.page-in-lenovo:before {
    display: none !important
}

body.page-in-lenovo #header_wrapper+.fr-wrapper-skeleton {
    top: 0
}

body.page-in-lenovo .fr-wrapper-skeleton {
    top: 0
}

:root {
    --wgcolor-text-1: #3c3c3c;
    --wgcolor-text-2: #757575;
    --wgcolor-fill0-3: rgba(0, 0, 0, .05);
    --wgcolor-fill-1: #fff;
    --wgcolor-fill-2: #f4f4f4
}

@media (prefers-color-scheme: dark) {
    body {
        --wgcolor-text-1: rgba(255, 255, 255, .8);
        --wgcolor-text-2: rgba(255, 255, 255, .6);
        --wgcolor-fill0-3: rgba(0, 0, 0, .05);
        --wgcolor-fill-1: #434347;
        --wgcolor-fill-2: #56565c
    }
}

:root,
.theme-cn-light {
    --color-text-0: #3c3c3c;
    --color-text-1: #3c3c3c;
    --color-text-2: #757575;
    --color-fill0-3: rgba(0, 0, 0, .05);
    --color-fill-1: #fff;
    --color-fill-2: #f4f4f4;
    --color-fill-button-default: rgba(0, 0, 0, .02);
    --color-fill-button-hover: rgba(0, 0, 0, .06);
    --color-line-1: rgba(0, 0, 0, .15)
}

.theme-cn-dark {
    --color-text-0: #FFF;
    --color-text-1: rgba(255, 255, 255, .8);
    --color-text-2: rgba(255, 255, 255, .6);
    --color-fill0-3: rgba(0, 0, 0, .05);
    --color-fill-1: #434347;
    --color-fill-2: #56565c;
    --color-line-1: rgba(255, 255, 255, .05);
    --color-fill-button-default: rgba(255, 255, 255, .05);
    --color-fill-button-hover: rgba(255, 255, 255, .15)
}

@media (prefers-color-scheme: dark) {
    body {
        --color-text-0: #FFF;
        --color-text-1: rgba(255, 255, 255, .8);
        --color-text-2: rgba(255, 255, 255, .6);
        --color-fill0-3: rgba(0, 0, 0, .05);
        --color-fill-1: #434347;
        --color-fill-2: #56565c;
        --color-line-1: rgba(255, 255, 255, .05);
        --color-fill-button-default: rgba(255, 255, 255, .05);
        --color-fill-button-hover: rgba(255, 255, 255, .15)
    }
}

.mt40{
    margin-top: 40px;
}
.mac-popup {
    position: absolute;
    z-index: 1000;
    background-color: var(--color-fill-1);
    color: var(--color-text-0);
    width: 264px;
    padding: 22px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    box-shadow: 0 0 10px #0009;
    z-index: 3000;
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

.wgDownloadBg {
    position: relative;
    width: 100%;
    z-index: 1;
}

.kv-logo-ele {
    width: calc(900/var(--design-width)*100%);
    position: absolute;
    top: 526px;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 10;
}

.kv-slogan {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 10;
}

.kv-slogan:before {
    animation: none !important;
    opacity: 1 !important
}

.kv-slogan video {
    display: none;
    animation: none !important;
    opacity: 0 !important
}

.kv-logo {
    width: 100%;
    display: block;
    position: relative;
    z-index: 10
}

.kv-logo:before {
    content: "";
    padding-top: 25%;
    display: block
}

.kv-logo video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.kv-guide-icon-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.kv-guide-icon-inner.show-guide {
    animation: fadeInGuide .2s linear 2s 1 both
}

@keyframes fadeInGuide {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.kv-logo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../fonts/banner-title.4ad31a65.svg) no-repeat;
    background-size: 100% 100%;
    opacity: 0
}

.button-download {
    position: relative;
    width: 35.29412%;
    margin: 5vw auto 0;
    border: 1px solid hsla(0, 0%, 100%, .5);
    cursor: pointer;
    background: hsla(0, 0%, 100%, .05);
    backdrop-filter: blur(10px);
    transition: all .3s ease-in-out;
    opacity: 0
}

.button-download:before {
    content: "";
    padding-top: 22.22222%;
    display: block
}

.button-dowload-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2vw;
    color: #fff;
    font-weight: 700;
    transition: all .3s ease-in-out;
    overflow: hidden
}

.button-dowload-inner:after,
.button-dowload-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 130%;
    background: linear-gradient(272deg, #ff973a 3.18%, #ff8939 35.98%, #ff5a21 96.26%) no-repeat;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
    transform: translate3d(100%, 0, 0);
    z-index: -1
}

.button-dowload-inner:before {
    transform: translate3d(-100%, 0, 0);
    z-index: 2
}

.button-dowload-inner:after {
    z-index: 1;
    transition: all .3s ease-in-out
}

.button-download:hover .button-dowload-inner:before {
    transform: translate3d(-10%, 0, 0);
    transition: all .3s ease-in-out
}

.button-download:hover .button-dowload-inner:after {
    transform: translate3d(-10%, 0, 0);
    transition: all .3s ease-in-out .3s
}

.button-download-row {
    width: 8.05556%;
    padding-top: 8.05556%;
    background: url(../fonts/icon-down.cb272fc9.svg) no-repeat;
    background-size: 100% 100%;
    margin-right: .8vw;
    opacity: .8;
    transition: all .3s ease-in-out
}

.button-dowload-inner span,
.button-download-row {
    position: relative;
    z-index: 5
}

.button-download:hover {
    border-color: #ff8f00
}

.button-download:hover .button-dowload-inner {
    color: #000
}

.button-download:hover .button-download-row {
    filter: invert(1)
}

.kv-guide-icon {
    position: fixed;
    left: 50%;
    right: 0;
    bottom: 5vh;
    z-index: 200;
    transform: translate3d(-50%, 0, 0);
    text-align: center;
    width: 2vw;
    opacity: 1
}

.kv-guide-icon-ele {
    width: 2.29167%;
    display: inline-block
}

.kv-guide-icon-01,
.kv-guide-icon-02,
.kv-guide-icon-03,
.kv-guide-icon-04 {
    padding-top: 54.54545%;
    display: block;
    background: url(../fonts/icon-row.c09836b1.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: none
}

.kv-guide-icon-01:before,
.kv-guide-icon-02:before,
.kv-guide-icon-03:before,
.kv-guide-icon-04:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../fonts/icon-row.c09836b1.svg) no-repeat;
    background-size: 100% 100%;
    transform-origin: 50% 0
}

.kv-guide-icon-01 {
    top: -2vh;
    opacity: .5;
    opacity: 1;
    animation: guideIcon0 2s linear 0s infinite both;
    transform-origin: 50% 50%
}

.kv-guide-icon-01:before {
    animation: guideIcon01 2s linear 0s infinite both;
    transform-origin: 50% 50%
}

.kv-guide-icon-02 {
    top: -2vh;
    opacity: .5;
    opacity: 1;
    animation: guideIcon0 2s linear .5s infinite both;
    transform-origin: 50% 50%
}

.kv-guide-icon-02:before {
    animation: guideIcon01 2s linear .5s infinite both;
    transform-origin: 50% 50%
}

.kv-guide-icon-03 {
    top: -2vh;
    opacity: .5;
    opacity: 1;
    animation: guideIcon0 2s linear 1s infinite both;
    transform-origin: 50% 50%
}

.kv-guide-icon-03:before {
    animation: guideIcon01 2s linear 1s infinite both;
    transform-origin: 50% 50%
}

.kv-guide-icon-04 {
    top: -2vh;
    opacity: .5;
    opacity: 1;
    animation: guideIcon0 2s linear 1.5s infinite both;
    transform-origin: 50% 50%
}

.kv-guide-icon-04:before {
    animation: guideIcon01 2s linear 1.5s infinite both;
    transform-origin: 50% 50%
}

.kv-guide-icon-ele:before {
    opacity: 0;
    top: 2vh
}

.kv-guide-icon-ele:after {
    opacity: 0
}

.wgDownloadBtn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    width: 160px;
    height: 37px;
    color: #fffc;
    white-space: nowrap;
    font-size: 15px;
    line-height: 37px;
    text-align: center;
    position: relative;
    margin: 12px 24px;
    border: 1px solid #fff;
}

.wgDownloadBtn:before {
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;

}

.wgDownloadBtn:hover {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    width: 160px;
    height: 37px;
    color: #000;
    white-space: nowrap;
    font-size: 15px;
    line-height: 37px;
    text-align: center;
    position: relative;
    margin: 12px 24px;
    background-color: #ff8f00;
    border: 1px solid #ff8f00;
}

.wgheader-download-row3 {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/android_icon2x.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-right: 6px;
}

.wgDownloadBtn:hover .wgheader-download-row3 {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/f019c10a18ad49a6a26d9dca78856e16.gif).png') !important;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-right: 6px;
}

.wgheader-download-row4 {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/ipnone_icon2x.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-right: 6px;
}

.wgDownloadBtn:hover .wgheader-download-row4 {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/a6393466118f4d828b52b333ba4a2171.gif).png') !important;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-right: 6px;
}

.wgheader-download-row5 {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/pc_icon2x.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-right: 6px;
}

.wgDownloadBtn:hover .wgheader-download-row5 {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/1943207390e5469bbb99b83f417a465f.gif).png') !important;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-right: 6px;
}


.dflex_c_c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dflex_b_c {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.flex1 {
    flex: 1;
}

.flex3 {
    flex: 3;
}

.slide-menus-group {
    position: absolute;
    left: 50%;
    margin: 0 auto;
    width: 900px;
    transform: translate3d(-50%, 0, 0);
    /* width: calc(2926/var(--design-width)*100%); */
}

.slide-menus {
    margin-left: -100px;
    --slide-gap: 12vw;
    width: calc(1260/var(--design-width)*100%)
}

.slide-menus-row {
    width: 130px;
    height: 458px;
    background: url(../images/triangle_bg2x.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: calc(50%);
    margin-left: -613px;
    z-index: 60;
    cursor: pointer;
}

.slide-menu-link,
.slide-menus-row:after {
    content: "";
    position: absolute;
    top: 20%;
    left: 0;
    right: 20%;
    bottom: 20%;
    z-index: 1;
    display: block;
    opacity: 0;
    pointer-events: auto
}

.slide-menu-link {
    z-index: 3
}

.slide-menus-row:after {
    opacity: 1;
    left: auto;
    right: 0;
    top: 30%;
    bottom: 30%;
    width: 50%
}

/* .slide-menus-row:hover {
    background: url(../images/games-row.547ee9e3.png) no-repeat;
    background-size: 100% 100%
} */

.slide-menus-row:before {
    content: "";
    padding-top: 170.41037%;
    display: block
}

.slide-menu-list {
    width: 100%
}

.slide-menu-ul {
    font-size: 0;
    width: 100%;
    white-space: nowrap
}

.slide-menu-li {
    width: calc(412/var(--design-width)*100%);
    /* width: calc(220/var(--design-width)*100%); */
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 0 0 1vw;
    transform: skewX(30deg)
}

.slide-menu-li:before {
    content: "";
    padding-top: 181.81818%;
    display: block;
    pointer-events: none
}

.slide-menu {
    width: 100%;
    overflow: hidden;
    z-index: 2
}

.slide-menu,
.slide-menu-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0
}

.slide-menu-wrap {
    width: 220%;
    transform: skewX(-30deg) translate3d(-50%, 0, 0);
    transform-origin: 50% 100%
}

.slide-menu-li:first-child {
    z-index: 20
}

.slide-menu-li:nth-child(2) {
    z-index: 19
}

.slide-menu-li:nth-child(3) {
    z-index: 18
}

.slide-menu-li:nth-child(4) {
    z-index: 17
}

.slide-menu-li:nth-child(5) {
    z-index: 16
}

.slide-menu-li:nth-child(6) {
    z-index: 15
}

.slide-menu-li:nth-child(7) {
    z-index: 14
}

.slide-menu-li:nth-child(8) {
    z-index: 13
}

.slide-menu-li:nth-child(9) {
    z-index: 12
}

.slide-menu-li:nth-child(10) {
    z-index: 11
}

.slide-menu-li.slide-menu-li-head {
    z-index: 20;
    opacity: 0;
    pointer-events: none
}

body:not(.in-mobile) .slide-menu-li.slide-menu-li-head {
    opacity: 1;
    pointer-events: none;
    cursor: default;
    overflow: visible;
    transform: translate3d(-28%, 0, 0)
}

.slide-menu-li.slide-menu-li-head .slide-menu-inner {
    width: 100%;
    background: linear-gradient(0deg, #ff9239, #fe6024);
    height: 100%;
    clip-path: polygon(0 0, calc(100% - var(--slide-gap)) 0, 100% 50%, 50% 100%, 0 100%)
}

.slide-menu-li.slide-menu-li-head .slide-menu:after {
    display: none
}

.slide-menu-li.slide-menu-li-head .slide-menu {
    height: 200%;
    width: 200%;
    left: auto;
    right: 0;
    overflow: visible
}

.slide-menu-li.slide-menu-li-head .slide-menu-wrap {
    transform: none;
    width: 100%
}

.slide-menu-inner {
    transition: all .3s ease-in-out
}

.slide-menu-bg,
.slide-menu-img,
.slide-menu-logo {
    filter: brightness(.5)
}

.slide-menu-li:first-child .slide-menu-inner,
.slide-menu-li:nth-child(2) .slide-menu-inner,
.slide-menu-li:nth-child(3) .slide-menu-inner,
.slide-menu-li:nth-child(4) .slide-menu-inner,
.slide-menu-li:nth-child(5) .slide-menu-inner,
.slide-menu-li:nth-child(6) .slide-menu-inner,
.slide-menu-li:nth-child(7) .slide-menu-inner,
.slide-menu-li:nth-child(8) .slide-menu-inner {
    right: auto
}

.slide-menu {
    z-index: 10;
    display: block;
    transform-origin: 50% 100%
}

.slide-menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: #fd6c01; */
    pointer-events: none;
    z-index: 30;
    opacity: 1;
    /* transition: opacity .2s linear */
}

.slide-menus-bottom {
    margin-top: -1px
}

.slide-menus-bottom .slide-menu-li {
    transform: skewX(-30deg)
}

.slide-menus-bottom .slide-menu-wrap {
    transform: skewX(30deg) translateZ(0)
}

.lite-version .slide-menu-li.slide-menu-li-head {
    opacity: 0;
    display: none
}

.slide-menu-inner {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

.slide-menus-bottom .slide-menu-img img {
    object-position: 40% 0
}

.slide-menus-bottom .slide-menu-logo {
    left: 12%
}

.slide-menu-bg,
.slide-menu-img,
.slide-menu-img-open {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.slide-menu-bg img,
.slide-menu-img-open img,
.slide-menu-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.slide-menu-img {
    z-index: 5
}

.slide-menu-bg {
    z-index: 3
}

.slide-menu-bg img {
    /* object-position: -6vw 0; */
    transition: all .3s cubic-bezier(.14, .38, .35, .97)
}

.slide-menu-img img {
    transition: all .45s cubic-bezier(.14, .38, .35, .97);
    transform: translate3d(-10%, 0, 0)
}

.slide-menu-img-open {
    opacity: 0
}

.slide-menu-logo {
    width: 40%;
    position: absolute;
    left: 45%;
    bottom: 7%;
    z-index: 20;
    transition: transform .3s cubic-bezier(.14, .38, .35, .97)
}

.slide-menu-logo:before {
    content: "";
    padding-top: 34.375%;
    display: block
}

.slide-menu-logo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%
}

.slide-menu:hover .slide-menu-bg {
    filter: brightness(1);
}

#widget-footer {
    position: relative;
    z-index: 4
}

.wgfooter {
    position: relative;
    min-height: 290px;
    padding-bottom: 50px;
    background-color: #131313;
    font-size: 12px;
    z-index: 100
}

.wgfooter,
.wgfooter * {
    font-family: system-ui, Open Sans, calibri, Roboto, verdana, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, sans-serif
}

.wgfooter-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 0;
    position: relative
}

.wglogo {
    width: 240px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 60px;
    background: url(../images/icon-logo.9fe53f22.svg) no-repeat 0 0;
    background-size: 100% auto;
    font-size: 0
}

.wg-copyright {
    padding: 30px 0 0;
    font-size: 12px
}

.wg-copyright-link {
    font-size: 0
}

.wg-copyright-link>a {
    color: #fff6;
    transition: color .2s ease-in;
    display: inline-block;
    padding: 0 16px 0 0;
    position: relative;
    font-size: 12px
}

.wg-copyright-link>a:after {
    content: "|";
    position: absolute;
    right: 5px;
    top: 0;
    height: 10px;
    color: #fff;
    opacity: .4;
    transform: scaleY(.9)
}

.wg-copyright-link>a:last-child:after {
    display: none
}

.wg-copyright-link>a:link,
.wg-copyright-link>a:visited,
.wg-copyright-link>a:active,
.wg-copyright-owner>a:link,
.wg-copyright-owner>a:visited,
.wg-copyright-owner>a:active {
    color: #fff6
}

.wg-copyright-link>a:hover,
.wg-copyright-owner>a:hover {
    color: #fffc
}

.wg-copyright-link,
.wg-copyright-info,
.wg-copyright-info-href {
    padding: 0 0 8px
}

.wg-copyright-info,
.wg-copyright-owner,
.wg-copyright-info-href {
    color: #fff6;
    font-size: 12px
}

.wg-copyright-info-href:hover{
    color: #ffffffcc;
}

.wgsite {
    min-height: 109px
}

.wgsite-link {
    color: #fff9;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    min-width: 100px;
    margin: 0 10px 8px 0;
    transition: color .2s ease-in;
    position: relative;
    cursor: pointer
}

.wgsite-link:hover {
    color: #fff
}

.wgsite-link.disabled,
.wgsite-link.disabled:hover {
    color: #fff6;
    cursor: default
}

.wgsite-link.disabled .wgsite-link-icon,
.wgsite-link.disabled:hover .wgsite-link-icon {
    opacity: .4
}

.wgsite-link-icon,
.wgsite-link-txt {
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

.wgsite-link-txt {
    width: auto;
    height: auto;
    height: 24px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis
}

.wgsite-tit {
    font-size: 18px;
    color: #fff;
    margin: 0 0 16px
}

.wgsite-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 50px 0 0
}

.wgsite-item--fr {
    width: 200px
}

.wgsite-item--fr .wgsite-link {
    margin-right: 0;
    min-width: 90px
}

.wgsite-item--fr .wgsite-link-txt {
    max-width: 90px
}

.wgsite-item--wg .wgsite-link,
.wgsite-item--og .wgsite-link {
    display: block
}

.wgsite-link-icon {
    background: url(../fonts/8a2fc90af33d48cfa3143d8919778db7.woff) no-repeat -102px 0px;
    background-size: 160px 30px;
    margin: 0 4px 0 0;
    opacity: .6;
    transition: opacity .2s ease-in
}

.wgsite-link:hover .wgsite-link-icon {
    opacity: 1
}

.icon-pc {
    background-position: -102px 0
}

.icon-mac {
    background-position: -136px 0
}

.icon-wechat {
    background-position: -34px 0
}

.icon-sina {
    background-position: 0 0
}

.icon-bilibili {
    background-position: -68px 0
}

.wgsite-popup {
    background-color: #fff;
    border-radius: 6px;
    text-align: center;
    position: absolute;
    top: -8px;
    left: 100%;
    padding: 6px;
    color: #3c3c3c;
    font-size: 12px;
    z-index: 10;
    opacity: 0;
    transition: opacity .2s ease-in;
    pointer-events: none;
    font-size: 13px
}

.wgsite-link .wgsite-popup {
    opacity: 0
}

.wgsite-link:active .wgsite-popup,
.wgsite-link:hover .wgsite-popup {
    opacity: 1;
    pointer-events: auto
}

.wgsite-qrcode {
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto
}

.wgsite-tips {
    line-height: 1.5;
    padding-bottom: 6px;
    color: #3c3c3c
}

.wgsite-tips span {
    display: block;
    text-align: center
}

.wgsite-popup:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 6px 0;
    border-color: transparent #FFF transparent transparent;
    position: absolute;
    top: 16px;
    left: -8px
}

.login-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.img_44 {
    width: 44px;
    height: 44px;
}

.fw-b {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}

.fw-n {
    font-size: 16px;
    color: #FFFFFF;
}

.text-center {
    text-align: center;
}

.wgDownloadBtn-box {
    position: relative;
}

.erm-box {
    opacity: 0;
    height: 0px;
    transition: 0.2s;
    position: absolute;
    bottom: 72px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(96, 96, 96, 0.19);
    border-radius: 16px;
    overflow: hidden;
}

.wgDownloadBtn-box:hover .erm-box {
    opacity: 1 !important;
    padding: 16px 0 8px !important;
    height: auto !important;
}

.slide-menus-bg {
    width: 80px;
    height: 18px;
    background-image: url('../images/more_text2x.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.slide-menus-row:hover {
    background-image: url('../images/32316226aa6b4d99ad95a613b4c78ec3.gif).png') !important;
    background-repeat: no-repeat;
    background-size: 100% auto;
}