@font-face {
    font-family: Google Material Icons;
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/s/googlematerialicons/v137/Gw6kwdfw6UnXLJCcmafZyFRXb3BL9rvi0QZG3Sy7X00.woff2) format("woff2")
}

.google-material-icons {
    font-family: Google Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: calc(.05455 * min(100vw, 440px));
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased
}

:root,
:root[data-type=google] {
    --main-color: #fdb813;
    --main-hover-color: #71ce3c
}

body,
html {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-family: Inter, -apple-system, Framedcn, Helvetica Neue, Condensed, DisplayRegular, Helvetica, Arial, PingFang SC, Hiragino Sans GB, WenQuanYi Micro Hei, Microsoft Yahei, sans-serif
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
li,
p,
ul {
    margin: 0;
    padding: 0
}

li,
ul {
    list-style: none
}

a,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit
}

a {
    text-decoration: none
}

button {
    background: none;
    border: none
}

body {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.5;
    color: #5f6368
}

.main-body {
    overflow: hidden;
    background: no-repeat 50%;
    background-size: cover
}

.iframe-box {
    width: 100%;
    height: 100%;
    overflow: auto;
    border: none
}

.banner-imgs-box {
    margin: calc(.07955 * min(100vw, 440px)) 0
}

.introduce h2,
.introduce h3,
.update-box h2,
.update-box h3 {
    font-size: calc(.05455 * min(100vw, 440px));
    font-weight: 700
}

.main-up {
    display: flex;
    align-items: center
}

.main-up .logo {
    display: none
}

.meta-block .logo {
    position: relative;
    width: calc(.16364 * min(100vw, 440px));
    height: calc(.16364 * min(100vw, 440px));
    border-radius: 35%
}

.meta-block .logo.ami {
    overflow: hidden
}

.meta-block .logo img {
    display: block;
    width: 100%
}

.loading-ci .box,
.meta-block .logo .box {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: calc(.00455 * min(100vw, 440px)) solid transparent;
    border-left: calc(.00455 * min(100vw, 440px)) solid var(--main-color);
    border-right: calc(.00455 * min(100vw, 440px)) solid var(--main-color);
    border-radius: 50%;
    animation: turn 1s linear infinite;
    transform-origin: 50% 50%
}

@keyframes turn {
    to {
        transform: rotate(-1turn)
    }
}

.meta-block .logo.ami img {
    width: 50%;
    margin: calc(.04091 * min(100vw, 440px)) auto;
    animation: all .3
}

.meta-block .logo.ami .box {
    display: block
}

.main-up .info h1 {
    color: #fff;
    font-size: calc(.12273 * min(100vw, 440px));
    font-weight: 900;
}

.main-up .info h2 {
    margin-top: calc(.01136 * min(100vw, 440px));
    color: var(--main-color);
    font-size: calc(.03636 * min(100vw, 440px))
}

.information-list,
.main-up .info p {
    font-size: calc(.03636 * min(100vw, 440px));
    color: #c8c8c8
}

.information-list {
    display: flex;
    align-items: center;
    font-weight: 500
}

.information-list li {
    position: relative;
    flex: 1;
    text-align: center;
    padding: 0 calc(.05682 * min(100vw, 440px))
}

.information-list li img {
    width: calc(.02727 * min(100vw, 440px))
}

.information-list li img.large {
    width: calc(.04545 * min(100vw, 440px))
}

.information-list li strong {
    display: block;
    height: calc(.06364 * min(100vw, 440px));
    line-height: calc(.06364 * min(100vw, 440px));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(.00682 * min(100vw, 440px))
}

.information-list li p {
    white-space: nowrap;
    font-weight: 300
}

.information-list li:before {
    background-color: #3c4043;
    content: "";
    display: block;
    height: calc(.05455 * min(100vw, 440px));
    left: 0;
    position: absolute;
    top: calc(50% - calc(.02727 * min(100vw, 440px)));
    width: 1px
}

.information-list li:first-child:before {
    display: none
}

.information-list .google-material-icons {
    font-size: calc(.03182 * min(100vw, 440px))
}

.btn-box {
    position: relative;
    overflow: hidden
}

.shiny:after {
    animation: shiny-btn-anim 4s ease-in-out infinite;
    background-color: #212123;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: calc(-.40909 * min(100vw, 440px));
    width: calc(.06818 * min(100vw, 440px))
}

@keyframes shiny-btn-anim {
    0% {
        opacity: 0;
        transform: scale(0) rotate(45deg)
    }

    80% {
        opacity: .5;
        transform: scale(0) rotate(45deg)
    }

    81% {
        opacity: 1;
        transform: scale(4) rotate(45deg)
    }

    to {
        opacity: 0;
        transform: scale(50) rotate(45deg)
    }
}

.btn {
    display: block;
    width: calc(.55455 * min(100vw, 440px));
    height: calc(.11818 * min(100vw, 440px));
    padding: calc(.02273 * min(100vw, 440px)) calc(.01818 * min(100vw, 440px));
    background: var(--main-color);
    border-radius: calc(.01818 * min(100vw, 440px));
    color: #202124;
    font-weight: 700;
    font-size: calc(.03636 * min(100vw, 440px));
    cursor: pointer
}

.btn.big {
    padding: calc(.03409 * min(100vw, 440px)) calc(.01818 * min(100vw, 440px));
    font-size: calc(.04091 * min(100vw, 440px))
}

.btn:hover {
    background: var(--main-hover-color)
}

.btn:disabled {
    opacity: .6;
    cursor: not-allowed
}

.btn:active,
.btn:disabled:hover {
    background: var(--main-color)
}

.btn .con {
    display: flex;
    flex-direction: column
}

.btn .con p {
    display: flex;
    justify-content: center;
    margin-bottom: calc(.00682 * min(100vw, 440px));
    gap: calc(.01136 * min(100vw, 440px));
    font-size: calc(.03409 * min(100vw, 440px));
    color: #ffe336
}

.btn .con img {
    width: calc(.02727 * min(100vw, 440px))
}

.btn+.btn {
    margin-top: calc(.01818 * min(100vw, 440px))
}

#installing {
    position: relative;
    width: 100%;
    background: none;
    border: 1px solid var(--main-color);
    box-sizing: border-box;
    color: #ffe336;
    text-align: center;
    overflow: hidden
}

#installing #proess {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--main-color)
}

#installing>* {
    z-index: 1;
    position: relative
}

.banner-imgs-box {
    overflow-x: auto;
    overflow-y: hidden
}

.banner-imgs {
    display: flex;
    flex-wrap: nowrap
}

.banner-imgs li {
    border-radius: calc(.01818 * min(100vw, 440px));
    margin-right: calc(.025 * min(100vw, 440px));
    overflow: hidden
}

.banner-imgs li img {
    display: block;
    width: 100%
}

.banner-imgs-box.landscape .banner-imgs,
.banner-imgs-box.landscape .banner-imgs li {
    height: calc(.38182 * min(100vw, 440px))
}

.introduce {
    padding-bottom: calc(.03636 * min(100vw, 440px))
}

.introduce h2 {
    margin-bottom: calc(.04545 * min(100vw, 440px));
    color: #202124
}

/* .introduce>div {
    white-space: pre-wrap
} */

.introduce li,
.introduce ul {
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 5px;
}

#loading,
#reInstall,
#play,
#installing {
    display: none;
}

body[data-type=BEFORE_LOADING] #loading {
    display: block;
}

body[data-type=BEFORE_LOADING] #reInstall,
body[data-type=BEFORE_LOADING] #play,
body[data-type=BEFORE_LOADING] #installing {
    display: none;
}

body[data-type=LOADING] #reInstall,
body[data-type=INSTALL] #reInstall {
    display: block;
}

body[data-type=LOADING] #play,
body[data-type=LOADING] #installing,
body[data-type=LOADING] #loading,
body[data-type=INSTALL] #play,
body[data-type=INSTALL] #installing,
body[data-type=INSTALL] #loading {
    display: none;
}

body[data-type=PLAY] #play {
    display: block;
}

body[data-type=PLAY] #reInstall,
body[data-type=PLAY] #installing,
body[data-type=PLAY] #loading {
    display: none;
}

body[data-type=INSTALLING] #installing {
    display: block;
}

body[data-type=INSTALLING] #reInstall,
body[data-type=INSTALLING] #play,
body[data-type=INSTALLING] #loading {
    display: none;
}

.show-logo,
.sold-out {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.show-logo img,
.sold-out img {
    display: block;
    width: calc(.18182 * min(100vw, 440px));
    height: calc(.18182 * min(100vw, 440px));
    border-radius: calc(.01818 * min(100vw, 440px))
}

.show-logo p,
.sold-out p {
    margin-top: calc(.03409 * min(100vw, 440px));
    font-weight: 600
}

.show-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#loading-box,
#pop-show,
.show-btn {
    display: none
}

#loading-box,
#pop-show {
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh
}

#loading-box .bd,
#pop-show .bd {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: calc(.03409 * min(100vw, 440px));
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: calc(.02273 * min(100vw, 440px));
    text-align: center
}

#loading-box .bd {
    padding: calc(.06818 * min(100vw, 440px)) calc(.11364 * min(100vw, 440px));
    text-align: center
}

#loading-box .bd p {
    margin: calc(.03409 * min(100vw, 440px)) 0 0
}

#pop-show .bd {
    width: 70vw
}

#pop-show .bd strong {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(.01136 * min(100vw, 440px));
    font-size: calc(.04545 * min(100vw, 440px));
    font-weight: 600
}

#pop-show .bd p {
    display: inline-block;
    margin: calc(.02273 * min(100vw, 440px)) 0 0;
    padding: 0 calc(.02273 * min(100vw, 440px));
    font-size: calc(.03182 * min(100vw, 440px));
    color: #666;
    border: 1px solid #666;
    border-radius: calc(.00682 * min(100vw, 440px))
}

#pop-show .bd .active-box {
    margin: calc(.04545 * min(100vw, 440px)) 0
}

#pop-show .bd .active-box span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(.01136 * min(100vw, 440px));
    padding: calc(.01818 * min(100vw, 440px)) calc(.04545 * min(100vw, 440px));
    border-radius: calc(.04545 * min(100vw, 440px));
    background: rgba(119, 250, 73, .3);
    color: #6df378;
    font-weight: 600;
    font-size: calc(.03636 * min(100vw, 440px))
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
}

.loading-ci {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: calc(.16364 * min(100vw, 440px));
    height: calc(.16364 * min(100vw, 440px));
    margin: calc(.03409 * min(100vw, 440px)) auto 0;
    color: #6df378
}

.loading-ci .box {
    display: block
}

.rotate {
    animation: loadingCircle 1s linear infinite
}

@keyframes loadingCircle {
    to {
        transform: rotate(-1turn)
    }
}

.template-head {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: #fff;
    transition: box-shadow .2s ease-in-out
}

.template-head.scroll {
    box-shadow: 0 calc(.00909 * min(100vw, 440px)) calc(.01136 * min(100vw, 440px)) 0 rgba(0, 0, 0, .14), 0 1px calc(.02273 * min(100vw, 440px)) 0 rgba(0, 0, 0, .12), 0 calc(.00455 * min(100vw, 440px)) calc(.00909 * min(100vw, 440px)) -1px rgba(0, 0, 0, .2)
}

.template-head .box {
    justify-content: space-between;
    width: 100%;
    height: calc(.12727 * min(100vw, 440px));
    padding: 0 calc(.05455 * min(100vw, 440px));
    box-sizing: border-box
}

.template-head .box,
.template-head .box .l,
.template-head .box .r {
    display: flex;
    align-items: center
}

.template-head .box .l a,
.template-head .box .r a {
    display: flex;
    align-items: center;
    font-size: calc(.05 * min(100vw, 440px));
    color: #5f6368;
    font-family: Google Sans, Roboto, Arial, sans-serif;
    gap: calc(.01818 * min(100vw, 440px));
    white-space: nowrap
}

.template-head .box .l a:hover,
.template-head .box .r a:hover {
    background: #eee;
    border-radius: 100%;
    padding: calc(.01818 * min(100vw, 440px))
}

.template-head .box .l a:hover img,
.template-head .box .l a:hover svg,
.template-head .box .r a:hover img,
.template-head .box .r a:hover svg {
    width: calc(.07273 * min(100vw, 440px));
    height: calc(.07273 * min(100vw, 440px))
}

.template-head .box .l a img,
.template-head .box .l a svg,
.template-head .box .r a img,
.template-head .box .r a svg {
    width: calc(.09091 * min(100vw, 440px));
    height: calc(.09091 * min(100vw, 440px))
}

.template-head .box .r a {
    justify-content: center;
    width: calc(.07273 * min(100vw, 440px));
    height: calc(.07273 * min(100vw, 440px));
    transition: background .2s ease-in-out
}

.template-footer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #dadce0
}

.template-footer,
.template-footer ul {
    height: calc(.12727 * min(100vw, 440px))
}

.template-footer ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.template-footer ul li {
    flex: 1;
    text-align: center;
    overflow: hidden
}

.template-footer ul li p {
    width: calc(.05455 * min(100vw, 440px));
    height: calc(.05455 * min(100vw, 440px));
    margin: 0 auto calc(.00455 * min(100vw, 440px));
    overflow: hidden
}

.template-footer ul li a {
    color: #5f6368
}

.template-footer ul li a.active,
.template-footer ul li a:hover {
    color: blue
}

.template-footer ul li a.active img,
.template-footer ul li a:hover img {
    filter: drop-shadow(blue calc(.18182 * min(100vw, 440px)) 0);
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    transform: translateX(calc(-.18182 * min(100vw, 440px)))
}

.template-footer ul li span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.box-bd,
.box-head .inner {
    padding: 0 calc(.09091 * min(100vw, 440px))
}

.box-head {
    background-color: #212123;
    overflow: hidden;
    height: calc(1.43636 * min(100vw, 440px))
}

.box-head .inner {
    max-width: calc(2.94545 * min(100vw, 440px));
    margin: 0 auto;
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end
}

.box-head .play-block {
    width: calc(2.55682 * min(100vw, 440px));
    height: calc(1.43636 * min(100vw, 440px))
}

.box-head .oiEt0d {
    overflow: hidden;
    width: 100%
}

.box-head .play-block {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0
}

.box-head .jaQz3d {
    background: linear-gradient(0deg, #212123 0, transparent 56%);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, #212123 0, transparent 56%), linear-gradient(0deg, #212123 0, transparent 56%), linear-gradient(270deg, #212123 0, transparent 56%)
}

.box-head .oiEt0d {
    object-fit: cover;
    position: absolute;
    right: 0
}

.box-head .info-block {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding-bottom: 5%;
    width: 100%
}

.box-head .meta-block {
    padding-top: calc(.06818 * min(100vw, 440px));
    padding-bottom: calc(.06818 * min(100vw, 440px));
    display: flex
}

.box-head .other-block {
    display: flex;
    gap: calc(.07955 * min(100vw, 440px))
}

.box-bd {
    max-width: calc(2.94545 * min(100vw, 440px));
    margin: 0 auto;
    font-size: calc(.03636 * min(100vw, 440px));
    display: flex;
    flex-direction: column;
    gap: calc(.02273 * min(100vw, 440px))
}

.template-bd {
    padding: 0 0 calc(.12727 * min(100vw, 440px))
}

.google-share-btns {
    margin-top: calc(.03409 * min(100vw, 440px));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    gap: calc(.075 * min(100vw, 440px))
}

.google-share-btns li {
    display: flex;
    align-items: center;
    gap: calc(.01818 * min(100vw, 440px))
}

.google-share-btns svg {
    fill: var(--main-color)
}

.logo img {
    border-radius: 20%;
    box-shadow: 0 1px calc(.00455 * min(100vw, 440px)) 0 rgba(60, 64, 67, .3), 0 1px calc(.00682 * min(100vw, 440px)) 1px rgba(60, 64, 67, .15)
}

.update-box {
    margin-bottom: calc(.06818 * min(100vw, 440px))
}

.update-box h3 {
    font-weight: 500;
    color: #202124;
    font-size: calc(.03636 * min(100vw, 440px))
}

.update-box p {
    margin-top: calc(.00909 * min(100vw, 440px))
}

.data-safety-list {
    border: 1px solid #63676b;
    border-radius: calc(.01818 * min(100vw, 440px));
    padding: calc(.04545 * min(100vw, 440px))
}

.data-safety-list li {
    display: flex;
    align-items: flex-start
}

.data-safety-list li+li {
    margin-top: calc(.04545 * min(100vw, 440px))
}

.data-safety-list li img {
    margin-right: calc(.04545 * min(100vw, 440px))
}

.data-safety-list li p {
    font-size: calc(.02727 * min(100vw, 440px))
}

.data-safety-list>p {
    margin-top: calc(.04545 * min(100vw, 440px));
    color: var(--main-color)
}

.pop-box {
    display: flex;
    flex-direction: column;
    z-index: 4;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .75)
}

.pop-box .pop-top {
    padding: 1px calc(.02955 * min(100vw, 440px)) calc(.02273 * min(100vw, 440px));
    background: #fff
}

.pop-box .pop-top .template-head {
    position: static
}

.pop-box .pop-top .btn-box,
.pop-box .pop-top .information-list,
.pop-box .pop-top .main-up {
    margin-top: calc(.02273 * min(100vw, 440px))
}

.pop-box .pop-bd {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.pop-box .pop-bd .closed-btn {
    position: absolute;
    top: calc(.02273 * min(100vw, 440px));
    right: calc(.01136 * min(100vw, 440px));
    width: calc(.06818 * min(100vw, 440px))
}

.pop-box .pop-bd .app-items {
    display: flex;
    margin-top: calc(.04545 * min(100vw, 440px));
    align-items: center;
    font-size: calc(.02955 * min(100vw, 440px));
    color: #fff;
    font-weight: 700
}

.pop-box .pop-bd .app-items img {
    width: calc(.05682 * min(100vw, 440px));
    margin-left: calc(.01136 * min(100vw, 440px))
}

.pop-box .pop-bd .intro {
    margin-top: calc(.04545 * min(100vw, 440px));
    width: 85%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #ababab
}

.CAYEaf {
    margin-left: calc(-.01364 * min(100vw, 440px))
}

.video-play-block {
    font-family: Google Sans, Roboto, Arial, sans-serif;
    font-size: calc(.03636 * min(100vw, 440px));
    font-weight: 500;
    background-color: rgba(0, 0, 0, .54);
    border-radius: calc(.10909 * min(100vw, 440px));
    margin-left: auto
}

.video-play-block,
.video-play-btn {
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

.video-play-btn {
    margin-left: calc(-.01364 * min(100vw, 440px));
    width: calc(.32727 * min(100vw, 440px));
    height: calc(.11818 * min(100vw, 440px));
    padding: 0
}

@media(max-width: 1280px) {
    .box-head {
        height: 526px
    }

    .box-head .play-block {
        width: 932px;
        height: 526px
    }
}

@media(max-width: 1024px) {
    .box-head {
        height: auto
    }

    .box-head .play-block {
        width: 100%;
        height: auto;
        z-index: 1;
        position: relative
    }

    .box-head .oiEt0d {
        position: relative
    }

    .box-head .info-block {
        position: absolute
    }
}

@media(max-width: 750px) {

    body[data-type=PLAY] #pop-success {
        display: block;
    }

    .btn {
        width: 100%;
        height: 9vw;
        font-size: 12px
    }

    .video-play-block {
        width: 112px;
        height: 35px;
        position: absolute;
        top: -30vw;
        left: 36vw
    }

    .box-head .inner {
        padding: 0;
        flex-direction: column
    }

    .box-head .info-block {
        margin-top: -5vw;
        padding: 0 5vw;
        box-sizing: border-box;
        width: 100%;
        position: relative
    }

    .box-head .jaQz3d {
        background: linear-gradient(0deg, #212123 0, transparent)
    }

    .box-head .main-up {
        gap: 20px;
        align-items: center
    }

    .box-head .main-up .logo {
        display: block
    }

    .box-head .main-up .logo img {
        width: 65px;
        height: 65px;
        display: block
    }

    .box-head .main-up .info h1 {
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 0
    }

    .box-head .main-up .info h2,
    .box-head .main-up .info p {
        line-height: 1.3;
        margin-top: 0;
        font-size: 12px;
        font-weight: 400
    }

    .box-head .meta-block {
        padding: 20px 0
    }

    .box-head .meta-block .logo {
        display: none
    }

    .box-head .info-block {
        padding-bottom: 7vw
    }

    .box-head .other-block {
        font-size: 12px;
        gap: 16px;
        flex-direction: column
    }

    .box-bd {
        font-size: 12px;
        padding: 0 5vw;
        gap: 0
    }

    .banner-imgs-box {
        margin: 5vw 0
    }

    .banner-imgs {
        overflow-x: scroll;
        scroll-snap-type: x mandatory
    }

    .banner-imgs li {
        flex-shrink: 0;
        scroll-snap-align: start
    }

    .banner-imgs li img {
        display: block;
        min-width: 92px;
        height: 200px
    }

    .information-list {
        font-size: 12px
    }

    .information-list li strong {
        height: 20px
    }

    .information-list li:first-child {
        padding-left: 0
    }

    .information-list li img.large {
        width: 15px
    }

    .introduce h2 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 1vw
    }

    .google-share-btns li {
        gap: 3px
    }

    .google-share-btns svg {
        height: 20px
    }
}