a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,figure,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var {
    border: 0;
    font-family: 微软雅黑;
    font-size: 104%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

/***@font-face {
    font-family: myfont;
    src: url(https://cangshui.net/wp-content/themes/Inspire/assets/fonts/myfont.ttf);
}
***/

html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

button,input,textarea {
    -webkit-appearance: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica,Arial,sans-serif
}

button:focus,input:focus,textarea:focus {
    outline: none
}

body {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    margin: 0 auto;
    color: #313131;
    background: #fff;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

article,aside,details,figcaption,figure,footer,header,main,nav,section {
    display: block
}

ol,ul {
    list-style: none
}

table {
    width: 100%;
    overflow: auto;
    display: table;
    font-size: 14px;
    border-spacing: 0;
    border-collapse: collapse;
    word-break: normal;
    word-wrap: normal;
    table-layout: fixed
}

table th {
    font-weight: 700
}

table tr {
    border-top: 1px solid #ccc;
    background-color: #fff
}

table td,table th {
    border: 1px solid #ddd;
    padding: 6px 13px;
    text-align: center
}

caption,td,th {
    text-align: left
}

blockquote:after,blockquote:before,q:after,q:before {
    content: ""
}

blockquote,q {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none
}

blockquote {
    border-left: 3px solid rgba(0,0,0,.8);
    font-weight: 400;
    letter-spacing: .01rem;
    margin: 30px 0;
    padding-left: 10px
}

a:active,a:hover {
    outline: 0
}

pre {
    position: relative;
    margin: 25px 5px;
    top: -15px;
}

code,pre {
    word-wrap: break-word;
    white-space:pre; 
    max-height: 400px;
}

code {
    padding: 2px 4px;
    font-size: 13px;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 3px;
    font-family: Menlo,Monaco,Consolas,courier new,monospace
}

pre code {
    font-size: 13px;
    line-height: 20px;
    display: block;
    overflow: auto;
    border: 0;
    margin: 0;
    padding: 1.3em;
    color: #eaff82;
    background-color: #1d1d1d
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

time {
    font-size: 13px;
    color: #657786
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

a {
    color: inherit;
    text-decoration: none
}

p {
    margin: 20px 0
}

h1 {
    font-size: 22px
}

h2 {
    font-size: 19px
}

h3 {
    font-size: 17px
}

h4 {
    font-size: 16px
}

b,strong {
    font-weight: 700
}

input[disabled] {
    cursor: default;
    color: rgba(0,0,0,.8);
    background-color: rgba(0,0,0,.05)
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #ccc
}

body.fix,#fixedbar.fixed {
    overflow-y: scroll
}

html.fix {
    overflow-y: hidden
}


.width {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 2em
}

.bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block
}

.nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap
}

.pull-left {
    float: left;
    text-align: center;
}

.pull-right {
    float: right;
    text-align: left
}

.middle {
    display: inline-block;
    vertical-align: middle
}

.textcenter {
    text-align: center
}

.textinput {
    box-shadow: none;
    box-sizing: border-box;
    resize: none;
    color: #3c484e;
}

.textinput:focus {
    background-color: #fff
}

.checkbox-radio {
    padding: 0;
    margin: 0;
    float: none;
    width: initial;
    display: none
}

.radioinput {
    background-color: #fff;
    border: 2px solid rgba(0,0,0,.25);
    border-radius: 100%;
    display: inline-block;
    height: 13px;
    margin-right: 4px;
    vertical-align: text-top;
    width: 13px;
    line-height: 1;
    box-sizing: border-box;
    overflow: hidden
}

.checkbox-radio:checked+.radioinput:after {
    background-color: #898c7b;
    border-radius: 100%;
    content: "";
    margin: -5px;
    display: block;
    height: 20px;
    width: 20px
}

#button,.button a {
    opacity: .8;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    padding: 10px 14px;
    margin: 0;
    display: inline-block;
    appearance: none;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

#button:hover,.button a:hover {
    opacity: 1
}

.heading .inner {
    color: #000;
    font-size: 0px;
}

.heading span {
    vertical-align: middle
}

.master-panel {
    height: auto
}

.comment-examine .open-link {
    color: #e91e63;
    cursor: pointer
}

#pagination {
    position: relative
}

.posts-paging a,.posts-paging span,.comments-paging {
    display: block;
    padding: 20px 2px;
    text-align: center;
    color: #8899a6;
    border-top: 1px solid #e1e8ed
}

.dot {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    display: inline-block;
    border: 2px solid #a5a5a5
}

.master-info .dot {
    margin-right: 8px;
    background-color: #70e7e5
}

.more .dot {
    margin-right: 3px;
    background: #edff00
}

.list .dot {
    margin-right: 8px;
    background-color: #1eff00
}

#pagination .dot {
    margin-right: 4px;
    background: #edff00
}

.avatar {
    display: block;
    object-fit: cover
}

.avatar-200 {
    height: 200px;
    border-radius: 100%;
    box-shadow: rgb(90, 90, 90) 0 1.025rem 1.425rem;
    -webkit-box-shadow: rgb(90, 90, 90) 0 1.025rem 1.425rem;
}

.avatar-75,.avatar-42,.avatar-36,.avatar-24 {
    border-radius: 100%
}

.avatar-36 {
    height: 36px
}

#download {
    margin: 0;
    display: inline-block
}

#download a {
    font-size: 16px
}

#download .icon {
    font-size: 24px;
    color: #444
}

#media {
    position: relative;
    margin: -1px -31px 5px;
    line-height: 1;
    overflow: hidden;
    border-radius: 0
}

#notification {
    display: none;
    position: fixed;
    right: .5em;
    bottom: .5em;
    overflow: hidden;
    width: 260px;
    color: #ddd;
    border-radius: 5px;
    background: rgba(35,40,45,.9);
    box-shadow: 0 3px 12px rgba(0,0,0,.6);
    animation: bottom50 300ms
}

#notification.show {
    display: block
}

#notification .title {
    text-align: center;
    padding: 3px 10px;
    font-weight: 600;
    border-bottom: 1px solid #898c7b
}

#notification .info {
    font-size: 13px;
    padding: 8px 12px;
    word-break: break-all;
    transition: all .3s ease-in-out
}

#notification .msg {
    animation: bottom20 500ms
}

#notification .tips-icon {
    font-size: 25px;
    vertical-align: sub
}

.nav-menu li {
    display: inline-block;
    margin-right: 1em
}

.nav-menu a {
    display: block;
    padding: 0 4px;
    box-sizing: border-box;
    border-bottom: 0 solid #fff;
    transition: all .2s ease-in-out
}

.nav-menu a:hover,.main-menu .current-menu-item a {
    border-bottom-width: 4px
}

.top-menu li a {
    color: #66757f;
    height: 48px;
    line-height: 48px
}

.main-menu li a {
    color: #66757f;
    height: 60px;
    line-height: 3.8;
    font-size: 16px
}

.site-header {
    position: relative;
    z-index: 2
}

.topbar {
    box-sizing: border-box;
    box-shadow: 0 0 3px #000;
    background: -webkit-linear-gradient(left,rgb(231, 245, 255),rgb(255, 236, 231) 100%);
}

.topbar .inner {
    height: 48px
}

.topbar .meta {
    position: relative;
    height: 48px;
    line-height: 48px;
    background: -webkit-linear-gradient(left,rgb(245, 240, 241),rgb(253, 236, 232) 100%);
}

.searchform {
    position: relative;
    float: left;
    margin-right: .7em;
    top: 2px;
}

.search-icon {
    position: absolute;
    top: 0;
    right: 6px;
    margin-top: 1px;
    color: #8899a6
}

.searchform .textinput {
    border: 0;
    border-radius: 0;
    padding: 13px 13px 14px 14px;
    vertical-align: top;
    background-color: #fafafa;
    box-shadow: #676767 0 -0.025rem 2.425rem;
    -webkit-box-shadow: #676767 0 -0.025rem 2.425rem;
}

.logged {
    position: relative;
    float: right;
    top: -2px;
}

.user.temp {
    float: left;
    margin-right: 8px
}

.user.temp .avatar {
    position: relative;
    display: block;
    padding: 5.2px 0;
    border-radius: 100%;
    z-index: 999999;
    cursor: pointer;
    background: #fff
}

.login {
    max-width: 240px;
    margin: 2.5em auto 3.2em
}

.login-heading {
    margin-bottom: 2em
}

.login .textinput {
    border: 1px solid #ccc;
    width: 100%
}

.login #button {
    width: 100%;
    font-size: 16px;
    line-height: 1.8
}

.banner {
    position: relative;
    height: 100vh;
    transition: all ease-out .6s;
    -webkit-transition: all ease-out .6s;
    -moz-transition: all ease-out .6s;
    -o-transition: all ease-out .6s
}

.banner:before {
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    box-shadow: inset 0 0 1px 1px rgba(0,0,0,.1);
    background: -webkit-linear-gradient(left,rgba(224,40,171,0.4),rgba(70,193,255,0.4) 100%)
}

.banner .master-info {
    height: 100%
}

#bgvideo {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 99.999%;
    height: 360px;
    z-index: -1;
    overflow: hidden
}

#bgvideo video {
    min-width: 99.999%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
}

.sns-avatar.max {
    position: absolute;
    bottom: -180px;
    z-index: 1;
    border-radius: 100%;
    border: 6px solid #fff;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(136,153,166,.15);
    transition: all .3s cubic-bezier(.18,.89,.3,1.28)
}

.sns-avatar.max.show {
    margin-bottom: 90px
}

#bgm {
    margin-left: 35px;
    margin-top: 3.3px;
}

#listen {
    display: none;
    position: absolute;
    right: 0;
    margin-top: 12px;
    z-index: 999;
    animation: top20 400ms
}

#listen:before {
    content: '';
    position: absolute;
    background: 0 0;
    border: 6px solid transparent;
    border-bottom-color: rgba(255,255,255,.7);
    z-index: 1000;
    right: 13px;
    top: -12px
}

.player {
    width: 150px
}

.player .box {
    overflow: hidden;
    height: 500px;
    border-radius: 6px;
    box-shadow: 3px 6px 12px rgba(0,0,0,.5);
    background-color: rgba(255,255,255,.7)
}

.player .cover {
    width: 80px;
    height: 80px;
    margin-right: .8em;
    box-shadow: 1px 3px 10px rgba(0,0,0,.3)
}

.player .info {
    width: 100%;
    line-height: 2.3em
}

.player .title {
    font-size: 13px;
    font-weight: 600
}

.player .control.icon {
    margin: 0
}

.player .control .item {
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    transition: all .3s ease-in-out
}

.player .control .item:hover {
    color: #5b5d4f
}

.player .control .item+.item {
    margin-left: 20px
}

.player .list {
    overflow: hidden;
    height: 0;
    font-size: 12px;
    width: 280px;
    margin-top: 2px;
    border-radius: 6px;
    box-shadow: 3px 6px 12px rgba(0,0,0,.5);
    background-color: rgba(255,255,255,.7);
    transition: all .2s cubic-bezier(.39,.58,.57,1)
}

.player .list.show {
    padding: .5em 0
}

.player .list .items {
    max-height: 210px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all .2s ease-in-out
}

.player .list li {
    line-height: 2.2em;
    padding: 0 1em;
    cursor: pointer;
    transition: all .15s ease-out
}

.player .list li:hover {
    color: #5a5f41
}

.player .list p {
    margin: 6px 0;
    text-align: center
}

.playing {
    font-size: 13px;
    color: #e91e63
}

.player .items::-webkit-scrollbar,.player .items::-webkit-scrollbar-track {
    background: 0 0
}

.music-search {
    position: relative;
    width: 100%;
    top: -6px
}

.music-search .textinput {
    width: 100%;
    padding: 10px 34px;
    background: 0 0;
    border: none;
    border-bottom: 1px solid;
    border-color: #bebebe;
    border-radius: 0;
    color: #555;
    font-size: 13px;
    vertical-align: top
}

.music-search .search-icon {
    top: -6px;
    left: 10px;
    width: 20px;
    color: #777
}

.music-search input::-webkit-input-placeholder {
    color: #777
}

.list-page-btn {
    text-align: center;
    line-height: 1;
    position: relative;
    bottom: -6px;
    display: none
}

.list-page-btn a {
    float: left;
    width: 50%;
    padding: 8px 18px;
    font-size: 13px;
    border-radius: 0
}

.list-page-btn #list-previous {
    border-radius: 0 0 0 6px
}

.list-page-btn #list-next {
    border-radius: 0 0 6px 0
}

.list-page-btn a+a {
    border-left: 1px solid #dde5e3
}

.source-items {
    width: 100%;
    background: rgba(255,255,255,.4);
    margin-top: -10px;
    padding: 0 12px;
    line-height: 39px;
    overflow: hidden;
    height: 0;
    box-sizing: border-box;
    transition: all .2s ease-in-out
}

.source-items label {
    padding: 0 4px;
    cursor: pointer
}

.search-source {
    position: absolute;
    top: -4px;
    right: 0;
    padding: 0 8px
}

.search-source span {
    cursor: pointer;
    color: #777;
    margin: 0;
    -webkit-transition: -webkit-transform .15s ease-out;
    -moz-transition: -moz-transform .15s ease-out;
    -o-transition: -o-transform .15s ease-out;
    -ms-transition: -ms-transform .15s ease-out
}

.search-source span.deg {
    position: absolute;
    right: 8px;
    transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -webkit-transform: rotate(Z180deg);
    -o-transform: rotateZ(180deg)
}

#playlist .loader {
    position: relative;
    margin: 1em auto
}

.music-list-content {
    position: relative;
    height: 135px;
    padding-left: 172px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: "exo 2",trebuchet ms,helvetica,arial,pingfang sc,hiragino sans gb,stheiti light,microsoft yahei,simhei,wenquanyi micro hei,sans-serif
}

.music-data .cover-photo {
    width: 136px;
    height: 100%;
    object-fit: cover;
    border-radius: 0
}

.cover-photo {
    position: absolute;
    left: 0;
    top: 0
}

.cover-photo-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 153px;
    height: 100%;
    background: url(../../images/cover.png) 0 0 no-repeat;
    background-size: contain;
    pointer-events: none
}

.data-info {
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 1em
}

.data-info-title {
    font-size: 17px;
    padding: 0 10px 1px 0
}

.data-info-meta span+span {
    margin-left: 20px
}

.addplay #button {
    font-size: 12px;
    padding: 10px 20px
}

.addplay #button+#button {
    margin-left: 10px
}

.lyric-text {
    position: fixed;
    bottom: 5px;
    left: 0;
    transition: all .3s
}

.lyric-text .lrc-box {
    font-size: 16px;
    color: transparent
}

.lyric-text .geci_attention {
    color: #333
}

.site-refresh {
    position: relative;
    z-index: 0
}

#appbar {
    height: 60px;
    position: relative;
    z-index: 999
}

#fixedbar {
    height: 60px;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #e1e8ed;
    transition: all .3s ease-out
}

#fixedbar.fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	border-block-end: 4px solid #8BC34A;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    background: #333;
    z-index: 999
}

.master-info-small {
    width: 24%;
    height: 60px;
    color: #898c7b;
    line-height: 1;
    padding: 12px 5px;
    overflow: hidden;
    visibility: visible;
    box-sizing: border-box
}

.master-info-small .nickname {
    color: #898c7b
}

.master-info-small .tooltip {
    margin-top: 55px;
    transition: all .4s cubic-bezier(.18,.89,.32,1.28)
}

.master-info-small .tooltip.show {
    display: block
}

.sns-avatar.min {
    margin-right: 2px
}

#contents {
    padding: 10px 2em;
    letter-spacing: -.8em
}

#aside,#loop,#main {
    display: inline-block;
    letter-spacing: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: top
}

#aside.left {
    width: 24%;
    padding-right: 10px;
	    padding-top: 120px;
}

#loop.right {
    width: 76%;
    letter-spacing: -.8em
}

#aside.right {
    width: 31%
}

#main+#aside.right {
    padding-left: 10px
}

#main {
    overflow: visible;
    border-radius: 5px;
    border: 1px solid #e1e8ed;
    background-color: #fff
}

#main.width-half {
    width: 69%
}

#main.width-full {
    width: 100%
}

#aside .master-info {
    margin: 26px 0 22px;
    font-size: 14px;
    color: #444
}

.sns .info-base {
    line-height: 1.2
}

.blogname {
    color: #b9b9b9;
    font-weight: 600;
    margin-bottom: 5px
}

.nickname {
    font-size: 14px;
    color: #657786;
    font-family: Arial,sans-serif
}

.blogname .ca-icon {
    margin-left: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #241657
}

.info-extras li:before {
    content: "";
    width: 4px;
    height: 4px;
    top: 8px;
    float: left;
    margin-right: 8px;
    position: relative;
    border: 2px solid #a5a5a5;
    border-radius: 100%;
    display: inline-block;
    background-color: #70e7e5
}

.info-actions {
    margin-top: 20px
}

.info-actions .item {
    display: inline-block;
    width: 49%
}

.info-actions #button {
    width: 100%;
    padding: 13px;
    font-size: 14px
}

.site-footer {
    
    border: 30px solid #000000;
    background-color: #000000;
}

.site-footer .inner {
    padding: 1em;
    color: #657786;
    font-size: 13px;
    font-family: Arial,sans-serif
}

.site-footer a:hover {
    text-decoration: underline
}

.copyright {
    font-size: 15px
}

.gotop {
    display: none;
    cursor: pointer;
    position: fixed;
    right: 2em;
    bottom: 2em;
    width: 60px;
}

.gotop .icon {
    font-size: 26px
}

.gotop.show {
    display: block;
    z-index: 999999999
}

#aside.right .inner {
    padding: 0 5px
}

#aside.left .inner {
    padding: 0 6px 0 3px
}

.widget {
    font-size: 14px;
    margin-bottom: 1em;
    color: #444
}

.widget-title {
    font-size: 14px;
    color: #5b5f6d;
    font-weight: 700
}

.textwidget audio,.textwidget video {
    margin: 5px 0;
    border-radius: 4px
}

.attention {
    margin-top: 5px
}

.attention .item {
    display: inline-block;
    margin-right: 6px
}

.attachmentimage {
    position: relative;
    display: inline-block
}

.attachmentimage .item {
    float: left;
    width: 83px height:83px;
    margin: 5px 5px 0 0;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    background-color: #66757f
}

.attachmentimage .thumb {
    width: 83px;
    height: 83px
}

.hot-views .item {
    margin-bottom: .5em
}

.hot-views .item .title {
    font-size: 14px;
    transition: all .2s ease-in-out
}

.hot-views .item .title:hover {
    padding-left: 3px
}

.hot-views .item .meta {
    font-size: 13px;
    color: #657786
}

.hot-comment .item {
    margin-top: 8px;
    line-height: 1.5
}

.hot-comment .image {
    float: left
}

.hot-comment .image img {
    width: 30px;
    height: 30px;
    border-radius: 100%
}

.hot-comment .info {
    margin-left: 40px;
    padding-bottom: 3px
}

.hot-comment .info .title {
    font-size: 14px;
    color: #898c7b;
    transition: all .2s ease-in-out
}

.hot-comment .info .meta {
    font-size: 13px;
    color: #657786
}

.links-bar {
    display: inline-block;
    clear: both;
    position: relative
}

.links-bar .item {
    float: left;
    margin: 5px 4px
}

.links-bar .item a {
    border: 1px solid;
    border-radius: 999em;
    padding: 4px 10px
}

.lwptoc .lwptoc_i a {
    color: #0a0a0a;
}

a,.comment-author a,.trends .state-count,.master-info-small .nickname {
    color: #534979;
    font-weight: 600;
    font-size: 110%;
	font-family: 微软雅黑;
}

.nav-menu a:hover,.main-menu .current-menu-item a {
    border-color: #8BC34A;
    color: #8BC34A
}

#button,.button a {
    color: #fff;
    background: -webkit-linear-gradient(left,#673AB7,rgba(44, 185, 255, 0.99) 100%);
}

.list .post {
    position: relative;
    padding: 2em 1.9em;
    transition: all .15s ease-in-out
}

.list .post {
    color: #4a4c4e
}

.list .post+.post {
    border-top: 1px solid #e1e8ed
}

.list.preview .post:hover {
    background: #f5f8fa;
    cursor: pointer
}

.list .topic-thumb {
    width: 42px;
    height: 42px;
    border-radius: 100%
}

.list .entry-content.w-50,.list .entry-footer.w-50 {
    margin-left: 50px
}

.list .meta {
    line-height: 1
}

.list .title {
    display: inline;
    font-size: 17px
}

.list .title a {
    color: #28195d;
    transition: all .1s ease-in-out;
    font-size: 28px
}

.list .title a:hover {
    color: #e91e63
}

.list .hot {
    position: absolute;
    top: -7px;
    left: -9px;
    margin: 0;
    font-size: 22px;
    color: #eb2f2f
}

.list .summary p {
    margin: 0
}

.list .entry-image {
    display: block;
    margin: .5em 0
}

.list .state,.list .state .icon {
    font-size: 13px;
    color: #7d92a2
}

.list .state .item {
    margin: .1em 1em 0 0;
    display: inline-block;
    line-height: 1;
    vertical-align: bottom
}

.list #media {
    margin: 0 0 8px;
    border-radius: 6px
}

.list .format-video #media {
    margin: -28px;
    margin-bottom: 15px;
    border-radius: 0;
    display: table;
    min-width: 100%
}

.list .format-video .entry-content {
    margin: 0;
    box-sizing: border-box
}

.list .format-video .entry-footer {
    margin: 0
}

.post {
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-word
}

.none-content {
    font-weight: 300;
    padding: 8em 0
}

.none-content .new a {
    color: #898c7b;
    text-decoration: underline
}

.content {
    position: relative;
    max-width: 800px;
    margin: 0 auto
}



.content h3 {
    position: relative;
    margin: 20px 0;
    font-weight: 500;
    font-size: 17px
}

.content h3:before {
    content: '';
    border-radius: 100%;
    border: 2px solid #777;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 8px 1px 0;
    background-color: #4acc40
}

.content h2:before {
    content: '✍';
    color: #898c7b;
    margin-right: 5px
}

.content pre code {
    padding: 1.3em;
    word-break: break-all
}

.content .entry-header {
    padding: 20px 30px 10px;
    border-bottom: 1px solid #e1e8ed
}

.content .title {
    line-height: 1.4;
	font-family: 微软雅黑;
}

.content .meta,.content .meta a,.content .meta time {
    font-size: 12px;
    color: #5f5f5f
}

.content .entry-content,.content .entry-footer {
    padding: 0 30px
}

.content .entry-footer {
    margin: 2em 0;
    clear: both
}

.content .post-copyright {
    margin-top: -1em;
    margin-bottom: 1em;
    padding: 0 30px;
    font-size: 13px
}

.content .tags {
    text-align: right;
    margin: 30px 0;
    padding: 0 30px
}

.content .tags a {
    opacity: .8;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    margin: 4px 8px 0 0;
    padding: 0 12px;
    border-radius: 15px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.content .tags a:hover {
    opacity: 1
}

.thumb,.entry-content img {
    width: 100%;
    border-radius: 5px;
    display: block;
    overflow: hidden
}

.content .normal img {
    width: auto
}

.entry-content.shadow img {
    box-shadow: rgba(0,0,0,.5) 0 .625rem 1.125rem;
    -webkit-box-shadow: rgba(0,0,0,.5) 0 .625rem 1.125rem;
    margin-bottom: 3.125rem;
    border-radius: .125rem
}

.trends {
    margin-bottom: .5em;
    border-top: 1px solid #e1e8ed;
    border-bottom: 1px solid #e1e8ed
}

.trends .items,.trends .item {
    display: inline-block;
    text-align: center;
    vertical-align: middle
}

.trends .likes {
    border-right: 1px solid #e1e8ed
}

.trends .state .item {
    padding-right: 1.2em
}

.trends .state-title {
    display: block;
    text-align: left;
    color: #8899a6;
    font-size: 13px
}

.tourist {
    padding-left: 1em
}

.tourist .more-speak {
    color: #8899a6
}

.tourist .item {
    cursor: pointer;
    margin-right: 5px
}

.tourist .tourist-home {
    display: block
}

.ilike,.share {
    line-height: 3;
    margin-top: 2px;
    margin-left: 5px;
    cursor: pointer;
    float: right;
    color: #8899a6
}

.ilike.is-active {
    color: #cc2973
}

#share {
    display: none;
    position: absolute;
    right: 0;
    bottom: -128px;
    margin-right: 2px;
    z-index: 999
}

#share:before {
    content: '';
    position: absolute;
    background: 0 0;
    border: 6px solid transparent;
    border-bottom-color: #fafafa;
    z-index: 1000;
    right: 35px;
    top: -12px
}

#share .inner {
    width: 70px;
    padding: 8px;
    font-size: 13px;
    border-radius: 5px;
    box-shadow: 0 0 50px rgba(0,0,0,.15);
    background: #fafafa
}

#share .inner a {
    color: #8899a6
}

.entry-content table {
    margin: 1em 0
}

.entry-content table thead tr,.entry-content table tr:nth-child(2n) {
    background-color: #f8f8f8
}

.entry-content ul {
    margin-left: 40px;
    list-style: initial
}

.entry-content ol {
    margin-left: 40px;
    list-style-type: decimal
}

.entry-content ul li,.entry-content ol li {
    margin-bottom: 10px
}

.content .normal .aligncenter {
    margin: auto
}

.content .normal .alignright {
    float: right
}

.content .normal .alignleft {
    float: left
}

#crumbs {
    font-size: 13px;
    color: #5f5f5f;
    float: right;
    line-height: 60px;
    width: 23%
}

.post-password-form {
    margin: 4em 0;
    text-align: center
}

.post-password-form input[type=submit] {
    padding: 0 8px;
    height: 35px;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    background-color: #657786;
    vertical-align: top;
    transition: all .2s ease-in-out
}

.post-password-form input[type=submit]:hover {
    background-color: #833183
}

.post-password-form input[type=password] {
    border: 1px solid #e1e8ed;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 8px;
    margin-right: 6px;
    color: #8899a6
}

.post-index {
    position: relative;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

#directory {
    position: fixed;
    z-index: 0;
    top: 100px;
    margin-left: 20px;
    display: inline-block;
    text-align: left
}

.directory-content.initial {
    opacity: 0
}

.directory-content.pinned {
    opacity: 1
}

.directory-content.unpinned {
    opacity: 1
}

.directory-content.headroom--top {
    opacity: 0
}

.directory-content.headroom--not-top {
    opacity: 1
}

#directory {
    position: fixed;
    z-index: 0;
    top: 100px;
    display: inline-block;
    text-align: left
}

#directory li,#directory ul {
    margin: 0;
    padding-left: 0;
    list-style: none
}

#directory>ul {
    position: relative;
    border-left: 1px solid #ddd
}

#directory>ul>li::before {
    position: relative;
    top: 0;
    left: -4px;
    display: inline-block;
    width: 7px;
    height: 7px;
    content: '';
    border-radius: 50%;
    background-color: #eb5055
}

#directory ul li a {
    display: inline-table;
    margin-left: 5px;
    white-space: nowrap
}

#directory ul li ul li a {
    margin-left: 20px;
    white-space: nowrap;
    color: #5f5f5f
}

#directory ul li ul li ul li a {
    margin-left: 30px;
    color: #5f5f5f
}

#directory a:hover {
    color: #eb5055
}

.post-inser {
    position: relative;
    overflow: hidden;
    max-height: 145px;
    padding: 12px;
    box-sizing: border-box;
    font-size: 13px;
    box-shadow: 0 1px 2px rgba(0,0,0,.15),0 0 1px rgba(0,0,0,.15);
    border-radius: 5px;
    margin: 20px 0
}

.inser-image {
    float: left;
    width: 145px;
    height: 145px;
    margin: -12px 20px -12px -12px
}

.preview .post-inser:hover {
    cursor: pointer;
    background: #f5f8fa
}

.list .preview .post {
    padding: 12px;
    margin: 10px 0
}

.comments-wrap {
    position: relative
}

#respond {
    position: relative;
    z-index: 1;
    background-color: #c7dcff;
    animation: top20 500ms;
}

#respond .inner {
    max-width: 800px;
    margin: auto;
    padding: 30px
}

#commentform {
    margin-left: 50px
}

#commentform input,#commentform textarea {
    box-shadow: none;
    border: 2px solid #82aeff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 12px;
    resize: none;
    color: #3F51B5;
    font-size: 18px;
}

#commentform input:focus,#commentform textarea:focus {
    border-color: #ccc
}

.visitor {
    position: relative;
    float: left
}

.visitor .mark {
    position: absolute;
    top: -3px;
    right: -2px;
    width: 12px;
    height: 12px;
    z-index: 1;
    border-radius: 100%;
    background-color: #fafafa
}

.visitor .mark i {
    width: 8px;
    height: 8px;
    display: block;
    margin: 2px 0 0 2px;
    border-radius: 100%;
    background-color: #17bf63
}

.edit-profile {
    cursor: pointer
}

.author-info {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px
}

.author-info.edit-off {
    display: none
}

.author-info.edit-on {
    display: block
}

.author-info input {
    float: left;
    width: 47%;
    margin-right: 3%
}

.author-info input#url {
    margin: 0
}

.comment-textarea {
    position: relative;
    width: 100%
}

.comment-textarea textarea {
    font-size: 13px;
    line-height: 18px;
    width: 100%;
    min-height: 90px;
    overflow: hidden;
    transition: all .15s ease-in-out
}

.comment-submit {
    font-size: 14px;
    text-align: right
}

input#comment-validate {
    float: left;
    padding: 7px 5%;
}

.comment-submit .icon {
    margin-right: 2px
}

.comment-textarea .shrink {
    min-height: 62px
}

.comment-submit.shrink {
    display: none
}

li .comment-textarea .shrink {
    min-height: 90px
}

li .comment-submit.shrink {
    display: block
}

.cancel-reply {
    margin-right: .2em
}

#cancel-comment-reply-link,#button.push-status {
    padding: 11px 22px;
    font-size: 20px
}

.commentlist {
    position: relative
}

.not-comment {
    margin: 30px 0;
    text-align: center;
    color: #8899a6
}

.not-comment.off {
    margin: 0;
    padding: 20px;
    border-top: 1px solid #e1e8ed
}

.commentlist .depth-1,.depth-new {
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #f5f8fa
}

.commentlist li:last-child,.depth-new:last-child {
    border: 0
}

.commentlist .depth-item {
    overflow: inherit
}

.commentlist #respond {
    background-color: #fff;
    animation: bottom20 500ms
}

.commentlist #respond .inner {
    padding: 7px 30px 12px
}

.commentlist .visitor .mark {
    background-color: #fff
}

.commentlist .visitor a:after,.commentlist .visitor a:before {
    display: none
}

.comment-body {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 30px
}

.children .comment-body:before {
    content: "";
    width: 2px;
    height: 500%;
    background: #bb95d3;
    left: 50px;
    top: -500%;
    position: absolute
}

.comment-avatar {
    position: relative;
    z-index: 1;
    float: left;
    padding: 8px 0;
    background-color: #fff
}

.children .comment-avatar .avatar {
    border-radius: 100%
}

.contain-main {
    margin-left: 52px
}

.comment-meta {
    line-height: 1;
    padding-top: 8px
}

.comment-author {
    font-size: 14px
}

.comment-author .author-name {
    color: #000
}

.is-author.icon {
    color: #e8490a;
    margin-left: 1px;
    font-size: 14px;
    cursor: pointer
}

.comment-author .rank {
    cursor: pointer;
    font-size: 10px;
    vertical-align: baseline
}

.comment-meta .useragent-info {
    margin-top: 4px;
    font-size: 10px
}

.comment-time {
    display: block;
    margin-top: 4px;
    font-size: 12px
}

.comment-to {
    margin-right: 3px
}

.comment-content {
    padding: 20px 20px 19px 0;
    font-size: 13px;
    color: #111
}

.comment-content p {
    margin: 0
}

.comment-content a {
    text-decoration: underline
}

.comment-reply {
    display: none;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 1px 5px;
    border-radius: 3px;
    line-height: 1.5;
    background: #898c7b;
    transition: all .2s ease-in-out
}

.comment-reply a {
    color: #fff
}

.comment-reply a:hover {
    color: #fff
}

.comment-body:hover .comment-reply {
    display: block
}

.ajax-edit {
    font-size: 13px;
    text-align: right;
    margin: 0 25px 10px
}

.ajax-edit .edit-cue a {
    color: #898c7b;
    text-decoration: underline
}

.comments-paging .prev,.comments-paging .next {
    font-size: 14px
}

.page-numbers.current {
    color: #ff007f;
    font-weight: 600
}

.archives {
    padding: 10px 30px 30px
}

.archives .item {
    margin-left: 30px;
    margin-bottom: 12px;
    border-radius: 5px;
    letter-spacing: -.8em
}

.archives .item+.date-year {
    margin-top: 1em
}

.archives .list li {
    letter-spacing: 0;
    padding: 3px;
    font-size: 14px;
    color: #525766
}

.archives .list li a {
    color: #525766
}

.archives .list li a:hover {
    color: #898c7b
}

.archives .count-state {
    float: right;
    font-size: 13px
}

.date-year {
    padding: 5px 0;
    color: #657786
}

.date-mon {
    letter-spacing: 0;
    color: #555
}

.links-main {
    letter-spacing: -.8em
}

.grouping-title {
    letter-spacing: 0;
    margin-bottom: 6px
}

.links-main .item {
    display: inline-block;
    letter-spacing: 0;
    margin-right: 10px;
    margin-bottom: 2px;
    width: 289px;
    height: 240px;
    font-size: 14px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e1e8ed
}

.links-main .link-bg {
    position: relative;
    height: 90px;
    padding: 0 1em
}

.links-main .link-bg:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5)
}

.links-main .link-bg .link-avatar {
    position: absolute;
    bottom: -50px;
    border: 4px solid #fff;
    border-radius: 100%;
    background-color: #fff
}

.links-main .link-bg .link-avatar img {
    border-radius: 100%
}

.links-main .meta {
    padding: .9em 1em;
    text-align: right
}

.links-main .info {
    color: #525766;
    padding: 0 1em 1em
}

.links-main .info .name {
    font-weight: 600;
    font-size: 16px
}

#overlay {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1010;
    animation: top50 300ms
}

#overlay #modal {
    background-color: #fff;
    border-radius: 6px;
    min-height: 120px;
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: -3px auto 60px;
    overflow: hidden;
    transform: translate3d(0,0,0);
    box-shadow: 0 10px 60px rgba(0,0,0,.4)
}

#overlay .full-link {
    position: relative;
    display: block;
    padding: 20px 2px;
    text-align: center;
    color: #8899a6;
    border-top: 1px solid #e1e8ed;
    transition: all .2s ease-in-out
}

#overlay .full-link:hover {
    color: #898c7b;
    background: #f5f8fa
}

#overlay.account {
    background: 0 0;
    animation: top50 400ms
}

#overlay.account #modal {
    margin-top: 10em;
    min-height: 200px;
    max-width: 350px;
    overflow: hidden
}

#main.overlay-main {
    border: 0;
    animation: top20 500ms
}

.overlay-main .entry-header {
    padding: 30px 0 10px;
    margin: 0 30px
}

.overlay-main #share {
    right: 19px
}

.overlay-main #share:before {
    right: 15px
}

.commentlist .loader {
    position: relative;
    height: 140px;
    bottom: 0;
    top: 50px
}

.posts-paging .loader {
    position: relative;
    padding: 3em
}

.account .loader {
    bottom: 41%
}

.loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 32%;
    margin: auto;
    height: 40px;
    width: 40px
}

.loader .circle {
    position: absolute;
    width: 40px;
    height: 40px;
    opacity: 0;
    transform: rotate(225deg);
    animation-iteration-count: infinite;
    animation-name: orbit;
    animation-duration: 5.5s
}

.loader .circle:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #000
}

.loader .circle:nth-child(2) {
    animation-delay: 240ms
}

.loader .circle:nth-child(3) {
    animation-delay: 480ms
}

.loader .circle:nth-child(4) {
    animation-delay: 720ms
}

.loader .circle:nth-child(5) {
    animation-delay: 960ms
}

@keyframes orbit {
    0% {
        transform: rotate(225deg);
        opacity: 1;
        animation-timing-function: ease-out
    }

    7% {
        transform: rotate(345deg);
        animation-timing-function: linear
    }

    30% {
        transform: rotate(455deg);
        animation-timing-function: ease-in-out
    }

    39% {
        transform: rotate(690deg);
        animation-timing-function: linear
    }

    70% {
        transform: rotate(815deg);
        opacity: 1;
        animation-timing-function: ease-out
    }

    75% {
        transform: rotate(945deg);
        animation-timing-function: ease-out
    }

    76% {
        transform: rotate(945deg);
        opacity: 0
    }

    100% {
        transform: rotate(945deg);
        opacity: 0
    }
}

@keyframes top20 {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes bottom20 {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes top50 {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes bottom50 {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes left20 {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes shake-it {
    0% {
        text-shadow: 0 0 rgba(0,255,255,.5),0 0 rgba(255,0,0,.5)
    }

    25% {
        text-shadow: -2px 0 rgba(0,255,255,.5),2px 0 rgba(255,0,0,.5)
    }

    50% {
        text-shadow: -5px 0 rgba(0,255,255,.5),3px 0 rgba(255,0,0,.5)
    }

    100% {
        text-shadow: 3px 0 rgba(0,255,255,.5),5px 0 rgba(255,0,0,.5)
    }
}

#nprogress {
    pointer-events: none
}

#nprogress .bar {
    background: #898c7b;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #898c7b,0 0 5px #898c7b;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0px,-4px);
    -ms-transform: rotate(3deg) translate(0px,-4px);
    transform: rotate(3deg) translate(0px,-4px)
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #898c7b;
    border-left-color: #898c7b;
    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)
    }
}

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0,0,0,.8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

#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;
    border-radius: 6px;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6)
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 3.8;
    white-space: normal;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0,0,0,.6);
    font-family: 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;
    -webkit-transition: left .4s ease,-webkit-transform .4s ease;
    transition: left .4s ease,-webkit-transform .4s ease;
    transition: left .4s ease,transform .4s ease;
    transition: left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

@-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
    }
}

.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;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50,50,50,.5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease
}

.baguetteBox-button:focus,.baguetteBox-button:hover {
    background-color: rgba(50,50,50,.9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.baguetteBox-double-bounce1,.baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-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)
    }
}

::-webkit-scrollbar {
    width: 11px;
}

::-webkit-scrollbar-thumb {
	background-color: rgb(38, 48, 88);
	background-image: -webkit-linear-gradient(45deg,#009688 25%,#368c84 25%,#8BC34A 50%,#9dd45d 50%,#FFEB3B 75%,#FFEB3B 75%,#FF9800);
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    border-radius: 5em;
}

::-webkit-scrollbar-track {
     background-color: #fff;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    border-radius: 5em;
    border: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #898c7b
}

.icon {
    font-family: icon,pingfang sc,hiragino sans gb,wenquanyi micro hei,microsoft yahei,sans-serif!important;
    font-size: 16px;
    font-style: normal;
    margin-right: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: icon;
    src: url(https://cangshui.net/wp-content/themes/Inspire/assets/fonts/iconfont.eot);
    src: url(https://cangshui.net/wp-content/themes/Inspire/assets/fonts/iconfont.eot#iefix) format('embedded-opentype'),url(https://cangshui.net/wp-content/themes/Inspire/assets/fonts/iconfont.woff) format('woff'),url(https://cangshui.net/wp-content/themes/Inspire/assets/fonts/iconfont.ttf) format('truetype'),url(https://cangshui.net/wp-content/themes/Inspire/assets/fonts/iconfont.svg#icon) format('svg')
}

.louie-cog:before {
    content: "\e600"
}

.louie-link:before {
    content: "\e6ab"
}

.louie-more:before {
    content: "\e61b"
}

.louie-qq:before {
    content: "\e609"
}

.louie-music-lsit:before {
    content: "\e698"
}

.louie-down-o:before {
    content: "\e7eb"
}

.louie-list:before {
    content: "\e636"
}

.louie-tags-o:before {
    content: "\e666"
}

.louie-xie:before {
    content: "\e606"
}

.louie-wechat:before {
    content: "\e60a"
}

.louie-up:before {
    content: "\e6a9"
}

.louie-share-o:before {
    content: "\e6ce"
}

.louie-back:before {
    content: "\e627"
}

.louie-camera:before {
    content: "\e612"
}

.louie-github:before {
    content: "\e735"
}

.louie-tags:before {
    content: "\e677"
}

.louie-location:before {
    content: "\e681"
}

.louie-noticenew:before {
    content: "\e690"
}

.louie-login:before {
    content: "\e672"
}

.louie-trend:before {
    content: "\e611"
}

.louie-download:before {
    content: "\ed0a"
}

.louie-sure-location:before {
    content: "\e60f"
}

.louie-games:before {
    content: "\e638"
}

.louie-share:before {
    content: "\e73b"
}

.louie-search:before {
    content: "\e671"
}

.louie-qzone:before {
    content: "\e680"
}

.louie-pc6:before {
    content: "\e62a"
}

.louie-smiling:before {
    content: "\e6b3"
}

.louie-home:before {
    content: "\e637"
}

.louie-msg:before {
    content: "\e697"
}

.louie-comment:before {
    content: "\e605"
}

.louie-archives:before {
    content: "\e642"
}

.louie-weibo:before {
    content: "\e6f0"
}

.louie-link-o:before {
    content: "\e62b"
}

.louie-youtube-o:before {
    content: "\e616"
}

.louie-game-o:before {
    content: "\e7b9"
}

.louie-friend:before {
    content: "\e60b"
}

.louie-down:before {
    content: "\e603"
}

.louie-folder:before {
    content: "\e7cb"
}

.louie-comment-o:before {
    content: "\e60d"
}

.louie-facebook:before {
    content: "\e62e"
}

.louie-friend-o-a:before {
    content: "\e614"
}

.louie-heart:before {
    content: "\e608"
}

.louie-message:before {
    content: "\e623"
}

.louie-time:before {
    content: "\e604"
}

.louie-vip:before {
    content: "\e645"
}

.louie-friend-o-b:before {
    content: "\e695"
}

.louie-tag:before {
    content: "\e621"
}

.louie-icface:before {
    content: "\e691"
}

.louie-cosplay:before {
    content: "\e699"
}

.louie-notice:before {
    content: "\e8cf"
}

.louie-mail:before {
    content: "\e60c"
}

.louie-time-o:before {
    content: "\e629"
}

.louie-friend-o-c:before {
    content: "\e613"
}

.louie-fire:before {
    content: "\e635"
}

.louie-user1:before {
    content: "\e65a"
}

.louie-wangyiyun:before {
    content: "\e63d"
}

.louie-hot-o:before {
    content: "\e607"
}

.louie-google:before {
    content: "\e82b"
}

.louie-twitter:before {
    content: "\e927"
}

.louie-csdn:before {
    content: "\e617"
}

.louie-tongzhi:before {
    content: "\e6eb"
}

.louie-smile:before {
    content: "\e622"
}

.louie-profile:before {
    content: "\e64e"
}

.louie-game:before {
    content: "\e610"
}

.louie-back-o:before {
    content: "\e618"
}

.louie-fast-forward:before {
    content: "\e63a"
}

.louie-pause:before {
    content: "\e66d"
}

.louie-play:before {
    content: "\e66e"
}

.louie-rewind:before {
    content: "\e67b"
}

.louie-image:before {
    content: "\e66c"
}

.louie-images:before {
    content: "\e60e"
}

.louie-send:before {
    content: "\e712"
}

.louie-camera-o:before {
    content: "\e61f"
}

.louie-eye:before {
    content: "\e620"
}

.louie-hot:before {
    content: "\e684"
}

.louie-youtube:before {
    content: "\e799"
}

.louie-trend-o:before {
    content: "\e62c"
}

.louie-friend-o-d:before {
    content: "\e615"
}

.louie-top-o:before {
    content: "\e61d"
}

.louie-instagram:before {
    content: "\e641"
}

.flexbin {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    margin: -2.5px
}

.flexbin:after {
    content: '';
    flex-grow: 999999999;
    min-width: 120px;
    height: 0
}

.flexbin>* {
    position: relative;
    display: block;
    height: 120px;
    margin: 2.5px;
    flex-grow: 1
}

.flexbin>*>img {
    height: 120px;
    object-fit: cover;
    max-width: 100%;
    min-width: 100%;
    width: auto;
    border-radius: 3px;
    vertical-align: bottom
}

.flexbin.flexbin-margin {
    margin: 2.5px
}


@media(min-width: 1920px) {
.css-anniu {
    left: -35%;
   }
.css-h1 {
    font-size: 30px;
    line-height: 1.4;
    max-width: 500px;
    margin: 60px;
    color: #fff;
    margin-left: 35%;
}
}


@media(max-width: 1920px) {
  .css-anniu {
    left: -30%;
   }
  .css-h1 {
    font-size: 30px;
    line-height: 1.4;
    max-width: 500px;
    margin: 60px;
    color: #fff;
    margin-left: 30%;
}

}
@media(max-width: 1500px) {
.css-anniu {
    left: -25%;
   }
.css-h1 {
    font-size: 30px;
    line-height: 1.4;
    max-width: 500px;
    margin: 60px;
    color: #fff;
    margin-left: 25%;
}
}
@media(max-width: 1200px) {
.css-anniu {
    left: -20%;
   }
   .css-h1 {
    font-size: 30px;
    line-height: 1.4;
    max-width: 500px;
    margin: 60px;
    color: #fff;
    margin-left: 20%;
}
}

@media(max-width: 1125px) {
.nav-menu{
	padding: 0px 0px 0px 0px;
    margin-top: 0px;
    font-size: 12px;
}
}


@media(max-width: 980px) {
    .css-anniu {
    left: -8%;
   }
.css-h1 {
    font-size: 30px;
    line-height: 1.4;
    max-width: 350px;
    margin: 40px;
    color: #fff;
    margin-left: 10%;
}
  }
  .flexbin {
        display:flex;
        overflow: hidden;
        flex-wrap: wrap;
        margin: -2.5px;
        margin-bottom: 3em
    }

    .flexbin:after {
        content: '';
        flex-grow: 999999999;
        min-width: 100px;
        height: 0
    }

    .flexbin>* {
        position: relative;
        display: block;
        height: 100px;
        margin: 2.5px;
        flex-grow: 1
    }

    .flexbin>*>img {
        height: 100px;
        object-fit: cover;
        max-width: 100%;
        min-width: 100%;
        vertical-align: bottom
    }

    .flexbin.flexbin-margin {
        margin: 2.5px
    }
  
}
@media(max-width: 500px) {
    .css-anniu {
    left: -5%;
   }
  .css-h1 {
    font-size: 30px;
    line-height: 1.4;
    max-width: 300px;
    margin: 35px;
    color: #fff;
    margin-left: 6%;
   }
}
@media(max-width: 400px) {
    .css-anniu {
    left: -2%;
   }
  .css-h1 {
    font-size: 30px;
    line-height: 1.4;
    max-width: 300px;
    margin: 30px;
    color: #fff;
    margin-left: 3%;
   }
   .flexbin {
        display:flex;
        overflow: hidden;
        flex-wrap: wrap;
        margin: -2.5px
    }

    .flexbin:after {
        content: '';
        flex-grow: 999999999;
        min-width: 100px;
        height: 0
    }

    .flexbin>* {
        position: relative;
        display: block;
        height: 90px;
        margin: 2.5px;
        flex-grow: 1
    }

    .flexbin>*>img {
        height: 90px;
        object-fit: cover;
        max-width: 100%;
        min-width: 100%;
        vertical-align: bottom
    }

    .flexbin.flexbin-margin {
        margin: 2.5px
    }
}


#main.index-style-2 {
    background: 0 0;
    border: 0
}

.index-style-2.preview:hover {
    cursor: pointer
}

.index-style-2.preview .post:hover {
    border-color: #7266ba
}

.index-style-2 .post {
    display: inline-block;
    width: 47%;
    text-align: center;
    margin: 1.2%;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
    overflow: hidden;
    transition: all .7s cubic-bezier(.18,.89,.3,1.28)
}

.index-style-2 .post p {
    margin: 0
}

.index-style-2 .post .title {
    font-size: 16px;
    padding: 10px 0 5px
}

.index-style-2 .post .summary {
    font-size: 13px;
    color: #666;
    padding: 0 18px 24px
}

.index-style-2 .post .entry-header {
    height: 260px;
    max-height: 260px
}

.index-style-2 .post .entry-header .thumb {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0
}

.friends {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5em;
    padding: 0.5em;
    justify-content: center;
}
.friends .a-friend {
    display: flex;
    margin: 10px 10px 0 0;
    text-decoration: none;
    font-weight: 300;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding: 10px;
    transition: box-shadow 0.2s, transform 0.2s;
}
.css-anniu {
    position: relative;
    font-family: AxLLCircular, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: white;
    white-space: nowrap;
    cursor: pointer;
    opacity: 1;
    background: rgba(255, 255, 255, 0.15);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    border-radius: 100px;
    padding: 10px 20px;
    transition: background-color 120ms ease 0s;
    text-decoration: none;
}
.css-999 {
    color: #999999;
    font-size: 16px;
    -webkit-text-decoration: none;
    text-decoration: none;
    margin-bottom: 11px;
}
.css-7color {
    margin-top: 4em;
    left: 0px;
    width: 100%;
    height: 200px;
    background: linear-gradient(100deg, rgb(71, 41, 160) 0%, rgb(210, 0, 163) 20%, rgb(255, 19, 95) 40%, rgb(255, 79, 66) 60%, rgb(255, 142, 60) 80%, rgb(255, 201, 76) 100%);
    overflow: hidden;
}
body {
    cursor: url(https://cangshui.net/wp-content/themes/Inspire/images/pointer.cur), auto;
}
a:hover {
    cursor: url(https://cangshui.net/wp-content/themes/Inspire/images/cursor.cur), auto;
}

 .dropdown{
     position:relative;
     display:inline-block;
 }
 
 .dropdown-content{
    min-width: 135px;
    border: 5px solid #6e90dd;
    position: absolute;
    display: none;
    top: 60px;
    z-index: 109999;
    padding: 10px 5px;
    background: #e1daff;
    left: -30px;
    border-radius: 15px;
}
 
 .dropdown:hover .dropdown-content{
     display:block;
 }


/*
 * Responsive mode css
 * by louie
*/
@charset "utf-8";


#mobilebar {
	display: none;
	height: 59px;
	position: relative;
	z-index: 999
}

#mobilebar .inner {
	position: fixed;
	line-height: 59px;
    border-bottom: 1px solid #e1e8ed;
    transition: all .3s ease-in-out;
	background-color: #FFFFFF
}

#mobilebar .icon {
	margin: auto
}

#mobilebar .col {
	display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top
}

#mobilebar .back,
#mobilebar .switch {
	font-size: 22px;
    text-align: center;
    width: 30px;
    color: #657786
}

#mobilebar .title {
	width: 100%;
    font-size: 16px;
    padding: 0 15px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    }

#overlay.mobile {
	display: none;
	animation: none;
	background: rgba(0, 0, 0, 0.1)
}

#m-menu {
	position: absolute;
	right: 10px;
	top: 52px;
    z-index: 99999999;
}

#m-menu .inner {
	overflow: hidden;
	background: #FFFFFF;
	min-width: 130px;
	border-radius: 5px;
	box-shadow: -2px 5px 20px rgba(0, 0, 0, 0.3)
}

#m-menu:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 7px solid transparent;
    border-bottom-color: #FFFFFF;
    z-index: 1000;
    right: 10px;
    top: -14px
}

.m-menu li {
	display: block;
	margin: 0
}

.m-menu li:hover {
	background: #eee
}

.m-menu a {
	font-size: 14px;
	padding: 8px 1em
}

.m-menu a:hover {
	border: 0
}

@media only screen and (min-width:901px) {
.entry-image{
    cursor: pointer;
    transition: all 0.4s;
    box-shadow: 0px 10px 15px #2416573d!important;  
    }  
.wp-block-image	{
    cursor: pointer;
    transition: all 0.4s;
    }  
.entry-image img:hover{
     transform: scale(1.3);  
    }
.wp-block-image:hover{
     transform: scale(1.6); 
    }
}


@media only screen and (max-width:900px) {
	#mobilebar {
		display: block
	}

	.width {
		padding: 0 1em
	}

	.site-header,
	#appbar,
	#aside.left,
	#aside.right,
	#nprogress .spinner {
		display: none
	}

	#loop.right,
	#main.width-half {
		width: 100%
	}

	#contents {
		padding: 10px
	}

	.links-main .item {
		margin-right: 1%;
		width: 32.1%;
		box-sizing: border-box;
	}

	.comment-reply {
		display: block;
	}
    .gotop {
    display: none;
    cursor: pointer;
    position: fixed;
    right: 2em;
    bottom: 2em;
    width: 0px;
    }
	
}

@media only screen and (max-width:640px) {

	.content .entry-header {
		padding: 20px 20px 10px;
	}

	.content .entry-content,
	.content .entry-footer {
		padding: 0 20px
	}

	.content .entry-footer {
		display: none;
	}

	.content .title {
		font-size: 20px
	}

	.list .post {
		font-size: 13px;
		padding: 1.5em 1em
	}

	#respond .inner,
	.commentlist #respond .inner {
		padding: 20px
	}

	.comment-body {
		padding: 0 20px
	}

	.author-info input {
		float: none;
		width: 100%;
		margin-bottom: 10px
	}

	.children .comment-body:before {
		left: 39px
	}

	.archives {
		padding: 10px 20px 30px
	}

	.archives .count-state,
	.useragent-info {
		display: none
	}

	.post-inser {
		max-height: 100%
	}

	.post-inser .inser-image {
		display: none
	}

	.inser-title {
		font-size: 14px
	}

	.inster-summary {
		font-size: 13px
	}

	.links-main .item {
		width: 100%;
		margin-right: 0;
	}

	.index-style-2 .post {
		width: 98%;
	}

	.index-style-2 .post .entry-header {
		max-height: 186px;
	}

	.entry-content table {
		word-break: break-all;
	}

	table td, table th {
		padding: 6px 6px;
		font-size: 12px;
		white-space: nowrap;
		word-break:keep-all;
		overflow:hidden;
		text-overflow:ellipsis;
	}

	.content .post-copyright {
		margin-top: 1em;
	}

}


/**live2d看板娘**/
#landlord {
    user-select: none;
    position: fixed;
    left: 70%;
    bottom: 0;
    width: 340px;
    height: 400px;
    z-index: 99999990;
    font-size: 0;
    transition: all .3s ease-in-out;
}

#live2d {
    position: relative;
}

.message {
    width: 300px;
    height: auto;
    margin: auto;
    padding: 7px;
    top: -30px;
    left: 5px;
    text-align: center;
    border: 1px solid #673AB7;
    border-radius: 12px;
    background-color: rgba(103, 58, 183, 0.08);
    box-shadow: 0 3px 15px 2px rgba(103, 58, 183, 0.38);
    font-size: 13px;
    font-weight: 400;
    text-overflow: ellipsis;
    text-transform: uppercase;
    overflow: hidden;
    position: absolute;
    animation-delay: 5s;
    animation-duration: 50s;
    animation-iteration-count: infinite;
    animation-name: shake;
    animation-timing-function: ease-in-out;
}

.hide-button {
    position: absolute;
    top: 45px;
    right: 20px;
    /* bottom: 30px; */
    display: none;
    overflow: hidden;
    /* padding: 4px; */
    width: 60px;
    height: 20px;
    border: 1px solid rgb(143, 112, 183);
    border-radius: 12px;
    background: rgba(156, 39, 176, 0.11);
    box-shadow: 0 3px 15px 2px rgba(233, 30, 99, 0.19);
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.hide-button:hover {
    border: 1px solid #f4a7b9;
    background: #f4f6f8;
}

@media (max-width: 860px) {
    #landlord {
        display: none;
    }
}

@keyframes shake {
    2% {
        transform: translate(0.5px, -1.5px) rotate(-0.5deg);
    }

    4% {
        transform: translate(0.5px, 1.5px) rotate(1.5deg);
    }

    6% {
        transform: translate(1.5px, 1.5px) rotate(1.5deg);
    }

    8% {
        transform: translate(2.5px, 1.5px) rotate(0.5deg);
    }

    10% {
        transform: translate(0.5px, 2.5px) rotate(0.5deg);
    }

    12% {
        transform: translate(1.5px, 1.5px) rotate(0.5deg);
    }

    14% {
        transform: translate(0.5px, 0.5px) rotate(0.5deg);
    }

    16% {
        transform: translate(-1.5px, -0.5px) rotate(1.5deg);
    }

    18% {
        transform: translate(0.5px, 0.5px) rotate(1.5deg);
    }

    20% {
        transform: translate(2.5px, 2.5px) rotate(1.5deg);
    }

    22% {
        transform: translate(0.5px, -1.5px) rotate(1.5deg);
    }

    24% {
        transform: translate(-1.5px, 1.5px) rotate(-0.5deg);
    }

    26% {
        transform: translate(1.5px, 0.5px) rotate(1.5deg);
    }

    28% {
        transform: translate(-0.5px, -0.5px) rotate(-0.5deg);
    }

    30% {
        transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    }

    32% {
        transform: translate(2.5px, -1.5px) rotate(1.5deg);
    }

    34% {
        transform: translate(2.5px, 2.5px) rotate(-0.5deg);
    }

    36% {
        transform: translate(0.5px, -1.5px) rotate(0.5deg);
    }

    38% {
        transform: translate(2.5px, -0.5px) rotate(-0.5deg);
    }

    40% {
        transform: translate(-0.5px, 2.5px) rotate(0.5deg);
    }

    42% {
        transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    }

    44% {
        transform: translate(-1.5px, 1.5px) rotate(0.5deg);
    }

    46% {
        transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    }

    48% {
        transform: translate(2.5px, -0.5px) rotate(0.5deg);
    }

    50% {
        transform: translate(-1.5px, 1.5px) rotate(0.5deg);
    }

    52% {
        transform: translate(-0.5px, 1.5px) rotate(0.5deg);
    }

    54% {
        transform: translate(-1.5px, 1.5px) rotate(0.5deg);
    }

    56% {
        transform: translate(0.5px, 2.5px) rotate(1.5deg);
    }

    58% {
        transform: translate(2.5px, 2.5px) rotate(0.5deg);
    }

    60% {
        transform: translate(2.5px, -1.5px) rotate(1.5deg);
    }

    62% {
        transform: translate(-1.5px, 0.5px) rotate(1.5deg);
    }

    64% {
        transform: translate(-1.5px, 1.5px) rotate(1.5deg);
    }

    66% {
        transform: translate(0.5px, 2.5px) rotate(1.5deg);
    }

    68% {
        transform: translate(2.5px, -1.5px) rotate(1.5deg);
    }

    70% {
        transform: translate(2.5px, 2.5px) rotate(0.5deg);
    }

    72% {
        transform: translate(-0.5px, -1.5px) rotate(1.5deg);
    }

    74% {
        transform: translate(-1.5px, 2.5px) rotate(1.5deg);
    }

    76% {
        transform: translate(-1.5px, 2.5px) rotate(1.5deg);
    }

    78% {
        transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    }

    80% {
        transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    }

    82% {
        transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    }

    84% {
        transform: translate(-0.5px, 0.5px) rotate(1.5deg);
    }

    86% {
        transform: translate(2.5px, 1.5px) rotate(0.5deg);
    }

    88% {
        transform: translate(-1.5px, 0.5px) rotate(1.5deg);
    }

    90% {
        transform: translate(-1.5px, -0.5px) rotate(-0.5deg);
    }

    92% {
        transform: translate(-1.5px, -1.5px) rotate(1.5deg);
    }

    94% {
        transform: translate(0.5px, 0.5px) rotate(-0.5deg);
    }

    96% {
        transform: translate(2.5px, -0.5px) rotate(-0.5deg);
    }

    98% {
        transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
    }

    0%, 100% {
        transform: translate(0, 0) rotate(0);
    }
}



/**5.0编辑器样式**/
.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-block-audio audio{width:100%;min-width:300px}.editor-block-list__layout .reusable-block-edit-panel{align-items:center;background:#f8f9f9;color:#555d66;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:13px;position:relative;top:-14px;margin:0 -14px;padding:8px 14px;position:relative;z-index:7}.editor-block-list__layout .editor-block-list__layout .reusable-block-edit-panel{margin:0 -14px;padding:8px 14px}.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner{margin:0 5px}.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info{margin-right:auto}.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label{margin-right:8px;white-space:nowrap;font-weight:600}.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title{flex:1 1 100%;font-size:14px;height:30px;margin:4px 0 8px}.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button{flex-shrink:0}@media (min-width:960px){.editor-block-list__layout .reusable-block-edit-panel{flex-wrap:nowrap}.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title{margin:0}.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button{margin:0 0 0 5px}}.editor-block-list__layout .reusable-block-indicator{background:#fff;border-left:1px dashed #e2e4e7;color:#555d66;border-bottom:1px dashed #e2e4e7;top:-14px;height:30px;padding:4px;position:absolute;z-index:1;width:30px;right:-14px}.wp-block-button{color:#fff;margin-bottom:1.5em}.wp-block-button.aligncenter{text-align:center}.wp-block-button.alignright{text-align:right}.wp-block-button__link{background-color:#32373c;border:none;border-radius:28px;box-shadow:none;color:inherit;cursor:pointer;display:inline-block;font-size:18px;margin:0;padding:12px 24px;text-align:center;text-decoration:none;white-space:normal;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover{color:inherit}.is-style-squared .wp-block-button__link{border-radius:0}.is-style-outline{color:#32373c}.is-style-outline .wp-block-button__link{background:0 0;border:2px solid currentcolor}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-columns{display:flex;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-column{flex:1;margin-bottom:1em;flex-basis:100%;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (min-width:600px){.wp-block-column{flex-basis:50%;flex-grow:0}}@media (min-width:600px){.wp-block-column:nth-child(odd){margin-right:32px}.wp-block-column:nth-child(even){margin-left:32px}.wp-block-column:not(:first-child){margin-left:32px}.wp-block-column:not(:last-child){margin-right:32px}}.wp-block-cover,.wp-block-cover-image{position:relative;background-color:#000;background-size:cover;background-position:center center;min-height:430px;width:100%;margin:0 0 1.5em 0;display:flex;justify-content:center;align-items:center;overflow:hidden}.wp-block-cover-image.has-left-content,.wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover-image.has-left-content .wp-block-cover-text,.wp-block-cover-image.has-left-content h2,.wp-block-cover.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,.wp-block-cover.has-left-content h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content,.wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover-image.has-right-content .wp-block-cover-text,.wp-block-cover-image.has-right-content h2,.wp-block-cover.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,.wp-block-cover.has-right-content h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,.wp-block-cover h2,.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text,.wp-block-cover-image h2{color:#fff;font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:610px;padding:14px;text-align:center}.wp-block-cover .wp-block-cover-image-text a,.wp-block-cover .wp-block-cover-image-text a:active,.wp-block-cover .wp-block-cover-image-text a:focus,.wp-block-cover .wp-block-cover-image-text a:hover,.wp-block-cover .wp-block-cover-text a,.wp-block-cover .wp-block-cover-text a:active,.wp-block-cover .wp-block-cover-text a:focus,.wp-block-cover .wp-block-cover-text a:hover,.wp-block-cover h2 a,.wp-block-cover h2 a:active,.wp-block-cover h2 a:focus,.wp-block-cover h2 a:hover,.wp-block-cover-image .wp-block-cover-image-text a,.wp-block-cover-image .wp-block-cover-image-text a:active,.wp-block-cover-image .wp-block-cover-image-text a:focus,.wp-block-cover-image .wp-block-cover-image-text a:hover,.wp-block-cover-image .wp-block-cover-text a,.wp-block-cover-image .wp-block-cover-text a:active,.wp-block-cover-image .wp-block-cover-text a:focus,.wp-block-cover-image .wp-block-cover-text a:hover,.wp-block-cover-image h2 a,.wp-block-cover-image h2 a:active,.wp-block-cover-image h2 a:focus,.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim::before,.wp-block-cover.has-background-dim::before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;opacity:.5;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10::before,.wp-block-cover.has-background-dim.has-background-dim-10::before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20::before,.wp-block-cover.has-background-dim.has-background-dim-20::before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30::before,.wp-block-cover.has-background-dim.has-background-dim-30::before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40::before,.wp-block-cover.has-background-dim.has-background-dim-40::before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50::before,.wp-block-cover.has-background-dim.has-background-dim-50::before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60::before,.wp-block-cover.has-background-dim.has-background-dim-60::before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70::before,.wp-block-cover.has-background-dim.has-background-dim-70::before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80::before,.wp-block-cover.has-background-dim.has-background-dim-80::before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90::before,.wp-block-cover.has-background-dim.has-background-dim-90::before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100::before,.wp-block-cover.has-background-dim.has-background-dim-100::before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:305px;width:100%}.wp-block-cover-image::after,.wp-block-cover::after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image::after,.wp-block-cover::after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;-o-object-fit:cover;object-fit:cover}.editor-block-list__block[data-type="core/embed"][data-align=left] .editor-block-list__block-edit,.editor-block-list__block[data-type="core/embed"][data-align=right] .editor-block-list__block-edit,.wp-block-embed.alignleft,.wp-block-embed.alignright{max-width:360px;width:100%}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before{padding-top:42.85%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before{padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before{padding-top:56.25%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before{padding-top:75%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before{padding-top:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper::before{padding-top:66.66%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto}.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 5px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.3) 60%,transparent)}.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc((100% - 16px)/ 2)}.wp-block-gallery .blocks-gallery-image:nth-of-type(even),.wp-block-gallery .blocks-gallery-item:nth-of-type(even){margin-right:0}.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 16px * 2)/ 3);margin-right:16px}.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 16px * 3)/ 4);margin-right:16px}.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 16px * 4)/ 5);margin-right:16px}.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 16px * 5)/ 6);margin-right:16px}.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 16px * 6)/ 7);margin-right:16px}.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 16px * 7)/ 8);margin-right:16px}.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.wp-block-gallery .blocks-gallery-item.has-add-item-button{width:100%}.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:305px;width:100%}.wp-block-gallery.aligncenter,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{display:flex}.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-image{max-width:100%;margin-bottom:1em;margin-left:0;margin-right:0}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table;margin-left:0;margin-right:0}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin-right:1em}.wp-block-image .alignright{float:right;margin-left:1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-latest-posts.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc((100% / 2) - 16px)}.wp-block-latest-posts.columns-3 li{width:calc((100% / 3) - 16px)}.wp-block-latest-posts.columns-4 li{width:calc((100% / 4) - 16px)}.wp-block-latest-posts.columns-5 li{width:calc((100% / 5) - 16px)}.wp-block-latest-posts.columns-6 li{width:calc((100% / 6) - 16px)}}.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.wp-block-media-text{display:grid}.wp-block-media-text{grid-template-rows:auto;align-items:center;grid-template-areas:"media-text-media media-text-content";grid-template-columns:50% auto}.wp-block-media-text.has-media-on-the-right{grid-template-areas:"media-text-content media-text-media";grid-template-columns:auto 50%}.wp-block-media-text .wp-block-media-text__media{grid-area:media-text-media;margin:0}.wp-block-media-text .wp-block-media-text__content{word-break:break-word;grid-area:media-text-content;padding:0 8% 0 8%}.wp-block-media-text>figure>img,.wp-block-media-text>figure>video{max-width:unset;width:100%;vertical-align:middle}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important;grid-template-areas:"media-text-media" "media-text-content"}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right{grid-template-areas:"media-text-content" "media-text-media"}}p.is-small-text{font-size:14px}p.is-regular-text{font-size:16px}p.is-large-text{font-size:36px}p.is-larger-text{font-size:48px}p.has-drop-cap:not(:focus)::first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-background{padding:20px 30px}p.has-text-color a{color:inherit}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:305px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:20px}.wp-block-pullquote p{font-size:28px;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:0 0}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:18px;text-align:right}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:0 0;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots::before{content:"\00b7 \00b7 \00b7";color:#191e23;font-size:20px;letter-spacing:2em;padding-left:2em;font-family:serif}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table.has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;border-bottom:1px solid #f3f4f5}.wp-block-table.is-style-stripes tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes td{border-color:transparent}.wp-block-text-columns{display:flex}.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 16px;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:calc(100% / 2)}.wp-block-text-columns.columns-3 .wp-block-column{width:calc(100% / 3)}.wp-block-text-columns.columns-4 .wp-block-column{width:calc(100% / 4)}pre.wp-block-verse{white-space:nowrap;overflow:auto}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.has-pale-pink-background-color.has-pale-pink-background-color{background-color:#f78da7}.has-vivid-red-background-color.has-vivid-red-background-color{background-color:#cf2e2e}.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color{background-color:#ff6900}.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color{background-color:#fcb900}.has-light-green-cyan-background-color.has-light-green-cyan-background-color{background-color:#7bdcb5}.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color{background-color:#00d084}.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color{background-color:#8ed1fc}.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color{background-color:#0693e3}.has-very-light-gray-background-color.has-very-light-gray-background-color{background-color:#eee}.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color{background-color:#abb8c3}.has-very-dark-gray-background-color.has-very-dark-gray-background-color{background-color:#313131}.has-pale-pink-color.has-pale-pink-color{color:#f78da7}.has-vivid-red-color.has-vivid-red-color{color:#cf2e2e}.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color{color:#ff6900}.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color{color:#fcb900}.has-light-green-cyan-color.has-light-green-cyan-color{color:#7bdcb5}.has-vivid-green-cyan-color.has-vivid-green-cyan-color{color:#00d084}.has-pale-cyan-blue-color.has-pale-cyan-blue-color{color:#8ed1fc}.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color{color:#0693e3}.has-very-light-gray-color.has-very-light-gray-color{color:#eee}.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color{color:#abb8c3}.has-very-dark-gray-color.has-very-dark-gray-color{color:#313131}.has-small-font-size{font-size:13px}.has-normal-font-size,.has-regular-font-size{font-size:16px}.has-medium-font-size{font-size:20px}.has-large-font-size{font-size:36px}.has-huge-font-size,.has-larger-font-size{font-size:42px}

/**弹出框CSS**/
/*背景层*/
        #popLayer {
            display: none;
            background-color: #1c2248;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 10;
            -moz-opacity: 0.8;
            opacity:.80;
            filter: alpha(opacity=80);/* 只支持IE6、7、8、9 */
        }
 
        /*弹出层*/
        #popBox {
            display: none;
            background-color: #FFFFFF;
            z-index: 11;
            width: 200px;
            height: 200px;
            position:fixed;
            top:0;
            right:0;
            left:0;
            bottom:0;
            margin:auto;
            width: 400px;
            height: 200px;
        }
 
        #popBox .close{
            text-align: right;
            margin-right: 5px;
            background-color: #F8F8F8;
        }
 
        /*关闭按钮*/
        #popBox .close a {
            text-decoration: none;
            color: #2D2C3B;
        }
		.contenttext{
		position: relative;
        width: 380px;
        margin: 10px 10px;
        height: 200px;
		}
		
		
/*首页文本		*/
.home #site-branding {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 8px;
    width: 100%;
    font-size: 1.5vmax;
	display: block;
}


#site-branding {
    display: block;
    padding: 100px 0;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 8px;
    width: 100%;
    font-size: 1.5vmax;
}	


/**文章生成目录插件**/
.lwptoc .lwptoc_i {
    background-color: #ededed;
    border: 1px solid #757575;
}
.lwptoc {
    margin: 32px 0
}

.lwptoc:first-child {
    margin-top: 16px
}

.lwptoc_i {
    padding: 14px 18px 18px;
    text-align: left
}

.lwptoc_header {
    margin-bottom: 6px
}

.rtl .lwptoc_header {
    text-align: right
}

.lwptoc_toggle {
    white-space: nowrap;
    margin-left: 4px;
    font-size: 80%
}

.rtl .lwptoc_toggle {
    margin-left: 0;
    margin-right: 4px
}

.lwptoc_toggle:before {
    content: '['
}

.lwptoc_toggle:after {
    content: ']'
}

.lwptoc_toggle_label {
    margin: 0 1px
}

.lwptoc_item {
    margin-top: 2px
}

.rtl .lwptoc_item {
    text-align: right
}

LI.lwptoc_item {
    margin: 2px 0 0 0!important;
    padding: 0!important;
    list-style: none!important
}

.lwptoc_item:first-child {
    margin-top: 0
}

LI.lwptoc_item:first-child {
    margin-top: 0!important
}

.lwptoc_item_number {
    margin-right: 2px
}

.rtl .lwptoc_item_number {
    margin-right: 0;
    margin-left: 2px
}

.lwptoc_itemWrap .lwptoc_itemWrap {
    margin: 2px 0 0 14px
}

.rtl .lwptoc_itemWrap .lwptoc_itemWrap {
    margin-left: 0;
    margin-right: 14px
}

OL.lwptoc_itemWrap,UL.lwptoc_itemWrap {
    margin: 0!important;
    padding: 0!important;
    list-style: none!important
}

OL.lwptoc_itemWrap OL.lwptoc_itemWrap,OL.lwptoc_itemWrap UL.lwptoc_itemWrap,UL.lwptoc_itemWrap OL.lwptoc_itemWrap,UL.lwptoc_itemWrap UL.lwptoc_itemWrap {
    margin: 2px 0 0 14px!important
}

.rtl OL.lwptoc_itemWrap OL.lwptoc_itemWrap,.rtl OL.lwptoc_itemWrap UL.lwptoc_itemWrap,.rtl UL.lwptoc_itemWrap OL.lwptoc_itemWrap,.rtl UL.lwptoc_itemWrap UL.lwptoc_itemWrap {
    margin-left: 0!important;
    margin-right: 14px!important
}

.lwptoc-autoWidth .lwptoc_i {
    display: inline-block
}

.lwptoc-left {
    float: left;
    margin-top: 0;
    margin-right: 32px
}

.lwptoc-right {
    float: right;
    margin-top: 0;
    margin-left: 32px
}

.lwptoc-rightwithoutflow {
    text-align: right
}

.lwptoc-rightwithoutflow .lwptoc_i {
    display: inline-block
}

.lwptoc-center {
    text-align: center
}

.lwptoc-center .lwptoc_i {
    margin-left: auto;
    margin-right: auto
}

.lwptoc-baseItems .lwptoc_items {
    font-size: 90%
}

.lwptoc-notInherit .lwptoc_i DIV A {
    box-shadow: none!important;
    border: none!important;
    text-decoration: none!important
}

.lwptoc-notInherit .lwptoc_i DIV A:active,.lwptoc-notInherit .lwptoc_i DIV A:focus,.lwptoc-notInherit .lwptoc_i DIV A:hover {
    box-shadow: none!important;
    border: none!important;
    text-decoration: none!important
}

.lwptoc-notInherit .lwptoc_i DIV A:hover {
    border-bottom: 1px dotted!important
}

.lwptoc-light .lwptoc_i {
    color: #333;
    background: #fafafa
}

.lwptoc-light .lwptoc_i A {
    color: #3175e4
}

.lwptoc-light .lwptoc_i A:active,.lwptoc-light .lwptoc_i A:focus,.lwptoc-light .lwptoc_i A:hover {
    color: #3175e4;
    border-color: #3175e4
}

.lwptoc-light .lwptoc_items A:visited {
    color: #000394
}

.lwptoc-dark .lwptoc_i {
    color: #d3d5d8;
    background: #2b2b2b
}

.lwptoc-dark .lwptoc_i A {
    color: #96c6ff
}

.lwptoc-dark .lwptoc_i A:active,.lwptoc-dark .lwptoc_i A:focus,.lwptoc-dark .lwptoc_i A:hover {
    color: #96c6ff;
    border-color: #71b2ff
}

.lwptoc-dark .lwptoc_items A:visited {
    color: #53a1ff
}

.lwptoc-white .lwptoc_i {
    color: #333;
    background: #fff
}

.lwptoc-white .lwptoc_i A {
    color: #3175e4
}

.lwptoc-white .lwptoc_i A:active,.lwptoc-white .lwptoc_i A:focus,.lwptoc-white .lwptoc_i A:hover {
    color: #3175e4;
    border-color: #3175e4
}

.lwptoc-white .lwptoc_items A:visited {
    color: #000394
}


