.wx-box {
    /* background-color: rgba(255, 255, 255, 0.1); */
    background-color: rgba(103, 180, 125, 1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    width: 280px;
    
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;

    position: fixed;
    left: 82%;
    top: 70%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.wx-close-icon {
    font-size: 18px;
    margin: 10px 0;
    margin-left: auto;
    margin-right: 20px;
}
.wx-close-icon:hover {
    cursor: pointer;
}
.wx-box img {
    width: 180px;
}
.wx-box-row1 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding: 30px 0;
    padding-top: 0;
}
.wx-box-row2 {
    padding: 16px;
    background-color: white;
    text-align: center;
    border-radius: 8px;
    width: 180px;
    height: 180px;
    color: black;
}
.wx-box-row3 {
    margin: 20px;
    font-size: 12px;
}

.wx-text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 77%;
    text-align: center;
}