body {
    display: flex;
    margin: auto;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}
.nav{
    display: flex;
    justify-content: center;
    position: fixed;
    backdrop-filter: blur(50px);
    width:100;
    height:60px;
    width: 100%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.575);
    -webkit-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}
a{
    text-decoration: none;
    color: black;
}
.nav-content{
    max-width: 1200px;
    width: 90%;
    height: 100%;
    position: fixed;
    align-items: center;
    margin: auto;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    font-size: 100%;
}
.nav-left{
    display: flex;
    align-items: center;
    width: 10%;
}
.nav .logo{
    width: 130%;
}
.tag{
    font-size: 14px;
    
    padding: 0px 20px;
    -webkit-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    transition: color 100ms linear;
}
.tag:hover{
    color:rgb(0, 0, 0)
}
.nav-right{
    display: flex;
    align-items: center;
}
.section-welcome{
    max-width: 1200px;
    width:90%;
    padding-top: 185px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 160px;
}
.welcome .pre-title{
    font-size: 180%;
    font-weight: bold;
    margin-left: 0.7%;
    margin-bottom: 5px
}
.welcome .title{
    font-size: 400%;
    font-weight: bold;
    line-height: 1.3;
}
.welcome .main-title{
    /*color: rgb(75, 96, 212);*/
    color:transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, rgb(185, 75, 212), rgb(75, 96, 212));
}
.welcome .discription{
    font-size: 180%;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 24px;
}
.intro .links{
    margin-top: 55px;
}
.links .about{
    color: white;
    font-size: 105%;
    background-color: black;
    padding: 3.4% 8% ;
    font-weight: bold;
    border-radius: 29px;
    box-shadow: 0 12px 12px -9px rgba(0, 0, 0, .29);
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.about:hover{
    background-color: rgb(37, 52, 139);
    padding: 3.4% 10% ;
    padding-top: 2.5%;
}
.logo-container{
    display: flex;
    justify-content: center;
    width:35%;
    height: 35%;
}
.right-logo{
    /*width:83%;
    height: 83%;*/
    width:95%;
    height: 95%;
    transform-origin: center;
    /*animation: 10s logo-rotate linear infinite,3s logo-halo linear infinite,3s logo-resize linear infinite;*/
}
@keyframes logo-rotate{
    100%{transform:rotate(360deg)}
}
@keyframes logo-halo{
    0%,100%{
        filter:drop-shadow(0px 0px 30px rgba(27, 145, 255, 6));
      }
      50%{
        filter:drop-shadow(0px 0px 5px rgba(27, 145, 255, 0.18));
      }
      88%{
        filter:drop-shadow(0px 0px 20px rgba(27, 145, 255, 3));
      }
}
@keyframes logo-resize{
    0%,100%{width:83%;height: 83%; }
    20%{width:82%;height: 82%;}
    50%{width:80%;height: 81%; }
    90%{width:78%;height: 80%;}
}
.slogan-container{
    margin-bottom: 1%;
    padding: 1.8% 0px;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    width:90%;
    border: 4px solid rgba(79, 77, 146, 0.877);
    background-image: linear-gradient(to top,rgb(237, 227, 253),rgb(255, 255, 255));
    background-color: rgb(237, 246, 255);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.137);
}
.slogan{
    font-size: 270%;
    font-weight: bold;
    color: rgb(0, 0, 0);
    margin-left: 8%;
    width:70%;
}
.archive-link{
    font-size: 50%; 
    margin-left: 0; 
    color: rgb(108, 110, 218);
    -webkit-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    transition: color 100ms linear;
}
.archive-link:hover{
    color: rgb(139, 83, 190);
}
.avatar-container{
    margin-right: 5%;
    text-align: center;
    
}
.avatar{
    width:45% ;
    border:5px solid rgb(255, 255, 255);
    border-radius: 100%;
    box-shadow: 0 0 5px 5px rgba(98, 126, 202, 0.137);
    -webkit-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}
.avatar:hover{
    box-shadow: 0 0 8px 10px rgba(98, 126, 202, 0.137);
}
.avatar-intro{
    font-size: 110%;
    font-weight: bold;
    display: block; 
    margin-top: 5%;
}
.divider-container{
    width:100%;
    height:50px;
    /*background-color: rgb(21, 20, 71);*/
    background-color: rgb(25, 24, 87);
}
.divider{
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: rgb(255, 255, 255);
}
.section-server-query{
    padding-top: 100px;
    padding-bottom: 550px;
    background-image: linear-gradient(to bottom, rgb(25, 24, 87),rgb(63, 22, 82));
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.section-server-query .content{
    display: flex;
    display: inline-block;
    max-width: 1200px;
    width:90%;
    justify-content: center;
    text-align: center;
}
.section-server-query .pre-title{
    color: rgb(233, 179, 98);
    font-size: 120%;
    font-weight: bold;
}
.section-server-query .title{
    margin-top: 10px;
    color: rgb(255, 255, 255);
    font-size: 300%;
    font-weight: bold;
}
.section-server-query .discription{
    margin-top: 30px;
    color: rgb(255, 255, 255);
    font-size: 120%;
    font-weight: bold;
}
.section-server-query .link-button{
    padding: 12px 24px;
    background-color: aliceblue;
    font-size: 100%;
    font-weight: bold;
    margin-top: 40px;
    display: inline-block;
    border-radius: 30px;
}
.section-server-query .image{
    height:420px;
    position: absolute;
    bottom: 30px;
}
.section-server-query .image-back{
    height:180px;
    position: absolute;
    bottom: 320px;
}
.section-archive{
    height:1700px;
    width:100%;
    background-color: rgb(245, 245, 245);
    justify-content: center;
    display: flex;
    
}
.section-archive .content{
    display: flex;
    display: inline-block;
    max-width: 1200px;
    width:90%;
    justify-content: center;
    align-items: center;
}
.section-archive .title{
    font-size:150%;
    font-weight:bold ;
    text-align: center;
    margin-top: 140px;
}
.section-archive .discription{
    font-size:380%;
    font-weight:bold ;
    padding-top: 20px;
    line-height: 1.2;
    text-align: center;
}
.section-archive .top-card-container{
    width:100%;
    height:530px;
    justify-content: center;
    display: flex;
    margin-top: 80px;
}
.section-archive .top-card{
    background-color: black;
    width:90%;
    height: 100%;
    border-radius:30px;
    background-color: wheat;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39)),url(../../img/MinecraftBackground.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.219);
  }
.top-card .card-name{
    font-size: 20px;
    color: rgb(255, 255, 255);
    margin-top: 45px;
    margin-left: 45px;
    letter-spacing: .011em;
    font-family: simhei;
    text-shadow: black 0.1em 0.1em 0.2em;
}
.top-card .card-discription{
    font-size: 320%;
    font-weight: bold;
    color: white;
    text-align: center;
    margin-top: 11%;
    letter-spacing: .031em;
    line-height: 1.4;
    text-shadow: black 0.1em 0.1em 0.2em;
}
.section-archive .subcard-container{
    width:100%;
    height:540px;
    justify-content: center;
    display: flex;
    margin-top: 10px;
}
.section-archive .subcard1{
    background-color:rgb(26, 29, 48);
    width:44.9%;
    height: 99%;
    border-radius:30px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.219);
}
.subcard1 .card-name{
    font-size: 20px;
    color: rgb(255, 255, 255);
    margin-top: 45px;
    margin-left: 45px;
    letter-spacing: .011em;
    font-family: simhei;
}
.aliyun-img{
    height:40%;
    margin-left: 35%;
    margin-top: 9%;
}
.subcard1 .card-discription{
    font-size: 300%;
    font-weight: bold;
    color: white;
    margin-left: 45px;
    margin-top: 5%;
    letter-spacing: .021em;
    line-height: 1.25;
}
.section-archive .subcard2{
    margin-left: 1%;
    background-color: rgb(255, 255, 255);
    width:44.9%;
    height: 99%;
    border-radius:30px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.103);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;

}
.subcard2 .card-name{
    font-size: 20px;
    color: rgb(0, 0, 0);
    margin-top: 45px;
    margin-left: 45px;
    letter-spacing: .011em;
    font-family: simhei;
}
.java-logo-img{
    height:40%;
    margin-left: 33.5%;
    margin-top: 8%;
}
.subcard2 .card-discription{
    font-size: 300%;
    font-weight: bold;
    color: rgb(0, 0, 0);
    margin-left: 45px;
    margin-top: 5%;
    letter-spacing: .021em;
    line-height: 1.25;
}
.section-archive .links{
    text-align: center;
    margin-top: 35px;
}
.section-archive .link-button{
    display: inline-block;
    padding: 20px 27px;
    background-color: rgb(219, 219, 219);
    border-radius: 30px;
    color: rgb(0, 0, 0);
    font-size: 120%;
    font-weight: bold;
    font-family: simhei;
}
/*.section-archive .subcard2{
    margin-left: 1%;
    background-color: rgb(255, 255, 255);
    width:39.5%;
    height: 99%;
    border-radius:30px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.479), rgba(0, 0, 0, 0.479)), url('../../img/genshin2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;

}
.subcard2 .card-name{
    font-size: 20px;
    color: rgb(226, 226, 226);
    margin-top: 45px;
    margin-left: 45px;
    letter-spacing: .011em;
    font-family: simhei;
}
.subcard2 .card-discription{
    font-size: 260%;
    font-weight: bold;
    color: rgb(228, 222, 205);
    margin-left: 45px;
    margin-top: 42%;
    letter-spacing: .021em;
}
.section-server-query .subcard2{
    margin-left: 1%;
    background-color: rgb(76, 45, 134);
    width:39.5%;
    height: 99%;
    border-radius:30px;
}*/
.footer{
    width:100%;
    height:170px;
    background-color: rgb(31, 31, 31);
    display:flex;
    align-content: center;
    justify-content: center;
}
.footer-content{
    margin-top: 80px;
    max-width: 1200px;
    width:90%;
    color: white;
    display: flex;
    justify-content: space-between;
}
.copyright{
    display: inline-block;
    color: rgb(189, 189, 189);
}
.footer-tags a{
    color: white;
    display: inline-block;
    margin-left: 30px;
}
.copyright a{
    color: white;
    margin-left: 40px;
}
#change-region{
    padding: 15px 15px;
    font-size: 95%;
    border: 1px solid rgba(161, 161, 161, 0.425);
    -webkit-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}
#change-region:hover{
    border: 1px solid rgb(231, 231, 231);
}
