* {padding: 0;margin: 0;border: 0;font-family: Microsoft YaHei;}
:root {--yellow: #ff8a00;--wrap_W: 1920px;}
html,body {width: 100%;background-color: #eff3f5;overflow-x: hidden !important;overflow-y: overlay !important;}
body::-webkit-scrollbar {width: 6px !important;height: 6px !important;}
body::-webkit-scrollbar-thumb {background-color: #0003;border-radius: 10px;transition: all 0.2s ease-in-out;}
body::-webkit-scrollbar-thumb:hover {background-color: rgba(178, 178, 178, 1);}
body::-webkit-scrollbar-track {border-radius: 10px;}
.scroll-bar::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
}
.scroll-bar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.scroll-bar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.scroll-bar::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.wrap {width: var(--wrap_W);margin: 0 auto;}
i{font-style: normal;}
div {box-sizing: border-box;}
a {color: #333;text-decoration: none;}
a::-webkit-any-link:focus-visible {outline: 0px;}
input {outline: none;}
img {display: block;width: 100%;}
video {display: block;outline: none;}
ul li {list-style: none;}
.w_100 {width: 100%;}
.h_100 {height: 100%;}
.border_box {box-sizing: border-box;}
.flex {display: flex;}
.flex_1 {flex: 1;}
.flex_wrap {flex-wrap: wrap;}
.flex_column {flex-direction: column;}
.align_center {align-items: center;}
.align_start {align-items: flex-start;}
.align_end {align-items: flex-end}
.flex_center {justify-content: center;}
.flex_between {justify-content: space-between;}
.flex_around {justify-content: space-around;}
.flex_evenly {justify-content: space-evenly;}
.flex_end {justify-content: flex-end;}
.flex_start{align-content: flex-start;}
.el-loading-mask {z-index: 8;}
.hide_line1 {overflow: hidden;text-overflow: ellipsis;word-break: break-all;white-space: nowrap;line-height: 1.3;}
.txt_hide {display: -webkit-box;overflow: hidden;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;line-height: 1.3;}
.line_2 {-webkit-line-clamp: 2;}
.el-button {border: none;}
.clearfix::after {content: "";clear: both;display: block;overflow: hidden;visibility: hidden;}
.fit-cover {height: 100%;object-fit: cover;}
.fit-contain {height: 100%;object-fit: contain;}
.cp {cursor: pointer;}
.select_none {user-select: none;}
.drag_none {-webkit-user-drag: none;}
#nprogress .bar {background: var(--yellow) !important;}
.fadeIn {opacity: 1;transition: opacity 0.3s;}
.fadeOut {opacity: 0;transition: opacity 0.3s;}
.fade-in {animation: fadeIn 0.5s ease-in;}
@keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}
.w_80{width: 1280px;margin: 0 auto;}
.mb_12{margin-bottom: 12px;}
.wrap {width: 1280px;position: relative;}
.mt_20{margin-top: 20px !important;}
.sever-item{
    width: 100%;
    display: none;
}
/* .index-content .server-box .left .messge-content li  .hover-content{
    display: none;
} */
/* .index-content .server-box .left .messge-content li:first-child  .hover-content{
    display: block;
} */
.index-content .server-box .left .messge-content li:first-child  .nohover {
    display: none;
}
.index-content .game-leaderboard .leaderboard-box .leaderboard-li .highest-rating .game-item-box:first-child .hover-item {
    display: flex ;
}
.index-content .game-leaderboard .leaderboard-box .leaderboard-li .highest-rating .game-item-box:first-child .nohover-item{
    display: none ;
}
.index-content .game-leaderboard .leaderboard-box .leaderboard-li .newgame-ranking .game-item-box:first-child .hover-item {
    display: flex ;
}
.index-content .game-leaderboard .leaderboard-box .leaderboard-li .newgame-ranking .game-item-box:first-child .nohover-item{
    display: none ;
}
.index-content .game-leaderboard .leaderboard-box .leaderboard-li .hot-list .game-item-box:first-child .hover-item {
    display: flex ;
}
.index-content .game-leaderboard .leaderboard-box .leaderboard-li .hot-list .game-item-box:first-child .nohover-item{
    display: none ;
}
/* .messge-content  a{display: flex;width: 100%;height: 100%;} */
.messge-content > :nth-child(-n+7){
    display: flex;
}
/* .tutorials-box > :nth-child(-n+7){
    display: flex;
} */


.sy-loading{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2147483647;
}
.sy-loading .loading{
    width: 100px;
    height: 100px;
    background: url('\/\/images.sooyooj.com\/20240710\/0Yp1YzZlGyXnxdhJ.gif') no-repeat;
    background-size: 100% 100%;
}
.user_content_wrap {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    /* top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    background: rgba(0, 0, 0, .5); */
}

.user_content {
    width: 930px;
    background: #EFF3F5;
    margin: 0 auto;
    padding: 15px 33px;
    box-sizing: border-box;
}

.user_content .user_game {}

.user_content .recentlyBox{
    margin-bottom: 30px;
}

.user_content .user_game .titleBox {
    margin-bottom: 12px;
}

.user_content .user_game .titleBox span {
    font-weight: bold;
    font-size:12px;
}

.user_content .user_game .titleBox .mores {
    cursor: pointer;
}

.user_content .user_game .titleBox .mores span {
    font-size: 12px;
    color: #FF8A00;
}
.user_content .user_game .game-item{
    width: 218px;
    height: 75px;
    background: #FFFFFF;
    padding: 12px;
    box-sizing: border-box;
    margin-right: 14px;
}
.user_content .user_game .game-item:last-child{
    margin-right: 0;
}
.user_content .user_game .game-item .game-logo{
    width: 48px;
    height: 48px;
}
.user_content .user_game .game-item  .game-content{
    overflow: hidden;
    margin-left: 8px;
}
.user_content .user_game .game-item  .game-content .game-title{
    font-weight: bold;
    font-size: 12px;
    color: #222222;
}
.user_content .user_game .game-item  .game-content .game-icon{
    width: 9px;
    height: 9px;
    margin-right: 2px;
}
.user_content .user_game .game-item  .game-content  p{
    font-weight: 400;
    font-size: 12px;
    color: #4C8CEC;
}
.user_content .user_game .game-item  .game-content  .game-server .game-person p{
    color: #0EBA6B;
}
.user_content .user_game .game-item .btn{
    width: 35px;
    height: 19px;
    background: linear-gradient(90deg, #FFAE00 0%, #FF8A00 100%);
    border-radius: 4px;
}
.user_content .user_game .game-item .btn a{
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}
.flexBox .flexItem:first-child {}

.flexBox .flexItem:nth-of-type(2) {
    color: #2BB56F;
}

.user_content .user_game .guess {
   
}


.user_content .user_game .guess .guessItem {
    width: auto;
    background: #FFFFFF;
    margin-right:13px;
}

.user_content .user_game .guess .guessItem:last-child {
    margin-right: 0;
}

.user_content .user_game .guess .guessItem img {
    height: 53px;
}

.user_content .user_game .guess .guessItem p {
    padding: 7px;
    font-weight: 400;
    font-size:12px;
    color: #222222;
}

.user_info {
    width: 342px;
    margin-left: 60px;
    overflow: hidden;

}

.user_info .userInfoBox {}

.user_info .userInfoBox .usericon {
    width: 5rem;
    height: 5rem;
    overflow: hidden;
}

.user_info .userInfoBox .usericon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.user_info .userInfoBox .nameBox {
    margin-left: 12px;

}

.user_info .userInfoBox .nameBox p:first-child {
    font-weight: bold;
    font-size: 14px;
    color: #222222;
}

.user_info .userInfoBox .nameBox p {
    font-size: 12px;
    color: #999999;
    margin-bottom: 4px;
}

.user_info .userInfoBox .nameBox p:last-child {
    margin-bottom: 0;
}

.user_info .userInfoBox .btn {
    padding: 8px 10px;
    background: linear-gradient(90deg, #FFAE00 0%, #FF8A00 100%);
    border-radius:  4px;;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}

.user_info .gradeBox {
    width: 100%;
    margin-top: 9px;
    background: #fff;
    padding-bottom: 13px;
    overflow: hidden;
}

.user_info .gradeBox .gradeleft {
    width: 121px;
    background: url(//images.sooyooj.com/20230306/aLvcyVLHgtNZPhWv.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 13px;
    padding-left: 14px;
    box-sizing: border-box;
    font-size: 12px;
    color: #666;
}

.user_info .gradeBox .gradeleft .lv {
    font-weight: bold;
    font-size: 18px;
    color: #444444;
    margin-top: 12px;
}

.user_info .gradeBox .graderight {
    padding-top: 12px;
    margin-right: 10px;
}

.user_info .gradeBox .graderight p {
    font-size: 12px;
    color: #444;

}

.user_info .gradeBox .graderight p span {
    font-size: 12px;
    color: #FF8A00;
}

.user_info .gradeBox .gradeleft .lv img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.user_info .line_wrap {
    padding: 0 9px;
}

.user_info .line_wrap .line {
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, .1);
    border-radius: 2px;
    position: relative;
    margin-top: 7px;
}

.user_info .line_wrap .line .color {
    position: absolute;
    height: 100%;
    z-index: 1;
    background: #ff8a00;
    border-radius: 2px;

}

.user_info .btn-box {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.user_info .btn-box .btnItem {
    width: 108px;
    height: 32px;
    background: #FFFFFF;
    margin-bottom: 9px;
    font-size: 12px;
}

.user_info .btn-box .btnItem img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.user_mask{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .5);
}

.bind-phone-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, .66);
}

.bind-phone-dialog .content {
    padding: 16px;
    background: #fff;
    position: relative;
    border-radius: 4px;
}

.bind-phone-dialog .content .bd-title {
    color: #222;
    font-size: 16px;
    font-weight: bold;
}

.bind-phone-dialog .content .close {

    position: absolute;
    top: 10px;
    right: 10px;
    background: url(//images.sooyooj.com/20220701/9k3eavb0cGdH0UsX.png) no-repeat;
    width: 20px;
    height: 20px;
}

.bind-phone-dialog .content .desc {
    width: 260px;
    font-size: 12px;
    color: #666;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bind-phone-dialog .content .inputs {
    width: 260px;
    position: relative;
}

.bind-phone-dialog .content .inputs input {
    display: block;
    width: 100%;
    height: 32px;
    border: 1px solid #d2d8de;
    font-size: 12px;
    color: #222;
    padding: 0 10px;
    line-height: 32px;
    margin-bottom: 14px;
    box-sizing: border-box;
}

.bind-phone-dialog .content .btns {
    width: 260px;
    height: 32px;
    background: linear-gradient(90deg, #FFAE00 0%, #FF8A00 100%);
    border-radius: 3px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    line-height: 32px;
}
.bind-phone-dialog.realname-dialog .desc-realname{
    font-size: 12px;
    color: #222;
    margin-top: 6px;
    width: 260px;
}
.bind-phone-dialog .desc-info{
    color: #999;
    font-size: 12px;
    margin-top: 4px;
    width: 260px;
}
.bind-phone-dialog  .tip{
    color: #d22;
    font-size: 12px;
    width: 260px;
}
.bind-phone-dialog.realname-dialog .btns{
    width: 260px;
    margin-top: 10px;
}
.bind-phone-dialog.realname-dialog .inputs{
    width: 260px;
    margin-top: 10px;
}
.bind-phone-dialog .inputs .forgetsendcode,.bind-phone-dialog .inputs .modify_sendcode {
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 32px;
    background: #EBEBEB;
    border-radius: 1px;
    font-size: 12px;
    color: #222222;
    text-align: center;
    line-height: 32px;
}