﻿@charset "UTF-8";

html {
    height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    line-height: 1.6em
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizeLegibility;
}

img {
    max-width: 100%;
    height: auto;
}

dl,
ol,
p,
ul {
    margin: 1em 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: .4em 0;
}

.content blockquote p,
.content li p,
.post blockquote p,
.post li p,
blockquote p,
li p,
ol p,
ul p {
    margin: 0;
    overflow: visible
}

a img {
    border: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    padding: 2px;
}

::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    border: 4px solid transparent;
    transition: .3s;
}

:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.6);
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

/*.owl-carousel .owl-video-play-icon {*/
/*    position: absolute;*/
/*    height: 80px;*/
/*    width: 80px;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    margin-left: -40px;*/
/*    margin-top: -40px;*/
/*    background: url(../images/owl.video.play.png) no-repeat;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    -webkit-backface-visibility: hidden;*/
/*    transition: transform .1s ease;*/
/*}*/

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.header-banner {
}

.owl-header {
    width: 1200px;
}

#owl-banner {
    width: 100%;
    float: left;
}

#owl-banner .item {
    display: block;
}

#owl-banner .item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

#owl-banner .item:hover:after {
    opacity: 1;
    visibility: visible;
}

#owl-banner img {
    display: block;
    width: 100%;
    height: 250px;
}

.owl-dots {
    width: 100%;
    position: absolute;
    top: 85%;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    text-align: right;
    right: 10px;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-dots .owl-dot span {
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    height: 5px;
    width: 8px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 0 5px 5px;
    border-radius: 10px;
}

.owl-dots .owl-dot.active span {
    height: 5px;
    width: 18px;
    background: #fff;
}

.owl-dots .owl-dot:hover span {
    background: #fff;
}

.owl-nav div {
    line-height: 30px;
    text-align: center;
    height: 30px;
    width: 30px;
    background: #fff;
    color: #A1A1A1;
    position: absolute;
    top: 40%;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-prev {
    left: 20px;
    background-position: 0 0;
    opacity: 0;
}

.owl-next {
    right: 20px;
    background-position: right 0;
    opacity: 0;
}

#owl-banner:hover .owl-nav .owl-prev,
#owl-banner:hover .owl-nav .owl-next {
    opacity: 0.85
}

#owl-banner:hover .owl-nav .owl-prev:hover,
#owl-banner:hover .owl-nav .owl-next:hover {
    color: #222
}

#sidebar {
    float: left;
    width: 260px;
    margin-top: 20px;
    position: relative;
}

#sidebar .sidebar-title, .widgettitle {
    text-transform: uppercase;
    padding: .2em 1em;
    font-size: 1rem;
    position: relative;
    color: #ddd;
    font-family: "Courier New", "Verdana", "Trebuchet MS", "Helvetica", 'KaiTi', sans-serif;
    font-weight: lighter;
    overflow: hidden;
}

#sidebar .widgettitle:before,
#sidebar .widgettitle:after,
.widgettitle:before,
.widgettitle:after {
    content: '';
    position: absolute;
    background: #eee;
    border-radius: 3px;
}

#sidebar .widgettitle:before,
.widgettitle:before {
    width: 5px;
    height: 5px;
    left: 0;
    top: 50%;
    margin: -2px 0 0 0;
}

#sidebar .widgettitle:after,
.widgettitle:after {
    width: 100%;
    height: 1px;
    margin: 0 0 0 5%;
    top: 50%;
}

.widgettitle h2 {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    position: relative;
    z-index: 2;
    font-weight: 300;
    color: #555;
}

#sidebar .tools {
    margin: 0 0 8% 0;
}

.widget {
    clear: both;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 1px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(249, 249, 249, 0.08), 0 0 0 1px rgba(26, 53, 71, .04), 0 1px 1px rgba(26, 53, 71, .06);
    transition: .3s;
    transform: translate(0) scale(1);
}

.widget h3 {
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
    margin: 0;
    padding: 10px;
    position: relative;
    font-weight: 400;
}

.widget-title {
    border: 1px solid;
    border-color: #c69f73;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    padding: 16px 0;
}

.widget input,
.widget select {
    border: 1px solid #eee;
    padding: 10px 6px;
    width: 100%;
    font-size: .8rem;
}

.widget select {
    box-shadow: 0 0 0 3px #fafafa;
}

.widget input:focus,
.widget select:focus {
    outline: 0;
    border: 1px solid #eee;
}

.widget ul {
    margin: 0;
    list-style: none;
    padding: 10px;
    margin-bottom: -10px;
}

.widget ul li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #eee;
    font-size: .8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget ul li a {
    color: #777 !important;
    font-weight: 400;
}

.widget ul li a:hover {
    opacity: .8
}

.widget ul li:last-child {
    border: 0;
}

.widget img {
    max-width: 100%;
    height: auto;
}

.widget .custom-html-widget {
    margin-bottom: -6px !important;
    padding: 0 !important;
}

.widget .textwidget {
    padding: 10px;
    margin-bottom: -10px;
}

.rsswidget img {
    position: absolute;
    display: block;
    top: 13px;
    right: 0;
    z-index: 1;
    box-shadow: -8px 0 0 #fff;
}

.widget_categories ul li,
.widget_archive ul li {
    color: #999;
}

.widget_categories a,
.widget_archive a {
    margin-right: 5px;
}

.widget .tagcloud {
    padding: 10px;
}

.widget .tagcloud a {
    display: inline-block;
    color: #777;
    background: #fff;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    padding: 2px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 11px !important;
    font-weight: 500;
}

.widget .tagcloud a:hover {
    opacity: 0.8
}

#wp-calendar {
    width: 100%;
    position: relative;
}

#wp-calendar caption {
    position: absolute;
    top: -35px;
    right: 0;
    background: #fff;
    padding: 0 0 0 6px;
}

#wp-calendar caption,
#wp-calendar thead,
#wp-calendar tfoot {
    font-size: .8rem;
}

#wp-calendar tbody td {
    background: #f6f6f6;
    border: 1px solid #fff;
    text-align: center;
    font-size: .8rem;
}

#wp-calendar tbody td a {
    color: #fff;
    background: #666;
    display: block;
}

#wp-calendar tbody td a:hover {
    background: #666;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    text-align: right;
    padding: 0 10px 0 0;
}

#wp-calendar tfoot tr td {
    padding: 0 0 0 10px;
    border-bottom: 1px dotted #eee;
}

#wp-calendar thead th {
    text-align: center;
}

.widget #searchform {
    letter-spacing: -.8em;
    box-shadow: 0 0 0 3px #fafafa;
}

.widget #searchform #s {
    box-shadow: 0 0 0 1px #eee inset;
}

.widget #searchform #s:focus {
    outline: 0;
}

.widget [for=s],
.widget [for=archives-dropdown-3],
.widget [for=cat] {
    display: none;
}

.widget #searchform #s,
.widget #searchsubmit {
    width: 74%;
    line-height: 2.4rem;
    display: inline-block;
    padding: 0 3%;
    margin: 0;
    border: 0;
    border-radius: 1px;
}

.widget #searchsubmit {
    width: 20%;
    cursor: pointer;
    background: #eee;
}

.widget #searchsubmit:hover {
    color: #fff;
    background: #169FE6;
}

#sidebar .sns {
    text-align: center;
}

#sidebar .sns a {
    font-size: 1.8rem;
}

#sidebar .sns li {
    border: 0;
    width: 15%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.widget_avatar-comments-list .alignleft {
    display: inline;
    float: left;
    width: 24px;
    height: 24px;
}

.widget_avatar-comments-avatar {
    margin-right: 15px;
}

.widget_avatar-comments-entry {
    margin-top: 5px;
}

.widget_avatar-comments-entry a {
    font-size: 12px;
}

.widget_avatar-comments-entry a:hover {
    opacity: .8
}

.widget_avatar-comments-list .avatar {
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 20px;
    margin: 6px 8px 0 0;
}

.widget_avatar-comments-content {
    position: relative;
    margin-top: 10px;
    padding: 10px 0;
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
    line-height: 1.7;
    word-break: break-word;
}

.widget .yeziting_banner_inner {
    margin-bottom: -6px;
}

.blogroll {
    display: block;
    overflow: auto;
    zoom: 1;
    margin-bottom: -20px !important;
}

.blogroll li {
    float: left;
    width: 50%;
    display: block;
}

.blogroll li a {
    color: #777
}

.blogroll li a:hover {
    opacity: .8
}

.single_top_adsense,
.single_bottom_adsense {
    position: relative;
    z-index: -1;
    margin-bottom: 10px;
}

.single_top_adsense img:hover,
.single_bottom_adsense img:hover {
    opacity: 0.8;
}

.partners-area_tip {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.25);
    line-height: 20px;
    width: auto;
    padding: 2px 3px;
    height: 20px;
    text-align: center;
}

.comments {
    margin: 10px 30px 30px 30px;
    padding-bottom: 10px;
    position: relative;
    padding: 10px;
}

.comment-note {
    margin-bottom: -10px;
    margin-top: -10px;
    font-size: 12px;
    color: rgba(0, 0, 0, .3);
}

.comments-area p {
    line-height: 35px;
    font-size: 12px;
}

.comments-area {
    margin-bottom: 30px;
}

.comment-list {
    padding: 0;
}

.comment-list li {
    list-style: none;
    border: none;
}

.comment-author {
    font-size: 13px;
}

.comment-author img {
    float: left;
    margin: 0 10px 0 0;
    width: 50px;
    height: auto;
}

.comment-metadata a {
    font-size: 12px;
    font-style: italic;
    color: #818181;
}

.comment-content {
    margin-left: 58px;
    font-size: 14px;
}

.comment-content p:last-child {
    margin-bottom: 0;
}

.comment-content a {
    padding-bottom: 1px
}

.comment-content a,
.fn a {
    color: #444;
    padding-right: 3px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}

.comment-body cite.fn {
    padding-right: 3px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}

.comment-body cite.fn .comment-time {
    font-size: 12px;
}

.comment-body span.parent-icon {
    font-size: 12px;
    background: #eff4f8;
    color: #424e67;
    padding: 2px;
    box-shadow: 0 1px 3px rgba(249, 249, 249, 0.08), 0 0 0 1px rgba(26, 53, 71, .04), 0 1px 1px rgba(26, 53, 71, .06);
}

.comment-body span.parent-icon:hover {
    opacity: .8
}

.comment-reply-link {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    padding: 0 10px;
    background: #444;
    display: none;
    cursor: pointer;
}

.comment-body {
    position: relative;
    border-bottom: 1px solid rgba(150, 150, 150, 0.18);
    margin: 20px 0 0;
}

.comment-body .reply {
    position: absolute;
    top: -3px;
    right: 20px;
}

.comment-body .reply a {
    color: #fff;
    background: #4f97ff
}

.comment-body .reply a:hover {
    color: #fff;
}

.comment-body:hover .comment-reply-link {
    display: block
}

.comment-notes {
    display: none;
}

.comments-title {
    font-size: 16px;
    line-height: 1;
    position: relative;
    text-align: center;
    font-weight: 700;
    margin-top: 0
}

.comments-title:before {
    display: block;
    content: '';
    border-top: 1px solid #e7e7e7;
    position: relative;
    top: 8px;
    z-index: 1
}

.comments-title span {
    display: inline-block;
    padding: 0 30px;
    background: #fff;
    position: relative;
    z-index: 2;
    font-weight: 400
}

.wp-smiley {
    width: 24px;
    height: auto !important;
    max-height: none !important;
}

.comment-reply-title {
    font-size: 18px;
    color: #292929;
    margin-bottom: 20px;
    font-weight: 600;
}

.comment-form label {
    display: block
}

.comment-form input {
    width: 50%
}

.comment-subscription-form {
    margin-top: 1em
}

.form-submit {
    margin: -32px 0 0;
    float: right;
}

.form-submit input {
    display: inline-block;
    width: auto;
    font-size: 14px;
}

.yjp-no-robot {
    padding-left: 10px;
    font-size: 14px;
    vertical-align: middle;
}

.yjp-no-robot span {
    position: absolute;
    top: -5px;
    left: 0;
    width: 240px;
    color: #999;
    padding-left: 50px;
    padding-left: 5px \9;
    font-size: 12px;
}

.no-robot + label {
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #f7f7f7;
    width: 40px;
    width: 0 \9;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 15px;
}

.no-robot + label:before {
    content: '';
    position: absolute;
    background: #fff;
    top: 0;
    left: -1px;
    width: 18px;
    width: 0 \9;
    height: 18px;
    z-index: 99999;
    border: 1px solid #f7f7f7;
    border-radius: 15px;
    border: none \9;
}

.no-robot + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 9px;
    font-size: 0.9rem;
}

.no-robot:checked + label {
    background: #4f97ff;
    border-radius: 15px;
}

.no-robot:checked + label:after {
    content: '';
    left: 6px;
}

.no-robot:checked + label:before {
    content: '';
    position: absolute;
    z-index: 99999;
    left: 21px;
    border-radius: 15px;
}

.no-robot + label:after {
    left: 15px;
    line-height: 21px;
}

.no-robot + label:after,
.no-robot + label:before {
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.comment-form-author,
.comment-form-email {
    width: 33.33%;
    box-sizing: border-box;
    padding-right: 10px;
    float: left;
    padding-bottom: 10px;
    line-height: 0 !important;
}

.comment-form-url {
    float: left;
    width: 33.33%;
    line-height: 0 !important;
}

.comment-form-author i,
.comment-form-email i,
.comment-form-url i {
    position: absolute;
    padding: 0 10px;
    line-height: 47px;
    color: #292929;
    font-size: 10px;
    z-index: 2;
    font-size: 14px;
    display: block;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    border: 1px solid #f2f2f2;
    padding-left: 30px;
    height: 45px;
    box-sizing: border-box;
    background: #f7f7f7;
    transition: .3s;
    transform: translate(0) scale(1);
    width: 100%;
}

.comment-form-author input:hover,
.comment-form-email input:hover,
.comment-form-url input:hover {
    background: #fff;
}

.comment-respond textarea {
    resize: none;
    width: 100%;
    height: 200px;
    border-radius: 1px;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    padding: 3px 5px;
    background: #f7f7f7;
    transition: .3s;
    transform: translate(0) scale(1);
}

.comment-respond textarea:hover {
    background: #fff;
}

.comment-respond label {
    display: block;
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    cursor: pointer;
    line-height: 28px;
    box-shadow: 0 0 10px rgba(171, 198, 235, .3);
}

#commentform textarea:focus,
#commentform input:focus,
.post_password_form input:focus {
    box-shadow: 0 0 0 1px #f2f2f2;
    position: relative;
    z-index: 1;
}

button,
input,
textarea {
    -webkit-appearance: none !important;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

.comments .button,
button,
.comments input[type=button],
.comments input[type=submit] {
    position: relative;
    letter-spacing: 2px;
    display: inline-block;
    border: 1px solid #4f97ff;
    border-radius: 1px;
    padding: 4px 20px;
    color: #fff;
    cursor: pointer;
    background: #4f97ff;
    height: 40px;
}

.comments .button:hover,
.comments button:hover,
.comments input[type=button]:hover,
.comments input[type=submit]:hover {
    opacity: .8
}

#comments-nav {
    margin: 2% 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.pagination span.current,
.pagination a:hover {
    background: #4f97ff !important;
    color: #fff;
    border: 1px solid #4f97ff;
}

.pagination {
    display: flex;
    display: -ms-flexbox;
    list-style: none;
    margin: .2rem 0;
    padding: .2rem 0;
}

.pagination .current,
.pagination .dots {
    background: #fff;
    float: left;
    margin: 0 0 0 5px;
    padding: 8px 11px;
    line-height: 100%;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.pagination a,
.pagination a:visited {
    float: left;
    background: #fff;
    margin: 0 0 10px 5px;
    padding: 8px 11px;
    line-height: 100%;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.btn-card {
    padding: 0;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    color: #555;
    height: auto;
    border: 0;
    background: #fff;
    border: 1px solid rgba(153, 153, 153, 0.31);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
    float: left;
    margin-bottom: 20px;
}

.btn-card:hover {
    color: #555
}

.comment-card-smiley {
    display: none;
    position: absolute;
    width: 352px;
    left: 58px;
    padding: 2px;
    box-shadow: 0 0 10px rgba(153, 153, 153, 0.31);
    background-color: #fff;
    z-index: 2;
}

.comment-card-smiley:before {
    left: -5px;
    top: 28px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: #FFFFFF;
    content: "";
    height: 8px;
    position: absolute;
    width: 8px;
    z-index: 999;
    border-left: 1px solid rgba(153, 153, 153, 0.31);
    border-top: 1px solid rgba(153, 153, 153, 0.31);
}

.comment-card-smiley a {
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #fff;
    background-color: #f0f0f0;
    padding: 4px;
    float: left;
}

.comment-upload {
    padding: 0;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    color: #555;
    height: auto;
    border: 0;
    background: #fff;
    border: 1px solid rgba(153, 153, 153, 0.31);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 20px;
}

.comment-upload {
    color: #555 !important
}

.comment-upload-box {
    display: none;
    z-index: 9991;
    filter: alpha(opacity=50);
    background: #666;
    opacity: 0.5;
    -moz-opacity: 0.5;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: fixed;
}

.comment-upload-donate {
    display: none;
    position: fixed;
    bottom: 40%;
    left: 50%;
    padding: 30px 20px;
    width: 300px;
    padding-bottom: 50px;
    background-color: white;
    border-radius: 3px;
    transform: translateX(-50%);
    text-align: center;
    z-index: 9999;
}

#comment-img-add {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
    color: #757575;
}

.comment-add-img {
    position: relative;
}

.comment-add-img .comment-img-file,
.comment-add-img #comment-img-file {
    width: 100%;
    background: #dcdada;
    margin: 0 auto 20px;
    display: block;
    height: 80px;
    color: #4a4a4a;
    border: 3px dashed #888;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.comment-add-img:hover .comment-img-file,
.comment-add-img:hover #comment-img-file {
    background: #f5f3f3 !important;
}

#comment-img-file {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}

.comment-add-img button {
    width: 100%;
    margin-top: 10px;
}

span.postprev {
    float: left;
}

span.postnext {
    float: right;
}

.prev-next.clearfix {
    overflow: hidden;
    margin-bottom: 20px;
}

.prev-next.clearfix h4 {
    font-size: 14px;
    font-weight: 400;
    font-family: Verdana, Geneva, "microsoft yahei";
    color: #B3B3B3;
}

.postnext h4 {
    text-align: right;
}

.postprev a,
.postnext a {
    color: #383838;
    font-size: 13px;
}

.prev-next.clearfix i {
    font-size: 13px;
}

.postprev i {
    margin-right: 8px;
}

.postnext i {
    margin-left: 8px;
}

.f404 {
    margin: 120px 0 120px 0;
    text-align: center;
}

.f404 h1 {
    margin: 40px 0 20px;
    font-size: 30px;
    font-weight: 400;
}

.f404 h2 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
}

.f404 .f404-btn {
    padding: 6px 15px;
    height: auto !important;
}

.f404 .f404-btn-primary {
    border: 2px solid #4f97ff;
    background: #4f97ff;
    color: #fff;
}

.f404 .f404-btn-primary:hover {
    opacity: .85
}

.header_sns {
    position: absolute;
    top: 15px;
    right: 32px;
}

.header_sns .sns-icon {
    padding: 2px 7px;
    background: #2c353a;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    display: inline-block;
    opacity: .6;
}

.header_sns .sns-icon:hover {
    opacity: 1
}

.header_sns .qq {
    background-color: #15baf8;
}

.header_sns .weibo {
    background-color: #e74c3c;
}

.header_sns .bilibili {
    background-color: #f25d8e;
}

.header_sns .github {
    background-color: #24292e;
}

.header_sns .rss {
    background-color: #f39c12;
}

.header_sns .weixin {
    background: #51c332;
    position: relative;
}

.header_sns .wechat-popover {
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 9;
    border: 1px solid #eee;
    background: #fff;
}

.header_sns .wechat-popover img {
    max-width: 100px;
}

code[class*=language-],
pre[class*=language-] {
    color: #0a001f;
    background: 0 0;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre[class*=language-] {
    padding: 0.5em;
    overflow: auto;
    border-radius: 6px;
}

:not(pre) > code[class*=language-],
pre[class*=language-] {
    background: #272822
}

/*:not(pre) > code[class*=language-] {*/
/*    padding: .1em;*/
/*    border-radius: .3em;*/
/*    white-space: normal*/
/*}*/

.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
    color: #708090
}

.token.punctuation {
    color: #0a001f
}

.namespace {
    opacity: .7
}

.token.constant,
.token.deleted,
.token.property,
.token.symbol,
.token.tag {
    color: #f92672
}

.token.boolean,
.token.number {
    color: #0a001f
}

.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
    color: #080
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url,
.token.variable {
    color: #0a001f;
}

.token.atrule,
.token.attr-value,
.token.class-name,
.token.function {
    color: #0a001f
}

.token.keyword {
    color: #0a001f
}

.token.important,
.token.regex {
    color: #fd971f
}

.token.bold,
.token.important {
    font-weight: 700
}

.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}

.toolbar-item {
    display: none;
}

.timeline-item {
    display: flex;
    display: -ms-flexbox;
    margin-bottom: 1.2rem;
    position: relative;
}

.timeline-item::before {
    background: #e7e9ed;
    content: "";
    height: 99%;
    left: 9px;
    position: absolute;
    top: 1.2rem;
    width: 2px;
}

.timeline-item .timeline-left {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.timeline-item .timeline-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2px 0 2px .8rem;
}

.timeline-item .timeline-icon {
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 1.2rem;
    text-align: center;
    width: 1.2rem;
}

.timeline-item .timeline-icon::before {
    border: .1rem solid #0061ff;
    border-radius: 50%;
    content: "";
    display: block;
    height: .4rem;
    left: .4rem;
    position: absolute;
    top: .4rem;
    width: .4rem;
}

.timeline-item .timeline-icon.icon-lg {
    background: #4f97ff;
    font-size: .8rem;
    line-height: 20px;
}

.timeline-item .timeline-icon.icon-lg::before {
    content: none;
}

.timeline-item .tile-subtitle {
    font-size: 1.2rem;
}

.timeline-item .text-primary {
    color: #4f97ff
}

#footer {
    clear: both;
    border-top: 1px solid #eee;
    text-align: center;
    padding: 20px 0px 20px 0px;
    background: #fff;
}

#footer p {
    margin: 0px;
    padding: 0px;
    color: #969696;
    text-transform: uppercase;
    font-size: 12px;
}

#SwfStore_farbox_0 {
    height: 0;
    overflow: hidden
}

@media (max-width: 480px) {
    code {
        padding: 0;
        margin: 0
    }
}

html {
    -webkit-font-smoothing: antialiased;
}

body {
    color: rgba(0, 0, 0, .5);
    font-family: PingHei, 'PingFang SC', Helvetica Neue, 'Work Sans', 'Hiragino Sans GB', 'Microsoft YaHei', SimSun, sans-serif;
    font-size: 16px;
    width: 100%;
    background-color: #f7f7f7;
}

p {
    line-height: 1.8em;
    font-weight: 500;
    font-size: 15px;
}

a {
    text-decoration: none;
}

a:link,
a:visited {
    opacity: 1;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    -ms-transition: all .15s linear;
    transition: all .15s linear;
    color: rgba(0, 0, 0, .68);
}

a:active,
a:hover {
    color: #4f97ff
}

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}

.animated.hinge {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.main-post {
    z-index: -1;
    width: 100%;
}

.content {
    height: auto;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
}

.site-logo {
    float: left;
    line-height: 60px;
    font-size: 20px;
    font-weight: 700;
}

.site-logo a {
    color: #777;
    font-weight: 300;
}

.site-logo a:hover {
    opacity: .8
}

.site-logo img {
    vertical-align: top;
    max-height: 30px;
    margin-top: 15px;
}

.header {
    width: 100%;
    background-color: #fff;
    z-index: 2;
}

.page-top {
    width: 1200px;
    z-index: 3;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
}

.page-top .menu {
    list-style: none;
    padding: 5px 0px 0px 10px;
    float: left;
    font-size: 12px;
}

.page-top .menu li {
    position: relative;
    display: initial;
    float: left;
}

.page-top .menu li a {
    padding: 23px 10px 23px 10px;
}

.current-menu-item a,
.current_page_item a,
.current-menu-parent a,
.current-post-ancestor a {
    color: rgba(48, 49, 51, .5);
    font-size: 12px;
}

.page-top .menu a:hover {
    color: rgba(48, 49, 51, .5);
    font-size: 12px;
}

.page-top .menu li .sub-menu {
    position: absolute;
    left: 0px;
    margin-left: 0px;
    top: 35px;
    padding: 0;
    white-space: nowrap;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transform-origin: 40px top;
    -moz-transform-origin: 40px top;
    -ms-transform-origin: 40px top;
    -o-transform-origin: 40px top;
    transform-origin: 40px top;
}

.page-top .menu li .sub-menu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.page-top .menu li .sub-menu li {
    display: block;
    margin: 0;
    background-color: #fff;
    position: relative;
    border-radius: 3px;
}

.page-top .menu li .sub-menu li a {
    position: relative;
    display: block;
    min-width: 80px;
    line-height: 5px;
    text-align: center;
    font-size: 12px;
}

.page-top .menu li:hover .sub-menu {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.page-top .menu li .sub-menu > li:last-child {
    padding-bottom: 0px
}

.page-top .menu li .sub-menu > li:first-child {
    padding-top: 0px;
}

.page-top .menu li .sub-menu > li:last-child > a {
    border-bottom: none
}

.page-top .menu li .sub-menu li a {
    background: #fff;
    color: #444
}

.page-top .menu li .sub-menu li a:hover {
    color: #4f97ff;
}

.header_search button {
    border: none;
    position: absolute;
    top: 14.12px;
    right: 0;
    cursor: pointer;
    height: 28px;
    width: 28px;
    padding: 2px 8px;
    background: #4f97ff;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
}

#search-form {
    -moz-transition: max-height, .5s;
    -o-transition: max-height, .5s;
    -webkit-transition: max-height, .5s;
    transition: max-height, .5s;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #ffffff;
}

#search-form.open {
    max-height: 60px;
}

#search-form fieldset {
    position: relative;
    margin: 0 60px 0 0;
    padding: 0;
    border: none;
}

#search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 50px;
}

#search-form input[type=search] {
    width: 100%;
    padding: 0 5px 0 22px;
    background: 0 0;
    border: none;
}

#search-form input[type=submit] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: #4f97ff;
    border: none;
    cursor: pointer;
}

.headroom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all .2s ease-in-out;
}

.headroom--unpinned {
    top: -100px;
}

.headroom--pinned {
    top: 0;
}

.post-list {
    width: 940px;
    float: left;
    box-shadow: none;
}

.post {
    background-color: #FFF;
    margin: 20px 20px 0 0;
    padding: 25px 20px 1px;
    box-shadow: 0 1px 3px rgba(249, 249, 249, 0.08), 0 0 0 1px rgba(26, 53, 71, .04), 0 1px 1px rgba(26, 53, 71, .06);
    transition: .3s;
    transform: translate(0) scale(1);
}

.post .post-title h1 {
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 1
}

.post .post-title h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    color: #5f5f5f
}

.post .post-title h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 600;
    color: #464646;
    font-size: 22px;
    margin: 0;
}

.post .post-title a {
    text-decoration: none;
    letter-spacing: 1px;
    color: #777;
    font-weight: 400;
}

.post .post-title a:hover {
    text-decoration: none;
    opacity: .8
}

.post .post-content a {
    text-decoration: none;
    letter-spacing: 1px;
    color: #4f97ff
}

.post .post-content a:hover {
    color: #2F69B3
}

.post .post-content h3 {
    color: #5F5F5F;
    font-size: 22px;
    font-weight: 600
}

.post .post-content h4 {
    color: #5F5F5F;
    font-size: 16px
}

.post .post-footer {
    background: #fff;
    font-size: 12px;
    border-top: 1px solid #ececec;
    line-height: 25px;
    overflow: hidden;
    clear: both;
    position: relative;
    display: block;
    margin: 0px -20px -1px;
    padding: 10px 0px 2px 20px;
    border-radius: 0px 0px 5px 5px;
}

.post .post-footer .meta {
    max-width: 100%;
    height: 25px;
    color: #bbb;
}

.post .post-footer .meta .info-left {
    float: left;
    font-size: 12px;
}

.post .post-footer .meta .info-left .date {
    margin-right: 10px
}

.post .post-footer .meta .info-right {
    float: right;
    font-size: 12px
}

.post .post-footer .meta .info-right .author {
    margin-right: 10px;
}

.post .post-footer .meta .info-right .author img {
    width: 22px;
    height: auto;
    border-radius: 15px;
}

.post .post-footer .meta a {
    text-decoration: none;
    color: #bbb;
    padding-right: 10px
}

.post .post-footer .meta a:hover {
    opacity: .8
}

.post .post-footer .meta i {
    margin-right: 6px
}

.post .post-thumbnail {
    position: relative;
    display: block;
    margin: -25px -20px 20px;
}

.post .post-thumbnail img {
    display: block;
    margin: 0 auto;
}

a.post-thumbnail:focus,
a.post-thumbnail:hover {
    opacity: .85
}

.aside_list_item {
    position: relative;
    margin: 20px 20px 0 0;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(249, 249, 249, 0.08), 0 0 0 1px rgba(26, 53, 71, .04), 0 1px 1px rgba(26, 53, 71, .06);
}

.aside_list_item p {
    margin-bottom: 0
}

.section_p {
    line-height: 1.75;
    margin: 20px auto
}

.aside_section h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 600;
    color: #464646;
    font-size: 22px;
    margin: 0;
}

.aside_btn {
    width: auto;
    color: #777 !important;
    font-weight: 400;
    display: block;
    position: relative;
}

.aside_btn:hover {
    opacity: .8
}

.aside_section {
    position: relative;
    z-index: 1
}

.aside_thumbnail {
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 1px;
    padding: 25px 20% 25px 2%;
}

.aside_thumbnail:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #fff 20%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #fff 20%)
}

.aside_list_item .post-footer {
    background: #fff;
    font-size: 12px;
    border-top: 1px solid #ececec;
    line-height: 25px;
    overflow: hidden;
    clear: both;
    position: relative;
    display: block;
    padding: 10px 0px 2px 20px;
    border-radius: 0px 0px 5px 5px;
}

.aside_list_item .post-footer .meta {
    max-width: 100%;
    height: 25px;
    color: #bbb;
}

.aside_list_item .post-footer .meta .info-left {
    float: left;
    font-size: 12px;
}

.aside_list_item .post-footer .meta .info-left .date {
    margin-right: 10px
}

.aside_list_item .post-footer .meta .info-right {
    float: right;
    font-size: 12px
}

.aside_list_item .post-footer .meta .info-right .author {
    margin-right: 10px;
}

.aside_list_item .post-footer .meta .info-right .author img {
    width: 22px;
    height: auto;
    border-radius: 15px;
}

.aside_list_item .post-footer .meta a {
    text-decoration: none;
    color: #bbb;
    padding-right: 10px
}

.aside_list_item .post-footer .meta a:hover {
    opacity: .8
}

.aside_list_item .post-footer .meta i {
    margin-right: 6px
}

.level {
    position: absolute;
    color: #fff;
    float: left;
    margin-top: 50px;
    left: 0;
    top: 0;
    line-height: 20px;
    width: 50px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

div.level {
    font-size: 12px;
    text-align: center;
}

.level span {
    text-align: center;
    font-size: 12px;
    padding: 0px 2px 0px 2px;
    float: left;
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
}

.level-0 {
    background-color: #bfbfbf;
}

.level-1 {
    background-color: #5097ff;
}

.level-2 {
    background-color: #95ddb2;
}

.level-3 {
    background-color: #92d1e5;
}

.level-4 {
    background-color: #ffb37c;
}

.level-5 {
    background-color: #ff6c00;
}

.level-6 {
    background-color: #ff0000;
}

.level-up {
    background-color: #ff0000;
}

.level-vp {
    background-color: #FF9800;
}

.wp-embed-post {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.wp-embed-mark {
    background-color: #4f97ff;
    color: #fff;
    border-radius: 2px;
    padding: 2px 5px;
    font-size: 12px;
}

.wp-embed-post a {
    color: #666;
    text-decoration: none;
}

.wp-embed-post-featured-image {
    margin-bottom: 20px;
}

.wp-embed-post-featured-image img {
    border: medium none;
    height: auto;
    width: 100%;
}

.wp-embed-post-featured-image.square {
    float: left;
    margin-right: 20px;
    max-width: 160px;
}

.wp-embed-post p {
    margin: 0;
}

p.wp-embed-post-heading {
    font-size: 20px;
    margin: 0 0 4px !important;
}

.wp-embed-post-heading a {
    color: #444;
    font-weight: 600;
}

.wp-embed-post-heading a:hover {
    opacity: .8
}

.wp-embed-post .wp-embed-post-more {
    color: #b4b9be;
}

.wp-embed-post-footer {
    display: table;
    margin-top: 16px;
    width: 100%;
}

.wp-embed-post-site-title .avatar {
    border: 0 none;
    height: 25px;
    left: 0;
    position: absolute;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
}

.wp-embed-post-site-title a {
    display: inline-block;
    padding-left: 32px;
    position: relative;
}

.wp-embed-post-meta {
    display: table-cell;
}

.wp-embed-post-meta {
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

.wp-embed-post-meta .date {
    margin-right: 10px;
    font-size: 12px;
}

.wp-embed-post-meta i {
    margin-right: 6px;
}

#yeziting_notice {
    color: #fff;
    background: #1ba784;
    margin: 10px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

#yeziting_warn,
.post-password-form {
    color: #fff;
    background: #fca104;
    margin: 10px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

#yeziting_error {
    color: #fff;
    background: #ee3f4d;
    margin: 10px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

#yeziting_tips {
    color: #fff;
    background: #026FCE;
    margin: 10px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

#yeziting_notice p,
#yeziting_warn p,
#yeziting_error p,
#yeziting_tips p {
    margin-left: 70px;
}

.yz_icon {
    min-width: 30px;
    text-align: center;
    font-size: 22px;
    padding: 15px 15px 15px 15px;
    background-color: rgba(0, 0, 0, 0.25);
}

.yz_icon {
    float: left;
}

.single-share {
    margin-bottom: 10px;
    margin-top: 20px;
    position: relative;
}

.main-login {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
}

.main-login .login-blank {
    padding: 200px 0;
}

.main-login .login-blank .am-form {
    width: 330px;
    margin-left: auto;
    margin-right: auto;
}

.main-login .login-blank .am-form p {
    text-align: center
}

.main-login .login-blank .am-form .am-form-group {
    margin-bottom: 15px;
}

.main-login .login-blank .am-form .am-form-group i {
    position: absolute;
    padding: 0 10px;
    line-height: 47px;
    color: #292929;
    font-size: 10px;
    z-index: 2;
    font-size: 14px;
    display: block;
}

.main-login .login-blank .am-form .am-btn-primary {
    width: 326px;
}

.main-login .login-blank .am-form .am-btn-primary:hover {
    opacity: .8;
}

.main-login .login-blank .am-form .am-form-group .am-form-field {
    height: 30px;
    max-width: 283px;
    margin-right: 14px;
    box-shadow: none;
    width: 100%;
    padding-left: 30px !important;
    padding: 6px 12px;
    background-color: #f2f2f2;
    border: 1px solid #fff;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block;
}

.donate_icon {
    float: right;
    vertical-align: sub;
    position: relative;
    text-align: center;
    bottom: 1px;
    cursor: pointer;
    background: #fff;
    color: #555 !important;
    border: 1px solid rgba(153, 153, 153, 0.31);
    min-width: 40px;
    height: 40px;
    line-height: 40px;
}

.donate_icon:hover {
    opacity: .8;
    color: #fff;
}

i.czs-close-l {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #292929;
    cursor: pointer;
    font-size: 20px;
}

.donate_hide_box {
    display: none;
    z-index: 9991;
    filter: alpha(opacity=50);
    background: #666;
    opacity: 0.5;
    -moz-opacity: 0.5;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: fixed;
}

.donate_box {
    display: none;
    position: fixed;
    bottom: 40%;
    left: 50%;
    padding: 30px 50px;
    padding-bottom: 50px;
    background-color: white;
    border-radius: 3px;
    transform: translateX(-50%);
    text-align: center;
    z-index: 9999;
}

.donate_box h2 {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
    color: #757575;
}

.doimg img {
    width: 120px;
    margin: 0 40px;
}

.doimg {
    position: relative;
    display: inline-block;
}

.wedo:after {
    font-family: "strawberryicon";
    content: "\ea3e";
    color: #28ae61;
}

.alido:after {
    font-family: "strawberryicon";
    content: "\e903";
    color: #108ee9;
}

.alido:after,
.wedo:after {
    position: relative;
    text-align: center;
    display: block;
    font-size: 25px;
    margin-top: 10px
}

.post-pagination {
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: center;
}

.post-module-pagination .post-pagination__item-prev {
    display: none
}

.post-pagination__links {
    font-size: 0;
}

.post-pagination__item {
    display: inline-block;
    min-width: 34px;
    height: 34px;
    margin: 0 0 10px 5px;
    border-radius: 1px;
    border: 1px solid #ddd;
    background: #ffff;
    color: rgba(0, 0, 0, .8);
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}

.post-pagination__item:active,
.post-pagination__item:focus,
.post-pagination__item:hover {
    background: #4f97ff;
    color: #fff;
}

@media (min-width: 768px) {
    .post-pagination__item {
        font-size: 14px;
    }
}

.post-pagination__item-current {
    background: #4f97ff;
    color: #fff !important;
    border: 1px solid #ddd;
}

.post-pagination__item-current:active,
.post-pagination__item-current:focus,
.post-pagination__item-current:hover {
    background: #4f97ff;
    color: #fff;
}

.post-pagination__item > i {
    font-size: 12px;
}

.post-pagination__dots {
    min-width: auto;
    background: 0 0 !important
}

.post-pagination--next-n-prev .post-pagination__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

.post-pagination--next-n-prev .post-pagination__label {
    padding-right: 10px;
    font-size: 14px;
    font-size: 1rem
}

@media (min-width: 768px) {
    .post-pagination--next-n-prev .post-pagination__label {
        font-size: 16px;
        font-size: 1.14286rem
    }
}

.post-pagination--next-n-prev .post-pagination__item {
    position: relative;
    padding: 0 8px;
    background: #4f97ff;
    color: #fff
}

.post-pagination--next-n-prev .post-pagination__links a:first-child .post-pagination__item,
.post-pagination--next-n-prev .post-pagination__links.post-pagination-last-page-link a:last-child .post-pagination__item {
    margin-left: 8px;
    background: #f1f1f1;
    color: rgba(0, 0, 0, .8)
}

.post-pagination--next-n-prev .post-pagination__links a:first-child .post-pagination__item:after,
.post-pagination--next-n-prev .post-pagination__links.post-pagination-last-page-link a:last-child .post-pagination__item:after {
    content: '';
    display: block;
    width: 0;
    position: absolute;
    right: 100%;
    left: auto;
    top: 0;
    border-width: 17px 8px;
    margin-left: 0;
    margin-right: -1px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #f1f1f1
}

.post-pagination--next-n-prev .post-pagination__links a:last-child .post-pagination__item {
    margin-right: 8px;
    color: #fff
}

.post-pagination--next-n-prev .post-pagination__links a:last-child .post-pagination__item:after {
    content: '';
    display: block;
    width: 0;
    position: absolute;
    left: 100%;
    right: auto;
    top: 0;
    border-width: 17px 8px;
    margin-left: -1px;
    margin-right: 0;
    border-style: solid;
    border-color: transparent;
    border-left-color: #FC3C2D
}

.post-pagination .tnm-no-more-button {
    background: #eee;
    box-shadow: none;
    opacity: .6;
    cursor: auto
}

.post-like {
    height: 60px;
}

.post-like .dotGood {
    float: left;
    position: relative;
    bottom: 1px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #3d8cff;
    color: #3d8cff;
    padding: 0 15px;
    min-width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.post-like .dotGood:hover {
    background: #3d8cff;
    color: #fff
}

.post-share {
    float: right;
}

.post-share a {
    float: left;
    position: relative;
    bottom: 1px;
    cursor: pointer;
    background: #fff;
    border: 1px solid rgba(153, 153, 153, 0.31);
    color: #555;
    margin-left: 10px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.post-like a.done {
    cursor: not-allowed
}

.share-icons {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    padding: 15px;
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: 0 0 10px rgba(171, 198, 235, .3);
    border-radius: 3px;
    z-index: 10;
}

.share-icons:before {
    content: "";
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #ffffff transparent;
    height: 0px;
    position: absolute;
    left: 80%;
    top: -9px;
    width: 0px;
    -webkit-transform: rotate(360deg);
    z-index: 1;
    margin-left: -9px;
}

.share-icons:after {
    content: "";
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #efefef transparent;
    height: 0px;
    position: absolute;
    left: 80%;
    top: -10px;
    width: 0px;
    -webkit-transform: rotate(360deg);
    margin-left: -10px;
}

.share-icons span {
    padding: 9px 8px;
    display: block;
    cursor: pointer;
}

.share-icons i {
    padding: 10px;
    border-radius: 50%;
    font-size: 15px;
}

.share-icons .share-wechat {
    color: #1aad19;
}

.share-icons .share-sina-weibo {
    color: #ff6363
}

.share-icons .share-qq {
    color: #65abff;
}

.share-icons .share-twitter {
    color: #1DA1F2
}

.share-icons .share-facebook {
    color: #3B5998
}

#to-top {
    display: none;
}

.to-top {
    text-align: center;
    line-height: 36px;
    background-color: #fff;
    width: 36px;
    height: 36px;
    display: block;
    margin-top: 4px;
    color: #292929;
    position: relative;
    box-shadow: 0 1px 3px rgba(249, 249, 249, 0.08), 0 0 0 1px rgba(26, 53, 71, .04), 0 1px 1px rgba(26, 53, 71, .06);
}

.to-top em {
    position: absolute;
    white-space: nowrap;
    top: 0;
    background-color: #4f97ff;
    color: #fff;
    height: 36px;
    display: block;
    padding: 0px 10px 0px 10px;
    line-height: 36px;
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    font-style: normal;
}

.to-top:hover {
    background-color: #fff;
    color: #292929;
}

.to-top i {
    font-size: 15px;
}

.to-top:hover em {
    right: 100%;
    opacity: 1;
    visibility: visible;
    transition: ease-in-out 0.5s;
}

.main-category {
    position: absolute;
    z-index: -1;
    width: 100%;
}

.main-category-info {
    width: 100%;
    line-height: 1;
    float: left;
}

.main-category-info span {
    font-size: 12px;
}

.main-category-info .main-category-title {
    font-size: 22px;
    margin: 8px 0 0;
    font-weight: 500;
    color: #444;
}

.autopagerize_page_element {
    position: absolute;
    z-index: -1;
    width: 100%;
    background: #f7f7f7;
}

.post-page {
    position: relative;
    z-index: 999;
}

.single-content {
    height: auto;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
    background: #fff;
    margin-bottom: 30px;
}

.main-single {
    position: absolute;
    z-index: -1;
    width: 100%;
}

.post-single {
    background-color: #FFF;
    margin: 120px 10px 30px 10px;
    padding: 0px 10px 0px 10px;
    color: #444;
}

.post-single .post-title {
    font-size: 21px;
    color: #444;
    padding-top: 1px;
    text-transform: uppercase;
}

.post-single .post-title h3 {
    font-weight: 600
}

.post-single .post-info {
    font-size: 12px;
    border-bottom: 1px solid #F3F3F3;
    line-height: 25px;
    overflow: hidden;
    clear: both;
    position: relative;
    display: block;
    margin-top: -20px;
    margin-bottom: 10px;
}

.post-single .post-info .single-meta {
    max-width: 100%;
    color: #bbb;
}

.post-single .post-info .single-meta a {
    text-decoration: none;
    color: #bbb;
    padding-right: 10px
}

.post-single .post-info .single-meta a:hover {
    opacity: .8
}

.post-single .post-info .single-meta i {
    margin-right: 6px
}

.post-single .post-info .date {
    margin-right: 10px;
}

.post-single .post-content h1 {
    font-weight: bold;
    font-size: 1.5em;
    margin: 35px 0 0;
    font-weight: 500;
    border-bottom: 1px dashed #efefef;
    padding-bottom: 10px;
}

.post-single .post-content h2 {
    font-weight: 500;
    position: relative;
    margin: 50px 0 20px;
    font-size: 1.3em;
    border-bottom: 1px dashed #efefef;
    padding-bottom: 10px;
}

.post-single .post-content ul {
    padding-left: 20px;
}

.post-single .post-content ul > li {
    margin: .6em 0;
    line-height: 1.8em;
}

.post-single .post-content blockquote {
    padding: 5px 10px 5px 20px;
    border-left: 4px solid #4f97ff;
    margin: .6em 0;
    vertical-align: baseline;
}

.post-single .post-content fieldset {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.post-single .post-content fieldset a {
    margin: 0 5px;
}

.post-single .post-content legend {
    background-color: #4f97ff;
    color: #fff;
    border-radius: 2px;
    padding: 2px 5px;
    font-size: 12px;
}

.post-single .post-content a.dl {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 1px;
    background: #fff;
    color: #454545;
    vertical-align: text-bottom;
    text-align: center;
    text-indent: 0;
    cursor: pointer;
    border-bottom: none;
    margin: 0 5px;
    font-size: 12px;
    min-width: 130px;
    box-shadow: 0 0 10px rgba(171, 198, 235, .3);
}

.post-single .post-content a.dl:hover {
    opacity: .85;
    color: #292929;
    border-bottom: none;
}

.post-single .post-content a.dl span {
    min-width: 30px;
    text-align: center;
    font-size: 15px;
    padding-left: 10px;
    float: left;
    background-color: #4e97ff;
    color: #fff;
}

.post-single .post-content a.dl i {
    margin-right: 10px;
    vertical-align: inherit;
}

.post-single .post-content .flip {
    cursor: pointer;
    background-color: #f5f5f5;
    background-color: rgba(245, 245, 245, 0.6);
    padding: 5px;
    border-radius: 3px;
    text-align: center;
    font-size: 13px;
    margin: 20px auto 10px;
    color: #807e7e;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.post-single .post-content .flip:hover {
    background: #eee;
}

.post-single .post-content .panel {
    display: none;
}

.post-single .post-content #countdown {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 100;
}

.post-single .post-content #countdown #time {
    color: #ff3131
}

.post-single .post-content #countdown span {
    color: #545454
}

.post-single .post-content .qrcode {
    position: relative;
    width: 150px;
}

.post-single .post-content .qrcode img {
    border: 1px solid #e6e9ed;
    box-shadow: 0 0 10px rgba(171, 198, 235, .3);
    padding: 5px;
}

.post-single .post-content .qrcode span {
    position: absolute;
    top: 110px;
    left: 0;
    width: 125px;
    height: auto;
}

.post-single .post-content .qrcode .qrlogo {
    font-weight: 100;
    text-align: center;
    color: #010101;
    font-size: 12px;
}

.secret {
    width: 400px;
    margin: 0 auto;
}

.pshide {
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 20px;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(171, 198, 235, .3);
}

.pshide .title {
    margin: 0;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 10px;
    background: #3c8cff;
    margin: -20px -20px 10px -20px;
}

.pshide .title img {
    width: 30px;
    height: auto;
    border-radius: 50%;
    border: 2px solid #3779d6;
}

.pshide .title p {
    margin: -38px 0px 0px 40px;
    font-size: 12px;
    font-weight: 100;
}

.pshide .title span {
    float: right;
    margin-right: 20px;
    color: #ff5e52;
}

.pshide .box {
    padding: 5px 0 0 0;
}

.pshide .box input {
    width: 60%;
    border: 1px solid #f2f2f2;
    color: #737373;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    background: #f2f2f2;
    border-radius: 4px;
    outline: none;
    float: left;
    padding: 0 10px;
}

.pshide .box button {
    border: none;
    border-radius: 4px;
    margin-left: 14px;
    height: 35px;
    background-color: #3b8cff;
    color: #fff;
    outline: none;
    font-size: 12px;
    width: 30%;
    float: right;
    font-weight: 100;
}

.pshide .box button:hover {
    opacity: .8
}

.post-single .gallery {
    clear: both;
    font-size: 18px;
}

.post-single .gallery .gallery-item {
    margin: 0 !important;
    overflow: hidden;
    position: relative;
    float: left;
}

.post-single .gallery-caption {
    pointer-events: none;
    padding: 1000px 20px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    text-align: center;
    color: #fff;
    opacity: 0;
    background-color: rgba(0, 0, 0, .70);
    cursor: pointer;
}

.post-single .gallery .gallery-item:hover .gallery-caption {
    opacity: 1;
}

.post-single .gallery-columns-1 .gallery-item {
    width: 100% !important;
}

.post-single .gallery-columns-2 .gallery-item {
    width: 50% !important;
}

.post-single .gallery-columns-3 .gallery-item {
    width: 33.3333333% !important;
}

.post-single .gallery-columns-4 .gallery-item {
    width: 25% !important;
}

.post-single .gallery-columns-5 .gallery-item {
    width: 20% !important;
}

.post-single .gallery-columns-6 .gallery-item {
    width: 16.6666667% !important;
}

.post-single .gallery-columns-7 .gallery-item {
    width: 14.2857142857% !important;
    font-size: .9em;
}

.post-single .gallery-columns-8 .gallery-item {
    width: 12.5% !important;
    font-size: .8em;
}

.post-single .gallery-columns-9 .gallery-item {
    width: 11.11111112% !important;
    font-size: .7em;
}

.post-single .gallery .gallery-item dt:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.post-single .gallery .gallery-item dt {
    position: relative;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
    background: #eee;
    cursor: pointer;
    overflow: hidden;
}

.post-single .gallery .gallery-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border: 0;
    margin: 0;
}

.post-single .gallery .gallery-item img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 0 !important;
    box-shadow: none;
}

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

    .post-list {
        width: 100%;
        float: left;
        box-shadow: none;
    }

    .page-top {
        width: 100%;
    }

    .post {
        margin: 20px;
    }

    .aside_list_item {
        margin: 20px;
    }

    .post-title h3 {
        line-height: 1.6
    }

    .post .post-title h3 {
        font-size: 19px;
    }

    .post-single .post-title {
        font-size: 15px;
    }

    .post .post-footer {
        padding: 10px 0px 2px 10px;
    }

    .content {
        width: 100%;
        z-index: 2;
    }

    .single-content {
        width: 100%;
        z-index: 2;
        position: absolute;
        margin-top: -40px;
    }

    .header {
        background-color: #fff;
    }

    .site-logo {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        line-height: 40px;
    }

    .header_search button {
        top: 7px;
        background: #fff;
        color: #222;
        font-size: 16px;
        right: 10px;
    }

    #search-form {
        top: 70px;
    }

    #search-form input {
        height: 30px;
    }

    .menu {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #f0f0f0;
        border-top: 1px solid #f0f0f0;
        margin-top: 10px;
        line-height: 30px;
        height: 30px;
        margin: 0 auto;
    }

    .page-top .menu {
        list-style: none;
        padding: 0;
        float: left;
        font-size: 12px;
        width: 100%;
        white-space: nowrap;
        overflow: auto;
        box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .1);
        height: 30px;
    }

    .menu::-webkit-scrollbar{
        display: none;
    }

    .page-top .menu li {
        display: inline-block;
        float: none;
    }

    .page-top .menu li a {
        padding: 10px;
    }

    .page-top .menu li .sub-menu {
        top: 21px;
    }

    .page-top .menu li .sub-menu a {
        padding: 10px 0px 10px 0px;
    }

    .site-logo img {
        vertical-align: top;
        max-height: 30px;
        margin-top: 5px;
    }

    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        width: 100%;
        padding-right: 0;
        margin-bottom: -10px;
    }

    .comment-respond textarea {
        margin-top: 25px;
    }

    .header-banner {
        margin: 20px;
    }

    .owl-header {
        width: 100%
    }

    #owl-banner {
        margin-bottom: 10px;
    }

    #owl-banner img {
        height: auto;
    }

    .owl-dots {
        top: 75%
    }

    .main-category-info span {
        margin-left: 17px;
    }

    .main-category-info .main-category-title {
        margin-left: 17px;
    }

    .secret {
        width: 200px;
        margin: 0;
    }

    .donate_box {
        width: 300px;
        padding: 20px 10px;
    }

    .doimg img {
        width: 120px;
        margin: 0;
    }

    .share-icons {
        margin-bottom: -100px;
    }

    .comment-card-smiley {
        width: 160px;
    }

    .pshide .box input {
        width: 100%;
        padding: 0px;
    }

    .pshide .box input::-webkit-input-placeholder {
        padding-left: 10px;
        padding: 10px;
        font-size: 12px !important;
    }

    .pshide .box button {
        width: 100%;
        padding: 0;
        margin-top: 10px
    }

    .aside_list_item {
        color: #fff;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }

    .aside_btn {
        color: #fff !important;
    }

    .aside_list_item .post-footer {
        text-shadow: none;
    }

    .aside_thumbnail {
        background-position: center;
        background-size: cover !important;
        padding: 1.3rem 1.3rem 2rem !important
    }

    .aside_thumbnail:after {
        border-radius: 6px;
        background: rgba(0, 0, 0, 0.2) url(../images/dot.png) repeat !important
    }

    .header_sns,
    .owl-xt-mark,
    #sidebar,
    .single_bottom_adsense,
    .single_top_adsense,
    .partners-area_tip,
    .to-top,
    .data-baidu {
        display: none !important;
    }

    .form-submit {
        margin: 10px 0 0;
        float: none;
    }

    @media only screen and (max-width: 767px) {
        .c_p .children {
            margin-left: 0;
            padding-left: 0;
        }
    }
    .main {
        max-width: 100%;
        margin: 0 auto;
        position: relative;
    }
}

#particles {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
    pointer-events: none
}

#particles .particles-layer {
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    background-repeat: repeat;
    background-position: center center;
    opacity: 0;
    display: block
}

#particles .particles-layer--1 {
    background-image: url(../images/bg-pattern-1.svg)
}

#particles .particles-layer--2 {
    background-image: url(../images/bg-pattern-2.svg)
}

#particles .particles-layer--3 {
    background-image: url(../images/bg-pattern-3.svg)
}

@media (max-width: 767px) {
    #particles {
        display: none
    }
}
