@charset"utf-8";
body,html {
 width: 100%;
 height: 100%;
}
body {
 --nav-background-color: white;
 --background-color: #f0f0f0;
 --text-color: #444444;
 --a-color: #282828;
 --text2-color: rgba(0, 0, 0, .4);
 --shadow-color: rgba(0, 0, 0, .1);
 --svg-fill-color: #515151;
 --primary-text-color: #000000;
 margin: 0;
 font-family:"Microsoft YaHei","微软雅黑","STHeiti","WenQuanYi Micro Hei", SimSun, sans-serif;
 font-size: 14px;
 line-height: 140%;
 background-color: var(--background-color);
 color: var(--text-color);
 color-scheme: light dark;
}
body:after {
 content:"";
 position: fixed;
 z-index: -1;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 background-color: #FEFEFE;
}
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
tr {
 margin: 0;
 padding: 0;
 font-weight: normal
}
input,
select {
 font-size: 12px;
 vertical-align: middle;
 border: none;
}
ul,
li {
 list-style-type: none;
}
img {
 border: 0 none;
}
p {
 margin: 0 0 10px;
}
* {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box
}
:after,
:before {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box
}
.container {
 position: relative;
 padding-right: 15px;
 padding-left: 15px;
 margin-right: auto;
 margin-left: auto;
}
.row {
 position: relative;
 margin-right: -15px;
 margin-left: -15px;
}
.container:before,
.container:after,
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
 display: table;
 content:"";
 clear: both;
}
.nopc {
 display: none !important;
}
h1 {
 font-size: 22px;
 line-height: 28px;
}
h2 {
 font-size: 20px;
 line-height: 26px;
}
h3 {
 font-size: 18px;
 line-height: 24px;
}
h4 {
 font-size: 16px;
 line-height: 22px;
}
h5 {
 font-size: 14px;
 line-height: 20px;
}
h6 {
 font-size: 12px;
 line-height: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 font-weight: 700;
 margin-top: 10px;
 margin-bottom: 10px
}
a,
button {
 text-decoration: none;
 color: var(--a-color);
 outline: none;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
button:hover {
 cursor: pointer;
}
a:focus,
a:hover,
a:active {
 text-decoration: none;
 color: #59d2fa;
}
.icon {
 font-size: 16px;
 vertical-align: -1px;
}
.font-16 {
 font-size: 16px;
}
.font-14 {
 font-size: 14px;
}
.font-12 {
 font-size: 12px;
}
.text-red {
 color: red;
}
.text-center {
 text-align: center;
}
.text-left {
 text-align: left;
}
.text-right {
 text-align: right;
}
.pull-right {
 float: right !important;
 color: #999999;
}
.pull-right1 {
 float: right !important;
 color: #999999;
 padding-top: 5px;
 padding-right: 10px;
}
.pull-right2 {
 float: right !important;
 color: #999999;
 padding-top: 5px;
}
.hide {
 display: none !important;
}
.text-overflow {
 width: 100%;
 overflow: hidden;
 text-overflow: ellipsis;
 -o-text-overflow: ellipsis;
 white-space: nowrap;
}
.beI_EFBJ {
 display: block;
 border-radius: 0px 0px 7px 7px;
 width: 100%;
 position: absolute;
 bottom: 0;
 left: 0;
 padding: 5px 10px;
 font-size: 12px;
 overflow: hidden;
 text-overflow: ellipsis;
 -o-text-overflow: ellipsis;
 white-space: nowrap;
 background-repeat: no-repeat;
 background-image: linear-gradient(rgba(0,0,0,.5), rgba(0, 0, 0, .9));
 color: #FFFFFF;
}
.beI_EFBJd {
 overflow: hidden;
 text-overflow: ellipsis;
 -o-text-overflow: ellipsis;
 white-space: nowrap;
 position: absolute;
 right: 0;
 bottom: 0;
 left: 0;
 height: 44px;
 padding: 12px;
 top: 8px;
 background: none;
 display: block;
 padding: 0px;
}
.beI_EFBJd b {
 background: rgba(0, 0, 0, .51);
 color: #c2c6d0;
 border-radius: 10px 0 0 10px;
 max-width: 75%;
 padding: 0 5px;
 line-height: 20px;
 font-size: 12px;
 display: inline-block !important;
 float: right;
 margin: 0;
}
.beI_EFBJc {
 overflow: hidden;
 text-overflow: ellipsis;
 -o-text-overflow: ellipsis;
 white-space: nowrap;
 position: absolute;
 right: 0;
 bottom: 0;
 left: 0;
 height: 44px;
 padding: 12px;
 top: 8px;
 background: none;
 display: block;
 padding: 0px;
}
.beI_EFBJc b {
 background: rgba(0, 0, 0, .51);
 color: #c2c6d0;
 border-radius: 10px 0 0 10px;
 max-width: 75%;
 padding: 0 5px;
 line-height: 20px;
 font-size: 12px;
 display: inline-block !important;
 float: right;
 margin: 0;
}
.pic-tag {
 position: absolute;
 top: 0;
 right: 0;
 z-index: 99;
 padding: 2px 8px;
 font-size: 12px;
 border-radius: 0 0 0 8px;
 background-color: #FF9900;
 color: #FFFFFF;
}
.gdCf_FGEebE {
 margin-bottom: 0px;
}
.gdCf_ICFe {
 margin-top: 30px;
 margin-bottom: 30px;
}
input,
textarea {
 outline: medium none;
 outline: none;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input.form-control,
input.btn {
 outline: 0px;
 -webkit-appearance: none;
}
input[type="checkbox"] {
 vertical-align: -2px;
}
.form-control {
 display: block;
 width: 100%;
 height: 32px;
 padding: 0 10px;
 font-size: 12px;
 line-height: 20px;
 border-radius: 4px;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 margin-bottom: 22px;
 border: 1px solid #ccc;
}
textarea.form-control {
 height: auto;
}
.hide,
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs,
.visible-mi {
 display: none;
}
.gdCf_BGHbbB {
 margin: 30px 0 20px;
}
.gdCf_BGHbbB__BbBB,
.gdCf_BGHbbB__CeCB {
 float: left;
 margin-left: 10px;
}
.gdCf_BGHbbB__BbBB .logo {
 display: block;
 width: 150px;
 height: 50px;
 background: url(/logo) no-repeat;
 background-position: 50% 50%;
 background-size: cover
}
.gdCf_BGHbbB__CeCB {
 position: relative;
 margin-top: 15px;
 margin-left: 30px;
}
.gdCf_BGHbbB__CeCB li {
 float: left;
 margin-right: 30px
}
.gdCf_BGHbbB__CeCB li a {
 position: relative;
 font-size: 18px;
 color: #555555;
}
.gdCf_BGHbbB__CeCB li a:hover,
.gdCf_BGHbbB__CeCB li.active a {
 color: #59d2fa;
}
.gdCf_BGHbbB__CeCB li.active a:before {
 content:"";
 position: absolute;
 left: 30%;
 bottom: -10px;
 width: 40%;
 height: 3px;
 background-color: #59d2fa;
 border-radius: 2px;
}
.gdCf_BGHbbB__GdBF {
 float: right;
 margin-top: 15px;
 margin-right: 10px;
}
.gdCf_BGHbbB__GdBF>li {
 position: relative;
 float: left;
 padding-bottom: 10px;
 margin-left: 30px;
}
.gdCf_BGHbbB__GdBF>li>a {
 color: #555555;
}
.gdCf_BGHbbB__GdBF>li>a:hover {
 color: #59d2fa;
}
.gdCf_BGHbbB__GdBF>li>a .dbGcBEEJ {
 font-size: 22px;
}
.gdCf_BGHbbB__GdBF>li>span {
 font-size: 24px;
 color: #555555;
}
.bgGdBEGE {
 display: none;
 position: absolute;
 z-index: 999;
 top: 100%;
 padding: 15px;
 border-radius: 2px;
 background-color: #f0f0f0;
 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.bgGdBEGE:after {
 content:"";
 width: 10px;
 height: 10px;
 -webkit-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
 position: absolute;
 top: -5px;
 right: 15px;
 background-color: #f0f0f0;
}
.bgGdBEGE.search {
 right: -10px;
}
.bgGdBEGE.search .item {
 position: relative;
 width: 200px;
}
.bgGdBEGE.search .item .form-control {
 background-color: #ffffff;
}
.bgGdBEGE.search .item .submit {
 display: block;
 position: absolute;
 top: 0;
 right: 0;
 width: 30px;
 height: 30px;
 line-height: 30px;
 text-align: center;
 background: none;
 border: 0;
 cursor: pointer;
}
.bgGdBEGE.search .item .submit .icon {
 font-size: 14px;
 color: #999999
}
.bgGdBEGE.search li {
 padding: 10px 5px;
 border-top: 1px solid #dfdfdf;
}
.bgGdBEGE.search li:first-child {
 border-top: 0;
}
.bgGdBEGE.search li a {
 display: block;
}
.bgGdBEGE.search li a:hover {
 color: #59d2fa;
}
.bgGdBEGE.search li a span {
 color: #999999;
}
.bgGdBEGE.type {
 right: -10px;
 width: 240px;
 padding: 15px 7px 7px 15px;
}
.bgGdBEGE.type li {
 float: left;
 width: 33.333333%;
 padding-right: 8px;
 padding-bottom: 8px;
}
.bgGdBEGE.type li a {
 display: block;
 padding: 5px 0;
 border-radius: 2px;
 background-color: #fff;
 font-size: 12px;
 text-align: center;
}
.bgGdBEGE.type li a:hover,
.bgGdBEGE.type li.active a {
 background-color: #59d2fa;
 color: #fff;
}
.bgGdBEGE.history {
 right: -10px;
 width: 240px;
}
.bgGdBEGE.history .head h5 {
 margin: 0;
 padding-bottom: 10px;
}
.bgGdBEGE.history .head a {
 color: #59d2fa;
}
.bgGdBEGE.history li a {
 display: block;
 padding: 8px 0;
 border-top: 1px solid #eee;
 color: #333;
}
.bgGdBEGE.history li a:hover {
 color: #59d2fa;
}
.bgGdBEGE.history li a span {
 color: #999;
}
.gdCf_BCBgbB {
 padding: 10px;
}
.gdCf_BCBgbB .head {
 padding: 15px;
 border-radius: 2px;
 background-color: #f7f7f7;
}
.gdCf_BCBgbB .head .text,
.gdCf_BCBgbB .head .all {
 color: #444;
}
.gdCf_BCBgbB .head a {
 color: #444;
}
.gdCf_BCBgbB .item {
 display: block;
}
.gdCf_BCBgbB .item ul {
 padding: 15px;
 border-bottom: 1px solid #f0f0f0;
}
body.dark .gdCf_BCBgbB .item ul {
 border-bottom: 1px solid #333;
}
.gdCf_BCBgbB .item ul li {
 float: left;
}
.gdCf_BCBgbB .item ul li a {
 display: inline-block;
 padding-left: 20px;
}
.gdCf_BCBgbB .item ul li a,
.gdCf_BCBgbB .item ul li span {
 color: var(--text-color);
}
.gdCf_BCBgbB .item ul li.active a,
.gdCf_BCBgbB .item ul li a:hover {
 color: #59d2fa;
}
.gdCf_GCFbbGG__dBBb {
 margin-top: 30px;
 padding: 0 10px;
}
.gdCf_GCFbbGG__dBBb h2,
.gdCf_GCFbbGG__dBBb h2 a {
 color: var(--primary-text-color);
 font-weight: bold;
}
.gdCf_GCFbbGG__dBBb p {
 padding-left: 20px;
}
.gdCf_GCFbbGG__dBBb p a {
 display: inline-block;
 margin-right: 20px;
}
.gdCf_GCFbbGG li {
 float: left;
 padding: 10px;
 width: 16.6666667%;
}
.gdCf_GCFbbGG li.index {
 width: 33.333333%;
}
.gdCf_GCFbbGG li.like {
 width: 50%;
 padding: 5px;
}
.gdCf_GCFbbGG li.topic {
 width: 25%;
}
.gdCf_GCFbbGG__cABcd {
 display: block;
 position: relative;
 padding-top: 150%;
 border-radius: 5px;
 background: url(../img/load.gif) no-repeat;
 background-position: 50% 50%;
 background-size: cover;
}
.gdCf_GCFbbGG__cABcd.active {
 padding-top: 60%;
 background: url(../img/load.gif) no-repeat;
 background-position: 50% 50%;
 background-size: cover;
}
.gdCf_GCFbbGG__cABcd .bdAj {
 display: none;
 position: absolute;
 top: 0;
 z-index: 1;
 border-radius: 7px;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.1) url(../img/play.png) center no-repeat;
}
.gdCf_GCFbbGG__cABcd:hover .bdAj {
 display: block;
}
.gdCf_GCFbbGG__bBGcaC {
 margin: 0;
 padding: 10px 0;
}
.gdCf_GCFbbGG__bBGcaC .title {
 margin: 0;
}
.gdCf_GCFbbGG__bBGcaC .title a {
 font-size: 14px;
 color: var(--a-color);
 font-weight: 700;
}
.gdCf_GCFbbGG__bBGcaC .title a:hover {
 color: #59d2fa;
}
.gdCf_GCFbbGG__bBGcaC .text {
 margin-top: 3px;
 color: var(--text2-color);
}
.gdCf_GCFbbGG__bBGcaC.index {
 padding: 5px 10px;
}
.gdCf_GCFbbGG__bBGcaC.index .title {
 margin: 10px 0;
 font-size: 16px;
 text-align: left;
}
.gdCf_GCFbbGG__bBGcaC.index .title .score {
 font-size: 14px;
 color: #59d2fa;
}
.gdCf_GCFbbGG__bBGcaC.index .title .dbGcBEEJ {
 color: #59d2fa;
}
.gdCf_GCFbbGG__bBGcaC.index .text {
 margin-bottom: 8px;
 padding-left: 20px;
}
.gdCf_BCEebBG {
 padding: 10px;
}
.gdCf_BCEebBG__bBGcaC,
.gdCf_BCEebBG__cABcd,
.gdCf_BCEebBG__dFHh {
 display: table-cell;
 vertical-align: top
}
.gdCf_BCEebBG__dFHh p {
 padding: 0px 30px;
}
.gdCf_BCEebBG__cABcd .pic {
 display: block;
 width: 220px;
}
.gdCf_BCEebBG__cABcd .pic img {
 max-width: 100%;
}
.gdCf_BCEebBG__dFHh {
 width: 240px;
 padding-top: 80px;
 text-align: center;
 background-color: #ededed;
}
.gdCf_BCEebBG__bBGcaC {
 padding: 20px;
 width: 100%;
 background-color: transparent;
}
.gdCf_BCEebBG__bBGcaC .title {
 margin: 0 0 10px;
 font-size: 18px;
 color: var(--primary-text-color);
}
.gdCf_BCEebBG__bBGcaC .data {
 margin-bottom: 10px;
}
.gdCf_BCEebBG__bBGcaC .data2 {
 color: #888888;
}
.gdCf_BCEebBG__bBGcaC .data3 {
 color: #59d2fa;
}
.gdCf_BCEebBG__bBGcaC .data4 {
 font-size: 12px;
 color: #888888;
}
.gdCf_BCEebBG__bBGcaC .desc {
 padding-left: 42px;
 line-height: 25px;
}
.gdCf_BCEebBG__bBGcaC .desc .left {
 margin-left: -42px
}
.gdCf_BCEebBG__bBGcaC .play-btn {
 padding-left: 42px;
 margin-top: 20px
}
.gdCf_BCEebBG__bBGcaC .play-btn a {
 display: inline-block;
 padding: 8px 25px;
 margin-right: 5px;
 border-radius: 5px;
 background-color: #59d2fa;
 font-size: 14px;
 color: #fff;
}
.gdCf_FBHdbB {
 position: relative;
 z-index: 2;
 padding: 10px;
}
.gdCf_FBHdbB__DbGBd {
 background-color: #000;
}
.gdCf_FBHdbB__BeHG {
 position: relative;
 float: left;
 width: 75%;
}
.gdCf_FBHdbB__DbGB {
 position: relative;
 float: left;
 width: 25%;
 background-color: #333333;
}
.gdCf_FBHdbB__DbGB .tab {
 padding: 15px;
 border-bottom: 1px solid #434145;
}
.gdCf_FBHdbB__DbGB .tab li {
 float: left;
 padding-right: 20px;
}
.gdCf_FBHdbB__DbGB .tab li a {
 position: relative;
 font-size: 16px;
 color: #757575;
}
.gdCf_FBHdbB__DbGB .tab li.active a:before {
 content:"";
 position: absolute;
 left: 25%;
 bottom: -15px;
 width: 50%;
 height: 2px;
 background-color: #59d2fa;
}
.gdCf_FBHdbB__DbGB .tab li.active a {
 color: #59d2fa;
}
.gdCf_FBHdbB__DbGB .item {
 display: none;
 position: relative;
 padding: 15px 10px;
}
.gdCf_FBHdbB__DbGB .item.active {
 display: block;
}
.gdCf_FBHdbB__DbGB .item .head {
 position: relative;
 color: #757575;
 padding-bottom: 10px;
 padding-right: 5px;
 font-size: 15px;
}
.gdCf_FBHdbB__DbGB .item .head a {
 color: #757575;
}
.gdCf_FBHdbB__DbGB .item .head h3 {
 margin: 0;
 padding-left: 5px;
 font-size: 14px;
}
.gdCf_FBHdbB__DbGB .item .head .switch-line {
 margin-top: 5px;
}
.gdCf_FBHdbB__DbGB .item .tab-top {
 display: none;
 position: absolute;
 z-index: 999;
 top: 100%;
 right: 0;
 padding: 10px 25px;
 border-radius: 2px;
 background-color: #fff;
 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.gdCf_FBHdbB__DbGB .item .tab-top:after {
 content:"";
 width: 10px;
 height: 10px;
 -webkit-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
 position: absolute;
 top: -5px;
 right: 15px;
 background-color: #fff;
}
.gdCf_FBHdbB__DbGB .item .tab-top li {
 line-height: 35px;
 border-bottom: 1px solid #eee;
 text-align: center;
}
.gdCf_FBHdbB__DbGB .item .tab-top li:last-child {
 border-bottom: 0;
}
.gdCf_FBHdbB__DbGB .item .tab-top li a {
 font-size: 14px;
}
.gdCf_FBHdbB__DbGB .item .tab-top li a:hover {
 color: #59d2fa;
}
.gdCf_FBHdbB__DbGB .cont {
 display: none;
}
.gdCf_FBHdbB__DbGB .cont.active {
 display: block;
}
.gdCf_FBHdbB__FeFBib {
 padding: 20px;
 background-color: #1c1b1e;
}
.gdCf_FBHdbB__FeFBib .title {
 margin: 0 0 10px;
 font-size: 18px;
 color: #fff;
}
.gdCf_FBHdbB__FeFBib .title a {
 color: #fff;
}
.gdCf_FBHdbB__FeFBib .more {
 float: right;
 padding-top: 10px;
}
.gdCf_FBHdbB__FeFBib .more a {
 display: inline-block;
 padding: 6px 15px;
 margin-left: 10px;
 border-radius: 2px;
 background-color: #252527;
 color: #999;
}
.gdCf_FBHdbB__FeFBib .more a:hover {
 color: #59d2fa;
}
.gdCf_FBHdbB__FeFBib .data {
 font-size: 14px;
 color: #888888;
}
.gdCf_FBHdbB__FeFBib .data a {
 color: #888888;
}
.gdCf_FBHdbB__FeFBib .data2 {
 font-size: 14px;
 color: #888888;
}
.gdCf_FBHdbB__FeFBib .data-more {
 padding-top: 10px;
 color: #888888;
}
.gdCf_FBHdbB__FeFBib .data-more a {
 color: #888888;
}
.gdCf_FBHd__CcDc li {
 float: left;
 width: 33.333333%;
 padding: 5px;
}
.gdCf_FBHd__CcDc li.down {
 float: none;
 width: 100%;
}
.gdCf_FBHd__CcDc li a {
 display: block;
 padding: 10px 5px 10px 5px;
 border-radius: 5px;
 text-align: center;
 background-color: #1c1b1e;
 overflow: hidden;
 text-overflow: ellipsis;
 -o-text-overflow: ellipsis;
 white-space: nowrap;
 color: #757575;
}
.gdCf_FBHd__CcDc li a:hover {
 color: #59d2fa;
}
.gdCf_FBHd__CcDc li a:visited {
 color: #444444;
}
.gdCf_FBHd__CcDc li.active a {
 background-color: #59d2fa;
 color: #fff;
}
.gdCf_BCEebBG__dBBgbEBB li {
 float: left;
 width: 10%;
 margin: 0;
 padding: 0 5px;
 margin-bottom: 10px;
 overflow: hidden;
 text-overflow: ellipsis;
 -o-text-overflow: ellipsis;
 white-space: nowrap;
}
.gdCf_BCEebBG__dBBgbEBB li a {
 display: block;
 width: auto;
 text-align: center;
 padding: 10px 5px;
 background-color: #ededed;
 color: #555555;
 border-radius: 5px;
 overflow: hidden;
 text-overflow: ellipsis;
 -o-text-overflow: ellipsis;
 white-space: nowrap;
}
.gdCf_BCEebBG__dBBgbEBB li.active a {
 background-color: #59d2fa;
 color: #ffffff;
}
.gdCf_BCEebBG__dBBgbEBB li a:hover {
 color: #59d2fa;
}
.gdCf_BCEebBG__dBBgbEBB li a:visited {
 color: #c5c5c5;
}
.gdCf_BCEebBG__bEJe {
 padding-right: 10px;
}
.gdCf_BCEebBG__bEJe li {
 margin: 10px 0px 0px 10px;
 height: 40px;
 background-color: #f1f1f1;
 border-radius: 5px;
}
.gdCf_BCEebBG__bEJe li span {
 display: inline-block;
}
.down1 {
 width: 30%;
 line-height: 40px;
 text-align: center;
 background-color: #e9e9e9;
 border-radius: 5px;
 overflow: hidden;
 text-overflow: ellipsis;
 -o-text-overflow: ellipsis;
 white-space: nowrap;
}
.down1 a {
 color: #666666;
 line-height: 40px;
}
.down1 a:hover {
 color: #59d2fa;
}
.down2 {
 width: 70%;
 line-height: 40px;
 padding: 0 20px;
 overflow: hidden;
 text-overflow: ellipsis;
 -o-text-overflow: ellipsis;
 white-space: nowrap;
}
.down2 a {
 color: #666666;
 line-height: 40px;
}
.down2 a:hover {
 color: #59d2fa;
}
.gdCf_FGBg__EjIb {
 margin: 20px 0 20px;
}
.gdCf_FGBg__EjIb li {
 display: inline-block;
 padding: 0 5px;
}
.gdCf_FGBg__EjIb li a {
 display: inline-block;
 padding: 10px 16px;
 border-radius: 4px;
 background-color: #e8e8e8;
 color: #666;
}
body.dark .gdCf_FGBg__EjIb li a {
 background-color: #333;
 color: white;
}
body.dark .gdCf_FGBg__EjIb li.active a {
 background-color: #555;
}
body.dark .gdCf_FGBg__EjIb li.active a {
 color:#00a5ff;
}
.gdCf_FGBg__EjIb li.active a,
.gdCf_FGBg__EjIb li.active span {
 background-color: #59d2fa;
 color: #ffffff;
}
.gdCf_FGBg__EjIb li a:hover {
 color: black;
}
.gdCf_FGBg__EjIb li.num {
 display: none;
}
.stui-page__all a {
 position: absolute;
 top: 50%;
 margin-top: -40px;
 display: block;
 width: 80px;
 height: 80px;
 text-align: center;
 line-height: 80px;
}
.stui-page__all a .dbGcBEEJ {
 font-size: 50px;
 color: #444444;
}
.stui-page__all a:hover .dbGcBEEJ {
 color: #59d2fa;
}
.stui-page__all a.left {
 left: 0;
}
.stui-page__all a.right {
 right: 0;
}
.stui-link__text {
 margin: 30px 10px;
}
.stui-link__text li {
 display: inline-block;
 margin-right: 20px;
 margin-bottom: 10px;
}
.embed-responsive {
 position: relative;
 display: block;
 overflow: hidden;
 padding: 0;
 height: 0
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border: 0
}
.embed-responsive-16by9 {
 padding-bottom: 65%
}
.embed-responsive-4by3 {
 padding-bottom: 75%
}
.stui-gbook {
 padding: 10px;
}
.stui-gbook-form {
 padding-bottom: 20px;
}
.stui-gbook-form .form-control {
 width: 100%;
 padding: 10px;
 border: 1px solid #ddd;
 border-radius: 4px;
}
.stui-gbook-form textarea.form-control {
 height: auto;
}
.stui-gbook-form li {
 margin-top: 15px;
}
.stui-gbook-form li:first-child {
 margin-top: 0;
}
.stui-gbook-form li .submit {
 padding: 0 25px;
 height: 35px;
 line-height: 35px;
 border: 0;
 border-radius: 4px;
 cursor: pointer;
 background-color: #59d2fa;
 color: #fff;
}
.stui-gbook__item {
 padding: 10px 0;
 border-top: 1px dotted #ddd;
}
.stui-gbook__item .name {
 color: #757575;
}
.stui-gbook__item .cont {
 position: relative;
 margin: 10px 0;
 padding: 20px;
 border-radius: 2px;
 background-color: #f0f0f0;
}
.stui-gbook__item .cont:before {
 content:"";
 width: 10px;
 height: 10px;
 -webkit-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
 border-width: 1px 1px 0 0;
 position: absolute;
 top: -5px;
 left: 10px;
 border-style: solid;
 background-color: #f0f0f0;
 border-color: #f0f0f0;
}
.stui-gbook__item .cont p {
 margin: 10px 0 0;
}
@media (min-width:768px) {
 .container {
  width: 750px
 }
}
@media (min-width:992px) {
 .container {
  width: 920px
 }
}
@media (min-width:1200px) {
 .container {
  width: 1170px
 }
}
@media (max-width:1200px) {
 .stui-page__all,
 .gdCf_BCEebBG__dFHh {
  display: none;
 }
 .gdCf_GCFbbGG__bBGcaC.index .title {
  margin: 8px 0;
  font-size: 16px;
  text-align: left;
 }
 .gdCf_GCFbbGG__bBGcaC.index .text {
  margin-bottom: 0px;
  padding-left: 20px;
 }
 .gdCf_BGHbbB__CeCB {
  display: none;
 }
}
@media (max-width:1024px) {
 .gdCf_BGHbbB {
  margin-top: 20px;
 }
 .gdCf_BGHbbB__CeCB {
  display: none;
 }
 .gdCf_BCBgbB .item ul {
  width: 100%;
  width: 100%;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
 }
 .gdCf_BCBgbB .item ul::-webkit-scrollbar {
  display: none;
 }
 .gdCf_BCBgbB .item ul li {
  float: none;
  display: inline-block;
  margin-bottom: 0;
 }
 .gdCf_BCBgbB .item ul li a {
  padding-left: 10px;
 }
 .gdCf_GCFbbGG li {
  width: 25%;
 }
 .gdCf_GCFbbGG li.index {
  width: 50%;
 }
 .gdCf_GCFbbGG li.topic {
  width: 50%;
 }
 .gdCf_GCFbbGG li.like {
  width: 25%;
  padding: 5px;
 }
 .gdCf_GCFbbGG__bBGcaC.index .title {
  margin: 10px 0;
  font-size: 16px;
  text-align: left;
 }
 .gdCf_GCFbbGG__bBGcaC.index .text {
  margin-bottom: 5px;
  padding-left: 20px;
 }
 .gdCf_FBHdbB__BeHG {
  float: none;
  width: 100%;
 }
 .gdCf_FBHdbB__DbGB {
  float: none;
  width: 100%;
  background-color: #f2f2f2;
 }
 .gdCf_FBHdbB__DbGB .tab {
  padding: 15px;
  border-bottom: 1px solid #dfdfdf;
 }
 .gdCf_FBHdbB__DbGB .tab li {
  float: left;
  padding-right: 20px;
 }
 .gdCf_FBHdbB__DbGB .tab li a {
  position: relative;
  font-size: 16px;
  color: #444;
 }
 .gdCf_FBHdbB__DbGB .tab li.active a:before {
  content:"";
  position: absolute;
  left: 25%;
  bottom: -15px;
  width: 50%;
  height: 2px;
  background-color: #59d2fa;
 }
 .gdCf_FBHdbB__DbGB .tab li.active a {
  color: #59d2fa;
 }
 .gdCf_FBHdbB__FeFBib .more a.menu-switch {
  display: none;
 }
 .gdCf_FBHdbB__FeFBib .title {
  margin: 0 0 5px;
 }
 .gdCf_FBHd__CcDc li {
  width: 33.33%;
 }
 .gdCf_FBHd__CcDc li.down {
  float: none;
  width: 100%;
 }
 .gdCf_FBHd__CcDc li a {
  display: block;
  padding: 15px 5px 15px 5px;
  border-radius: 5px;
  text-align: center;
  background-color: #e5e5e5;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  color: #444;
 }
 .gdCf_FBHd__CcDc li a:hover {
  color: #59d2fa;
 }
 .gdCf_FBHd__CcDc li a:visited {
  color: #c5c5c5;
 }
 .gdCf_FBHd__CcDc li.active a {
  background-color: #59d2fa;
  color: #fff;
 }
 .gdCf_BCEebBG__dBBgbEBB {
  padding-right: 10px;
 }
 .gdCf_BCEebBG__dBBgbEBB li {
  width: 33.33%;
  margin: 0;
  padding-top: 10px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
 }
 .gdCf_BCEebBG__dBBgbEBB li a {
  display: block;
  width: auto;
  text-align: center;
  padding: 15px 5px 15px 5px;
 }
 .gdCf_BCEebBG__bEJe {
  padding-right: 10px;
 }
 .gdCf_BCEebBG__bEJe li {
  margin: 10px 0px 0px 10px;
  height: 50px;
  background-color: #f1f1f1;
  border-radius: 5px;
 }
 .gdCf_BCEebBG__bEJe li span {
  display: inline-block;
 }
 .down1 {
  width: 33.33%;
  line-height: 50px;
  text-align: center;
  background-color: #e9e9e9;
  border-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
 }
 .down1 a {
  color: #666666;
  line-height: 50px;
 }
 .down1 a:hover {
  color: #59d2fa;
 }
 .down2 {
  width: 66.66%;
  line-height: 50px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
 }
 .down2 a {
  color: #666666;
  line-height: 50px;
 }
 .down2 a:hover {
  color: #59d2fa;
 }
 .stui-link__text {
  display: none;
 }
 .hidden-ps {
  display: none !important;
 }
}
@media (max-width:767px) {
 .gdCf_FGEebE__Bb {
  padding: 0 5px;
 }
 .play-bg {
  display: none;
 }
 .gdCf_ICFe {
  margin-top: 30px;
 }
 .gdCf_BGHbbB {
  margin-bottom: 10px;
 }
 .gdCf_BGHbbB__BbBB .logo {
  width: 110px;
  height: 30px;
  background: url(/logo) no-repeat;
  background-position: 50% 50%;
  background-size: cover
 }
 .gdCf_BGHbbB__GdBF {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
 }
 .gdCf_BGHbbB__GdBF>li {
  position: relative;
  float: left;
  padding-bottom: 10px;
  margin-left: 15px;
 }
 .gdCf_BGHbbB__GdBF>li>a .dbGcBEEJ {
  font-size: 22px;
 }
 .gdCf_BGHbbB__GdBF>li>span {
  font-size: 18px;
  color: #555555;
 }
 .gdCf_BCBgbB {
  padding: 5px;
 }
 .gdCf_BCBgbB .head {
  padding: 15px 10px 15px 10px;
 }
 .gdCf_BCBgbB .head .all {
  display: none;
 }
 .gdCf_BCBgbB .item ul {
  padding: 15px 10px 15px 10px;
 }
 .gdCf_GCFbbGG li {
  padding: 5px;
  width: 33.333333%;
 }
 .gdCf_GCFbbGG li.index {
  width: 100%;
 }
 .gdCf_GCFbbGG li.like {
  width: 33.333333%;
 }
 .gdCf_GCFbbGG__cABcd.active {
  padding-top: 50%;
 }
 .gdCf_GCFbbGG__bBGcaC {
  padding: 5px 10px;
 }
 .gdCf_GCFbbGG__bBGcaC .title {
  font-size: 12px;
 }
 .gdCf_GCFbbGG__bBGcaC.index .title {
  margin: 5px 0;
  font-size: 16px;
  text-align: left;
 }
 .gdCf_GCFbbGG__bBGcaC.index .text {
  margin-bottom: 5px;
  padding-left: 20px;
 }
 .gdCf_GCFbbGG__dBBb p {
  display: none;
 }
 .gdCf_GCFbbGG__cABcd .bdAj {
  display: none;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
 }
 .gdCf_BCEebBG {
  padding: 0 5px;
 }
 .gdCf_BCEebBG__bBGcaC,
 .gdCf_BCEebBG__cABcd {
  display: block;
 }
 .gdCf_BCEebBG__cABcd {
  position: absolute;
  top: 15px;
  right: 20px;
 }
 .gdCf_BCEebBG__cABcd .pic {
  display: block;
  width: 120px;
 }
 .gdCf_BCEebBG__cABcd .pic img {
  max-width: 100%;
  border-radius: 2px;
 }
 .gdCf_BCEebBG__bBGcaC {
  padding: 20px 10px;
 }
 .gdCf_BCEebBG__bBGcaC .title {
  margin: 0 0 20px;
 }
 .gdCf_FBHdbB {
  padding: 0 5px;
 }
 .gdCf_FBHdbB__FeFBib {
  padding: 10px;
  background-color: #f7f7f7;
 }
 .gdCf_FBHdbB__FeFBib .title {
  margin: 0 0 10px;
  font-size: 18px;
  color: #000;
 }
 .gdCf_FBHdbB__FeFBib .title a {
  color: #000;
 }
 body.dark .gdCf_FBHdbB__FeFBib {
  background-color: #1c1b1e;
 }
 body.dark .gdCf_FBHdbB__FeFBib .title {
  color: #fff;
 }
 body.dark .gdCf_FBHdbB__FeFBib .title a {
  color: #fff;
 }
 .gdCf_FBHdbB__FeFBib .more {
  float: none;
  margin: -10px -10px 10px -10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #2d2d2d;
 }
 .gdCf_FBHdbB__FeFBib .more a {
  margin-left: 0;
  margin-right: 10px;
 }
 .gdCf_FBHdbB__FeFBib .more a {
  display: inline-block;
  padding: 6px 15px;
  margin-left: 0px;
  border-radius: 2px;
  background-color: #3f3f3f;
  color: #999999;
 }
 .gdCf_FBHdbB__FeFBib .more a:hover {
  color: #59d2fa;
 }
 .gdCf_FBHdbB__DbGB {
  float: none;
  width: 100%;
  background-color: #f2f2f2;
 }
 .gdCf_FBHdbB__DbGB .tab {
  padding: 15px;
  border-bottom: 1px solid #dfdfdf;
 }
 .gdCf_FBHdbB__DbGB .tab li {
  float: left;
  padding-right: 20px;
 }
 .gdCf_FBHdbB__DbGB .tab li a {
  position: relative;
  font-size: 16px;
  color: #444;
 }
 .gdCf_FBHdbB__DbGB .tab li.active a:before {
  content:"";
  position: absolute;
  left: 25%;
  bottom: -15px;
  width: 50%;
  height: 2px;
  background-color: #59d2fa;
 }
 .gdCf_FBHdbB__DbGB .tab li.active a {
  color: #59d2fa;
 }
 .gdCf_FBHd__CcDc li {
  width: 33.33%;
 }
 .gdCf_FBHd__CcDc li.down {
  float: none;
  width: 100%;
 }
 .gdCf_FBHd__CcDc li a {
  display: block;
  padding: 15px 5px 15px 5px;
  border-radius: 5px;
  text-align: center;
  background-color: #e5e5e5;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  color: #444;
 }
 .gdCf_FBHd__CcDc li a:hover {
  color: #59d2fa;
 }
 .gdCf_FBHd__CcDc li a:visited {
  color: #c5c5c5;
 }
 .gdCf_FBHd__CcDc li.active a {
  background-color: #59d2fa;
  color: #fff;
 }
 .gdCf_BCEebBG__dBBgbEBB {
  padding-right: 10px;
 }
 .gdCf_BCEebBG__dBBgbEBB li {
  width: 33.33%;
  margin: 0;
  padding-top: 10px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
 }
 .gdCf_BCEebBG__dBBgbEBB li a {
  display: block;
  width: auto;
  text-align: center;
  padding: 15px 5px 15px 5px;
 }
 .gdCf_BCEebBG__bEJe {
  padding-right: 10px;
 }
 .gdCf_BCEebBG__bEJe li {
  margin: 10px 0px 0px 10px;
  height: 50px;
  background-color: #f1f1f1;
  border-radius: 5px;
 }
 .gdCf_BCEebBG__bEJe li span {
  display: inline-block;
 }
 .down1 {
  width: 33.33%;
  line-height: 50px;
  text-align: center;
  background-color: #e9e9e9;
  border-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
 }
 .down1 a {
  color: #666666;
  line-height: 50px;
 }
 .down1 a:hover {
  color: #59d2fa;
 }
 .down2 {
  width: 66.66%;
  line-height: 50px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
 }
 .down2 a {
  color: #666666;
  line-height: 50px;
 }
 .down2 a:hover {
  color: #59d2fa;
 }
 .gdCf_FGBg__EjIb li {
  display: block;
  float: left;
  width: 20%;
  margin: 0;
  padding: 0;
 }
 .gdCf_FGBg__EjIb li.num {
  display: block;
 }
 .gdCf_FGBg__EjIb li a {
  padding: 10px 15px;
 }
 .stui-link__text {
  display: none;
 }
 .hide,
 .visible-lg,
 .visible-md,
 .visible-sm,
 .visible-xs,
 .visible-mi {
  display: block;
 }
 .stui-gbook {
  padding: 10px;
 }
 .stui-gbook__item .cont {
  padding: 10px;
 }
 .hidden-xs {
  display: none !important;
 }
 .hidden-ps {
  display: block !important;
 }
 .nopc {
  display: block !important;
 }
}
.split-line {
 display: inline-block;
 margin-left: 12px;
 margin-right: 12px;
 width: 1px;
 height: 14px;
 vertical-align: -2px;
}
.top-line,
.top-line-dot,
.bottom-line,
.bottom-line-dot {
 position: relative;
}
.top-line:before,
.top-line-dot:before {
 content:"";
 position: absolute;
 left: 0;
 top: 0;
 right: 0;
 width: 100%;
 height: 1px;
}
.bottom-line:after,
.bottom-line-dot:before {
 content:"";
 position: absolute;
 left: 0;
 bottom: 0;
 right: 0;
 width: 100%;
 height: 1px;
}
.btn {
 display: inline-block;
 padding: 7px 30px;
 font-size: 12px;
 border-radius: 4px;
}
.btn .icon {
 font-size: 12px;
}
.btn-min {
 padding: 4px 15px;
}
.btn-lg {
 padding: 12px 30px;
}
.btn-block {
 display: block;
 width: 100%;
 text-align: center;
}
.btn.disabled {
 cursor: not-allowed;
}
.gdCf_FGEebE__EeDH {
 position: relative;
 height: 30px;
}
.gdCf_FGEebE__EeDH.active {
 height: 40px;
}
.gdCf_FGEebE__EeDH .title {
 float: left;
 margin: 0;
 padding-right: 10px;
 line-height: 24px;
 font-weight: 700;
}
.gdCf_FGEebE__EeDH .title img {
 display: inline-block;
 width: 24px;
 height: 24px;
 margin-right: 10px;
 vertical-align: -5px;
}
.gdCf_FGEebE__EeDH .more {
 line-height: 30px;
}
.bottomplay {
 position: relative;
 min-height: 20px;
 padding: 10px 0 10px 0;
}
.more1 {
 color: var(--color-text);
 font-size: 14px;
 display: inline-block;
}
em {
 color: #59d2fa;
 font-style: normal;
}
.stui-banner__item {
 position: relative;
 display: block;
 width: 100%;
}
.stui-banner .flickity-page-dots {
 bottom: 30px;
}
.flickity-prev-next-button.next {
 right: 0;
}
.flickity-prev-next-button.previous {
 left: 0;
}
.stui-banner__pic {
 display: block;
 position: relative;
}
.flickity-enabled {
 position: relative;
}
.flickity-enabled:focus {
 outline: 0
}
.flickity-viewport {
 overflow: hidden;
 position: relative;
 height: 100%
}
.flickity-slider {
 position: absolute;
 width: 100%;
 height: 100%
}
.flickity-viewport.is-pointer-down {
 cursor: -webkit-grabbing;
 cursor: grabbing
}
.flickity-prev-next-button {
 position: absolute;
 top: 50%;
 width: 30px;
 height: 60px;
 border: none;
 background-color: rgba(0, 0, 0, .6);
 cursor: pointer;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%)
}
.flickity-prev-next-button.previous {
 left: 10px;
 border-radius: 0 10px 10px 0
}
.flickity-prev-next-button.next {
 right: 10px;
 border-radius: 10px 0 0 10px
}
.flickity-prev-next-button:disabled {
 opacity: 0;
 cursor: auto
}
.flickity-prev-next-button svg {
 position: absolute;
 left: 20%;
 top: 20%;
 width: 60%;
 height: 60%
}
.flickity-prev-next-button .arrow {
 fill: #fff
}
.flickity-prev-next-button.no-svg {
 color: #fff;
 font-size: 18px
}
.flickity-page-dots {
 position: absolute;
 width: 100%;
 bottom: 20px;
 left: 0;
 padding: 0;
 margin: 0;
 list-style: none;
 text-align: center;
 line-height: 1
}
.flickity-page-dots .dot {
 display: inline-block;
 width: 15px;
 height: 3px;
 margin: 0 5px;
 background: #59d2fa;
 opacity: .25;
 cursor: pointer
}
.flickity-page-dots .dot.is-selected {
 opacity: 1
}
.flickity-page {
 padding-bottom: 15px;
 overflow: hidden;
}
.flickity-page .flickity-page-dots {
 bottom: 0;
}
.detail-more {
 color: #ff658d;
}
.sc {
 background-image: linear-gradient(-45deg, #ffab9c, #ff658d);
}
.lh40 {
 line-height: 35px !important;
 flex: 1;
 display: block;
}
.gdCf_BCEebBG__dBBgbEBB {
 margin-top: 5px;
}
.dpplay {
 display: flex;
 white-space: nowrap;
 overflow-y: auto;
 height: 100% !important;
}
@media(min-width:767px) {
 .dpplay {
  display: block;
 }
}
.fixed_right_bar {
 position: fixed;
 bottom: 120px;
 right: 1%;
 z-index: 100
}
.fixed_right_bar .dbicon {
 color: #fff;
 display: block;
 width: 36px;
 height: 36px;
 line-height: 36px;
 font-size: 16px;
 text-align: center;
 border-radius: 50%;
 overflow: hidden;
 margin-top: 10px;
 position: relative;
 background: rgba(0, 0, 0, 0.6);
 cursor: pointer
}
.gdCf_FBHdbB__DbGB .item .tab-top li.active a {
 font-size: 14px;
 color: #59d2fa;
}
.jbnotice {
 position: absolute;
 top: 50%;
 left: 0;
 width: 100%;
 margin-top: -65px;
}
.jbnotice h3,
.jbnotice h5 {
 color: #fff;
 font-size: 16px;
}
.mb20 {
 margin-bottom: 20px;
}
.text-center {
 text-align: center;
}
.btn-blue {
 background-color: #4fb1f7;
 background: linear-gradient(to right, #4fb1f7 0, #6bb8ee 100%);
}
.btnjb {
 display: inline-block;
 padding: 8px 30px;
 font-size: 12px;
 color: #fff;
 border-radius: 5px;
 margin: 0 10px;
}
.btn-yellows {
 background-color: #ff9900;
 background-image: linear-gradient(-45deg, #ffab9c, #ff658d);
}
.btn,
.btn:hover,
.btn .icon {
 color: #fff;
}
.btn-default {
 background-color: #59d2fa;
 color: #fff;
}
.btn-default:hover {
 background-color: #59d2fa;
}
.btn-primary {
 background-color: #fb553c;
 border: 1px solid #fb553c;
 color: #FFFFFF;
}
.btn-primary .icon {
 color: #FFFFFF;
}
.btn-primary:hover {
 background-color: #ff6600;
 border: 1px solid #ff6600;
 color: #FFFFFF;
}
.btn-primary:hover .icon {
 color: #FFFFFF;
}
.btnmxone:hover {
 color: #fff;
}
.nav > li {
 float: left;
}
.nav-head > li {
 margin-top: 5px;
 margin-right: 30px;
}
.nav-head > li > a {
 padding-bottom: 12px;
 font-size: 16px;
}
.nav-tabs > li {
 margin-left: 30px;
}
.nav-tabs > li > a {
 display: inline-block;
 padding: 8px 0 10px;
}
.nav-tabs > li.active > a {
 color: #59d2fa;
}
.fade {
 opacity: 0;
 -webkit-transition: opacity .15s linear;
 -o-transition: opacity .15s linear;
 transition: opacity .15s linear;
}
.fade.in {
 opacity: 1;
}
.tab-content>.tab-pane,
.carousel-inner>.item {
 display: none;
}
.tab-content>.tab-pane.active,
.carousel-inner>.item.active {
 display: block;
}
.nav-head > li.active > a,
.nav-tabs > li.active > a {
 color: #59d2fa;
}
#ad-container {
 position: fixed;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 300px;
 height: 300px;
 z-index: 9999;
 display: none;
}
#ad-container img {
 width: 100%;
 height: 100%;
}
#close-btn {
 position: absolute;
 top: 5px;
 right: 5px;
 cursor: pointer;
 background-color: #fff;
 border: 1px solid #ccc;
}
body.dark {
 --nav-background-color: hsl(228, 5%, 15%);
 --background-color: hsl(228, 5%, 15%);
 --text-color: hsl(228, 5%, 80%);
 --a-color: hsl(228, 5%, 80%);
 --text2-color: hsl(228, 5%, 60%);
 --shadow-color: hsl(228, 5%, 10%);
 --svg-fill-color: hsl(228, 5%, 80%);
 --primary-text-color: hsl(228, 5%, 80%);
}
body.dark:after {
 content:"";
 position: fixed;
 z-index: -1;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 background-color: var(--background-color);
}
body.dark .gdCf_BGHbbB {
 background-color: var(--background-color);
}
body.dark .gdCf_BGHbbB .gdCf_BGHbbB__CeCB {
 background-color: var(--background-color);
}
body.dark .gdCf_BGHbbB .gdCf_BGHbbB__CeCB .nav > li > a {
 color: var(--text-color);
}
body.dark .gdCf_BGHbbB .gdCf_BGHbbB__CeCB .nav > li.active > a {
 color: #59d2fa;
}
body.dark .gdCf_BGHbbB .gdCf_BGHbbB__CeCB .nav > li > a:hover {
 color: #59d2fa;
}
body.dark .gdCf_BCBgbB .head {
 background-color: var(--background-color);
}
body.dark .gdCf_BCBgbB .head * {
 color: var(--text-color);
}
body.dark .stui-gbook__item .cont {
 background-color: rgba(0, 0, 0, 0.1);
}
body.dark .stui-gbook__item .cont:before {
 border-color: rgba(0, 0, 0, 0.1);
 background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
 .snui-header-logo {
  width: 100px !important;
  height: 40px !important;
 }
.snui-header-history-mobile-btn {
  display: flex;
  align-items: center;
}
}
