:root {
    --themes-room-backgroud: linear-gradient(135deg,#f9d342,#f9b642);
    --themes-room-lookbtn: linear-gradient(90deg,#f9a542,#f9d342,#f9d342,#f9d342,#f9d342,#f9d342,#f9a542);
    --themes-room-fontcolor: #292826
}

html {
    font-size: 16px;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

* {
    padding: 0;
    margin: 0
}

*,:after,:before {
    background-repeat: no-repeat;
    box-sizing: inherit
}

:after,:before {
    text-decoration: inherit;
    vertical-align: inherit;
}

::-webkit-scrollbar {
    width: 8px;
    height: 10px;
    padding: 5px;
    margin: 20px;
}

.body-colo {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: block;
    background: rgb(41, 40, 38);
    --L_listAct_c: 249, 211, 66;
    --L_c: 41, 40, 38;
    --L_list_c: 57, 55, 50;
    --T_searchDown_c: 84, 83, 81;
    --I_RTact_c: 249, 211, 66;
    --G_warn_c: 96, 125, 139;
    --O_content_c: 63, 61, 56;
    --V_tab_c: 46, 45, 42;
    --I_c: 57, 55, 50;
    --T_to_c: 57, 55, 50;
    --T_from_c: 41, 40, 38;
    --I_LTitem_to_c: 57, 55, 50;
    --I_LT_c: 41, 40, 38;
    --I_RT_c: 41, 40, 38;
    --I_LB_c: 41, 40, 38;
    --I_RB_c: 41, 40, 38;
    --I_LTitem_from_c: 57, 55, 50;
    --B_c: 41, 40, 38;
    --B_btn_c: 57, 55, 50;
    --RB_btn_c: 57, 55, 50;
    --RB_btnShow_c: 84, 83, 81;
    --I_RBone_to_c: 41, 39, 37;
    --I_RBone_pass_c: 147, 147, 96;
    --I_RBone_from_c: 41, 39, 37;
    --I_RTitem_c: 57, 55, 50;
    --I_RTbtn_c: 84, 83, 81;
    --L_listShow_c: 57, 55, 50;
    --L_itemAct_from_c: 84, 83, 81;
    --L_itemAct_to_c: 57, 55, 50;
    --T_search_c: 72, 70, 64;
    --I_LBplayer_from_c: 41, 40, 38;
    --I_LBplayer_to_c: 57, 55, 50;
    --I_LBheat_from_c: 41, 40, 38;
    --I_LBheat_to_c: 57, 55, 50;
    --I_LBscore_from_c: 41, 40, 38;
    --I_LBscore_to_c: 57, 55, 50;
    --I_LBheat_frame_c: 62, 62, 62;
    --I_LTtab_c: 41, 40, 38;
}

.background_div {
    background: #121212;
    color: #fff;
    display: flex;
    font-family: Roboto,sans-serif;
    line-height: 1.5;
}

.background_div .overline {
    font-size: 12px
}

*,.background_div .overline {
    font-family: 微软雅黑 Light
}

.background_div_dj {
    flex: 1 1 auto;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 100%;
    position: relative;
    font-family: 微软雅黑 Light;
}

.background_left {
    height: 100vh;
    max-height: calc(100% - 40px);
    transform: translateX(0%);
    width: 186px;
    box-shadow: 0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);
    position: fixed;
    z-index: 6;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    pointer-events: auto;
    top: 0;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    will-change: transform;
    transition-property: transform,visibility,width;
}

.background_left_content {
    height: 100%;
    overflow: hidden;
}

.background_left_notdrag {
    width: 100%;
    padding: 12px;
    margin-right: auto;
    margin-left: auto;
    -webkit-app-region: no-drag;
}

.tou_img {
    padding: 5px;
}

.zong {
    width: 140px;
    height: 50px;
    position: relative;
    top: -10%
}

.out {
    position: fixed;
    left: 50%;
    width: 100px;
    height: 70px;
    transform: translate(-50%);
}

.touxiang {
    width: 70px;
    height: 70px;
    background: #292826;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.touxiangs {
    z-index: 2;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .2s;
}

.touxiangs_img {
    padding: 2px;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .2s;
}

.touxian_username {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.toux_frame {
    border-radius: 4px;
    width: 100%;
    transition: all .2s;
    height: 100%;
    border-style: none;
}

.touxian_frame {
    border-style: none;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 2;
    width: 103%;
    height: 103%;
    pointer-events: none;
    border-radius: 4px;
    transition: all .2s;
}

.memberBox {
    width: 126px;
    height: 16px;
    background: linear-gradient(90deg,#292826,#393732,#292826);
    box-shadow: 0 2px 18px 0 rgba(0,0,0,.2);
    display: flex;
    justify-content: center;
    position: absolute;
    top: 110px;
    left: 10%;
}

.trapezoid {
    width: 50px;
    height: 17px;
    -webkit-clip-path: polygon(0 0,100% 0,77% 100%,26% 100%);
    clip-path: polygon(0 0,100% 0,77% 100%,26% 100%);
    background: #282725;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.memer_position {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.background_left .v-list:not(.v-select-list) {
    background: inherit;
}

.game_category {
    padding-left: 8px;
    padding-right: 8px;
    max-width: 143px;
    padding-top: 80px;
    margin: auto;
    display: block;
    position: static;
    transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow;
}

.setoff {
    display: block;
    width: 50px;
    height: 35px;
    cursor: pointer;
    text-align: center;
    line-height: 35px
}

.game_box {
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 6px 20px 0 rgba(0,0,0,.411);
    word-break: break-all;
    position: relative;
    border: 1px solid hsla(0,0%,100%,0);
    transition: border .3s
}

.game_box:hover {
    box-shadow: 0 1px 5px 0 rgba(66,63,48,.507);
    transition-delay: 0s!important;
    border: 1px solid #f9d341
}

.game_classify {
    background: #393732;
    margin-bottom: 10px;
    border-radius: 4px;
}

.game_classify_active{
    background: #f9d342;
    color: #292826;
}

.game_classify_active .game_classify_icons {
    color: #292826;
}

.game_classify_div {
    border-radius: 4px;
    padding: 0 8px;
    align-items: center;
    display: flex;
    letter-spacing: normal;
    min-height: 32px;
    outline: none;
    position: relative;
    text-decoration: none
}

.game_classify_action {
    display: inline-flex;
    min-width: 24px;
    align-self: center;
    margin: 10px 0;
    margin-right: 5px;
    justify-content: center;
}

.game_classify_icons {
    font-size: 13px;
    opacity: 0.4;
    color: #ccc;
    width: auto;
    height: auto;
    fill: currentColor;
    overflow: inherit;
    font-family: "igwi-";
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.game_classify_title {
    font-size: 15px;
}

.game_label_show {
    border-radius: 4px;
    position: relative;
    max-width: 100%;
    transition: .3s cubic-bezier(.25,.8,.5,1);
}

.game_label_type {
    border-bottom: 1px solid #8d8d8d;
    -o-border-image: linear-gradient(90deg,transparent,rgba(72,77,88,.63),hsla(0,0%,66.7%,.63),rgba(86,87,88,.63),transparent) 1 10;
    border-image: linear-gradient(90deg,transparent,rgba(72,77,88,.63),hsla(0,0%,66.7%,.63),rgba(86,87,88,.63),transparent) 1 10;
    margin-bottom: 0;
    height: 40px;
    position: relative;
    -webkit-user-drag: none;
    color: #fff;
    align-items: center;
    display: flex;
    flex: 1 1 100%;
    letter-spacing: normal;
    min-height: 32px;
    outline: none;
    padding: 0 16px;
    position: relative;
    text-decoration: none
}

.game_label_type:before {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffd000;
    width: 0;
    height: 100%;
}

.game_label_type:hover:before {
    width: 100%;
    transition: all .2s linear;
    transition-delay: .1s;
    opacity: 1
}

.game_label_link {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.game_label_link:before {
    background: hsla(0,0%,100%,.08);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s cubic-bezier(.25,.8,.5,1)
}

.game_label_content {
    align-items: center;
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    flex: 1 1;
    overflow: hidden;
    padding: 12px 0;
}

.game_label_title {
    margin-left: auto;
    margin-right: auto;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .1666666667em;
    line-height: 2rem;
    text-transform: uppercase;
    font-family: Roboto,sans-serif;
}

.game_border {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
}

.game_main {
    padding: 70px 0px 40px 186px;
    display: flex;
    flex: 1 0 auto;
    max-width: 100%;
    background: url('../../img/beijing.png');
}

.game_main:not {
    transition: none;
}

.game_main_wrap {
    flex: 1 1 auto;
    max-width: 100%;
    position: relative;
    overflow: auto;
    height: calc(100vh - 120px);
}

.game_main_index {
    min-width: 815px;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    color: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    border-width: thin;
    max-width: 100%;
    outline: none;
    text-decoration: none;
    transition-property: box-shadow,opacity;
    overflow-wrap: break-word;
    position: relative;
    white-space: normal;
    display: flex;
}

.game_recom {
    min-width: 540px;
    flex-grow: 1;
    position: relative;
}

.game_recom_index {
    padding-top: 12px;
    padding-bottom: 12px;
}

.tuijian {
    width: 84px;
    height: 20px;
    background: #292826;
    position: absolute;
    z-index: 2;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    top: 0;
    display: flex;
    align-items: center
}

.tuijian>span {
    display: inline-block;
    width: 4px;
    height: 100%;
    background: #f9d342;
    margin-right: 7px
}

.game_recom_zy {
    padding-top: 20px;
    padding-bottom: 20px;
    display: grid;
    justify-content: space-between;
    border-top: 1px solid #555;
    grid-template-columns: repeat(auto-fill,248px);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}

.tuijianyouxi {
    width: 248px;
    height: 170px;
    background: #393732;
    text-decoration: none;
}

.game_label {
    height: 18px;
    padding: 0 10px;
    background: #db7f07;
    box-shadow: 0 2px 0 0 rgba(13,0,39,.2);
    border-radius: 4px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 5px
}

.game_imgs {
    height: 120px;
    width: 248px;
    color: #fff;
    position: relative;
    overflow: hidden;
    flex: 1 0 auto;
    max-width: 100%;
    display: flex;
    z-index: 0;
}

.game_imgs_cover {
    background-repeat: no-repeat;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.game_imgs_sive {
    width: 400px;
    flex: 1 0 0px;
    max-width: 100%;
}

.game_imgs_boxs {
    margin-top: 4px;
}

.game_imgs_text {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.game_imgs_flex {
    margin-right: 8px;
    margin-left: 8px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    font-size: 12px;
    color: #fff;
}

.game_imgs_boxz {
    opacity: .6
}

.game_imgs_icon {
    color: red;
    font-family: "igwi-";
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    fill: currentColor;
    font-size: 13px;
}

.game_mend_index {
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
}

.game_recom_zx {
    padding-top: 20px;
    padding-bottom: 20px;
    display: grid;
    justify-content: space-between;
    border-top: 1px solid #555;
    grid-template-columns: repeat(auto-fill,248px);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}

.game_main_right {
    width: 226px;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    color: #fff;
    border-radius: 4px;
    margin-left: 32px;
    box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);
    border-width: thin;
    display: block;
    max-width: 100%;
    outline: none;
    text-decoration: none;
    transition-property: box-shadow,opacity;
    overflow-wrap: break-word;
    position: relative;
    white-space: normal;
}

.game_main_right_py {
    width: 206px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.game_right_game {
    padding-top: 12px;
    margin-top: 20px;
}

.game_right_boxs {
    width: 186px;
    height: 70px;
    background: linear-gradient(150deg,#50504d,#393732);
    box-shadow: 0 6px 20px 0 rgba(8,5,0,.3);
    border-radius: 4px!important;
    margin: auto;
    margin-bottom: 20px;
    padding: 0 8px;
    padding-right: 0;
    box-sizing: border-box;
    cursor: pointer;
}

.game_right_one {
    display: flex;
    text-decoration: none;
}

.game_right_one>div:first-child {
    width: 58.1px;
    height: 58.1px;
    background: #3e3e3e;
    box-shadow: 0 6px 20px 0 rgba(0,0,0,.4);
    border-radius: 4px;
    border: 6px solid hsla(0,0%,43.1%,.47);
    margin-top: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    overflow: hidden
}

.game_right_one>div:first-child>img {
    height: 100%;
    border-radius: 4px
}

.game_right_one>div:nth-child(2) {
    width: 103px;
    margin-left: 10px;
}

.game_right_one>div:nth-child(2)>p:first-child {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    padding-top: 5px
}

.game_right_mb {
    margin-bottom: 0;
}

.game_right_icon {
    color: red;
    font-family: "igwi-";
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: auto;
    height: auto;
    fill: currentColor;
    font-size: 13px
}

.game_right_one>div:nth-child(2)>p:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    opacity: .4;
    display: flex;
    align-items: center;
    padding-top: 5px;
}

.game_foot {
    height: 40px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    z-index: 3;
    background-color: #272727;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 16px;
}

.game_foot_index {
    padding: 0;
    max-width: 100%;
}

.game_foot_wenm {
    margin-left: -12px;
    margin-top: -8px;
}

.game_foot_left {
    z-index: 12;
    padding: 12px;
}

.game_foot_button {
    height: 36px;
    width: 36px;
    background-color: transparent;
    border-style: none;
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 500;
    letter-spacing: .0892857143em;
    justify-content: center;
    outline: 0;
    position: relative;
    text-decoration: none;
    text-indent: .0892857143em;
    text-transform: uppercase;
    transition-duration: .28s;
    transition-property: box-shadow, transform, opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 50%;
    color: inherit;
}

.game_foot_content {
    align-items: center;
    color: inherit;
    display: flex;
    flex: 1 0 auto;
    justify-content: inherit;
    line-height: normal;
    position: relative;
}

.game_foot_icon {
    font-family: "igwi-";
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: grey;
    width: 1.5em;
    height: 1.5em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden;
}

.game_header {
    height: 70px;
    min-width: 900px;
    margin-top: 0px;
    transform: translateY(0px);
    left: 186px;
    right: 0px;
    position: fixed;
    padding-top: 4px;
    background-color: #272727;
}

.game_header_index {
    height: 70px;
    align-items: center;
    display: flex;
    padding: 4px 16px;
}

.game_header_tou {
    padding: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.game_header_row {
    margin: 0;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.game_header_left {
    width: 400px;
    display: flex;
    margin-left: 5px;
}

.tab {
    width: 80px;
    height: 40px;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.active {
    color: #f9d342;
}

.game_header_col {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding: 12px;
}

.game_header_card {
    width: 246px;
    border-width: thin;
    display: block;
    max-width: 100%;
    outline: none;
    text-decoration: none;
    transition-property: box-shadow, opacity;
    overflow-wrap: break-word;
    position: relative;
    white-space: normal;
}

.game_header_icon {
    font-family: "igwi-";
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    z-index: 20;
    width: auto;
    height: auto;
    fill: currentColor;
}

.game_header_input {
    color: #fff;
    margin: 0;
    padding: 0;
    align-items: flex-start;
    display: flex;
    font-size: 16px;
    letter-spacing: normal;
    max-width: 100%;
    text-align: left;
    border-radius: 4px;
}

.game_header_control {
    min-height: 38px;
    padding: 0;
    color: inherit;
    border-radius: inherit;
    display: flex;
    flex-direction: column;
    height: auto;
    flex-grow: 1;
    flex-wrap: wrap;
    min-width: 0;
    width: 100%;
}

.game_header_slot {
    padding: 0 12px;
    background: hsla(0, 0%, 100%, .16);
    margin-bottom: 0;
    cursor: text;
    transition: background .3s cubic-bezier(.25,.8,.5,1);
    border-radius: inherit;
    align-items: center;
    color: inherit;
    display: flex;
    min-height: inherit;
    position: relative;
    width: 100%;
}

.game_header_label {
    left: 20px;
    right: auto;
    position: absolute;
    color: hsla(0, 0%, 100%, .7);
}

.game_header_inputs {
    caret-color: auto;
    color: #fff;
    max-height: 32px;
    flex: 1 1 auto;
    line-height: 20px;
    padding: 8px 0 8px;
    max-width: 100%;
    min-width: 0;
    width: 100%;
    background-color: transparent;
    border-style: none;
    font: inherit;
    border-radius: 0;
    padding-left: 18px;
    outline: none;
}

.game_header_slotz {
    display: flex;
    flex: 1 1 auto;
    position: relative;
    align-items: center;
}

.game_main_ciyid {
    min-width: 815px;
    background-color: #1e1e1e;
    border-radius: 4px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    max-width: 100%;
    white-space: normal;
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 248px);
    grid-row-gap: 30px;
    grid-column-gap: 20px;
}

.game_main_ciyid_row {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
}

.game_main_ciyid_row_col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 12px;
}

.game_main_ciyid_row_sousuo {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
}

.game_row_wrap {
    flex: 1 1 auto;
    max-width: 100%;
    position: relative;
    overflow: auto;
    height: calc(100vh - 120px);
}

.game_main_row {
    min-width: 815px;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    color: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    border-width: thin;
    max-width: 100%;
    outline: none;
    text-decoration: none;
    transition-property: box-shadow,opacity;
    overflow-wrap: break-word;
    position: relative;
    white-space: normal;
    display: flex;
}

.game_recom_search {
    padding-top: 20px;
    padding-bottom: 20px;
    display: grid;
    justify-content: space-between;
    border-top: 1px solid #555;
    grid-template-columns: repeat(auto-fill,248px);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}

.game_recomsh {
    min-width: 540px;
    flex-grow: 1;
    position: relative;
}

.game_header_user{
    margin-left: 60px;
    margin-bottom: 10px;
}

.game_header_user_btn {
    box-shadow: 0 0 #0000,0 0 #0000,0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    background-color: hsl(0,0%,100%);
    border-style: none;
    display: inline-flex;
    cursor: pointer;
    user-select: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-color: hsl(0,0%,95%);
    text-align: center;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-duration: .2s;
    border-radius: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    min-height: 3rem;
    font-size: .875rem;
    line-height: 1em;
    gap: .5rem;
    font-weight: 600;
    text-decoration-line: none;
    border-width: 1px;
    animation: button-pop .25s ease-out;
    text-transform: uppercase;
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    color: hsl(215,28%,17%);
    outline-color: hsl(215,28%,17%);
}

.game_header_user_off {
    width: 1.25rem;
    height: 1.25rem;
    mask: url('../../img/user_off.svg') no-repeat;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: inherit;
}

.game_header_user_tet {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.phone_send_on {
    color: #888;
    background: #292826;
}

.handset_btn {
    background: #f9d342;
    color: #292826;
}

.ycaniu {
    background-color: #1e1e1e;
    width: 40px;
    border-radius: .5rem;
    border-style: none;
}