body {
    background: url(./bg.jpg) 100%;
}

.con-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.container {
    position: absolute;
    top: calc(50% - 250px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    margin: 10% auto 0;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2% 5%;
    border-radius: 10px;
    color: #aaa;
    z-index: 999;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

ul {
    padding-left: 20px;
}

ul li {
    line-height: 2.3
}

a {
    color: rgb(125, 192, 249);
}

.bottom {
    width: 100%;
    height: 500px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.title {
    width: 35%;
    margin: 0 auto;
    height: auto;
    margin-top: 50px;
    display: block;
    box-sizing: border-box;
}

.hr {
    display: block;
    width: 35%;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    margin-top: 0px;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    top: -20px;
}

.mea {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
    font-weight: 300;
    cursor: default;
}

.online {
    min-width: 200px;
    max-width: 250px;
    height: 40px;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.online .ron {
    width: 10px;
    height: 10px;
    background-color: #00ff00;
    border-radius: 50%;
    margin-right: 5px;
}

.online img {
    width: 12px;
    height: 12px;
    display: block;
    margin-left: 5px;
}

.button {
    width: 200px;
    height: 500px;
    position: fixed;
    bottom: 30px;
    left: 0;
    z-index: 999;
    /* background-color: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-top: 1px solid rgba(255, 255, 255, 0.2); */
}

.button span {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: left;
    color: #fff;
    font-size: 25px;
    padding-left: 45px;
    cursor: pointer;
    letter-spacing: 6px;
    box-sizing: border-box;
}

.button span:hover {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: none;
}

.iconbutton {
    width: 240px;
    padding-right: 30px;
    box-sizing: border-box;
    height: 100px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.iconbutton .icon-item {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.iconbutton .icon-item img {
    width: 22px;
    height: 22px;
    display: block;
    background-size: 100% 100%;
    transition: all 0.3s;
}

.iconbutton .icon-item:hover {
    transform: scale(1.2);
}

.tw {
    width: 100px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: fixed;
    top: 120%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    color: #fff;
    cursor: default;
    transition: all 0.5s;
}
.tw2 {
    width: 250px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: fixed;
    top: 120%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    color: #fff;
    cursor: default;
    transition: all 0.5s;
}