html,body,p{
    margin: 0;
    padding: 0;
}
a{color: #ff00aa;}
#page-top{
    background: url("https://assets.plauncher.cn/homepic_.gif") no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#header{
    padding: 18px 90px;
    color: white;
    display: flex;
    font-size: 0;
    user-select: none;
}
#header-icon{
    width: 30%;
    vertical-align: middle;
}
#header-icon>img{
    vertical-align: middle;
    /* filter: brightness(200%); */
}
#header-nav{
    width: 70%;
    font-size: 16px;
    text-align: right;
    vertical-align: middle;
    padding: 9px;
}
#header-nav>.link{
    display: inline-block;
    padding: 3px 13px;
    cursor: pointer;
    font-weight: bolder;
}
#header-nav>.link>a{
    text-decoration: none;
    color: white;
}
#gong_gao{
    position: fixed;
    top: 10%;
    left: 20%;
    right: 20%;
    z-index: 899999999;
    user-select: none;
    display: none;
    box-shadow: 0 0 100vw 0 rgba(255, 255, 255, 0.7);
}
#gong_gao_top{
    background: #60351b;
    padding: 7px 10px;
    font-weight: bolder;
    color: white;
}
#gong_gao_inner{
    background: white;
    padding: 20px;
}
#gong_gao_foot{
    background: white;
    border-top: 1px lightgray solid;
    padding: 10px 12px;
    text-align: center;
}
#gong_gao_foot:hover{
    background: #dedede;
    cursor: pointer;
}
#page-header-inner{
    display: flex;
    font-size: 0;
    position: fixed;
    top: 50vh;
    transform: translateY(-50%);
    left: 140px;
    right: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#page-header-inner-left{
    width: 40%;
    font-size: 20px;
}
#page-header-inner-left>.big-title>h3{margin: 0}
#page-header-inner-left>.big-title>h6{margin: 0}
#page-header-inner-right{
    width: 60%;
    font-size: 20px;
    text-align: right;
}
.big-title{
    font-size: 60px;
    color: #f6f2f7;
}
#playercount{
    display: inline-block;
    margin: 60px 0 0 0;
    background-color: rgba(209, 15, 193, 0.75);
    color: white;
    text-align: center;
    border-radius: 5px 0 5px 0;
    line-height: 27px;
    padding: 6px 10px;
}
#playercount>p>span{
    font-weight: bold;
    padding: 1px 4px;
    border-radius: 3px;
    background: rgba(141, 9, 158, 0.7);
    margin: 0 2px;
}
#page-inner{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}
#container{
    padding: 60px 0 40px;
    background: #f5f8fd;
    font-family: open sans,sans-serif,serif;
    text-align: center;
    color: #413e66;
}
.many-conTags{
    display: flex;
    margin: 0 90px;
    font-size: 0;
}
.conTags-fa{
    width: 33%;
    font-size: 16px;
    padding: 0 0 10px 0;
}
.conTags{
    padding: 20px 20px;
    background: white;
    border-radius: 7px;
    box-shadow: 0 0 10px 10px rgb(68 88 144 / 10%);
    margin: 9px;
}
.conTags:hover{
    animation: sizeOut 0.5s forwards;
}
.conTags>h2{
    color: #1bb1dc;
    margin: 9px 0;
}
@keyframes sizeOut {
    from{
        margin: 9px;
    }
    to{
        margin: 0;
    }
}

#tag {
    display: inline-block;
    margin-left: 10px;
    background: white;
    color: rgba(141, 9, 158, 0.7);
    border-radius: 13px;
    line-height: 24px;
    font-size: 18px;
    padding: 0 10px;
}

#footer {
    position: fixed;
    bottom: 10px;
    left: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    right: 0;
}
.tie {
    font-size: 18px;
    font-weight: 300;
    transform: translateX(3px);
    opacity: 0.7;
}

.section {
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(5px);
    margin: 30px 90px;
    /* border-radius: 16pt; */
    border-radius: 12px 0 12px 0;
    padding: 40px 40px 40px 20px;
}
.section::before {
    display: inline-block;
    background-color: rgba(209, 15, 193, 0.75);
    width: 8px;
    height: 8px;
    border-radius: 4px;
    content: "";
    transform: translateY(-30px);
}
.section::before {
    display: inline-block;
    background-color: rgba(209, 15, 193, 0.75);
    width: 8px;
    height: 8px;
    border-radius: 4px;
    content: "";
    transform: translateY(-20px);
    position: absolute;
}
.section-inner {
    padding: 0 20px;
}
.section h1 {
    color: #8d099eb3;
    margin: 0;
    padding: 0;
    transform: translate(-5px);
    background: linear-gradient(#8d099e54, #8d099e54) no-repeat;
    background-size: 100px 20px ;
    background-position: left bottom;
}
.section h2 {
    color: rgba(141, 9, 158, 0.7);
    font-size: 20px;
}
.section h2::before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 20px;
    background: rgba(141, 9, 158, 0.7);
    margin-right: 7px;
    transform: translateY(3px);
}
.section p {
    line-height: 30px;
    /* font-weight: 300; */
}
.section small {
    color: #413e66;
    font-weight: 300;
    line-height: 30px;
    transform: translateX(-7px);
    display: block;
}