/* 原 Google Fonts 外链因 CORS/Private Network Access 被浏览器拦截，改用系统字体栈避免跨域请求 */
:root {
    --font-family-0: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
    --font-family-1: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
}

#shop {
    border-top: 1px solid rgba(0, 0, 0, .2);
    height: 88.5vh;
    padding: 0 16px
}

.page-shop-inventory {
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    overflow: auto !important;
    padding-top: 32px
}

.aside-grid-inventory {
    width: 15%;
    height: 100%;
    float: left;
    background: rgba(33, 43, 57, .1)
}

.aside-grid-inventory details[open] .page-shop-inventory-aside-weapon-header-left {
    color: #6080ff;
    border-left: 3px solid #6080ff
}

.page-shop-inventory-aside-weapon {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.page-shop-inventory-grid {
    width: 100%;
    height: auto;
    border-radius: 12px
}

.page-shop-inventory-aside-weapon-grid-boot {
    width: 100% !important;
    margin-right: 2rem !important;
    grid-template-columns: repeat(auto-fill, minmax(4rem, 1fr)) !important;
    display: grid !important;
    height: 100% !important;
    grid-gap: .8rem !important;
    gap: .8rem !important;
    overflow: auto !important;
    align-content: flex-start !important;
    text-align: center
}

.page-shop-inventory-aside-weapon-block img {
    transition: .3s;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    height: 50px;
    width: 60px;
    padding: 0 4px;
    border-radius: 12px;
    opacity: .4
}

.page-shop-inventory-aside-weapon-block {
    cursor: pointer;
    transition: .3s;
    border-radius: 12px
}

.page-shop-inventory-aside-weapon-block:hover img {
    opacity: 1;
    transition: .3s
}

.page-shop-inventory-aside-weapon-block:hover {
    transition: .3s;
    background: linear-gradient(0deg, rgba(15, 20, 27, 0), rgba(15, 20, 27, .30980392156862746))
}

.page-shop-inventory-aside-weapon-block-hover {
    background: linear-gradient(0deg, hsla(0, 0%, 96.9%, .058823529411764705), hsla(0, 0%, 100%, .1803921568627451));
    border-radius: 12px
}

.page-shop-inventory-aside-weapon-header {
    padding-right: 30px;
    font-size: 16px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    vertical-align: middle;
    flex-direction: row;
    cursor: pointer;
    transition: .3s
}

.page-shop-inventory-grid-block .container {
    color: rgba(234, 242, 255, .7);
    font-weight: 500;
    font-size: 14px
}

.page-shop-inventory-aside-weapon-header:hover {
    background: rgba(10, 15, 21, .3215686274509804);
    transition: .3s
}

.page-shop-inventory-aside-weapon-header-left {
    float: left;
    padding-left: 30px;
    align-items: flex-start;
    font-family: var(--font-family-1);
    font-weight: 700;
    color: #ccd4df;
    font-size: 14px;
    border-left: 3px solid transparent;
    letter-spacing: -.03em
}

.page-shop-inventory-aside-weapon-header-right {
    float: right;
    right: 2px;
    top: 0;
    left: auto;
    align-items: flex-end
}

.page-shop-inventory-aside-weapon-header-right svg {
    width: 10px;
    height: 10px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    opacity: .4
}

.page-shop-inventory-aside-weapon-header-right img {
    width: 10px;
    height: 10px;
    opacity: .4
}

.grid-inventory .gridd {
    -ms-flex-wrap: wrap;
    width: 100% !important;
    grid-template-columns: repeat(auto-fill, minmax(10.37rem, 1fr)) !important;
    display: grid !important;
    grid-gap: .8rem !important;
    gap: .8rem !important;
    align-content: flex-start !important
}

.grid-inventory .gridd h4 {
    padding-top: 24px;
    padding-bottom: 12px
}

.grid-inventory .skin {
    cursor: pointer;
    opacity: 1;
    height: 100%;
    border-radius: 12px;
    background-color: unset;
    width: unset;
    transition: all .2s ease
}

.skin:hover {
    box-shadow: 0 15px 10px 0 rgba(21, 24, 41, .5)
}

.grid-inventory .skin:hover {
    opacity: 1;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    z-index: 101 !important
}

.color-default {
    color: #23292e;
    background-image: linear-gradient(150deg, hsla(0, 0%, 86.3%, 0), rgba(136, 123, 123, .05) 60%, hsla(0, 0%, 39.6%, .25))
}

.color-default:hover {
    box-shadow: 0 10px 20px 0 rgba(50, 50, 50, .03)
}

.color-consumer {
    color: #23292e;
    background-image: linear-gradient(150deg, hsla(0, 0%, 86.3%, 0), rgba(136, 123, 123, .05) 60%, hsla(0, 0%, 39.6%, .25))
}

.color-consumer:hover {
    box-shadow: 0 10px 20px 0 rgba(50, 50, 50, .03)
}

.color-covert {
    color: #eb4b4b;
    background-image: linear-gradient(150deg, rgba(136, 71, 255, 0), rgba(255, 71, 71, .05) 60%, rgba(235, 75, 75, .25))
}

.color-covert:hover {
    box-shadow: 0 10px 20px 0 rgba(235, 75, 75, .03)
}

.color-industrial {
    color: #5e98d9;
    background-image: linear-gradient(150deg, rgba(136, 71, 255, 0), rgba(94, 152, 217, .05) 60%, rgba(94, 152, 217, .25))
}

.color-industrial:hover {
    box-shadow: 0 10px 20px 0 rgba(94, 152, 217, .03)
}

.color-classified {
    color: #d32ee6;
    background-image: linear-gradient(150deg, rgba(136, 71, 255, 0), rgba(255, 71, 241, .05) 60%, rgba(211, 46, 230, .25))
}

.color-classified:hover {
    box-shadow: 0 10px 20px 0 rgba(211, 46, 230, .03)
}

.color-golden {
    color: #f89406
}

.border-golden {
    border: 1px solid #f89406
}

.border-blue {
    border: 1px solid #6080ff
}

.border-blinking {
    border: 1px solid grey;
    -webkit-animation: highlightBorder 2s infinite;
    animation: highlightBorder 2s infinite
}

.color-golden {
    background-image: linear-gradient(150deg, rgba(136, 71, 255, 0), rgba(255, 177, 0, .05) 60%, rgba(248, 148, 6, .25))
}

.color-golden:hover {
    box-shadow: 0 10px 20px 0 rgba(248, 148, 6, .03)
}

.b-color-golden {
    background: linear-gradient(hsla(0, 0%, 100%, 0), rgba(255, 151, 0, .23921568627450981) 100%)
}

.color-restricted {
    color: #8847ff;
    background-image: linear-gradient(150deg, rgba(136, 71, 255, 0), rgba(136, 71, 255, .05) 60%, rgba(136, 71, 255, .25))
}

.color-restricted:hover {
    box-shadow: 0 10px 20px 0 rgba(136, 71, 255, .03)
}

.color-milspec {
    color: #4b69ff;
    background-image: linear-gradient(150deg, rgba(136, 71, 255, 0), rgba(71, 162, 255, .05) 60%, rgba(75, 105, 255, .25))
}

.color-milspec:hover {
    box-shadow: 0 10px 20px 0 rgba(75, 105, 255, .03)
}

.color-logitech {
    background-image: linear-gradient(150deg, rgba(136, 71, 255, 0), rgba(71, 162, 255, .05) 60%, rgba(75, 105, 255, .25))
}

.color-logitech:hover {
    box-shadow: 0 10px 20px 0 rgba(44, 51, 88, .03)
}

.skin-bg {
    position: absolute;
    left: 50%;
    top: 55px;
    opacity: .7;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%
}

.grid-inventory .gridd.shop .skin:hover:after {
    border-radius: 12px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: unset !important;
    -webkit-transform: unset !important;
    transform: unset !important
}

.inventroy__gift:hover {
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

.grid-inventory .skin>div {
    width: 100%;
    overflow: visible;
    overflow: initial;
    display: flex;
    justify-content: center
}

.grid-inventory .s-image-drop {
    margin-top: unset !important;
    top: 55px !important;
    max-width: 60% !important;
    width: auto !important;
    max-height: 88px
}

.grid-inventory .skin p {
    color: hsla(0, 0%, 100%, .9215686274509803) !important;
    bottom: 20px !important;
    top: auto !important;
    font-size: 12px !important
}

.grid-inventory .skin:hover div img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .3s
}

.p_skin_quality_0 {
    color: #cf674d !important;
    font-weight: 600 !important
}

.p_skin_quality_0,
.p_skin_quality_1 {
    display: inline-block
}

.grid-inventory .check {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    height: auto !important;
    top: 10px !important;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    overflow: visible !important;
    overflow: initial !important;
    z-index: 9 !important;
    border-radius: 5px!important;
    background: #27335e!important;
    padding: 5px!important;
    color: #bfc7d5!important;
    font-size: 13px!important;
    font-family: 'roboto', sans-serif!important;
    text-align: center !important;
    white-space: nowrap !important;
}

.grid-inventory .check .availability-number {
    color: #00ff00 !important;
    font-weight: 700 !important;
    text-shadow: 0 0 8px rgba(0, 255, 0, 0.8), 0 0 15px rgba(0, 255, 0, 0.6) !important;
    display: inline-block !important;
}

.grid-inventory .check svg {
    width: 19px !important
}

.grid-inventory .check img {
    width: 19px !important;
    margin-top: unset !important;
    top: 13px !important;
    right: -3px !important;
    left: auto !important
}

.grid-inventory .checkk.active {
    position: absolute !important;
    left: auto !important;
    right: 12px !important;
    bottom: auto !important;
    width: auto !important;
    height: auto !important;
    top: 10px !important;
    overflow: visible !important;
    overflow: initial !important;
    z-index: 9 !important;
    border-radius: 5px!important;
    background: #25582a!important;
    padding: 5px!important;
    color: #bfc7d5!important;
    font-size: 13px!important;
    font-family: 'roboto', sans-serif!important;
}

.grid-inventory .checkk.active:after {
    content: '已激活';
}

.grid-inventory .checkk.active svg {
    width: 19px !important
}

.grid-inventory .check.active img {
    width: 19px !important;
    margin-top: unset !important;
    top: 13px !important;
    right: -3px !important;
    left: auto !important
}

.gridd.shop h4 {
    padding-left: 10px
}

.gridd.shop .skin p {
    margin-top: 100px;
    line-height: 1.2;
    font-family: roboto, sans-serif;
    font-family: var(--font-family-1);
    padding: 0 0 0 16px;
    z-index: 35 !important;
    font-weight: 700;
    font-size: 14px;
    color: #c8cfdb;
    opacity: .9
}

.gridd.shop .skin p span {
    display: block;
    margin-top: 4px;
    font-family: roboto condensed, sans-serif;
    font-family: var(--font-family-0);
    font-size: 13px;
    color: #6c6c71;
}

.gridd.shop .skin .btn.mini {
    background: 0 0;
    border-top: 1px solid hsla(0, 0%, 100%, .05);
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #fff;
    width: 100%;
    border-radius: 0 0 12px 12px;
    margin: 0 !important;
    padding: 0;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 16px !important;
    font-size: 14px !important;
    z-index: 45 !important
}

.gridd.shop .skin button strong {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    bottom: 0;
    right: 0
}

.gridd.shop .skin button strong img {
    top: -3px
}

.s-price {
    color: #ffa210!important;
    font-size: 14px!important;
    font-weight: 600!important;
}

.s-price-img {
    width: 16px!important;
    margin-right: 6px!important;
}

.p_skin_name {
    color: rgba(222,230,242,.9)!important;
    font-size: 13px!important;
    font-weight: 500;
    display: inline!important;
}

.default_message {
    background: #161d26;
    border-radius: 10px;
}

.text-rightt {
    text-align: right;
}

.skin.active {
    color: #4b69ff;
    background-image: linear-gradient(150deg, rgba(136, 71, 255, 0), rgb(99 255 71 / 5%) 60%, rgb(64 255 30 / 25%));
}

.item- {
    color: #4b69ff;
    background-image: linear-gradient(150deg, rgba(136, 71, 255, 0), rgba(71, 162, 255, .05) 60%, rgba(75, 105, 255, .25));
}

.modalShowing_true {
    opacity: 1;
    pointer-events: auto;
}

.modal__overlay {
    background-color: rgba(19, 22, 27, .6);
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    transition: opacity .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    width: 100%;
    height: 100%
}

.modal__overlay.transparent {
    background-color: transparent
}

.modalShowing_true {
    opacity: 1;
    pointer-events: auto
}

.arcticmodal-overlay {
    background-color: rgba(19, 22, 27, .6);
    opacity: 1
}

a.arcticmodal-close {
    background: 0 0;
    border-radius: 100%;
    display: inline-block !important;
    height: 16px !important;
    width: 16px !important;
    line-height: 16px !important;
    position: absolute !important;
    right: 22px;
    top: 9px;
    opacity: .6;
    padding: 0;
    z-index: 10001
}

.arcticmodal-close:hover {
    cursor: pointer
}

a.arcticmodal-close img {
    top: 0;
    color: #fff;
    display: inline-block;
    height: 28px;
    width: 28px;
    padding: 0;
    line-height: 0;
    cursor: pointer
}

a.arcticmodal-close img:hover {
    opacity: 1;
    transition: .3s
}

.arcticmodal {
    overflow: hidden;
    display: block;
    border-radius: 12px;
    background: #151d27;
    box-shadow: 0 10px 20px 0 hsla(0, 0%, 100%, .02)
}

.arcticmodal>h2 {
    text-transform: none;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    text-transform: uppercase;
    opacity: .95
}

.arcticmodal>h2,
.arcticmodal>p {
    font-family: roboto condensed, sans-serif;
    font-family: var(--font-family-0);
    text-align: center
}

.arcticmodal>p {
    padding-top: 10px;
    font-size: 16px;
    line-height: 19px;
    opacity: .5
}

.buy-device-modal__close,
.shop__skin-modal__close {
    position: absolute;
    right: 23px;
    top: 23px;
    z-index: 1;
    opacity: .5;
    transition: all .2s ease;
    cursor: pointer
}

.buy-device-modal__close:hover,
.shop__skin-modal__close:hover {
    opacity: 1
}

.shop__device-modal__buy,
.shop__skin-modal__buy {
    width: 100%;
    height: auto;
    padding: 19px 0;
    line-height: normal;
    font-family: Roboto Condensed;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center
}

.shop__device-modal__buy img,
.shop__skin-modal__buy img {
    margin: 0 5px;
    width: 18px
}

.shop__skin-wrapper {
    height: 163px;
    width: 100%;
    background: url(https://cloud.cybershoke.net/img/bg/skin-dotted.png) no-repeat 50%/cover;
    display: flex;
    justify-content: center;
    align-items: center
}

.shop__skin-wrapper img {
    height: 150px;
    -webkit-animation: skinMove 4s infinite;
    animation: skinMove 4s infinite
}

.shop__skin-modal__description {
    margin: 30px 0;
    display: flex;
    flex-direction: column
}

.shop-modal__item-name,
.shop-modal__item-name span {
    color: #bdbdbd;
    font-family: Roboto;
    font-size: 15px;
    line-height: 18px
}

.shop-modal__item-name .blue {
    color: #6080ff
}

.shop-modal__skin-name {
    font-family: Roboto;
    font-weight: 900;
    font-size: 32px;
    line-height: 135%;
    text-transform: uppercase;
    margin-top: 13px
}

.shop__skin-modal__wrapper {
    padding: 45px 50px;
    width: 446px;
    background: linear-gradient(38.98deg,#0b141f 3.82%,#192637 112.88%);
    border-radius: 16px;
    position: relative;
}

.shop__skin-wrapper {
    height: 163px;
    width: 100%;
    background: url(https://cloud.cybershoke.net/img/bg/skin-dotted.png) no-repeat 50%/cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop__skin-wrapper img {
    height: 150px;
    -webkit-animation: skinMove 4s infinite;
    animation: skinMove 4s infinite;
}

button.shop__skin-modal__buy {
    font-weight: 700!important;
    cursor: pointer!important;
    margin-bottom: 0!important;
    margin-top: 0!important;
    top: 0!important;
    letter-spacing: 1px!important;
    font-size: 14px!important;
    border-radius: 8px!important;
    text-align: center!important;
    text-decoration: none!important;
    font-family: roboto,sans-serif!important;
    background: #6080ff!important;
    display: inline-block!important;
    width: 100%!important;
    height: auto!important;
    line-height: normal!important;
    padding: 10px 0px!important;
}