Files
asky/public/style.css
T
2026-05-17 00:05:36 +08:00

7009 lines
130 KiB
CSS
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@charset "utf-8";
/*
Theme Name: ASky
Theme URI: https://github.com/saresam/Asky
Author: Keith
Author URI: http://skyarea.cn
Description:原作者:keith,本人稍作修改,演示站:https://peanoo.com ,支持原作者。
Version: 1.8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Akina-Siren
Tags: 原Akina-Siren,wordpress主题,极简,
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Formsfocusinfo
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Asides
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/
#content {
animation: main 1s;
}
.headertop,
.pattern-center {
animation: header 1s;
}
.site-branding {
animation: sitetop 1s;
}
.user-panel img {
width: 30px;
height:30px;
border-radius: 50%;
position: relative;
}
.searchbox,
.site-top .lower,
.header-user-avatar {
animation: searchbox 1s;
}
.notice,
.top-feature,
.post-list-thumb,
.post-list,
.comments {
animation: main .6s;
}
@keyframes header {
0% {
opacity: 0;
transform: translateY(-50px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes main {
0% {
opacity: 0;
transform: translateY(50px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes sitetop {
0% {
opacity: 0;
transform: translateX(-30px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes searchbox {
0% {
opacity: 0;
transform: translateX(30px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
overflow-x: hidden;
}
body {
margin: 0;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
}
::selection {
background: #444444;
color: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: middle;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
text-decoration: none;
}
a:active,
a:hover {
outline: none;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
border-radius: 8px;
height: auto;
/* Make sure images are scaled correctly. */
max-width: 100%;
/* Adhere to container width. */
}
.wp-block-image{
border-radius: 8px;
}
svg:not(:root) {
overflow: hidden;
}
figure {
   margin: 1em 1%;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 16px;
line-height: 1.7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
font-family: miranafont,"Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "MicrosoftYaHei", "WenQuanYi Micro Hei", sans-serif;
}
.entry-content P {
text-indent:2.1em;
margin-bottom: 1.5em;
font-family: miranafont,"Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "MicrosoftYaHei", "WenQuanYi Micro Hei", sans-serif;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0;
padding: 30px 60px;
background: #F9F9F9;
position: relative;
}
@media (max-width: 860px) {
blockquote {
margin: 0;
padding: 15px 15px;
background: #F9F9F9;
position: relative;
}
}
blockquote:before {
content: "." !important;
font-size: 4rem;
position: absolute;
top: -50px;
left: 12px;
color: #ABABAB;
font-family: "SimHei",sans-serif;
}
blockquote:after {
content: '.' !important;
font-size: 4rem;
position: absolute;
top: -50px;
right: -5px;
color: #ABABAB;
font-family: "SimHei",sans-serif;
}
blockquote p {
display: inline;
margin: 5px 0;
}
form p {
margin-bottom: 1.5em;
font-family: miranafont,"Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "MicrosoftYaHei", "WenQuanYi Micro Hei", sans-serif;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #F8F8F8;
font: 15px/22px;
font-family: miranafont,"Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "MicrosoftYaHei", "WenQuanYi Micro Hei", sans-serif;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
text-shadow: none;
color: #666;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
box-sizing: border-box;
}
* {
box-sizing: border-box;
/*outline: none;*/
}
*:before,
*:after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
box-sizing: inherit;
}
body {
background: #fff;
/* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
color: rgba(0, 0, 0, .8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
/*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
}
select {
border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
padding: 3px;
}
textarea {
padding-left: 3px;
width: 100%;
color: #A5A5A5;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
color: royalblue;
outline: none;
-webkit-transition: color 0.2s ease-out,border 0.2s ease-out,opacity 0.2s ease-out;
-moz-transition: color 0.2s ease-out,border 0.2s ease-out,opacity 0.2s ease-out;
transition: color 0.2s ease-out,border 0.2s ease-out,opacity 0.2s ease-out;
}
a:visited {
}
a:hover,
a:focus,
a:active {
color: #A0DAD0;
}
a:focus {
outline: none;
}
a:hover,
a:active {
outline: none;
}
/*--------------------------------------------------------------
## body
--------------------------------------------------------------*/
.site-top {
width: 100%;
display: block;
margin: 0 auto;
padding: 0 20px;
font-family: miranafont,"Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "MicrosoftYaHei", "WenQuanYi Micro Hei", sans-serif;
}
@keyframes fade-in {
0% {
opacity: 0;
}/*初始状态 透明度为0*/
40% {
opacity: 0;
}/*过渡状态 透明度为0*/
100% {
opacity: 1;
}/*结束状态 透明度为1*/
}
@-webkit-keyframes fade-in {
/*针对webkit内核*/
0% {
opacity: 0;
}
40% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.wrapper {
animation: fade-in;
/*动画名称*/
animation-duration: 0.5s;
/*动画持续时间*/
-webkit-animation: fade-in 0.5s;
/*针对webkit内核*/
}
/*视频*/
#bgvideo {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
min-width: 99.999%;
min-height: 550px;
z-index: 0;
}
#video-btn,#video-add {
position: absolute;
bottom: 130px;
right: 5px;
width: 32px;
height: 32px;
z-index: 100;
cursor: pointer;
opacity: .8;
-moz-animation: poi-face 10s linear infinite alternate;
-webkit-animation: poi-face 10s linear infinite alternate;
-o-animation: poi-face 10s linear infinite alternate;
animation: poi-face 10s linear infinite alternate;
}
#video-btn:hover,#video-add:hover {
opacity: 1;
}
.video-play,.loadvideo,.video-pause,#video-add {
background: url('images/icons.png') no-repeat;
}
.video-play,.loadvideo{
background-position:center -54px;
}
.video-pause {
background-position:center -158px;
}
#video-add {
background-position:center -106px;
bottom: 90px;
display: none;
}
.video-stu {
position: absolute;
bottom: -100px;
left: 0;
right: 0;
margin: auto;
padding: 6px 15px;
text-align: center;
color: #FFFFFF;
width: 100%;
background-color: rgba(0, 0, 0, 0.8);
border-radius: 0;
font-size: 18px;
font-family: miranafont,"Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "MicrosoftYaHei", "WenQuanYi Micro Hei", sans-serif;
-webkit-transition: .4s ease all;
-moz-transition: .4s ease all;
-o-transition: .4s ease all;
transition: .4s ease all
}
/*
* 头部装饰图
*/
.pattern-center {
position: relative;
top: 0;
left: 0;
width: 100%;
overflow: hidden;
}
.pattern-center::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.3);
}
.pattern-center::after {
content: '';
width: 150%;
height: 4.375rem;
background: #fff;
left: -25%;
bottom: -2.875rem;
border-radius: 100%;
position: absolute;
}
.pattern-attachment-img {
/*background-attachment: fixed;*/
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-origin: border-box;
width: 100%;
height: 400px;
}
.pattern-center header.pattern-header {
position: absolute;
top: 45%;
left: 0;
right: 0;
text-align: center;
color: #FFFFFF;
z-index: 1;
}
.pattern-center h1.cat-title,
.pattern-center h1.entry-title {
color: #FFFFFF;
font-size: 40px;
font-weight: 500;
width: 80%;
margin: auto;
padding: 0;
border: 0;
font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei,Helvetica,Arial,sans-serif;
}
.pattern-center .cat-des {
font-size: 16px;
display: block;
}
.single-center::after {
display: none;
}
.pattern-center header.single-header {
max-width: 800px;
padding: 0 10px;
margin-left: auto;
margin-right: auto;
text-align: left;
top: auto;
bottom: 20px;
}
.single-center .single-header h1.entry-title {
margin: 0;
font-size: 32px;
width: 100%;
}
.single-center .entry-census {
color: #fff;
font-size: 14px;
padding: 18px 0 0;
line-height: 39px;
}
.single-center .entry-census .bull {
margin: 0 5px;
}
.single-center .entry-census span img {
width: 35px;
height: 35px;
border-radius: 100%;
float: left;
margin-right: 12px;
}
.single-center .entry-census a {
color: #fff;
}
@media (max-width: 860px) {
.pattern-center header.single-header {
padding: 0 4%;
}
.pattern-attachment-img {
height: 280px;
}
.pattern-center h1.cat-title,
.pattern-center h1.entry-title,
.single-center .single-header h1.entry-title {
font-size: 26px;
}
}
/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
.site-header {
width: 100%;
background: none;
-webkit-transition: all .4s ease;
transition: all .4s ease;
position: fixed;
z-index: 998;
top: 0
}
.yya {
position: fixed;
left: 0;
top: 0;
background: rgba(255, 255, 255, .98);
box-shadow: 0 0 1px rgba(0,0,0,.15)
}
.site-header:hover{
background: rgba(255, 255, 255, .98);
}
.gizle {
top: -100px;
}
.sabit {
top: 0;
z-index: 998;
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2px);
background-color: #ffffff96;
box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
transition: 0.5s ease;
}
.site-branding {
float: left;
position: relative;
height: 75px;
line-height: 75px;
margin-left: -6px;
}
.site-logo {
margin: 0;
width: 50px;
height: 50px;
overflow: hidden;
display:flex;
justify-content:center;
margin-top: 17px;
border-radius: 50%;
box-shadow: 0 0 5px #fff;
}
.site-title {
margin: 0;
}
.site-title a {
color: #464646;
font-weight: 400;
}
.site-title a:hover {
color: #68D4C0
}
.site-logo img {
height: 50px;
opacity: .75;
position: relative;
max-width: none;
-webkit-transition: color 0.2s ease-out,border 0.2s ease-out,opacity 0.2s ease-out;
-moz-transition: color 0.2s ease-out,border 0.2s ease-out,opacity 0.2s ease-out;
transition: color 0.2s ease-out,border 0.2s ease-out,opacity 0.2s ease-out;
transition: all .6s
}
.site-logo img:hover {
opacity: 1;
transform: scale(1.1)
}
.site-description {
float: right
}
.header-focus {
height: 250px;
background: #F9F9F9;
margin: 0 auto;
}
.openNav {
display: none
}
#mo-nav {
display: none
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-top .lower {
position: relative;
display: inline-block;
float: right;
margin: 16.5px 0 0 0;
font-size: 15px;
}
.site-top .lower nav {
position: relative;
float: right;
display: none;
animation: searchbox .2s;
}
.site-top .lower nav.navbar {
display: block;
}
.m-nav {
display: none
}
.site-top ul {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
.site-top ul li {
float: left;
padding: 0 20px;
position: relative;
-webkit-transition: all 1s ease;
display: flex;
justify-content: center;
}
.site-top ul li a {
padding: 10px 0;
display: inline-block;
color: #000;
border-bottom: 2px solid transparent;
padding-bottom: 0.2em;
transition: all .2s ease-out;
}
.site-top ul li a:hover {
color: #FE9600;
border-color: inherit;
padding: 0.44rem 0 0.2rem 0;
}
#show-nav {
position: relative;
float: right;
margin-left: 20px;
display: block;
width: 30px;
height: 33px;
margin-top: 4.5px;
cursor: pointer;
z-index: 999;
}
#show-nav .line {
position: absolute;
top: 7px;
left: 50%;
width: 26px;
margin-left: -15px;
height: 2px;
background: #666;
-webkit-transition: all .2s ease;
}
#show-nav.showNav .line1 {
top: 16px;
}
#show-nav.showNav .line3 {
top: 25px;
}
#show-nav.hideNav .line1 {
top: 16px;
-webkit-transform: rotateZ(45deg);
}
#show-nav.hideNav .line2 {
opacity: 0;
}
#show-nav.hideNav .line3 {
top: 16px;
-webkit-transform: rotateZ(-45deg);
}
.lower li ul {
display: none;
opacity: 1;
position: absolute;
background:rgba(255,255,255,.98);
padding: 10px;
top: 40px;
width: 130px;
text-align: center;
z-index: 9999;
border-radius: 5px;
box-shadow:0 0 5px #828282;
-webkit-animation: fadeInUp .3s .1s ease both;
-moz-animation: fadeInUp .3s .1s ease both
}
.lower li ul:before {
content: '';
position: absolute;
top: -4px;
left: 50%;
margin-left: -8px;
border-right: 8px solid transparent;
border-bottom: 8px solid #fff;
border-left: 8px solid transparent;
}
.lower li ul li:hover{
background-color:antiquewhite;
border-radius: 4px;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(10px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0)
}
}
@-moz-keyframes fadeInUp {
0% {
opacity: 0;
-moz-transform: translateY(10px)
}
100% {
opacity: 1;
-moz-transform: translateY(0)
}
}
.lower li:hover ul {
display: inline-block;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.lower li ul li {
width: 100%;
margin: 0;
}
.site-top .menu-item-has-children li a {
font-size: 14px;
padding: 8px 18px;
text-transform: none;
color: #545454;
}
.menu i{
margin-right: 8px;
vertical-align: middle;
font-size: 16px;
}
/* Small menu. */
/*--------------------------------------------------------------
# postlist
--------------------------------------------------------------*/
.site-main {
padding: 40px 0 0;
font-family: miranafont,"Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "MicrosoftYaHei", "WenQuanYi Micro Hei", sans-serif;
}
.site-content {
max-width: 800px;
padding: 0 10px;
margin-left: auto;
margin-right: auto;
}
.post-list {
margin: 0 0 8% 0;
position: relative;
}
.feature {
position: absolute;
margin-top: 10px
}
.feature i {
position: absolute;
top: 10px;
left: 10px;
font-size: 25px;
color: white;
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
background: #BBE2DB;
border-radius: 50%;
opacity: 0;
z-index: 1;
}
.overlay i {
-moz-transition: opacity .4s ease-out;
-o-transition: opacity .4s ease-out;
-webkit-transition: opacity .4s ease-out;
transition: opacity .4s ease-out;
}
.feature img {
width: 100px;
height: 100px;
border-radius: 50%;
padding: 2px;
border: 1px solid #DADADA;
position: relative;
}
.feature .random_thumbnal {
background:url(images/random/random.jpg) no-repeat;
background-size: auto 100px;
width: 100px;
height: 100px;
border-radius: 50%;
padding: 2px;
border: 1px solid #DADADA;
position: relative;
}
@media (max-width: 860px) {
.feature .random_thumbnal {
width:52px;
height:52px;
background-size: auto 52px;
}
}
.feature :hover .overlay i {
opacity: 1
}
.post-list h1.entry-title {
font-size: 20px;
font-weight: 400;
line-height: 50px;
margin: 0 0 0 17%;
position: relative;
z-index: 1;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 70%;
}
.entry-title a {
color: #504E4E;
font-family: miranafont,"Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "MicrosoftYaHei", "WenQuanYi Micro Hei", sans-serif;
}
.entry-title a:hover {
color: #8fd0cc;
}
.p-time {
position: absolute;
right: 0;
top: 16px;
font-size: 12px;
color: #989898;
letter-spacing: 0;
font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "MicrosoftYaHei", "WenQuanYi Micro Hei", sans-serif;
}
.p-time i {
font-size: 14px;
margin-right: 5px;
}
i.iconfont.hotpost {
font-size: 14px;
color: #FF3B00;
}
.post-list p {
min-height: 60px;
margin: 0 0 0 17%;
font-size: 15px;
font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "MicrosoftYaHei", "WenQuanYi Micro Hei", sans-serif;
color: rgba(0, 0, 0);
letter-spacing: 0;
line-height: 30px;
}
.entry-footer {
margin: 0 0 0 17%;
list-style: none;
}
.post-more {
margin-top: 10px;
text-align: right;
}
.post-more i {
font-size: 25px;
color: #666;
}
.post-more i:hover {
color: #000;
}
.info-meta {
margin-top: 10px;
font-family: din,'Hiragino Sans GB','Microsoft Yahei',Arial,sans-serif;
position: absolute;
top: 20px;
opacity: 0;
padding-top: 8px;
border-top: 1px solid #ddd;
-webkit-transform: translate3d(-150px,0,0);
transform: translate3d(-150px,0,0);
visibility: hidden;
transition: .7s all ease;
-webkit-transition: .6s all ease;
-moz-transition: .6s all linear;
-o-transition: .6s all ease;
-ms-transition: .6s all ease;
}
.info-meta span {
color: #B3B3B3;
font-size: 13px;
vertical-align: bottom;
}
.info-meta i {
margin-top: 3px;
margin-right: 10px;
float: left
}
.comnum {
float: left;
}
.info-meta a {
color: #B3B3B3
}
.post-list:hover .info-meta {
-webkit-transform: translate3d(-230px,0,0);
transform: translate3d(-230px,0,0);
opacity: 1;
visibility: visible;
}
.post-list hr {
width: 30%;
height: 1px;
margin: 0 auto;
border: 0;
background: #EFEFEF;
margin-top: 20px;
}
@media (max-width: 860px) {
.site-main {
padding: 15px 0 0;
}
}
/*
* 图文风格
*/
.post-list-thumb {
float: left;
width: 100%;
height: auto;
position: relative;
margin: 20px 0 20px;
padding: 25px;
box-shadow:rgba(23,25,29,0.2) 0px 16px 16px -16px,rgba(23,25,29,0.03) 0px 14px 20px 0px,rgba(23,25,29,0.24) 0px 0px 0px 1px;
border-radius: 8px;
background-color: #FFFFFF;
}
.post-list-thumb:hover {
box-shadow: 0 0 5px #b9b9b9 ;
}
.post-list-thumb::before {
content: '';
width: 0px;
height: 80px;
background-color: rgba(0,0,0,0.05);
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: -81px;
z-index: 0;
}
.post-list-thumb i {
margin-right: 5px;
color: #989898;
font-size: 14px;
vertical-align:middle;
}
.post-list-thumb a {
color: #504E4E;
text-decoration: none;
}
.post-list-thumb .post-title h3 {
word-break: break-all;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
margin-bottom: 5px;
margin-top: 5px;
}
.post-date,
.post-meta,
.post-meta a {
color: #888;
font-size: 12px;
padding-right: 10px;
}
.comments-number {
margin: 0 0 0 10px;
}
.post-thumb {
margin: auto;
width: 92%;
float: right;
}
.post-thumb a {
height:350px;
position: relative;
display: block;
overflow: hidden;
border-radius: 8px;
}
.post-thumb a img {
width: 100%;
float: right;
height: 100%;
object-fit: cover;
transition: all .6s
}
.post-list-thumb:hover .post-thumb a img {
transform: scale(1.1)
}
.post-thumb-focus{
display: flex;
border-radius: 12px;
height: 50px;
width: 50px;
}
@media (max-width: 600px){
.post-thumb-focus {
height: 42px;
width: 42px
}
}
.post-list-info {
flex: 1;
min-width: 0;
}
.post-list-info h4 {
margin: 0;
display: flex;
align-items: center;
gap: 5px;
margin-top: 0px;
margin-bottom: 0px;
}
.post-date-info {
color: #888;
font-size: 12px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
.post-content-wrap {
text-align: left;
padding: 5px;
position: relative;
display: inline-block;
float: right;
padding: 1px;
width: 100%;
}
.float-content {
position: relative;
width: 100%;
right: 0;
margin: 0;
padding: 0;
z-index: 500;
background: #fff;
color: rgba(0, 0, 0);
}
.float-content .post-text {
display: inline-block;
text-align: justify;
font-size: 15px;
word-break: break-all;
margin-bottom: 5px;
margin-top: 5px;
}
.float-content i {
font-size: 25px;
color: #666;
}
.post-list-thumb-left .post-content-wrap {
float: left;
padding-left: 20px;
padding-right: 0;
text-align: left;
width: 100%;
}
.post-list-thumb-left .post-thumb {
margin: auto;
}
.post-container {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: nowrap;
padding-top: 5px;
}
@media (max-width: 600px){
.post-container {
flex-wrap: wrap;
}
}
@media (max-width: 768px) {
.post-list-thumb {
box-shadow: 0 0 5px #b9b9b9;
border: 1px solid rgba(0,0,0,0.3);
padding: 2% 2%;
}
.post-thumb {
width: 92%;
float: right;
left: 0;
}
.post-content-wrap,
.float-content {
width: 100%;
left: 0;
}
.post-content-wrap,
.post-list-thumb-left .post-content-wrap {
text-align: left;
margin: 0;
padding: 0 3%;
float: none;
box-shadow: none;
border-top: 0;
}
.float-content {
box-shadow: none;
padding: 0;
margin: 0;
}
.post-bottom {
text-align: right;
}
}
@media (max-width: 600px) {
.post-thumb a {
height: 210px;
}
.float-content .post-text {
font-size: 13px;
margin-bottom: 1em;
}
}
/*--------------------------------------------------------------
# status
--------------------------------------------------------------*/
.postava img {
border-radius: 50%;
padding: 2px;
border: 1px solid #E8E8E8;
margin-top: 25px;
}
.postava {
float: right;
}
.post-status p {
margin: 0
}
.s-time {
position: relative;
top: 16px;
font-size: 12px;
color: #989898;
letter-spacing: 1px;
text-align: right;
margin-bottom: 10px;
margin-top: -15px;
font-family: din,'Hiragino Sans GB','Microsoft Yahei',Arial,sans-serif;
}
.s-content {
min-height: 60px;
margin: 0 14% 0 2%;
padding: 15px 30px;
line-height: 30px;
border: 1px dashed #E0E0E0;
background: #FBFBFB;
}
.s-time i {
font-size: 13px;
margin-right: 5px;
}
.post-status {
margin-bottom: 80px;
}
@media (max-width:860px){
.post-status {
margin-bottom: 25px;
}
}
/*--------------------------------------------------------------
# pagenav
--------------------------------------------------------------*/
.navigator {
text-align: center;
margin: 80px 0;
display: block;
}
.navigator a {
display: inline-block;
height: 39px;
line-height: 39px;
margin: 20px 0;
}
.navigator i {
font-size: 15px;
color: #D8D8D8;
padding: 10px;
border: 2px solid #ddd;
border-radius: 50%;
margin: 0 10px;
}
.navigator i:hover {
color: #fff;
background: #A0DAD0;
border: 2px solid #A0DAD0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.site-footer {
padding: 2%;
background: none;
}
.site-info {
text-align: center;
font-size: 13px;
color: #B9B9B9;
font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "MicrosoftYaHei", "WenQuanYi Micro Hei", sans-serif;
}
.site-info a {
color: #B9B9B9;
}
.site-info a:hover {
color: #A0DAD0;
}
.footertext p {
margin-bottom: 8px;
}
.footertext .foo-logo {
width: 30px;
height: 30px;
opacity: .3;
margin: 0 auto;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
animation: poi-deg 12s infinite linear;
-webkit-animation: poi-deg 12s infinite linear;
}
.footer-device {
/*text-transform: uppercase;*/
}
.site-statistics {
display: none;
}
/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
.entry-content ul {
list-style: disc;
background: #F9F9F9;
border: 1px dashed #E4E4E4;
padding: 15px 10px 15px 50px;
color: #616161;
margin-left: 0;
}
.entry-content ol {
list-style: decimal;
background: #F9F9F9;
border: 1px dashed #E4E4E4;
padding: 15px 10px 15px 50px;
color: #616161;
margin-left: 0;
}
.entry-content ol li , .entry-content ul li {
padding: 8px 0;
}
.entry-content {
position: relative;
}
.entry-content pre {
border-radius: 5px;
background-color: #F9F9F9;
}
.entry-content h2 {
color: #FFFFFF;
background: #999999;
padding: 10px 0 10px 20px;
border-left: 5px solid #666;
font-weight: bolder;
border-radius: 3px;
}
.entry-content h3 {
color: #4A4A4A;
background: #F9F9F9;
padding: 10px 0 10px 20px;
border-left: 5px solid #C4E2EA;
font-weight: normal;
border-radius: 3px;
}
.entry-content h4 , .entry-content h5 {
padding: 20px 35px;
background: #FFF6B5;
color: #737373;
font-weight: normal;
border-radius: 3px;
position:relative;
padding-left:60px;
box-shadow: 0 2px 3px rgba(0,0,0,.06);
}
.entry-content h5 {
font-size: 16px;
background: #C8E6FB;
}
.entry-content h4:before , .entry-content h5:before{
font-family: 'iconfont';
font-size: 20px;
content: "\e629";
color: #C7BF83;
margin-right: 10px;
position: absolute;
left: 20px;
top: 16px;
}
.entry-content h5:before {
content: "\e883";
color: #7C9AAF;
}
.entry-content code {
background: #525252;
color: #FFFFFF;
font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "MicrosoftYaHei", "WenQuanYi Micro Hei", sans-serif;
padding: 4px 8px;
border-radius: 2px;
}
.entry-content a {
color: #E67474;
text-decoration: underline;
}
.entry-content a:hover {
color: #72C5A6;
}
h1.entry-title {
font-size: 24px;
font-weight: 300;
}
.entry-content p {
color: #000000
}
.entry-content p img{
display: block;
border-radius: 8px;
}
.entry-content p {
line-height: 30px
}
.entry-content hr {
margin-top: 40px;
margin-bottom: 40px;
display: block;
border: 0;
text-align: center;
background: none;
}
.entry-content hr:before {
content: '...';
display: inline-block;
margin-left: .6em;
color: rgba(0,0,0,.8);
position: relative;
top: -30px;
font-size: 28px;
letter-spacing: .6em;
}
.entry-header {
margin: auto;
text-align: left;
}
.post .entry-header {
text-align: center;
}
.entry-census {
font-size: 12px;
margin: 0;
color: #888888;
}
.entry-header hr {
width: 30%;
height: 1px;
border: 0;
background: #EFEFEF;
margin: 20px auto;
}
.Extendfull img {
width: 100%;
border: 5px solid #F3F3F3;
}
h1.page-title {
font-size: 20px;
font-weight: 400;
border: 1px dashed #ddd;
padding: 10px 15px;
color: #828282;
margin-bottom: 30px;
border-radius: 12px;
font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "MicrosoftYaHei", "WenQuanYi Micro Hei", sans-serif;
}
h1.page-title.mb- {
margin-top: 100px;
}
/*--------------------------------------------------------------
# post footer
--------------------------------------------------------------*/
@keyframes rocket-float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-8px); }
}
.rocket-wrapper {position: fixed;right: min(3vw, 10px);bottom: calc(min(3vw, 20px)* 1.5);width: 100px;height: 100px;cursor: pointer;opacity: 0;transform: translateY(100%);transition: opacity 0.3s, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);}
.rocket-visible {pointer-events: auto;opacity: 0.4;transform: translateY(0);}
.rocket-wrapper > div {position: absolute;transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);}
.earth {bottom: 0;left: 50%;width: 45px;height: 45px;transform: translateX(-50%);border-radius: 50%;background: url(images/earth.jpg) center/cover;box-shadow: 0 0 20px rgb(140 174 224 / 50%);z-index: 1;}
.rocket {bottom: 32px;left: 50%;width: 20px;height: 40px;background: url(images/rocket.png) center/contain no-repeat;transform: translateX(-50%);z-index: 2;}
.earth-shadow {bottom: -10px;left: 50%;width: 50px;height: 10px;transform: translateX(-50%);background: rgba(0,0,0,0.3);border-radius: 50%;filter: blur(10px);z-index: 0;}
.rocket-wrapper:hover {opacity: 1 !important;animation: rocket-float 0.8s ease;}
.rocket-wrapper:active .rocket {transform: translateX(-50%) scale(0.95);}
@media (max-width: 860px) {
.rocket-wrapper {display: none;visibility: hidden;opacity: 0;}
}
.post-footer {
padding: 20px 0;
border-bottom: 1px dashed #ddd;
border-top: 1px dashed #ddd;
margin-top: 30px;
height: 82px;
}
.post-lincenses {
text-align: center;
padding-bottom: 5px;
font-size: 14px;
}
.post-lincenses a:hover {
color: #888888;
}
.post-lincenses a {
color: #B3B3B3;
}
.post-tags {
float: left;
font-size: 13px;
color: #B3B3B3;
text-transform: uppercase;
font-family: din,'Hiragino Sans GB','Microsoft Yahei',Arial,sans-serif
}
.post-tags a {
color: #B3B3B3;
margin-right: 5px
}
.post-tags a:hover {
color: #A0DAD0;
}
.post-tags i {
margin-right: 5px;
}
.post-like {
float: none;
}
.post-like a {
color: #989898 !important;
font-size: 12px
}
.post-like i {
font-size: 12px;
margin-right: 0px !important;
}
/*.post-like a.done, .post-like a:hover {
color: #FF4646;
}*/
.post-like a.done {
cursor: not-allowed;
}
.post-share {
float: right;
list-style: none;
margin-right: 20px;
}
.post-share img:hover {
opacity: .8
}
.post-share ul {
list-style: none;
margin: 0;
padding: 0;
opacity: 0;
display: none;
top: -3px;
position: relative;
-moz-transition: opacity .4s ease-out;
-o-transition: opacity .4s ease-out;
-webkit-transition: opacity .4s ease-out;
transition: opacity .4s ease-out
}
.post-share li {
float: left;
margin-right: 20px;
}
.post-share li div {
width: 32px;
height: 32px;
padding: 7px;
}
.post-share ul li i {
font-size: 20px
}
.post-share .share_buttom{
float: right;
position: relative;
}
.post-share p {
cursor: pointer;
float: left;
font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei,Helvetica,Arial,sans-serif;
font-size: 12px;
display: block;
color: #FFFFFF;
background-color: #e2684a;
line-height: 20px;
border-radius: 3px;
margin: auto 3px;
padding: 0 6px;
}
.post-share ul li a:hover {
color: #A0DAD0
}
.post-share .show-share {
margin-left: 10px;
cursor: pointer;
opacity: .6;
float: right;
-moz-transition: opacity .1s ease-out;
-o-transition: opacity .1s ease-out;
-webkit-transition: opacity .1s ease-out;
transition: opacity .1s ease-out
}
.post-share:hover .show-share , .post-share:hover .sharehidden {
opacity: 1;
display: inline-block;
}
/**
* nextprev
*/
.post-squares {
overflow: hidden;
width: 100%;
margin: 55px 0;
background: #000;
border-radius: 8px;
}
.post-squares .background {
position: absolute;
z-index: 50;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: .4;
background-size: cover;
-webkit-transition: opacity 0.15s ease-out;
-moz-transition: opacity 0.15s ease-out;
transition: opacity 0.15s ease-out;
}
.post-squares .info {
position: relative;
z-index: 100;
}
.post-squares article, .post-squares a {
position: relative;
display: block;
float: left;
overflow: hidden;
height: 100%;
padding: 55px 25px;
text-align: center;
}
.post-squares article:hover > .background, .post-squares a:hover > .background {
opacity: .6;
}
.post-squares .category {
font-family: "microsoft jhenghei","Arial",Sans-Serif;
font-size: 10px;
padding: 7px 15px;
text-transform: uppercase;
color: #fff;
border-radius: 90px;
background: #7fbb00;
}
.post-squares h3 {
font-family: "microsoft jhenghei","Arial",Sans-Serif;
font-size: 17px;
font-weight: 400;
line-height: 30px;
margin: 20px 0;
color: #fff;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: block;
}
.post-squares h3 a {
display: block;
color: #fff;
}
.post-squares hr {
width: 15%;
height: 0px;
border: 0;
background: rgba(255, 255, 255, 0.6);
}
.post-squares .label {
font-family: "microsoft jhenghei","Arial",Sans-Serif;
font-size: 13px;
display: block;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.7);
}
.post-squares .full {
width: 100%;
}
.post-squares .half {
width: 50%;
float: left;
}
.post-squares .third {
width: 33.333%;
}
@media (max-width: 860px) {
.post-squares .third {
width: 100%;
}
}
@media (max-width: 760px) {
.post-squares .half {
float: none;
width: 100%;
}
}
@media (max-width: 900px) {
.post-squares.post-squares-featured {
display: none;
}
}
.post-squares.nextprev article, .post-squares.nextprev a {
height: 150px;
padding: 55px 40px;
text-align: left;
}
.post-squares.nextprev a {
width: 100%;
}
.post-squares.nextprev .label {
position: absolute;
z-index: 100;
top: 0;
}
.post-squares.nextprev .info {
position: absolute;
width: 70%;
}
.post-squares.nextprev .next h3, .post-squares.nextprev .previous h3 {
font-size: 14px;
}
.post-squares.nextprev .previous {
text-align: left;
}
.post-squares.nextprev .previous .info {
bottom: 40px;
left: 40px;
}
.post-squares.nextprev .previous .label {
top: 40px;
left: 40px;
}
.post-squares.nextprev .previous hr {
float: left;
margin: 0;
}
.post-squares.nextprev .next .info {
text-align: right;
}
.post-squares.nextprev .next .info {
right: 40px;
bottom: 40px;
}
.post-squares.nextprev .next .label {
top: 40px;
right: 40px;
}
.post-squares.nextprev .next hr {
float: right;
margin: 0;
}
@media (max-width: 760px) {
.post-squares.nextprev article {
height: 150px;
width: 100%;
}
}
.post-squares.post-squares-featured {
height: 250px;
}
.author-profile {
padding: 30px 12.78%;
text-align: center;
}
.author-profile .info {
overflow: hidden;
text-align: center;
}
.author-profile .profile {
display: inline-block;
width: 70px;
height: 70px;
}
.author-profile .profile img {
max-width: 100%;
border-radius: 100%;
padding: 3px;
border: 1px solid #ddd;
}
.author-profile hr {
width: 50%;
height: 0px;
margin: 0
}
.author-profile .meta {
display: block;
text-align: center;
}
.author-profile .meta h3 {
margin: 10px 0 0;
text-transform: none;
}
.author-profile .meta h3 a {
font-family: din,'Hiragino Sans GB','Microsoft Yahei',Arial,sans-serif;
font-size: 18px;
font-weight: 400;
line-height: normal;
letter-spacing: 1px;
color: #ABABAB;
}
.author-profile .meta .title {
display: none;
}
.author-profile p {
font-size: 13px;
line-height: 30px;
margin: 15px 0 0;
color: #7d8588;
letter-spacing: 0;
display: inline-block;
padding: 10px 20px;
border-top: 1px solid #EFEFEF;
border-bottom: 1px solid #EFEFEF;
}
.author-profile i {
color: #65C186;
float: left;
margin-right: 10px;
font-size: 16px;
}
/*--------------------------------------------------------------
# comments-nav
--------------------------------------------------------------*/
#loading-comments {
display: none;
max-width: 860px;
margin: 0 auto;
height: 40px;
text-align: center;
line-height: 45px;
background-image: url("images/postload.gif");
background-position: center;
background-repeat: no-repeat;
}
h3#comments-list-title {
max-width: 860px;
width: 100%;
margin: 0 auto;
margin-bottom: 40px;
font-family: microsoft yahei;
color: #7D7D7D;
font-weight: 400;
}
#comments-list-title span {
font-size: 13px;
font-weight: 400;
color: #909090;
}
/* ajax cemments message */
.butterBar {
position: fixed;
text-align: center;
top: 20%;
left: 0;
right: 0;
width: 100%;
z-index: 10000;
}
.butterBar--center {
margin: auto;
}
.butterBar-message {
background: #FE9600;
color: #fff;
border-radius: 8px;
display: inline-block;
font-size: 14px;
margin-bottom: 0;
padding: 12px 25px;
z-index: 10000;
margin-top: -4px;
border-radius: 8px;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.entry-content a img.alignleft,
.entry-content a img.alignright,
.entry-content a img.aligncenter {
cursor: -webkit-zoom-in;
}
#baguetteBox-overlay .full-image {
cursor: -webkit-zoom-out;
}
#baguetteBox-overlay .full-image img,
#baguetteBox-overlay .full-image figcaption {
cursor: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
span.edit-link {
display: none;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
}
/*--------------------------------------------------------------
## 清除浮动
--------------------------------------------------------------*/
.clearer {
display: block;
clear: both;
}
/*--------------------------------------------------------------
## works
--------------------------------------------------------------*/
.works-list {
float:left;
width:46%;
margin:0 15.6px
}
.works-entry {
float: left;
margin-bottom: 8px;
display: inline-block;
}
.works-main {
width: 100%;
position: relative;
float: left;
border: 2px solid #FBFBFB;
overflow: hidden;
margin-bottom: 30px;
border-radius: 10px;
}
.works-feature {
width:358px;
height:220px;
}
.works-feature a {
background-position: center;
background-size: cover;
height: 100%;
width: 100%;
display: block;
position: relative;
}
.works-feature img {
width: 100%;
overflow: hidden;
}
.works-content {
overflow: hidden;
}
h1.works-title {
font-size: 20px;
font-weight: 400;
margin: 20px 0 10px;
padding: 0 20px;
max-width: 340px;
min-height: 30px;
text-overflow:ellipsis;
overflow: hidden;
white-space: nowrap;
}
.works-title a {
color: #000000;
}
.works-main p {
margin: 10px 0;
padding: 0 20px;
font-size: 14px;
color: #696969;
min-height: 50px;
word-wrap:break-word;
max-width:330px;
}
.works-meta {
overflow: hidden;
padding: 20px 0 20px 0;
}
.works-p-time {
float: left;
font-size: 13px;
padding-left: 20px;
color: #B7B7B7;
}
.works-p-time i {
font-size: 13px;
}
.works-comnum a{
color: #B7B7B7;
}
.works-meta i {
font-size:13px
}
.works-meta span {
font-size:13px;
float: right;
margin-right: 20px;
color: #B7B7B7;
}
@media (max-width: 630px) {
.works-list {
width:100% !important ;
margin:0 !important
}
.works-main {
height: auto !important;
}
.works-feature img {
width: 100%;
height: 220px !important;
}
.works-main p {
font-size:18px
}
.works-feature {
width:100% !important
}
}
/*--------------------------------------------------------------
## archives
--------------------------------------------------------------*/
#archives-temp {
font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "MicrosoftYaHei", "WenQuanYi Micro Hei", sans-serif;
margin-top: 50px;
margin-bottom: 100px;
}
#archives-temp h2 {
font-weight: 400;
color: #676767;
padding-bottom: 15px;
border-bottom: 1px dashed #F1F1F1;
text-align: center
}
#archives-temp h3 {
letter-spacing: 2px;
font-style: italic;
font-size: 20px;
font-family: cursive;
font-weight: 400;
color: #A0DAD0;
margin-left: 30px;
margin-top: 50px;
}
#archives-temp h3:hover {
color: #ddd;
cursor: pointer
}
span.time {
float: right;
color: #CACACA;
}
.brick {
margin-left: 30px;
}
.brick a {
color: #7D7D7D;
padding: 20px 20px;
background: #F5F5F5;
margin-bottom: 20px;
display: block;
letter-spacing: 0px;
}
.ar-time i {
padding: 10px;
border-radius: 100px;
background: #A0DAD0;
color: #fff;
}
.ar-time {
position: absolute;
left: -18px;
top: px;
margin-top: 3px;
}
#archives-content {
position: relative;
border-left: 1px dashed #F5F5F5;
}
.arrow-left-ar {
width: 0;
height: 0;
display: block;
float: left;
margin-top: 10px;
border-left: 20px solid transparent;
border-bottom: 20px solid #F5F5F5;
margin-left: 11px;
}
span.ar-circle {
height: 10px;
width: 10px;
background: #A0DAD0;
display: inline-block;
position: absolute;
left: -5px;
margin-top: 22px;
border-radius: 100px;
}
.brick em {
font-style: normal;
margin-left: 5px;
}
.time i {
margin: 3px
}
h1.cat-title {
display: inline-block;
font-size: 25px;
font-weight: 400;
padding-right: 15px;
border-right: 1px dashed #ddd;
color: #676767;
}
.cat-des p {
display: inline-block;
padding-left: 10px;
}
header.page-header {
/* margin: 0 auto; */
position: relative;
text-align: center;
margin-bottom: 50px;
color: #9C9C9C;
}
/*--------------------------------------------------------------
## links-page
--------------------------------------------------------------*/
.links {
font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif;
margin-bottom: 80px
}
.links ul {
margin: 0;
list-style: none;
padding: 0;
width: 100%;
display: inline-block;
text-align:center;
}
.links ul li {
width: 32%;
float: left;
border: 1px solid #ECECEC;
padding: 10px 30px;
margin: 4px 4px;
border-radius:10px;
position: relative;
overflow: hidden;
-webkit-transition: all .3s;
transition: all .3s;
}
span.sitename {
color: #A0DAD0;
padding-bottom: 10px;
display: block;
-webkit-transition: all .3s;
transition: all .3s;
white-space: nowrap;
}
.linkdes {
color: #949494;
font-size: 13px;
padding: 10px 0;
border-top: 1px dashed #ddd;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
line-height: 25px;
-webkit-transition: all .5s;
transition: all .5s;
}
.link-title {
font-weight: 400;
color: #6D6D6D;
padding-left: 10px;
border-left: 3px solid #A0DAD0;
margin: 15px 0 20px;
}
.links ul li:before {
content: "";
background-color: #A0DAD0;
-webkit-transform: skew(45deg, 0);
transform: skew(45deg, 0);
width: 0;
height: 100%;
position: absolute;
top: 0px;
left: -60px;
z-index: -1;
-webkit-transition: all .5s;
transition: all .5s;
}
.links ul li:hover {
color: #27323A;
border: 1px solid #A0DAD0;
}
.links ul li:hover:before {
width: 180%;
}
.links ul li:hover .sitename {
color: #fff;
}
.links ul li:hover .linkdes {
color: #fff;
border-top: 1px dashed #fff;
}
span.linkss-title {
font-size: 25px;
/* margin: 0 auto; */
text-align: center;
display: block;
margin: 50px 0 30px;
font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif;
letter-spacing: 5px;
}
img.linksimage {
width: 15px;
height: 15px;
}
/*--------------------------------------------------------------
## welcome
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.notification-hidden {
display: none;
}
form#commentform {
outline: none;
}
#commentform { margin-bottom: 1.875rem; }
nav#comments-navi {
margin: 0 auto;
max-width: 860px;
width: 100%;
font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif;
color: #9A9A9A;
}
span.page-numbers.current {
color: #74CCC4;
padding: 0 5px;
}
#respond_box .author-updown {
font-family:miranafont,"Hiragino Sans GB","Microsoft YaHei",SimSun,sans-serif;
}
.author-updown {
margin-bottom: 5px;
}
a.page-numbers {
color: #fff;
padding: 2px 6px;
background-color:#6e6e6e;
border-radius:5px;
}
a.page-numbers:hover{
opacity: .70;
}
.comments {
clear: both;
overflow: hidden;
width: 100%;
padding: 60px 0 80px;
list-style: none;
background: #FFFFFF;
}
.coments_words {
margin-top: 10px;
margin-bottom: 10px;
}
.comments .commentwrap {
width: 69.076%;
max-width: 860px;
margin: 0 auto;
padding: 0;
display: block;}
.loginwords{
margin-bottom: 5px;
display: inline-block;
}
.comments .commentwrap hr {
height: 0px;
width: 100%;
background: #eee;
border: 0;
margin: 5px 0;
}
@media (max-width: 1080px) {
.comments .commentwrap {
width: 100%;
padding: 0 6.39%;
max-width: 1245px;
margin-bottom: 40px;
}
}
.comments .comments-hidden {
display: none;
cursor: pointer;
}
.comments .comments-main {
overflow: hidden;
-webkit-transition: height 0s ease-out;
-moz-transition: height 0s ease-out;
transition: height 0s ease-out; }
.comments ul.commentwrap {
margin: 0 auto 30px;
font-family: microsoft yahei;
}
.comments li {
list-style-type:none;
}
.comnav {
width: 69.076%;
max-width: 860px;
margin: 0 auto;
font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif;
}
.comnav a {
padding: 10px;
color: #7B7B7B;
margin-bottom: 20px;
}
@media (max-width: 1080px) {
.comments {
padding: 6.39% 0 0;
max-width: 100%
}
}
.comments {
clear: both;
overflow: hidden;
width: 100%;
padding: 80px 0 80px;
list-style: none;
background: #fff; }
.graybar {
display:none
}
.comment .contents {
width: 100%;
margin-bottom: 5px;
float: left;
padding-bottom: 25px;
animation:elastic 1s linear;
}
.comment .isauthor {
display: none;
font-size: 12px;
color: #FFFFFF;
text-transform: uppercase;
background-color: #666;
border-radius: 3px;
padding: 0px 3px 1px;
vertical-align: bottom;
}
.comment.bypostauthor > .contents .isauthor {
display: inline;
}
.comment .body {
font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei,Helvetica,Arial,sans-serif;
line-height: 32px;
color: #63686d;
border-bottom: 1px solid rgba(0,0,0,.05);
}
.comment .body p {
font-size: 14px;
line-height: 30px;
margin-top: 15px;
padding-bottom: 30px;
padding-left: 3px;
color: #63686d;
}
.comment .body p a {
color: #000;
padding: 0 5px;
text-decoration: underline;
}
.comment .body .comment-at {
color: #99ce00;
text-decoration: none;
}
@media (max-width: 580px) {
.comment .body p {
margin: 0;
font-size: 12px;
line-height: 24px;
padding-bottom: 13px;
}
}
.comment .body > *:last-child {
margin-bottom: 0;
}
.comment .profile {
float: left;
margin-right: 10px;
margin-top: 5px;
}
.comment .profile img {
width: 100%;
max-width: 40px;
height: 40px;
border-radius: 100%;
-webkit-transition: opacity 0.15s ease-out;
-moz-transition: opacity 0.15s ease-out;
transition: opacity 0.15s ease-out;
}
.comment .profile img:hover {
opacity: .8;
}
.shadow {
}
.comment .main {
float: right;
width: 100%;
background: #FFFFFF;
padding: 0;
}
/*
表情
*/
.author-smilies-box {
position: relative;
display: block;
}
img.wp-smiley {
width: 24px!important;
height: auto!important;
max-height: none !important;
}
.smilies-box {
padding-bottom:5px;
}
.smilies-box img {
width:26px;
}
.smilies-box img:hover {
-webkit-animation: btn-pudding 1s linear;
animation: btn-pudding 1s linear;
}
.com-footer {
position: relative;
display: inline-block;
width: 100%;
margin-bottom: 5px;
}
.smli-button{
width:2rem;
height:2rem;
float:right;
position:relative;
cursor:pointer;
font-size:20px;
font-family: EmojiMart, "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "Apple Color Emoji", "Twemoji Mozilla", "Noto Color Emoji", "Android Emoji";
}
/*.arrow-left {
width: 0;
height: 0;
display: block;
float: right;
margin-top: -35px;
border-left: 20px solid transparent;
border-bottom: 20px solid #FFFFFF;
}*/
.comment .commeta {
font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei,Helvetica,Arial,sans-serif;
font-size: 16px;
overflow: hidden;
margin-bottom: 5px;
text-transform: uppercase;
color: #9499a8;
}
.comment .left {
/*float: left; */
}
.comment .right {
/*float: right; */
}
.comment .comment-reply-link {
font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei,Helvetica,Arial,sans-serif;
font-size: 12px;
display: block;
margin-left: 10px;
float: right;
text-transform: uppercase;
color: #FFFFFF;
background-color: #e2684a;
line-height: 20px;
padding: 0 6px;
border-radius: 3px;
opacity: .0;
}
.comment .contents:hover .comment-reply-link {
opacity: .9;
}
.comment .contents .comment-reply-link:hover {
opacity: 1;
}
@media (max-width: 880px) {
.comment .comment-reply-link {
opacity: 1;
}
.comment .contents {
padding-bottom: 10px;
}
}
.comment .info {
margin-top: 2px;
font-size: 12px;
letter-spacing: 0px;
text-transform: none;
color: rgba(0,0,0,.35);
}
.comment .info .useragent-info img {
vertical-align: sub;
width: 14px;
height: 14px;
border: 0;
}
@media (max-width: 480px) {
.comment .info .useragent-info {
display: none;
}
}
.comment h4 {
font-family: "microsoft jhenghei","Arial",Sans-Serif;
font-size: 24px;
font-weight: 400;
margin: 0;
letter-spacing: 0px;
text-transform: none;
line-height: 20px;
}
.comment h4 img {
display: none;
border-radius: 3px;
margin-right: 5px;
vertical-align: -4px;
}
.comment h4 a {
color: #e2684a;
font-size: 15px;
font-weight: 600;
}
.comment h4 a:hover {
color: #ADDAC9
}
.comment hr {
clear: both;
width: 100%;
height: 1px;
margin: 40px 0 60px;
border: 0;
background: #e6e6e6;
}
.comment .children {
padding-left: 3.3em;
margin: 0;
}
.comment .children .profile {
float: left;
width: 5%;
margin-top: 4px;
}
.comment .children .profile img {
height: 40px;
width: 40px
}
.comment .children .main {
width: 100%;
}
@media (max-width: 880px) {
.comment hr {
margin: 6.39% 0;
}
.comment .profile {
display: none;
}
.comment .main, .comment .children .main {
width: 100%;
}
.comment h4 img {
display: inline-block;
}
.arrow-left {
display: none
}
.comment .children {
padding-left: 2em;
margin: 0;
}
}
.comment-respond {
width: 100%;
max-width: 860px;
margin: 0 auto;
padding: 0;
}
.comment-respond .logged-in-as {
margin-bottom: 0;
}
.comment-respond #cancel-comment-reply-link {
background: #dfdfdf;
border-radius: 8px;
padding: 10px 35px;
font-size: 14px;
color: #454545;
margin-left: 10px;
appearance: button;
-moz-appearance: button;
-webkit-appearance: button;
cursor: pointer;
text-transform: uppercase;
border-right: 0;
-webkit-transition: background 0.15s ease-out;
-moz-transition: background 0.15s ease-out;
transition: background 0.15s ease-out;
box-shadow: none;
border: 0;
text-shadow: none;
}
.comment-respond #cancel-comment-reply-link:hover {
background:#DDE6EA;
-webkit-animation: btn-pudding 1s linear;
animation: btn-pudding 1s linear;
}
.comment-respond textarea, .comment-respond input {
font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif;
font-size: 14px;
float: left;
width: 31.5%;
margin: 0;
padding: 16px 25px 15px;
color: #535a63;
border: 0;
border-radius: 0px;
background: #FFFFFF;
}
.comment-respond input {
margin-bottom: 5px;
border: 2px solid #DDE6EA;
margin-right: 3%;
border-radius: 8px;
}
.comment-respond input:last-of-type {
margin-right:0;
width: 31%;
}
@media (max-width: 625px) {
.comment-respond input {
width: 100%;
margin-bottom: 5px; }
.comment-respond input:last-of-type {
width: 100%;} }
.comment-respond textarea {
display: block;
font-family: "microsoft jhenghei","Arial",Sans-Serif;
float: none;
width: 100%;
height: 180px;
margin-bottom: 5px;
color: #535a63;
border: 1px solid #ddd;
border-radius: 8px;
}
@media (max-width: 625px) {
.comment-respond textarea {
margin-top: 5px;
border-radius: 8px;
}
}
.comment-respond .form-submit {
clear: both;
display: block;
overflow: hidden;
margin-bottom: 40px;
padding: 0;
}
.comment-respond input[type='submit'] {
width: auto;
margin: 0;
padding: 15px 35px;
text-transform: uppercase;
color: #fff;
background: #A0DAD0;
border-right: 0;
-webkit-transition: background 0.15s ease-out;
-moz-transition: background 0.15s ease-out;
transition: background 0.15s ease-out;
box-shadow: none;
border: 0;
border-radius: 8px;
text-shadow:none
}
.comment-respond input[type='submit']:hover {
background:#DDE6EA;
-webkit-animation: btn-pudding 1s linear;
animation: btn-pudding 1s linear;
}
.comment-respond input:focus, .comment-respond textarea:focus, .comment-respond input:active, .comment-respond textarea:active {
outline: 0;
}
.comment-respond input::-webkit-input-placeholder, .comment-respond textarea::-webkit-input-placeholder {
color: #535a63;
}
.comment-respond input:-moz-placeholder, .comment-respond textarea:-moz-placeholder {
opacity: 1;
color: #535a63;
}
.comment-respond input::-moz-placeholder, .comment-respond textarea::-moz-placeholder {
opacity: 1;
color: #535a63;
}
.comment-respond input:-ms-input-placeholder, .comment-respond textarea:-ms-input-placeholder {
color: #535a63;
}
@media (max-width: 1080px) {
.comment-respond {
width: 100%;
padding: 0 6.39%;
max-width: 1245px;
}
}
.notification, .comment-respond .logged-in-as {
padding: 19px 32px 17px;
border-radius: 3px;
background: #FFFFFF;
color: #6F6F6F;
font-family: microsoft yahei;
}
.comment-respond .logged-in-as {
width: 100%;
max-width: 100%;
text-align: left;
border: 0;
margin: 0;
padding: 15px 5px 7px;
background: none;
}
.notification i,
.comment-respond .logged-in-as i {
margin-right: 10px;
font-size: 16px;
}
.comment-respond .logged-in-as a {
color: #454545;
}
.comment-respond .logged-in-as a:hover {
color: #000;
}
.notification {
max-width: 300px;
margin: auto;
text-align: center;
border: 1px solid #ddd;
border-radius: 8px;
}
.notification span {
font-size: 13px;
color: #B3B3B3;
}
/*
* Siren checkbox
*/
.siren-checkbox-label {
position: relative;
top: -8px;
margin: 10px 20px 0 0;
display: inline-block;
cursor: pointer;
color: #555;
font-size: 14px;
font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif;
}
.siren-checkbox-label input {
padding: 0;
margin: 0;
float: none;
width: initial;
}
.siren-checkbox-radio {
display: none
}
.siren-checkbox-radioInput {
background-color: #fff;
border: 1px solid rgba(0,0,0,0.15);
border-radius: 100%;
display: inline-block;
height: 18px;
margin-right: 8px;
margin-top: -7px;
vertical-align: sub;
width: 18px;
line-height: 1;
}
.siren-checkbox-radio:checked + .siren-checkbox-radioInput:after {
background-color: #FE9600;
border-radius: 100%;
content: "";
display: block;
height: 12px;
margin: 2px;
width: 12px
}
.siren-is-private-checkbox.siren-checkbox-radioInput,
.siren-checkbox-radio:checked + .siren-is-private-checkbox.siren-checkbox-radioInput:after {
border-radius: 100%;
}
@media (max-width: 625px) {
.siren-checkbox-label {
top: 8px;
margin-bottom: 10px;
}
}
/*
top-features
*/
h1.fes-title , h1.main-title {
color: #666;
font-size: 16px;
font-weight: 400;
padding-bottom: 5px;
margin-bottom: 20px;
border-bottom: 1px dashed #ECECEC;
}
.feature-content {
margin-top: 10px;
display: inline-block;
position: relative;
}
.top-feature {
width: 100%;
height: auto;
margin-top: 55px;
font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif;
}
.top-feature img {
height: 160px;
width: 257px
}
.top-feature li {
width: 32.9%;
float: left;
margin: 0 auto;
position: relative;
display: block;
}
li.feature-2 {
margin-left: 5px;
margin-right: 5px;
}
.feature-title{
width: 100%;
height: 160px;
position: relative;
overflow: hidden;
}
.feature-title-text{
font-weight: bold;
position: absolute;
width: 100%;
height: 40px;
background-color: #3f3f3f;
color: white;
text-align: center;
overflow: hidden;
white-space: nowrap;
top: -10px;
padding: 10px;
opacity: 0;
transition: .7s all ease;
-webkit-transition: .7s all ease;
-moz-transition: .7s all linear;
-o-transition: .7s all ease;
-ms-transition: .7s all ease;
visibility: hidden;
}
.top-feature li:hover .feature-title-text {
-webkit-transform: translate3d(0,10px,0);
transform: translate3d(0,10px,0);
opacity: .8;
visibility: visible;
}
.foverlay {
position: absolute;
width: 100%;
height: 160px;
background: #BBE2DB;
opacity: 0;
-moz-transition: opacity .4s ease-out;
-o-transition: opacity .4s ease-out;
-webkit-transition: opacity .4s ease-out;
transition: opacity .4s ease-out;
}
.top-feature li:hover .foverlay {
opacity: .4;
visibility: visible;
}
.notice {
padding: 20px;
border: 1px dashed #E6E6E6;
font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif;
color: #969696;
position: relative;
display: inline-block;
width: 100%;
margin-top: 30px;
background: #FBFBFB;
border-radius: 8px;
}
.notice i {
float: left;
color: #999;
font-size: 18px;
padding-right: 10px;
}
.notice-content {
display: initial;
vertical-align: middle;
}
/*公告尾部添加闪烁效果
*/
.notice-cursor{
opacity: 1;
-webkit-animation: i .7s infinite;
animation: i .7s infinite
}
@keyframes i {
0% {
opacity: 1
}
50% {
opacity: 0
}
to {
opacity: 1
}
}
@-webkit-keyframes i {
0% {
opacity: 1
}
50% {
opacity: 0
}
to {
opacity: 1
}
}
@media (max-width: 860px) {
.notice {
margin-top: 5px;
margin-bottom: 10px;
}
}
/*
* header-focus
*/
.headertop {
position: relative;
overflow: hidden;
height: 0;
}
.headertop::before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 3;
background-attachment: fixed;
}
.headertop.filter-undertint::before {
background-color: rgba(255, 255, 255, 0.3);
}
.headertop.filter-dim::before {
background-color: rgba(0, 0, 0, 0.3);
}
.headertop.filter-grid::before {
background-size: 3px 3px,3px 3px,2px 2px,2px 2px;
background-image: linear-gradient(rgb(0 0 0 / 20%) 1px,transparent 0);
}
.headertop-bar::after {
content: '';
width: 150%;
height: 4.375rem;
background: #fff;
left: -25%;
bottom: -2.875rem;
border-radius: 100%;
position: absolute;
z-index: 4;
}
#centerbg {
width: 100%;
height: 550px;
margin: 0;
padding: 0;
background-image: url(images/hd.jpg);
background-position: top center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
z-index: -1;
}
@media (max-width:860px) {
#centerbg {
height: 300px;
background-attachment: scroll;
}
.focusinfo,#video-container,.centerbg img {
display: none;
}
}
.blank {
padding-top: 0px;
}
.focusinfo {
position: relative;
max-width: 800px;
padding: 0 10px;
top: 49.3%;
left: 50%;
transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
text-align: center;
z-index: 998;
-webkit-transition: .4s ease all;
-moz-transition: .4s ease all;
-o-transition: .4s ease all;
transition: .4s ease all;
}
.focusinfo img {
width: 130px;
height: auto;
padding: 2px;
border-radius: 100%;
}
.focusinfo .header-tou img {
box-shadow: inset 0 0 10px #000;
padding: 5px;
opacity: 1;
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transition: all ease 1s;
-webkit-transition: all ease 1s;
-moz-transition: all ease 1s;
-o-transition: all ease 1s;
}
.focusinfo .header-tou img:hover {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
}
.header-info {
width: 60%;
margin: auto;
font-size: 14px;
color: #EAEADF;
background: rgba(0, 0, 0, 0.5);
padding: 15px 25px;
margin-top: 22px;
font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif;
letter-spacing: 0;
line-height: 30px;
border-radius: 50px;
}
@keyframes headerp {
0% {
letter-spacing: -0.875rem
}
100% {
letter-spacing: 0.125rem
}
}
.header-info p {
margin: 0;
letter-spacing: -0.875rem;
animation: headerp 1s forwards;
}
.top-social {
height: 32px;
margin-top: 30px;
margin-left: 10px;
list-style: none;
display: inline-block;
font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif;
}
.social_img {
background:url(images/social_icon.png) no-repeat;
height: 32px;
width: 32px;
padding: 7px;
background-color: rgba(0,0,0,.4);
border-radius: 100%;
}
.top-social li {
float: left;
margin-right: 10px
}
.wechat {
width: 32px;
height: 32px;
position: relative;
cursor: pointer;
}
.post-share span {
font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei,Helvetica,Arial,sans-serif;
font-size: 12px;
font-weight: bold;
color: #fff;
}
#qrcode {
z-index: 9999;
width: 100%;
padding: 0 5px;
display: flex;
justify-content:center;
margin-top:40px;
}
#qrcode img {
border-radius: 5px;
}
.wechat-discrip{
font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei,Helvetica,Arial,sans-serif;
position: absolute;
width: 100%;
text-align: center;
padding:5px 0px;
background-color: #666;
color:#FFFFFF;
box-shadow: 0px 3px #d0d0d0;
}
.qrcode-cover{
position: fixed;
z-index: 9999;
color: #545454;
background: #fff;
width: 300px;
height: 200px;
top: 50%;
left: 50%;
margin: -100px 0px 0px -150px;;
padding: 10px 0;
visibility: hidden;
border-radius: 5px;
opacity: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-transition: .9s;
transition: .9s
}
.demo-open{
opacity: .98;
visibility: visible;
}
.wechatInner img {
width: 180px;
height: auto;
padding: 5px;
margin: 0 0 0 0;
background: none;
border-radius: 10%;
border-width: medium;
box-shadow: 0 0 10px #fff;
}
.wechatInner {
width: 160px;
height: 160px;
padding: 10px;
left:-60px;
background: rgba(0, 0, 0, 0.4);
opacity: 0;
visibility: hidden;
z-index: 9999;
position: absolute;
border-radius: 8px;
transition: .7s all ease;
-webkit-transition: .7s all ease;
-moz-transition: .7s all linear;
-o-transition: .7s all ease;
-ms-transition: .7s all ease;
}
.wechat:hover .wechatInner {
-webkit-transform: translate3d(0,10px,0);
transform: translate3d(0,10px,0);
opacity: 1;
visibility: visible;
}
/** black mask**/
.black_mask {
position: fixed;
z-index: 999;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
display: none;
background: rgba(0, 0, 0, 0.8);
}
.add_mask{
display: block;
}
/** search box **/
.searchbox {
float: right;
height: 75px;
line-height: 75px;
margin-left: 20px
}
.site-header.icon-search:hover {
cursor: pointer;
color: #999;
}
.searchbox .icon-search {
color: #666;
cursor: pointer;
font-size: 26px;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.search-form--modal {
-webkit-transition: visibility 0.25s ease, opacity 0.25s ease;
-moz-transition: visibility 0.25s ease, opacity 0.25s ease;
-ms-transition: visibility 0.25s ease, opacity 0.25s ease;
-o-transition: visibility 0.25s ease, opacity 0.25s ease;
transition: visibility 0.25s ease, opacity 0.25s ease;
overflow: hidden;
z-index: 9999;
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: #fff;
visibility: hidden;
opacity: 0;
}
.search-form--modal .search-form__inner {
max-width: 640px;
padding: 0 20px;
margin: auto;
text-align: left;
position: absolute;
width: 100%;
left: 0;
right: 0;
height: 285px;
top: 0;
bottom: 0;
font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif;
}
.search-form--modal .search-form__inner p {
padding-left: 24px;
}
.search-form.is-visible {
visibility: visible;
opacity: .99;
animation: elastic .5s;
}
.search-form div {
position: relative;
}
.search-form .search_close {
position: absolute;
width: 35px;
height: 35px;
background: none;
top: 20px;
right: 15px;
cursor: pointer;
}
.search_close:before,
.search_close:after {
background-color: #222;
position: absolute;
content: "";
width: 30px;
height: 2px;
top: 17px;
left: 2px;
}
.search_close:before {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.search_close:after {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.search-form i {
font-size: 32px;
font-size: 2rem;
line-height: 1;
color: #ddd;
position: absolute;
bottom: 15px;
margin-top: -16px;
left: 16px;
}
.search-form input {
font-size: 24px;
font-size: 1.5rem;
background: #FFFFFF;
padding: 12px 24px 12px 64px;
width: 100%;
outline: none;
border-radius: 50px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif;
}
.search-form input::-webkit-input-placeholder {
color: #ddd;
}
.search-form input:-moz-placeholder {
color: #ddd;
}
.search-form input::-moz-placeholder {
color: #ddd;
}
.search-form input:-ms-input-placeholder {
color: #ddd;
}
.s-search {
position: relative;
margin-bottom: 50px
}
.s-search input {
font-size: 1rem;
padding: 12px 24px 12px 64px;
width: 100%;
outline: none;
border-radius: 50px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif;
}
.s-search i {
font-size: 32px;
font-size: 1.5rem;
line-height: 1;
color: #ddd;
position: absolute;
bottom: 12px;
margin-top: -16px;
left: 16px;
}
.search-no-reasults {
list-style-type: decimal;
}
.sorry ul {
padding: 0 0 0 20px;
margin: 0
}
.sorry li a {
color: #8C8C8C;
}
.sorry {
color: #8C8C8C;
margin-bottom: 80px;
}
.sorry li {
padding: 10px 0;
}
.sorry li a:hover {
color: #A0DAD0;
}
.sorry-inner {
padding: 20px;
border: 1px solid #ddd;
border-radius: 12px;
}
/*
* 404
*/
.page_error {
font-size: 36px;
position: absolute;
top:10%;
z-index: 1000;
width: 800px;
left:50%;
margin-left:-400px;
text-align: center;
font-weight: bold;
border: 1px solid #fff;
color: #666666;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.err-button.back {
font-family: microsoft yahei;
text-align: center;
position: absolute;
top:65%;
z-index: 1000;
width:100%
}
.err-button.back a {
padding: 10px 30px;
display: block;
border: 1px solid #fff;
color: #666666;
width: 300px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
margin: 20px auto;
font-weight: bold;
}
#gohome {
background: #EBEBEB;
color: #666;
}
#golast {
background: #EBEBEB;
color: #EDA9AB;
}
.err-button.back a:hover {
-webkit-box-shadow: 5px 0 6px rgba(255,255,255,1);
-moz-box-shadow: 5px 0 6px rgba(255,255,255,1);
-o-box-shadow: 5px 0 6px rgba(255,255,255,1);
box-shadow: 5px 0 6px rgba(255,255,255,1)
}
.roadtowest {
height: 100%;
width: 100%;
-webkit-background-size: cover;
background-size: cover;
overflow: hidden;
position: relative;
}
.roadtowest ul {
height: 100%;
width: 3920px;
position: absolute;
top: 0;
left: 0;
animation: dong 50s linear infinite;
}
@keyframes dong {
0% {
left: 0;
}
100% {
left: 1920px;
}
}
.roadtowest ul li {
height: 100%;
width: 100%;
background: url(images/gowest/road.jpg);
float: left;
margin-left: -2000px;
list-style: none;
}
.wk, .bj ,.ts ,.ss {
background: url(images/gowest/allmen.png) no-repeat;
}
.wk {
z-index: 999;
width: 200px;
height: 160px;
background-position: 0 -215px ;
/*margin: 400px auto;*/
position: absolute;
top: 40%;
left: 10%;
animation: wkzou 1s steps(8) infinite;
}
@media (max-width: 480px) {
.wk {
top: 43%;
left: -8%;
animation: wkzou 1s steps(8) infinite;
}
}
@keyframes wkzou {
to {
background-position: -1600px -215px;
}
}
.bj {
z-index: 999;
width: 200px;
height: 170px;
background-position: 0 -375px ;
/*margin: 400px auto;*/
position: absolute;
top: 35%;
left: 35%;
animation: bjzou 1s steps(8) infinite;
}
@media (max-width: 480px) {
.bj {
top: 48%;
left: 15%;
animation: bjzou 1s steps(8) infinite;
}
}
@keyframes bjzou {
to {
background-position: -1600px -375px;
}
}
.ts {
z-index: 999;
width: 170px;
height: 220px;
background-position: 0 0 ;
/*margin: 400px auto;*/
position: absolute;
top: 33%;
left: 50%;
animation: tszou 1s steps(8) infinite;
}
@media (max-width: 480px) {
.ts {
top: 40%;
left: 30%;
animation: tszou 1s steps(8) infinite;
}
}
@keyframes tszou {
to {
background-position: -1360px 0;
}
}
.ss {
z-index: 999;
width: 210px;
height: 170px;
background-position: 0 -545px ;
/*margin: 400px auto;*/
position: absolute;
top: 40%;
left: 62%;
animation: sszou 1s steps(8) infinite;
}
@media (max-width: 480px) {
.ss {
top: 43%;
left: 40%;
animation: sszou 1s steps(8) infinite;
}
}
@keyframes sszou {
to {
background-position: -1680px -545px;
}
}
/*!
* baguetteBox.js
* @author feimosi
* @version 1.3.2
* @url https://github.com/feimosi/baguetteBox.js
*/
#baguetteBox-overlay {
display: none;
opacity: 0;
position: fixed;
overflow: hidden;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000000;
background-color: rgba(0, 0, 0, 0.8);
transition: opacity 0.5s ease;
animation: elastic .5s;
}
#baguetteBox-overlay.visible {
opacity: 1;
}
#baguetteBox-overlay .full-image {
display: inline-block;
position: relative;
width: 100%;
height: 100%;
text-align: center;
}
#baguetteBox-overlay .full-image figure {
display: inline;
margin: 0;
height: 100%;
}
#baguetteBox-overlay .full-image img {
display: inline-block;
width: auto;
height: auto;
max-height: 80%;
max-width: 80%;
vertical-align: middle;
box-shadow: 0px 0px 170px #ddd;
}
#baguetteBox-overlay .full-image figcaption {
display: block;
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
line-height: 3;
color: #eee;
background-color: #000;
background-color: rgba(0, 0, 0, 0.8);
font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif;
}
#baguetteBox-overlay .full-image:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px;
}
#baguetteBox-slider {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
white-space: nowrap;
transition: left 0.4s ease, -webkit-transform 0.4s ease;
transition: left 0.4s ease, -moz-transform 0.4s ease;
transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
-webkit-animation: bounceFromRight 0.4s ease-out;
animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
-webkit-animation: bounceFromLeft 0.4s ease-out;
animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
top: 50%;
top: calc(50% - 30px);
width: 44px;
height: 60px;
}
.baguetteBox-button {
position: absolute;
cursor: pointer;
outline: none;
padding: 0;
margin: 0;
border: 0;
background: rgba(255, 255, 255, 0);
box-shadow: none;
border-radius: 0;
color: #ddd;
font: 1.6em sans-serif;
}
.baguetteBox-button:hover {
box-shadow: none;
}
.baguetteBox-button#next-button {
right: 2%;
box-shadow: none;
}
.baguetteBox-button#previous-button {
left: 2%;
box-shadow: none;
}
.baguetteBox-button#close-button {
top: 23px;
right: 18px;
right: calc(2% + 6px);
width: 30px;
height: 30px;
display: none;
}
.baguetteBox-button svg {
position: absolute;
left: 0;
top: 0;
}
/*
Preloader
Borrowed from http://tobiasahlin.com/spinkit/
*/
.spinner {
width: 40px;
height: 40px;
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
margin-top: -20px;
margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
width: 100%;
height: 100%;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #fff;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: bounce 2s infinite ease-in-out;
animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
0% {
margin-left: 0;
}
50% {
margin-left: -30px;
}
100% {
margin-left: 0;
}
}
@keyframes bounceFromRight {
0% {
margin-left: 0;
}
50% {
margin-left: -30px;
}
100% {
margin-left: 0;
}
}
@-webkit-keyframes bounceFromLeft {
0% {
margin-left: 0;
}
50% {
margin-left: 30px;
}
100% {
margin-left: 0;
}
}
@keyframes bounceFromLeft {
0% {
margin-left: 0;
}
50% {
margin-left: 30px;
}
100% {
margin-left: 0;
}
}
@-webkit-keyframes bounce {
0%,100% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounce {
0%,100% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
/* Theme Footer (when set to scrolling) */
display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
font-size: 0.7rem;
font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif;
color: #888;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
margin: 0;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: none;
}
.gallery img {
width: 100%;
height: 180px;
object-fit:cover;
border-radius: 0;
transition: all 2.0s ease;
-webkit-transition: all 2.0s ease;
-ms-transition: all 2.0s ease
}
.gallery .gallery-item {
display: inline-block;
vertical-align: top;
float: left;
width: 280px;
height: 180px;
position: relative
}
.gallery .gallery-item {
-moz-transition: all 0.25s ease;
-webkit-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.gallery:hover .gallery-item:not(:hover) {
opacity: 0.7;
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}
/*
* Loading
**/
#loading {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
background-color: #FFFFFF;
display: none;
}
#loading-center {
width: 100%;
position: absolute;
top: 47%;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
}
#loading-center .dot {
width: 24px;
height: 24px;
background: #3ac;
border-radius: 100%;
display: inline-block;
animation: slide 1s infinite;
}
#loading-center .dot:nth-child(1) {
animation-delay: 0.1s;
background: #32aacc;
}
#loading-center .dot:nth-child(2) {
animation-delay: 0.2s;
background: #64aacc;
}
#loading-center .dot:nth-child(3) {
animation-delay: 0.3s;
background: #96aacc;
}
#loading-center .dot:nth-child(4) {
animation-delay: 0.4s;
background: #c8aacc;
}
#loading-center .dot:nth-child(5) {
animation-delay: 0.5s;
background: #faaacc;
}
@-moz-keyframes slide {
0% {
transform: scale(1);
}
50% {
opacity: 0.3;
transform: scale(2);
}
100% {
transform: scale(1);
}
}
@-webkit-keyframes slide {
0% {
transform: scale(1);
}
50% {
opacity: 0.3;
transform: scale(2);
}
100% {
transform: scale(1);
}
}
@-o-keyframes slide {
0% {
transform: scale(1);
}
50% {
opacity: 0.3;
transform: scale(2);
}
100% {
transform: scale(1);
}
}
@keyframes slide {
0% {
transform: scale(1);
}
50% {
opacity: 0.3;
transform: scale(2);
}
100% {
transform: scale(1);
}
}
/*
*
* download
*
**/
#download_link {
color: #fff !important;
position: relative;
border: 1px solid #72C5A6;
overflow: hidden;
padding: 10px 0px;
}
#download_link::after{
margin-top: -20px;
opacity: 0;
position: absolute;
top: 100%;
left: 0;
content: "";
width: 100%;
height: 5px;
background-color: #fff;
transition: margin-top 0.3s, opacity 0.2s;
}
#download_link:hover::after{
margin-top: 0;
opacity: 1;
}
i.iconfont.icon-download {
margin-right: 6px;
font-size: 18px;
position: relative;
top: 1px;
display: inline-block;
}
.specsZan{
padding: 15px 20px;
}
#pagination {
width: 100%;
height: 60px;
padding: 20px 0;
overflow: hidden;
text-align: center;
margin: 10px auto 2px auto;
display: inline-block;
font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif;
color: #80629f;
}
#pagination a {
padding: 13px 35px;
border: 1px solid #D6D6D6;
border-radius: 50px;
color: #ADADAD;
}
#pagination a:hover {
border: 1px solid #A0DAD0;
color: #A0DAD0;
}
#pagination .loading {
background: url("images/postload.gif");
background-position: center;
background-repeat: no-repeat;
color: #555;
border: none
}
#pagination .loading:hover {
border: none
}
#pagination.pagination-archive {
margin: 80px 0;
}
#add_post{
width: 100%;
height: 5px;
overflow: hidden;
display: block;
border-radius: 5px;
}
#add_post span {
position: relative;
display: block;
width: 0;
height: 10px;
border-radius: 3px;
background: #402a55;
}
#add_post .loading {
width: 100%;
height: 10px;
}
/*
*
* some mobile style
*
**/
@media (max-width: 630px) {
.linklinks ul li {
width: 100% !important;
}
.we-content li {
width: 100%;
margin-top: 0
}
.we-icon {
top: 50px !important
}
.wtitle {
top: 130px !important
}
.sub-text {
top: 160px !important
}
.admin-login , .wesite-des {
display: none
}
.wesite-title {
float: none;
text-align: center;
border-right: none;
padding-right: 0
}
}
@media (max-width: 860px) {
.comments {
max-width: 100% !important;
}
.top-feature {
display: none
}
.site-content {
padding: 0 2%
}
.feature img {
width: 52px;
height: 52px
}
.post-list h1.entry-title {
margin: 0 0 0 65px;
font-size: 16px;
line-height: 30px;
}
.p-time {
position: relative;
margin: -15px 0 0 65px;
}
.post-list p {
margin: 20px 0 0 65px;
font-size: 14px;
}
.s-content {
padding: 10px 15px;
margin-right: 65px
}
.s-content p {
margin-left: 0;
margin-top: 0;
}
.postava img {
width: 52px;
height: 52px
}
.overlay {
display: none;
}
.info-meta {
display: none
}
.post-more {
display: none
}
h1.entry-title {
font-size: 18px
}
.entry-content p {
font-size: 14px
}
.post-footer , .post-share .post-like {
display: none
}
.post-tags {
text-align: center;
float: none;
font-size: 12px
}
.author-profile {
display: none
}
.site-footer {
padding: 30px
}
.lower {
display: none !important
}
.m-nav {
display: block
}
.site-header {
display: none
}
.site-branding {
float: right;
height: 50px;
line-height: 43px;
margin-right: -6px;
}
.site-logo img {
height: 40px;
line-height: 40px;
margin: 0;
}
.site-logo{
margin: 10px;
width: 40px;
height: 40px;
}
.site-title {
font-size: 20px;
margin: 0 10px;
font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif;
}
.links ul li {
width: 46.6%;
}
.links ul li:before {
display: none
}
.links ul li:hover .sitename {
color: #A0DAD0;
}
.links ul li:hover .linkdes {
color: #949494;
border-top: 1px dashed #ddd;
}
.author-box {
display: none
}
#archives-temp {
padding: 0 20px
}
}
@media (max-width: 1080px) {
.info-meta {
display: none
}
.site-footer {
padding: 30px
}
.we-title:before {
display: none
}
h3#comments-list-title , nav#comments-navi {
width: 100%;
padding: 0 6.39%;
max-width: 1245px;
}
}
@media (max-width: 860px) {
#main-container {
transition-duration: 0.5s;
position: relative;
overflow: hidden;
z-index: 2;
}
#main-container.open:before {
content: "";
width: 100%;
height: 100%;
position: fixed;
background-color: rgba(0, 0, 0, 0.4);
z-index: 99;
}
#main-container.open {
transform: translateX(250px) translateY(0px);
-webkit-transform: translateX(250px) translateY(0px);
position: fixed;
right: 0;
left: 0;
}
.wrapper {
transition-duration: 0.5s;
/*transition-timing-function: linear;*/
background-color: white;
width: 100%;
height: auto;
position: relative;
}
#mo-nav.open {
width: 250px;
}
.wrapper section {
max-width: 600px;
/*margin: 0 auto 60px auto;*/
}
.wrapper section h1 {
font-weight: 300;
font-size: 30px;
margin-bottom: 10px;
}
.wrapper section h2 {
font-weight: 300;
font-size: 20px;
margin-bottom: 40px;
}
.wrapper section p {
margin-bottom: 5px;
}
.openNav {
transition-duration: 0.5s;
/*transition-timing-function: swing;*/
width: 100%;
height: 50px;
position: absolute;
top: 0;
z-index: 99999;
display: block;
background: none;
}
.openNav .iconflat:hover {
cursor: pointer;
}
.iconflat {
background: none;
width: 50px;
height: 50px;
float: left;
}
.openNav .icon {
transition-duration: 0.2s;
position: absolute;
width: 30px;
height: 3px;
background-color: #333;
top: 24px;
left: 10px;
}
.openNav .icon:before,
.openNav .icon:after {
transition-duration: 0.5s;
background-color: #333;
position: absolute;
content: "";
width: 30px;
height: 3px;
left: 0px;
}
.openNav .icon:before {
top: -8px;
}
.openNav .icon:after {
top: 8px;
}
.openNav.open .icon {
background-color: transparent;
}
.openNav.open .icon:before,
.openNav.open .icon:after {
top: 0;
}
.openNav.open .icon:before {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
background: #FFFFFF;
}
.openNav.open .icon:after {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
background: #FFFFFF;
}
#mo-nav {
background-color: #FFFFFF;
width: 0;
height: auto;
position: absolute;
top: 0;
left: 0;
display: block;
overflow-x: hidden;
overflow-y: auto;
font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif;
}
#mo-nav .m-avatar {
position: relative;
width: 250px;
max-width: 250px;
height: auto;
margin: 0 auto;
padding: 30px 0 20px;
text-align: center;
}
#mo-nav .m-avatar img {
width: 90px;
height: 90px;
max-width: 90px;
border-radius: 100%;
}
#mo-nav .m-search form {
position: relative;
width: 250px;
max-width: 250px;
margin: 0 0 20px;
padding: 8px 15px;
background-color: #fafafa;
}
#mo-nav .m-search input {
width: 100%;
border: 0;
padding: 5px;
text-align: center;
border-radius: 3px;
outline: none;
font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif;
}
#mo-nav ul {
width: 250px;
height: 100%;
margin: 10px 0;
}
#mo-nav ul:hover li {
color: rgba(255, 255, 255, 0.5);
}
#mo-nav ul li {
transition-duration: 0.25s;
display: block;
padding: 6px 40px;
color: white;
letter-spacing: 0.02em;
text-align: left;
}
#mo-nav ul li a {
color: #333;
font-size: 15px;
}
#mo-nav li ul {
width: 250px;
margin: 10px 0;
padding-left: 10px;
}
#mo-nav li ul li {
padding: 5px 5px;
}
#mo-nav li ul li a {
font-size: 13px;
color: #9CACC5;
}
#mo-nav ul li a:hover {
cursor: pointer;
color: #79D6A7;
}
.we-content li {
height: 250px
}
.we-content {
padding: 80px 1%
}
.we-icon {
top: 30px
}
.wtitle {
top: 110px
}
.sub-text {
top: 150px
}
.works-list {
width: 46.88%;
margin: 0 1.5%;
}
.works-main {
height: 226px
}
.works-feature img {
width: 100%;
height: 225px;
}
.works-entry {
margin-bottom: 20px
}
}
/*iconfont **/
@font-face {
font-family: "iconfont";
src: url('inc/fonts/iconfont.woff2?t=1749441040625') format('woff2'),
url('inc/fonts/iconfont.woff?t=1749441040625') format('woff'),
url('inc/fonts/iconfont.ttf?t=1749441040625') format('truetype'),
url('inc/fonts/iconfont.svg?t=1749441040625') format('svg');
}
.iconfont {
font-family: "iconfont" !important;
font-style: normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
.icon-clock:before{content:"\e602"}
.icon-chat-full:before{content:"\e603"}
.icon-communityfill:before{content:"\e605"}
.icon-fire:before{content:"\e60c"}
.icon-left:before{content:"\e60d"}
.icon-info:before{content:"\e611"}
.icon-good_fill:before{content:"\e614"}
.icon-about:before{content:"\e617"}
.icon-message_fill:before{content:"\e618"}
.icon-pullright:before{content:"\e619"}
.icon-pen:before{content:"\e63b"}
.icon-heart_line:before{content:"\e63c"}
.icon-notice:before{content:"\e63d"}
.icon-mark:before{content:"\e63e"}
.icon-people:before{content:"\e63f"}
.icon-good_line:before{content:"\e640"}
.icon-friends_circle:before{content:"\e641"}
.icon-pullleft:before{content:"\e642"}
.icon-right:before{content:"\e643"}
.icon-tags:before{content:"\e644"}
.icon-yes_fill:before{content:"\e645"}
.icon-warning:before{content:"\e646"}
.icon-friend:before{content:"\e647"}
.icon-clover:before{content:"\e648"}
.icon-timeline:before{content:"\e649"}
.icon-heart:before{content:"\e64a"}
.icon-yemian:before{content:"\e64b"}
.icon-VIP:before{content:"\e64d"}
.icon-pen_fill:before{content:"\e64e"}
.icon-eye_fill:before{content:"\e607"}
.icon-eye:before{content:"\e64f"}
.icon-time:before{content:"\e616"}
.icon-home:before{content:"\e650"}
.icon-newmssco:before{content:"\e651"}
.icon-weibo:before{content:"\e633"}
.icon-share_out:before{content:"\e634"}
.icon-wechat:before{content:"\e635"}
.icon-star_line:before{content:"\e636"}
.icon-qq:before{content:"\e637"}
.icon-locate:before{content:"\e638"}
.icon-calendar:before{content:"\e639"}
.icon-douban:before{content:"\e63a"}
.icon-file:before{content:"\e626"}
.icon-link:before{content:"\e627"}
.icon-message:before{content:"\e628"}
.icon-github:before{content:"\e629"}
.icon-more:before{content:"\e62a"}
.icon-filebox:before{content:"\e62b"}
.icon-countdownfill:before{content:"\e62c"}
.icon-camera:before{content:"\e62d"}
.icon-close:before{content:"\e62e"}
.icon-download:before{content:"\e62f"}
.icon-avatar:before{content:"\e630"}
.icon-del:before{content:"\e631"}
.icon-bigvoice:before{content:"\e632"}
.icon-yes:before{content:"\e61e"}
.icon-shuidi:before{content:"\e61c"}
.icon-upload:before{content:"\e61d"}
.icon-star_fill:before{content:"\e61f"}
.icon-star:before{content:"\e620"}
.icon-up:before{content:"\e621"}
.icon-search:before{content:"\e61b"}
.icon-menu:before{content:"\e622"}
.icon-share:before{content:"\e623"}
.icon-menu_1:before{content:"\e624"}
.icon-download_1:before{content:"\e61a"}
.icon-question:before{content:"\e625"}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.cd-top:hover {
/*-webkit-animation: btn-pudding 2s linear;
animation: btn-pudding 2s linear;*/
}
/*360度旋转*/
@keyframes poi-deg {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes poi-deg {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/*窗口弹性动画*/
@keyframes elastic {
0% {
transform: scale(0);
}
55% {
transform: scale(1);
}
70% {
transform: scale(.98);
}
100% {
transform: scale(1);
}
}
/*图标弹性动画*/
@keyframes btn-pudding {
12%, 15% {
transform: scale(0.93, 1.07)
}
16%, 17% {
transform: scale(0.94, 1.06)
}
10%, 18% {
transform: scale(0.95, 1.05)
}
19% {
transform: scale(0.96, 1.04)
}
20% {
transform: scale(0.98, 1.02)
}
21%, 40%, 48% {
transform: scale(0.99, 1.01)
}
22%, 23%, 37%, 39%, 49% {
transform: scale(1, 1)
}
7%, 24%, 34%, 36% {
transform: scale(1.01, 0.99)
}
25%, 27%, 30%, 33% {
transform: scale(1.02, 0.98)
}
28%, 29% {
transform: scale(1.03, 0.97)
}
2% {
transform: scale(1.16, 0.84)
}
0% {
transform: scale(1.2, 0.8)
}
}
/*颤抖动画*/
@keyframes poi-face {
2%,24%,80% {
-webkit-transform: translate(0,1.5px) rotate(1.5deg);
transform: translate(0,1.5px) rotate(1.5deg)
}
4%,68%,98% {
-webkit-transform: translate(0,-1.5px) rotate(-.5deg);
transform: translate(0,-1.5px) rotate(-.5deg)
}
38%,6% {
-webkit-transform: translate(0,1.5px) rotate(-1.5deg);
transform: translate(0,1.5px) rotate(-1.5deg)
}
8%,86% {
-webkit-transform: translate(0,-1.5px) rotate(-1.5deg);
transform: translate(0,-1.5px) rotate(-1.5deg)
}
10%,72% {
-webkit-transform: translate(0,2.5px) rotate(1.5deg);
transform: translate(0,2.5px) rotate(1.5deg)
}
12%,64%,78%,96% {
-webkit-transform: translate(0,-.5px) rotate(1.5deg);
transform: translate(0,-.5px) rotate(1.5deg)
}
14%,54% {
-webkit-transform: translate(0,-1.5px) rotate(1.5deg);
transform: translate(0,-1.5px) rotate(1.5deg)
}
16% {
-webkit-transform: translate(0,-.5px) rotate(-1.5deg);
transform: translate(0,-.5px) rotate(-1.5deg)
}
18%,22% {
-webkit-transform: translate(0,.5px) rotate(-1.5deg);
transform: translate(0,.5px) rotate(-1.5deg)
}
20%,36%,46% {
-webkit-transform: translate(0,-1.5px) rotate(2.5deg);
transform: translate(0,-1.5px) rotate(2.5deg)
}
26%,50% {
-webkit-transform: translate(0,.5px) rotate(.5deg);
transform: translate(0,.5px) rotate(.5deg)
}
28% {
-webkit-transform: translate(0,.5px) rotate(1.5deg);
transform: translate(0,.5px) rotate(1.5deg)
}
30%,40%,62%,76%,88% {
-webkit-transform: translate(0,-.5px) rotate(2.5deg);
transform: translate(0,-.5px) rotate(2.5deg)
}
32%,34%,66% {
-webkit-transform: translate(0,1.5px) rotate(-.5deg);
transform: translate(0,1.5px) rotate(-.5deg)
}
42% {
-webkit-transform: translate(0,2.5px) rotate(-1.5deg);
transform: translate(0,2.5px) rotate(-1.5deg)
}
44%,70% {
-webkit-transform: translate(0,1.5px) rotate(.5deg);
transform: translate(0,1.5px) rotate(.5deg)
}
48%,74%,82% {
-webkit-transform: translate(0,-.5px) rotate(.5deg);
transform: translate(0,-.5px) rotate(.5deg)
}
52%,56%,60% {
-webkit-transform: translate(0,2.5px) rotate(2.5deg);
transform: translate(0,2.5px) rotate(2.5deg)
}
58% {
-webkit-transform: translate(0,.5px) rotate(2.5deg);
transform: translate(0,.5px) rotate(2.5deg)
}
84% {
-webkit-transform: translate(0,1.5px) rotate(2.5deg);
transform: translate(0,1.5px) rotate(2.5deg)
}
90% {
-webkit-transform: translate(0,2.5px) rotate(-.5deg);
transform: translate(0,2.5px) rotate(-.5deg)
}
92% {
-webkit-transform: translate(0,.5px) rotate(-.5deg);
transform: translate(0,.5px) rotate(-.5deg)
}
94% {
-webkit-transform: translate(0,2.5px) rotate(.5deg);
transform: translate(0,2.5px) rotate(.5deg)
}
0%,100% {
-webkit-transform: translate(0,0) rotate(0);
transform: translate(0,0) rotate(0)
}
}
/*
* Login
*/
.ex-login,
.ex-register {
margin: auto;
width: 400px;
text-align: center;
background-color: #fff;
}
.ex-login {
padding: 20px 0;
}
.ex-login p,
.ex-register p {
margin: 1em;
}
.ex-login-title {
color: #666;
font-size: 20px;
padding-top: 25px;
}
.ex-login-title img {
width: 85px;
height: 85px;
border-radius: 100%;
}
.ex-register-title h3 {
padding-bottom: 15px;
font-size: 24px;
color: #666;
}
.ex-login input,
.ex-register input {
width: 300px;
margin-bottom: 6px;
padding: 12px 10px;
border: 1px #ddd solid;
outline: none;
border-radius: 3px;
font-size: 16px;
font: 300 14px miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif;
-webkit-transition: .4s ease all;
-moz-transition: .4s ease all;
-o-transition: .4s ease all;
transition: .4s ease all;
}
.ex-login input.login-button,
.ex-register input.register-button {
box-shadow: none;
text-shadow: none;
background-color: #eee;
}
.ex-register input.register-button {
margin-bottom: 20px;
}
.ex-login input.login-button:hover,
.ex-register input.register-button:hover {
background-color: #E67474;
border-color: #E67474;
color: #fff;
}
.user-login-check,
.admin-login-check {
width: 100%;
margin: 10% 0 12%;
text-align: center;
font-size: 16px;
color: #555;
}
.user-login-check p,
.admin-login-check p {
margin: .8em;
}
.ex-login-avatar img {
border-radius: 100%;
border: 1px solid #ddd;
padding: 5px;
width: 110px;
height: 110px;
}
.ex-login-username {
font-size: 20px;
}
.ex-new-account {
padding: 45px 0;
}
.ex-new-account a {
font-size: 16px;
}
.ex-new-account a:hover {
color: #E67474;
}
.ex-logout {
padding-top: 1em;
}
.ex-logout a,
.ex-new-account a {
color: #555;
text-decoration: underline;
margin: 0 20px;
}
.ex-register .user-error {
text-align: left;
font-size: 12px;
width: 300px;
margin: 0 auto 24px;
padding: 8px;
background: rgba(241, 241, 241, 0.5);
}
.register-close {
margin-bottom: 200px;
font-size: 18px;
}
.header-user-avatar {
position: relative;
float: right;
margin-left: 20px;
margin-top: 22px;
}
.header-user-avatar img {
border-radius: 100%;
cursor: pointer;
}
.header-user-avatar:hover .header-user-menu {
display: block;
}
i.iconfont.icon-people{
font-size: 1.8rem;
color: #666;
line-height: normal;
}
.header-user-menu {
position: absolute;
width: 130px;
right: 0;
text-align: left;
background: none;
padding-top: 20px;
margin-top: -10px;
display: none;
overflow: hidden;
animation: header-user-menu .4s;
}
.herder-user-name {
font-size: 12px;
background: #F5F5F5;
padding: 10px 10px;
border-bottom: 1px solid #eee;
border-radius: 4px 4px 0 0;
}
.herder-user-name-u {
font-weight: bold;
font-size: 14px;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
white-space: nowrap;
}
.header-user-menu .user-menu-option {
padding: 5px 0;
background: #F5F5F5;
border-radius: 0 0 4px 4px;
width: 130px;
}
.header-user-menu a {
display: block;
padding: 6px 10px;
margin: 2px 0;
width: 100%;
text-align: left;
color: #333;
font-size: 13px;
}
.user-menu-option a:hover {
background-color: #f1f1f1;
}
.herder-user-name::before {
content: "";
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #F5F5F5;
position: absolute;
top: 10px;
right: 5px;
}
.no-logged {
font-size: 13px;
padding: 15px 10px;
border-radius: 4px;
border: 0;
}
.no-logged a {
display: initial;
color: #69d2e7;
font-size: 14px;
padding: 0 5px;
text-decoration: underline;
}
@keyframes header-user-menu {
0% {
opacity: 0;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
/*
* 打赏
*/
.single-reward {
position: relative;
width: 100%;
margin: 35px auto;
text-align: center;
z-index: 999;
}
.single-reward .reward-open {
position: relative;
width: 40px;
height: 40px;
font-size: 18px;
padding: 7px;
color: #ffffff;
text-align: center;
display: inline-block;
border-radius: 100%;
background: #555;
cursor: pointer;
}
.single-reward .reward-main {
position: absolute;
top: 40px;
left: -157px;
margin: 0;
padding: 15px 0 0;
width: 355px;
background: none;
display: none;
animation: main .4s;
}
.reward-open:hover .reward-main {
display: block;
}
.single-reward .reward-row {
margin: 0 auto;
padding: 20px 15px 10px;
background: #f5f5f5;
display: inline-block;
border-radius: 4px;
cursor: auto;
}
.single-reward .reward-row:before {
content: "";
width: 0;
height: 0;
border-left: 13px solid transparent;
border-right: 13px solid transparent;
border-bottom: 13px solid #F5F5F5;
position: absolute;
top: 2px;
left: 0;
right: 0;
margin: 0 auto;
}
.single-reward .reward-row li {
list-style-type: none;
padding: 0 12px;
display: inline-block;
}
.reward-row li img {
width: 130px;
max-width: 130px;
border-radius: 3px;
position: relative;
}
.reward-row li::after {
display: block;
padding: 5px 0 0;
font-size: 13px;
color: #555;
}
.alipay-code:after {
content: "支付宝";
}
.wechat-code:after {
content: "微信";
}
@media (max-width: 860px) {
.single-reward {
display: none;
}
}
/*--------------------------------------------------------------
# 波浪
--------------------------------------------------------------*/
.bg-waves{
position:absolute;
bottom:0px;
z-index:97;
width: 100%
}
.waves {
position:relative;
width:100%;
height:15vh;
margin-bottom:-7px;
min-height:100px;
max-height:150px;
}
.parallax >use {
animation:move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax >use:nth-child(1) {
animation-delay:-3s;
animation-duration:14s;
}
.parallax >use:nth-child(2) {
animation-delay:-4s;
animation-duration:19s;
}
.parallax >use:nth-child(3) {
animation-delay:-5s;
animation-duration:25s;
}
@keyframes move-forever {
0% {
transform:translate3d(-90px,0,0);
}
100% {
transform:translate3d(85px,0,0);
}
}
@media (max-width:860px) {
.bg-waves{
width: 150%
}
.waves {
height:70px;
min-height:70px;
}
}
/*
* 颤抖的item
*/
.tiaodan {
display: inline-block;
/*
-webkit-transform-origin: center center;
transform-origin: center center ;
-webkit-animation-name: tiaodan-slow;
-ms-transform-origin: center center;
-ms-animation-name: tiaodan-slow;
animation-name: tiaodan-slow;
-webkit-animation-duration: 5s;
-ms-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
-ms-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-delay: 0s;
-ms-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-play-state: running;
-ms-animation-play-state: running;
animation-play-state: running
*/
}
#tiaodan:hover {
-webkit-animation-name: tiaodan-slow;
-ms-animation-name: tiaodan-slow;
animation-name: tiaodan-slow;
-webkit-animation-duration: 5s;
-ms-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
-ms-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-delay: 0s;
-ms-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-play-state: running;
-ms-animation-play-state: running;
animation-play-state: running text-align:center
}
@-webkit-keyframes tiaodan-slow
{0%{-webkit-transform:translate(0,0) rotate(0)}
2%{-webkit-transform:translate(-1px,3px) rotate(1.5deg)}
4%{-webkit-transform:translate(2.3px,0) rotate(-.5deg)}
6%{-webkit-transform:translate(3px,3px) rotate(-3.5deg)}
8%{-webkit-transform:translate(-2.3px,-2px) rotate(-1.5deg)}
10%{-webkit-transform:translate(3px,0) rotate(-2.5deg)}
12%{-webkit-transform:translate(-2.3px,-2px) rotate(-3.5deg)}
14%{-webkit-transform:translate(3px,2.3px) rotate(2.5deg)}
16%{-webkit-transform:translate(3px,-3px) rotate(-1.5deg)}
18%{-webkit-transform:translate(2.3px,-2.3px) rotate(-3.5deg)}
20%{-webkit-transform:translate(2px,1px) rotate(-.5deg)}
22%{-webkit-transform:translate(2.3px,3px) rotate(-2.5deg)}
24%{-webkit-transform:translate(-3px,-1px) rotate(2.5deg)}
26%{-webkit-transform:translate(2.3px,-2.3px) rotate(.5deg)}
28%{-webkit-transform:translate(2.3px,-2.3px) rotate(-3.5deg)}
30%{-webkit-transform:translate(-1.3px,-2.3px) rotate(-1.5deg)}
32%{-webkit-transform:translate(-1px,0) rotate(2.5deg)}
34%{-webkit-transform:translate(2.3px,1.3px) rotate(-.5deg)}
36%{-webkit-transform:translate(1.3px,2.3px) rotate(1.5deg)}
38%{-webkit-transform:translate(1.3px,-2.3px) rotate(1.5deg)}
40%{-webkit-transform:translate(-3px,-1px) rotate(-.5deg)}
42%{-webkit-transform:translate(-3px,1.3px) rotate(-.5deg)}
44%{-webkit-transform:translate(-2.3px,2px) rotate(.5deg)}
46%{-webkit-transform:translate(-2.3px,-1.3px) rotate(-.5deg)}
48%{-webkit-transform:translate(1px,2.3px) rotate(1.5deg)}
50%{-webkit-transform:translate(2.3px,2.3px) rotate(1.5deg)}
52%{-webkit-transform:translate(-3px,2.3px) rotate(.5deg)}
54%{-webkit-transform:translate(2.3px,-3px) rotate(-2.5deg)}
56%{-webkit-transform:translate(1.3px,-2.3px) rotate(-2.5deg)}
58%{-webkit-transform:translate(-1.3px,-2.3px) rotate(.5deg)}
60%{-webkit-transform:translate(1.3px,2.3px) rotate(-.5deg)}
62%{-webkit-transform:translate(0,0) rotate(-1.5deg)}
64%{-webkit-transform:translate(-2.3px,-2.3px) rotate(-3.5deg)}
66%{-webkit-transform:translate(2.3px,-2.3px) rotate(.5deg)}
68%{-webkit-transform:translate(0,-2.3px) rotate(-2.5deg)}
70%{-webkit-transform:translate(-2.3px,1px) rotate(1.5deg)}
72%{-webkit-transform:translate(-2.3px,2.3px) rotate(2.5deg)}
74%{-webkit-transform:translate(1.3px,-2.3px) rotate(-.5deg)}
76%{-webkit-transform:translate(3px,1px) rotate(-.5deg)}
78%{-webkit-transform:translate(-1px,3px) rotate(2.5deg)}
80%{-webkit-transform:translate(2px,2.3px) rotate(2.5deg)}
82%{-webkit-transform:translate(-2.3px,-2.3px) rotate(-.5deg)}
84%{-webkit-transform:translate(-3px,3px) rotate(-2.5deg)}
86%{-webkit-transform:translate(3px,2px) rotate(-2.5deg)}
88%{-webkit-transform:translate(-3px,2px) rotate(-1.5deg)}
90%{-webkit-transform:translate(-2.3px,-2.3px) rotate(-3.5deg)}
92%{-webkit-transform:translate(-3px,2.3px) rotate(2.5deg)}
94%{-webkit-transform:translate(-2.3px,-2.3px) rotate(-3.5deg)}
96%{-webkit-transform:translate(-2px,1.3px) rotate(-3.5deg)}
98%{-webkit-transform:translate(1.3px,1px) rotate(-.5deg)}
}
@-ms-keyframes tiaodan-slow{0%{-ms-transform:translate(0,0) rotate(0)}
2%{-ms-transform:translate(-2.3px,1px) rotate(-1.5deg)}
4%{-ms-transform:translate(-2.3px,-1px) rotate(-3.5deg)}
6%{-ms-transform:translate(2.3px,1.3px) rotate(-1.5deg)}
8%{-ms-transform:translate(-2px,-2.3px) rotate(-1.5deg)}
10%{-ms-transform:translate(-2.3px,-2px) rotate(-.5deg)}
12%{-ms-transform:translate(-3px,2.3px) rotate(-2.5deg)}
14%{-ms-transform:translate(2.3px,3px) rotate(-1.5deg)}
16%{-ms-transform:translate(1.3px,1.3px) rotate(1.5deg)}
18%{-ms-transform:translate(3px,-1.3px) rotate(-3.5deg)}
20%{-ms-transform:translate(-2.3px,2px) rotate(-3.5deg)}
22%{-ms-transform:translate(3px,-2.3px) rotate(-1.5deg)}
24%{-ms-transform:translate(-1px,-2.3px) rotate(2.5deg)}
26%{-ms-transform:translate(2.3px,2.3px) rotate(-.5deg)}
28%{-ms-transform:translate(2.3px,-2.3px) rotate(-3.5deg)}
30%{-ms-transform:translate(2.3px,-2.3px) rotate(-.5deg)}
32%{-ms-transform:translate(2.3px,1.3px) rotate(1.5deg)}
34%{-ms-transform:translate(2px,-2.3px) rotate(2.5deg)}
36%{-ms-transform:translate(-2.3px,-2.3px) rotate(2.5deg)}
38%{-ms-transform:translate(-3px,-2.3px) rotate(.5deg)}
40%{-ms-transform:translate(2.3px,2.3px) rotate(-2.5deg)}
42%{-ms-transform:translate(3px,-3px) rotate(.5deg)}
44%{-ms-transform:translate(3px,3px) rotate(-3.5deg)}
46%{-ms-transform:translate(-1.3px,2.3px) rotate(1.5deg)}
48%{-ms-transform:translate(-2.3px,-3px) rotate(-2.5deg)}
50%{-ms-transform:translate(3px,-1px) rotate(-3.5deg)}
52%{-ms-transform:translate(-3px,-2.3px) rotate(2.5deg)}
54%{-ms-transform:translate(2.3px,0) rotate(2.5deg)}
56%{-ms-transform:translate(-3px,-1px) rotate(-.5deg)}
58%{-ms-transform:translate(0,-2.3px) rotate(-3.5deg)}
60%{-ms-transform:translate(-2.3px,1.3px) rotate(2.5deg)}
62%{-ms-transform:translate(2.3px,3px) rotate(.5deg)}
64%{-ms-transform:translate(-2.3px,-2.3px) rotate(-1.5deg)}
66%{-ms-transform:translate(-1px,-2.3px) rotate(-.5deg)}
68%{-ms-transform:translate(-2.3px,-2.3px) rotate(-2.5deg)}
70%{-ms-transform:translate(-2.3px,-3px) rotate(-1.5deg)}
72%{-ms-transform:translate(-1.3px,-2px) rotate(-2.5deg)}
74%{-ms-transform:translate(-3px,1px) rotate(-.5deg)}
76%{-ms-transform:translate(-2.3px,2.3px) rotate(2.5deg)}
78%{-ms-transform:translate(2.3px,1.3px) rotate(-3.5deg)}
80%{-ms-transform:translate(-2.3px,-2.3px) rotate(-.5deg)}
82%{-ms-transform:translate(1.3px,-2.3px) rotate(1.5deg)}
84%{-ms-transform:translate(2px,3px) rotate(1.5deg)}
86%{-ms-transform:translate(3px,1.3px) rotate(2.5deg)}
88%{-ms-transform:translate(-3px,-1px) rotate(-1.5deg)}
90%{-ms-transform:translate(-1px,-2.3px) rotate(1.5deg)}
92%{-ms-transform:translate(3px,-2.3px) rotate(-3.5deg)}
94%{-ms-transform:translate(2.3px,-2.3px) rotate(-2.5deg)}
96%{-ms-transform:translate(2.3px,-3px) rotate(2.5deg)}
98%{-ms-transform:translate(3px,0) rotate(-3.5deg)}
}
@keyframes tiaodan-slow{0%{transform:translate(0,0) rotate(0)}
2%{transform:translate(-2.3px,-3px) rotate(2.5deg)}
4%{transform:translate(2px,-2.3px) rotate(-.5deg)}
6%{transform:translate(2px,-3px) rotate(2.5deg)}
8%{transform:translate(0,3px) rotate(.5deg)}
10%{transform:translate(2px,1.3px) rotate(.5deg)}
12%{transform:translate(3px,0) rotate(.5deg)}
14%{transform:translate(2.3px,2.3px) rotate(-3.5deg)}
16%{transform:translate(-2.3px,0) rotate(-.5deg)}
18%{transform:translate(1px,2px) rotate(-1.5deg)}
20%{transform:translate(-3px,-1px) rotate(-3.5deg)}
22%{transform:translate(3px,2.3px) rotate(2.5deg)}
24%{transform:translate(-2.3px,-2.3px) rotate(-2.5deg)}
26%{transform:translate(0,2.3px) rotate(-1.5deg)}
28%{transform:translate(-2.3px,2.3px) rotate(2.5deg)}
30%{transform:translate(3px,-2.3px) rotate(-1.5deg)}
32%{transform:translate(0,-3px) rotate(-.5deg)}
34%{transform:translate(2.3px,2.3px) rotate(-.5deg)}
36%{transform:translate(-2.3px,2.3px) rotate(.5deg)}
38%{transform:translate(3px,-2.3px) rotate(-.5deg)}
40%{transform:translate(3px,0) rotate(.5deg)}
42%{transform:translate(0,-1.3px) rotate(1.5deg)}
44%{transform:translate(3px,-1.3px) rotate(-.5deg)}
46%{transform:translate(1px,-2.3px) rotate(-2.5deg)}
48%{transform:translate(2.3px,-1px) rotate(2.5deg)}
50%{transform:translate(-3px,-2.3px) rotate(2.5deg)}
52%{transform:translate(2px,1.3px) rotate(-3.5deg)}
54%{transform:translate(1px,-2.3px) rotate(-.5deg)}
56%{transform:translate(-2px,-2.3px) rotate(-.5deg)}
58%{transform:translate(-2.3px,-2.3px) rotate(2.5deg)}
60%{transform:translate(3px,2.3px) rotate(-3.5deg)}
62%{transform:translate(2.3px,-2.3px) rotate(-3.5deg)}
64%{transform:translate(-3px,3px) rotate(-.5deg)}
66%{transform:translate(1px,-2px) rotate(.5deg)}
68%{transform:translate(-2.3px,2.3px) rotate(1.5deg)}
70%{transform:translate(-3px,3px) rotate(-1.5deg)}
72%{transform:translate(-2.3px,-1.3px) rotate(2.5deg)}
74%{transform:translate(0,-2.3px) rotate(1.5deg)}
76%{transform:translate(-1.3px,-3px) rotate(.5deg)}
78%{transform:translate(-1.3px,2.3px) rotate(-3.5deg)}
80%{transform:translate(2.3px,2.3px) rotate(-3.5deg)}
82%{transform:translate(-1px,-2.3px) rotate(-1.5deg)}
84%{transform:translate(2px,-2.3px) rotate(.5deg)}
86%{transform:translate(2.3px,-3px) rotate(-1.5deg)}
88%{transform:translate(2.3px,-2.3px) rotate(1.5deg)}
90%{transform:translate(1px,-2.3px) rotate(2.5deg)}
92%{transform:translate(-3px,-1px) rotate(-1.5deg)}
94%{transform:translate(-2.3px,-1px) rotate(.5deg)}
96%{transform:translate(-2.3px,2.3px) rotate(1.5deg)}
98%{transform:translate(2.3px,2.3px) rotate(-.5deg)}
}
/*
跳动的文字
*/
.changeletter {
width:100%;
max-hight:60%;
float:left;
margin-bottom:15px;
background-color: #E7E7E7;
color:#A4A4A4;
}
.changeletter #changelt {
width:100%;
margin: 5px 0 5px 0;
}
/*
加载进度条
*/
/* Make clicks pass-through */
#nprogress {
pointer-events: none;
}
#nprogress .bar {
background:#29d;
position: fixed;
z-index: 9999;
top: 0;
left: 0;
width: 100%;
height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
display: block;
position: absolute;
right: 0px;
width: 100px;
height: 100%;
box-shadow: 0 0 10px #29d, 0 0 5px #29d;
opacity: 1.0;
-webkit-transform: rotate(3deg) translate(0px, -4px);
-ms-transform: rotate(3deg) translate(0px, -4px);
transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
display: block;
position: fixed;
z-index: 9999;
top: 50px;
right: 300px;
}
#nprogress .spinner-icon {
width: 18px;
height: 18px;
box-sizing: border-box;
border: solid 2px transparent;
border-top-color: #29d;
border-left-color: #29d;
border-radius: 50%;
-webkit-animation: nprogress-spinner 400ms linear infinite;
animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
overflow: hidden;
position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
position: absolute;
}
@-webkit-keyframes nprogress-spinner {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
/*statics class*/
.statistics {
text-align: left;
}
.statistics span{
margin: 0 5px;
}
.statistics p{
margin: 5px 0;
display:inline-block;
}
.statistics i{
width: 6px;
margin: 0 5px;
font-size: 10px;
color: #666;
}
.post_statistics, .user_statistics {
width: 100%;
display: flex;
justify-content: center;
}
.img_statistics{
width: 100px;
height: 100px;
display: block;
border-radius: 100%;
margin: 0 43%;
overflow: hidden;
}
/*show after comment*/
.vihide {
display:block;
text-align:left;
border: 1px dashed #dddddd;
border-left: 5px solid #C4E2EA;
border-radius:3px;
padding:8px;
margin:10px auto;
color:#B3B3B3;
width:100%;
}
.vihide a {
color:#ffffff;
background-color: #C4E2EA;
border-radius:2px;
padding:1px 4px;
vertical-align: middle;
}
/* line-animation*/
.toppic-line{
position: relative;
left: 0;
bottom: 0;
display: block;
width: 100%;
height: 1px;
background-color: #fff;
animation: lineWidth 2500ms;
animation-fill-mode: forwards;
}
@keyframes lineWidth {
0%{
width: 0;
}
100%{
width: 100%;
}
}
/*文章目录*/
.total_nav{
z-index: 999;
position: fixed;
bottom: 16%;
right: 1%;
}
.nav_icon {
position: absolute;
right: 0%;
bottom: 0%;
width: 0px;
height: 0px;
border-radius: 50%;
background-color: #666;
transition: all .5s ease-in-out;
cursor: pointer;
opacity: .8;
border-style: solid;
background-color: #6ec1fb;
border-color: #0990ef #6ec1fb;
border-width: 30px 30px;
}
#nav_icon{
position: relative;
width: 40px;
line-height: 20px;
left: -20px;
top: -10px;
text-align: center;
font-weight: bold;
color: #f9f9f9;
}
.breath_animation{
background-color: #f9ba61;
border-color: #fe9600 #f9ba61;
-webkit-animation-timing-function: linear;
-webkit-animation-name: breathe;
-webkit-animation-duration: 4000ms;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction:normal;
}
@-webkit-keyframes breathe {
0% {
transform:rotate(0deg);
-ms-transform:rotate(0deg); /* IE 9 */
-moz-transform:rotate(0deg); /* Firefox */
-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
-o-transform:rotate(0deg);
box-shadow:0 0 1px rgba(255,255,255,0.1);
}
50% {
transform:rotate(180deg);
-ms-transform:rotate(180deg); /* IE 9 */
-moz-transform:rotate(180deg); /* Firefox */
-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
-o-transform:rotate(180deg);
box-shadow:0 0 50px rgba(245,106,55,1) ;
}
100% {
transform:rotate(360deg);
-ms-transform:rotate(360deg); /* IE 9 */
-moz-transform:rotate(360deg); /* Firefox */
-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
-o-transform:rotate(360deg);
box-shadow:0 0 1px rgba(255,255,255,0.1);
}
}
.post_nav{
border: solid 1px #cecece;
background-color: #666;
opacity: 0;
position: relative;
bottom: -999px;
right: 60px;
border-radius: 10px;
overflow-y: scroll;
display: none;
}
.post_nav_hidden{
display:block;
}
.post_nav .post_nav_content {
height: auto;
margin: 20px;
padding: 0;
position: relative;
max-height: 520px;
background: none;
border: none;
/* border-left: #eee 3px solid;
text-indent: 0;
list-style: none;*/
}
.post_nav .post_nav_content li{
padding: 0px;
margin: 5px;
list-style: none;
border-radius: 5px;
width: 260px;
}
.post_nav .post_nav_content li:hover{
background-color: #FFFFFF;
}
.post_nav .post_nav_content .h2_nav{
padding-left: 0px;
}
.post_nav .post_nav_content .h2_nav a{
font-weight: bold;
}
.post_nav .post_nav_content .h3_nav{
padding-left: 20px;
}
.post_nav .post_nav_content li a:before {
content: '';
display: inline-block;
width: 15px;
height: 15px;
border-radius: 50%;
background-color: #cecece;
transform: translate(-4px,3px);
}
.post_nav .post_nav_content li a{
color: #cecece;
display: block;
padding: 10px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-decoration: none;
}
/*.post_nav .post_nav_content .h3_nav .tooltip{
color: white;
}*/
@media (max-width: 860px) {
/*.total_nav {
visibility: hidden;
}*/
.nav_icon {
right: 4.2%;
border-width: 15px 15px;
}
#nav_icon{
width: 30px;
left: -15px;
font-size: 10px;
}
.post_nav .post_nav_content {
max-height: 450px;
overflow: overlay;
}
.post_nav {
right: 40px;
}
.post_nav .post_nav_content li {
width: 220px;
}
.post_nav .post_nav_content li a {
padding: 5px;
}
}
/* Mac-style code blocks */
.entry-content pre {
position: relative;
margin: 1.8em 0;
padding: 54px 22px 22px;
border: 1px solid rgba(255, 255, 255, .08);
border-radius: 8px;
background: #1f2329;
color: #d7dde8;
box-shadow: 0 14px 34px rgba(15, 23, 42, .16);
overflow: auto;
}
.entry-content pre:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 38px;
border-bottom: 1px solid rgba(255, 255, 255, .08);
border-radius: 8px 8px 0 0;
background: linear-gradient(#3a3f4b, #2b3039);
}
.entry-content pre:after {
content: "";
position: absolute;
top: 14px;
left: 16px;
width: 11px;
height: 11px;
border-radius: 50%;
background: #ff5f57;
box-shadow: 19px 0 #ffbd2e, 38px 0 #28c840;
}
.entry-content pre code {
display: block;
margin: 0;
padding: 0;
border-radius: 0;
background: transparent;
color: inherit;
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 14px;
line-height: 1.75;
white-space: pre;
}
@media (max-width: 860px) {
.entry-content pre {
padding: 50px 16px 18px;
border-radius: 6px;
}
.entry-content pre:before {
height: 36px;
border-radius: 6px 6px 0 0;
}
.entry-content pre:after {
top: 13px;
left: 14px;
}
.entry-content pre code {
font-size: 13px;
}
}