* {
    margin: 0;
    padding: 0;
}

body {
    display: none;
    background: #F8F9FA;
    margin-bottom: 150px;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    display: none;
}

div {
    word-wrap: break-word;
}

a {
    text-decoration: none;
    color: black;
}

.main-container {
    max-width: 750px;
    margin: 0 auto;
    overflow-x: hidden;
}

.pub-header {
    position: relative;
    margin: 0 auto;
    width: 750px;
    height: 88px;
    background: #FFFFFF;
    backdrop-filter: blur(40px);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.back {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 24px;
    left: 20px;
}

.title {
    width: 750px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 32px;
    color: #333333;
    line-height: 88px;
    text-align: center;
    font-style: normal;
}

.my_header_share_a2a {
    display: none;
    position: absolute;
    right: 20px;
    top: 24px;
    z-index: 100;
    width: 40px;
    height: 40px;
}

.head-share-icon {
    width: 40px;
    height: 40px;
}

.back-to-top {
    width: 100px; 
    height: 100px;
    position:fixed; 
    right: 30px; 
    bottom: 200px; 
    display:none; 
    z-index: 3;
}

.tabs-box {
    position: fixed;
    bottom: 0;
    width: 750px;
    height: 114px;
    background: #FFFFFF;
    box-shadow: 0px -2px 8px 0px rgba(60,77,132,0.14);
    z-index: 10;
}

.home-icon-box {
    float: left;
    margin-top: 18px;
    margin-left: 60px;
}

.home-icon {
    width: 48px;
    height: 48px;
}

.game-icon-box {
    float: left;
    margin-top: 24px;
    margin-left: 80px;
}

.game-icon {
    width: 58px;
    height: 40px;
}

.publish-icon-box {
    float: left;
    width: 142px;
    height: 142px;
    background: #FFFFFF;
    box-shadow: 0px -2px 8px 0px rgba(60,77,132,0.14);
    border-radius: 50% 50% 0 0;
    margin-top: -36px;
    margin-left: 60px;
}

.publish-icon {
    width: 104px;
    height: 104px;
    margin-top: 16px;
    margin-left: 20px;
}

.msg-icon-box {
    position: relative;
    float: left;
    margin-top: 18px;
    margin-left: 60px;
}

.msg-icon {
    width: 48px;
    height: 48px;
}

.tab_msg_num {
    display: none;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: red;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-style: normal;
}

.mine-icon-box {
    float: left;
    margin-top: 18px;
    margin-left: 80px;
}

.mine-icon {
    width: 48px;
    height: 48px;
}

.language-div {
    width: 750px;
    height: 900px;
    background: #FFFFFF;
    border-radius: 20px;
    position: fixed;
    bottom: 0px;
    z-index: 2;
    display: none;
}

.language-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 28px;
    right: 38px;
}

.language-title {
    height: 42px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 30px;
    color: #333333;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    margin-top: 50px;
    margin-left: 42px;
}

.language-current {
    width: 120px;
    height: 42px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 30px;
    color: #685AFF;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    margin-top: 20px;
    margin-left: 42px;
}

.language-split-line {
    width: 682px;
    height: 6px;
    border: 2px solid #F5F5F5;
    background: #F5F5F5;
    margin: 0 auto;
    margin-top: 12px;
}

.language-item-box {
    width: 682px;
    height: 634px;
    margin: 0 auto;
    overflow-y: auto;
}

.language-item {
    float: left;
    width: 266px;
    height: 82px;
    margin-left: 20px;
    margin-top: 38px;
}

.foreign {
    height: 28px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 28px;
    color: #262628;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}

.selective {
    height: 34px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 24px;
    color: #929292;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    margin-top: 20px;
}


.shake {
    border-color: red;
    animation: shake 1000ms ease-in-out;
}
@keyframes shake {
    10%, 90% { transform: translate3d(-1px, 0, 0); }
    20%, 80% { transform: translate3d(+2px, 0, 0); }
    30%, 70% { transform: translate3d(-4px, 0, 0); }
    40%, 60% { transform: translate3d(+4px, 0, 0); }
    50% { transform: translate3d(-4px, 0, 0); }
}

.chat-box {
    display: none;
    position: fixed;
    z-index:11;
    bottom: 0;
    width: 750px;
    height: 600px;
    background: #FFFFFF;
    border-radius: 10px 10px 0 0;
}

.chat-box-header {
    position: relative;
    width: 750px;
    height: 100px;
    background: #EEEEEE;
    border-radius: 10px 10px 0px 0px;
}

.chat-user-name {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 32px;
    color: #262628;
    line-height: 100px;
    font-style: normal;
    text-align: center;
}

.close-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 20px;
    top: 35px;
}

.chat-box-line {
    width: 100%;
    height: 2px;
    background: #cccccc;
}

.chat-box-body {
    height: 400px;
    overflow-y: scroll;
    padding-bottom: 20px;
    background: #FFFFFF;
}

.chat-item-left {
    width: 100%;
    margin-top: 20px;
}

.chat-user-icon-left {
    float: left;
    margin-left: 20px;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: #FFFFFF;
}

.chat-arrow-left {
    float: left;
    width: 0;
    height: 0;
    margin-top: 20px;
    border-left: 10px solid transparent; /* 左边边框透明 */
    border-right: 10px solid #F2F2F2; /* 右边边框为你想要的颜色 */
    border-top: 10px solid transparent; /* 上边边框透明 */
    border-bottom: 10px solid transparent; /* 下边边框透明 */
}

.chat-content-left {
    border-radius: 12px;
    max-width: 450px;
    float: left;
    padding: 15px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    background: #F2F2F2;
}

.chat-item-right {
    width: 100%;
    margin-top: 20px;
}

.chat-user-icon-right {
    float: right;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: #FFFFFF;
}

.chat-arrow-right {
    float: right;
    width: 0;
    height: 0;
    margin-top: 20px;
    border-left: 10px solid #6E61FF; /* 左边边框透明 */
    border-right: 10px solid transparent; /* 右边边框为你想要的颜色 */
    border-top: 10px solid transparent; /* 上边边框透明 */
    border-bottom: 10px solid transparent; /* 下边边框透明 */
}

.chat-content-right {
    overflow: hidden;
    border-radius: 12px;
    max-width: 450px;
    float: right;
    padding: 15px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    font-style: normal;
    text-align: left;
    color: #FFFFFF;
    background: #6E61FF;
}

.chat-box-foot {
    position: absolute;
    width: 750px;
    max-height: 220px;
    padding-bottom: 10px;
    bottom: 0;
    background: #FFFFFF;
}

.emoji-icon {
    position: absolute;
    left: 20px;
    bottom: 10px;
    width: 60px;
    height: 60px;
}

.chat-textarea {
    position: absolute;
    left: 100px;
    bottom: 10px;
    width: 500px;
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    background: #E3E3EC;
    border-radius: 16px;
    border: 0;
    outline: none;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 32px;
    line-height: 60px;
    font-style: normal;
    text-align: left;
    resize: none;
}

.chat-send-btn {
    position: absolute;
    right: 20px;
    bottom: 10px;
    height: 60px;
}

.chat-arrow-down {
    display: none;
    position: absolute;
    bottom: 70px;
    left: 40px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent; /* 左边边框透明 */
    border-right: 10px solid transparent; /* 右边边框为你想要的颜色 */
    border-top: 10px dashed #EEEEEE; /* 上边边框透明 */
    border-bottom: 10px solid transparent; /* 下边边框透明 */
}

.emoji-box {
    display: none;
    position: absolute;
    bottom: 90px;
    left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 640px;
    height: 400px;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 8px -2px 8px 8px rgba(60,77,132,0.14);
    overflow-y: scroll;
}

.emoji-item {
    float: left;
    width: 80px;
    height: 80px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    text-align: left;
    font-style: normal;
    text-align: center;
}

/******************* Toast **********************************/
@keyframes show {
    0% {
        opacity: 0;
    }
         
    100% {
        opacity: 1;
    }            
}

@keyframes hide {
    0% {
        opacity: 1;
    }
     
    100% {
        opacity: 0;
    }
} 

.toast_box {
    position: absolute;
    bottom: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    display: none;
}
     
.toast_box p {
    box-sizing: border-box;
    padding: 10px 20px;
    width: max-content;
    background: #999999;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-radius: 6px;
} 
/******************* ***** **********************************/

.no-data {
    display: none;
    position: absolute;
    width: 600px;
    height: 120px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 24px;
    color: #4A4A4A;
    line-height: 40px;
    text-align: center;
    font-style: normal;
}

.no-data-sign {
    font-size:16px;
}

.funny-more-data-box {
    display: none;
    height: 300px;
    overflow: hidden;
}

.funny-more-data {
    margin-top: 50px;
    width: 750px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 24px;
    color: #46435C;
    line-height: 50px;
    text-align: center;
    font-style: normal;
}

.funny-more-data-icon {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 12px;
}
