body {
    display: flex;
    margin: auto;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: rgb(245, 245, 245);
}
@font-face {
    font-family: 'Minecraft R';
    src: url('../../fonts/1_Minecraft-Regular.otf');
}
@font-face {
    font-family: 'minecraft';
    src: url('../../fonts/5_Minecraft AE.ttf');
}
button{
    border: none;
}
.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%;
    color: rgb(124, 124, 124);
}
.nav .logo{
    width: 130%;
}
.tag{
    font-size: 14px;
    padding: 0px 25px;
    -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;
    height: 100%;
}
.tag-list{
    height: 100%; 
    display: flex; 
    align-content: center; 
    align-items: center;
}
.tag-project{
    display: inline;
    height: 100%;
    display: flex; 
    align-content: center; 
    align-items: center;
}
.dropdown{
    display: none;
}
.dropdown-project{
    position: absolute;
    top: 53px;
    right:110px;
    z-index: 2;
    background-color: white;
    backdrop-filter: blur(50px);
    color: black;
    width: 180px;
    height: 104px;
    border: 1px solid rgba(218, 218, 218, 0.452);
    border-radius: 10px;
    display: none;
    box-shadow: 0 3px 5px 1px rgba(131, 131, 131, 0.082);
}
.tag-project:hover .dropdown-project{
    display: block;
}
.dropdown-project:hover{
    display: block;
}
.dropdown-project-tag{
    padding: 18px 20px;
    text-align: center;
    display: block;
    font-size: 14px;
}
.dropdown-project-tag:hover{
    background-color: rgba(138, 138, 138, 0.253);
}
.first-tag{border-top-left-radius: 10px; border-top-right-radius: 10px;}
.last-tag{border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;}
.title-container{
    width: 90%;
    max-width: 1200px;
    height:465px;
    background-color: rgb(0, 0, 27);
    margin-top: 120px;
    border-radius: 30px;
    background-image: linear-gradient(to left, rgba(255,255,255,0),rgba(0, 0, 0, 0.747), rgb(0, 0, 0)),url(../../img/minecraft-server.jpg);
    background-size: cover;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.295);
}
.tag-back-to-project{
    color: rgba(255, 255, 255, 0.918);
    position: absolute;
    margin-left: 28px;
    margin-top: 28px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.178);   
    padding: 6px 8px;
    border-radius: 8px;
}
.tag-back-to-project:hover{
    background-color: rgba(255, 255, 255, 0.219);   
}
.icon-tag-back-to-project{
    padding: 3px 7px;
    font-size: 10px;
    font-weight: bold;
    top:5px;
    position: absolute;
    background: linear-gradient(to right, rgb(69, 71, 185),rgb(154, 95, 194));
    border-radius: 6px;
}
.text-tag-back-to-project{
    margin-left: 46px;
}
.title-container .info{
    margin-left: 100px;
    height:120%;
}
.title-container .logo{
    height:4%;
    margin-top: 115px;
    margin-left: 4px;
}
.title-container .title{
    margin-top: 15px;
    line-height: 1.2;
    color: white;
    font-size: 300%;
    font-weight: bold;
}
.title-container .discription{
    color: rgb(184, 182, 196);
    font-size: 100%;
    font-weight: bold;
    margin-top: 40px;
    line-height: 1.5;
}
.divider{
    margin-top: 45px;
    width:35.5%;
    background-color: rgba(0, 0, 0, 0.089);
    height:1px;
    position: relative;
    bottom: 6px;
    display: inline-block;
}
.query-title{
    width:90%;
    max-width: 1400px;
    text-align: center;
    font-weight: bold;
    font-size: 125%;
    margin-top: 30px;
}
.query-subtitle{
    width: 90%;
    max-width: 1200px;
    margin-top: 25px;
    display: flex;
    justify-content:space-around;
    font-weight: bold;
    font-size: 110%;
}
.query-img{
    height:20px;
    margin-left: 15px;
    position: relative;
    bottom:-2px;
    z-index: -1;
}
.query-container{
    width: 90%;
    max-width: 1200px;
    margin-top: 40px;
    display: flex;
    justify-content:space-around;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.055);
    margin-bottom: 30px;
}
.query-item{
    width:50%;
    background-color: rgb(255, 255, 255);
    padding: 2px 12px;
    border-radius: 15px;
    
}
.query-tag,.r-query-tag{
    display: block;
    margin:10px 0;
    width:100%;
    height: 65px;
    margin: 1px rgba(0, 0, 0, 0.253);
    font-size: 105%;
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
    align-content: center;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.068);
    z-index:1;
    background-size: 41px 41px;
    background-repeat: no-repeat;
    background-position: center;
    font-family: minecraft R;
}
.r-query-tag{
    background-color: rgb(255, 255, 255);
}
.query-tag{
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
}
.query-result{
    width:50%;
    background-color: rgb(255, 255, 255);
    padding: 2px 12px;
    border-radius: 15px;
}
.name{background-image: url(../../img/mc-icons/name-tag.png); background-color: rgb(133, 83, 179);}
.player{background-image: url(../../img/mc-icons/player-head.png);background-color: rgb(85, 83, 179);}
.online{background-image: url(../../img/mc-icons/diamond-pickaxe.png);background-color: rgb(179, 94, 83);}
.version{background-image: url(../../img/mc-icons/crafting-table.png);background-color: rgb(179, 137, 83);}
.mods{background-image: url(../../img/mc-icons/anvil.png);background-color: rgb(179, 83, 155);}
.player-list{background-image: url(../../img/mc-icons/bed.png);background-color: rgb(117, 83, 179);}
#r-name{
    text-shadow: 1px -1px 0 #00000034, 1px -1px 0 #00000034, -1px 1px 0 #00000034, 1px 1px 0 #00000034;
}
.query-button{
    padding:17px 0px;
    color: rgb(24, 24, 24);
    font-weight: bold;
    background-color: rgb(202, 202, 202);
    border-radius:30px;
    outline:none;
    font-family: simhei;
    font-size: 17px;
    -webkit-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
    width:150px;
    display: flex;
    justify-content: center;
}
#button-icon{
    height:20px;
    display: none;
    align-content: center;
}
#button-text{display: inline-block;}
.query-button-container{
    margin-bottom: 70px;
}
.about-link{
    font-weight: bold;
    margin-left: 2px;
    color: rgb(102, 102, 102);
    font-size: 70%;
    margin-right: 15px;
}
.query-button:hover{
    background-color: rgb(173, 173, 173);
}
.query-button:active{
    background-color: rgb(150, 150, 150);
}
.pop-up {
    display:none;
    position : fixed;
	left : 50%;
	top : 50%;
	width : 810px;
	height : 270px;
	margin-left : -405px; /*一半的高度*/
	margin-top : -135px;
    background: white;
    border-radius: 30px;
    background-color: rgb(27, 27, 27);
    color: white;
    box-shadow: 0 0 1000px 1000px rgba(0, 0, 0, 0.452);
}
.pop-up .title{
    font-size: 110%;
    margin-left: 90px;
    margin-top: 68px;
    font-weight: bold;
}
.pop-up .content{
    margin-left: 90px;
    margin-top: 20px;
    font-size: 105%;
    line-height: 1.7;
    font-weight: bold;
}
.pop-up-close{
    color: white;
    font-size: 105%;
    text-align: center;
    margin-top: 0.3%;
    margin-left: 47%;
    display: inline-block;
    padding: 14px 19px;
    border-radius: 30px;
    background-color: rgb(60, 60, 122);
}
.pop-up:target {
    display: block;
}
.footer-mobile{
    display: none;
}
