html{

}
body{
    background-color: #f7f7f7;
}
.header{
    width: 100%;
    height: 60px;
    background-color: #fff;
}

.warp{
    margin-top: 15px;
}

.header .container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header .logo{
    height: 60px;
    font-size: 26px;
    line-height: 1;
    transition: all .3s ease-out 0s;

    display: flex;
    align-items: center;
}

.header .logo a{
    color: #000;
}

.header .logo img{
    height: 32px;
    width: auto;
    max-height: 40px;
    transition: all .3s ease-out 0s;
    vertical-align: top;
}

.header nav{
    margin-left: 40px;
    display: flex;
    align-items: center;
}

.header nav a{
    margin-left: 20px;
    color: #333;
}

.header nav a:hover {
    color: #009688;
}

.header .search{
    display: flex;
    align-items: center;
    position: relative;
}

.header .search input{
    padding: 0 40px 0 30px;
    width: 160px;
    height: 32px;
    font-size: 18px;
    border: none;
    border-radius: 3px;
    background: #f5f6f7;
    transition: width .5s;
    -moz-transition: width .5s;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition-delay: .1s;
    -moz-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
}

.header .search input:focus {
    transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    width: 240px;
    outline: none;
    box-shadow: inset 0 0 0 2px #42d59c;
}

.header .search button{
    position: absolute;
    right: 20px;
    top: 18px;
    border: none;
    padding: 0;
    width: 24px;
    height: 24px;
    background: transparent url(img/icon-search.png) no-repeat center center;
    background-size:cover;
    direction: ltr;
    text-indent: -9999em;
    cursor: pointer;
}

.smMenu {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.smMenu .smMenuBtn{
    position: absolute;
    left: 20px;
    top: 22px;
    z-index: 6;
    cursor: pointer;
}

.smMenu .smSearch{
    position: absolute;
    right: 20px;
    top: 18px;
    border: none;
    padding: 0;
    width: 24px;
    height: 24px;
    background: transparent url(img/icon-search.png) no-repeat center center;
    background-size:cover;
    direction: ltr;
    cursor: pointer;
}

.smMenuBtn .l1{
    background: #FF9800;
    height: 2px;
    width: 15px;
    margin-bottom: 3px;
    transition: all 0.3s;
}

.smMenu .l2{
    background: #FF9800;
    height: 2px;
    width: 15px;
    margin-bottom: 3px;
    transition: opacity 0.5s;
}

.smMenu .l3{
    background: #FF9800;
    height: 2px;
    width: 15px;
}

.overL1 {
    animation: closetop 1s forwards;
    animation-direction: alternate;
}

.overL2 {
  opacity: 0;
  transition: opacity 0.5s;
}

.overL3 {
  animation: closebottom 1s forwards;
  animation-direction: alternate;
}

@keyframes closetop {
    0% {
        transform: translateY(5px) rotate(0deg);
    }
    25% {
        transform: translateY(5px) rotate(0deg);
    }
    75% {
        transform: translateY(5px) rotate(-45deg);
    }
    100% {
        transform: translateY(5px) rotate(-45deg);
    }
}

@keyframes closebottom {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    25% {
        transform: translateY(-5px) rotate(0deg);
    }
    75% {
        transform: translateY(-5px) rotate(45deg);
    }
    100% {
        transform: translateY(-5px) rotate(45deg);
    }
}

.smNav{
    position: fixed;
    width: 0px;
    height: 0px;
    top: 20px;
    left: 0px;
    overflow: hidden !important;
    z-index: 5;
    border-radius: 50%;

    background-color: #fafafa;
    border: none;
    transition: all 0.40s ease-out;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.16), 0 2px 8px 0 rgba(0,0,0,.12);
}

.overNav{
  width:250px;
  height:100%;
  border-radius: 0%;
  transition: all 0.350s ease-in;
  cursor: default;
}

.smNav .smNavLogo{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #eee;
    color: #1982d1;
    font-size: 26px;
}

.smNav .smNavLogo p{text-align:right;
    font-size: 12px;
}

.smNav nav{
    margin:0;
    display: flex;
    flex-direction: column;
}

.smNav nav a{
    color: #757575;
    width: 100%;
    margin: 0;
    padding:10px 0 10px 30px;
    transition: all 0.5s;
}

.smNav nav a:hover{
    background-color: #eee;
}

.wrap-right{
    padding-left:0;
}

.slider-wrap{
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
}

.slider-right{
    margin-left: 20px;
}

.slider-right .top-post{
    width: 200px;
    height: 150px;
    box-shadow: 0 0 2px rgba(158, 158, 158, 0.8);
    overflow :hidden;
}

.slider-right .top-post img{
    width: 200px;
    height: 150px;
    max-width: 100%;
    max-height: 100%; 
    transition: all .6s ease 0s;
}
.slider-right .top-post img:hover{
  transform: scale(1.1);
}

.top-post-title{
    height: 33px;
    position: relative;
    bottom: 33px;
    color: #fff;
    font-size: 14px;
    padding: 0 5px 0 5px;
    background-color: rgba(0,0,0,0.3);
}

/*slider start*/
.slider {
  position: relative;
  width: 670px;
  height: 320px;
  overflow: hidden;
}

.slider__slides {
  position: relative;
  width: 400%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.51, 0.92, 0.24, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.51, 0.92, 0.24, 1);
  transition: transform 0.3s cubic-bezier(0.51, 0.92, 0.24, 1);
  transition: transform 0.3s cubic-bezier(0.51, 0.92, 0.24, 1), -webkit-transform 0.3s cubic-bezier(0.51, 0.92, 0.24, 1);
  will-change: transform;
}
.slider__slide__title{
    height: 46px;
    position: relative;
    bottom: 46px;
    color: #fff;
    font-size: 20px;
    padding: 0 150px 0 5px;
    background-color: rgba(0,0,0,0.3);
}

.slider[data-pos="0"] .slider__slides {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.slider[data-pos="1"] .slider__slides {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}
.slider[data-pos="2"] .slider__slides {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slider[data-pos="3"] .slider__slides {
  -webkit-transform: translateX(-75%);
          transform: translateX(-75%);
}
.slider__slide {
  float: left;
  width: 25%;
  height: 100%;
}
.slider__dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 10px;
  right: -50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slider__dot, .slider__indicator {
  display: block;
  margin: 0 0.5em;
  width: 1em;
  height: 1em;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
}
.slider__indicator {
  position: absolute;
  background: white;
  width: auto;
}
.slider__indicator--left {
  -webkit-transition: left 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15), right 0.3s 0.1s cubic-bezier(0.51, 0.92, 0.24, 1.15);
  transition: left 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15), right 0.3s 0.1s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
.slider__indicator--right {
  -webkit-transition: left 0.3s 0.1s cubic-bezier(0.51, 0.92, 0.24, 1.15), right 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15);
  transition: left 0.3s 0.1s cubic-bezier(0.51, 0.92, 0.24, 1.15), right 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
.slider[data-pos="0"] .slider__indicator {
  left: 0em;
  right: 6em;
}
.slider[data-pos="1"] .slider__indicator {
  left: 2em;
  right: 4em;
}
.slider[data-pos="2"] .slider__indicator {
  left: 4em;
  right: 2em;
}
.slider[data-pos="3"] .slider__indicator {
  left: 6em;
  right: 0em;
}

.slider {
  max-width: 670px;
  max-height: 400px;
  box-shadow: 0 0 2px rgba(158, 158, 158, 0.8);
}

.slider__slide img{
    width: 670px;
    height: 320px;
    max-width: 100%;
    max-height: 100%; 
    transition: all .6s ease 0s;
}

.slider__slide img:hover{
  transform: scale(1.1);
}
/*slider end*/


/*post start*/
.card{
    -webkit-box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1);
    -moz-box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1);
    box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1);
    -webkit-transition: .3s;
    transition: .3s;
}

.tag-panel-head{
    border-radius: 3px;
    padding: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tag-panel-head-item{
    padding: 5px 8px;
    margin-right: 5px;
    border-radius: 3px;
    line-height: 1;
}

.tag-panel-head-item:hover{
    background-color: #4CAF50;
}

.tag-panel-head-item a{
    color: #333;
    font-size: 14px;
}

.post{
    margin-top: 15px;
    background-color: #fff;
    padding: 15px 15px;
    overflow: hidden;
    transition: all .3s ease 0s;
}

.post .thumbnail{
    position: relative;
    float: left;
    overflow: hidden;
    transition: box-shadow .3s ease 0s;
}

.post .thumbnail img{
    width: 190px;
    height: 105px;
    border-radius: 3px;
    vertical-align: top;
    transition: all .6s ease-out 0s;
}

.post .content{
    position: relative;
    margin-left: 205px;
    min-height: 105px;
    display: flex;
    flex-direction: column;
}

.post .post-title{
    font-size: 16px;
    padding-bottom: 15px;
    line-height: 1.4;
    color: #000;
    overflow:hidden;
    text-overflow:ellipsis;
}

/*置顶文章标题样式*/
.post .topTitleDiv{
    display: flex;
    align-items: center;
}
.post .topTitleMark{
    background-color: #F44336;
    padding: 3px 3px;
    border-radius: 3px;
    font-size: 10px;
    color: #fff;
    margin-right: 10px;
    box-shadow: 0 0 3px #F44336;
    opacity: .8;
    display: inline-block;
    text-align: center;
}
.post .topTitle{
    color: #F44336;
}


.post .post-title a{
    color: #000;
}

.post .post-title a:hover{
    color: #4CAF50;
}

.post .content .content-author{
    line-height: 1;
    font-size: 13px;
    margin-bottom: 15px;
    color: #999;
}
.post .content .content-author a{
    font-size: 16px;
    color: #00A4A0;
}

.post .content .post-content{
    width: 100%;
    height: 58px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.post .post-meta{
    padding-top: 10px;
    width: 100%;
    color: #999;
    font-size: 13px;
    font-size: .13rem;

    display: flex;
    flex-direction: row;
    justify-content:  space-between;
}

.post-meta .post-meta-left{
    color: #999;
}

.post-meta .post-meta-left a{
    padding: 2px 4px;
    font-size: 12px;
    font-weight: 300;
    color: #333;
    line-height: 1;
    text-decoration: none;
    background-color: #f5f5f5;
    border-radius: 2px;
}

.post-meta .post-meta-right{

}

.post-meta .post-meta-right a{
    color: #999;
    line-height: 1;
    margin-right: 5px;
}

.pagenav,.ias-noneleft,.ias-trigger,.ias-spinner{
    margin-top: 15px;
    height: 50px;
    border-radius: 3px;
    background-color: #fff;
    font-size: 14px;
    color: #999;

    display: flex;
    justify-content: center;
    align-items: center;

    -webkit-box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1);
    -moz-box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1);
    box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1);
    -webkit-transition: .3s;
    transition: .3s;
}

.lazyload {
    opacity: 0;
}

.lazyloading {
    opacity: 1;
    transition: opacity 300ms;
    background: #f7f7f7 url(img/loading.png) no-repeat center;
    background-size:100%100%; 
}


/* 侧边栏 */
.widget {
    margin-bottom: 15px;
    background-color: #fff;
}

.widget .widget-title{
    font-size: 16px;
    line-height: 1;
    padding: 20px 0 5px 20px;
    margin: 0;
}

.widget .span-mark{
    display: inline-block;
    background-color: #409375;
    position: absolute;
    z-index: 1;
    height: 26px;
    line-height: 26px;
    margin: -27px 0 0 0;
    width: 2px;
}

.widget-list {
    list-style: none;
    padding-bottom: 10px;
}

.widget-list .new-post{
    margin: 15px 10px 0 10px;
    padding-left: 20px;
    display: block;
    line-height: 24px;
    position: relative;
    cursor: pointer;
}

.widget-list li{
    margin: 15px 10px 0 10px;
    display: block;
    line-height: 24px;
    position: relative;
}

.widget-list li .point{
    position: absolute;
    top: 0px;
    left: 2px;
    display: inline-block;
}

.widget-list li .cont{
    font-size: 14px;
}

.widget-list li .cont .text{
    height: 28px;
    overflow: hidden;
    display: block;
}

.widget-list li .cont time{
    font-size: 12px;
    color: #999;
}

.widget-list li .cont .br{
    padding-bottom: 5px;
    border-bottom: 1px solid #EDEDED;
}

.widget-list li:last-child .br{
    border:none;
}

.widget-list li a{
    text-decoration: none;
    color: #333;
}

.widget-new-comment .avatar{
    border-radius: 3px;
    vertical-align: -7px;
    width: 25px;
    height: 25px;
}
.widget-new-comment .new-comment-author a{
    font-size: 12px;
}

.widget-new-comment .new-comment-centent{
    background-color: #f5f5f5;
    line-height: 1.7;
    border-radius: 3px;
    color: #333;

    padding: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    position: relative;
}

.widget-new-comment .new-comment-centent:before{
    border-color: transparent transparent #f5f5f5;
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 7px;
    top: -14px;
    left: 30px;
    z-index: 1;
}

.widget-new-comment .gray a{
    color: #90949c;
}

.widget-new-comment .gray a:hover{
    color: #409375;
}

.widget-author{
    width: 270px;
    height: 200px;
    background: url("img/author-bg.png") no-repeat center 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.widget-author-cont{
    width: 250px;
    height: 180px;
    padding: 15px;
    background-color: #fff;

    display: flex;
    flex-direction: row;
    justify-content:flex-end ;
}

.widget-author-mark{
    width: 3px;
    margin: 0 10px;
    background: linear-gradient(#fb3 25%, #58a 0,#58a 50%, yellowgreen 0, yellowgreen 75%, rgb(129, 189, 189) 0);
    background-size: 100% 120px;
}

.widget-author-gravatar img{
    border-radius: 10%;
}

.widget-author-foot{
    text-align: right;
    width: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.widget-author-foot span{
    font-size: 18px;
    color: #999;
    margin-left: 5px;
}

.widget-author-foot-name{
    font-size: 28px;
    line-height: 1;
    color: #333;
    margin-bottom: 5px;
}
.widget-author-foot-des{
    color: #999;
    border-radius: 3px;
    font-size: 14px;
    display: block;
    padding: 5px;
    background-color: #f5f6f7;
    word-wrap:break-word;
    text-align: left;
}

.related{
    height: 62px;
}

.related .related-pic{
    position: relative;
    float: left;
    width: 100px;
    overflow: hidden;
    transition: box-shadow .3s ease 0s;
}

.related .related-pic img{
    width: 100%;
    height: 62px;
    border-radius: 3px;
    vertical-align: top;
    transition: all .6s ease-out 0s;
}

.related .related-cont{
    position: relative;
    margin-left: 110px;
    height: 42px;
    overflow: hidden;
    display: block;
    color: #444;
}
.related .related-time{
    position: relative;
    margin-left: 110px;
    overflow: hidden;
    display: block;
    color: #999;
}


/*文章页面*/

.article{
    background-color: #fff;
    padding: 30px;
}

.article-title{
    font-size: 28px;
    margin: 0;
    position: inherit;
    line-height: 1.5;
    color: #333;
    word-wrap: break-word;
    word-break: normal;
}

.article-meta{
    margin: 20px 0 40px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.article-meta-avatar{
    width: 52px;
    height: 52px;
    margin: 0;
    padding: 5px 5px 0 5px;
    border-radius: 50%;
    background: #f5f6f7;
    border: 1px solid #e9e9e9;
    transition: .6s;
}

.article-meta-avatar:hover{
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.12);
}

.article-meta-avatar img{
    border-radius: 50%;
}

.article-meta-info{
    margin-left: 10px;
}

.article-meta-info-userName a{
    font-size: 14px;
    color: #2D2E2F;
    line-height: 20px;
}

.article-meta-info-userName a:hover,.article-meta-info-i a:hover{
    color:#4CAF50;
}

.article-meta-info-i{
    color: #999;
    font-size: 14px;
}

.article-meta-info-i a {
    color: #999;
}

/*start 文章内容样式*/
.article-content ol{
    list-style: decimal;
    list-style-position:inside;
}
.article-content ul{
    list-style: disc;
    list-style-position:inside;
}
.article-content img{
    width: 100%;
    padding: 30px;
}
.article-content pre{
    padding:2px 5px;
    border: 1px solid #eee;
    background: #f5f6f7;
}

.article-content pre code{
    padding: 15px;
    background: #f5f6f7;
}

.article-content pre code::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.article-content pre code::-webkit-scrollbar-track {
 background-color:#eee;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}
.article-content pre code::-webkit-scrollbar-thumb {
 background-color:#ccc;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}

.protected{ /*密码访问*/
    padding: 50px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.protected .word{
    font-size: 14px;
    margin-bottom: 5px;
    width: 200px;
    text-align: center;
}
.protected .text{
    padding: 5px 10px;
    font-size: 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #f5f6f7;
    border-radius: 0;
    border: none;
    color: inherit;
    display: block;
    width: 200px;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}
.protected .text:focus{
    box-shadow: 0 0 0 2px #42d59c;
}

.protected .submit{
    margin-top: 10px;
    width: 200px;
    background-color: #42d59c;
    border: 0;
    cursor: pointer;
    box-shadow: none;
    color: #ffffff !important;
    transition: .6s;
}

.protected .submit:hover {
    background-color: #f25073;
}

.article-copyright{
    margin-top: 30px;
    padding: 10px;
    font-size: 14px;
    color: #999;
    background-color: #f5f5f5;
    border-left:5px solid #b5b5b5;
}

.article-action{
    background-color: #fff;
    padding-bottom:30px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.article-action .article-action-reward{
    width: 130px;
    height: 45px;
    border-radius: 3px;
    color: #bbb;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #f6f6f6;
    cursor: pointer;
    transition:.6s;

    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
}

.article-action .article-action-reward:hover{
    background-color: #E91E63;
}

.article-action .article-action-reward .reward{
    display: none;
    text-align: left;
    background-color: #fff;
    padding: 10px;
    width: 400px;
    height: 200px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.05);
    left: -135px;
    top: -220px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
    overflow: hidden;
}

.article-action .article-action-reward .reward img{
    width: 49%;
    height: 100%;
}

.article-action .article-action-reward:hover .reward{
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
}

.slide-in-bottom {
    -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.article-bar{
    padding: 5px 10px;
    border-top: 1px solid #eee;
    background-color: #fff;

    display: flex;
    justify-content:space-between;
    align-items: center;
}

.article-bar-tags{
    font-size: 14px;
    color: #ccc;
}

.article-bar-tags a{
    font-size: 14px;
    color: #909090;
    padding: .2em .7em;
    border-radius: 2px;
    border: 1px solid #f1f1f1;
    transition: color .3s,border-color .3s,background-color .3s;
    line-height: 1.5;
}

.article-bar-tags a:hover{
    color: #007fff;
    border-color: rgba(0,127,255,.15);
    background-color: rgba(0,127,255,.05);
}

.article-bar-right{
    display: flex;
    position:relative;
}

.article-action-like{
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #ccc;
    padding: 0 15px;
    border-left: 1px solid #eee; 
    cursor: pointer;
}

.article-action-like i{
    transition:.8s;
}

.article-action-like i:hover{
    color: #e91e63;
}

.article-bar-share{
    padding: 0 15px 0 20px;
    font-size: 22px;
    border-left: 1px solid #eee;
    color: #ccc;
    display: flex;
}

.wechat,.sina,.qq{
    transition: 0.6s;
    cursor: pointer;
}

.wechat p{
    display: none;
    text-align: left;
    background-color: #fff;
    padding: 10px;
    width: 120px;
    height: 120px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.05);
    left: 40px;
    top:-140px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
}
.wechat p:before{
    position: absolute;
    left: 50%;
    bottom: -16px;
    width: 0;
    height: 0;
    margin-left: -8px;
    line-height: 0;
    border: 8px solid transparent;
    border-top-color: #efefef;
    content: ""
}

.wechat p img{
    width: 100%;
    height: 100%;
}

.wechat:hover{
    color: #4CAF50;
}

.wechat:hover p{
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.sina:hover{
    color: #f44336;
}
.qq:hover{
    color: #007fff;
}

@-webkit-keyframes fadeIn {
    0% { 
        opacity:0; 
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}


.post-near{
    height: 100px;
    display: flex;
    justify-content:space-between;

    margin: 15px 0;
}
.post-near-ad{
    width: 100%;
    height: 100%;
    position:relative;
    display: flex;
    align-items: center;
}

.post-near-left{
    width: 49%;
    height: 100%;
    position:relative;
    display: flex;
    align-items: center;
}

.post-near-right{
    width: 49%;
    height: 100%;
    position:relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.post-near img{
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 2px;

    position:absolute;
}

.post-near-item-cont{
    position:relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 5px;
    color: #fff;
}

.post-near a{
    font-size: 16px;
    color: #fff;
}

.post-near a:hover,.post-near-item-ico:hover{
    color: #FFEB3B;
}

.post-near-item-ico{
    font-size: 22px;
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    background-color: rgba(255,255,255,0.36);
    transition:.6s;
}

/*评论区域*/

.comment{
    background-color: #fff;
}
.comment-title{
    padding: 15px 10px;
}
.comment-parent{
    position: relative;
    padding: 10px 10px 10px 70px;
}
.comment-child{
    position: relative;
    padding: 10px 10px 10px 60px;
}
.comment-body .gravatar{
    position: absolute;
    top: 20px;
    left: 10px;
}
.comment-body .gravatar img:hover{
    -webkit-animation: rotate-diagonal-2 0.4s linear ;
            animation: rotate-diagonal-2 0.4s linear ;
}
.comment-body .gravatar img{
    border-radius: 3px;
}
.comment-body .comment-meta{
    margin-bottom: 5px;
}
.comment-body .comment-meta a{
    color: #444;
}
.comment-body .comment-meta a:hover{
    color: #4CAF50;
}
.comment-body .comment-meta .comments-author-ico{
    background-color: #8bc34a;
    padding: 0 3px;
    border-radius: 3px;
    font-size: 10px;
    color: #fff;
    box-shadow: 0 0 3px #8bc34a;
    opacity: .8;
    display: inline-block;
}
.comment-body .comment-meta .reply a{
    color: #ccc;
    padding-right: 5px;
}
.comment-body .comment-meta .reply a:hover{
    color: #4CAF50;
}
.comment-body .comment-meta .timeago{
    color: #ccc;
}
.comment-body .comment-content{
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding: 10px;
    border-radius: 3px;
    color: #444;
    background-color: #fbfbfb;
    transition:.6s;
}

.comment-body .comment-content img{
    max-width: 40%;
    max-height: 40%;
    border-radius: 5px;
}

.comment-body .comment-content:hover{
    background-color: #f3f3f3;
    color:#000;
}

.comment-body{
    border-top: 1px solid #eee;
}

.comment-list .comment-children{
    margin-left: 70px;
}

.comment-body .respond{
    border: 1px solid #eee;
    border-radius: 3px;
}

.comment-pagenav{
    background-color: #fff;
    border-top: 1px solid #eee;
}
.comment-pagenav .page-navigator{
    display: flex;
    flex-direction: row;
    justify-content:space-between ;
}

.comment-pagenav .page-navigator a{
    color: #42d59c;
}

.comment-pagenav .page-navigator a:hover{
    color: #8BC34A;
}

.comment-pagenav .page-navigator div{
    padding: 10px 20px;
    visibility:hidden;
}
.comment-pagenav .page-navigator .prev,.comment-pagenav .page-navigator .next{
    visibility:visible;
}

.comment-pagenav .page-navigator .prev:hover,.comment-pagenav .page-navigator .next:hover{
    background-color: #f3f3f3;
}

/*start 评论框*/
.respond{
    margin-top: 15px;
    background-color: #fff;
}
.respond-tool{
    border-bottom: 1px solid #eee;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-between;
}
.respond-tool .cancel-comment-reply{
    font-size: 20px;
    margin-right: 15px;
}
.respond-area{
    padding: 15px;
}
.respond-area .textarea{
    width: 100%;
}
.respond-area textarea,.respond-area input{
    padding: 5px 10px;
    font-size: 16px;

    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #f5f6f7;
    border-radius: 0;
    border: none;
    color: inherit;
    display: block;
    outline: 0;
    text-decoration: none;
}
.respond-area-ipt{
    margin-top: 10px;
}
.respond-area-ipt-top{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}
.respond-area-ipt-bottom{
    margin-top: 10px;
}
.respond-area-ipt-top .text{
    width: 49%;
}
.respond-area-ipt-bottom .text{
    width: 100%;
}
.respond-area .special{
    margin-top: 10px;
    width: 100%;
    background-color: #42d59c;
    border: 0;
    cursor: pointer;
    box-shadow: none;
    color: #ffffff !important;
    transition:.6s;
}
.respond-area .special:hover{
    background-color: #f25073;
}
.iptFocus:focus{
    box-shadow: 0 0 0 2px #42d59c;
}
/*end 评论框*/



#footer{
    border-top: 1px solid #EEE;
    padding: 30px 0;
    margin-top: 30px;
    background-color: #fff;
    color: #888;
    line-height: 1.6;
    vertical-align: top;
}

#footer a{
    color: #5f5f5f;
}

#footer .footer-tool{
    color: #999;
}

#footer .footer-customize{
    margin: 20px 0;
}

#footer .footer-content{
    color: #999;
}


.scrolltop{
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 1201;
    padding-top: 10px;
}

.scrolltop .material-scrolltop{
    padding: 5px 15px;
    background-color: #fff;
    border: 1px solid #eee;
    display:none;
    cursor: pointer;
}

.scrolltop .reveal{
    display:block;
}

/*404*/

.page404{
    height: 100%;
    width: 100%;
    font-size: 100px;
    text-align: center;
    color: #009688;
}
.text-flicker-in-glow {
    -webkit-animation: text-flicker-in-glow 4s linear both;
            animation: text-flicker-in-glow 4s linear both;
}
.txt404{
    height: 100%;
    width: 100%;
    font-size: 25px;
    text-align: center;
    color: #009688;
}
.a404{
    height: 100%;
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #009688;
}

/*手机页面*/
@media (max-width: 767.98px) {
    .slider { /*灯箱*/
      position: relative;
      width: 670px;
      height: 180px;
      overflow: hidden;
    }

    .post .content {
        margin-left: 0;
    }

}

/*Animista 动效*/
/* ----------------------------------------------
 * Generated by Animista on 2019-3-23 16:58:44
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-diagonal-2
 * ----------------------------------------
 */
@-webkit-keyframes rotate-diagonal-2 {
  0% {
    -webkit-transform: rotate3d(-1, 1, 0, 0deg);
            transform: rotate3d(-1, 1, 0, 0deg);
  }
  50% {
    -webkit-transform: rotate3d(-1, 1, 0, 180deg);
            transform: rotate3d(-1, 1, 0, 180deg);
  }
  100% {
    -webkit-transform: rotate3d(-1, 1, 0, 360deg);
            transform: rotate3d(-1, 1, 0, 360deg);
  }
}
@keyframes rotate-diagonal-2 {
  0% {
    -webkit-transform: rotate3d(-1, 1, 0, 0deg);
            transform: rotate3d(-1, 1, 0, 0deg);
  }
  50% {
    -webkit-transform: rotate3d(-1, 1, 0, 180deg);
            transform: rotate3d(-1, 1, 0, 180deg);
  }
  100% {
    -webkit-transform: rotate3d(-1, 1, 0, 360deg);
            transform: rotate3d(-1, 1, 0, 360deg);
  }
}


/* ----------------------------------------------
 * Generated by Animista on 2019-3-28 16:24:15
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-flicker-in-glow
 * ----------------------------------------
 */
@-webkit-keyframes text-flicker-in-glow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
    text-shadow: none;
  }
  10.1% {
    opacity: 1;
    text-shadow: none;
  }
  10.2% {
    opacity: 0;
    text-shadow: none;
  }
  20% {
    opacity: 0;
    text-shadow: none;
  }
  20.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
  }
  20.6% {
    opacity: 0;
    text-shadow: none;
  }
  30% {
    opacity: 0;
    text-shadow: none;
  }
  30.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  30.5% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  30.6% {
    opacity: 0;
    text-shadow: none;
  }
  45% {
    opacity: 0;
    text-shadow: none;
  }
  45.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  55% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  55.1% {
    opacity: 0;
    text-shadow: none;
  }
  57% {
    opacity: 0;
    text-shadow: none;
  }
  57.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
  }
  60% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
  }
  60.1% {
    opacity: 0;
    text-shadow: none;
  }
  65% {
    opacity: 0;
    text-shadow: none;
  }
  65.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  75% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  75.1% {
    opacity: 0;
    text-shadow: none;
  }
  77% {
    opacity: 0;
    text-shadow: none;
  }
  77.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  85% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  85.1% {
    opacity: 0;
    text-shadow: none;
  }
  86% {
    opacity: 0;
    text-shadow: none;
  }
  86.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  }
}
@keyframes text-flicker-in-glow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
    text-shadow: none;
  }
  10.1% {
    opacity: 1;
    text-shadow: none;
  }
  10.2% {
    opacity: 0;
    text-shadow: none;
  }
  20% {
    opacity: 0;
    text-shadow: none;
  }
  20.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
  }
  20.6% {
    opacity: 0;
    text-shadow: none;
  }
  30% {
    opacity: 0;
    text-shadow: none;
  }
  30.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  30.5% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  30.6% {
    opacity: 0;
    text-shadow: none;
  }
  45% {
    opacity: 0;
    text-shadow: none;
  }
  45.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  55% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  55.1% {
    opacity: 0;
    text-shadow: none;
  }
  57% {
    opacity: 0;
    text-shadow: none;
  }
  57.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
  }
  60% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
  }
  60.1% {
    opacity: 0;
    text-shadow: none;
  }
  65% {
    opacity: 0;
    text-shadow: none;
  }
  65.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  75% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  75.1% {
    opacity: 0;
    text-shadow: none;
  }
  77% {
    opacity: 0;
    text-shadow: none;
  }
  77.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  85% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  85.1% {
    opacity: 0;
    text-shadow: none;
  }
  86% {
    opacity: 0;
    text-shadow: none;
  }
  86.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2019-3-29 13:8:20
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}



.ad:before{
position: absolute;top: 5px;left: 8px;z-index: 1;
padding-right: 10px;font-weight: bold;color: #000;
height: 0px;line-height: 0px;
border: #EE7600 15px solid;
border-right-color: transparent;
content: "AD";
box-shadow: -0px 5px 5px -5px #000;
}
.ad:after{
content: "";
position: absolute;top: 35px;left: 8px;
border: #89540c 4px solid;
border-left-color: transparent;
border-bottom-color: transparent;
}

.ad img{
background-size:contain|cover;
width:100%;
height: auto;
}