@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@200;300;400;500;600;700;800;900&display=swap');

body {width:100%; font-family: 'Gothic A1', sans-serif !important; font-weight: 400;}

/* on&offline */
#onoff {
    color: #000;
    background-color: #fff;
}
.o-section1 {
    padding-top: 7.6vw;
    padding: 7.6vw 6.77vw 4.68vw;
    background: #fff;
    background: url("/theme/td/img/onoffline/business_marketingBG1.jpg") no-repeat top center /cover;
    position: relative;
}
.o-section1 h2 {
    font-weight: 700;
    font-size: 4.16vw;
    margin-bottom: 2vw;
}
.o-section1 h2 span {
    display: inline-block;
    width: 27.5vw;
    border-bottom: 0.469vw solid #000;
}
.o-section1 h3 {
    font-weight: 700;
    font-size: 2.6vw;
    margin-bottom: 2.125vw;
    letter-spacing: -0.05rem;
    line-height: 1.3;
}
.o-section1 h3 span {
    font-weight: 500;
    display: block;
    letter-spacing: -0.15rem;
}
.o-section1 > p {
    font-size: 1.25vw;
    line-height: 1.7;
    letter-spacing: -0.05rem;
}
.o-section1 .marketing {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.o-section1 .marketing img {
    width: 7.8vw;
    height: 7.8vw;
}

.o-section2 {
    padding-top: 0.52vw;
    background: #fff;
}
.o-section2 .onoff_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4.16vw;
}
.o-section2 .onoff_btn > div {
    cursor: pointer;
    width: 42.86vw;
    height: 5.2vw;
    font-size: 1.66vw;
    letter-spacing: 0.5rem;
    text-align: center;
    line-height: 5.2vw;
    border-radius: 0.52vw;
    background: #f8f8f8;
    border: 0.156vw solid #fff;
    box-shadow: 0.2vw 0.2vw 0.3vw rgba(144,150,168,0.22),
                inset -0.46vw -0.46vw 5.1vw rgba(255,255,255);
}
.o-section2 .onoff_btn > div.active {
    box-shadow: -0.46vw -0.46vw 0.67vw rgba(144,150,168,0.07),
                inset 0.2vw 0.2vw 0.36vw rgba(174,178,191, 0.33),
                inset 1.458vw 0.156vw 4.9vw rgba(255,255,255);
}
.o-section2 .onoff_btn > div:first-child {
    margin-right: 1.04vw;
}
.o-section2 .content_wrap {
    width: 100vw;
    height: 36.458vw;
    margin: 0 auto;
    position: relative;
}
.o-section2 .content_wrap > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 36.458vw;
    display: none;
    padding: 0 6.5vw;
}
.o-section2 .online_content {
    overflow: hidden;
    background: url("/theme/td/img/onoffline/business_onlineBG.png") no-repeat bottom 12% center /cover;
}
.o-section2 .offline_content {
    overflow: hidden;
    background: url("/theme/td/img/onoffline/business_offlineBG.png") no-repeat bottom 12% center /cover;
}
.o-section2 .online_content .images {
    width: 25.6vw;
    height: 37.08vw;
    float: left;
}
.o-section2 .images ul {
    width: 100%;
    height: 100%;
    position: relative;
}
.o-section2 .images ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.o-section2 .online_content .buttons {
    float: right;
    width: 56.25vw;
    height: 37.08vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.o-section2 .online_content .buttons ul {
    width: 100%;
    height: 26.3vw;
}
.o-section2 .buttons ul li {
    width: 17.7vw;
    height: 5.2vw;
    border-radius: 2.6vw;
    background: rgba(255,255,255,0.8);
    color: #adadad;
    font-size: 1.04vw;
    text-align: center;
    line-height: 5.2vw;
    margin-right: 1.56vw;
    margin-bottom: 1.8vw;
    border: 0.1vw solid #adadad;
    float: left;
    transition: all 0.4s;
    cursor: pointer;
}
.o-section2 .online_content .buttons ul li:nth-child(3n) {
    margin-right: 0;
}
.o-section2 .buttons ul li:hover,
.o-section2 .buttons ul li.active {
    background: #000;
    color: #fff;
    border: 0.2vw solid #000;
}

.o-section2 .offline_content .images {
    width: 39vw;
    height: 31.8vw;
    float: right;
}
.o-section2 .offline_content .buttons {
    margin-right: 5.2vw;
    width: 42.18vw;
    height: 31.8vw;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.o-section2 .offline_content .buttons ul {
    width: 100%;
    height: 27.08vw;
}
.o-section2 .offline_content .buttons ul li {
    width: 20.26vw;
    height: 5.2vw;
    margin-bottom: 2.08vw;
}
.o-section2 .offline_content .buttons ul li:nth-child(2n) {
    margin-right: 0;
}

.o-section3 {
    padding-top: 14.58vw;
    padding-bottom: 6.25vw;
    background-color: #fff;
    background: url("/theme/td/img/onoffline/business_marketingBG2.png") no-repeat center center /cover;
    position: relative;
}
.o-section3 h2 {
    font-weight: 700;
    font-size: 4.16vw;
    margin-bottom: 5.7vw;
    padding-left: 6.25vw;
    line-height: 1.4;
}
.o-section3 .icon {
    position: absolute;
    top: 15vw;
    right: 6.77vw;
    width: 3.6vw;
}
.o-section3 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6.25vw;
}
.o-section3 ul li {
    width: 20.52vw;
    height: 18vw;
    border-radius: 0.52vw;
    background: rgba(137,139,165,0.13);
    box-shadow: 0.156vw 0.2vw 0.31vw rgba(144,150,168,0.22);
    border: 0.156vw solid #fff;
    padding-top: 4.16vw;
    margin-right: 1.56vw;
}
.o-section3 ul li:last-child {
    margin-right: 0;
}
.o-section3 ul li strong {
    text-align: center;
    display: block;
    font-weight: 900;
    font-size: 1.56vw;
    margin-bottom: 2.08vw;
}
.o-section3 ul li p {
    text-align: center;
    font-size: 1vw;
}
.o-section3 > p {
    font-size: 1.56vw;
    font-weight: 300;
    letter-spacing: 0.45rem;
    color: #cacaca;
    padding: 0.52vw 0;
    text-align: center;
    border-top: 2px solid #cacaca;
    border-bottom: 2px solid #cacaca;
    white-space: nowrap;
}

/* on&offline mobile */
@media screen and (max-width:1080px) {
    .o-section1 {
        padding: 21.29vw 6.48vw 7.4vw 6.48vw;
    }
    .o-section1 h2 {
        font-size: 6.48vw;
        margin-bottom: 8.3vw;
    }
    .o-section1 h3 {
        font-size: 3.8vw;
        margin-bottom: 5.55vw;
    }
    .o-section1 > p {
        font-size: 3vw;
    }
    .o-section1 .marketing {
        margin-top: -3.2vw;
    }
    .o-section1 .marketing img{
        width: 17.96vw;
        height: 17.96vw;
    }
    .o-section2 .onoff_btn {
        margin-bottom: 5.5vw;
    }
    .o-section2 .onoff_btn > div {
        width: 42.87vw;
        height: 8.8vw;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.3;
        font-size: 2.59vw;
        letter-spacing: 0.4rem;
    }
    .o-section2 .onoff_btn > div:first-child {
        margin-right: 0.9vw;
    }
    .o-section2 .content_wrap {
        width: 100vw;
        height: 138.8vw;
        margin: 0 auto 7.4vw;
    }
    .o-section2 .content_wrap > div {
        height: 100%;
        padding: 0 5.56vw;
    }
    .o-section2 .online_content {
        background: url("/theme/td/img/onoffline/business_onlineBG.png") no-repeat bottom -14% right/ 175%;
    }
    .o-section2 .offline_content {
        background: url("/theme/td/img/onoffline/business_offlineBG.png") no-repeat bottom 5% left/ 170%;
    }
    .o-section2 .online_content .images {
        width: 50.27vw;
        height: 72.2vw;
        float: none;
        margin-bottom: 5.5vw;
        margin: 0 auto 6vw;
    }
    .o-section2 .online_content .buttons {
        float: none;
    }
    .o-section2 .online_content .buttons {
        width: 70.5vw;
        height: fit-content;
        margin: 0 auto;
    }
    .o-section2 .online_content .buttons ul {
        height: fit-content;
    }
    .o-section2 .buttons ul li {
        width: 33.7vw;
        height: 9.9vw;
        border-radius: 6.48vw;
        margin-right: 3.1vw;
        margin-bottom: 2.7vw;
        font-size: 3.3vw;
        line-height: 9.9vw;
    }
    .o-section2 .buttons ul li:nth-child(2n) {
        margin-right: 0vw;
    }
    .o-section2 .online_content .buttons ul li:nth-child(3),
    .o-section2 .online_content .buttons ul li:nth-child(9) {
        margin-right: 3.1vw;
    }
    .o-section2 .offline_content .images {
        width: 100%;
        height: 72.4vw;
        margin-bottom: 6vw;
    }
    .o-section2 .offline_content .buttons {
        margin-right: 0;
        width: 100%;
        height: 47.7vw;
    }
    .o-section2 .offline_content .buttons ul {
        width: 70.5vw;
        height: 100%;
        margin: 0 auto;
    }
    .o-section2 .offline_content .buttons ul li {
        width: 33.7vw;
        height: 9.9vw;
        margin-bottom: 2.7vw;
        margin-right: 3.1vw;
    }
    .o-section2 .offline_content .buttons ul li:nth-child(2n) {
        margin-right: 0vw;
    }

    .o-section3 {
        padding-top: 10.18vw;
        padding-bottom: 9.72vw;
        background: url("/theme/td/img/onoffline/business_marketingBG2_mo.png") no-repeat center center /cover;
    }
    .o-section3 h2 {
        padding-left: 0;
        text-align: center;
        margin-bottom: 6.48vw;
        font-size: 6.4vw;
    }
    .o-section3 .icon {
        top: 5.5vw;
        right: 10.6vw;
        width: 8vw;
    }
    .o-section3 ul {
        display: block;
        width: 82.7vw;
        margin: 0 auto 5.5vw;
        overflow: hidden;
    }
    .o-section3 ul li {
        width: 40vw;
        height: 35vw;
        padding-top: 5vw;
        margin-right: 2.7vw;
        margin-bottom: 2.7vw;
        float: left;
        border: 0.35vw solid #fff;
    }
    .o-section3 ul li:nth-child(2n) {
        margin-right: 0;
    }
    .o-section3 ul li strong {
        font-size: 4.16vw;
        margin-bottom: 2.7vw;
    }
    .o-section3 ul li p {
        font-size: 2.7vw;
    }
    .o-section3 > p {
        font-size: 2.3vw;
        padding: 0.9vw 0;
        border-top: 1px solid #cacaca;
        border-bottom: 1px solid #cacaca;
    }
}
@media screen and (max-width:768px) {
    .o-section3 > p {
        letter-spacing: 0.25rem;
    }
}

/* branding */
.b-section1 {
    color: #fff;
    position: relative;
}
.b-section1 .scroll_page {
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
.b-section1 .title {
    padding-top: 17.625vw;
    padding-bottom: 20vw;
    color: #000;
    text-align: center;
    position: relative;
    z-index: 10;
}
.b-section1 .title em {
    font-weight: 700;
    font-size: 0.677vw;
    margin-bottom: 1.82vw;
    letter-spacing: 0.26vw;
    display: block;
    font-style: italic;
}
.b-section1 .title h2 {
    font-size: 2.34vw;
    margin-bottom: 1.82vw;
    line-height: 1.3;
    font-weight: 700;
}
.b-section1 .title h3 {
    font-size: 1.35vw;
    margin-bottom: 1.56vw;
    font-weight: 700;
}
.b-section1 .title p {
    font-size: 1.04vw;
    line-height: 2;
}
.b-section1 .scroll_page .background {
    position: absolute;
    top: 58vw;
    left: 0;
    width: 100vw;
    z-index: 0;
}
.b-section1 .rotate_circle {
    width: 6.25vw;
    height: 6.25vw;
    position: absolute;
    top: 5.7vw;
    left: 4.68vw;
    animation: circle 8s linear infinite;
}
.b-section1 .rotate_circle svg {
    width: 100%;
    height: 100%;
}
.b-section1 .rotate_circle svg textPath {
    font-size: 30.5px;
    letter-spacing: 0.535rem;
    fill: #000;
}
.b-section1 > ul{
    padding: 2.08vw 6.65vw 1.04vw;
    margin: 0 auto;
    overflow: hidden;
    background-color: #000;
}
.b-section1 > ul li {
    width: 16.3vw;
    height: 5.83vw;
    border-radius: 1.04vw;
    border: 2px solid #fff;
    font-weight: 500;
    font-size: 1.04vw;
    margin-right: 1.3vw;
    margin-bottom: 1.04vw;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    cursor: default;
    flex-direction: column;
}
.b-section1 > ul:last-child li:nth-child(5n) {
    margin-right: 0;
}
.b-section1 > ul li span {
    display: block;
    font-size: 0.9375vw;
    font-weight: 400;
}

.b-section2 ul li {
    color: #fff;
    width: 100vw;
    height: 12.8vw;
    position: relative;
    display: flex;
    padding-top: 2.6vw;
    padding-left: 7vw;
    background: url("/theme/td/img/branding/black_platform.jpg") no-repeat top center /cover;
}
.b-section2 ul li::before {
    content: '';
    position: absolute;
    left: 8.3vw;
    top: 0;
    width: 0.52vw;
    height: 2.08vw;
    background: #fff;
}
.b-section2 ul li:nth-child(2) {
    color: #000;
    width: 100vw;
    background: #fff;
    background: url("/theme/td/img/branding/white_platform.jpg") no-repeat top center /cover;
}
.b-section2 ul li:nth-child(2)::before {
    background: #000;
}
.b-section2 ul li .num {
    font-weight: 100;
    font-size: 3.02vw;
    display: flex;
    align-items: center;
    height: fit-content;
}
.b-section2 ul li .num strong {
    width: 9.79vw;
    margin-left: 1.56vw;
    font-weight: 900;
    font-size: 1.8vw;
    margin-right: 2.08vw;
    letter-spacing: 0.25rem;
}
.b-section2 ul li > div p {
    font-size: 1.09vw;
    margin-bottom: 1.56vw;
    margin-top: 0.52vw;
}
.b-section2 ul li > div span {
    padding: 0.36vw 0.52vw 0.26vw;
    border-radius: 0.52vw;
    border: 2px solid #fff;
    margin-right: 0.31vw;
    font-size: 0.98vw;
    display: inline-block !important;
}
.b-section2 ul li:nth-child(2) > div span {
    border: 2px solid #000;
}
.b-section2 >div {
    padding-top: 2.08vw;
    padding-bottom: 4.68vw;
    background-color: #fff;
}
.b-section2 >div .text {
    border-top: 0.156vw solid #fff;
    border-bottom: 0.156vw solid #fff;
    box-shadow: inset 0.156vw 0.156vw 0.36vw rgba(174,178,191,0.56),
                inset 1.458vw 1.458vw 4.9vw rgba(255,255,255),
                0px 0px 0.9375vw rgba(144,150,168,0.26);
}
.b-section2 >div .text p {
    text-align: center;
    font-size: 1.7vw;
    padding: 1.56vw 0;
    letter-spacing: 0.2rem;
}
.b-section2 >div .text p span {
    display: block;
    font-size: 1.35vw;
}
.b-section2 >div .text p strong {
    font-weight: 700;
}

/* branding mobile */
@media screen and (max-width:1080px) {
    .b-section1 .title {
        padding-top: 43vw;
        padding-bottom: 36vw;
    }
    .b-section1 .title em {
        font-size: 1.75vw;
        margin-bottom: 4.6vw;
        letter-spacing: 0.46vw;
    }
    .b-section1 .title h2 {
        font-size: 6.2vw;
        margin-bottom: 5.55vw;
    }
    .b-section1 .title h3 {
        font-size: 3.5vw;
        margin-bottom: 4.6vw;
    }
    .b-section1 .title p {
        font-size: 2.7vw;
    }
    .b-section1 .scroll_page {
        height: auto;
    }
    .b-section1 .scroll_page .background {
        top: 144vw;
    }
    .b-section1 .rotate_circle {
        width: 14.35vw;
        height: 14.35vw;
        top: 12.48vw;
        left: 4.6vw;
    }
    .b-section1 > ul {
        padding: 3.7vw 12.9vw 1.48vw;
    }
    .b-section1 > ul li {
        width: 35.18vw;
        height: 7.03vw;
        border: 0.18vw solid #fff;
        margin-right: 3.7vw;
        margin-bottom: 2.22vw;
        font-size: 2.96vw;
        flex-direction: row;
    }
    .b-section1 > ul li:nth-child(2n) {
        margin-right: 0vw;
    }
    .b-section1 > ul:last-child li:nth-child(5) {
        margin-right: 3.7vw;
    }
    .b-section1 > ul li span {
        display: inline-block;
        font-size: 2.12vw;
    }
    .b-section2 ul {
        background-color: #000;
    }
    .b-section2 ul li {
        padding-top: 3.7vw;
        padding-left: 3.33vw;
        display: block;
        height: 31.48vw;
        background: url("/theme/td/img/branding/black_platform.jpg") no-repeat top -10% center /100% 120%;
    }
    .b-section2 ul li:nth-child(2) {
        background: url("/theme/td/img/branding/white_platform.jpg") no-repeat top -10% center /100% 120%;
    }
    .b-section2 ul li::before {
        left: 6vw;
        width: 0.925vw;
        height: 3.7vw;
    }
    .b-section2 ul li > div {
        float: left;
    }
    .b-section2 ul li > div.mo {
        margin-top: 2.3vw;
        width: 100%;
    }
    .b-section2 ul li .num {
        display: inline-block;
        font-size: 7.4vw;
        height: 16.66vw;
        margin-right: 4vw;
    }
    .b-section2 ul li .num strong {
        font-size: 4.44vw;
        margin-left: 3.5vw;
        margin-right: 4.6vw;
        width: 22.96vw;
    }
    .b-section2 ul li > div p {
        font-size: 2.7vw;
        margin-top: 0;
        margin-bottom: 0;
    }
    .b-section2 ul li > div span {
        font-size: 2.62vw;
        border: 0.2vw solid #fff;
        padding: 1vw 1.2vw 0.4vw;
        margin-right: 0.92vw;
        border-radius: 1.2vw;
    }
    .b-section2 ul li > div span.pc {
        display: none !important;
    }
    .b-section2 ul li:nth-child(2) > div span {
        border: 0.2vw solid #000;
    }
    .b-section2 > div {
        padding-top: 4.6vw;
        padding-bottom: 4.6vw;
    }
    .b-section2 > div .text {
        box-shadow: inset 0vw 0.156vw 0.36vw rgba(174,178,191,0.56), 
                    inset 1.458vw 1.458vw 4.9vw rgba(255,255,255), 
                    0px 0px 0.9375vw rgba(144,150,168,0.26);
    }
    .b-section2 > div .text p {
        font-size: 3.7vw;
        padding: 2.7vw 0 2.3vw;
    }
    .b-section2 > div .text p span {
        font-size: 2.7vw;
    }
}


#hompage {
    color: #fff;
}
.h-section1 {
    padding-top: 31.25vw;
    padding-left: 4.4vw;
    background: url("/theme/td/img/homepage/homepage_BG.jpg") no-repeat center center /cover;
    padding-bottom: 8.85vw;
}
.h-section1 h2 {
    margin-bottom: 1.04vw;
    font-size: 1.7vw;
    font-weight: 300;
}
.h-section1 h2 strong {
    font-size: 2.29vw;
    font-weight: 700;
}
.h-section1 p {
    font-weight: 300;
    font-size: 1.1vw;
    margin-bottom: 1.56vw;
    color: #a4a4a4;
}
.h-section1 a {
    display: block;
    width: 6.2vw;
    height: 1.875vw;
    text-align: center;
    line-height: 1.875vw;
    font-size: 0.93vw;
    border-radius: 1.56vw;
    border: 1px solid #fff;
    color: #fff;
    transform-origin: center center;
    transition: all 0.4s;
}
.h-section1 a:hover {
    transform: scale(1.08);
}
.h-section2 {
    padding-top: 7.8vw;
    background: #181818;
    padding-bottom: 9.89vw;
    box-shadow: inset -0.52vw 0.52vw 0.78vw rgba(0,0,0,0.9);
}
.h-section2 .tab_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 7.8vw;
}
.h-section2 .tab_btn li {
    width: 15.6vw;
    height: 3.9vw;
    position: relative;
    line-height: 3.9vw;
    text-align: center;
    font-weight: 300;
    font-size: 1.25vw;
    cursor: pointer;
    margin-right: 9.6vw;
    border-radius: 1.04vw;
    border: 1px solid #616161;
    box-shadow: -0.93vw -0.78vw 0.88vw rgba(255,255,255,0.03),
                0.93vw 0.93vw 1.4vw rgba(0,0,0,0.57);
}
.h-section2 .tab_btn li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(125deg, rgba(255,255,255,0.04), transparent 50%);
    left: 0;
    top: 0;
}
.h-section2 .tab_btn li.active {
    box-shadow: inset 0.67vw 0.67vw 0.93vw rgba(8,8,8,0.81),
                inset 0.156vw 0.156vw 0.26vw rgba(8,8,8,0.71);
}
.h-section2 .tab_btn li.active::before {
    background-image: linear-gradient(125deg, transparent, transparent);
}
.h-section2 .tab_btn li:last-child {
    margin-right: 0;
}
.h-section2 .tab_cont > div {
    width: 66.9vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.5s;
    transform: translateY(10%);
    opacity: 0;
}
.h-section2 .tab_cont > div.active {
    display: flex;
    opacity: 1;
    transform: translateY(0%);
}
.h-section2 .tab_cont > div .icon {
    width: 18.3vw;
    margin-right: 5.2vw;
}
.h-section2 .tab_cont > div .text strong {
    font-weight: 900;
    font-size: 1.56vw;
    color: rgba(255,255,255,0.25);
    letter-spacing: 0.01rem;
}
.h-section2 .tab_cont > div .text p {
    font-size: 1.04vw;
    margin: 1.04vw 0;
    font-weight: 300;
}
.h-section2 .tab_cont > div .text span {
    display: inline-block;
    width: 7.8vw;
    height: 2.39vw;
    border: 1px solid #fff;
    border-radius: 0.52vw;
    text-align: center;
    line-height: 2.39vw;
    font-size: 0.93vw;
    margin-right: 0.78vw;
}
.h-section3 {
    background: #181818;
    box-shadow: inset 0.52vw 0.52vw 5.2vw rgba(0,0,0,0.9);
    padding-top: 8.07vw;
    padding-bottom: 5.46vw;
}
.h-section3 > div .img {
    width: 10.9vw;
    height: 9.375vw;
    margin: 0 auto 1.04vw;
}
.h-section3 > div {
    width: 57.29vw;
    margin: 0 auto;
    overflow: hidden;
}
.h-section3 > div > div {
    width: 21.875vw;
    float: left;
}
.h-section3 > div > div:first-child {
    margin-right: 11.979vw;
}
.h-section3 > div > div:nth-child(3) {
    margin-right: 8.3vw;
    margin-top: 6.09vw;
}
.h-section3 > div > div:nth-child(4) {
    width: 27vw;
    margin-top: 6.09vw;
}
.h-section3 div strong {
    font-weight: 700;
    font-size: 1.145vw;
    text-align: center;
    display: block;
    margin-bottom: 0.52vw;
}
.h-section3 div p {
    font-size: 1.04vw;
    color: #a4a4a4;
    text-align: center;
    margin-bottom: 1.04vw;
    line-height: 1.4;
}
.h-section3 div span {
    width: 100%;
    height: 1.82vw;
    background: #2b2b2b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a4a4a4;
    font-size: 0.9vw;
    margin: 0 auto;
    text-align: center;
    padding-top: 0.2vw;
    white-space: nowrap;
}
.h-section3 > div > div:first-child span {
    width: 16.6vw;
}
.h-section3 > div > div:nth-child(4) span {
    width: 26.56vw;
    height: 3.38vw;
}

/* homepage mobile */
@media screen and (max-width:1080px) {
    .h-section1 {
        padding-top: 47.22vw;
        padding-bottom: 15.74vw;
        padding-left: 0;
        background: url("/theme/td/img/homepage/homepage_BG_mobile.png") no-repeat center center /cover;
    }
    .h-section1 h2 {
        text-align: center;
        font-size: 4.8vw;
        margin-bottom: 4.6vw;
        line-height: 1.4;
    }
    .h-section1 h2 strong {
        font-size: 6.48vw;
    }
    .h-section1 p {
        font-size: 3vw;
        margin-bottom: 3.7vw;
        text-align: center;
    }
    .h-section1 a {
        width: 26.1vw;
        height: 5.83vw;
        line-height: 6.2vw;
        font-size: 3.05vw;
        margin: 0 auto;
        border-radius: 3vw;
        font-weight: 300;
    }
    .h-section2 {
        padding-top: 13.4vw;
        padding-bottom: 17vw;
        box-shadow: inset 0.52vw 0.52vw 4.9vw rgba(0,0,0,0.9);
    }
    .h-section2 .tab_btn {
        display: none;
    }
    .h-section2 .tab_cont > div {
        opacity: 1;
        display: block;
        transform: translateY(0);
        width: 100%;
        margin-bottom: 14.8vw;
    }
    .h-section2 .tab_cont > div:last-child {
        margin-bottom: 0;
    }
    .h-section2 .tab_cont .mo {
        width: 46.29vw;
        height: 13.4vw;
        border: 0.27vw solid #2b2b2b;
        border-radius: 2.7vw;
        box-shadow: inset 0.648vw 0.648vw 0.925vw rgba(8,8,8,0.81);
        font-size: 3.88vw;
        text-align: center;
        line-height: 13.4vw;
        font-weight: 600;
        margin: 0 auto 6vw;
        background: #111111;
    }
    .h-section2 .tab_cont > div .icon {
        width: 50.55vw;
        margin: 0 auto 6vw;
    }
    .h-section2 .tab_cont > div .text div {
        margin: 0 auto;
        width: 77.5vw;
        display: flex;
    }
    .h-section2 .tab_cont > div:first-child .text div {
        width: 50.8vw;
    }
    .h-section2 .tab_cont > div .text strong {
        font-size: 5.27vw;
        text-align: center;
        display: block;
    }
    .h-section2 .tab_cont > div .text p {
        font-size: 3vw;
        margin: 1.38vw 0 4.16vw;
        text-align: center;
    }
    .h-section2 .tab_cont > div .text span {
        width: 24vw;
        height: 7.4vw;
        border-radius: 1.38vw;
        margin-right: 2.7vw;
        font-size: 2.89vw;
        line-height: 7.5vw;
        font-weight: 300;
        border: 0.1vw solid #fff;
    }
    .h-section2 .tab_cont > div .text span:last-child {
        margin-right: 0;
    }
    .h-section3 {
        padding-top: 21.29vw;
        padding-bottom: 31vw;
        box-shadow: inset 3vw 2vw 5.2vw rgba(0,0,0,0.9);
    }
    .h-section3 > div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
    }
    .h-section3 > div > div {
        width: fit-content;
        float: none;
        margin-top: 17.59vw;
    }
    .h-section3 > div > div:first-child {
        margin-right: 0;
        margin-top: 0;
    }
    .h-section3 > div > div:nth-child(3) {
        margin-top: 17.59vw;
        margin-right: 0;
    }
    .h-section3 > div > div:nth-child(4) {
        margin-top: 17.59vw;
        width: 89vw;
    }
    .h-section3 > div .img {
        width: 36.29vw;
        height: 31.38vw;
        margin: 0 auto 2.7vw;
    }
    .h-section3 div strong {
        font-size: 3.5vw;
        margin-bottom: 1.85vw;
    }
    .h-section3 div p {
        font-size: 3.4vw;
        margin-bottom: 3.7vw;
    }
    .h-section3 div span {
        height: 5.2vw;
        font-size: 3vw;
        font-weight: 300;
    }
    .h-section3 div span {
        width: 67.59vw;
    }
    .h-section3 > div > div:first-child span {
        width: 55.55vw;
    }
    .h-section3 > div > div:nth-child(4) span {
        width: 89vw;
        height: 10.64vw;
    }
    
}


.d-section1 {
    background: url("/theme/td/img/design/design_BG.jpg") no-repeat center center /cover;
    color: #fff;
    height: 60vw;
}
.d-section2 {
    padding-top: 5.73vw;
    padding-bottom: 5.2vw;
    color: #000;
    background-color: #fff;
}
.d-section2 ul li {
    width: 100%;
    height: 13.125vw;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-shadow: 1.7vw 1.7vw 1.5vw rgba(228,229,234,0.41);
    margin-top: 2.08vw;
    padding-left: 23.125vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-image: linear-gradient(-90deg, #fff 1%, #e7e8ec, #fff 99% );
}
.d-section2 ul li.right {
    background-color: #fff;
    background-image: none;
    box-shadow: 1.145vw 1.145vw 1.5vw rgba(144,150,168,0.29);
    padding-right: 23.125vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.d-section2 ul li .title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.52vw;
    font-weight: 700;
    font-size: 1.8vw;
}
.d-section2 ul li.right .title {
    justify-content: flex-end;
}
.d-section2 ul li .title span {
    width: 3.6vw;
    margin-right: 1.04vw;
    display: block;
    margin-top: -1.04vw;
}
.d-section2 ul li p {
    padding-left: 4.8vw;
    font-size: 1.09vw;
    font-weight: 400;
}
.d-section2 ul li.right p {
    text-align: right;
}
.d-section2 ul li p strong {
    font-weight: 700;
}

.d-section3 {
    padding-bottom: 2.6vw;
    background: #fff;
}
.d-section3 h2 {
    font-size: 4.16vw;
    font-weight: 700;
    margin-bottom: 3.6vw;
    padding-left: 6.77vw;
    line-height: 1.2;
}
.d-section3 .rolling {
    width: 221vw;
    overflow: hidden;
}
.d-section3 ul {
    display: flex;
    padding-bottom: 3.9vw;
    width: 110.4vw;
    float: left;
    animation-duration: 12s !important;
}
@keyframes Rolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.d-section3 ul li {
    width: 12.5vw;
    height: 15.4vw;
    margin-right: 1.3vw;
    border-radius: 0.52vw;
    background: rgba(235,236,242,0.29);
    border: 0.156vw solid #fff;
    box-shadow: 0.2vw 0.2vw 0.3vw rgba(144,150,168,0.22),
                0.26vw 0.26vw 0.83vw rgba(234,234,237);
}
.d-section3 ul li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.85vw;
    height: 8.85vw;
    margin: 1.56vw auto 0;
    border-radius: 50%;
    background: #f9f9fb;
    border: 0.156vw solid #fff;
    box-shadow: 1.7vw 0 1.5vw rgba(228,229,234,0.41),
                1.04vw 0 1.4vw rgba(255,255,255,0.77);
}
.d-section3 ul li .icon img {
    width: 9.375vw;
}
.d-section3 ul li .front {
    font-weight: 700;
    font-size: 1.56vw;
    text-align: center;
    margin-top: 1.77vw;
    position: relative;
    z-index: 1;
}
.d-section3 ul li .front .back {
    font-weight: 900;
    position: absolute;
    z-index: 0;
    top: -1.04vw;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(195,195,200,0.2);
    white-space: nowrap;
}
.d-section3 .text {
    background: rgba(235,236,242,0.29);
    border-top: 0.156vw solid #fff;
    border-bottom: 0.156vw solid #fff;
    box-shadow: 0.2vw 0.156vw 0.3vw rgba(144,150,168,0.22),
                inset 0.26vw 0.2vw 0.83vw rgba(234,234,237);
}
.d-section3 .text > strong {
    font-size: 2.34vw;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 0.52vw;
    padding-top: 2.6vw;
}
.d-section3 .text p {
    font-weight: 500;
    font-size: 1.979vw;
    text-align: center;
    padding-bottom: 2.6vw;
}
.d-section3 .text p strong{
    font-weight: 700;
}

.d-section4 {
    width: 100vw;
    height: 48.4vw;
    padding-top: 5.2vw;
    padding-left: 6.77vw;
    position: relative;
    color: #fff;
    background: url("/theme/td/img/design/design_bottom_bg.jpg") no-repeat top center /cover;
}
.d-section4 h2 {
    font-weight: 700;
    font-size: 4.16vw;
    margin-bottom: 2.08vw;
}
.d-section4 > p {
    font-size: 1.25vw;
    margin-bottom: 1.04vw;
}
.d-section4 > div {
    position: absolute;
    right: 6.77vw;
    top: 11.979vw;
    overflow: hidden;
}
.d-section4 > div > div {
    width: 17.96875vw;
    float: left;
}
.d-section4 > div > div p {
    font-size: 1.979vw;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.52vw;
    margin-bottom: 1.3vw;
}
.d-section4 > div > div span {
    font-size: 4.375vw;
    font-weight: 700;
}
.d-section4 > div > div span > div {
    display: inline-block;
    font-family: 'Gothic A1', sans-serif;
}
.d-section4 > div .new {
    margin-right: 3.38vw;
}

/* design mobile */
@media screen and (max-width:1080px) {
    .d-section1 {
        height: 128.88vw;
        background: url("/theme/td/img/design/design_BG_mobile.jpg") no-repeat center center /cover;
    }
    .d-section1 h2 {
        font-size: 6.75vw;
        margin-bottom: 6.48vw;
    }
    .d-section1 .team {
        margin-bottom: 6.48vw;
    }
    .d-section1 .team > div .bulb {
        width: 25.5vw;
        height: 44.72vw;
        margin-bottom: 4.6vw;
    }
    .d-section1 .team > div strong {
        font-size: 3.7vw;
    }
    .d-section1 .team > span {
        width: 7.96vw;
        height: 7.96vw;
        margin: 22.2vw -1.85vw 0;
    }
    .d-section1 .text p {
        font-size: 3.5vw;
        padding: 1.85vw 0;
    }
    .d-section2 {
        padding-bottom: 0px;
        padding-top: 7.4vw;
    }
    .d-section2 ul li {
        height: 25.27vw;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding-left: 6.48vw;
        margin-bottom: 4.16vw;
        margin-top: 0;
    }
    .d-section2 ul li.right {
        padding-right: 6.48vw;
    }
    .d-section2 ul li .title {
        font-size: 4.16vw;
        margin-bottom: 0.92vw;
    }
    .d-section2 ul li .title span {
        width: 6.85vw;
        margin-right: 2.3vw;
        margin-top: 0;
    }
    .d-section2 ul li p {
        padding-left: 9.15vw;
        font-size: 2.89vw;
    }
    .d-section2 ul li.right p {
        padding-left: 0;
    }
    .d-section3 {
        padding-top: 15.74vw;
        padding-bottom: 18vw;
    }
    .d-section3 h2 {
        font-size: 6.94vw;
        text-align: center;
        padding-left: 0;
        margin-bottom: 6.94vw;
    }
    .d-section3 .rolling {
        width: 517vw;
    }
    .d-section3 ul {
        width: 258.5vw;
        padding-bottom: 11.66vw;
        animation-duration: 15s !important;
    }
    .d-section3 ul li {
        width: 29.25vw;
        height: 35.9vw;
        border: 1.5px solid #fff;
        margin-right: 3.7vw;
    }
    .d-section3 ul li .icon {
        width: 20vw;
        height: 20vw;
        margin: 4.25vw auto 0;
    }
    .d-section3 ul li .icon img {
        width: 19.48vw;
    }
    .d-section3 ul li .front {
        font-size: 3.7vw;
        margin-top: 3.7vw;
    }
    .d-section3 ul li .front .back {
        margin-top: -1.3vw;
    }
    .d-section3 .text > strong {
        padding-top: 4.16vw;
        font-size: 4.25vw;
        margin-bottom: 1.38vw;
    }
    .d-section3 .text p {
        font-size: 3.61vw;
        padding-bottom: 4.16vw;
    }

    .d-section4 {
        height: auto;
        padding: 10.55vw 6.48vw 13.4vw;
    }
    .d-section4 h2 {
        font-size: 7.4vw;
        text-align: center;
        margin-bottom: 5.55vw;
    }
    .d-section4 > p {
        font-size: 3.05vw;
        margin-bottom: 3.9vw;
        text-align: center;
    }
    .d-section4 > div {
        position: static;
        margin-top: 9.25vw;
    }
    .d-section4 > div > div {
        width: 45%;
    }
    .d-section4 > div .new {
        margin-right: 10%;
    }
    .d-section4 > div > div p {
        font-size: 4.35vw;
    }
    .d-section4 > div > div span {
        font-size: 9.6vw;
    }
}


.v-section1 {
    padding-top: 8.07vw;
    padding-left: 6.77vw;
    position: relative;
    background: url("/theme/td/img/video/video_BG.png") no-repeat center center;
    background-color: #fff;
}
.v-section1 h2 {
    font-weight: 500;
    font-size: 4.16vw;
    color: rgba(0,0,0,0.3);
    line-height: 1.2;
}
.v-section1 h3 {
    font-weight: 700;
    font-size: 4.16vw;
    margin-bottom: 2.08vw;
    line-height: 1.2;
}
.v-section1 > p {
    font-size: 1.25vw;
    margin-bottom: 2.08vw;
    font-weight: 500;
}
.v-section1 .icon {
    position: absolute;
    top: 7.29vw;
    right: 3.38vw;
    width: 6.25vw;
}
.v-section1 > ul {
    width: 74.47vw;
    overflow: hidden;
    padding-bottom: 5.7vw;
}
.v-section1 > ul li {
    overflow: hidden;
    float: left;
    padding-bottom: 1.56vw;
}
.v-section1 > ul li:nth-child(4) {
    margin-left: 12.5vw;
}
.v-section1 > ul li .box {
    width: 10.7vw;
    height: 10.7vw;
    border-radius: 0.52vw;
    border: 0.156vw solid #fff;
    background: rgba(235,236,242,0.13);
    position: relative;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0.2vw 0.2vw 0.3vw rgba(144,150,168,0.22),
                inset 0.26vw 0.26vw 0.83vw rgba(234,234,237);
    float: left;
}
.v-section1 > ul li .box::before {
    content: '';
    position: absolute;
    right: -50%;
    bottom: -50%;
    width: 150%;
    height: 150%;
    border-radius: 100%;
    background: #0e366b;
    transform: scale(0);
    transition: all 0.6s ease-in-out;
    transform-origin: bottom right;
}
.v-section1 > ul li .box:hover::before {
    transform: scale(1.2);
    border-radius: 50%;
}
.v-section1 > ul li .box svg {
    position: relative;
    z-index: 10;
}
.v-section1 > ul li .box svg .st0 {
    fill:none;
    stroke:#282828;
    stroke-width:3;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
}
.v-section1 > ul li .box svg .st1{
    fill:none;stroke:#282828;
    stroke-width:3;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
}
.v-section1 > ul li .box svg .st0,
.v-section1 > ul li .box svg .st1,
.v-section1 > ul li .box svg .st2,
.v-section1 > ul li .box svg .st3 {
    transition: all 0.6s ease-in-out;
}
.v-section1 > ul li .box:hover svg .st0,
.v-section1 > ul li .box:hover svg .st1,
.v-section1 > ul li .box:hover svg .st2,
.v-section1 > ul li .box:hover svg .st3 {
    stroke:#fff;
}
.v-section1 > ul li .text {
    width: 14vw;
    height: 10.7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    float: left;
}
.v-section1 > ul li .text strong {
    font-weight: 700;
    font-size: 1.56vw;
    margin-bottom: 1.04vw;
}
.v-section1 > ul li .text p {
    font-size: 0.9375vw;
    text-align: center;
}
.v-section1 .video {
    width: 100vw;
    padding-top: 5.2vw;
    background: url("/theme/td/img/video/video_botton_bg.png") no-repeat top 70% center;
    background-color: #000;
    padding-bottom: 8.07vw;
    border-radius: 5.2vw 5.2vw 0 0;
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 11;
    transform-origin: center bottom;
}
.v-section1 .video h2 {
    font-size: 4.16vw;
    font-weight: 700;
    margin-bottom: 3.125vw;
    text-align: center;
    color: #fff;
}
.v-section1 .colors {
    position: relative;
    overflow: hidden;
    width: 74vw;
    margin: 0 auto;
    display: flex !important;
    justify-content: space-evenly;
}
.v-section1 .colors.mo {
    display: none !important;
}
.v-section1 .colors > div { 
    width: 100%;
    height: 41.14vw;
    margin-right: 2.34vw;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.47);
    transform-origin: bottom center;
    transition: all 0.4s;
    overflow: hidden;
    position: relative;
}
.v-section1 .colors > div .glass {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba( 0, 0, 0, 0.35 );
    box-shadow: 0 0.416vw 1.66vw 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 0.31vw );
    -webkit-backdrop-filter: blur( 0.31vw );
    transition: all 0.4s;
    cursor: pointer;
}
.v-section1 .colors > div:hover .glass {
    backdrop-filter: blur( 2px );
}
.v-section1 .colors > div .deco {
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(69, 107, 205, 0.4);
    width: 15.625vw;
    height: 13vw;
    transform: skewY(25deg);
    left: -20%;
    top: 5vw;
}
.v-section1 .colors > div .title {
    position: absolute;
    left: 18%;
    top: 8vw;
    color: #fff;
    z-index: 11;
    font-size: 0.88vw;
    transition: all 0.3s;
}
.v-section1 .colors > div:hover .title {
    transform: scale(1.07);
}
.v-section1 .colors > div .title strong {
    font-weight: 700;
    font-size: 1vw;
    margin-left: -1.1vw;
}
.v-section1 .colors > div:nth-child(2) .deco {
    left: auto;
    right: -30%;
    top: 13vw;
}
.v-section1 .colors > div:nth-child(2) .title {
    text-align: right;
    top: 15vw;
    left: auto;
    right: 15%;
}
.v-section1 .colors > div:nth-child(2) .title strong,
.v-section1 .colors > div:nth-child(4) .title strong {
    margin-right: -1vw;
}
.v-section1 .colors > div:nth-child(3) .deco {
    top: 15vw;
}
.v-section1 .colors > div:nth-child(3) .title {
    top: 20vw;
}
.v-section1 .colors > div:nth-child(4) .deco {
    left: auto;
    right: -20%;
    top: 20vw;
}
.v-section1 .colors > div:nth-child(4) .title {
    top: 25vw;
    text-align: right;
}
.v-section1 .colors > div.width {
    width: 0;
    border: 0px transparent;
}
.v-section1 .colors > div.margin {
    margin-right: 0;
}
.v-section1 .colors > div:last-child {
    margin-right: 0;
}
.v-section1 .colors > div iframe {
    width: 65vw;
    height: 36.56vw;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    z-index: 12;
}
.v-section1 .colors > div img {
    height: 112%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transform-origin: bottom center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
.v-section1 .colors > div:hover img {
    transform: scale(1.1);
    opacity: 0.8;
    animation: height 5s linear;
}
@keyframes height {
    100%{transform: scale(1.1) translateY(-10%);}
}
.v-section1 .colors .close {
    width: 2.08vw;
    height: 2.08vw;
    border-radius: 50%;
    border: 1px solid #fff;
    font-weight: bolder;
    color: #fff;
    font-size: 1.25vw;
    text-align: center;
    line-height: 2.08vw;
    position: absolute;
    top: 1vw;
    right: 1vw;
    z-index: 13;
    cursor: pointer;
    display: none;
    background-color: #000;
}
.v-section1 .colors .close svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1.85vw;
}

/* video mobile */
@media screen and (max-width:1080px) {
    .v-section1 {
        padding: 20.83vw 6.94vw 0;
        background: url("/theme/td/img/video/video_BG.png") no-repeat center right;
        background-color: #fff;
    }
    .v-section1 h2 {
        font-size: 5.8vw;
        margin-bottom: 1.85vw;
    }
    .v-section1 h3 {
        font-size: 5.8vw;
        margin-bottom: 3.7vw;
        white-space: nowrap;
    }
    .v-section1 > p {
        font-size: 3vw;
        margin-bottom: 3.24vw;
    }
    .v-section1 .icon {
        display: none;
    }
    .v-section1 > ul {
        width: 100%;
        padding-bottom: 13.88vw;
    }
    .v-section1 > ul li {
        float: none;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-bottom: 4.6vw;
    }
    .v-section1 > ul li:nth-child(2n) {
        justify-content: flex-end;
    }
    .v-section1 > ul li:nth-child(3) {
        margin-left: 0;
    }
    .v-section1 > ul li .box {
        width: 25.37vw;
        height: 25.37vw;
        border: 1px solid #fff;
        float: none;
    }
    .v-section1 > ul li .text {
        width: auto;
        height: 25.37vw;
        padding-left: 4.6vw;
    }
    .v-section1 > ul li .text strong {
        font-size: 4.07vw;
        margin-bottom: 1.85vw;
    }
    .v-section1 > ul li .text p {
        font-size: 2.79vw;
    }
    .v-section1 .video {
        width: 100vw;
        padding-top: 11.1vw;
        padding-bottom: 14.8vw;
        background: url("/theme/td/img/video/video_botton_bg.png") no-repeat top 60% center / auto 40%;
        background-color: #000;
        position: relative;
        margin-left: -6.94vw;
        border-radius: 8.2vw 8.2vw 0 0;
    }
    .v-section1 .video h2 {
        font-size: 7.68vw;
        margin-bottom: 7.4vw;
    }
    .v-section1 .colors {
        width: 85vw;
        height: 144.4vw;
        position: relative;
        display: block !important;
    }
    .v-section1 .colors.pc {
        display: none !important;
    }
    .v-section1 .colors > div {
        width: 100%;
        height: 30.37vw;
        margin-right: 0;
        margin-bottom: 6vw;
    }
    .v-section1 .colors > div:hover {
        border: 1px solid rgba(255, 255, 255, 0.47);
    }
    .v-section1 .colors > div.width {
        width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.47);
    }
    .v-section1 .colors > div .pc_img {
        display: none !important;
    }
    .v-section1 .colors .close {
        display: none !important;
    }
    .v-section1 .colors > div .link {
        position: absolute;
        top: 3vw;
        right: 2vw;
        padding: 1vw 3vw;
        border-radius: 4vw;
        font-size: 3.3vw;
        font-weight: 500;
        color: #fff;
        background-color: #282828da;
        z-index: 12;
    }
    .v-section1 .colors > div .glass {
        backdrop-filter: blur( 0.31vw );
        -webkit-backdrop-filter: blur( 0.31vw );
    }
    .v-section1 .colors > div:hover .glass {
        backdrop-filter: blur( 0.17vw );
    }
    .v-section1 .colors > div .deco {
        width: 37.77vw;
        height: 35.77vw;
    }
    .v-section1 .colors > div .deco {
        transform: skewY(-20deg);
        left: 10%;
    }
    .v-section1 .colors > div:nth-child(2) .deco {
        right: auto;
        left: 20%;
    }
    .v-section1 .colors > div:nth-child(3) .deco {
        top: -10vw;
        left: 25%;
    }
    .v-section1 .colors > div:nth-child(4) .deco {
        right: 10%;
        top: -10vw;
    }
    .v-section1 .colors > div .title {
        font-size: 2.3vw;
        left: 10%;
        top: 10vw;
    }
    .v-section1 .colors > div:nth-child(2) .title {
        top: 10vw;
        left: 10%;
        text-align: left;
    }
    .v-section1 .colors > div:nth-child(3) .title {
        top: 10vw;
    }
    .v-section1 .colors > div:nth-child(4) .title {
        top: 10vw;
        text-align: left;
    }
    .v-section1 .colors > div .title strong {
        font-size: 2.8vw;
        margin-left: -2.4vw;
    }
}