@font-face {
    font-family: twitter-hashtag;
    src: url('chirp-bold-web.woff');
}

@font-face {
    font-family: google-fonts;
    src: url('NotoSansSC-Regular.otf');
}

::-webkit-scrollbar {
    /*隐藏滚轮*/
    display: none;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

html{
    width: 100%;
    overflow-x: hidden;
}

body{
    background-image: linear-gradient(to right, #434343 0%, black 100%);
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

.scale1dot5{
    width: 40vw;
    height: 55vw;
}

.phone-user-tips{
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 1002;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    font-family: 'google-fonts';
}

.phone-user-tips-text{
    width: 80%;
    height: 100vh;
    text-align: center;
    transform:translate(12.5%, 30%);
}

.phone-user-tips-text .title{
    color: aliceblue;
    font-size: 50px;
}

.phone-user-tips-text .text{
    color: aliceblue;
    font-size: 40px;
}

.phone-user-tips-text .tips{
    color: #ddd;
    font-size: 30px;
    text-decoration: underline dotted;
}

section.index{
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #111;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 1;
}
section.index .index-row{
    position: relative;
    top: -50%;
    width: 100%;
    display: flex;
    padding: 10px 0;
    white-space: nowrap;
    font-size: 64px;
    transform: rotate(-30deg);
}
section.index i{
    color: rgba(0,0,0,0.5);
    transition: 1s;
    padding: 0 5px;
    user-select: none;
    cursor: default;
}
section.index i:hover{
    transition: 0s;
    color: #0f0;
    text-shadow: 0 0 120px #0f0;
}
section.index .index-row div{
    animation: animate1 60s linear infinite;
}

section.index .index-row div:nth-child(2){
    animation: animate2 60s linear infinite;
}
@keyframes animate1{
    0%{
        transform: translateX(-50%);
    }
    50%{
        transform: translateX(-0%);
    }
    100%{
        transform: translateX(-50%);
    }
}
@keyframes animate2{
    0%{
        transform: translateX(75%);
    }
    50%{
        transform: translateX(0%);
    }
    100%{
        transform: translateX(75%);
    }
}

section.index .index-row:nth-child(even) div{
    animation: animate3 60s linear infinite;
}

section.index .index-row:nth-child(even) div:nth-child(2){
    animation: animate4 60s linear infinite;
}
@keyframes animate3{
    0%{
        transform: translateX(0%);
    }
    50%{
        transform: translateX(-50%);
    }
    100%{
        transform: translateX(0%);
    }
}
@keyframes animate4{
    0%{
        transform: translateX(0%);
    }
    50%{
        transform: translateX(75%);
    }
    100%{
        transform: translateX(0%);
    }
}
#syc-title{
    font-family: 'Courier New', Courier, monospace;
    font-weight: 500;
    z-index: 2;
    color: #55ff55;
    font-size: 100px;
    position: fixed;
    margin: auto;
    top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    height: 100px;
    width: 450px;
}
#syc-title #dot{
    animation: type 1s linear infinite;
}
@keyframes type {
    0%{
        opacity: 0%;
    }
    49%{
        opacity: 0%;
    }
    50%{
        opacity: 100%;
    }
    99%{
        opacity: 100%;
    }
    100%{
        opacity: 0%;
    }
}

#about{
    height: 100vh;
    width: 100vw;
    position: relative;
    display: flex;
    justify-content: center;
    background: url("../img/syclover.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: 15%;
    font-family: 'google-fonts';
}

#about .about-title{
    color: white;
    font-size: 5vh;
    letter-spacing: 10px;
    margin-top: 10vh;
}

#about .about-text{
    position: absolute;
    margin-top: 25vh;
    left: 21%;
    color: white;
    font-size: 25px;
    width: 50%;
    writing-mode:horizontal-tb;
    text-align: left;
    position: relative;
}


#hornor{
    align-items: center;
    min-height: 250vh;
    background: #131313;
    position: relative;
    margin: 0 auto;
    left: 0%;
    border-top: 10px solid #222;
    width: 100vw;
    font-family: 'google-fonts';
}

#hornor .hornor-list{
    align-items: center;
    justify-content: center;
    
    width: 100vw
}

#hornor .hornor-title{
    text-align: center;
    font-weight: 600;
    font-size: 50px;
}


#hornor .hornor-container{
    position: relative;
    margin-top: 15vh;
}

#hornor img{
    height: auto; 
    width: auto;
}

#hornor .hornor-container .card{
    position: relative;
    width: 270px;
    height: 405px;
    margin: 30px;
    background: #232323;
    border-radius: 3vh;
    overflow: hidden;
    margin: 0 auto;
}

#hornor .hornor-container .card:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 188, 0, 0.5);
    clip-path: circle(150px at 80% 20%);
    transition: 0.5s ease-in-out;
}

#hornor .hornor-container .card:hover:before{
    clip-path: circle(300px at 80% -20%);
}

#hornor .hornor-container .card:after{
    content: 'Syclover';
    position: absolute;
    top: 50%;
    left: 3%;
    font-size: 4.5em;
    font-weight: 800;
    font-style: italic;
    color: rgba(255, 255, 255, 0.04);
}

#hornor .hornor-container .card .imgBx{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    width: 100%;
    height: 220px;
    transition: 00.5s;
}

#hornor .hornor-container .card:hover .imgBx{
    top: 0%;
    transform: translateY(0%);
}

#hornor img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-0deg);
    width: 12vh;
}

#hornor .card:hover img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)scale(1.5);
    opacity: 0.2;
    transition: 1s;
}

#hornor .card .contentBx{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    transition: 1s;
    z-index: 10;
}

#hornor .card:hover .contentBx{
    height: 300px;
}

#hornor .card .contentBx h2{
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}

#hornor .detail{
    transform: scale(0);
}

#hornor .card:hover .detail{
    transform: scale(1);
    transition: 1s;
}

#hornor .card .contentBx .detail h3{
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 2px;
    margin-right: 10px;
    line-height: 30px;
}

#member{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 100vh;
    min-width: 100vw;
    background: url("../img/syclover.png");
    background-size: 30%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    font-family: 'google-fonts';
}

.member-grid{
    width: 100%;
    position: relative;
    text-align: center;
    justify-content: center;
}

.member-div{
    margin-right: 50px;
    position: relative;
    overflow-x: auto;
}

.member-div-header{
    position: relative;
    justify-content: center;
    text-align: center;
    display: flex;
    font-size: 35px;
    margin: 0 auto;
    margin-top: 25%;
}

/**
#member::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#f00, #f0f);
    clip-path: circle(30% at right 70%);
}

#member::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#2196f3, #e91e63);
    clip-path: circle(20% at 10 10%);
}
**/

.member-container{
    display: inline-flex;
    float: none;
    z-index: 1;
}

.member-container .card{
    display: inline;
    position: relative;
    width: 240px;
    height: 350px;
    margin: 30px;
    box-shadow: 20px 20px 20px 20px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
}

.member-container .card .header{
    margin: 0 auto;
    opacity: 1;
    transition: 0.4s;
    position: absolute;
}

.member-container .card .header .img-box{
    position: relative;
    display: flex;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid rgba(0, 0, 0, 0.2);
    
}
.member-container .card .header h1{
    margin-top: 50%;
    font-size: 30px;
    position: relative;
    justify-content: center;
    display: flex;
    word-spacing: 5px;
}

.member-container .card:hover .header{
    opacity: 0.3;
}

.member-container .card:hover .header h1{
    opacity: 0;
}

.member-container .card .content{
    padding: 20px;
    text-align: center;
    transform: translateY(100px);
    opacity: 0;
    transition: 0.5s;
}

.member-container .card:hover .content{
    transform: translateY(0px);
    opacity: 1;
}

.member-container .card .content h2{
    font-size: 40px;
    color: rgba(255, 255, 255, 0.3);
    pointer-events: none;
}

.member-container .card .content h3{
    font-size: 40px;
    color: rgba(255, 255, 255, 1);
    pointer-events: none;
}

.member-container .card .content p{
    font-size: 18px;
    margin-top: 40px;
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
}

.member-container .card .content a{
    position: relative;
    display: flex;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    margin-top: 60px;
    padding: 8px 20px;
    background: #fff;
    color: #111;
    border-radius: 1.5vw;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

#contact{
    position: relative;
    height: 100vh;
}

#contact{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.contact{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    transition: 0.5s;
    
}

.contact-text{
    position: absolute;
    margin-top: -50vh;
    font-size: 10vw;
    color: #ccc;
    font-family: 'twitter-hashtag';
}

.sci{
    position: relative;
    display: flex;
    width: 80%;
    justify-content: center;
    flex-flow: wrap;
}

.sci li{
    list-style: none;
    
}

.sci li::before{
    content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    font-size: 14vw;
    font-weight: 700;
    transition: 0.5s;
    opacity: 0;
}

.sci li:hover::before{
    opacity: 0.4;
    transform: translate(-50%, calc(-50% + 150px));
}

.sci li a{
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    border-radius: 10px;
    text-decoration: none;
    margin: 20px;
    font-size: 4em;
    transform-style: preserve-3d;
    perspective: 500px;
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.1);
    transition: background 0.25s;
}

.sci li a:hover.github{
    background: #161b22;
}

.sci li a:hover.wechat{
    background: #10cb1c;
}

.sci li a:hover.email{
    background: #1c82d6;
}

.sci li a:hover.weibo{
    background: #df152c;
}
.sci li a:hover.bilibili{
    background: #f07775;
}

.sci li a i{
    transition: 00.25s;
    pointer-events: none;
}

.sci li a:hover i{
    color: #fff;
}

.js-tilt-glare{
    border-radius: 10px;
}

.copyright{
    position: absolute;
    margin-top: 95vh;
    font-size: 1.5vh;
    color: #bbb;
    font-family: 'Courier New', Courier, monospace;
}

.index-button{
    justify-content: center;
    text-align: center;
    position: fixed;
    bottom: 100px;
    width: 100%;
    z-index: 999;
    
}

.index-button button{
    width: 15vh;
    height: 5vh;
    border-radius: 2.5vh;
    color: #ccc;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
    border: none;
    font-size: 1.5vh;
}

.index-button button:active{
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.3);
}

.index-button button:hover{
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.2);
}
/*
     FILE ARCHIVED ON 03:45:04 Jun 18, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:31:40 May 09, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.496
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.009
  esindex: 0.011
  cdx.remote: 11.539
  LoadShardBlock: 225.821 (3)
  PetaboxLoader3.datanode: 298.735 (5)
  PetaboxLoader3.resolve: 406.981 (2)
  load_resource: 625.152
  loaddict: 270.906
*/