﻿.main-wrapper>section,
.section {
    position: relative;
    z-index: 45
}

.main-wrapper.on {
    background-color: #171717 !important
}

.body {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

.body .tree {
    position: absolute;
    right: 5%;
    top: 0;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    overflow: hidden
}

.body .tree svg {
    width: 100%;
    max-height: 100%
}



.body .section1 {
    padding: 20vw 181px 5vw 181px
}

.body .section1 .cn {
    color: #000;
    font-size: .9vw;
    width: 24vw;
    line-height: 1.6
}

.body .section1 .cn p {
    font-weight: 300
}

.body .section1 .en {
    line-height: 1.6;
    color: #000;
    font-size: .9vw;
    font-weight: 200;
    margin: 1vw 0;
 font-family: "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue";
}

.body .section1 .t {
    color: #000;
    font-weight: 600;
    font-size: 3.2vw
}

.body .section1 a {
    width: 22vw;
    border: 1px solid #000;
    background: transparent;
    display: block;
    text-align: center;
    color: #000;
    font-size: 1vw;
    transition: all 600ms;
    margin-top: 1.5vw;
    border-radius: 0;
    height: auto;
    padding: 1.2vw 0
}

.body .section2 {
    margin: 4vw 0 4vw 181px;
}

.body .section2 .swiper-container {
    width: 100%;
    overflow: unset !important
}

.body .section2 .swiper-container .swiper-wrapper .swiper-slide .info {
    text-align: center
}

.body .section2 .swiper-container .swiper-wrapper .swiper-slide .info .icon {
    position: relative
}

.body .section2 .swiper-container .swiper-wrapper .swiper-slide .info .icon .main-bg-box {
    width: 190px;
    height: 190px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 1
}

.body .section2 .swiper-container .swiper-wrapper .swiper-slide .info .icon .main-bg-box .home-lottie-icon {
    width: 100%;
    height: 100%
}

.body .section2 .swiper-container .swiper-wrapper .swiper-slide .info .icon .main-bg-box .home-lottie-icon svg path {
    stroke: #000
}

.body .section2 .swiper-container .swiper-wrapper .swiper-slide .info .icon img {
    width: 190px;
    opacity: .1
}

.body .section2 .swiper-container .swiper-wrapper .swiper-slide .info .t {
    color: #000;
    font-size: 1.8vw;
    font-weight: 600;
    margin: 2vw 0 1vw 0
}

.body .section2 .swiper-container .swiper-wrapper .swiper-slide .info .tags {
    display: flex;
    justify-content: center
}

.body .section2 .swiper-container .swiper-wrapper .swiper-slide .info .tags p {
    width: 150px;
    margin: 0 5px;
    border-radius: 50px;
    border: 1px solid #C9FF85;
    background: #C9FF85;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0
}

.body .section2 .swiper-container .swiper-wrapper .swiper-slide.no_black g {
    display: block !important
}

.body .section2 .swiper-container .swiper-wrapper .swiper-slide-active .info .icon img {
    animation: show 4s forwards linear;
    opacity: 0
}

@keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.body .section2 .swiper-progress-bar {
    position: relative;
    margin-top: 3vw;
    z-index: 10;
    display: block;
    width: 100%;
    height: 8px
}

.body .section2 .swiper-progress-bar .bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 8px;
    background: 0 0;
    clear: both
}

.body .section2 .swiper-progress-bar .bar::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 100%;
    background: #C9FF85
}

.body .section2 .moblie {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none
}

.body .section2 .moblie .info {
    text-align: center;
    width: 48%;
    margin-bottom: 40px
}

.body .section2 .moblie .info .icon {
    position: relative
}

.body .section2 .moblie .info .icon img {
    width: 120px
}

.body .section2 .moblie .info .t {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0
}

.body .section2 .moblie .info .tags {
    display: flex;
    flex-direction: column
}

.body .section2 .moblie .info .tags p {
    width: 100%;
    border-radius: 50px;
    border: 1px solid #C9FF85;
    background: #C9FF85;
    color: #000;
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 5px
}

.body .section2 .animate .bar::after {
    animation: progress 4s linear
}

@keyframes progress {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.body .section3 {
    width: 70%;
    display: flex;
    justify-content: center;
    margin: 6vw auto;
    align-items: center
}

.body .section3 .l {
    margin-left: 5%
}

.body .section3 .l .t {
    display: flex;
    align-items: center
}

.body .section3 .l .t p {
    color: #000;
    font-size: .9vw;
    text-transform: uppercase;
    margin-left: 10px
}

.body .section3 .l .title {
    color: #000;
    margin: 20px 0
}

.body .section3 .l .title p {
    font-size: 3.2vw;
    font-weight: 100;
    margin-top: -20px
}

.body .section3 .l .title em {
    position: relative;
    display: inline-block;
    font-style: normal;
}

.body .section3 .l .title em::after {
    content: '';
    display: block;
    background: #C9FF85;
    position: absolute;
    left: 0;
    bottom: 10%;
    height: 50%;
    width: 105%;
    opacity: .8;
    z-index: -1
}

.body .section3 .l a {
    width: 150px;
    border-radius: 50px;
    display: block;
    text-align: center;
    line-height: 45px;
    border: 1px solid #000;
    background: #000;
    color: white;
    font-size: .9vw
}

.body .section3 .pic {
    margin-left: 5vw
}

.body .section3 .pic img {
    max-width: 300px;
}

.body .section4 {
    padding: 5vw 5vw 8vw 5vw
}

.body .section4 .t {
    color: #000;
    font-size: 3.2vw;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.body .section4 .t svg {
    margin: 0 1vw;
    animation: rotate 2s infinite linear;
    width: 4vw;
    height: 4w
}

@keyframes rotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.body .loading-svg {
    margin: 6vw 5em
}

.body .loading-svg .animation1__draw,
.body .loading-svg .animation2__draw,
.body .loading-svg .animation3__draw,
.body .loading-svg .animation4__draw,
.body .loading-svg .animation5__draw {
    transition: all 1s;
    stroke-dasharray: 0, 1000px
}

.body .loading-svg .animation1__text,
.body .loading-svg .animation2__text,
.body .loading-svg .animation3__text,
.body .loading-svg .animation4__text,
.body .loading-svg .animation5__text {
    transition: all 1s;
    opacity: 0
}

.body .loading-svg .animation2__draw,
.body .loading-svg .animation2__text {
    transition-delay: 500ms
}

.body .loading-svg .animation3__draw,
.body .loading-svg .animation3__text {
    transition-delay: 800ms
}

.body .loading-svg .animation4__draw,
.body .loading-svg .animation4__text {
    transition-delay: 1100ms
}

.body .loading-svg .animation5__draw,
.body .loading-svg .animation5__text {
    transition-delay: 1400ms
}

.body .loading-svg .svg-line {
    stroke-dasharray: 1000px, 0px
}

.body .loading-svg .showText {
    opacity: 1
}

.body .phone_svg {
    display: none;
    width: 90%;
    margin: 40px auto
}

.body .phone_svg img {
    width: 100%;
    object-fit: contain
}

.body .section5 {
    margin: 14vw 5em 5vw 5em;
    position: relative;
    padding: 2vw 0
}

.body .section5::before {
    content: '';
    display: block;
    height: 1px;
    width: 50%;
    top: 50%;
    left: 25%;
    background-color: #000;
    position: absolute
}

.body .section5 .l {
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-size: 5vw;
    text-transform: capitalize;
    font-family: "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue";
    font-weight: 600
}

.body .section5 .r {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    color: #000;
    font-size: 5vw;
    text-transform: capitalize;
    font-family: "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue";
    font-weight: 600
}

.body .section5 .circle {
    width: 17vw;
    height: 17vw;
    margin: 0 auto
}

.body .section5 .circle .st {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0
}

.body .section5 .circle .st p {
    font-size: 0.8vw;
    text-transform: uppercase;
    margin-left: 10px;
    font-family: "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue"
}

.body .section5 .circle .st {
    font-size: 1.26vw
}

.body .section6 {
    margin: 5vw 5em
}

.body .section6 .cases {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.body .section6 .cases a {
    width: 49%;
    margin-bottom: 4vw
}

.body .section6 .cases a .pic img {
    width: 100%;
    display: block;
    object-fit: cover
}

.body .section6 .cases a .text {
    margin: 30px 0
}

.body .section6 .cases a .text .p1 {
    color: #000;
    font-size: 1.8vw;
    font-weight: 600
}

.body .section6 .cases a .text .des {
    color: #000;
    font-size: .9vw;
    font-weight: 300;
    margin: 15px 0;
    line-height: 1.6;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.body .section6 .cases a .text .tag {
    display: flex
}

.body .section6 .cases a .text .tag p {
    display: inline-block;
    padding: 4px 25px;
    border-radius: 50px;
    background: #C9FF85;
    color: #000;
    margin-right: 10px
}

.body .section6 .more a {
    width: 22vw;
    border: 1px solid #171717;
    background: transparent;
    display: block;
    text-align: center;
    color: #171717;
    font-size: 1vw;
    transition: all 600ms;
    margin: 0 auto;
    border-radius: 0;
    height: auto;
    padding: 1.2vw 0
}

.body .black_section .container {
    width: calc(100% - 10em)
}

.body .black_section .st {
    display: flex;
    align-items: center;
    margin-bottom: 2vw
}

.body .black_section .st p {
    color: #FFF;
    font-size: .9vw;
    text-transform: uppercase;
    margin-left: 10px;
    font-family: "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue"
}

.body .section7 {
    width: 100%
}

.body .section7 .title {
    color: #fff;
    padding: 3vw 5em;
    background-color: #171717
}

.body .section7 .title .p1 {
    font-size: 1.26vw;
    font-family: "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue";
    text-transform: capitalize;
    font-weight: 200
}

.body .section7 .title .p2 {
    font-size: 2vw;
    font-weight: 600
}

.body .section7 .allItems {
    display: flex;
    justify-content: space-between
}

.body .section7 .allItems .item {
    width: 50%;
    padding: 6vw 5em 8vw 5em;
    background: #171717;
    transition: all 600ms;
    color: #FFF
}

.body .section7 .allItems .item .icon {
    height: 130px;
    display: flex
}

.body .section7 .allItems .item .dt {
    font-size: 2.1vw;
    font-weight: 600;
    margin-top: 30px
}

.body .section7 .allItems .item .dt2 {
    font-weight: lighter;
    font-size: 1.26vw;
    margin: 10px 0 20px 0;
    letter-spacing: 1px
}

.body .section7 .allItems .item .dt2 span {
    font-weight: bold;
    margin: 0 2px
}

.body .section7 .allItems .item .des {
    opacity: .5;
    font-size: .9vw;
    font-weight: 300;
    line-height: 1.6
}

.body .section7 .allItems .active {
    background: #C9FF85;
    color: #1E1E1E
}

.body .section7 .allItems .active .des {
    opacity: 1
}

.body .section8 {
    margin: 0 5em;
    padding: 12vw 0 15vw 0;
    position: relative;
    z-index: 2
}

.body .section8:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background: #fff
}

.body .section8 .t {
    color: #000;
    font-size: 3.2vw;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 30px
}

.body .section8 .t svg {
    margin-right: 20px
}

.body .section8 .t2 {
    margin: 20px 0
}

.body .section8 .t2 p {
    color: #000;
    font-weight: 600;
    font-size: 3.2vw;
    margin-top: -20px
}

.body .section8 .t3 {
    color: #000;
    font-size: .9vw;
    margin: 20px 0;
    font-weight: 300
}

.body .section8 .join a {
    width: 22vw;
    border: 1px solid #000;
    background: transparent;
    display: block;
    text-align: center;
    color: #000;
    font-size: 1vw;
    transition: all 600ms;
    margin-top: 2vw;
    border-radius: 0;
    height: auto;
    padding: 1.2vw 0
}

@media screen and (max-width: 1024px) {
    .body .section1 {
        padding: 100px 5% 40px 5%
    }

    .body .section1 .cn {
        width: 80%
    }

    .body .section1 .en {
        font-size: 14px;
        width: 80%;
        margin: 15px 0
    }

    .body .section1 .t {
        font-size: 30px
    }

    .body .section1 a {
        width: 100%;
        font-size: 16px;
        padding: 30px 0;
        margin-top: 30px
    }

    .body .section2 {
        margin: 0 5%
    }

    .body .section2 .swiper-container {
        display: none
    }

    .body .section2 .swiper-container .swiper-wrapper .swiper-slide .info .icon img {
        width: 150px;
        height: 150px
    }

    .body .section2 .swiper-container .swiper-wrapper .swiper-slide .info .icon .main-bg-box {
        width: 150px;
        height: 150px
    }

    .body .section2 .swiper-container .swiper-wrapper .swiper-slide .info .t {
        font-size: 20px;
        margin: 30px 0
    }

    .body .section2 .swiper-progress-bar {
        display: none
    }

    .body .section2 .swiper-progress-bar .bar {
        height: 4px
    }

    .body .section2 .moblie {
        display: flex
    }

    .body .section3 {
        width: 90%;
        margin: 60px auto;
        flex-direction: column
    }

    .body .section3 .l {
        width: 100%;
        margin-left: 0
    }

    .body .section3 .l .t p {
        font-size: 16px
    }

    .body .section3 .l .title p {
        font-size: 36px;
        margin-top: -10px
    }

    .body .section3 .l a {
        font-size: 16px
    }

    .body .section3 .pic {
        margin-left: 0;
        text-align: center
    }

    .body .section4 .t {
        font-size: 20px;
        display: block;
        line-height: 1.5
    }

    .body .section4 .t svg {
        display: inline-block;
        width: 30px;
        height: 30px
    }

    .body .loading-svg {
        display: none
    }

    .body .phone_svg {
        display: block
    }

    .body .section5 {
        margin: 40px 0
    }

    .body .section5::before {
        width: 100%;
        left: 0
    }

    .body .section5 .l {
        position: static;
        margin-left: 5%;
        font-size: 48px
    }

    .body .section5 .r {
        position: static;
        margin-right: 5%;
        font-size: 48px
    }

    .body .section5 .circle {
        margin: 20px auto
    }

    .body .section5 .circle .st {
        font-size: 24px
    }

    .body .section5 .circle .st p {
        font-size: 12px
    }

    .body .section6 {
        margin: 0 5%
    }

    .body .section6 .cases a {
        width: 100%;
        margin-bottom: 30px
    }

    .body .section6 .cases a .text {
        margin: 15px 0
    }

    .body .section6 .cases a .text .p1 {
        font-size: 18px
    }

    .body .section6 .cases a .text .des {
        font-size: 14px
    }

    .body .section6 .cases a .text .tag p {
        font-size: 14px
    }

    .body .section6 .more a {
        width: 100%;
        font-size: 16px;
        padding: 30px 0
    }

    .body .section .stats-row {
        grid-column-gap: 1em
    }

    .body .section .stats-item .p-body {
        width: auto;
        font-size: 14px;
        padding: 10px 15px
    }

    .body .is-manifesto {
        margin-top: 0
    }

    .body .is-manifesto .container.is-manifesto {
        grid-row-gap: 0;
        flex-direction: column;
        margin: 0;
        padding-top: 60px
    }

    .body .black_section .container {
        width: 100%
    }

    .body .black_section .st p {
        font-size: 16px
    }

    .body .black_section .is--white.manifesto_heading.split-lines p {
        font-size: 18px
    }

    .body .black_section .p-body {
        margin-top: 30px
    }

    .body .section7 .title {
        padding: 20px 5%
    }

    .body .section7 .title .p1 {
        font-size: 16px
    }

    .body .section7 .title .p2 {
        font-size: 18px
    }

    .body .section7 .allItems {
        flex-direction: column
    }

    .body .section7 .allItems .item {
        width: 100%;
        padding: 40px 5%
    }

    .body .section7 .allItems .item .dt {
        font-size: 18px;
        margin-top: 15px
    }

    .body .section7 .allItems .item .dt2 {
        font-size: 16px;
        margin: 20px 0
    }

    .body .section7 .allItems .item .des {
        font-size: 14px
    }

    .body .section8 {
        margin: 0 5%;
        padding: 40px 0 0 0
    }

    .body .section8 .t svg {
        margin-right: 10px
    }

    .body .section8 .t p {
        font-size: 16px
    }

    .body .section8 .t2 p {
        font-size: 36px;
        margin-top: -10px
    }

    .body .section8 .t3 {
        font-size: 18px
    }

    .body .section8 .join a {
        width: 100%;
        font-size: 16px;
        padding: 30px 0;
        margin-top: 20px
    }
}

@media screen and (max-width: 700px) {
    .body .section1 {
        padding: 100px 5% 40px 5%
    }

    .body .section1 .cn {
        width: 58%;
    }
 .body .section1 .cn p{
text-align: justify;
    line-height: 1.9;
    font-size: 16px;
}
    .body .section1 .en {
           font-size: 16px;
    width: 80%;
    margin: 5px 0 30px 0;
    }

    .body .section1 .t {
        font-size: 34px
    }

    .body .section1 a {
        width: 100%;
        font-size: 16px;
        padding: 24px 0;
        margin-top: 30px
    }

    .body .section2 {
        margin: 0 5%
    }

    .body .section2 .swiper-container {
        display: none
    }

    .body .section2 .swiper-container .swiper-wrapper .swiper-slide .info .icon img {
        width: 150px;
        height: 150px
    }

    .body .section2 .swiper-container .swiper-wrapper .swiper-slide .info .icon .main-bg-box {
        width: 150px;
        height: 150px
    }

    .body .section2 .swiper-container .swiper-wrapper .swiper-slide .info .t {
        font-size: 20px;
        margin: 30px 0
    }

    .body .section2 .swiper-progress-bar {
        display: none
    }

    .body .section2 .swiper-progress-bar .bar {
        height: 4px
    }

    .body .section2 .moblie {
        display: flex
    }

    .body .section3 {
        width: 90%;
        margin: 60px auto;
        flex-direction: column
    }

    .body .section3 .l {
        width: 100%;
        margin-left: 0
    }

    .body .section3 .l .t p {
        font-size: 16px
    }

    .body .section3 .l .title p {
        font-size: 36px;
        margin-top: -10px
    }

    .body .section3 .l a {
        font-size: 16px
    }

    .body .section3 .pic {
        margin-left: 0;
        text-align: center
    }

    .body .section4 .t {
        font-size: 20px;
        display: block;
        line-height: 1.5
    }

    .body .section4 .t svg {
        display: inline-block;
        width: 30px;
        height: 30px
    }

    .body .loading-svg {
        display: none
    }

    .body .phone_svg {
        display: block
    }

    .body .section5 {
        margin: 40px 0
    }

    .body .section5::before {
        width: 100%;
        left: 0
    }

    .body .section5 .l {
        position: static;
        margin-left: 5%;
        font-size: 48px
    }

    .body .section5 .r {
        position: static;
        margin-right: 5%;
        font-size: 48px
    }

    .body .section5 .circle {
        width: 216px;
        height: 216px;
        margin: 20px auto
    }

    .body .section5 .circle .st {
        font-size: 24px
    }

    .body .section5 .circle .st p {
        font-size: 12px
    }

    .body .section6 {
        margin: 0 5%
    }

    .body .section6 .cases a {
        width: 100%;
        margin-bottom: 30px
    }

    .body .section6 .cases a .text {
        margin: 15px 0
    }

    .body .section6 .cases a .text .p1 {
        font-size: 18px
    }

    .body .section6 .cases a .text .des {
        font-size: 14px
    }

    .body .section6 .cases a .text .tag p {
        font-size: 14px;
    padding: 4px 15px;
    }

    .body .section6 .more a {
        width: 100%;
        font-size: 16px;
        padding: 24px 0
    }

    .body .section .stats-row {
        grid-column-gap: 1em
    }

    .body .section .stats-item .p-body {
        width: auto;
        font-size: 14px;
        padding: 10px 15px
    }

    .body .is-manifesto {
        margin-top: 0
    }

    .body .is-manifesto .container.is-manifesto {
        grid-row-gap: 0;
        flex-direction: column;
        margin: 0;
        padding-top: 60px
    }

    .body .black_section .container {
        width: 100%
    }

    .body .black_section .st p {
        font-size: 16px
    }

    .body .black_section .is--white.manifesto_heading.split-lines p {
        font-size: 18px
    }

    .body .black_section .p-body {
        margin-top: 30px
    }

    .body .section7 .title {
        padding: 20px 5%
    }

    .body .section7 .title .p1 {
        font-size: 16px
    }

    .body .section7 .title .p2 {
        font-size: 18px
    }

    .body .section7 .allItems {
        flex-direction: column
    }

    .body .section7 .allItems .item {
        width: 100%;
        padding: 40px 5%
    }

    .body .section7 .allItems .item .dt {
        font-size: 18px;
        margin-top: 15px
    }

    .body .section7 .allItems .item .dt2 {
        font-size: 16px;
        margin: 20px 0
    }

    .body .section7 .allItems .item .des {
        font-size: 14px
    }

    .body .section8 {
        margin: 0 5%;
        padding: 40px 0 0 0
    }

    .body .section8 .t svg {
        margin-right: 10px
    }

    .body .section8 .t p {
        font-size: 16px
    }

    .body .section8 .t2 p {
        font-size: 36px;
        margin-top: -10px
    }

    .body .section8 .t3 {
        font-size: 18px
    }

    .body .section8 .join a {
        width: 100%;
        font-size: 16px;
        padding: 24px 0;
        margin-top: 20px
    }
}

#stickers {
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: flex-start;
    padding: 50px;
    box-sizing: border-box;
    transform: scale(1.25);
    top: -11em;
    right: -5em
}

#stickers .sticker-4 {
    width: 120px;
    height: 120px
}

#stickers .sticker {
    flex: 0 0 auto;
    margin: 50px;
    -webkit-tap-highlight-color: transparent
}

#stickers .sticker-4 .sticker-container {
    width: 169.7075756307px;
    height: 169.7075756307px;
    top: -24.8537878154px;
    left: -24.8537878154px;
    transform: rotate(0deg)
}

#stickers .sticker .sticker-container {
    position: relative;
    transform-style: preserve-3d
}

#stickers .sticker-4 .sticker-wrapper {
    width: 169.7075756307px;
    height: 169.7075756307px;
    transform: rotate(120deg)
}

#stickers .sticker .sticker-wrapper {
    position: absolute;
    top: 0;
    left: 0
}

#stickers .sticker-4 .sticker-clip {
    transform: translateX(24.4325px)
}

#stickers .sticker-4 .sticker-clip {
    width: 169.7075756307px;
    height: 169.7075756307px
}

#stickers .sticker .sticker-clip {
    transition: 500ms ease-in-out transform
}

#stickers .sticker .sticker-clip {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

#stickers .sticker-4 .sticker-front {
    transform: rotate(-120deg) translateX(12.21625px) translateY(-21.15917px)
}

#stickers .sticker-4 .sticker-front,
#stickers .sticker-4 .sticker-back {
    left: 24.8537878154px;
    top: 24.8537878154px;
    width: 120px;
    height: 120px;
    border-radius: 60px
}

#stickers .sticker .sticker-front,
#stickers .sticker .sticker-back {
    transition: 500ms ease-in-out transform
}

#stickers .sticker .sticker-front {
    z-index: 1;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

#stickers .sticker .sticker-front,
#stickers .sticker-back {
    position: absolute;
    overflow: hidden;
    pointer-events: all
}

#stickers .sticker-4 .sticker-back {
    transform: rotate(300deg) translateX(-72.63835px) translateY(-125.81172px)
}

#stickers .sticker-4:hover .sticker-clip {
    transform: translateX(121.10656px)
}

#stickers .sticker-4:hover .sticker-front {
    transform: rotate(-120deg) translateX(60.55328px) translateY(-104.88136px)
}

#stickers .sticker-4 .sticker-back {
    z-index: 1;
    background: #606060
}

#stickers .sticker-4:hover .sticker-back {
    transform: rotate(300deg) translateX(-24.30078px) translateY(-42.08965px)
}

.sticker-front img {
    width: 100%;
    height: 100%;
    transform: rotate(-105deg)
}

* {
    padding: 0;
    margin: 0
}

#stickers .sticker-4 {
    transition: .6s;
    transform: rotate(105deg)
}

#stickers .sticker-4:hover {
    opacity: 0
}

@media screen and (max-width: 1024px) {
    #stickers {
        transform: scale(0.6);
        top: -9em
    }

    .body .tree>svg {
        display: none
    }

    .body .tree .sj_svg {
        display: block !important
    }

    .body .tree .sj_svg img {
        position: absolute;
        width: 100%;
        object-fit: contain
    }

    .body .tree {
        width: 100%;
        right: 0
    }
}