兑换码
harset="utf-8">
img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }
(function () {
// Respect user privacy signals. If either Do Not Track or Global Privacy Control
// is set, skip GrowthBook initialization entirely — no SDK fetch, no bucketing,
// no exposure events. Those users see the default rendering for every flag.
var dnt = (typeof navigator.doNotTrack !== 'undefined' && navigator.doNotTrack === '1') ||
window.doNotTrack === '1' ||
navigator.msDoNotTrack === '1';
var gpc = navigator.globalPrivacyControl === true;
if (dnt || gpc) { return; }
if (window.growthbook_config) { return; } // GTM tag 356 still一个ctive? Let one of us win.
function getSnowplowDomainUserId() {
var pairs = document.cookie.split('; ');
for (var i = 0; i < pairs.length; i++) {
if (pairs[i].indexOf('_sp_id.') === 0) {
return pairs[i].split('=')[1].split('.')[0] || null;
}
}
return null;
}
window.growthbook_config = {};
window.growthbook_config.attributes = {
country: "FR",
一个nonymous_id: getSnowplowDomainUserId(),
user_id: null,
referrer: document.referrer,
url: window.location.href,
userAgent: navigator.userAgent
};
window.growthbook_config.trackingCallback = function (experiment, result) {
if (window.snowplow) {
window.snowplow('trackStructEvent', {
category: 'Experiments',
一个ction: 'GrowthBook Experiment Viewed',
label: experiment.key,
property: result.key
});
}
if (window.clarity) {
window.clarity('set', 'experiment', experiment.key);
}
};
window.growthbook_queue = window.growthbook_queue || [];
window.growthbook_queue.push(function (gb) { gb.init(); });
var s = document.createElement('script');
s.async = true;
s.dataset.clientKey = "sdk-LmjHnXEHTGSazmI";
s.dataset.decryptionKey = "kvNCD6hH4ykx5B3xd8jSRA==";
s.src = "\/static\/v2\/growthbook.js";
document.head.appendChild(s);
})();
@charset "UTF-8";
/*!
Theme Name: Pro Game Guides - Lightweight
Theme URI: https://progameguides.com
Text Domain: proguides
*/
/*! Spectre.css v0.5.3 | MIT License | github.com/picturepan2/spectre */
/* Manually forked from Normalize.css */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Change the default font family in一个ll browsers (opinionated).
* 2. Correct the line height in一个ll browsers.
* 3. Prevent一个djustments of font size一个fter orientation changes in
* IE on Windows Phone 和 in iOS.
*/
/* Document
========================================================================== */
html {
font-family: sans-serif; /* 1 */
-ms-text-size-adjust: 100%; /* 3 */
-webkit-text-size-adjust: 100%; /* 3 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in一个ll browsers (opinionated).
*/
body {
margin: 0;
padding-bottom: 6rem;
}
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
display: block;
}
/**
* Correct the font size 和 margin on `h1` elements within `section` 和
* `article` contexts in Chrome, Firefox, 和 Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main { /* 1 */
display: block;
}
/**
* Add the correct margin in IE 8 (removed).
*/
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge 和 IE.
*/
hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}
/**
* 1. Correct the inheritance 和 scaling of font size in一个ll browsers. (removed)
* 2. Correct the odd `em` font sizing in一个ll browsers.
*/
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on一个ctive links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ 和 Safari 8+.
*/
a {
background-color: transparent; /* 1 */
-webkit-text-decoration-skip: objects; /* 2 */
}
/**
* Remove the outline on focused links when they一个re一个lso一个ctive or hovered
* in一个ll browsers (opinionated).
*/
a:active,
a:hover {
outline-width: 0;
}
/**
* Modify default styling of一个ddress.
*/
address {
font-style: normal;
}
/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, 和 Safari. (removed)
*/
/**
* Prevent the duplicate一个pplication of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit;
}
/**
* Add the correct font weight in Chrome, Edge, 和 Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance 和 scaling of font size in一个ll browsers.
* 2. Correct the odd `em` font sizing in一个ll browsers.
*/
code,
kbd,
pre,
samp {
font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace; /* 1 (changed) */
font-size: 1em; /* 2 */
}
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic;
}
/**
* Add the correct background 和 color in IE 9-. (Removed)
*/
/**
* Add the correct font size in一个ll browsers.
*/
small {
font-size: 80%;
font-weight: 400; /* (added) */
}
/**
* Prevent `sub` 和 `sup` elements from一个ffecting the line height in
*一个ll browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block;
}
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none;
}
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in一个ll browsers (opinionated).
* 2. Remove the margin in Firefox 和 Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 (changed) */
font-size: inherit; /* 1 (changed) */
line-height: inherit; /* 1 (changed) */
margin: 0; /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, 和 IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
text-transform: none;
}
/**
* 1. Prevent一个 WebKit bug where (2) destroys native `audio` 和 `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS 和 Safari.
*/
button,
html [type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button; /* 2 */
}
/**
* Remove the inner border 和 padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule (removed).
*/
/**
* Change the border, margin, 和 padding in一个ll browsers (opinionated) (changed).
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/**
* 1. Correct the text wrapping in Edge 和 IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers一个re not caught out when they zero out
* `fieldset` elements in一个ll browsers.
*/
legend {
box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical一个lignment in Chrome, Firefox, 和 Opera.
*/
progress {
display: inline-block; /* 1 */
vertical-align: baseline; /* 2 */
}
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow:一个uto;
}
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type=checkbox],
[type=radio] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Correct the cursor style of increment 和 decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height:一个uto;
}
/**
* 1. Correct the odd一个ppearance in Chrome 和 Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/**
* Remove the inner padding 和 cancel buttons in Chrome 和 Safari on macOS.
*/
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS 和 Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, 和 Firefox.
*/
details,
menu {
display: block;
}
/*
* Add the correct display in一个ll browsers.
*/
summary {
display: list-item;
outline: none;
}
/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
display: inline-block;
}
/**
* Add the correct display in IE.
*/
template {
display: none;
}
/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
display: none;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
font-size: 20px;
line-height: 1.5;
-webkit-tap-highlight-color: transparent;
}
body {
background: #fff;
color: rgb(79.8611111111, 89.1203703704, 107.6388888889);
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
font-size: 0.8rem;
padding-bottom: 6rem;
overflow-x: hidden;
text-rendering: optimizeLegibility;
}
a {
color: #5755d9;
outline: none;
text-decoration: none;
}
a:focus {
box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2);
}
a:focus,一个:hover,一个:active,一个.active {
color: rgb(48.2692307692, 45.8557692308, 205.1442307692);
text-decoration: underline;
}
a:visited {
color: rgb(128.1923076923, 126.6826923077, 226.3173076923);
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: inherit;
font-weight: 500;
line-height: 1.2;
margin-bottom: 0.5em;
margin-top: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-weight: 500;
}
h1,
.h1 {
font-size: 2rem;
}
h2,
.h2 {
font-size: 1.6rem;
}
h3,
.h3 {
font-size: 1.4rem;
}
h4,
.h4 {
font-size: 1.2rem;
}
h5,
.h5 {
font-size: 1rem;
}
h6,
.h6 {
font-size: 0.8rem;
}
p {
margin: 0 0 1.2rem;
}
a,
ins,
u {
text-decoration-skip: ink edges;
}
abbr[title] {
border-bottom: 0.05rem dotted;
cursor: help;
text-decoration: none;
}
kbd {
border-radius: 0.1rem;
line-height: 1.2;
padding: 0.1rem 0.2rem;
background: #454d5d;
color: #fff;
font-size: 0.7rem;
}
mark {
background: #ffe9b3;
color: rgb(79.8611111111, 89.1203703704, 107.6388888889);
border-radius: 0.1rem;
padding: 0.05rem;
}
blockquote {
border-left: 0.1rem solid rgb(230.8888888889, 232.962962963, 237.1111111111);
margin-left: 0;
padding: 0.4rem 0.8rem;
}
blockquote p:last-child {
margin-bottom: 0;
}
ul,
ol {
margin: 0.8rem 0 0.8rem 0.8rem;
padding: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
margin: 0.8rem 0 0.8rem 0.8rem;
}
ul li,
ol li {
margin-top: 0.4rem;
}
ul {
list-style: disc inside;
}
ul ul {
list-style-type: circle;
}
ol {
list-style: decimal inside;
}
ol ol {
list-style-type: lower-alpha;
}
dl dt {
font-weight: bold;
}
dl dd {
margin: 0.4rem 0 0.8rem 0;
}
:lang(zh),
:lang(zh-Hans) {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", sans-serif;
}
:lang(zh-Hant) {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", "Helvetica Neue", sans-serif;
}
:lang(ja) {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", sans-serif;
}
:lang(ko) {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Malgun Gothic", "Helvetica Neue", sans-serif;
}
:lang(zh) ins,
:lang(zh) u,
:lang(ja) ins,
:lang(ja) u,
.cjk ins,
.cjk u {
border-bottom: 0.05rem solid;
text-decoration: none;
}
:lang(zh) del + del,
:lang(zh) del + s,
:lang(zh) ins + ins,
:lang(zh) ins + u,
:lang(zh) s + del,
:lang(zh) s + s,
:lang(zh) u + ins,
:lang(zh) u + u,
:lang(ja) del + del,
:lang(ja) del + s,
:lang(ja) ins + ins,
:lang(ja) ins + u,
:lang(ja) s + del,
:lang(ja) s + s,
:lang(ja) u + ins,
:lang(ja) u + u,
.cjk del + del,
.cjk del + s,
.cjk ins + ins,
.cjk ins + u,
.cjk s + del,
.cjk s + s,
.cjk u + ins,
.cjk u + u {
margin-left: 0.125em;
}
.table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
text-align: left;
}
.table.table-striped tbody tr:nth-of-type(odd) {
background: rgb(248.4555555556, 249.0185185185, 250.1444444444);
}
.table tbody tr.active, .table.table-striped tbody tr.active {
background: rgb(239.6722222222, 240.9907407407, 243.6277777778);
}
.table.table-hover tbody tr:hover {
background: rgb(239.6722222222, 240.9907407407, 243.6277777778);
}
.table.table-scroll {
display: block;
overflow-x:一个uto;
padding-bottom: 0.75rem;
white-space: nowrap;
}
.table td,
.table th {
border-bottom: 0.05rem solid rgb(230.8888888889, 232.962962963, 237.1111111111);
padding: 0.6rem 0.4rem;
}
.table th {
border-bottom-width: 0.1rem;
}
.btn {
transition:一个ll 0.2s ease;
一个ppearance: none;
background: #fff;
border: 0.05rem solid #5755d9;
border-radius: 0.1rem;
color: #5755d9;
cursor: pointer;
display: inline-block;
font-size: 0.8rem;
height: 1.8rem;
line-height: 1.2rem;
outline: none;
padding: 0.25rem 0.4rem;
text-align: center;
text-decoration: none;
user-select: none;
vertical-align: middle;
white-space: nowrap;
}
.btn:focus {
box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2);
}
.btn:focus, .btn:hover {
background: rgb(241.4711538462, 241.3100961538, 251.9399038462);
border-color: rgb(74.6423076923, 72.4951923077, 214.2048076923);
text-decoration: none;
}
.btn:active, .btn.active {
background: rgb(74.6423076923, 72.4951923077, 214.2048076923);
border-color: rgb(54.0461538462, 51.6538461538, 209.5461538462);
color: #fff;
text-decoration: none;
}
.btn:active.loading::after, .btn.active.loading::after {
border-bottom-color: #fff;
border-left-color: #fff;
}
.btn[disabled], .btn:disabled, .btn.disabled {
cursor: default;
opacity: 0.5;
pointer-events: none;
}
.btn.btn-primary {
background: #5755d9;
border-color: rgb(74.6423076923, 72.4951923077, 214.2048076923);
color: #fff;
}
.btn.btn-primary:focus, .btn.btn-primary:hover {
background: rgb(66.4038461538, 64.1586538462, 212.3413461538);
border-color: rgb(54.0461538462, 51.6538461538, 209.5461538462);
color: #fff;
}
.btn.btn-primary:active, .btn.btn-primary.active {
background: rgb(58.1653846154, 55.8221153846, 210.4778846154);
border-color: rgb(48.2692307692, 45.8557692308, 205.1442307692);
color: #fff;
}
.btn.btn-primary.loading::after {
border-bottom-color: #fff;
border-left-color: #fff;
}
.btn.btn-success {
background: #32b643;
border-color: rgb(46.7025862069, 169.9974137931, 62.5814655172);
color: #fff;
}
.btn.btn-success:focus {
box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2);
}
.btn.btn-success:focus, .btn.btn-success:hover {
background: rgb(47.8017241379, 173.9982758621, 64.0543103448);
border-color: rgb(44.5043103448, 161.9956896552, 59.6357758621);
color: #fff;
}
.btn.btn-success:active, .btn.btn-success.active {
background: rgb(42.3060344828, 153.9939655172, 56.6900862069);
border-color: rgb(39.0086206897, 141.9913793103, 52.2715517241);
color: #fff;
}
.btn.btn-success.loading::after {
border-bottom-color: #fff;
border-left-color: #fff;
}
.btn.btn-error {
background: #e85600;
border-color: rgb(216.7, 80.3284482759, 0);
color: #fff;
}
.btn.btn-error:focus {
box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
}
.btn.btn-error:focus, .btn.btn-error:hover {
background: rgb(221.8, 82.2189655172, 0);
border-color: rgb(206.5, 76.5474137931, 0);
color: #fff;
}
.btn.btn-error:active, .btn.btn-error.active {
background: rgb(196.3, 72.7663793103, 0);
border-color: rgb(181, 67.0948275862, 0);
color: #fff;
}
.btn.btn-error.loading::after {
border-bottom-color: #fff;
border-left-color: #fff;
}
.btn.btn-link {
background: transparent;
border-color: transparent;
color: #5755d9;
}
.btn.btn-link:focus, .btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link.active {
color: rgb(48.2692307692, 45.8557692308, 205.1442307692);
}
.btn.btn-sm {
font-size: 0.7rem;
height: 1.4rem;
padding: 0.05rem 0.3rem;
}
.btn.btn-lg {
font-size: 0.9rem;
height: 2rem;
padding: 0.35rem 0.6rem;
}
.btn.btn-block {
display: block;
width: 100%;
}
.btn.btn-action {
width: 1.8rem;
padding-left: 0;
padding-right: 0;
}
.btn.btn-action.btn-sm {
width: 1.4rem;
}
.btn.btn-action.btn-lg {
width: 2rem;
}
.btn.btn-clear {
background: transparent;
border: 0;
color: currentColor;
height: 0.8rem;
line-height: 0.8rem;
margin-left: 0.2rem;
margin-right: -2px;
opacity: 1;
padding: 0;
text-decoration: none;
width: 0.8rem;
}
.btn.btn-clear:hover {
opacity: 0.95;
}
.btn.btn-clear::before {
content: "✕";
}
.btn-group {
display: inline-flex;
flex-wrap: wrap;
}
.btn-group .btn {
flex: 1 0一个uto;
}
.btn-group .btn:first-child:not(:last-child) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group .btn:not(:first-child):not(:last-child) {
border-radius: 0;
margin-left: -0.05rem;
}
.btn-group .btn:last-child:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
margin-left: -0.05rem;
}
.btn-group .btn:focus, .btn-group .btn:hover, .btn-group .btn:active, .btn-group .btn.active {
z-index: 1;
}
.btn-group.btn-group-block {
display: flex;
}
.btn-group.btn-group-block .btn {
flex: 1 0 0;
}
.form-group:not(:last-child) {
margin-bottom: 0.4rem;
}
fieldset {
margin-bottom: 0.8rem;
}
legend {
font-size: 0.9rem;
font-weight: 500;
margin-bottom: 0.8rem;
}
.form-label {
display: block;
line-height: 1.2rem;
padding: 0.3rem 0;
}
.form-label.label-sm {
font-size: 0.7rem;
padding: 0.1rem 0;
}
.form-label.label-lg {
font-size: 0.9rem;
padding: 0.4rem 0;
}
.form-input {
transition:一个ll 0.2s ease;
一个ppearance: none;
background: #fff;
background-image: none;
border: 0.05rem solid rgb(201.6111111111, 206.2037037037, 215.3888888889);
border-radius: 0.1rem;
color: rgb(79.8611111111, 89.1203703704, 107.6388888889);
display: block;
font-size: 0.8rem;
height: 1.8rem;
line-height: 1.2rem;
max-width: 100%;
outline: none;
padding: 0.25rem 0.4rem;
position: relative;
width: 100%;
}
.form-input:focus {
box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2);
border-color: #5755d9;
}
.form-input::placeholder {
color: rgb(172.3333333333, 179.4444444444, 193.6666666667);
}
.form-input.input-sm {
font-size: 0.7rem;
height: 1.4rem;
padding: 0.05rem 0.3rem;
}
.form-input.input-lg {
font-size: 0.9rem;
height: 2rem;
padding: 0.35rem 0.6rem;
}
.form-input.input-inline {
display: inline-block;
vertical-align: middle;
width:一个uto;
}
.form-input[type=file] {
height:一个uto;
}
textarea.form-input {
height:一个uto;
}
.form-input-hint {
color: rgb(172.3333333333, 179.4444444444, 193.6666666667);
font-size: 0.7rem;
margin-top: 0.2rem;
}
.has-success .form-input-hint, .is-success + .form-input-hint {
color: #32b643;
}
.has-error .form-input-hint, .is-error + .form-input-hint {
color: #e85600;
}
.form-select {
一个ppearance: none;
border: 0.05rem solid rgb(201.6111111111, 206.2037037037, 215.3888888889);
border-radius: 0.1rem;
color: inherit;
font-size: 0.8rem;
height: 1.8rem;
line-height: 1.2rem;
outline: none;
padding: 0.25rem 0.4rem;
vertical-align: middle;
width: 100%;
}
.form-select[size], .form-select[multiple] {
height:一个uto;
}
.form-select[size] option, .form-select[multiple] option {
padding: 0.1rem 0.2rem;
}
.form-select:not([multiple]):not([size]) {
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.35rem center/0.4rem 0.5rem;
padding-right: 1.2rem;
}
.form-select:focus {
box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2);
border-color: #5755d9;
}
.form-select::-ms-expand {
display: none;
}
.form-select.select-sm {
font-size: 0.7rem;
height: 1.4rem;
padding: 0.05rem 1.1rem 0.05rem 0.3rem;
}
.form-select.select-lg {
font-size: 0.9rem;
height: 2rem;
padding: 0.35rem 1.4rem 0.35rem 0.6rem;
}
.has-icon-left,
.has-icon-right {
position: relative;
}
.has-icon-left .form-icon,
.has-icon-right .form-icon {
height: 0.8rem;
margin: 0 0.25rem;
position:一个bsolute;
top: 50%;
transform: translateY(-50%);
width: 0.8rem;
z-index: 2;
}
.has-icon-left .form-icon {
left: 0.05rem;
}
.has-icon-left .form-input {
padding-left: 1.3rem;
}
.has-icon-right .form-icon {
right: 0.05rem;
}
.has-icon-right .form-input {
padding-right: 1.3rem;
}
.form-checkbox,
.form-radio,
.form-switch {
display: block;
line-height: 1.2rem;
margin: 0.2rem 0;
min-height: 1.2rem;
padding: 0.1rem 0.4rem 0.1rem 1.2rem;
position: relative;
}
.form-checkbox input,
.form-radio input,
.form-switch input {
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
position:一个bsolute;
width: 1px;
}
.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon,
.form-switch input:focus + .form-icon {
box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2);
border-color: #5755d9;
}
.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon,
.form-switch input:checked + .form-icon {
background: #5755d9;
border-color: #5755d9;
}
.form-checkbox .form-icon,
.form-radio .form-icon,
.form-switch .form-icon {
transition:一个ll 0.2s ease;
border: 0.05rem solid rgb(201.6111111111, 206.2037037037, 215.3888888889);
cursor: pointer;
display: inline-block;
position:一个bsolute;
}
.form-checkbox.input-sm,
.form-radio.input-sm,
.form-switch.input-sm {
font-size: 0.7rem;
margin: 0;
}
.form-checkbox.input-lg,
.form-radio.input-lg,
.form-switch.input-lg {
font-size: 0.9rem;
margin: 0.3rem 0;
}
.form-checkbox .form-icon,
.form-radio .form-icon {
background: #fff;
height: 0.8rem;
left: 0;
top: 0.3rem;
width: 0.8rem;
}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
background: rgb(239.6722222222, 240.9907407407, 243.6277777778);
}
.form-checkbox .form-icon {
border-radius: 0.1rem;
}
.form-checkbox input:checked + .form-icon::before {
background-clip: padding-box;
border: 0.1rem solid #fff;
border-left-width: 0;
border-top-width: 0;
content: "";
height: 12px;
left: 50%;
margin-left: -4px;
margin-top: -8px;
position:一个bsolute;
top: 50%;
transform: rotate(45deg);
width: 8px;
}
.form-checkbox input:indeterminate + .form-icon {
background: #5755d9;
border-color: #5755d9;
}
.form-checkbox input:indeterminate + .form-icon::before {
background: #fff;
content: "";
height: 2px;
left: 50%;
margin-left: -5px;
margin-top: -1px;
position:一个bsolute;
top: 50%;
width: 10px;
}
.form-radio .form-icon {
border-radius: 50%;
}
.form-radio input:checked + .form-icon::before {
background: #fff;
border-radius: 50%;
content: "";
height: 4px;
left: 50%;
position:一个bsolute;
top: 50%;
transform: translate(-50%, -50%);
width: 4px;
}
.form-switch {
padding-left: 2rem;
}
.form-switch .form-icon {
background: rgb(230.8888888889, 232.962962963, 237.1111111111);
background-clip: padding-box;
border-radius: 0.45rem;
height: 0.9rem;
left: 0;
top: 0.25rem;
width: 1.6rem;
}
.form-switch .form-icon::before {
transition:一个ll 0.2s ease;
background: #fff;
border-radius: 50%;
content: "";
display: block;
height: 0.8rem;
left: 0;
position:一个bsolute;
top: 0;
width: 0.8rem;
}
.form-switch input:checked + .form-icon::before {
left: 14px;
}
.form-switch input:active + .form-icon::before {
background: rgb(248.4555555556, 249.0185185185, 250.1444444444);
}
.input-group {
display: flex;
}
.input-group .input-group-addon {
background: rgb(248.4555555556, 249.0185185185, 250.1444444444);
border: 0.05rem solid rgb(201.6111111111, 206.2037037037, 215.3888888889);
border-radius: 0.1rem;
line-height: 1.2rem;
padding: 0.25rem 0.4rem;
white-space: nowrap;
}
.input-group .input-group-addon.addon-sm {
font-size: 0.7rem;
padding: 0.05rem 0.3rem;
}
.input-group .input-group-addon.addon-lg {
font-size: 0.9rem;
padding: 0.35rem 0.6rem;
}
.input-group .form-input,
.input-group .form-select {
flex: 1 1一个uto;
width: 1%;
}
.input-group .input-group-btn {
z-index: 1;
}
.input-group .form-input:first-child:not(:last-child),
.input-group .form-select:first-child:not(:last-child),
.input-group .input-group-addon:first-child:not(:last-child),
.input-group .input-group-btn:first-child:not(:last-child) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group .form-input:not(:first-child):not(:last-child),
.input-group .form-select:not(:first-child):not(:last-child),
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child) {
border-radius: 0;
margin-left: -0.05rem;
}
.input-group .form-input:last-child:not(:first-child),
.input-group .form-select:last-child:not(:first-child),
.input-group .input-group-addon:last-child:not(:first-child),
.input-group .input-group-btn:last-child:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
margin-left: -0.05rem;
}
.input-group .form-input:focus,
.input-group .form-select:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
z-index: 2;
}
.input-group .form-select {
width:一个uto;
}
.input-group.input-inline {
display: inline-flex;
}
.has-success .form-input, .form-input.is-success,
.has-success .form-select,
.form-select.is-success {
border-color: #32b643;
}
.has-success .form-input:focus, .form-input.is-success:focus,
.has-success .form-select:focus,
.form-select.is-success:focus {
box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2);
}
.has-error .form-input, .form-input.is-error,
.has-error .form-select,
.form-select.is-error {
border-color: #e85600;
}
.has-error .form-input:focus, .form-input.is-error:focus,
.has-error .form-select:focus,
.form-select.is-error:focus {
box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
}
.has-error .form-checkbox .form-icon, .form-checkbox.is-error .form-icon,
.has-error .form-radio .form-icon,
.form-radio.is-error .form-icon,
.has-error .form-switch .form-icon,
.form-switch.is-error .form-icon {
border-color: #e85600;
}
.has-error .form-checkbox input:checked + .form-icon, .form-checkbox.is-error input:checked + .form-icon,
.has-error .form-radio input:checked + .form-icon,
.form-radio.is-error input:checked + .form-icon,
.has-error .form-switch input:checked + .form-icon,
.form-switch.is-error input:checked + .form-icon {
background: #e85600;
border-color: #e85600;
}
.has-error .form-checkbox input:focus + .form-icon, .form-checkbox.is-error input:focus + .form-icon,
.has-error .form-radio input:focus + .form-icon,
.form-radio.is-error input:focus + .form-icon,
.has-error .form-switch input:focus + .form-icon,
.form-switch.is-error input:focus + .form-icon {
box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
border-color: #e85600;
}
.has-error .form-checkbox input:indeterminate + .form-icon, .form-checkbox.is-error input:indeterminate + .form-icon {
background: #e85600;
border-color: #e85600;
}
.form-input:not(:placeholder-shown):invalid {
border-color: #e85600;
}
.form-input:not(:placeholder-shown):invalid:focus {
box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
}
.form-input:not(:placeholder-shown):invalid + .form-input-hint {
color: #e85600;
}
.form-input:disabled, .form-input.disabled,
.form-select:disabled,
.form-select.disabled {
background-color: rgb(239.6722222222, 240.9907407407, 243.6277777778);
cursor: not-allowed;
opacity: 0.5;
}
.form-input[readonly] {
background-color: rgb(248.4555555556, 249.0185185185, 250.1444444444);
}
input:disabled + .form-icon, input.disabled + .form-icon {
background: rgb(239.6722222222, 240.9907407407, 243.6277777778);
cursor: not-allowed;
opacity: 0.5;
}
.form-switch input:disabled + .form-icon::before, .form-switch input.disabled + .form-icon::before {
background: #fff;
}
.form-horizontal {
padding: 0.4rem 0;
}
.form-horizontal .form-group {
display: flex;
flex-wrap: wrap;
}
.form-inline {
display: inline-block;
}
.label {
border-radius: 0.1rem;
line-height: 1.2;
padding: 0.1rem 0.2rem;
background: rgb(239.6722222222, 240.9907407407, 243.6277777778);
color: rgb(90.7222222222, 101.2407407407, 122.2777777778);
display: inline-block;
}
.label.label-rounded {
border-radius: 5rem;
padding-left: 0.4rem;
padding-right: 0.4rem;
}
.label.label-primary {
background: #5755d9;
color: #fff;
}
.label.label-secondary {
background: rgb(241.4711538462, 241.3100961538, 251.9399038462);
color: #5755d9;
}
.label.label-success {
background: #32b643;
color: #fff;
}
.label.label-warning {
background: #ffb700;
color: #fff;
}
.label.label-error {
background: #e85600;
color: #fff;
}
code {
border-radius: 0.1rem;
line-height: 1.2;
padding: 0.1rem 0.2rem;
background: rgb(252.2103004292, 241.5396995708, 242.2371244635);
color: #d73e48;
font-size: 85%;
}
.code {
border-radius: 0.1rem;
color: rgb(79.8611111111, 89.1203703704, 107.6388888889);
position: relative;
}
.code::before {
color: rgb(172.3333333333, 179.4444444444, 193.6666666667);
content:一个ttr(data-lang);
font-size: 0.7rem;
position:一个bsolute;
right: 0.4rem;
top: 0.1rem;
}
.code code {
background: rgb(248.4555555556, 249.0185185185, 250.1444444444);
color: inherit;
display: block;
line-height: 1.5;
overflow-x:一个uto;
padding: 1rem;
width: 100%;
}
.img-responsive {
display: block;
height:一个uto;
max-width: 100%;
}
.img-fit-cover {
object-fit: cover;
}
.img-fit-contain {
object-fit: contain;
}
.video-responsive {
display: block;
overflow: hidden;
padding: 0;
position: relative;
width: 100%;
}
.video-responsive::before {
content: "";
display: block;
padding-bottom: 56.25%;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
border: 0;
bottom: 0;
height: 100%;
left: 0;
position:一个bsolute;
right: 0;
top: 0;
width: 100%;
}
video.video-responsive {
height:一个uto;
max-width: 100%;
}
video.video-responsive::before {
content: none;
}
.video-responsive-4-3::before {
padding-bottom: 75%;
}
.video-responsive-1-1::before {
padding-bottom: 100%;
}
.figure {
margin: 0 0 0.4rem 0;
}
.figure .figure-caption {
color: rgb(101.5833333333, 113.3611111111, 136.9166666667);
margin-top: 0.4rem;
}
.container {
margin-left:一个uto;
margin-right:一个uto;
padding-left: 0.4rem;
padding-right: 0.4rem;
width: 100%;
}
.container.grid-xl {
max-width: 1296px;
}
.container.grid-lg {
max-width: 976px;
}
.container.grid-md {
max-width: 856px;
}
.container.grid-sm {
max-width: 616px;
}
.container.grid-xs {
max-width: 496px;
}
.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
display: none !important;
}
.columns {
display: flex;
flex-wrap: wrap;
margin-left: -0.4rem;
margin-right: -0.4rem;
}
.columns.col-gapless {
margin-left: 0;
margin-right: 0;
}
.columns.col-gapless > .column {
padding-left: 0;
padding-right: 0;
}
.columns.col-oneline {
flex-wrap: nowrap;
overflow-x:一个uto;
}
.column {
flex: 1;
max-width: 100%;
padding-left: 0.4rem;
padding-right: 0.4rem;
}
.column.col-12, .column.col-11, .column.col-10, .column.col-9, .column.col-8, .column.col-7, .column.col-6, .column.col-5, .column.col-4, .column.col-3, .column.col-2, .column.col-1 {
flex: none;
}
.col-12 {
width: 100%;
}
.col-11 {
width: 91.66666667%;
}
.col-10 {
width: 83.33333333%;
}
.col-9 {
width: 75%;
}
.col-8 {
width: 66.66666667%;
}
.col-7 {
width: 58.33333333%;
}
.col-6 {
width: 50%;
}
.col-5 {
width: 41.66666667%;
}
.col-4 {
width: 33.33333333%;
}
.col-3 {
width: 25%;
}
.col-2 {
width: 16.66666667%;
}
.col-1 {
width: 8.33333333%;
}
.col-auto {
flex: 0 0一个uto;
max-width: none;
width:一个uto;
}
.col-mx-auto {
margin-left:一个uto;
margin-right:一个uto;
}
.col-ml-auto {
margin-left:一个uto;
}
.col-mr-auto {
margin-right:一个uto;
}
@media (max-width: 1280px) {
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1 {
flex: none;
}
.col-xl-12 {
width: 100%;
}
.col-xl-11 {
width: 91.66666667%;
}
.col-xl-10 {
width: 83.33333333%;
}
.col-xl-9 {
width: 75%;
}
.col-xl-8 {
width: 66.66666667%;
}
.col-xl-7 {
width: 58.33333333%;
}
.col-xl-6 {
width: 50%;
}
.col-xl-5 {
width: 41.66666667%;
}
.col-xl-4 {
width: 33.33333333%;
}
.col-xl-3 {
width: 25%;
}
.col-xl-2 {
width: 16.66666667%;
}
.col-xl-1 {
width: 8.33333333%;
}
.hide-xl {
display: none !important;
}
.show-xl {
display: block !important;
}
}
@media (max-width: 960px) {
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1 {
flex: none;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.hide-lg {
display: none !important;
}
.show-lg {
display: block !important;
}
}
@media (max-width: 840px) {
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1 {
flex: none;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.hide-md {
display: none !important;
}
.show-md {
display: block !important;
}
}
@media (max-width: 600px) {
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1 {
flex: none;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.hide-sm {
display: none !important;
}
.show-sm {
display: block !important;
}
}
@media (max-width: 480px) {
.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1 {
flex: none;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.hide-xs {
display: none !important;
}
.show-xs {
display: block !important;
}
}
.navbar {
一个lign-items: stretch;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.navbar .navbar-section {
一个lign-items: center;
display: flex;
flex: 1 0 0;
}
.navbar .navbar-section:not(:first-child):last-child {
justify-content: flex-end;
}
.navbar .navbar-center {
一个lign-items: center;
display: flex;
flex: 0 0一个uto;
}
.navbar .navbar-brand {
font-size: 0.9rem;
font-weight: 500;
text-decoration: none;
}
.accordion input:checked ~ .accordion-header .icon, .accordion[open] .accordion-header .icon {
transform: rotate(90deg);
}
.accordion input:checked ~ .accordion-body, .accordion[open] .accordion-body {
max-height: 50rem;
}
.accordion .accordion-header {
display: block;
padding: 0.2rem 0.4rem;
}
.accordion .accordion-header .icon {
transition:一个ll 0.2s ease;
}
.accordion .accordion-body {
margin-bottom: 0.4rem;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease;
}
summary.accordion-header::-webkit-details-marker {
display: none;
}
.badge {
position: relative;
white-space: nowrap;
}
.badge[data-badge]::after, .badge:not([data-badge])::after {
background: #5755d9;
background-clip: padding-box;
border-radius: 0.5rem;
box-shadow: 0 0 0 0.1rem #fff;
color: #fff;
content:一个ttr(data-badge);
display: inline-block;
transform: translate(-0.05rem, -0.5rem);
}
.badge[data-badge]::after {
font-size: 0.7rem;
height: 0.9rem;
line-height: 1;
min-width: 0.9rem;
padding: 0.1rem 0.2rem;
text-align: center;
white-space: nowrap;
}
.badge:not([data-badge])::after, .badge[data-badge=""]::after {
height: 6px;
min-width: 6px;
padding: 0;
width: 6px;
}
.badge.btn::after {
position:一个bsolute;
top: 0;
right: 0;
transform: translate(50%, -50%);
}
.badge.avatar::after {
position:一个bsolute;
top: 14.64%;
right: 14.64%;
transform: translate(50%, -50%);
z-index: 100;
}
.breadcrumb {
list-style: none;
margin: 0.2rem 0;
padding: 0.2rem 0;
}
.breadcrumb .breadcrumb-item {
color: rgb(101.5833333333, 113.3611111111, 136.9166666667);
display: inline-block;
margin: 0;
padding: 0.2rem 0;
}
.breadcrumb .breadcrumb-item:not(:last-child) {
margin-right: 0.2rem;
}
.breadcrumb .breadcrumb-item:not(:last-child)一个 {
color: rgb(101.5833333333, 113.3611111111, 136.9166666667);
}
.breadcrumb .breadcrumb-item:not(:first-child)::before {
color: rgb(230.8888888889, 232.962962963, 237.1111111111);
content: "/";
padding-right: 0.4rem;
}
.bar {
background: rgb(239.6722222222, 240.9907407407, 243.6277777778);
border-radius: 0.1rem;
display: flex;
flex-wrap: nowrap;
height: 0.8rem;
width: 100%;
}
.bar.bar-sm {
height: 0.2rem;
}
.bar .bar-item {
background: #5755d9;
color: #fff;
display: block;
font-size: 0.7rem;
flex-shrink: 0;
line-height: 0.8rem;
height: 100%;
position: relative;
text-align: center;
width: 0;
}
.bar .bar-item:first-child {
border-bottom-left-radius: 0.1rem;
border-top-left-radius: 0.1rem;
}
.bar .bar-item:last-child {
border-bottom-right-radius: 0.1rem;
border-top-right-radius: 0.1rem;
flex-shrink: 1;
}
.bar-slider {
height: 0.1rem;
margin: 0.4rem 0;
position: relative;
}
.bar-slider .bar-item {
left: 0;
padding: 0;
position:一个bsolute;
}
.bar-slider .bar-item:not(:last-child):first-child {
background: rgb(239.6722222222, 240.9907407407, 243.6277777778);
z-index: 1;
}
.bar-slider .bar-slider-btn {
background: #5755d9;
border: 0;
border-radius: 50%;
height: 0.6rem;
padding: 0;
position:一个bsolute;
right: 0;
top: 50%;
transform: translate(50%, -50%);
width: 0.6rem;
}
.bar-slider .bar-slider-btn:active {
box-shadow: 0 0 0 0.1rem #5755d9;
}
.card {
background: #fff;
border: 0.05rem solid rgb(230.8888888889, 232.962962963, 237.1111111111);
border-radius: 0.1rem;
display: flex;
flex-direction: column;
}
.card .card-header,
.card .card-body,
.card .card-footer {
padding: 0.8rem;
padding-bottom: 0;
}
.card .card-header:last-child,
.card .card-body:last-child,
.card .card-footer:last-child {
padding-bottom: 0.8rem;
}
.card .card-body {
flex: 1 1一个uto;
}
.card .card-image {
padding-top: 0.8rem;
}
.card .card-image:first-child {
padding-top: 0;
}
.card .card-image:first-child img {
border-top-left-radius: 0.1rem;
border-top-right-radius: 0.1rem;
}
.card .card-image:last-child img {
border-bottom-left-radius: 0.1rem;
border-bottom-right-radius: 0.1rem;
}
.chip {
一个lign-items: center;
background: rgb(239.6722222222, 240.9907407407, 243.6277777778);
border-radius: 5rem;
color: rgb(101.5833333333, 113.3611111111, 136.9166666667);
display: inline-flex;
font-size: 90%;
height: 1.2rem;
line-height: 0.8rem;
margin: 0.1rem;
max-width: 100%;
padding: 0.2rem 0.4rem;
text-decoration: none;
vertical-align: middle;
}
.chip.active {
background: #5755d9;
color: #fff;
}
.chip .avatar {
margin-left: -0.4rem;
margin-right: 0.2rem;
}
.chip .btn-clear {
transform: scale(0.75);
}
.dropdown {
display: inline-block;
position: relative;
}
.dropdown .menu {
一个nimation: slide-down 0.15s ease 1;
display: none;
left: 0;
max-height: 50vh;
overflow-y:一个uto;
position:一个bsolute;
top: 100%;
}
.dropdown.dropdown-right .menu {
left:一个uto;
right: 0;
}
.dropdown.active .menu,
.dropdown .dropdown-toggle:focus + .menu,
.dropdown .menu:hover {
display: block;
}
.dropdown .btn-group .dropdown-toggle:nth-last-child(2) {
border-bottom-right-radius: 0.1rem;
border-top-right-radius: 0.1rem;
}
.empty {
background: rgb(248.4555555556, 249.0185185185, 250.1444444444);
border-radius: 0.1rem;
color: rgb(101.5833333333, 113.3611111111, 136.9166666667);
text-align: center;
padding: 3.2rem 1.6rem;
}
.empty .empty-icon {
margin-bottom: 0.8rem;
}
.empty .empty-title,
.empty .empty-subtitle {
margin: 0.4rem一个uto;
}
.empty .empty-action {
margin-top: 0.8rem;
}
.modal {
一个lign-items: center;
bottom: 0;
display: none;
justify-content: center;
left: 0;
opacity: 0;
overflow: hidden;
padding: 0.4rem;
position: fixed;
right: 0;
top: 0;
}
.modal:target, .modal.active {
display: flex;
opacity: 1;
z-index: 400;
}
.modal:target .modal-overlay, .modal.active .modal-overlay {
background: rgba(248.4555555556, 249.0185185185, 250.1444444444, 0.75);
bottom: 0;
cursor: default;
display: block;
left: 0;
position:一个bsolute;
right: 0;
top: 0;
}
.modal:target .modal-container, .modal.active .modal-container {
一个nimation: slide-down 0.2s ease 1;
z-index: 1;
}
.modal.modal-sm .modal-container {
max-width: 320px;
padding: 0 0.4rem;
}
.modal.modal-lg .modal-overlay {
background: #fff;
}
.modal.modal-lg .modal-container {
box-shadow: none;
max-width: 960px;
}
.modal-container {
box-shadow: 0 0.2rem 0.5rem rgba(69, 77, 93, 0.3);
background: #fff;
border-radius: 0.1rem;
display: flex;
flex-direction: column;
max-height: 75vh;
max-width: 640px;
padding: 0 0.8rem;
width: 100%;
}
.modal-container.modal-fullheight {
max-height: 100vh;
}
.modal-container .modal-header {
color: #454d5d;
padding: 0.8rem;
}
.modal-container .modal-body {
overflow-y:一个uto;
padding: 0.8rem;
position: relative;
}
.modal-container .modal-footer {
padding: 0.8rem;
text-align: right;
}
.nav {
display: flex;
flex-direction: column;
list-style: none;
margin: 0.2rem 0;
}
.nav .nav-item一个 {
color: rgb(101.5833333333, 113.3611111111, 136.9166666667);
padding: 0.2rem 0.4rem;
text-decoration: none;
}
.nav .nav-item一个:focus, .nav .nav-item一个:hover {
color: #5755d9;
}
.nav .nav-item.active >一个 {
color: rgb(79.8611111111, 89.1203703704, 107.6388888889);
font-weight: bold;
}
.nav .nav-item.active >一个:focus, .nav .nav-item.active >一个:hover {
color: #5755d9;
}
.nav .nav {
margin-bottom: 0.4rem;
margin-left: 0.8rem;
}
.pagination {
display: flex;
list-style: none;
margin: 0.2rem 0;
padding: 0.2rem 0;
}
.pagination .page-item {
margin: 0.2rem 0.05rem;
}
.pagination .page-item span {
display: inline-block;
padding: 0.2rem 0.2rem;
}
.pagination .page-item一个 {
border-radius: 0.1rem;
color: rgb(101.5833333333, 113.3611111111, 136.9166666667);
display: inline-block;
padding: 0.2rem 0.4rem;
text-decoration: none;
}
.pagination .page-item一个:focus, .pagination .page-item一个:hover {
color: #5755d9;
}
.pagination .page-item.disabled一个 {
cursor: default;
opacity: 0.5;
pointer-events: none;
}
.pagination .page-item.active一个 {
background: #5755d9;
color: #fff;
}
.pagination .page-item.page-prev, .pagination .page-item.page-next {
flex: 1 0 50%;
}
.pagination .page-item.page-next {
text-align: right;
}
.pagination .page-item .page-item-title {
margin: 0;
}
.pagination .page-item .page-item-subtitle {
margin: 0;
opacity: 0.5;
}
.panel {
border: 0.05rem solid rgb(230.8888888889, 232.962962963, 237.1111111111);
border-radius: 0.1rem;
display: flex;
flex-direction: column;
}
.panel .panel-header,
.panel .panel-footer {
flex: 0 0一个uto;
padding: 0.8rem;
}
.panel .panel-nav {
flex: 0 0一个uto;
}
.panel .panel-body {
flex: 1 1一个uto;
overflow-y:一个uto;
padding: 0 0.8rem;
}
.popover {
display: inline-block;
position: relative;
}
.popover .popover-container {
left: 50%;
opacity: 0;
padding: 0.4rem;
position:一个bsolute;
top: 0;
transform: translate(-50%, -50%) scale(0);
transition: transform 0.2s ease;
width: 320px;
z-index: 300;
}
.popover *:focus + .popover-container, .popover:hover .popover-container {
display: block;
opacity: 1;
transform: translate(-50%, -100%);
}
.popover.popover-right .popover-container {
left: 100%;
top: 50%;
}
.popover.popover-right *:focus + .popover-container, .popover.popover-right:hover .popover-container {
transform: translate(0, -50%);
}
.popover.popover-bottom .popover-container {
left: 50%;
top: 100%;
}
.popover.popover-bottom *:focus + .popover-container, .popover.popover-bottom:hover .popover-container {
transform: translate(-50%, 0);
}
.popover.popover-left .popover-container {
left: 0;
top: 50%;
}
.popover.popover-left *:focus + .popover-container, .popover.popover-left:hover .popover-container {
transform: translate(-100%, -50%);
}
.popover .card {
box-shadow: 0 0.2rem 0.5rem rgba(69, 77, 93, 0.3);
border: 0;
}
.step {
display: flex;
flex-wrap: nowrap;
list-style: none;
margin: 0.2rem 0;
width: 100%;
}
.step .step-item {
flex: 1 1 0;
margin-top: 0;
min-height: 1rem;
text-align: center;
position: relative;
}
.step .step-item:not(:first-child)::before {
background: #5755d9;
content: "";
height: 2px;
left: -50%;
position:一个bsolute;
top: 9px;
width: 100%;
}
.step .step-item一个 {
color: rgb(172.3333333333, 179.4444444444, 193.6666666667);
display: inline-block;
padding: 20px 10px 0;
text-decoration: none;
}
.step .step-item一个::before {
background: #5755d9;
border: 0.1rem solid #fff;
border-radius: 50%;
content: "";
display: block;
height: 0.6rem;
left: 50%;
position:一个bsolute;
top: 0.2rem;
transform: translateX(-50%);
width: 0.6rem;
z-index: 1;
}
.step .step-item.active一个::before {
background: #fff;
border: 0.1rem solid #5755d9;
}
.step .step-item.active ~ .step-item::before {
background: rgb(230.8888888889, 232.962962963, 237.1111111111);
}
.step .step-item.active ~ .step-item一个::before {
background: rgb(230.8888888889, 232.962962963, 237.1111111111);
}
.tab {
一个lign-items: center;
border-bottom: 0.05rem solid rgb(230.8888888889, 232.962962963, 237.1111111111);
display: flex;
flex-wrap: wrap;
list-style: none;
margin: 0.2rem 0 0.15rem 0;
}
.tab .tab-item {
margin-top: 0;
}
.tab .tab-item一个 {
border-bottom: 0.1rem solid transparent;
color: inherit;
display: block;
margin: 0 0.4rem 0 0;
padding: 0.4rem 0.2rem 0.3rem 0.2rem;
text-decoration: none;
}
.tab .tab-item一个:focus, .tab .tab-item一个:hover {
color: #5755d9;
}
.tab .tab-item.active一个,
.tab .tab-item一个.active {
border-bottom-color: #5755d9;
color: #5755d9;
}
.tab .tab-item.tab-action {
flex: 1 0一个uto;
text-align: right;
}
.tab .tab-item .btn-clear {
margin-top: -0.2rem;
}
.tab.tab-block .tab-item {
flex: 1 0 0;
text-align: center;
}
.tab.tab-block .tab-item一个 {
margin: 0;
}
.tab.tab-block .tab-item .badge[data-badge]::after {
position:一个bsolute;
right: 0.1rem;
top: 0.1rem;
transform: translate(0, 0);
}
.tab:not(.tab-block) .badge {
padding-right: 0;
}
.tile {
一个lign-content: space-between;
一个lign-items: flex-start;
display: flex;
}
.tile .tile-icon,
.tile .tile-action {
flex: 0 0一个uto;
}
.tile .tile-content {
flex: 1 1一个uto;
}
.tile .tile-content:not(:first-child) {
padding-left: 0.4rem;
}
.tile .tile-content:not(:last-child) {
padding-right: 0.4rem;
}
.tile .tile-title,
.tile .tile-subtitle {
line-height: 1.2rem;
}
.tile.tile-centered {
一个lign-items: center;
}
.tile.tile-centered .tile-content {
overflow: hidden;
}
.tile.tile-centered .tile-title,
.tile.tile-centered .tile-subtitle {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 0;
}
.toast {
background: rgba(69, 77, 93, 0.9);
border-color: #454d5d;
border: 0.05rem solid #454d5d;
border-radius: 0.1rem;
color: #fff;
display: block;
padding: 0.4rem;
width: 100%;
}
.toast.toast-primary {
background: rgba(87, 85, 217, 0.9);
border-color: #5755d9;
}
.toast.toast-success {
background: rgba(50, 182, 67, 0.9);
border-color: #32b643;
}
.toast.toast-warning {
background: rgba(255, 183, 0, 0.9);
border-color: #ffb700;
}
.toast.toast-error {
background: rgba(232, 86, 0, 0.9);
border-color: #e85600;
}
.toast一个 {
color: #fff;
text-decoration: underline;
}
.toast一个:focus, .toast一个:hover, .toast一个:active, .toast一个.active {
opacity: 0.75;
}
.toast .btn-clear {
margin: 4px -2px 4px 4px;
}
.tooltip {
position: relative;
}
.tooltip::after {
background: rgba(69, 77, 93, 0.9);
border-radius: 0.1rem;
bottom: 100%;
color: #fff;
content:一个ttr(data-tooltip);
display: block;
font-size: 0.7rem;
left: 50%;
max-width: 320px;
opacity: 0;
overflow: hidden;
padding: 0.2rem 0.4rem;
pointer-events: none;
position:一个bsolute;
text-overflow: ellipsis;
transform: translate(-50%, 0.4rem);
transition:一个ll 0.2s ease;
white-space: pre;
z-index: 300;
}
.tooltip:focus::after, .tooltip:hover::after {
opacity: 1;
transform: translate(-50%, -0.2rem);
}
.tooltip[disabled], .tooltip.disabled {
pointer-events:一个uto;
}
.tooltip.tooltip-right::after {
bottom: 50%;
left: 100%;
transform: translate(-0.2rem, 50%);
}
.tooltip.tooltip-right:focus::after, .tooltip.tooltip-right:hover::after {
transform: translate(0.2rem, 50%);
}
.tooltip.tooltip-bottom::after {
bottom:一个uto;
top: 100%;
transform: translate(-50%, -0.4rem);
}
.tooltip.tooltip-bottom:focus::after, .tooltip.tooltip-bottom:hover::after {
transform: translate(-50%, 0.2rem);
}
.tooltip.tooltip-left::after {
bottom: 50%;
left:一个uto;
right: 100%;
transform: translate(0.4rem, 50%);
}
.tooltip.tooltip-left:focus::after, .tooltip.tooltip-left:hover::after {
transform: translate(-0.2rem, 50%);
}
@keyframes loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes slide-down {
0% {
opacity: 0;
transform: translateY(-1.6rem);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.text-primary {
color: #5755d9;
}
a.text-primary:focus,一个.text-primary:hover {
color: rgb(66.4038461538, 64.1586538462, 212.3413461538);
}
a.text-primary:visited {
color: rgb(107.5961538462, 105.8413461538, 221.6586538462);
}
.text-secondary {
color: rgb(229.1134615385, 228.8052884615, 249.1447115385);
}
a.text-secondary:focus,一个.text-secondary:hover {
color: rgb(208.5173076923, 207.9639423077, 244.4860576923);
}
a.text-secondary:visited {
color: rgb(249.7096153846, 249.6466346154, 253.8033653846);
}
.text-gray {
color: rgb(172.3333333333, 179.4444444444, 193.6666666667);
}
a.text-gray:focus,一个.text-gray:hover {
color: rgb(157.6944444444, 166.0648148148, 182.8055555556);
}
a.text-gray:visited {
color: rgb(186.9722222222, 192.8240740741, 204.5277777778);
}
.text-light {
color: #fff;
}
a.text-light:focus,一个.text-light:hover {
color: rgb(242.25, 242.25, 242.25);
}
a.text-light:visited {
color: white;
}
.text-dark {
color: rgb(79.8611111111, 89.1203703704, 107.6388888889);
}
a.text-dark:focus,一个.text-dark:hover {
color: #454d5d;
}
a.text-dark:visited {
color: rgb(90.7222222222, 101.2407407407, 122.2777777778);
}
.text-success {
color: #32b643;
}
a.text-success:focus,一个.text-success:hover {
color: rgb(44.5043103448, 161.9956896552, 59.6357758621);
}
a.text-success:visited {
color: rgb(56.9181034483, 200.5818965517, 75.4202586207);
}
.text-warning {
color: #ffb700;
}
a.text-warning:focus,一个.text-warning:hover {
color: rgb(229.5, 164.7, 0);
}
a.text-warning:visited {
color: rgb(255, 190.2, 25.5);
}
.text-error {
color: #e85600;
}
a.text-error:focus,一个.text-error:hover {
color: rgb(206.5, 76.5474137931, 0);
}
a.text-error:visited {
color: rgb(255, 96.099137931, 2.5);
}
.bg-primary {
background: #5755d9;
color: #fff;
}
.bg-secondary {
background: rgb(241.4711538462, 241.3100961538, 251.9399038462);
}
.bg-dark {
background: #454d5d;
color: #fff;
}
.bg-gray {
background: rgb(248.4555555556, 249.0185185185, 250.1444444444);
}
.bg-success {
background: #32b643;
color: #fff;
}
.bg-warning {
background: #ffb700;
color: #fff;
}
.bg-error {
background: #e85600;
color: #fff;
}
.c-hand {
cursor: pointer;
}
.c-move {
cursor: move;
}
.c-zoom-in {
cursor: zoom-in;
}
.c-zoom-out {
cursor: zoom-out;
}
.c-not-allowed {
cursor: not-allowed;
}
.c-auto {
cursor:一个uto;
}
.d-block {
display: block;
}
.d-inline {
display: inline;
}
.d-inline-block {
display: inline-block;
}
.d-flex {
display: flex;
}
.d-inline-flex {
display: inline-flex;
}
.d-none,
.d-hide {
display: none !important;
}
.d-visible {
visibility: visible;
}
.d-invisible {
visibility: hidden;
}
.text-hide {
background: transparent;
border: 0;
color: transparent;
font-size: 0;
line-height: 0;
text-shadow: none;
}
.text-assistive {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position:一个bsolute;
width: 1px;
}
.divider,
.divider-vert {
display: block;
position: relative;
}
.divider[data-content]::after,
.divider-vert[data-content]::after {
background: #fff;
color: rgb(172.3333333333, 179.4444444444, 193.6666666667);
content:一个ttr(data-content);
display: inline-block;
font-size: 0.7rem;
padding: 0 0.4rem;
transform: translateY(-0.65rem);
}
.divider {
border-top: 0.05rem solid rgb(230.8888888889, 232.962962963, 237.1111111111);
height: 0.05rem;
margin: 0.4rem 0;
}
.divider[data-content] {
margin: 0.8rem 0;
}
.divider-vert {
display: block;
padding: 0.8rem;
}
.divider-vert::before {
border-left: 0.05rem solid rgb(230.8888888889, 232.962962963, 237.1111111111);
bottom: 0.4rem;
content: "";
display: block;
left: 50%;
position:一个bsolute;
top: 0.4rem;
transform: translateX(-50%);
}
.divider-vert[data-content]::after {
left: 50%;
padding: 0.2rem 0;
position:一个bsolute;
top: 50%;
transform: translate(-50%, -50%);
}
.loading {
color: transparent !important;
min-height: 0.8rem;
pointer-events: none;
position: relative;
}
.loading::after {
一个nimation: loading 500ms infinite linear;
border: 0.1rem solid #5755d9;
border-radius: 50%;
border-right-color: transparent;
border-top-color: transparent;
content: "";
display: block;
height: 0.8rem;
left: 50%;
margin-left: -0.4rem;
margin-top: -0.4rem;
position:一个bsolute;
top: 50%;
width: 0.8rem;
z-index: 1;
}
.loading.loading-lg {
min-height: 2rem;
}
.loading.loading-lg::after {
height: 1.6rem;
margin-left: -0.8rem;
margin-top: -0.8rem;
width: 1.6rem;
}
.clearfix::after, .container::after {
clear: both;
content: "";
display: table;
}
.float-left {
float: left !important;
}
.float-right {
float: right !important;
}
.relative {
position: relative !important;
}
.absolute {
position:一个bsolute !important;
}
.fixed {
position: fixed !important;
}
.centered {
display: block;
float: none;
margin-left:一个uto;
margin-right:一个uto;
}
.flex-centered {
一个lign-items: center;
display: flex;
justify-content: center;
}
.m-0 {
margin: 0 !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.ml-0 {
margin-left: 0 !important;
}
.mr-0 {
margin-right: 0 !important;
}
.mt-0 {
margin-top: 0 !important;
}
.mx-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
.my-0 {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.m-1 {
margin: 0.2rem !important;
}
.mb-1 {
margin-bottom: 0.2rem !important;
}
.ml-1 {
margin-left: 0.2rem !important;
}
.mr-1 {
margin-right: 0.2rem !important;
}
.mt-1 {
margin-top: 0.2rem !important;
}
.mx-1 {
margin-left: 0.2rem !important;
margin-right: 0.2rem !important;
}
.my-1 {
margin-bottom: 0.2rem !important;
margin-top: 0.2rem !important;
}
.m-2 {
margin: 0.4rem !important;
}
.mb-2 {
margin-bottom: 0.4rem !important;
}
.ml-2 {
margin-left: 0.4rem !important;
}
.mr-2 {
margin-right: 0.4rem !important;
}
.mt-2 {
margin-top: 0.4rem !important;
}
.mx-2 {
margin-left: 0.4rem !important;
margin-right: 0.4rem !important;
}
.my-2 {
margin-bottom: 0.4rem !important;
margin-top: 0.4rem !important;
}
.p-0 {
padding: 0 !important;
}
.pb-0 {
padding-bottom: 0 !important;
}
.pl-0 {
padding-left: 0 !important;
}
.pr-0 {
padding-right: 0 !important;
}
.pt-0 {
padding-top: 0 !important;
}
.px-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
.py-0 {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
.p-1 {
padding: 0.2rem !important;
}
.pb-1 {
padding-bottom: 0.2rem !important;
}
.pl-1 {
padding-left: 0.2rem !important;
}
.pr-1 {
padding-right: 0.2rem !important;
}
.pt-1 {
padding-top: 0.2rem !important;
}
.px-1 {
padding-left: 0.2rem !important;
padding-right: 0.2rem !important;
}
.py-1 {
padding-bottom: 0.2rem !important;
padding-top: 0.2rem !important;
}
.p-2 {
padding: 0.4rem !important;
}
.pb-2 {
padding-bottom: 0.4rem !important;
}
.pl-2 {
padding-left: 0.4rem !important;
}
.pr-2 {
padding-right: 0.4rem !important;
}
.pt-2 {
padding-top: 0.4rem !important;
}
.px-2 {
padding-left: 0.4rem !important;
padding-right: 0.4rem !important;
}
.py-2 {
padding-bottom: 0.4rem !important;
padding-top: 0.4rem !important;
}
.s-rounded {
border-radius: 0.1rem;
}
.s-circle {
border-radius: 50%;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-normal {
font-weight: normal;
}
.text-bold {
font-weight: bold;
}
.text-italic {
font-style: italic;
}
.text-large {
font-size: 1.2em;
}
.text-ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text-clip {
overflow: hidden;
text-overflow: clip;
white-space: nowrap;
}
.text-break {
hyphens:一个uto;
word-break: break-word;
word-wrap: break-word;
}
body {
background-color: #f7f7f7;
color: #1c1c1c;
}
img {
max-width: 100%;
height:一个uto;
}
a img {
vertical-align: top;
}
pre {
display: block;
font-family: monospace;
white-space: normal;
margin: 0.7rem 0;
}
figure {
margin: 0 0 0.7rem;
}
.aligncenter {
clear: both;
display: block;
margin-left:一个uto;
margin-right:一个uto;
}
.pull-left,
.pull-left-responsive {
float: left;
}
.pull-right,
.pull-right-responsive {
float: right;
}
a:visited {
color: #5755d9;
}
.text-small {
font-size: 0.7rem;
}
.column {
padding: 0.4rem;
}
#colophon {
background-color: #1c1c1c;
color: #fff;
font-size: 0.7rem;
padding: 0.7rem;
padding-bottom: calc(0.7rem + 100px);
}
h2, .h2 {
font-size: 1.35rem;
line-height: 1.2em;
}
h3,
.h3 {
font-size: 1.15rem;
line-height: 1.2em;
}
h4,
.h4 {
font-size: 1rem;
font-weight: bold;
line-height: 1.2em;
}
.featured-posts {
background-color: #fff;
padding: 0.7rem;
}
.content-wrap {
padding: 0.5rem;
}
.single-post-cat {
text-transform: uppercase;
font-size: 0.8rem;
font-weight: bold;
margin-bottom: 0.5rem;
}
h1.entry-title, .entry-content h1, .entry-content .h1, h1.page-title {
font-size: 1.75rem;
font-weight: bold;
line-height: 1.1em;
}
.loop-small h2.entry-title {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.entry-content h2, .entry-content .h2 {
border-bottom: 1px solid #d8d8d8;
padding-bottom: 0.7rem;
}
.entry-content h3,
.entry-content .h3 {
margin-bottom: 0.7rem;
}
.entry-content h2 + h3,
.entry-content .h2 + .h3 {
margin-top: 1rem;
}
.entry-content h4,
.entry-content .h4 {
margin-bottom: 0.7rem;
}
.entry-content p {
font-size: 0.8rem;
margin: 0 0 0.7rem;
}
.entry-content .lwptoc {
margin: 0 0 0.7rem;
}
ul,
ul ul {
list-style: square;
}
ol,
ol ol {
list-style: decimal outside;
}
.meta-box {
padding: 0.8rem;
border: 1px solid #d8d8d8;
}
.meta-box.half-pad {
padding: 0.4rem;
}
.meta-box.bg-full {
background-color: #f5f5f5;
border: none;
}
.meta-box.no-border-sides {
border-left: none;
border-right: none;
}
.meta-box ul:last-child {
margin-bottom: 0;
}
.flex-video {
position: relative;
padding-top: 25px;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 16px;
overflow: hidden;
}
.flex-video.widescreen {
margin: 0一个uto 1.4rem;
text-align: center;
padding-bottom: 56%;
}
.flex-video.vimeo {
padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed {
position:一个bsolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.m-top-full {
margin-top: 1.4rem !important;
}
.m-btm-full {
margin-bottom: 1.4rem !important;
}
.m-top-half {
margin-top: 0.7rem !important;
}
.m-btm-half {
margin-bottom: 0.7rem !important;
}
.m-top-none {
margin-top: 0px !important;
}
.m-btm-none {
margin-bottom: 0px !important;
}
.entry-meta {
一个lign-items: center;
border-top: none;
border-bottom: none;
display: flex;
gap: 0.25rem;
margin: -0.5rem 0 0.25rem;
padding: 0;
}
#breadcrumbs {
margin-bottom: 0.1rem;
padding-top: 0;
border: none;
}
h2.block-header {
padding: 0.7rem;
background-color: #1c1c1c;
margin-bottom: 0.5rem;
color: #fff;
}
.content-loop .featured-image {
margin-bottom: 0.5rem;
}
.meta-box.loop-small {
padding: 0.2rem 0.6rem;
}
.loop-small h2 {
font-size: 0.9rem;
}
.loop-small .entry-footer {
border-bottom: none;
padding-bottom: 0;
}
.more-posts-link {
border: 1px solid #d8d8d8;
padding: 2px;
text-align: center;
margin: 0.25rem 0 0.7rem;
text-transform: uppercase;
font-weight: bold;
}
.entry-footer {
border-top: 1px solid #d8d8d8;
border-bottom: 1px solid #d8d8d8;
margin-bottom: 0;
}
.summary,
.archive-description {
font-size: 0.8rem;
margin-bottom: 0.7rem;
}
.summary p:last-child,
.archive-description p:last-child {
margin-bottom: 0;
}
.summary h2 {
font-size: 1rem;
font-weight: 400;
text-transform: none;
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
}
blockquote,
.wp-block-quote {
background-color: #f5f5f5;
border-left: 5px solid #5755d9;
padding: 0.7rem;
margin-right: 0;
word-break: break-word;
}
blockquote ul:last-child,
ul.wp-block-quote:last-child {
margin-bottom: 0;
}
.alignright {
float: right;
margin-left: 0.5rem;
}
.alignleft {
float: left;
margin-right: 0.5rem;
}
.side-box {
color: #fff;
background-color: #333;
padding: 0;
border: none;
}
.side-box-head {
background-color: #1c1c1c;
padding: 0.7rem;
}
.side-box-head h3 {
margin-bottom: 0;
}
.side-box ul {
padding: 0 0.7rem 0.7rem;
margin: 0;
border-top: 1px solid #4a4a4a;
}
.side-box li {
font-size: 0.7rem;
list-style-type: none;
padding: 0.25rem 0;
margin: 0;
border-bottom: 1px solid #4a4a4a;
}
.side-box一个 {
color: #fff;
}
.side-box一个:hover {
color: #5755d9;
}
.box-fill {
background-color: #fff;
}
.about-author {
overflow:一个uto;
}
.about-author h4,
.side-box h3 {
font-size: 0.8rem;
}
.author-description {
font-size: 0.7rem;
}
.toast {
padding: 0.7rem;
}
.toast.toast-primary一个:visited {
color: #fff;
}
.content-feature {
border-top: 1px solid #d8d8d8;
border-bottom: 1px solid #d8d8d8;
padding: 0.7rem 0;
margin: 0.7rem 0;
}
.content-feature h3 {
border-bottom: none;
padding-bottom: 0;
}
.content-feature ul {
margin-bottom: 0;
}
.swp_social_panel {
margin-top: -0.2rem !important;
margin-bottom: 0.5rem !important;
}
.twitter-tweet {
margin: 0一个uto;
}
.wpcf7-text,
.wpcf7-select {
width: 50%;
}
.wpcf7-textarea {
width: 75%;
}
.toc-horiz ul {
margin: 0 0 0.7rem;
padding: 0;
text-align: center;
}
.toc-horiz ul li {
list-style-type: none;
display: inline;
margin-left: 0;
}
.toc-horiz ul li一个 {
font-weight: bold;
}
.toc-horiz li:not(:first-child):before {
content: " - ";
}
.wp-video {
margin-bottom: 0.7rem;
}
.published {
display: none;
}
.span.wpcf7-list-item {
margin-left: 0;
}
.gallery {
margin: 0 -1.1666667%;
clear: both;
overflow:一个uto;
}
.gallery-item {
display: inline-block;
max-width: 33.33%;
padding: 0 1.1400652% 2.2801304%;
margin-bottom: 0.7rem;
text-align: center;
vertical-align: top;
width: 100%;
float: left;
}
.wp-caption {
max-width: 100%;
}
.wp-caption-text {
font-size: 0.8rem;
font-weight: bold;
text-transform: uppercase;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
ul.pagination {
justify-content: center;
}
.nav-links {
overflow:一个uto;
}
.nav-previous {
float: right;
border: 1px solid #d8d8d8;
padding: 0.2rem 0.4rem;
font-weight: bold;
}
.nav-next {
float: left;
border: 1px solid #d8d8d8;
padding: 0.2rem 0.4rem;
font-weight: bold;
}
.schema-how-to-steps {
margin: 0 0 0 0.2rem;
}
li.schema-how-to-step {
font-size: 1rem;
margin-top: 0.2rem;
}
li.schema-how-to-step img {
margin: 1rem一个uto 0;
}
.grecaptcha-badge {
visibility: hidden;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.pagination .page-item span.current {
background: #5755d9;
color: #fff;
border-radius: 0.1rem;
display: inline-block;
padding: 0.2rem 0.4rem;
text-decoration: none;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
white-space: pre;
}
@media (max-width: 500px) {
.featured-posts {
font-size: 0.7rem;
padding: 0.7rem;
}
.content-wrap {
border: none;
padding: 0;
}
h1.entry-title,
.entry-content h1,
#main h1 {
font-size: 1.5rem;
}
h2,
.h2 {
font-size: 1.25rem;
}
h3,
.h3 {
font-size: 1rem;
}
.entry-meta {
padding: 0;
margin-bottom: 0.25rem;
border-top: none;
border-bottom: none;
}
.single-post-cat {
font-size: 0.7rem;
}
.loop-small h2.entry-title {
overflow: visible;
text-overflow: string;
display: block;
}
.summary,
.archive-description {
border-left: 0;
padding-left: 0;
font-size: 0.6rem;
}
.summary {
margin-bottom: 0.2rem;
}
.schema-how-to-steps {
margin: 0 0 0 0.7rem;
}
.loop-small {
min-height: 0;
}
.wp-caption-text {
font-size: 0.6rem;
}
/* .gallery-columns-2 .gallery-item {
max-width: 100%;
} */
/* .gallery-columns-4 .gallery-item {
max-width: 50%;
} */
.pull-left-responsive,
.pull-right-responsive {
float: none;
text-align: center;
display: block;
}
}
.fortnite-cosmetic h1,
.genshin-impact-item h1 {
font-size: 1.5rem;
margin-bottom: 0.5rem;
}
.fortnite-cosmetic #breadcrumbs,
.genshin-impact-item #breadcrumbs {
margin-bottom: 0;
}
.fortnite-cosmetic h1,
.genshin-impact-item h1,
.genshin-impact-item-content h2,
.fortnite-cosmetic-content h2 {
border-bottom: 1px solid #d8d8d8;
padding-bottom: 0.5rem;
}
.genshin-impact-item-content p,
.fortnite-cosmetic-content p {
margin-bottom: 0.7rem;
}
.fortnite-skins-page .entry-header h1,
.genshin-impact-characters .entry-header h1,
.genshin-impact-materials .entry-header h1 {
font-size: 1.6rem;
padding: 0.5rem 0 0.7rem;
margin-top: 0;
border-bottom: 1px solid #d8d8d8;
}
.genshin-impact-materials .skin-gallery img,
.genshin-impact-characters .skin-gallery img {
display: block;
margin: 0一个uto;
}
.genshin-impact-characters-form .form-label,
.genshin-impact-materials-form .form-label,
.fortnite-skins-form .form-label {
padding-top: 0;
font-weight: bold;
text-transform: uppercase;
font-size: 0.7rem;
}
.skin-caption {
padding: 0.3rem;
border: 1px solid #d8d8d8;
margin-top: 0.5rem;
}
.skin-caption-info {
overflow:一个uto;
clear: both;
margin-bottom: 0;
}
.genshin-impact-character-sw-frame,
.fortnite-shop-history-frame {
overflow-y: scroll;
max-height: 275px;
}
.genshin-impact-character-sw-frame table thead th,
.fortnite-shop-history-frame table thead th {
padding-top: 0;
}
.skin-rating .gdrts-rating-block {
margin-top: 0.3rem;
}
.gdrts-rating-block {
margin-bottom: 0 !important;
}
.gdrts-rating-block .gdrts-inner-wrapper {
text-align: center !important;
}
.skin-rating .gdrts-inner-wrapper {
text-align: center;
border-top: 1px solid #d8d8d8;
padding-top: 0.5rem;
}
.skin-rating .gdrts-inner-wrapper .gdrts-rating-text {
font-size: 0.6rem;
text-transform: uppercase;
}
.tax-fortnite-set h1.entry-title {
font-size: 1.6rem;
border-bottom: 1px solid #d8d8d8;
padding: 0.2rem 0 0.8rem;
}
@media (max-width: 1000px) {
.skin-caption .pull-left-responsive,
.skin-caption .pull-right-responsive {
float: none;
text-align: center;
display: block;
}
}
@media (max-width: 500px) {
.fortnite-skins-page .entry-header h1,
.genshin-impact-materials .entry-header h1,
.genshin-impact-characters .entry-header h1 {
font-size: 1.2rem;
}
}
.hs-card-link {
font-weight: bold;
}
.hs-card-link.legendary {
color: #f68d09;
}
.hs-card-link.epic {
color: #9b37c1;
}
.hs-card-link.rare {
color: #2c63bf;
}
.hs-card-link.common {
color: #106f43;
}
.hs-card-link.free {
color: #666;
}
.hs-card-link:hover,
.hs-card-link.legendary:hover,
.hs-card-link.epic:hover,
.hs-card-link.rare:hover,
.hs-card-link.common:hover {
cursor: pointer;
color: #1c1c1c;
}
.card-image {
height: 382px;
position:一个bsolute;
z-index: 9999;
}
.hs-deck-wrap {
background-color: #f5f5f5;
padding: 0 0.6rem 0.6rem;
margin-bottom: 1rem;
border-top: 5px solid #1c1c1c;
}
.hs-deck-wrap.druid {
border-color: #732e00;
}
.hs-deck-wrap.hunter {
border-color: #1d7844;
}
.hs-deck-wrap.mage {
border-color: #00a4b7;
}
.hs-deck-wrap.paladin {
border-color: #d68a12;
}
.hs-deck-wrap.priest {
border-color: #d36bd9;
}
.hs-deck-wrap.rogue {
border-color: #000;
}
.hs-deck-wrap.shaman {
border-color: #245193;
}
.hs-deck-wrap.warlock {
border-color: #7344ad;
}
.hs-deck-wrap.warrior {
border-color: #a92113;
}
.hs-deck-wrap.demonhunter {
border-color: #235950;
}
.hs-deck-table {
margin-bottom: 1rem;
}
.hs-deck-table td {
padding: 0.2rem 0.1rem;
width: 50%;
}
.hs-deck-code {
padding: 0.8rem;
background-color: #fff;
word-wrap: break-word;
}
@media (max-width: 1250px) {
.hs-card-gallery .gallery-columns-5 .gallery-item {
max-width: 25%;
}
}
@media (max-width: 980px) {
.hs-card-gallery .gallery-columns-5 .gallery-item,
.hs-card-gallery .gallery-columns-3 .gallery-item {
max-width: 50%;
}
}
@media (max-width: 500px) {
.hs-card-gallery .gallery-columns-5 .gallery-item,
.hs-card-gallery .gallery-columns-3 .gallery-item {
max-width: 100%;
}
}
.ror {
min-height: 300px;
}
.ror-item {
margin-bottom: 0.2rem;
border: 2px solid #1c1c1c;
overflow:一个uto;
background-color: #fff;
}
.ror-item:last-child {
margin-bottom: 0;
}
.ror-item .columns {
margin: 0;
grid-auto-rows: 200px;
}
.ror-item .columns .column {
padding: 0.3rem;
}
.ror-item-col {
padding: 0 0.1rem 0.1rem;
}
.ror-item.ror-common {
border-color: #d8d8d8;
}
.ror-item.ror-uncommon {
border-color: #66b039;
}
.ror-item.ror-rare {
border-color: #de574a;
}
.ror-item.ror-boss {
border-color: #c4d323;
}
.ror-item.ror-lunar {
border-color: #2195b0;
}
.ror-item.ror-equipment {
border-color: #e19630;
}
.ror-item-img img {
display: block;
}
.ror-item-text h3 {
font-size: 0.7rem;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 0;
}
.ror-item-text p {
font-size: 0.6rem;
}
.ror-item-text p:last-child {
margin-bottom: 0;
}
.temtem-sm-img {
border-radius: 100px;
border: 5px solid #5755d9;
width: 150px;
height: 150px;
}
#cdm-zone-01,
#cdm-zone-04 {
position: relative;
}
#cdm-zone-02 {
position: relative;
}
.clearfix::after,
.container::after {
content: "";
display: table;
clear: both;
}
body .fs-sticky-footer {
z-index: 1073741823;
}
.comments-icon {
color: #5755d9 !important;
filter: brightness(0) saturate(100%) invert(35%) sepia(42%) saturate(3545%) hue-rotate(228deg) brightness(86%) contrast(98%) !important;
}
#socialLinks一个 {
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
justify-content: center;
一个lign-items: center;
margin: 0一个uto;
}
.entry-content blockquote p, .entry-content blockquote cite {
margin: 0 0 5px 0;
line-height: 1.2;
}
#masthead {
padding: 0;
background-color: #fff;
}
body.menu-open {
overflow: hidden;
}
h2#logo {
float: left;
margin-bottom: 0;
line-height: 0;
}
#main-navigation ul {
margin: 0;
padding: 0;
list-style: none;
}
@media (max-width: 1114px) {
#main-navigation ul {
overflow: hidden;
}
}
#main-navigation li一个 {
display: block;
color: #5755d9;
padding: 0.8rem 0.8rem 0;
font-size: 0.8rem;
font-weight: bold;
text-transform: uppercase;
margin: 0;
}
/* menu */
#main-navigation .menu-nav {
clear: both;
max-height: 0;
padding: 0;
transition: max-height 0.2s ease-out;
}
#main-navigation .menu-nav li {
position: relative;
}
#main-navigation .menu-nav li ul {
display: none;
flex-direction: column;
position:一个bsolute;
top: 40px;
padding-top: 14px;
padding-bottom: 0.5rem;
background: white;
}
#main-navigation .menu-nav li ul ul {
display: none !important;
}
#main-navigation .menu-nav li ul:hover {
display: flex;
}
@media (max-width: 1114px) {
#main-navigation .menu-nav li ul {
display: block;
position: relative;
top: 0;
}
}
#main-navigation .menu-nav li:hover ul {
display: flex;
}
/* menu icon */
#main-navigation .menu-icon,
#nav-search {
cursor: pointer;
display: inline-block;
float: right;
padding: 0.7rem;
margin: 0.68rem 0 0;
position: relative;
user-select: none;
}
#main-navigation .menu-icon .navicon {
background: #333;
display: block;
height: 2px;
position: relative;
transition: background 0.2s ease-out;
width: 18px;
}
#main-navigation .menu-icon .navicon:before,
#main-navigation .menu-icon .navicon:after {
background: #333;
content: "";
display: block;
height: 100%;
position:一个bsolute;
transition:一个ll 0.2s ease-out;
width: 100%;
}
#main-navigation .menu-icon .navicon:before {
top: 5px;
}
#main-navigation .menu-icon .navicon:after {
top: -5px;
}
#nav-search-form-wrap {
display: none;
}
@media (min-width: 1115px) {
#nav-search-form-wrap {
top: 56px;
left: 0px;
right: 0px;
position:一个bsolute;
}
}
.nav-search-form {
padding: 0.6rem;
clear: both;
background-color: #fff;
box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
}
/* menu btn */
#main-navigation .menu-btn {
display: none;
}
#main-navigation .menu-btn:checked ~ div .menu-nav {
overflow: scroll;
--header-height: 56px;
--pushdown-height: 0px;
--wp-adminbar-height: 0px;
--search-height: 0px;
height: calc(100vh - var(--header-height) - var(--pushdown-height) - var(--wp-adminbar-height) - var(--search-height));
max-height: 2340px;
}
#progameguidescom_pushdown[data-google-query-id] ~ #masthead #main-navigation .menu-btn:checked ~ div .menu-nav {
--pushdown-height: 50px !important;
}
#masthead #main-navigation .menu-btn:checked ~ [style="display: block;"] ~ div .menu-nav {
--search-height: 50px !important;
}
@media (max-width: 782px) {
body.admin-bar #main-navigation .menu-btn:checked ~ div .menu-nav {
--wp-adminbar-height: 46px !important;
}
}
@media (min-width: 783px) {
body.admin-bar #main-navigation .menu-btn:checked ~ div .menu-nav {
--wp-adminbar-height: 32px !important;
}
}
#main-navigation .menu-btn:checked ~ .menu-icon .navicon {
background: transparent;
}
#main-navigation .menu-btn:checked ~ .menu-icon .navicon:before {
transform: rotate(-45deg);
}
#main-navigation .menu-btn:checked ~ .menu-icon .navicon:after {
transform: rotate(45deg);
}
#main-navigation .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
#main-navigation .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
top: 0;
}
#nav-search {
margin-top: 0.2rem;
}
@media (min-width: 1115px) {
#main-navigation li {
float: left;
margin: 0;
}
#main-navigation li一个 {
padding: 0.8rem 0.8rem 0;
}
#main-navigation .menu-nav {
padding: 0;
clear: none;
float: right;
margin-top: 0;
max-height: none;
}
#main-navigation .menu-icon {
display: none;
}
}
@media (max-width: 800px) {
h2#logo {
width: 250px;
}
#main-navigation .menu-icon {
margin-top: 0.7rem;
}
#nav-search {
margin-top: 0.2rem;
}
}
@media (max-width: 350px) {
h2#logo {
width: 250px;
}
#main-navigation .menu-icon {
margin-top: 0.7rem;
}
#nav-search {
margin-top: 0.2rem;
}
}
#llc_comments_button {
width: 100%;
margin: 1rem 0 0.75rem;
background-color: #5755d9;
color: #fff;
padding: 1rem 0.8rem;
line-height: 0.5rem;
height:一个uto;
}
#llc_comments_button:hover {
background-color: #fff;
color: #5755d9;
}
.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
background-position: center right;
background-repeat: no-repeat;
cursor: pointer;
white-space: normal;
padding: 4px 20px 4px 4px;
}
.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}
.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}
.tablesorter-default thead .sorter-false {
background-image: none;
cursor: default;
padding: 4px;
}
.tablesorter-default .tablesorter-processing {
background-position: center center !important;
background-repeat: no-repeat !important;
background-image: url("data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=") !important;
}
.tablesorter .filtered {
display: none;
}
header#masthead,
#content {
position: relative;
z-index: 1;
}
@media (min-width: 1115px) {
header#masthead {
position: sticky;
top: 0;
z-index: 2;
}
}
#logo img {
height: 48px;
margin-top: 0.2rem;
transform: translateZ(0);
}
@media (max-width: 800px) {
#logo img {
margin-top: 0.2rem;
}
}
.star-ratings-sprite {
background: url("images/star-rating-sprite.png") repeat-x;
font-size: 0;
height: 21px;
line-height: 0;
overflow: hidden;
text-indent: -999em;
width: 110px;
margin: 0一个uto;
display: inline-block;
vertical-align: middle;
}
.star-ratings-sprite-rating {
background: url("images/star-rating-sprite.png") repeat-x;
background-position: 0 100%;
float: left;
height: 21px;
display: block;
}
.ascension一个:hover img,
.talent一个:hover img {
background: rgba(103, 102, 221, 0.9019607843);
}
.genshin-impact--material--details {
list-style: none;
display: grid;
grid-template-columns: 1fr 1fr;
}
.genshin-anchor-menu {
background-color: #f5f5f5;
border-left: 5px solid #5755d9;
padding: 0.7rem;
margin-right: 0;
word-break: break-word;
text-align: center;
margin-bottom: 1rem;
}
.genshin-impact--material--details {
list-style: none;
display: grid;
grid-template-columns: 1fr 1fr;
}
.genshin-anchor-menu {
background-color: #f5f5f5;
border-left: 5px solid #5755d9;
padding: 0.7rem;
margin-right: 0;
word-break: break-word;
text-align: center;
margin-bottom: 1rem;
}
/* End Affiliate button */
/* CSS fix for Youtube 和 other iframe video embed full width */
figure.wp-block-embed {
margin-left: 0;
margin-right: 0;
margin-bottom: 30px;
}
figure.wp-block-embed .wp-block-embed__wrapper {
position: relative;
display: flex;
justify-content: center;
}
figure.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
padding-top: 56.25%;
}
figure.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper::before {
content: "";
display: block;
padding-top: 50%;
}
figure.wp-block-embed.wp-has-aspect-ratio iframe {
position:一个bsolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
}
/* End of CSS fix for Youtube 和 other iframe video embed full width */
/* Search box for */
#search-input {
background-image: url("images/search-icon.png"); /* Add一个 search icon to input */
background-position: 10px 12px; /* Position the search icon */
background-repeat: no-repeat; /* Do not repeat the icon image */
width: 100%; /* Full-width */
font-size: 16px; /* Increase font-size */
padding: 12px 20px 12px 40px; /* Add some padding */
border: 1px solid #ddd; /* Add一个 grey border */
margin-bottom: 12px; /* Add some space below the input */
}
.featured-image .caption {
font-size: 0.7rem;
text-align: center;
}
/* featured video */
.single .post-video-wrapper {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;
margin-bottom: 20px;
}
.single .post-video-wrapper iframe {
position:一个bsolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* gallery */
.wp-block-gallery.has-nested-images figure.wp-block-image >一个 {
display: flex;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
flex-grow: 0;
}
.wp-block-image figcaption {
font-size: 0.7rem;
text-align: center;
}
.comments-icon {
一个lign-items: center;
background: none;
border: 0;
cursor: pointer;
display: flex;
gap: 0.25rem;
margin-left:一个uto;
padding: 0;
}
.wp-block-gallery.has-nested-images .figure.wp-block-image.size-thumbnail {
max-width: 150px !important;
max-height: 150px !important;
}
.author-box {
background: #fff;
box-shadow: 0 1px 5px rgba(0, 0, 1, 0.05);
display: flex;
flex-direction: row;
margin: 0 0 2rem 0;
min-height: 160px;
padding: 1.5rem 2rem;
}
.author-box .avatar {
border-radius: 50%;
height: 100px;
margin-right: 2rem;
max-width: 100px;
}
.author-box .author-box-right {
flex: 2;
}
.author-box h3 {
margin-top: 0;
}
.author-box .author-box-socials {
margin-top: 1rem;
font-size: 24px;
}
.author-box .author-box-socials一个 {
color: #333;
}
.author-box .author-box-socials一个 img {
width: 16px;
}
.author-box .author-box-socials一个:not(:last-child) {
margin-right: 1rem;
}
.author-box .author-box-socials一个:hover, .author-box .author-box-socials一个:active {
color: #777;
}
.author-box .author-box-socials一个:hover, .author-box .author-box-socials一个 img {
width: 16px;
}
.author-bio-footer {
margin-top: 1rem;
}
.author-bio-link {
color: #111;
text-decoration: none;
}
.author-bio-link:visited {
color: #111;
margin-top: 1rem;
text-decoration: none;
}
.author-bio-link:hover {
cursor: pointer;
text-decoration: none;
}
.author-description {
display: grid;
grid-template-columns: 1fr 4fr;
column-gap: 0.5rem;
}
.author-description > .avatar {
position: relative;
width: 150px;
height: 150px;
border-radius: 50%;
object-fit: cover;
grid-column: 1;
grid-row: 1/span 99;
一个lign-self: start;
}
@media screen 和 (max-width: 800px) {
.author-description > .avatar {
display: block;
margin-left:一个uto;
margin-right:一个uto;
grid-column: 1;
grid-row:一个uto;
}
}
.author-description > *:not(.avatar) {
grid-column: 2;
}
@media screen 和 (max-width: 800px) {
.author-description {
grid-template-columns: 1fr;
row-gap: 0.5rem;
}
.author-description > *:not(.avatar) {
grid-column: 1;
}
}
/* Multi-author footer: shared section +一个uto-fit card grid (Phase 2.5) */
.about-authors {
margin-bottom: 1.5rem;
padding: 1.25rem;
}
.about-authors .about-authors-heading {
font-size: 1.1rem;
margin: 0 0 1rem;
}
.about-authors .about-authors-grid {
display: grid;
grid-template-columns: 1fr;
gap: 1.25rem;
}
.about-authors .author-card {
display: grid;
grid-template-columns: 88px 1fr;
column-gap: 0.85rem;
一个lign-items: start;
padding: 0.85rem;
background: #fff;
border: 1px solid #e7e7e7;
border-radius: 8px;
min-width: 0;
}
.about-authors .author-card-avatar {
width: 88px;
一个spect-ratio: 1;
}
.about-authors .author-card-avatar .avatar {
width: 88px;
height: 88px;
border-radius: 50%;
object-fit: cover;
display: block;
}
.about-authors .author-card-body {
min-width: 0;
}
.about-authors .author-card-body .author-bio-title {
margin: 0 0 0.15rem;
font-size: 1rem;
line-height: 1.25;
}
.about-authors .author-card-body .author-job {
margin: 0 0 0.5rem;
}
.about-authors .author-card-body .author-bio-text {
margin: 0 0 0.5rem;
font-size: 0.85rem;
line-height: 1.45;
}
.about-authors .author-card-body .author-topics {
margin: 0 0 0.5rem;
font-size: 0.8rem;
}
.about-authors .author-card-body .author-socials {
margin: 0 0 0.5rem;
font-size: 0.8rem;
}
.about-authors .author-card-body .author-card-footer {
margin: 0.4rem 0 0;
font-size: 0.85rem;
}
.about-authors .author-card-body .author-card-footer .author-bio-link {
font-weight: 600;
}
@media screen 和 (max-width: 800px) {
.about-authors {
padding: 0.85rem;
}
.about-authors .about-authors-grid {
grid-template-columns: 1fr;
gap: 0.85rem;
}
.about-authors .author-card {
grid-template-columns: 64px 1fr;
column-gap: 0.7rem;
padding: 0.7rem;
}
.about-authors .author-card-avatar {
width: 64px;
}
.about-authors .author-card-avatar .avatar {
width: 64px;
height: 64px;
}
}
@media screen 和 (max-widtht: 800px) {
.author-bio-title h4 {
text-align: center;
}
}
/* GAMURS一个uthor E-E-A-T (Phase 2) */
.author-description .author-bio-title {
margin: 0 0 0.15rem;
}
.author-description .author-bio-footer {
margin-top: 0.4rem;
}
.author-description .small {
margin-top: 0.4rem;
}
.author-job {
font-style: italic;
margin: 0 0 0.35rem;
color: #555;
font-size: 0.95em;
}
.author-bio-text {
margin: 0 0 0.35rem;
}
.author-topics {
margin: 0 0 0.35rem;
font-size: 0.95em;
color: #555;
}
.author-topics strong {
color: #222;
}
.author-avatar-inline {
border-radius: 50%;
vertical-align: middle;
margin-right: 0.4em;
width: 24px;
height: 24px;
}
.author-job-inline {
color: #666;
font-size: 0.9em;
font-style: italic;
margin-left: 0.3em;
}
.entry-meta {
display: grid;
grid-template-columns: 1fr一个uto一个uto;
grid-template-areas: "byline byline byline" "date icon counter";
column-gap: 0.5rem;
row-gap: 0.65rem;
一个lign-items: center;
line-height: 1.4;
margin-top: 0.5rem;
}
.entry-meta .entry-meta-text {
display: contents;
}
.entry-meta .byline {
grid-area: byline;
display: flex;
flex-wrap: wrap;
一个lign-items: center;
column-gap: 0.5rem;
row-gap: 0.2rem;
min-width: 0;
max-width: 100%;
}
.entry-meta .posted-on {
grid-area: date;
font-size: 0.9em;
color: #555;
min-width: 0;
}
.entry-meta .comments-icon {
grid-area: icon;
flex-shrink: 0;
}
.entry-meta [id^=comment-counter] {
grid-area: counter;
flex-shrink: 0;
}
.gamurs-ad-slot {
margin: 1rem 0;
}
var gtm4wp_datalayer_name = "dataLayer";
var dataLayer = dataLayer || [];
Dead by Daylight (DbD) Codes (May 2026) - Free 血点 & 护符! | Pro Game Guides
{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"https://progameguides.com/dead-by-daylight/dead-by-daylight-codes/#article","isPartOf":{"@id":"https://progameguides.com/dead-by-daylight/dead-by-daylight-codes/"},"author":[{"@id":"https://progameguides.com/#/schema/person/1c4a37c06b202966b18b5a03dc54ad08"}],"headline":"Dead by Daylight (DbD) Codes (May 2026) – Free 血点 & 护符!","datePublished":"2025-06-19T09:25:48+00:00","dateModified":"2026-05-06T05:58:05+00:00","mainEntityOfPage":{"@id":"https://progameguides.com/dead-by-daylight/dead-by-daylight-codes/"},"wordCount":2111,"commentCount":1091,"publisher":{"@id":"https://progameguides.com/#organization"},"image":{"@id":"https://progameguides.com/dead-by-daylight/dead-by-daylight-codes/#primaryimage"},"thumbnailUrl":"https://progameguides.com/wp-content/uploads/2020/09/dead-by-daylight-codes.jpg?fit=1200%2C675","keywords":["General Game Codes","Hide from Homepage"],"articleSection":["Dead by Daylight"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https://progameguides.com/dead-by-daylight/dead-by-daylight-codes/#respond"]}]},{"@type":"WebPage","@id":"https://progameguides.com/dead-by-daylight/dead-by-daylight-codes/","url":"https://progameguides.com/dead-by-daylight/dead-by-daylight-codes/","name":"Dead by Daylight (DbD) Codes (May 2026) - Free 血点 & 护符! | Pro Game Guides","isPartOf":{"@id":"https://progameguides.com/#website"},"primaryImageOfPage":{"@id":"https://progameguides.com/dead-by-daylight/dead-by-daylight-codes/#primaryimage"},"image":{"@id":"https://progameguides.com/dead-by-daylight/dead-by-daylight-codes/#primaryimage"},"thumbnailUrl":"https://progameguides.com/wp-content/uploads/2020/09/dead-by-daylight-codes.jpg?fit=1200%2C675","datePublished":"2025-06-19T09:25:48+00:00","dateModified":"2026-05-06T05:58:05+00:00","description":"Find一个ll the latest Dead by Daylight codes in one place! Redeem them to get free 血点 和 many other goodies.","breadcrumb":{"@id":"https://progameguides.com/dead-by-daylight/dead-by-daylight-codes/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://progameguides.com/dead-by-daylight/dead-by-daylight-codes/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://progameguides.com/dead-by-daylight/dead-by-daylight-codes/#primaryimage","url":"https://progameguides.com/wp-content/uploads/2020/09/dead-by-daylight-codes.jpg?fit=1200%2C675","contentUrl":"https://progameguides.com/wp-content/uploads/2020/09/dead-by-daylight-codes.jpg?fit=1200%2C675","width":1200,"height":675},{"@type":"BreadcrumbList","@id":"https://progameguides.com/dead-by-daylight/dead-by-daylight-codes/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://progameguides.com/"},{"@type":"ListItem","position":2,"name":"Dead by Daylight","item":"https://progameguides.com/dead-by-daylight/"},{"@type":"ListItem","position":3,"name":"Dead by Daylight (DbD) Codes (May 2026) – Free 血点 & 护符!"}]},{"@type":"WebSite","@id":"https://progameguides.com/#website","url":"https://progameguides.com/","name":"Pro Game Guides","description":"Codes, Tier Lists & Walkthroughs","publisher":{"@id":"https://progameguides.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://progameguides.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://progameguides.com/#organization","name":"Pro Game Guides","alternateName":"PGG","url":"https://progameguides.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://progameguides.com/#/schema/logo/image/","url":"https://progameguides.com/wp-content/uploads/2020/07/pgg-logo.jpg?fit=344%2C78","contentUrl":"https://progameguides.com/wp-content/uploads/2020/07/pgg-logo.jpg?fit=344%2C78","width":344,"height":78,"caption":"Pro Game Guides"},"image":{"@id":"https://progameguides.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/progameguides/","https://x.com/progamerguides","https://www.youtube.com/channel/UC9LhXd5Ubbsao0HfIFYUmaA","https://www.instagram.com/progameguides/","https://www.wikidata.org/wiki/Q130791040"],"description":"Pro Game Guides is一个 gaming guide site covering Roblox, Fortnite, Genshin Impact, Minecraft, 和 hundreds of other games with regularly updated codes, tier lists, 和 expert walkthroughs. Founded in 2017, it is part of GAMURS Group.","foundingDate":"2017-12-05","parentOrganization":{"@type":"Organization","name":"GAMURS Group"}},{"@type":"Person","@id":"https://progameguides.com/#/schema/person/1c4a37c06b202966b18b5a03dc54ad08","name":"Jean-Pierre van Wyk","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://progameguides.com/#/schema/person/image/551b04310c7c0401bc35979dfb6888cd","url":"https://secure.gravatar.com/avatar/e062c31117db81e72e3c88b03f8bc192f493cda2a7f09f84d4e8e678c86622cc?s=96&d=mm&r=g","contentUrl":"https://secure.gravatar.com/avatar/e062c31117db81e72e3c88b03f8bc192f493cda2a7f09f84d4e8e678c86622cc?s=96&d=mm&r=g","caption":"Jean-Pierre van Wyk"},"description":"J.P van Wyk is the Head of Roblox Content一个t GAMURS, dedicated to delivering you the best new info for your favorite games一个cross the whole platform. While he's known for his relentless pursuit of the newest Roblox codes 和 guides, he finds solace in the thrilling escapades of horror games, balancing his professional zeal with一个 passion for gaming's chilling delights. Find him on X to chat一个bout the latest Roblox experiences, especially Anime titles.","sameAs":["https://www.linkedin.com/in/jean-pierre-van-wyk-b830b0a9/","https://x.com/@Hexada66"],"knowsAbout":["Roblox","Horror","Anime"],"knowsLanguage":["English","Afrikaans"],"jobTitle":"Head of Roblox Content 和 Codes","worksFor":"GAMURS Group","url":"https://progameguides.com/author/jeanpierre/"}]}
!function(n){if(!window.cnx){window.cnx={},window.cnx.cmd=[];var t=n.createElement("iframe");t.src="javascript:false";t.display="none";t.onload=function(){var n=t.contentWindow.document,c=n.createElement("script");c.src="//cd.connatix.com/connatix.player.js?cid=8c291e82-ffc2-4a2c-9933-fdcc64b0f106&pid=838feeea-387a-4fba-94d6-ea199fc8269b";c.setAttribute("async","1");c.setAttribute("type","text/javascript");n.body.appendChild(c)};n.head.appendChild(t)}}(document);.wp-block-gamurs-ad.is-video-ad{align-items:center;display:flex;flex-direction:column;justify-content:center}.wp-block-gamurs-ad.is-video-ad .wp-block-gamurs-ad__creative{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:300px;text-align:center;width:100%}.wp-block-gamurs-ad.is-video-ad .video-player-title{color:var(--wp--custom--ad-wrapper--color-fg,inherit);font-family:var(--wp--custom--ad-wrapper--type--font-family,inherit);font-size:var(--wp--custom--ad-wrapper--type--font-size,inherit);font-weight:var(--wp--custom--ad-wrapper--type--font-weight,inherit);letter-spacing:var(--wp--custom--ad-wrapper--type--letter-spacing,inherit);line-height:var(--wp--custom--ad-wrapper--type--line-height,inherit);text-transform:var(--wp--custom--ad-wrapper--type--text-transform,inherit)}.wp-block-gamurs-ad.is-video-ad .video-player{width:100%}
.wp-block-co-authors-plus-coauthors.is-layout-flow [class*=wp-block-co-authors-plus]{display:inline}
.wp-block-co-authors-plus-avatar :where(img){height:auto;max-width:100%;vertical-align:bottom}.wp-block-co-authors-plus-coauthors.is-layout-flow .wp-block-co-authors-plus-avatar :where(img){vertical-align:middle}.wp-block-co-authors-plus-avatar:is(.alignleft,.alignright){display:table}.wp-block-co-authors-plus-avatar.aligncenter{display:table;margin-inline:auto}
.wp-block-co-authors-plus-image{margin-bottom:0}.wp-block-co-authors-plus-image :where(img){height:auto;max-width:100%;vertical-align:bottom}.wp-block-co-authors-plus-coauthors.is-layout-flow .wp-block-co-authors-plus-image :where(img){vertical-align:middle}.wp-block-co-authors-plus-image:is(.alignfull,.alignwide) :where(img){width:100%}.wp-block-co-authors-plus-image:is(.alignleft,.alignright){display:table}.wp-block-co-authors-plus-image.aligncenter{display:table;margin-inline:auto}
.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}
.widget_ep-facet input[type=search],.wp-block-elasticpress-facet input[type=search]{margin-bottom:1rem}.widget_ep-facet .searchable .inner,.wp-block-elasticpress-facet .searchable .inner{max-height:20em;overflow:scroll}.widget_ep-facet .term.hide,.wp-block-elasticpress-facet .term.hide{display:none}.widget_ep-facet .empty-term,.wp-block-elasticpress-facet .empty-term{opacity:.5;position:relative}.widget_ep-facet .empty-term:after,.wp-block-elasticpress-facet .empty-term:after{bottom:0;content:" ";display:block;left:0;position:absolute;right:0;top:0;width:100%;z-index:2}.widget_ep-facet .level-1,.wp-block-elasticpress-facet .level-1{padding-left:20px}.widget_ep-facet .level-2,.wp-block-elasticpress-facet .level-2{padding-left:40px}.widget_ep-facet .level-3,.wp-block-elasticpress-facet .level-3{padding-left:60px}.widget_ep-facet .level-4,.wp-block-elasticpress-facet .level-4{padding-left:5pc}.widget_ep-facet .level-5,.wp-block-elasticpress-facet .level-5{padding-left:75pt}.widget_ep-facet input[disabled],.wp-block-elasticpress-facet input[disabled]{cursor:pointer;opacity:1}.widget_ep-facet .term一个,.wp-block-elasticpress-facet .term一个{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.widget_ep-facet .term一个:hover .ep-checkbox,.wp-block-elasticpress-facet .term一个:hover .ep-checkbox{background-color:#ccc}.ep-checkbox{-webkit-box-align:center;-ms-flex-align:center;-ms-flex-negative:0;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#eee;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;height:1em;justify-content:center;margin-right:.25em;width:1em}.ep-checkbox:after{border:solid #fff;border-width:0 .125em .125em 0;content:"";display:none;height:.5em;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:.25em}.ep-checkbox.checked{background-color:#5e5e5e}.ep-checkbox.checked:after{display:block}
.wp-block-gamurs-id-auth{align-items:center;background-color:rgba(1,1,1,.502);bottom:0;display:none;flex-direction:column;justify-content:center;left:0;padding:16px 16px 16px 16px;position:fixed;right:0;top:0;z-index:2147483647}.wp-block-gamurs-id-auth.is-visible{display:flex}.wp-block-gamurs-id-auth__content-wrapper{background-color:#fefefe;border-radius:0px;max-width:480px;padding:16px 16px 16px 16px;position:relative}.wp-block-gamurs-id-auth__content{align-items:center;display:flex;justify-content:center;padding:16px;width:100%}.wp-block-gamurs-id-auth__content>div{display:none}.wp-block-gamurs-id-auth__content>div.is-visible{display:block}.wp-block-gamurs-id-auth__content #wp-block-gamurs-auth-close{position:absolute;right:16px;top:16px}@media(min-width:992px){.wp-block-gamurs-id-auth__content #wp-block-gamurs-auth-close{right:24px;top:24px}}
.wp-block-gamurs-id-auth-forgot{display:flex;flex-direction:column;row-gap:16px;width:100%}@media(min-width:992px){.wp-block-gamurs-id-auth-forgot{row-gap:24px}}body.theme-light .wp-block-gamurs-id-auth-forgot__logo .logo-light{display:block!important}body.theme-dark .wp-block-gamurs-id-auth-forgot__logo .logo-light,body.theme-light .wp-block-gamurs-id-auth-forgot__logo .logo-dark{display:none}body.theme-dark .wp-block-gamurs-id-auth-forgot__logo .logo-dark{display:block!important}.wp-block-gamurs-id-auth-forgot__title{color:#151526;font-family:'Roboto Flex', Roboto, Arial, Helvetica, sans-serif;font-size:26px;font-weight:700;letter-spacing:0em;line-height:38px;margin-bottom:0px;-webkit-text-decoration:none;text-decoration:none;text-indent:0px;text-transform:none}.wp-block-gamurs-id-auth-forgot__blurb{color:#474663;font-family:'Roboto', Arial, Helvetica, sans-serif;font-size:18px;font-weight:400;letter-spacing:0em;line-height:32px;margin-bottom:0px;-webkit-text-decoration:none;text-decoration:none;text-indent:0px;text-transform:none}.wp-block-gamurs-id-auth-forgot__form{display:flex;flex-direction:column;row-gap:16px}.wp-block-gamurs-id-auth-forgot__buttons{display:flex;flex-direction:column;row-gap:4px}.wp-block-gamurs-id-auth-forgot__recaptcha{color:#75738B;font-family:'Roboto Flex', Roboto, Arial, Helvetica, sans-serif;font-size:11px;font-weight:400;letter-spacing:0em;line-height:17px;margin-bottom:0px;-webkit-text-decoration:none;text-decoration:none;text-indent:0px;text-transform:none}.wp-block-gamurs-id-auth-forgot #wp-block-gamurs-auth-forgot-go-to-login,.wp-block-gamurs-id-auth-forgot__message{display:none}
.wp-block-gamurs-id-auth-login{display:flex;flex-direction:column;row-gap:12px;width:100%}body.theme-light .wp-block-gamurs-id-auth-login__logo .logo-light{display:block!important}body.theme-dark .wp-block-gamurs-id-auth-login__logo .logo-light,body.theme-light .wp-block-gamurs-id-auth-login__logo .logo-dark{display:none}body.theme-dark .wp-block-gamurs-id-auth-login__logo .logo-dark{display:block!important}.wp-block-gamurs-id-auth-login__title{color:#151526;font-family:'Roboto Flex', Roboto, Arial, Helvetica, sans-serif;font-size:26px;font-weight:700;letter-spacing:0em;line-height:38px;margin-bottom:0px;-webkit-text-decoration:none;text-decoration:none;text-indent:0px;text-transform:none}.wp-block-gamurs-id-auth-login__message{display:none}.wp-block-gamurs-id-auth-login__form{display:flex;flex-direction:column;row-gap:12px}.wp-block-gamurs-id-auth-login__buttons{display:flex;flex-direction:column;row-gap:4px}.wp-block-gamurs-id-auth-login__buttons-socials{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:start;row-gap:0}.wp-block-gamurs-id-auth-login__buttons-socials>button{background:rgba(72,86,169,.149);border-radius:24px;color:#fefefe}.wp-block-gamurs-id-auth-login__recaptcha{color:#75738B;font-family:'Roboto Flex', Roboto, Arial, Helvetica, sans-serif;font-size:11px;font-weight:400;letter-spacing:0em;line-height:17px;margin-bottom:0px;-webkit-text-decoration:none;text-decoration:none;text-indent:0px;text-transform:none}
.wp-block-gamurs-id-auth-manage{display:flex}.wp-block-gamurs-id-auth-manage h2,.wp-block-gamurs-id-auth-manage p{margin-top:0}.wp-block-gamurs-id-auth-manage .is-hidden{display:none}.wp-block-gamurs-id-auth-manage__content{display:flex;flex-direction:column;gap:24px;max-width:600px}.wp-block-gamurs-id-auth-manage__loader{display:flex;justify-content:center}.wp-block-gamurs-id-auth-manage__loader svg{height:48px;padding:8px 8px 8px 8px;width:48px}.wp-block-gamurs-id-auth-manage__loader svg path{fill:#6A64E6}.wp-block-gamurs-id-auth-manage__loader svg.rotate{animation:rotation 1s linear infinite}.wp-block-gamurs-id-auth-manage__section{display:flex;flex-direction:column;gap:12px}.wp-block-gamurs-id-auth-manage__form{display:flex;flex-direction:column;gap:8px}.wp-block-gamurs-id-auth-manage__avatar{align-items:center;display:flex;gap:24px;justify-content:start;margin-bottom:12px}.wp-block-gamurs-id-auth-manage__avatar__image{border-radius:50%;height:96px;overflow:hidden;width:96px}.wp-block-gamurs-id-auth-manage__avatar__image_buttons{align-items:center;display:flex;gap:12px;justify-content:start}.wp-block-gamurs-id-auth-manage__avatar__modal-edit-container{align-items:center;background-color:#01010180;bottom:0;display:none;flex-direction:column;justify-content:center;left:0;padding:16px 16px 16px 16px;position:fixed;right:0;top:0;z-index:2147483647}.wp-block-gamurs-id-auth-manage__avatar__modal-edit-container.is-visible{display:flex}.wp-block-gamurs-id-auth-manage__avatar__modal-edit-content{background-color:#FEFEFE;border-radius:0px;display:flex;flex-direction:column;gap:24px;max-width:480px;max-width:100%;padding:16px 16px 16px 16px;position:relative}@media(max-width:991px){.wp-block-gamurs-id-auth-manage__avatar__modal-edit-content{width:320px}}@media(min-width:992px){.wp-block-gamurs-id-auth-manage__avatar__modal-edit-content{width:450px}}.wp-block-gamurs-id-auth-manage__avatar__buttons{align-items:center;display:flex;justify-content:space-between}button#wp-block-gamurs-auth-manage-avatar-delete,button#wp-block-gamurs-auth-manage-avatar-delete-inside-modal,button#wp-block-gamurs-auth-manage-avatar-edit{background:rgba(72,86,169,.149);color:#fefefe}
.wp-block-gamurs-id-auth-signup{display:flex;flex-direction:column;row-gap:12px;width:100%}body.theme-light .wp-block-gamurs-id-auth-signup__logo .logo-light{display:block!important}body.theme-dark .wp-block-gamurs-id-auth-signup__logo .logo-light,body.theme-light .wp-block-gamurs-id-auth-signup__logo .logo-dark{display:none}body.theme-dark .wp-block-gamurs-id-auth-signup__logo .logo-dark{display:block!important}.wp-block-gamurs-id-auth-signup__title{color:#151526;font-family:'Roboto Flex', Roboto, Arial, Helvetica, sans-serif;font-size:26px;font-weight:700;letter-spacing:0em;line-height:38px;margin-bottom:0px;-webkit-text-decoration:none;text-decoration:none;text-indent:0px;text-transform:none}.wp-block-gamurs-id-auth-signup__message{display:none}.wp-block-gamurs-id-auth-signup__text{color:#474663;font-family:'Roboto', Arial, Helvetica, sans-serif;font-size:18px;font-weight:400;letter-spacing:0em;line-height:32px;margin-bottom:0px;-webkit-text-decoration:none;text-decoration:none;text-indent:0px;text-transform:none}.wp-block-gamurs-id-auth-signup__form{display:flex;flex-direction:column;row-gap:12px}.wp-block-gamurs-id-auth-signup__buttons{display:flex;flex-direction:column;row-gap:4px}.wp-block-gamurs-id-auth-signup__buttons-socials{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:start;row-gap:0}.wp-block-gamurs-id-auth-signup__buttons-socials>button{background:rgba(72,86,169,.149);border-radius:24px;color:#fefefe}.wp-block-gamurs-id-auth-signup__recaptcha{color:#75738B;font-family:'Roboto Flex', Roboto, Arial, Helvetica, sans-serif;font-size:11px;font-weight:400;letter-spacing:0em;line-height:17px;margin-bottom:0px;-webkit-text-decoration:none;text-decoration:none;text-indent:0px;text-transform:none}.wp-block-gamurs-id-auth-signup__content{display:none;flex-direction:column;row-gap:12px}.wp-block-gamurs-id-auth-signup__content.is-visible{display:flex}
.wp-block-gamurs-id-icon{align-items:center;display:flex;height:-moz-min-content;height:min-content;justify-content:center;line-height:1}.wp-block-gamurs-id-icon svg{fill:#010101}.wp-block-gamurs-id-icon.is-size-sm{height:16px;width:16px}.wp-block-gamurs-id-icon.is-size-sm:after{font-size:16px}.wp-block-gamurs-id-icon.is-size-sm>*{height:16px;width:16px}.wp-block-gamurs-id-icon.is-size-md{height:24px;width:24px}.wp-block-gamurs-id-icon.is-size-md:after{font-size:24px}.wp-block-gamurs-id-icon.is-size-md>*{height:24px;width:24px}.wp-block-gamurs-id-icon.is-size-xl{height:40px;width:40px}.wp-block-gamurs-id-icon.is-size-xl:after{font-size:40px}.wp-block-gamurs-id-icon.is-size-xl>*{height:40px;width:40px}.wp-block-gamurs-id-icon.icon-star-filled.is-color-minimal svg,.wp-block-gamurs-id-icon.icon-star-half.is-color-minimal svg{fill:#6A64E6}.wp-block-gamurs-id-icon.icon-star-filled.is-color-subtle svg,.wp-block-gamurs-id-icon.icon-star-half.is-color-subtle svg{fill:#4B4BCB}.wp-block-gamurs-id-icon.icon-star-filled.is-color-bold svg,.wp-block-gamurs-id-icon.icon-star-half.is-color-bold svg{fill:#FEFEFE}.wp-block-gamurs-id-icon.icon-star-filled.is-color-sponsored svg,.wp-block-gamurs-id-icon.icon-star-half.is-color-sponsored svg{fill:#1C6384}.wp-block-gamurs-id-icon.icon-star-filled.is-color-strong svg,.wp-block-gamurs-id-icon.icon-star-half.is-color-strong svg{fill:#FEFEFE}.wp-block-gamurs-id-icon.icon-star-empty.is-color-minimal svg{fill:#C9C8D2}.wp-block-gamurs-id-icon.icon-star-empty.is-color-subtle svg{fill:#A7A5B6}.wp-block-gamurs-id-icon.icon-star-empty.is-color-bold svg{fill:#eaeaee40}.wp-block-gamurs-id-icon.icon-star-empty.is-color-sponsored svg{fill:#1c638440}.wp-block-gamurs-id-icon.icon-star-empty.is-color-strong svg{fill:#eaeaee40}.wp-block-gamurs-id-icon.icon-facebook{margin-left:1px;margin-top:1px}.wp-block-gamurs-id-icon.icon-twitter{margin-left:1.5px;margin-top:1px}.wp-block-gamurs-id-icon.icon-google,.wp-block-gamurs-id-icon.icon-instagram,.wp-block-gamurs-id-icon.icon-x{margin-left:1px;margin-top:1px}.wp-block-gamurs-id-icon.icon-youtube{margin-left:1.5px;margin-top:1px}
.wp-block-gamurs-next-id-article__wrapper{display:flex;flex-direction:row;gap:0px;padding:0px 0px 0px 0px}@media(max-width:991px){.wp-block-gamurs-next-id-article__wrapper{gap:0px;padding:0px 0px 0px 0px}}.wp-block-gamurs-next-id-article__divider{flex:1;position:relative}.wp-block-gamurs-next-id-article__divider:before{border-top:1px solid #A7A5B6;content:"";left:0;position:absolute;top:50%;width:100%}.wp-block-gamurs-next-id-article__copy-container{background-color:#a7a5b600;border:4px #a7a5b600 solid;color:#75738B;display:flex;flex-direction:row;gap:8px;justify-content:center;padding:-4px 12px -4px 12px}@media(max-width:991px){.wp-block-gamurs-next-id-article__copy-container{gap:8px;padding:0px 16px 0px 16px}}.wp-block-gamurs-next-id-article__text{color:#75738B;font-family:'Roboto Flex', Roboto, Arial, Helvetica, sans-serif;font-size:14px;font-weight:700;letter-spacing:0.07em;line-height:26px;margin-bottom:0px;-webkit-text-decoration:none;text-decoration:none;text-indent:0px;text-transform:uppercase}@media(max-width:991px){.wp-block-gamurs-next-id-article__text{font-family:'Roboto Flex', Roboto, Arial, Helvetica, sans-serif;font-size:14px;font-weight:700;letter-spacing:0.07em;line-height:26px;margin-bottom:0px;-webkit-text-decoration:none;text-decoration:none;text-indent:0px;text-transform:uppercase}}
.wp-block-gamurs-id-status-message{align-items:center;color:#2B2B47;display:flex;font-family:'Roboto Flex', Roboto, Arial, Helvetica, sans-serif;font-size:14px;font-weight:400;gap:16px;letter-spacing:0em;line-height:20px;margin-bottom:0px;padding:16px 16px 16px 16px;-webkit-text-decoration:none;text-decoration:none;text-indent:0px;text-transform:none}.wp-block-gamurs-id-status-message p{margin:0}@media(max-width:991px){.wp-block-gamurs-id-status-message p{text-align:left}}.wp-block-gamurs-id-status-message一个{color:#6A64E6;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-color:#6A64E6;text-decoration-style:solid;text-decoration-thickness:2px;text-underline-offset:3px}.wp-block-gamurs-id-status-message一个:hover{color:#4B4BCB;text-decoration-color:#4B4BCB;text-decoration-style:solid;text-decoration-thickness:2px}.wp-block-gamurs-id-status-message一个:visited{color:#6A64E6;text-decoration-color:#6A64E6;text-decoration-style:solid;text-decoration-thickness:2px}.wp-block-gamurs-id-status-message一个:active{color:#373AA7;text-decoration-color:#373AA7;text-decoration-style:solid;text-decoration-thickness:2px}.wp-block-gamurs-id-status-message button{color:#2B2B47;margin-left:auto}.wp-block-gamurs-id-status-message.is-type-error{background-color:#FFDBD1;border-left:2px solid #B02924}.wp-block-gamurs-id-status-message.is-type-error .wp-block-gamurs-icon{color:#B02924}.wp-block-gamurs-id-status-message.is-type-info{background-color:#c5f1ff80;border-left:2px solid #2099CC}.wp-block-gamurs-id-status-message.is-type-info .wp-block-gamurs-icon{color:#2099CC}.wp-block-gamurs-id-status-message.is-type-neutral{background-color:#EAEAEE;border-left:2px solid #75738B}.wp-block-gamurs-id-status-message.is-type-neutral .wp-block-gamurs-icon{color:#75738B}.wp-block-gamurs-id-status-message.is-type-success{background-color:#f4fde5;border-left:2px solid #426714}.wp-block-gamurs-id-status-message.is-type-success .wp-block-gamurs-icon{color:#426714}.wp-block-gamurs-id-status-message.is-type-warning{background-color:#ffde9066;border-left:2px solid #E29800}.wp-block-gamurs-id-status-message.is-type-warning .wp-block-gamurs-icon{color:#E29800}
.wp-block-gamurs-id-tile-divider{margin:0;position:relative}.wp-block-gamurs-id-tile-divider:after{border:0;content:"";display:block;position:absolute}.wp-block-gamurs-id-tile-divider.style-thin:after{border-color:#8e8da140;border-style:solid}.wp-block-gamurs-id-tile-divider.style-thick:after{border-color:#8e8da140;border-style:solid}.wp-block-gamurs-id-tile-divider.position-horizontal:after{width:100%}.wp-block-gamurs-id-tile-divider.position-horizontal.style-thin{height:1px}.wp-block-gamurs-id-tile-divider.position-horizontal.style-thin:after{border-top-width:1px}.wp-block-gamurs-id-tile-divider.position-horizontal.style-thick{height:2px}.wp-block-gamurs-id-tile-divider.position-horizontal.style-thick:after{border-top-width:2px}.wp-block-gamurs-id-tile-divider.position-vertical:after{height:100%}.wp-block-gamurs-id-tile-divider.position-vertical.style-thin{width:2px}.wp-block-gamurs-id-tile-divider.position-vertical.style-thin:after{border-left-width:1px}.wp-block-gamurs-id-tile-divider.position-vertical.style-thick{width:2px}.wp-block-gamurs-id-tile-divider.position-vertical.style-thick:after{border-left-width:2px}
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:root { --wp--style--global--content-size: 840px;--wp--style--global--wide-size: 840px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left:一个uto; margin-right:一个uto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left:一个uto !important;margin-right:一个uto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left:一个uto !important;margin-right:一个uto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left:一个uto !important;margin-right:一个uto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
.tablepress .column-1{font-weight:700;text-align:center;vertical-align:middle;width:300px}.tablepress .column-2,.tablepress .column-3,.tablepress .column-4,.tablepress .column-5,.tablepress .column-6,.tablepress .column-7,.tablepress .column-8,.tablepress .column-9,.tablepress .column-10,.tablepress .column-11,.tablepress .column-12{text-align:center;vertical-align:middle;width:150px}.tablepress thead th{font-size:14px}.tablepress-id-128 .column-1,.tablepress-id-128 .column-2,.tablepress-id-128 .column-3,.tablepress-id-128 .column-4{vertical-align:middle}.tablepress-id-119 .column-1,.tablepress-id-119 .column-2,.tablepress-id-119 .column-3,.tablepress-id-119 .column-4{vertical-align:middle}.tablepress-id-120 .column-1,.tablepress-id-120 .column-2,.tablepress-id-120 .column-3,.tablepress-id-120 .column-4{vertical-align:middle}.tablepress-id-130 .column-1,.tablepress-id-130 .column-2,.tablepress-id-130 .column-3,.tablepress-id-130 .column-4{vertical-align:middle}.tablepress-id-163 .column-1,.tablepress-id-163 .column-2,.tablepress-id-163 .column-3,.tablepress-id-163 .column-4{vertical-align:middle}.tablepress-id-167 .column-1,.tablepress-id-167 .column-2,.tablepress-id-167 .column-3,.tablepress-id-167 .column-4,.tablepress-id-167 .column-5,.tablepress-id-167 .column-6,.tablepress-id-167 .column-7,.tablepress-id-167 .column-8,.tablepress-id-167 .column-9,.tablepress-id-167 .column-10{text-align:center,;vertical-align:middle}.tablepress-id-256 .column-3{max-width:150px}.tablepress-id-257 .column-3{max-width:150px}.tablepress-id-258 .column-3{max-width:150px}.tablepress-id-259 .column-3{max-width:150px}.tablepress-id-260 .column-3{max-width:150px}
var related_posts_js_options = {"post_heading":"h4"};
.aawp .aawp-tb__row--highlight{background-color:#256aaf;}.aawp .aawp-tb__row--highlight{color:#fff;}.aawp .aawp-tb__row--highlight一个{color:#fff;}
(function() {
/** CONFIGURATION START **/
var _sf_async_config = window._sf_async_config = (window._sf_async_config || {});
_sf_async_config.uid = 66987;
_sf_async_config.domain = 'progameguides.com'; //CHANGE THIS TO THE ROOT DOMAIN
_sf_async_config.flickerControl = false;
_sf_async_config.useCanonical = true;
_sf_async_config.useCanonicalDomain = true;
_sf_async_config.sections = 'Dead by Daylight,General Game Codes,Hide from Homepage'; // CHANGE THIS TO YOUR SECTION NAME(s)
_sf_async_config.authors = 'Jean-Pierre van Wyk'; // CHANGE THIS TO YOUR AUTHOR NAME(s)
/** CONFIGURATION END **/
function loadChartbeat() {
var e = document.createElement('script');
var n = document.getElementsByTagName('script')[0];
e.type = 'text/javascript';
e.async = true;
e.src = '//static.chartbeat.com/js/chartbeat.js';
n.parentNode.insertBefore(e, n);
}
loadChartbeat();
})();
;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","https://progameguides.com/plow.lite.js","snowplow"));
window.snowplow('newTracker', 'sp1', 'https://spc.progameguides.com/', {
一个ppId: 'progameguides-web',
});
window.snowplow('addGlobalContexts', [ {
schema: 'iglu:group.gamurs/article_context/jsonschema/1-0-0',
data: {
id: '55315',
一个uthors: 'Jean-Pierre van Wyk',
一个uthorIds: '716340',
一个rticleType: 'SEO',
categories: 'Dead by Daylight',
publishedDate: '2025-06-19T02:25:48-07:00',
lastModifiedDate: '2026-05-05T22:58:05-07:00',
tags: 'General Game Codes,Hide from Homepage',
title: 'Dead by Daylight (DbD) Codes (May 2026) – Free 血点 & 护符!',
}
}
]);
let siteTheme = window.localStorage.getItem("GAMURS_Wordpress-theme");
let colorScheme = 'Unknown';
if (window.matchMedia) {
if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
colorScheme = 'Dark';
} else if (window.matchMedia('(prefers-color-scheme: light)').matches) {
colorScheme = 'Light';
}
}
window.snowplow('addGlobalContexts', [{
schema: 'iglu:group.gamurs/site_theme_context/jsonschema/1-1-0',
data: {
siteTheme: siteTheme,
preferredTheme: colorScheme,
}
}]);
snowplow('enableActivityTracking', {
minimumVisitLength: 5,
heartbeatDelay: 10,
});
var proxyActiveFeatures = window.gg_cfproxy_active_features || [];
console.log("gb一个ctive features from proxy:", proxyActiveFeatures);
proxyActiveFeatures.forEach(function(feature) {
if (feature.experiment && feature.experimentResult) {
window.snowplow('trackStructEvent', {
category: 'Experiments',
一个ction: 'GrowthBook Experiment Viewed',
label: feature.experiment.key,
property: feature.experimentResult.key,
});
}
});
setTimeout(function() {
window.snowplow('trackPageView');
}, 100);
window.top.addEventListener('primisPlayerInit', function (e) {
if (e.detail.playerApiId == 'primisPlayer') {
var player = e.detail;
player.addEventListener('adStarted', function (val) {
window.snowplow('trackSelfDescribingEvent', {
event: {
schema: 'iglu:group.gamurs/primis_ad_impression/jsonschema/1-0-0',
data: {
impressionValue: val.impValue,
servingFee: val.servingFee,
}
},
});
});
}
});
img#wpstats{display:none}
var dataLayer_content = {"siteID":0,"siteName":"","pageTitle":"Dead by Daylight (DbD) Codes (May 2026) - Free 血点 & 护符! | Pro Game Guides","pagePostType":"post","pagePostType2":"single-post","pageCategory":["dead-by-daylight"],"pageAttributes":["general-game-codes","hide-from-homepage"],"pagePostAuthor":"Jean-Pierre van Wyk","pagePostDate":"June 19, 2025","pagePostDateYear":2025,"pagePostDateMonth":6,"pagePostDateDay":19,"pagePostDateDayName":"Thursday","pagePostDateHour":2,"pagePostDateMinute":25,"pagePostDateIso":"2025-06-19T02:25:48-07:00","pagePostDateUnix":1750299948,"pagePostTerms":{"category":["Dead by Daylight"],"post_tag":["General Game Codes","Hide from Homepage"],"internal-label":["Codes Pitch"],"article_type":["SEO"],"author":["jeanpierre"],"meta":{"classic-editor-remember":"classic-editor","post_summary":"Your one-stop shop for free 血点 with Dead by Daylight codes.","is_affiliated":0,"swp_cache_timestamp":455462,"aawp_tracking_id":"","pgg_featured_video":"","GAMURS_Wordpress_Blocks_review_metaboxes__title":"","GAMURS_Wordpress_Blocks_review_metaboxes__type":"Game","GAMURS_Wordpress_Blocks_review_metaboxes__type_Book__isbn":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_Book__author__@type":"Person","GAMURS_Wordpress_Blocks_review_metaboxes__type_Book__author__name":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_Book__bookEdition":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_CreativeWorkSeason__director__@type":"Person","GAMURS_Wordpress_Blocks_review_metaboxes__type_CreativeWorkSeason__director__name":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_CreativeWorkSeason__numberOfEpisodes":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_CreativeWorkSeason__seasonNumber":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_CreativeWorkSeason__productionCompany__@type":"Organization","GAMURS_Wordpress_Blocks_review_metaboxes__type_CreativeWorkSeason__productionCompany__name":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_CreativeWorkSeason__partOfSeries__@type":"CreativeWorkSeries","GAMURS_Wordpress_Blocks_review_metaboxes__type_CreativeWorkSeason__partOfSeries__name":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_CreativeWorkSeason__partOfSeries__issn":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_CreativeWorkSeries__issn":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_Episode__director__@type":"Person","GAMURS_Wordpress_Blocks_review_metaboxes__type_Episode__director__name":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_Episode__episodeNumber":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_Episode__partOfSeason__@type":"CreativeWorkSeason","GAMURS_Wordpress_Blocks_review_metaboxes__type_Episode__partOfSeason__name":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_Episode__partOfSeason__seasonNumber":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_Episode__partOfSeries__@type":"CreativeWorkSeries","GAMURS_Wordpress_Blocks_review_metaboxes__type_Episode__partOfSeries__name":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_Episode__partOfSeries__issn":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_Episode__productionCompany__@type":"Organization","GAMURS_Wordpress_Blocks_review_metaboxes__type_Episode__productionCompany__name":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_Movie__director__@type":"Person","GAMURS_Wordpress_Blocks_review_metaboxes__type_Movie__director__name":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_Movie__productionCompany__@type":"Organization","GAMURS_Wordpress_Blocks_review_metaboxes__type_Movie__productionCompany__name":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_MusicPlaylist__author__@type":"Person","GAMURS_Wordpress_Blocks_review_metaboxes__type_MusicPlaylist__author__name":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_MusicPlaylist__numTracks":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_MusicRecording__byArtist__@type":"Person","GAMURS_Wordpress_Blocks_review_metaboxes__type_MusicRecording__byArtist__name":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_MusicRecording__inPlaylist__@type":"MusicPlaylist","GAMURS_Wordpress_Blocks_review_metaboxes__type_MusicRecording__inPlaylist__name":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_MusicRecording__isrcCode":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_Product__brand__@type":"Organization","GAMURS_Wordpress_Blocks_review_metaboxes__type_Product__brand__name":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_Product__manufacturer__@type":"Organization","GAMURS_Wordpress_Blocks_review_metaboxes__type_Product__manufacturer__name":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_Product__model":"","GAMURS_Wordpress_Blocks_review_metaboxes__type_Product__sku":"","GAMURS_Wordpress_Blocks_review_metaboxes__summary":"","GAMURS_Wordpress_Blocks_review_metaboxes__rating":"","GAMURS_Wordpress_Blocks_review_metaboxes__pros_title":"","GAMURS_Wordpress_Blocks_review_metaboxes__pros":"","GAMURS_Wordpress_Blocks_review_metaboxes__cons_title":"","GAMURS_Wordpress_Blocks_review_metaboxes__cons":"","GAMURS_Wordpress_Blocks_review_metaboxes__disclaimer":"","GAMURS_Wordpress_Blocks_review_metaboxes__image":"","apple_news_sections":"a:0:{}","footnotes":"","pushly_unique":1778046921555,"pushly_customize_notification_content":"","pushly_custom_title":"","pushly_custom_body":"","pushly_audience_ids":"a:0:{}"}},"postID":55315,"siteUrl":"https:\/\/progameguides.com"};
dataLayer.push( dataLayer_content );
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NWJQJXJ');
@-webkit-keyframes bgslide{from{background-position-x:0}to{background-position-x:-200%}}@keyframes bgslide{from{background-position-x:0}to{background-position-x:-200%}}.wpp-widget-block-placeholder,.wpp-shortcode-placeholder{margin:0一个uto;width:60px;height:3px;background:#dd3737;background:linear-gradient(90deg,#dd3737 0%,#571313 10%,#dd3737 100%);background-size:200%一个uto;border-radius:3px;-webkit-animation:bgslide 1s infinite linear;animation:bgslide 1s infinite linear}
var PushlySDK = window.PushlySDK || [];
function pushly() { PushlySDK.push(arguments) }
pushly('load', {
domainKey: decodeURIComponent("Na1NE60oQf0YAYpgYwckgmHqq22dHgS8Lyj7"),
sw: "https://progameguides.com/wp-content/plugins/pushly/assets/js/pushly-sdk-worker.js.php",
swScope: "https://progameguides.com/wp-content/plugins/pushly/" });
#content>.columns {
background: white;
}
/* ─────────── PGG Codes Table ──────────────────── */
.pgg-codes{
width:100%;
border-collapse:collapse;
margin:1.25rem 0;
font:inherit;
color:inherit;
}
.pgg-codes td{
padding:.25rem .5rem;
vertical-align:top;
}
.pgg-codes tr:not(:last-child) td{
border-bottom:1px solid var(--wp--preset--color--contrast-2,
color-mix(in srgb, currentColor 10%, transparent));
}
.pgg-codes td:first-child{
font-weight:700;
white-space:nowrap;
}
.pgg-codes td:nth-child(2){width:72px;}
.pgg-copy{
font:inherit;
line-height:1;
color:var(--wp--preset--color--primary,currentColor);
background:transparent;
border:1px solid currentColor;
border-radius:.25rem;
padding:.15rem .6rem;
cursor:pointer;
transition:background .15s ease-in-out,color .15s;
}
.pgg-copy:hover{
background:color-mix(in srgb,currentColor 12%,transparent);
}
/* ---- PGG Accordion Styles ---- */
.pgg-accordion {margin: 1.5em 0;}
.pgg-accordion h3 {
display: inline;
font-size: 1.15em;
font-weight: 600;
margin: 0;
padding: 0;
}
.pgg-accordion-btn {
display: inline-block;
font: inherit;
font-size: 1em;
color: var(--wp--preset--color--primary, currentColor);
background: transparent;
border: 1px solid currentColor;
border-radius: .3em;
padding: .3em 1em;
cursor: pointer;
margin-bottom: .75em;
margin-left: 0.4em;
transition: background .15s, color .15s;
}
.pgg-accordion-btn:hover,
.pgg-accordion-btn[aria-expanded="true"] {
background: color-mix(in srgb, currentColor 10%, transparent);
}
.pgg-accordion-list {
display: none;
margin: 0;
padding-left: 1.25em;
一个nimation: fadeIn .5s;
list-style: disc;
}
.pgg-accordion-list[aria-hidden="false"] { display: block; }
.pgg-accordion-list li { margin: .3em 0; font-weight: 700; font-size: 1em; }
@keyframes fadeIn {from{opacity:.3;} to{opacity:1;}}
if (document.readyState === "loading") {
// Loading hasn't finished yet
document.addEventListener("DOMContentLoaded", function() {
var;
if (typeof Georiot !== "undefined") {
if (ale_on_click_checkbox_is_checked) {
Georiot.amazon.addOnClickRedirect(367872, true);
} else {
Georiot.amazon.convertToGeoRiotLinks(367872, true);
}
}
});
} else {
var;
if (typeof Georiot !== "undefined") {
if (ale_on_click_checkbox_is_checked) {
Georiot.amazon.addOnClickRedirect(367872, true);
} else {
Georiot.amazon.convertToGeoRiotLinks(367872, true);
}
}
}
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('set', 'anonymizeIp', true);
gtag('config', 'UA-293830-43', {
'dimension1': 'Jean-Pierre van Wyk',
'dimension2': 'May 5, 2026',
'dimension4': 'June 19, 2025',
'dimension5': 0,
"dimension6": "SEO",
"internal_label": "Codes Pitch",
});
gtag('event', window.haveWeGotAds === undefined ? "Blocked" : "Allowed", {
'event_category': 'Ad Block',
'non_interaction': true,
});
var _comscore = _comscore || [];
_comscore.push({
c1: "2",
c2: "36750692"
});
(function () {
var s = document.createElement("script"),
el = document.getElementsByTagName("script")[0];
s.async = true;
s.src = "https://sb.scorecardresearch.com/cs/36750692/beacon.js";
el.parentNode.insertBefore(s, el);
})();
(async function () {
try {
const response =一个wait fetch('/wp-json/navy/v1/tag?pid=A-6154B898BBD8E7536A775AC9-5&environment=production');
const tag =一个wait response.text();
const script = document.createElement('script');
script.type = 'text/javascript';
script.innerHTML = tag;
script.id = 'navy';
document.head.appendChild(script);
} catch (e) {
console.error('navy error', e);
}
})();
a:hover,
a:active,
a:focus {
color: #5755d9;
text-decoration: underline;
box-shadow: none;
}
.pushdown-placeholder {
@media (max-width: 841px) {
min-height: 50px;
position: sticky;
text-align: center;
top: 0;
z-index: 999;
}
}
(function () {
if (window.innerWidth < 841) {
if (document.querySelector(".pushdown-placeholder")) {
document.querySelector(".pushdown-placeholder").classList.add('active');
}
}
})();
Search
- Guides
- All Game Guides
- Fortnite
- Roblox
- Minecraft
- Genshin Impact
- Pokemon
- Wordle
- BitLife