@media screen and (min-width: 768px) {
    .am-nav{
        padding-left: 100px;
    }
    .am-topbar-brand{
        padding-left: 40px;
    }
    .feedback{
        display: none;
        position: fixed;
        top:20%;
        left: 30%;
        width: 500px;
        background-color: #b5b5b5;
    }
    /*消息盒子*/
    .successNoticeAlert{
        display: none;
        position: fixed;
        top:8%;
        left:40%;
        border: 1px solid #62c812;
        color: #62c812;
        padding:10px 25px;
        border-radius: 5px;
    }
    .dangerNoticeAlert{
        display: none;
        position: fixed;
        top:8%;
        left:40%;
        border: 1px solid #bb4a3c;
        color: #ff3023;
        padding:10px 25px;
        border-radius: 5px;
    }
    /*公益*/
    .reward{
        margin: 12px 13px 0 0;
    }
    .reward-word{
        color: #999999;
    }
}
@media screen and (max-width: 768px) {

    .am-topbar-brand{
        padding-left: 15px;
    }
    .feedback{
        display: none;
        position: fixed;
        top:20%;
        width: 90%;
        margin-left: 10px;
        background-color: #b5b5b5;
    }
    /*消息盒子*/
    .successNoticeAlert{
        display: none;
        position: fixed;
        top:8%;
        left:30%;
        border: 1px solid #62c812;
        color: #62c812;
        padding:10px 25px;
        border-radius: 5px;
    }
    .dangerNoticeAlert{
        display: none;
        position: fixed;
        top:8%;
        left:30%;
        border: 1px solid #bb4a3c;
        color: #ff3023;
        padding:10px 25px;
        border-radius: 5px;
    }
    /*公益*/
    .reward{
        margin-left: 10px;
    }
    .reward-word{
        color: #666;
    }
    .reward img{
        width: 28px;
    }
}
#app{
    display: flex;
    flex-direction: column;
    height: 100vh;
}
#main {
    flex-grow: 1;
    margin-bottom: 50px;
}

a.top_bar:hover{
    color: #38b7ea;
}
.writing{
    margin: 12px 13px 0 0;
}
.writing img{
    width: 27px;
    border: 1px solid #d84b0e;
}
.writing span{
    margin: 10px 0 0 2px;
    color: #999999;
}
.rss{
    text-align: center;
    margin: 20px auto;
}

.rss-site{
    border-radius: 4px;
    border: 1px solid #fc6423;
    display: inline-block;
    padding: 2px 15px;
    color: #fc6423;
    text-align: center;

}
.rss-site a{
    color: #fc6423;
    font-size: 17px;
}
.imgStyle{
    width:32px;
    height:32px;
    border-radius:16px;
    margin-right:8px;
}
.am-topbar{
    background-color:white;
    box-shadow: -1px 0px 3px;
}
/*导航栏按钮*/
.am-topbar-right a{
    border-radius: 5px
}
.personalSpace{
    background-color: white;
    border-color: white;
    color: #1b6d85;
    border-radius: 7px;
}
.personalSpace:hover{
    background-color: white!important;
    color: #444;
    border-color: white;
}
.personalSpace:active{
    background-color: white!important;
    color: #444!important;
    border-color: white!important;
}
.personalSpace:focus{
    background-color: white!important;
    color: #444!important;
    border-color: white!important;
}
/*到顶部*/
#toTop{
    right: 12px;
    bottom: 19px;
    box-sizing: border-box;
    z-index: 1050;
    padding:  3px 6px;
    width: 24px;
    font-size: 12px;
    opacity: 1;
    cursor: pointer;
    background-color: black;
    color:white;
}
.am-gotop-fixed{
    right: 25px;
}
/*右侧栏*/
.sidebar_toggle{
    position: fixed;
    right: 33px;
    bottom: 45px;
    width: 24px;
    height: 24px;
    padding: 5px;
    background: #222;
    line-height: 0;
    z-index: 1050;
    cursor: pointer;
    -webkit-transform: translateZ(0);
}
.sidebar_toggle_line_wrap{
    line-height: 0;
    cursor: pointer;
}
.sidebar-toggle-line:first-child {
    margin-top: 0;
}
.sidebar-toggle-line{
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 2px;
    width: 100%;
    background: #fff;
    margin-top: 3px;
}
/*右侧栏内容*/
.sidebar-inner{
    position: relative;
    padding: 20px 10px;
}
#weixin img{
    width:160px;
    border: 10px;
}
.author-name{
    margin: 20px 0 0;
    text-align: center;
    color: #f5f5f5;
    font-weight: normal;
}
.img-author .author-words p{
    line-height: 20px;
    margin: 0;
}
.author-words{
    margin: 20px 0 0;
    line-height: 20px;
    text-align: center;
}
.author-words p{
    margin: 0;
}
.site-state{
    line-height: 1.4;
    white-space: nowrap;
    text-align: center;
}
.site-state-item{
    margin-top: 23px;
    margin-bottom: 23px;
    padding: 0 15px;
    display: inline-block;

}
.site-state-item +.site-state-item{
border-left:1px solid #999;
}
.site-state-item a{
    color: #999;
    text-decoration: none;
}
.site-state-item-count{
    display: block;
    color: inherit;
    font-weight: 600;
    font-size: 18px;
}
.contact-way{
    font-size: 15px;
    text-align: center;
    line-height: 25px;
}
/*底部*/
#totalVisitors,#visitorVolume{
    color: #009688;
    font-weight: bold;
    font-size: 19px
}
.webLogo a:hover{
    color: #4398ed;
    text-decoration: underline;
}
.webLogo a{
    color: #009688;
}
.learn-posts,.learn-categories,.learn-tags a{
    color: #999;
}
.learn-posts a:hover{
    color: #ccc;
}
.learn-categories a:hover{
    color: #ccc;
}
.learn-tags a:hover{
    color: #ccc;
}
/*点击图片放大*/
.enlarge{
    background: rgba(32,14,54,0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8888888;
}
.closeImg{
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    font-weight: 600;
    font-size: 25px;
    z-index: 8888888;
    cursor: pointer;
}
.closeImg:hover{
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
    -webkit-transition:-webkit-transform 1s linear;
    transition:transform 1s linear;
}
.enlargeImage{
    width: 55%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
/*设置写文章按钮样式*/
.write-word:hover{
     color: #c62d08;
 }
.write-word{
    color: #999999;
}
/*设置右侧栏中RSS样式*/
.rss-site:hover{
    background:#fc6423;
}
.rss-site:hover .rss-site-a{
    color:#fff;
}
.rss-site{
    background:#333;
}
.rss-site .rss-site-a{
    color:#fc6423;
}
.notice{
    text-align: center;
}
/*反馈*/
.feedbackClick{
    cursor: pointer;
}
.feedbackClose{
    float: right;
    margin: 7px 7px 0 0;
}
.feedbackTitle{
    text-align: center;
    font-size: 20px;
    padding: 5px;
    margin: 20px 0 0;
}
.feedbackWord{
    text-align: center;
    font-size: 11px;
    margin: 5px 0;
}
.feedbackForm{
    padding: 0 10px;
    margin-bottom: 20px;
}
#feedbackFormContent{
    height: 100px;
    margin-bottom: 30px;
}

.blogTitleName{
    font-weight: 500;
}
.newsNum{
    margin-left: 6px;
}

