* {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

div,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  margin: 0;
  padding: 0;
}

/* body {
  background-color: #f9f9f9;
  font: 16px/1.875em 'Open Sans', 'Arial', 'Hiragino Sans GB', 'Microsoft YaHei', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', 'sans-serif';
  overflow-x: hidden;
  word-break: break-all;
} */

body {
  background-color: #1a1a2e;
  font: 14px 'Open Sans', 'Arial', 'Hiragino Sans GB', 'Microsoft YaHei', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', 'sans-serif';
  overflow-x: hidden;
  word-break: break-all;
  color: #e6e6e6;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #4ecca3;
  outline: none;
}

a:hover {
  color: #fff;
  text-shadow: 0 0 8px rgba(78, 204, 163, 0.7);
}

a img {
  border: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.fc-code img {
  max-width: none;
}

input,
textarea {
  -webkit-appearance: none;
  border: none;
  font-size: 1em;
  font-family: 'Open Sans', 'Arial', 'Hiragino Sans GB', 'Microsoft YaHei', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', 'sans-serif';
  border-radius: 0;
}

input:focus,
textarea:focus {
  outline: none;
}

li {
  list-style: none;
}

table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 1em;
  width: 100%;
  border-top: solid 1px #393e46;
  border-left: solid 1px #393e46;
  box-sizing: border-box;
}

table th {
  background-color: #232931;
  text-align: center;
  box-sizing: border-box;
  color: #eeeeee;
}

table td,
table th {
  padding: 1%;
  border: 1px solid #393e46;
  box-sizing: border-box;
  color: #eeeeee;
}

/*gold*/
.inner {
  width: 93.75%;
  max-width: 1200px;
  /* max-width: 1440px; */
  margin: 0 auto;
  position: relative;
}

.clear {
  clear: both;
}

#blank {
  height: 47px;
  display: none;
  clear: both;
  overflow: hidden;
}

.thumbnail {
  overflow: hidden;
}

.thumbnail a {
  display: block;
}

.thumbnail img {
  display: block;
  width: 100%;
  height: 215px;
  transition: all .3s;
}

.thumbnail .figure {
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}

.thumbnail .figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wot {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rows {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*header*/
#header {
  width: 100%;
  background: linear-gradient(135deg, #232931 0%, #393e46 100%);
  padding: 1% 0;
  border-bottom: 2px solid #4ecca3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

#header .inner {
  display: table;
  table-layout: fixed;
}

/*logo*/
#logo {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  width: 22%;
}

#logo a {
  display: block;
  overflow: hidden;
  padding-bottom: 27.778%;
  background: no-repeat left center;
  background-size: contain;
  position: relative;
}

#logo i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
}

/*search-form*/
#searchbox {
  display: table-cell;
  vertical-align: middle;
}

#searchbox .box {
  float: right;
  width: 500px;
  max-width: 50%;
  position: relative;
  padding-right: 42px;
}

#searchbox .s {
  height: 42px;
  line-clamp: 24px;
  padding: 9px 1em;
  border-radius: 25px 0 0 25px;
  background-color: #232931;
  width: 100%;
  font-size: 14px;
  color: #eeeeee;
  border: 1px solid #4ecca3;
}

#searchbox .submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 100%;
  background: #4ecca3 url(../images/search-icon.png) no-repeat center center;
  background-size: 60% auto;
  cursor: pointer;
  border-radius: 0 25px 25px 0;
  transition: all 0.3s;
}

#searchbox .submit:hover {
  background-color: #3db393;
}

/*nav*/
#nav {
  background: linear-gradient(135deg, #232931 0%, #393e46 100%);
  border-top: 1px solid #4ecca3;
  border-bottom: 2px solid #4ecca3;
  color: #e4e4e4;
}

#nav.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

#nav .ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#nav .ul>li {
  display: table-cell;
  line-height: 45px;
  text-align: center;
  transition: all 0.3s;
}

#nav .ul>li:hover {
  background: rgba(78, 204, 163, 0.1);
}

#nav .ul>li:not(:last-child):after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #4ecca3;
}

#nav li {
  position: relative;
}

#nav a {
  color: #eeeeee;
  display: block;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}

#nav a.border {
  border-right: 1px solid #4ecca3;
}

#nav .on>a,
#nav .current>a {
  background: linear-gradient(135deg, #4ecca3 0%, #3db393 100%);
  color: #232931;
  font-weight: bold;
}

#nav li ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  border-top: 1px solid #4ecca3;
  background: #232931;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

#nav li li {
  border-top: 1px solid #393e46;
}

#nav li li a:hover {
  background: #4ecca3;
  color: #232931;
}

/*slides*/
#slides {
  overflow: hidden;
}

#slides.inner {
  margin-top: 1%;
}

#slides img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.flexslider {
  position: relative;
  overflow: hidden;
  zoom: 1;
  background-color: #232931;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.flexslider .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .flex-direction-nav a {
  width: 34px;
  height: 34px;
  text-indent: -9999em;
  overflow: hidden;
  margin: -17px 0 0;
  display: block;
  background: url(../images/controls.png) no-repeat;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
}

.flexslider .flex-direction-nav .flex-next {
  background-position: -42px 0;
  right: 15px;
}

.flexslider .flex-direction-nav .flex-prev {
  left: 15px;
}

.flexslider:hover .flex-next {
  opacity: 0.8;
  filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
  opacity: 0.8;
  filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover {
  background-position: -42px -35px;
}

.flexslider:hover .flex-prev:hover {
  background-position: 0 -35px;
}

.flexslider .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 5%;
  text-align: center;
  z-index: 2;
}

.flexslider .flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flexslider .flex-control-paging li a {
  background: rgba(255, 255, 255, 0.5);
  display: block;
  height: 5px;
  overflow: hidden;
  text-indent: -9999em;
  width: 15px;
  cursor: pointer;
  border-radius: 5px;
}

.flexslider .flex-control-paging li a.flex-active {
  background-color: #4ecca3;
}

/*wrapper*/
#wrapper {
  overflow: hidden;
  padding: 30px 0;
}

/*breadcrumb*/
.breadcrumb {
  margin-bottom: 2.5%;
  font-size: 14px;
  color: #b8b8b8;
  line-height: 1.5em;
}

.breadcrumb a {
  color: #b8b8b8;
}

.breadcrumb a:hover {
  color: #4ecca3;
}

/*indextags*/
#indextags {
  overflow: hidden;
  margin-bottom: 2.083%;
  font-size: 0.875em;
}

#indextags ul {
  display: flex;
  flex-wrap: wrap;
  width: 101%;
}

#indextags li {
  float: left;
  padding: 0.5% 1% 0.5% 0;
}

#indextags a,
#indextags span {
  color: #eeeeee;
  display: block;
  background-color: #232931;
  border-radius: 20px;
  padding: 0.4em 1.2em;
  border: 1px solid #393e46;
  transition: all 0.3s;
}

#indextags .on a,
#indextags .on span {
  color: #232931;
  background: linear-gradient(135deg, #4ecca3 0%, #3db393 100%);
  border-color: #4ecca3;
  box-shadow: 0 2px 8px rgba(78, 204, 163, 0.3);
}

/*waterfall*/
#waterfall .grid {
  display: flex;
  flex-wrap: wrap;
}

#waterfall .grid-sizer {
  width: 23.5%;
}

#waterfall .grid-post {
  width: 23.5%;
  margin-bottom: 2%;
}

#waterfall .gutter-sizer {
  width: 2%;
}

#waterfall .grid3 .grid-sizer,
#waterfall .grid3 .grid-post {
  width: 32%
}

/*grid-post*/
.grid-post {
  float: left;
  background: #232931;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  border: 1px solid #393e46;
}

.grid-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: #4ecca3;
}

.grid-post .text {
  padding: 6.5%;
}

.grid-post h2 {
  font-size: 16px;
  margin-bottom: 3%;
  color: #4ecca3;
  line-height: 1.35em;
}

.grid-post h2 strong {
  color: #ff6b6b;
}

.grid-post .excerpt {
  font-size: 14px;
  line-height: 2em;
  max-height: 10em;
  /* -webkit-line-clamp: 5; */
  color: #b8b8b8;
  margin-bottom: 3%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.grid-post a {
  display: block;
  overflow: hidden;
}

.grid-post a:hover img {
  transform: scale(1.1);
}

.grid-post .meta {
  font-size: 12px;
  color: #888;
  line-height: 1.5em;
  display: flex;
  justify-content: space-between;
}

.grid-post .meta span {
  display: inline-block;
  vertical-align: middle;
  max-width: 20%;
}

.grid-post .meta .date {
  width: 80px;
  max-width: none;
}

/*postitem*/
.postitem {
  background: #232931;
  margin-bottom: 2.5%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #393e46;
  transition: all 0.3s;
}

.postitem:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  border-color: #4ecca3;
}

.postitem a {
  display: block;
  padding: 2%;
  position: relative;
}

.postitem .thumbnail {
  margin-bottom: 1.5%;
}

.postitem .thumbnail img {
  border-radius: 8px;
}

.postitem .title {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.35em;
  margin-bottom: 1%;
  color: #eeeeee;
}

.postitem .excerpt {
  font-size: 14px;
  line-height: 2em;
  max-height: 4em;
  -webkit-line-clamp: 2;
  color: #b8b8b8;
  margin-bottom: 1%;
}

.postitem .meta {
  font-size: 12px;
  color: #888;
  line-height: 1.5em;
}

.postitem .meta span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.postitem .meta span:last-child {
  margin-right: 0;
}

.postitem .box {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.postitem .box .thumbnail {
  display: table-cell;
  vertical-align: middle;
  width: 220px;
  padding-right: 2.5%;
  margin-bottom: 0;
}

.postitem .box .text {
  display: table-cell;
  vertical-align: middle;
}

.postitem .box .title {
  margin-bottom: 1.5%;
}

.postitem .box .excerpt {
  margin-bottom: 1%;
  height: 6em;
  max-height: none;
  -webkit-line-clamp: 3;
}

/*istop*/
.istop {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  line-height: 1.75em;
  font-family: 'SimSun';
  background: linear-gradient(135deg, #4ecca3 0%, #3db393 100%);
  color: #232931;
  padding: 0 8px;
  z-index: 3;
  border-bottom-right-radius: 5px;
  font-weight: bold;
}

/*pagenavi*/
#pagenavi {
  background: #232931;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 2.5em;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #393e46;
}

#pagenavi a,
#pagenavi span.now-page {
  color: #eeeeee;
  padding: 0 12px;
  border-left: 1px solid #393e46;
  min-width: 2.5em;
  transition: all 0.3s;
}

#pagenavi span.now-page:first-child,
#pagenavi a:first-child {
  border-left: none;
}

#pagenavi a:hover,
#pagenavi span.now-page {
  background: linear-gradient(135deg, #4ecca3 0%, #3db393 100%);
  color: #232931;
  font-weight: bold;
}

#infscr-loading {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0.875em;
  color: #4ecca3;
}

/*pagination*/
#pagination {
  background-color: transparent;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 15px;
}

#pagination a {
  display: inline-block;
  color: #eeeeee;
  padding: 0 15px;
  border-left: 1px solid #393e46;
  margin-right: -5px;
}

#pagination {
  background-color: transparent;
  border-bottom: none;
  display: none;
}

#pagination a {
  background: #232931;
  border-right: none;
  border-left: none;
}

.sidepost p a:hover,
.widget.cmtspost p a:hover,
.widget.newpost p a:hover {
  color: #4ecca3;
}

/*entry*/
.entry {
  color: #eeeeee;
  overflow: hidden;
}

.entry blockquote {
  background: #232931;
  padding: 2.5% 2.5% 0;
  overflow: hidden;
  margin: 0 2em 2.5%;
  border-left: 4px solid #4ecca3;
  border-radius: 5px;
}

.entry blockquote p:first-child:before,
.entry blockquote p:last-child:after {
  display: inline-block;
  font-size: 3em;
  opacity: .25;
  font-family: 'Arial';
  vertical-align: middle;
  margin-bottom: -.25em;
}

.entry blockquote p:first-child:before {
  content: '“';
  margin-right: 0.25em;
}

.entry blockquote p:last-child:after {
  content: '”';
  margin-left: 0.25em;
}

.entry img,
.entry video {
  max-width: 100%;
  height: auto !important;
}

.entry ol,
.entry ul {
  margin: 0 0 2.5% 3em;
}

.entry ul li {
  list-style: outside disc none;
  color: #b8b8b8;
}

.entry ol li {
  list-style: outside decimal none;
  color: #b8b8b8;
}

.entry li p {
  margin-bottom: 0;
}

.entry h1 {
  font-size: 1.5em;
  color: #4ecca3;
}

.entry h2 {
  font-size: 1.25em;
  color: #4ecca3;
}

.entry h3 {
  font-size: 1.125em;
  color: #4ecca3;
}

.entry h4 {
  font-size: 1em;
  color: #4ecca3;
}

.entry h5 {
  font-size: 0.875em;
  color: #4ecca3;
}

.entry h6 {
  font-size: 0.75em;
  color: #4ecca3;
}

.entry p,
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  margin-bottom: 2.5%;
}

.entry a:hover {
  text-decoration: underline;
}

/*error404*/
#error404 {
  text-align: center;
  background: #232931;
  padding: 27vh 10%;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #393e46;
}

#error404 h2 {
  font-weight: normal;
  font-size: 48px;
  line-height: 1.5em;
  margin-bottom: 1em;
  color: #4ecca3;
}

#error404 .entry {
  text-align: center;
}

/*statement*/
#statement {
  font-size: 14px;
  line-height: 1.75em;
  background: #232931;
  color: #b8b8b8;
  margin-bottom: 15px;
  padding: 3.5%;
  border: 1px dashed #4ecca3;
  border-radius: 10px;
}

#statement p {
  white-space: pre-line;
}

/*postmeta*/
#postmeta {
  margin-bottom: 2.5%;
  font-size: 14px;
  color: #888;
}

#postmeta span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}

#postmeta a {
  color: #888;
}

#postmeta a:hover {
  color: #4ecca3;
}

/*title*/
#title {
  color: #eeeeee;
  font-size: 1.75em;
  margin-bottom: 1.5%;
  line-height: 1.5em;
}

#pagetitle {
  color: #eeeeee;
  text-align: center;
  font-size: 32px;
  line-height: 1.5em;
  margin-bottom: 2.5%;
}

/*tags*/
#tags {
  margin-bottom: 2.5%;
  line-height: 2em;
  font-size: 12px;
}

#tags span {
  display: inline-block;
  vertical-align: middle;
  color: #232931;
  background: linear-gradient(135deg, #4ecca3 0%, #3db393 100%);
  padding: 0.3em 0.8em;
  border-radius: 15px;
  position: relative;
  margin: 2.5px 5px 2.5px 0;
  font-weight: bold;
}

#tags span:after {
  border-left: 5px solid #3db393;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: block;
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

#tags a {
  display: inline-block;
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);
  padding: 0.3em 1em;
  color: #232931;
  border-radius: 15px;
  vertical-align: middle;
  position: relative;
  margin: 2.5px 5px 2.5px 0;
  font-weight: bold;
}

#tags a:before,
#tags a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

#tags a:before {
  border-left: 3px solid #232931;
  left: 0;
}

#tags a:after {
  border-left: 5px solid #ff8e8e;
  left: 100%;
}

/*share*/
#share {
  font-size: 60px;
  margin-bottom: 2.5%;
}

#share ul {
  display: flex;
  justify-content: center;
}

#share li {
  padding: 0.25em;
  position: relative;
}

#share a {
  display: block;
  width: 1em;
  height: 1em;
  background: #4ecca3 no-repeat 0 0;
  background-size: 100% auto;
  border-radius: 50%;
  text-indent: -9999em;
  overflow: hidden;
  position: relative;
  transition: all .3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

#share .wb a {
  background-color: #E84B39;
  background-image: url(../images/icon_wb.png);
}

#share .qz a {
  background-color: #FBB700;
  background-image: url(../images/icon_qz.png);
}

#share .qq a {
  background-color: #3199DC;
  background-image: url(../images/icon_qq.png);
}

#share .wx a {
  background-color: #04c15f;
  background-image: url(../images/icon_phone.png);
}

#share a:hover {
  background-position: 0 100%;
  transform: scale(1.1);
}

#share .qr {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  background-color: #232931;
  padding: 5px;
  border: 1px solid #4ecca3;
  font-size: 12px;
  color: #eeeeee;
  line-height: 1.5em;
  text-align: center;
  display: none;
  z-index: 5;
  border-radius: 5px;
}

#share .qr:after {
  border-top: 6px solid #4ecca3;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

#share #qr {
  position: relative;
  width: 120px;
  height: 120px;
}

#share .qr canvas {
  display: none;
}

#share .qr img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*post*/
.post {
  padding: 3.125%;
  background: #232931;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #393e46;
}

/*singlepage*/
#singlepage .entry {
  margin-bottom: 5%;
}

/*postnavi*/
#postnavi {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 1.5% 0;
  font-size: 14px;
  line-height: 1.75em;
  color: #b8b8b8;
}

#postnavi>div {
  max-width: 48%;
  display: flex;
  align-items: center;
}

#postnavi i {
  display: block;
  font-size: 3em;
  color: #4ecca3;
}

#postnavi span {
  display: block;
}

#postnavi .left i {
  padding-right: 5px;
}

#postnavi .right {
  flex-direction: row-reverse;
  text-align: right;
}

#postnavi .right i {
  padding-left: 5px;
}

#postnavi a {
  color: #b8b8b8;
  display: block;
}

#postnavi a:hover {
  color: #4ecca3;
}

/*boxname*/
.boxname {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.35em;
  margin-bottom: 1.5%;
  color: #eeeeee;
}

.boxname:before {
  width: 4px;
  height: 1em;
  background: linear-gradient(135deg, #4ecca3 0%, #3db393 100%);
  border-radius: 2px;
  display: inline-block;
  content: '';
  vertical-align: middle;
  margin-right: 1%;
  margin-top: -0.222em;
}

/*related-post*/
#related-post ul {
  overflow: hidden;
}

#related-post li {
  float: left;
  width: 45%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  line-height: 2em;
}

#related-post li:before {
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background: #4ecca3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: '';
}

#related-post li:nth-child(2n) {
  float: right;
}

#related-post a {
  margin-left: 0.75em;
  color: #b8b8b8;
}

#related-post a:hover {
  color: #4ecca3;
}

/*related-pic*/
#related-pic ul {
  overflow: hidden;
  width: 102%;
}

#related-pic li {
  float: left;
  width: 25%;
  padding: 1% 2% 1% 0
}

#related-pic li .thumbnail {
  margin-bottom: 8px;
}

#related-pic h4 {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: normal;
  color: #eeeeee;
}

/*commentlist*/
#commentlist .num {
  margin-left: 1em;
  color: #b8b8b8;
  font-size: 0.778em;
}

#commentlist .cmt {
  float: right;
  font-size: 0.778em;
}

#commentlist .cmt a {
  display: block;
  color: #232931;
  background: linear-gradient(135deg, #4ecca3 0%, #3db393 100%);
  line-height: 2em;
  padding: 0 0.8em;
  border-radius: 15px;
  font-weight: bold;
  transition: all 0.3s;
}

#commentlist .cmt a:hover {
  background: linear-gradient(135deg, #3db393 0%, #2da383 100%);
  transform: scale(1.05);
}

#commentlist li {
  position: relative;
  border-top: 1px dashed #393e46;
  overflow: hidden;
  padding: 2.5% 0;
}

#commentlist .gravatar {
  float: left;
}

#commentlist .gravatar img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #4ecca3;
}

#commentlist .box {
  margin-left: 60px;
}

#commentlist .name {
  font-size: 16px;
  line-height: 1.35em;
  color: #4ecca3;
}

#commentlist .cont {
  padding: 0.5em 0;
  line-height: 1.75em;
  color: #eeeeee;
}

#commentlist .meta {
  color: #888;
  font-size: 14px;
  line-height: 1.5em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#commentlist .meta span {
  display: block;
}

#commentlist .meta a {
  color: #888;
}

#commentlist .meta a:hover {
  color: #4ecca3;
}

#commentlist li ol {
  margin-left: 3.5%;
  margin-top: 2%;
}

#commentlist li li {
  border-top: none;
  background: #1a1a2e;
  border: 1px dashed #393e46;
  border-radius: 8px;
  padding: 2%;
}

#commentlist li li li {
  background: #232931;
}

#commentlist .cont #comment {
  margin-top: 10px;
  border-top-color: #393e46;
}

#commentlist {
  margin-bottom: 3.5%;
}

#commentlist #pagenavi a {
  border: 1px solid #393e46;
  margin-left: -1px;
}

#commentlist #pagenavi span.now-page {
  border: 1px solid #4ecca3;
  margin-left: -1px;
}

/*comment*/
#postbottom {
  font-size: 14px;
  color: #b8b8b8;
  line-height: 1.75em;
  margin-bottom: 2%;
}

#comment {
  border-top: 1px solid #393e46;
  padding-top: 2.5%;
}

#comment .item {
  overflow: hdiden;
  position: relative;
  margin-bottom: 2%;
}

#comment label {
  display: block;
  float: left;
  background: linear-gradient(135deg, #4ecca3 0%, #3db393 100%);
  color: #232931;
  text-align: center;
  width: 5em;
  height: 42px;
  line-height: 42px;
  font-weight: bold;
  border-radius: 5px 0 0 5px;
}

#comment .input {
  border: 1px solid #393e46;
  border-left: none;
  margin-left: 5em;
  position: relative;
  background: #232931;
  border-radius: 0 5px 5px 0;
}

#comment .verify .input {
  padding-right: 100px;
}

#comment .verify img {
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: auto;
}

#comment .text {
  height: 40px;
  line-height: 30px;
  padding: 6px 1em;
  width: 100%;
  display: block;
  background: transparent;
  color: #eeeeee;
}

#comment textarea.text {
  height: 150px;
  border: 1px solid #393e46;
  resize: vertical;
  border-radius: 5px;
}

#comment .button {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#comment .btn {
  display: block;
  background: linear-gradient(135deg, #4ecca3 0%, #3db393 100%);
  color: #232931;
  cursor: pointer;
  line-height: 2.5em;
  border-radius: 25px;
  padding: 0 2em;
  font-weight: bold;
  transition: all 0.3s;
  border: none;
}

#comment .btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(78, 204, 163, 0.3);
}

#comment .cancel {
  background: #393e46;
  color: #eeeeee;
}

#comment .cancel:hover {
  background: #4a4f57;
}



/**/
.main {
  margin-right: 22.834%;
}

/*sidebar*/
.sidebar {
  width: 20.834%;
  float: right;
}

.widget {
  background: #232931;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #393e46;
  overflow: hidden;
}

.widget h3 {
  line-height: 1.25em;
  padding: 1em 5%;
  border-radius: 10px 10px 0 0;
  font-size: 1.125em;
  background: linear-gradient(135deg, #232931 0%, #393e46 100%);
  color: #4ecca3;
  font-weight: bold;
  border-bottom: 2px solid #4ecca3;
}

.widget img {
  display: block;
}

.widget ul {
  padding: 5%;
}

.widget li {
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #393e46;
  transition: all 0.3s;
}

.widget li:hover {
  border-bottom-color: #4ecca3;
}

.widget li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}


#divComments ul li img {
  display: inline-block;
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 5px;
  border-radius: 50%;
  border: 1px solid #4ecca3;
}

#divComments ul li {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1em;
  color: #b8b8b8;
}

/*follow*/
.follow .textwidget {
  padding: 5% 10%;
}

.follow p {
  padding: 2.5% 0;
  color: #b8b8b8;
}

.follow .social {
  display: flex;
  justify-content: space-between;
}

.follow .social a {
  display: block;
  width: 25%;
  padding-bottom: 27.5%;
  background: no-repeat center center;
  background-size: contain;
  text-indent: -9999em;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.3s;
  border: 1px solid #393e46;
}

.follow .social a:hover {
  transform: scale(1.05);
  border-color: #4ecca3;
}

.follow .social .qq {
  background-image: url(../images/qq.jpg);
}

.follow .social .weibo {
  background-image: url(../images/weibo.jpg);
}

.follow .social .qzone {
  background-image: url(../images/qzone.jpg);
}

.follow img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/*sidepost*/
.sidepost a {
  display: table;
  table-layout: fixed;
  width: 100%;
  transition: all 0.3s;
}

.sidepost a:hover {
  transform: translateX(5px);
}

.sidepost a:hover img {
  transform: scale(1.4, 1.4);
}

.sidepost .thumbnail {
  display: table-cell;
  width: 120px;
  vertical-align: top;
  padding-right: 5%;
}

.sidepost .text {
  display: table-cell;
  vertical-align: top;
}

.sidepost h4 {
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  margin-bottom: 8px;
  color: #eeeeee;
}

.sidepost .meta {
  font-size: 14px;
  line-height: 1.35em;
  color: #888;
}

#tbCalendar {
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
  font-size: 1em;
  color: #eeeeee;
}

#tbCalendar caption {
  padding: 10px 0;
  color: #4ecca3;
  font-weight: bold;
}

#tbCalendar caption a {
  color: #4ecca3;
}

#tbCalendar caption a:hover {
  text-decoration: underline;
}

#tbCalendar tr td a {
  color: #4ecca3;
  font-weight: bold;
}


.divContorPanel div {
  padding: 10px;
  font-size: 0.875em;
  color: #b8b8b8;
}

.divContorPanel a {
  color: #4ecca3;
}

.divSearchPanel div {
  padding: 10px;
  text-align: center;
}

.divSearchPanel form {
  position: relative;
  padding-right: 3em;
  font-size: 1em;
}

.divSearchPanel input[type="text"] {
  height: 42px;
  line-height: 24px;
  padding: 9px 5%;
  border: 1px solid #393e46;
  width: 100%;
  background: #232931;
  color: #eeeeee;
  border-radius: 25px;
}

.divSearchPanel input[type="submit"] {
  padding: 3px 0;
  border: 1px solid #4ecca3;
  cursor: pointer;
  background: linear-gradient(135deg, #4ecca3 0%, #3db393 100%);
  color: #232931;
  width: 3em;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 0 25px 25px 0;
  font-weight: bold;
}






.divTags ul {
  overflow: hidden;
}

.divTags li {
  float: left;
  margin-bottom: 0;
  padding-right: 8px;
  padding-bottom: 8px;
  border-bottom: none;
}

.divTags li a {
  display: block;
  background: #232931;
  color: #eeeeee;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 12px;
  overflow: hidden;
  border: 1px solid #393e46;
  transition: all 0.3s;
}

.divTags li a:before {
  left: -2px;
  background-color: #232931;
}

.divTags li .tag-count {
  font-size: 12px;
  color: #888;
  margin-left: 2px;
}

.divTags li a:hover {
  color: #232931;
  background: #4ecca3;
  border-color: #4ecca3;
  transform: scale(1.05);
}

.divTags li a:hover:before {
  background-color: #232931;
}

.divTags li a:hover .tag-count {
  color: #232931;
}

.divTags li:nth-child(8n-7) a {
  background: linear-gradient(135deg, #4ecca3 0%, #3db393 100%);
  color: #232931;
}

.divTags li:nth-child(8n-6) a {
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);
  color: #232931;
}

.divTags li:nth-child(8n-5) a {
  background: linear-gradient(135deg, #6bc4ff 0%, #8ed4ff 100%);
  color: #232931;
}

.divTags li:nth-child(8n-4) a {
  background: linear-gradient(135deg, #ffd166 0%, #ffdc8a 100%);
  color: #232931;
}

.divTags li:nth-child(8n-3) a {
  background: linear-gradient(135deg, #a367ff 0%, #b88aff 100%);
  color: #232931;
}

.divTags li:nth-child(8n-2) a {
  background: linear-gradient(135deg, #67ffb3 0%, #8affc8 100%);
  color: #232931;
}

.divTags li:nth-child(8n-1) a {
  background: linear-gradient(135deg, #ff67b8 0%, #ff8ac9 100%);
  color: #232931;
}

.divTags li:nth-child(8n) a {
  background: linear-gradient(135deg, #67d4ff 0%, #8ae1ff 100%);
  color: #232931;
}

.divTags li:first-child a {
  background: linear-gradient(135deg, #4ecca3 0%, #3db393 100%);
  color: #232931;
}

.divTags li:last-child a {
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);
  color: #232931;
}

/*friendlinks*/
#friendlinks {
  margin-bottom: 15px;
}

#friendlinks ul {
  overflow: hidden;
}

#friendlinks li {
  float: left;
  font-size: 0.875em;
  color: #b8b8b8;
  margin: 0 5px 5px 0;
  display: inline;
}

#friendlinks li a {
  color: #b8b8b8;
}

#friendlinks li a:hover {
  text-decoration: underline;
  color: #4ecca3;
}

/*footer*/
#footer {
  background: linear-gradient(135deg, #232931 0%, #393e46 100%);
  padding: 1.5% 0;
  border-top: 2px solid #4ecca3;
}

/*copyright*/
#copyright {
  text-align: center;
  font-size: 0.875em;
  color: #b8b8b8;
}

#copyright a {
  color: #4ecca3;
}

.backtop {
  position: fixed;
  bottom: 10%;
  right: 10px;
  z-index: 1001;
}

.backtop i {
  display: block;
  cursor: pointer;
  font-size: 3em;
  color: #4ecca3;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}

.backtop i:hover {
  transform: scale(1.1);
  color: #3db393;
}

/*screen width*/
@media only screen and (max-width:1536px) {

  /*1536px*/
  #pagetitle {
    font-size: 2.084vw;
  }

  /*1536px*/
  #share {
    font-size: 3.90625vw;
  }
}

@media only screen and (max-width:1280px) {

  /*1280px*/
  #error404 h2 {
    font-size: 42px;
  }

  /*1280px*/
  #searchbox .box {
    padding-right: 38px;
  }

  #searchbox .s {
    height: 38px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  #searchbox .submit {
    width: 38px;
  }

  /*1280px*/
  #wrapper {
    padding: 2.34375% 0;
  }

  /*1280px*/
  #pagetitle {
    font-size: 26px;
  }

  /*1280px*/
  #commentlist .gravatar img {
    width: 40px;
    height: 40px;
  }

  #commentlist .box {
    margin-left: 50px;
  }

  /*1280px*/
  #comment {
    font-size: 14px;
  }

  #comment label {
    height: 36px;
    line-height: 36px;
  }

  #comment .text {
    height: 34px;
    line-height: 22px;
  }

  /*1280px*/
  .sidebar {
    width: 23%;
  }

  /*1280px*/
  .sidepost .thumbnail {
    width: 100px;
  }

  .sidepost h4 {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .sidepost .meta {
    font-size: 12px;
  }

  /*1280px*/
  .main {
    margin-right: 25%;
  }

  /*1280px*/
  #slides.inner {
    margin-top: 2.34375%;
  }
}

@media only screen and (max-width:1024px) {

  /*1024px*/
  #blank {
    height: 0;
  }

  /*1024px*/
  body {
    font-size: 14px;
  }

  /*1024px*/
  #header {
    padding: 3% 0;
  }

  /*1024px*/
  #logo {
    width: 145px;
  }

  /*1024px*/
  #navbtn {
    display: table-cell;
    vertical-align: middle;
    width: 43px;
    padding-left: 5px;
  }

  #navbtn span {
    background: #4ecca3;
    border-radius: 0 3px 3px 0;
    padding-bottom: 100%;
    position: relative;
    cursor: pointer;
    display: block;
  }

  #navbtn i {
    display: block;
    width: 60%;
    height: 2px;
    background-color: #232931;
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
    transition: background .3s;
  }

  #navbtn i:before,
  #navbtn i:after {
    width: 100%;
    height: 2px;
    background-color: #232931;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    transition: all .3s;
  }

  #navbtn i:before {
    bottom: 7px;
  }

  #navbtn i:after {
    top: 7px;
  }

  #navbtn .active i {
    background-color: #232931;
  }

  #navbtn .active i:before {
    transform: rotate(45deg);
    bottom: 0;
  }

  #navbtn .active i:after {
    transform: rotate(-45deg);
    top: 0;
  }

  /*1024px*/
  #nav {
    position: fixed;
    right: 0;
    top: auto;
    height: 100vh;
    width: 250px;
    z-index: 9;
    border-top: none;
    transform: translateX(100%);
    transition: transform .3s;
    background: #232931;
  }

  #nav.fixed {
    position: static;
  }

  #nav.active {
    transform: translateX(0);
  }

  #nav .inner {
    max-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: auto;
    max-width: none;
  }

  #nav .ul {
    display: block;
  }

  #nav .ul>li {
    display: block;
    text-align: left;
    border-top: 1px solid #393e46;
    line-height: 50px;
  }

  #nav .ul>li:not(:last-child):after {
    display: none;
  }

  #nav li ul {
    position: static;
    width: auto;
    border-top: 1px solid #393e46;
    padding: 0.5em;
  }

  #nav li li {
    background: #1a1a2e;
    font-size: 14px;
    line-height: 36px;
    padding: 0 1em;
    border-top-color: #393e46
  }

  #nav li li:first-child {
    border-top: none;
  }

  #nav li em {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
  }

  #nav li em:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #4ecca3;
    border-bottom: 1px solid #4ecca3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotate(45deg);
    margin: -6px 0 0 -4px;
    transition: all .3s;
  }

  #nav a {
    padding: 0 1em;
  }

  #nav li li a:hover {
    background: #4ecca3;
    color: #232931;
  }

  /*1024px*/
  #error404 h2 {
    font-size: 36px;
  }

  /*1024px*/
  #waterfall .grid-sizer,
  #waterfall .grid-post {
    width: 31.3%;
    margin-bottom: 3%;
  }

  #waterfall .gutter-sizer {
    width: 3%;
  }

  #waterfall .grid3 .grid-sizer,
  #waterfall .grid3 .grid-post {
    width: 31.333%;
  }

  /*1024px*/
  .sidebar {
    display: none;
  }

  /*1024px*/
  .main {
    margin-right: 0;
  }

  /*1024px*/
  #share {
    font-size: 40px;
    margin-bottom: 3.5%;
  }

  #share .wx {
    display: none;
  }
}

@media only screen and (max-width:768px) {

  /*768px*/
  #header {
    padding: 15px 0;
  }

  /*768px*/
  #logo {
    width: 115px;
  }

  /*768px*/
  #searchbox .box {
    width: 250px;
    max-width: 95%;
    padding-right: 32px;
  }

  #searchbox .s {
    height: 32px;
    line-height: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #searchbox .submit {
    width: 32px;
  }

  /*768px*/
  #navbtn {
    width: 37px;
  }

  /*768px*/
  #nav {
    width: 100%;
  }

  #nav .ul>li {
    font-size: 14px;
    line-height: 45px;
  }

  #nav li em {
    width: 45px;
    height: 45px;
  }

  #nav li em:after {
    width: 5px;
    height: 5px;
    margin-top: -4px;
  }

  /*768px*/
  #error404 {
    padding-top: 28vh;
    padding-bottom: 28vh;
  }

  #error404 h2 {
    font-size: 30px;
  }

  #error404 .entry {
    font-size: 14px;
  }

  /*768px*/
  #waterfall .grid-sizer,
  #waterfall .grid-post,
  #waterfall .grid3 .grid-sizer,
  #waterfall .grid3 .grid-post {
    width: 48.5%;
  }

  /*768px*/
  .post {
    padding: 4% 5%;
  }

  /*768px*/
  .postitem a {
    padding: 3.125%;
  }

  .postitem .title {
    font-size: 16px;
  }

  .postitem .box .thumbnail {
    width: 160px;
  }

  .postitem .box .excerpt {
    height: 4em;
    -webkit-line-clamp: 2;
  }

  /*768px*/
  #tags {
    font-size: 12px;
  }

  /*768px*/
  .boxname {
    margin-bottom: 3.5%;
    font-size: 16px;
    font-weight: bold;
  }

  .boxname:before {
    margin-right: 7px;
  }

  /*768px*/
  #related-pic ul {
    width: 103%;
  }

  #related-pic li {
    width: 50%;
    padding: 1.5% 3% 1.5% 0;
  }

  /*768px*/
  #pagetitle {
    font-size: 22px;
    margin-bottom: 3.5%;
  }

  /*768px*/
  #commentlist {
    margin-bottom: 5%;
  }

  #commentlist .num {
    margin-left: 8px;
  }

  #commentlist li {
    padding: 5% 0;
  }

  #commentlist .gravatar img {
    width: 30px;
    height: 30px;
  }

  #commentlist .box {
    margin-left: 40px;
  }

  #commentlist .name {
    font-size: 15px;
  }

  #commentlist .cont {
    padding: 5px 0;
  }

  #commentlist .meta {
    font-size: 12px;
  }

  #commentlist li li {
    padding: 3.5%;
  }

  /*768px*/
  #postmeta,
  #indextags {
    font-size: 12px;
  }
}

@media only screen and (max-width:540px) {

  /*540px*/
  #waterfall .grid-sizer,
  #waterfall .grid-post,
  #waterfall .grid3 .grid-sizer,
  #waterfall .grid3 .grid-post {
    width: 100%;
  }

  #waterfall .gutter-sizer {
    width: 0;
  }

  /*540px*/
  .postitem .thumbnail {
    margin-bottom: 2.5%;
  }

  .postitem .title {
    margin-bottom: 1.5%;
  }

  .postitem .excerpt {
    margin-bottom: 1.5%;
  }

  .postitem .box .thumbnail {
    width: 110px;
  }

  .postitem .box .excerpt {
    margin-bottom: 0;
    line-height: 1.75em;
    height: 3.5em;
  }

  .postitem .box .meta {
    display: none;
  }

  /*540px*/
  #postnavi {
    display: block;
  }

  #postnavi>div {
    display: block;
    max-width: none;
    padding: 0.5% 0;
  }

  #postnavi i {
    display: none;
  }

  #postnavi a {
    display: inline;
  }

  #postnavi a:before {
    content: '：';
    display: inline-block;
  }

  #postnavi .right {
    text-align: left;
  }

  /*540px*/
  #related-post li {
    width: auto;
    float: none;
  }

  #related-post li:nth-child(2n) {
    float: none;
  }
}

.pagebar {
  padding: 20px;
  overflow: hidden;
  clear: both
}

.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.pagination a {
  background: #232931;
  border: 1px solid #393e46;
  color: #eeeeee;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 15px;
  line-height: 100%;
  transition: all 0.3s;
}

.pagination span {
  color: #eeeeee;
  font-size: 12px;
  padding: 7px 2px;
  margin: 0 2px;
  border-radius: 15px;
}

.pagination a:hover {
  color: #232931;
  background: #4ecca3;
  border: 1px solid #4ecca3;
}

.pagination a.page-num-current {
  color: #232931;
  background: #4ecca3;
  border: 1px solid #4ecca3;
}

.pagination .st {
  font-family: 宋体
}

.text-secondary {
  text-align: center;
  padding: 20px 0
}

.maximg img {
  max-width: 100% !important;
  height: auto !important
}

.maximg p span {
  text-wrap: inherit !important;
}





/*.order-details {*/
/*  width: 93.75%;*/
/*  max-width: 1200px;*/
/*  margin: 0 auto;*/
/*  position: relative;*/
/*  background-color: #fff;*/
/*  padding: 30px 20px;*/
/*  border-radius: 8px;*/
/*  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
/*  font-size: 16px;*/
/*  overflow: hidden;*/
/*}*/

/*.order-details-tit {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  font-size: 24px;*/
/*  line-height: 1;*/
/*  font-weight: 500;*/
/*}*/

/*.order-details-tit span {*/
/*  font-size: 14px;*/
/*}*/

/*.order-details-status {*/
/*  margin: 20px 0 30px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: flex-start;*/
/*  padding: 20px 40px;*/
/*  background-color: #cee5f8;*/
/*  border: solid 1px #ccc;*/
/*}*/

/*.order-details-status span {*/
/*  margin-left: 20px;*/
/*  font-size: 18px;*/
/*}*/

/*.order-details-info {*/
/*  padding: 0 15px;*/
/*}*/

/*.order-details-info p {*/
/*  line-height: 1.6;*/
/*}*/

/*.order-details-info p span {*/
/*  margin-right: 20px;*/
/*}*/

/*@media screen and (max-width: 768px) {*/
/*  .order-details-info p {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    flex-wrap: wrap;*/
/*    line-height: 1.6;*/
/*  }*/
  
/*  .order-details-info p span {*/
/*    margin-right: 0;*/
/*  }*/
/*}*/

/*.order-details-table {*/
/*  width: 100%;*/
/*  padding: 0 10px;*/
/*  margin-top: 20px;*/
/*  border: solid 1px #ccc;*/
/*  background-color: #cee5f8;*/
/*  overflow-x: auto;*/
/*}*/

/*.order-details-table table {*/
/*  min-width: 1080px;*/
/*}*/

/*.order-details-table table,*/
/*.order-details-table table th,*/
/*.order-details-table table td {*/
/*  text-align: left;*/
/*  border: none;*/
/*  background: none;*/
/*}*/

/*.order-details-table-tit th {*/
/*  padding: 20px 1%;*/
/*}*/

/*.order-details-table-tit {*/
/*  border-bottom: solid 1px #ccc;*/
/*}*/

/*.order-details-table2 {*/
/*  background: none;*/
/*}*/

/*.order-details-table-tit2 th {*/
/*  padding: 1%;*/
/*}*/


/*.order-details-steps {*/
/*  width: 100%;*/
/*  padding: 20px 40px;*/
/*  border: solid 1px #ccc;*/
/*  border-top: none;*/
/*  margin-bottom: 30px;*/
/*}*/

/*.order-steps {*/
/*  text-align: center;*/
/*  padding-bottom: 20px;*/
/*  margin-bottom: 15px;*/
/*  border-bottom: dashed 1px #ccc;*/
/*}*/

/*.steps-container {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  position: relative;*/
/*}*/

/*.step {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*}*/

/*.step-icon {*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  background-color: #0D8FFF;*/
/*  color: #fff;*/
/*  border-radius: 50%;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  font-size: 18px;*/
/*  font-weight: bold;*/
/*  transition: background-color 0.3s ease;*/
/*}*/

/*.step-text {*/
/*  margin-top: 10px;*/
  /* font-size: 14px; */
  /* color: #333; */
/*}*/

/*.step-connector {*/
/*  flex-grow: 1;*/
/*  height: 2px;*/
/*  background-color: #0D8FFF;*/
/*  margin: 0 10px;*/
/*  position: relative;*/
/*  top: 20px;*/
/*}*/

/*.step:hover .step-icon {*/
/*  background-color: #0D8FFF;*/
/*  transform: scale(1.1);*/
/*  transition: transform 0.3s ease;*/
/*}*/


.bgtu{ width:100%; height:100%; margin:0 auto; overflow:hidden; min-width:800px; min-height:980px; background:url(/skin/images/lgbg.jpg) no-repeat center; background-size:100% 100%;}

.login{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 560px;
    padding: 60px 0px 81px 0px;
    box-sizing: border-box;
    background: #232931;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    background-size: cover;
    border: 2px solid #4ecca3;
    
}
.fc-code{ background:#1a1a2e}
.denglu{ width:100%; line-height:80px; text-align:center; color:#4ecca3; font-size:22px; font-weight: bold;}



/* 商店搜索页面样式 */
.page-wrapper-row {
    background-color: #1a1a2e;
    color: #e6e6e6;
}

.page-content {
    background-color: #1a1a2e;
    padding: 20px 0;
}

.container {
    width: 93.75%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* 面包屑导航 */
.breadcrumb {
    background: #232931;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #393e46;
}

.breadcrumb li {
    display: inline-block;
    color: #b8b8b8;
}

.breadcrumb li a {
    color: #4ecca3;
}

.breadcrumb li i {
    color: #4ecca3;
    margin: 0 10px;
}

/* 搜索页面样式 */
.search-page {
    background: transparent;
}

.portlet {
    background: #232931;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #393e46;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.portlet.light {
    background: #232931;
    border: 1px solid #393e46;
}

.portlet-title {
    padding: 15px 20px;
    border-bottom: 1px solid #393e46;
    background: linear-gradient(135deg, #232931 0%, #393e46 100%);
    border-radius: 10px 10px 0 0;
}

.caption {
    font-size: 18px;
    color: #4ecca3;
    font-weight: bold;
}

.caption-subject {
    color: #4ecca3 !important;
}

.font-green-sharp {
    color: #4ecca3 !important;
}

/* 表单样式 */
.form-body {
    padding: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.control-label {
    color: #eeeeee;
    font-weight: bold;
}

.label {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 5px 5px 0;
    border-radius: 15px;
    font-size: 13px;
    transition: all 0.3s;
}

.label-success {
    background: linear-gradient(135deg, #4ecca3 0%, #3db393 100%);
    color: #232931 !important;
    font-weight: bold;
}

.label-default {
    background: #393e46;
    color: #eeeeee !important;
    border: 1px solid #4ecca3;
}

.label-default:hover {
    background: #4ecca3;
    color: #232931 !important;
    transform: scale(1.05);
}

/* 输入框样式 */
.input-group {
    position: relative;
    display: flex;
}

.form-control {
    border: 1px solid #393e46;
    color: #eeeeee;
    border-radius: 25px 0 0 25px;
    padding: 10px 15px;
    height: 42px;
}

.form-control:focus {
    box-shadow: 0 0 0 2px rgba(78, 204, 163, 0.2);
}

.btn.blue {
    background: linear-gradient(135deg, #4ecca3 0%, #3db393 100%);
    border: 1px solid #4ecca3;
    color: #232931;
    border-radius: 0 25px 25px 0;
    padding: 10px 20px;
    font-weight: bold;
    transition: all 0.3s;
}

.btn.blue:hover {
    background: linear-gradient(135deg, #3db393 0%, #2da383 100%);
    transform: scale(1.05);
}

/* 排序按钮 */
.actions .btn-group .btn {
    background: #393e46;
    border: 1px solid #393e46;
    color: #eeeeee;
    transition: all 0.3s;
}

.actions .btn-group .btn.active {
    background: linear-gradient(135deg, #4ecca3 0%, #3db393 100%);
    border-color: #4ecca3;
    color: #232931;
    font-weight: bold;
}

.actions .btn-group .btn:hover {
    background: #4ecca3;
    border-color: #4ecca3;
    color: #232931;
}

/* 商品列表样式 */
.blog-page {
    background: transparent;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.col-sm-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.blog-post-sm {
    background: #232931;
    border: 1px solid #393e46;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.blog-post-sm:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border-color: #4ecca3;
}

.blog-img-thumb {
    overflow: hidden;
    position: relative;
}

.blog-img-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 0.3s;
}

.blog-post-sm:hover .blog-img-thumb img {
    transform: scale(1.1);
}

.blog-post-content {
    padding: 15px;
}

.blog-title {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1.4;
}

.blog-title a {
    color: #4ecca3;
    font-weight: bold;
    transition: all 0.3s;
}

.blog-title a:hover {
    color: #3db393;
    text-shadow: 0 0 8px rgba(78, 204, 163, 0.3);
}

.blog-post-foot {
    margin-top: 10px;
}

.blog-post-meta a {
    color: #ff6b6b !important;
    font-weight: bold;
    font-size: 16px;
}

.blog-post-desc {
    color: #b8b8b8;
    font-size: 12px;
}

/* 分页样式 */
.search-pagination {
    margin-top: 30px;
    text-align: center;
}

.pagination {
    display: inline-flex;
    border-radius: 25px;
    padding: 5px;
}

.pagination li {
    margin: 0 2px;
}

.pagination li a {
    display: block;
    padding: 8px 15px;
    background: #393e46;
    color: #eeeeee;
    border-radius: 15px;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.pagination li.active a,
.pagination li a:hover {
    background: linear-gradient(135deg, #4ecca3 0%, #3db393 100%);
    color: #232931;
    border-color: #4ecca3;
    font-weight: bold;
}

/* 购物车样式 */
#dr_cart_nums {
    background: #ff6b6b;
    color: #232931;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .col-sm-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .form-group.row {
        flex-direction: column;
    }
    
    .control-label {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .actions .btn-group {
        flex-direction: column;
    }
    
    .actions .btn-group .btn {
        margin-bottom: 5px;
        border-radius: 5px !important;
    }
}

/* 图标颜色 */
.fa-shopping-cart, .fa-clock-o, .icon-fire, .fa-rmb, .fa-search, .fa-star-o {
    color: #4ecca3;
}

.btn.blue .fa-search {
    color: #232931;
}

/* 导航栏购物车样式 */
.navbar-item .fa-shopping-cart {
    margin-right: 5px;
}

/* 确保所有文字颜色正确 */
.search-page, 
.portlet, 
.form-body, 
.blog-post-content,
.search-pagination {
    color: #e6e6e6;
}



.badge-default, .label-default {
    color: #000000 !important;
    background-color: #efefef;
}

.form-control {
    height: 42px !important;
}