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
}

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

.hide {
    display: none !important
}

body {
    word-wrap: break-word
}

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
}

.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: 74px;
    padding: 0 var(--wgheader-gap);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-width: 800px;
    z-index: 500;
    width: 100vw;
    display: flex;
    align-items: center;
    background-color: #0b0b0b;
    transition: var(--wgheader-transition1)
}

.wgheader-inner:hover {
    height: 100px;
    background-color: #0b0b0b
}

.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: 210px;
    height: 36px;
    background-image: url(../image/icon-logo.9fe53f22.webp);
    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)
}

.wgheader-inner:hover .wgheader-logo {
    transform: scale(1.3);
    transform-origin: 0 50%
}

.wgnav {
    width: 100%;
    position: relative;
    transition: padding .28s ease-in-out
}

.wgnav {
    white-space: nowrap;
    word-wrap: normal;
    text-align: center
}

.wgnav-item {
    display: inline-block
}

.wgnav-link {
    position: relative;
    display: flex;
    font-size: 15px;
    height: 74px;
    font-weight: 700;
    color: #fffc;
    transition: color .2s ease;
    padding: 0 var(--wgheader-link-gap);
    align-items: center
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.wgnav-link:hover,
.wgnav-item.cur a {
    color: #ff9928;
    position: relative
}

.wgnav-item.cur a:before {
    content: "";
    position: absolute;
    right: var(--wgheader-link-gap);
    left: var(--wgheader-link-gap);
    bottom: 12px;
    height: 2px;
    background-color: #ff9928;
    overflow: hidden;
    transition: all .2s ease
}

/* 产品中心下拉菜单-------------------------- */
.wgnav-dropmenu {
    width: 10.41666vw;
    position: absolute;
    top: 3.125vw;
    left: 50%;
    transform: translate(-50%);
    overflow: hidden;
    transition: opacity .25s ease;
    opacity: 0;
    height: 0;
    border-radius: 6px;
    box-shadow: 0 10px 10px #0000001a
}

.wgnav-dropmenu-list {
    padding: 4px;
    box-sizing: border-box;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid var(--wgcolor-fill0-3)
}

.wgnav-dropmenu-list:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 6px;
    background-color: #fff;
    opacity: .95;
    backdrop-filter: blur(10px)
}

.wgnav-item--dropmenu,
.wgnav-item--dropmenu .wgnav-link {
    position: relative
}


/* 帮助后面的向下箭头 *********************/
.wgnav-item--dropmenu .wgnav-link:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #FFF;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    box-sizing: border-box;
    opacity: .6;
    /* display: none; */

}

.wgnav-item--dropmenu .wgnav-link:hover:after {
    opacity: 1
}

.wgnav-dropmenu-link {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding: 0 19px;
    color: var(--wgcolor-text-1);
    border-radius: 6px;
    overflow: hidden;
    transition: all .15s ease
}

.wgnav-dropmenu-link:hover {
    background-color: #0000001a
}

@media (prefers-color-scheme: dark) {
    .wgnav-dropmenu-list:after {
        background-color: #000000e6
    }

    .wgnav-dropmenu-link:hover {
        background-color: #fff3
    }
}

.wgnav-item--dropmenu:hover .wgnav-dropmenu {
    opacity: 1;
    height: auto
}

.widget-feedback {
    display: inline-block;
    vertical-align: middle;
    margin-left: 24px
}

.widget-feedback-btn {
    display: block;
    width: 32px;
    height: 32px;
    opacity: .5;
    transition: opacity .15s ease-in
}

.widget-feedback-btn:hover {
    opacity: 1
}

.btn-version {
    background-image: url(../image/svg-version.8f761345.svg);
    background-size: 100% auto;
    background-position: 50% 50%
}

.btn-feedback {
    background-image: url(../image/svg-feedback.543dbd05.svg);
    background-size: 100% auto;
    background-position: 50% 50%
}

.btn-wglogin {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../image/svg-row--user.6939ff10.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: .8;
    margin: -2px 6px 0 0;
    transition: all .15s ease-in-out
}

.wgheader-download-row {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../image/svg-row--down.1e91f533.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-right: 6px;
    opacity: .8;
    transition: all .15s ease-in-out
}

.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(../image/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:hover .wgheader-download-row {
    opacity: 1;
    filter: invert(1)
}

.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: 0 0 0 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(../image/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%
}

.wgpopup {
    position: absolute;
    top: 50px;
    right: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity .25s ease;
    box-shadow: 0 0 10px #00000026;
    border-radius: 6px
}

.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-txt,
.wglogin-btn {
    position: relative;
    font-size: 12px;
    display: flex;
    align-items: center
}

.wglogin-txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
    padding: 0 15px 0 0;
    min-width: 80px;
    cursor: default
}

.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-inner:hover .wgheader-logo {
        transform: scale(1);
        transform-origin: 0 50%
    }

    .wgheader-logo {
        width: 36px;
        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)
        }
    }
}

.in-mobile body,
body.in-mobile,
.in-mobile .wgheader-inner {
    min-width: 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
}

.store-bg .wgheader-inner,
.page-out-client .wgheader-inner,
.new-detail .wgheader-inner {
    min-width: 1200px
}

: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)
    }
}

.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
}

.mac-popup:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 9px 0 9px;
    border-color: #007bff transparent transparent transparent;
    border-top-color: var(--color-fill-1);
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -10px
}

.mac-popup.show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

.mac-popup--bottom:after {
    border: none;
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #007bff transparent;
    border-bottom-color: var(--color-fill-1);
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: -10px
}

.mac-popup-button {
    display: block;
    height: 42px;
    line-height: 42px;
    border: 1px solid var(--color-line-1);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    border-radius: 200px;
    margin: 0 0 6px;
    cursor: pointer;
    background-color: var(--color-fill-button-default);
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.mac-popup-button:hover {
    background-color: var(--color-fill-button-hover)
}

.mac-popup-tit {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    color: var(--color-text-1);
    padding: 10px 0 20px
}

.mac-popup-tips {
    font-size: 12px;
    color: var(--color-text-2);
    padding: 10px 0 0
}

.mac-popup-tips-item {
    display: block;
    text-align: center
}

.wgheader-ft .mac-popup {
    position: absolute;
    top: 60px;
    left: 75px
}