/*
www.adminbuy.cn
*/
* {
  -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: #f9f9f9;
  font: 14px 'Open Sans', 'Arial', 'Hiragino Sans GB', 'Microsoft YaHei', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', 'sans-serif';
  overflow-x: hidden;
  word-break: break-all;
}

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

a:hover {
  color: #7aa227;
}

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 #ddd;
  border-left: solid 1px #ddd;
  box-sizing: border-box;
}

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

table td,
table th {
  padding: 1%;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

/*gold*/
.inner {
  width: 93.75%;
  max-width: 1600px;
  /* 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: 230px;
  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-color: #dedede;
  padding: 1% 0;
  border-bottom: 1px solid #09310c;
}

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

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

#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: 3px 0 0 3px;
  background-color: #fff;
  width: 100%;
  font-size: 14px;
}

#searchbox .submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 100%;
  background: #7aa227 url(../images/search-icon.png) no-repeat center center;
  background-size: 60% auto;
  cursor: pointer;
}

/*nav*/
#nav {
  background-color: #09310c;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #7aa227;
  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;
}

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

#nav li {
  position: relative;
}

#nav a {
  color: #fff;
  display: block;
  position: relative;
  z-index: 2;
}

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

#nav .on>a,
#nav .current>a {
  background-color: #7aa227;
  color: #fff;
}

#nav li ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  border-top: 1px solid #7aa227;
  background-color: #09310c;
}

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

#nav li li a:hover {
  background-color: #7aa227;
}

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

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

#slides img {
  width: 100%;
  display: block;
}

.flexslider {
  position: relative;
  overflow: hidden;
  zoom: 1;
  background-color: #fff;
  border-radius: 0.25em;
}

.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: #fff;
  display: block;
  height: 5px;
  overflow: hidden;
  text-indent: -9999em;
  width: 15px;
  cursor: pointer;
}

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

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

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

.breadcrumb a {
  color: #666;
}

/*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: #333;
  display: block;
  background-color: #fff;
  border-radius: 0.25em;
  padding: 0 0.8em;
}

#indextags .on a,
#indextags .on span {
  color: #fff;
  background-color: #7aa227;
  color: #fff;
  border-color: #7aa227;
}

/*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-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

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

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

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

.grid-post .excerpt {
  font-size: 14px;
  line-height: 2em;
  max-height: 10em;
  /* -webkit-line-clamp: 5; */
  color: #555;
  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: #bbb;
  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-color: #fff;
  margin-bottom: 2.5%;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

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

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

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

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

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

.postitem .meta {
  font-size: 12px;
  color: #bbb;
  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-color: #5C90F8;
  color: #fff;
  padding: 0 5px;
  z-index: 3;
  border-bottom-right-radius: 3px;
}

/*pagenavi*/
#pagenavi {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 2.5em;
  text-align: center;
}

#pagenavi a,
#pagenavi span.now-page {
  color: #666;
  padding: 0 5px;
  border-left: 1px solid #eee;
  min-width: 2.5em;
}

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

#pagenavi a:hover,
#pagenavi span.now-page {
  background-color: #7aa227;
  color: #fff;
}

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

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

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

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

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

.sidepost p a:hover,
.widget.cmtspost p a:hover,
.widget.newpost p a:hover {
  color: #7aa227;
}

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

.entry blockquote {
  background-color: #f3f3f3;
  padding: 2.5% 2.5% 0;
  overflow: hidden;
  margin: 0 2em 2.5%;
}

.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;
}

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

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

.entry h1 {
  font-size: 1.5em;
}

.entry h2 {
  font-size: 1.25em;
}

.entry h3 {
  font-size: 1.125em;
}

.entry h4 {
  font-size: 1em;
}

.entry h5 {
  font-size: 0.875em;
}

.entry h6 {
  font-size: 0.75em;
}

.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-color: #fff;
  padding: 27vh 10%;
}

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

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

/*statement*/
#statement {
  font-size: 14px;
  line-height: 1.75em;
  background-color: #f9f9f9;
  color: #888;
  margin-bottom: 15px;
  padding: 3.5%;
  border: 1px dashed #e4e4e4;
  border-radius: 5px;
}

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

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

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

#postmeta a {
  color: #bbb;
}

#postmeta a:hover {
  color: #7aa227;
}

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

#pagetitle {
  color: #111;
  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: #fff;
  background-color: #09310c;
  background-image: linear-gradient(135deg, #09310c, #5d607a);
  padding: 0 0.6154em;
  border-radius: 5px;
  position: relative;
  margin: 2.5px 5px 2.5px 0;
}

#tags span:after {
  border-left: 5px solid #5d607a;
  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-color: #7aa227;
  background-image: linear-gradient(135deg, #ed4848, #f77474);
  padding: 0 1em;
  color: #fff;
  border-radius: 3px 5px 5px 3px;
  vertical-align: middle;
  position: relative;
  margin: 2.5px 5px 2.5px 0;
}

#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 #fff;
  left: 0;
}

#tags a:after {
  border-left: 5px solid #f77474;
  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: #60C8C7 no-repeat 0 0;
  background-size: 100% auto;
  border-radius: 50%;
  text-indent: -9999em;
  overflow: hidden;
  position: relative;
  transition: all .3s;
}

#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%;
}

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

#share .qr:after {
  border-top: 6px solid #e4e4e4;
  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-color: #fff;
}

/*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: #999;
}

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

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

#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: #888;
  display: block;
}

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

.boxname:before {
  width: 3px;
  height: 0.875em;
  background-color: #7aa227;
  border-radius: 1.5px;
  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.25em;
  height: 0.25em;
  border-radius: 50%;
  background-color: #09310c;
  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;
}

/*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;
}

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

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

#commentlist .cmt a {
  display: block;
  color: #fff;
  background-color: #7aa227;
  line-height: 2em;
  padding: 0 0.58em;
  border-radius: 3px;
}

#commentlist .cmt a:hover {
  background-color: #09310c;
}

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

#commentlist .gravatar {
  float: left;
}

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

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

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

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

#commentlist .meta {
  color: #999;
  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: #999;
}

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

#commentlist li li {
  border-top: none;
  background-color: #f9f9f9;
  border: 1px dashed #e4e4e4;
  border-radius: 5px;
  padding: 2%;
}

#commentlist li li li {
  background-color: #fefefe;
}

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

#commentlist {
  margin-bottom: 3.5%;
}

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

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

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

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

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

#comment label {
  display: block;
  float: left;
  background-color: #7aa227;
  color: #fff;
  text-align: center;
  width: 5em;
  height: 42px;
  line-height: 42px;
}

#comment .input {
  border: 1px solid #dedede;
  border-left: none;
  margin-left: 5em;
  position: relative;
}

#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;
}

#comment textarea.text {
  height: 150px;
  border: 1px solid #dedede;
  resize: vertical;
}

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

#comment .btn {
  display: block;
  background-color: #7aa227;
  color: #fff;
  cursor: pointer;
  line-height: 2em;
  border-radius: 3px;
  padding: 0 1.5em;
}

#comment .cancel {
  background-color: #f9f9f9;
  color: #888;
}



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

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

.widget {
  background-color: #fff;
  margin-bottom: 20px;
}

.widget h3 {
  line-height: 1.25em;
  padding: 1em 5%;
  border-radius: 5px 5px 0 0;
  font-size: 1.125em;
  background-color: #7aa227;
  color: #fff;
  font-weight: normal;
}

.widget img {
  display: block;
}

.widget ul {
  padding: 5%;
}

.widget li {
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #e4e4e4;
}

.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;
}

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

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

.follow p {
  padding: 2.5% 0;
}

.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: 5px;
}

.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: 5px;
}

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

.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;
}

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

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

#tbCalendar caption {
  padding: 10px 0;
}

#tbCalendar caption a {
  color: #222;
}

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

#tbCalendar tr td a {
  color: #7aa227;
  font-weight: bold;
}


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

.divContorPanel a {
  color: #222;
}

.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 #ddd;
  width: 100%;
}

.divSearchPanel input[type="submit"] {
  padding: 3px 0;
  border: 1px solid #dedede;
  cursor: pointer;
  background-color: #dedede;
  color: #fff;
  width: 3em;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}






.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-color: #f9f9f9;
  color: #fff;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 12px;
  overflow: hidden;
}

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

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

.divTags li a:hover {
  color: #fff;
  background-color: #198cff;
}

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

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

.divTags li:nth-child(8n-7) a {
  background-color: #8A9B0F;
}

.divTags li:nth-child(8n-6) a {
  background-color: #EB6841;
}

.divTags li:nth-child(8n-5) a {
  background-color: #3FB8AF;
}

.divTags li:nth-child(8n-4) a {
  background-color: #FE4365;
}

.divTags li:nth-child(8n-3) a {
  background-color: #FC9D9A;
}

.divTags li:nth-child(8n-2) a {
  background-color: #EDC951;
}

.divTags li:nth-child(8n-1) a {
  background-color: #C8C8A9;
}

.divTags li:nth-child(8n) a {
  background-color: #83AF9B;
}

.divTags li:first-child a {
  background-color: #E1474D;
}

.divTags li:last-child a {
  background-color: #3299BB;
}

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

#friendlinks ul {
  overflow: hidden;
}

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

#friendlinks li a {
  color: #555;
}

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

/*footer*/
#footer {
  background-color: #09310c;
  padding: 1.5% 0;
}

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

#copyright a {
  color: #e4e4e4;
}

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

.backtop i {
  display: block;
  cursor: pointer;
  font-size: 3em;
  color: #7aa227;
}

/*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-color: #7aa227;
    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: #fff;
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
    transition: background .3s;
  }

  #navbtn i:before,
  #navbtn i:after {
    width: 100%;
    height: 2px;
    background-color: #fff;
    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: #7aa227;
  }

  #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;
  }

  #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 #dedede;
    line-height: 50px;
  }

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

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

  #nav li li {
    background-color: #7aa227;
    font-size: 14px;
    line-height: 36px;
    padding: 0 1em;
    border-top-color: rgba(255, 255, 255, .1)
  }

  #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 #fff;
    border-bottom: 1px solid #fff;
    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-color: transparent;
  }

  /*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%;
    height: 0vh;
  }

  #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: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px;
  line-height: 100%
}

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

.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}

.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}

.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/dabg.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: #036bc3;
    border-radius: 5px;
    box-shadow: 0 0 30px #0009;
    background-size: cover;
    
}
.fc-code{ background:#fff}
.denglu{ width:100%; line-height:80px; text-align:center; color:#fff; font-size:22px;}

