<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,ul,li,p,a{
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 200;
    font-family: Arial,Microsoft YaHei,sans-serif;
}
::-webkit-scrollbar{width:0;}
a{
    text-decoration: none;
}
*{
    outline:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0) ;
}
#scroller-wrapper{
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.scrollbar-thumb{
    width:3px !important;
    background-color: black !important;
}
.scrollbar-track-y{
    width:3px !important;
}

:root{
    --target-size-w: 100%;
    --target-size-h: 200px;
    --svg-size-w: 100px;
    --svg-size-h: 785px;
    --font-1: 'Gotham';

    --color-1: 253,0,78; /* pink */
    --color-2: 255, 255, 255;
    --color-3: 6, 1, 26; /*bg*/
    --color-4: 14, 18, 67; /* blue */

    --button-color-1: 253, 0, 78;
    --button-color-2: 255, 255, 255;

    --mask-color: var(--color-3);
    --color-point: var(--color-2);
    --color-outline: var(--color-1);

    --container-min-height: 100vh;
    --header-collapsed-height: 80px;

    --ease-out-elastic: cubic-bezier(1,1.87,.11,.78);
    --ease-in-expo: cubic-bezier(.95, .05, .795, .035);
    --ease-out-expo: cubic-bezier(.19, 1, .22, 1);
    --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);

    --vh: 100vh;
    --stroke-width: 1.5px;
}
.home .nav .close{
    right: 40% !important;
    top: 5.5% !important;
    width: 30px;
    height: 30px;
    /*background-color: red;*/
    overflow: hidden;
}
.home .nav .close  .BurgerClose-bar{
    position: absolute;
    top: -2px;
    width: 2px;
    height: 0;
    background: white;
    transform-origin: top;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    /*transition-delay: 1s;*/
}
.home .nav .close   .BurgerClose-bar-1{
    right: 0;
    transform: translateX(-100%) rotate(45deg) scaleY(1);
}
.home .nav .close  .BurgerClose-bar-2{
    left: 0;
    transform: translateX(100%) rotate(-45deg) scaleY(1);
    transition-delay: 200ms;
}

.home .navShow  .close  .BurgerClose-bar{
   height:30px;
    transition-delay: 1s;
}
.home .hcon .foot .dom1 .links .item p {
    font-size: 18px !important;
    font-weight: 400 !important;
}
.home .hcon .foot .dom1 .links .item .aList a {
    font-size: 16px !important;
    margin-top: 18px !important;
}
.hint{
    position: absolute;
    width: 60px;
    height: 60px;
    transition: opacity .5s ease,transform .5s cubic-bezier(.5,0,0,1),-webkit-transform .5s cubic-bezier(.5,0,0,1);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    left: 61%;
    top: 39%;
}
.hint::before{
    width: 8px;
    height: 8px;
    background-color: #fff;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.hint::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    width: 2px;
    height: 2px;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    -webkit-animation: home_hero_item_hints_glow-data-v-8d9497d2 2s cubic-bezier(.25,.1,.2,1) infinite;
    animation: home_hero_item_hints_glow-data-v-8d9497d2 2s cubic-bezier(.25,.1,.2,1) infinite;
}
.hint .hint-radius{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 250px;
    margin: -125px 0 0 -125px;
    border-radius: 50%;
    transition-property: background-color,opacity,visibility,transform,-webkit-transform;
    -webkit-transition-timing-function: ease,ease,ease,cubic-bezier(.5,0,0,1);
    transition-timing-function: ease,ease,ease,cubic-bezier(.5,0,0,1);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.hint .pulse{
    position: absolute;
    top: -5px;
    left: -6px;
    height: 66px;
    width: 66px;
    border: 2px solid #b7b7b7;
    border-radius: 48px;
    -webkit-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
    box-shadow: 0 0 4px #82878f, inset 0 0 10px #82878f;
    opacity: .12;
    filter: alpha(opacity=0);
    -webkit-animation: warn 2s ease-out both;
    animation: warn 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: 0 0;
}
@keyframes warn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
.hint .delay-10{
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}
.hint .delay-09{
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
}
.hint .delay-08{
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s;
}
.hint .hint-dot{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-animation: home_hero_item_hints_border-data-v-8d9497d2 2s linear infinite;
    animation: home_hero_item_hints_border-data-v-8d9497d2 2s linear infinite;
}
@keyframes home_hero_item_hints_border-data-v-8d9497d2 {
    0%, 100% {
        border-color: hsla(0,0%,100%,.6);
        -webkit-transform: translate(-50%,-50%) scale(.95);
        transform: translate(-50%,-50%) scale(.95);
    }

    50% {
        border-color: hsla(0,0%,100%,.3);
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
    }
}
.hint .hint-content{
    position: absolute;
    width: 180px;
    z-index: 5;
    padding: 12px 0;
    font-size: 18px;
    font-weight: bold;
    color: #b0b0b0;
    -webkit-transition: opacity .7s ease,visibility .7s ease;
    transition: opacity .7s ease,visibility .7s ease;
    /*visibility: hidden;*/
    bottom: 85px;
    right: 50%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    margin-right: -55px;
    cursor: pointer;
}
.hint-content::before{
    content: "";
    position: absolute;
    height: 1px;
    background-color: #fff;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 1;
    width: 180px;
    bottom: 0;
    left: 0;
}
.hint-content::after{
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    width: 80px;
    content: "";
    position: absolute;
    height: 1px;
    background-color: #fff;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 1;
}
.hint-content p{
    text-align: center;
    color:black;
    font-weight: bold;
    font-size: 20px;
}
@media screen and (max-width: 1000px){
    .home .nav{
        width:60% !important;
    }
    .home .nav .close{
        right:6.5% !important;
        top:4% !important;
    }
    .hint{
        display: none;
    }
}
.home .header .dom1 .r .lan a{
    color: white;
    margin-right: 10px;
    position: relative;
  }
  .home .header .dom1 .r .lan a:nth-child(1){
    top: -2px;
  }
  .home .header .dom1 .r .lan a:nth-child(2){
    opacity: .3;
  }
  .home .header .dom1 .r .lan a:nth-child(3){
  margin-right: 20px;
  }</pre></body></html>