body {
    padding-top: 105px;
    font-family:Arial,Verdana,Helvetica,sans-serif;
    overflow:-Scroll;
    overflow-x:hidden
}

h1{
    font-family:微软雅黑,Arial,Verdana,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-left: -5px;
}

h3{
    font-family:微软雅黑,Arial,Verdana,Helvetica,sans-serif;
    margin-left: -5px;
}

hr{
    height:3px;
    border-top:2px solid gray;
    margin-left:20px;
    margin-right:325px;
}

img{
    max-width:100%;
}

input {
    border:1px solid;
    height:26px;
}

em{
    color: #f73131;
}

.float{
    position: fixed !important;
}

/*
* 覆盖bootstrap.min.css默认样式
*/
.row{
    margin-left: -45px;
}

.col-xs-9 {
    margin-left: 40px;
    padding-left: 0;
    //background: lightgray;
}

/*文章正文*/
.article_content{
    width: 88%;
    padding-top:40px;
}

.article{
    margin-left: 60px;
}


.alert-error{
    color:red;
}

.navbar li{
}

.navbar-nav li a {
	color:#072 !important;
}

.navbar{
   	background-color: rgb(237, 244, 237);
}

/*
* 导航按钮　
*/
.nav_page {
    position: absolute;
    top: 45%;
    vertical-align: middle;
    right: 30%;
    z-index:100;
}

#nav_header {
    color:#072 !important;
    font-size:18px;
}

.navbar-brand{
	color:#9f8d6d !important;
    font-size:24px;
    height: 50px;
    /*margin: 0px 5px 0px;*/
    text-align: center;
    vertical-align:middle;
}

#search_keyword{
    height: 45px;
    width: 450px;
    font-size: 20px;
    border-radius: 10px 0 0 10px;
    border-color: gray;
    border-width: 2px;
    vertical-align: middle;
}

.search_options span{
    font-weight: bold;
    color:lightslategrey;
}

.search_options ul{
    margin: 0;
    padding: 0;
}

#search_code, #search_date{
    height: 24px;
    width: 180px;
    border-radius: 3px 3px 3px 3px;
    border-color: gray;
    border-width: 1px;
    vertical-align: middle;
    margin-top: 2px;
    margin-left: 5px;
}

#search_date{
    width: 180px;
}

#search {
    height: 45px;
    width: 100px;
    margin-left: -2px;
    text-align: center;
    font-size: 20px;
    background-color: rgb(129, 162, 212);
    border-width: 2px;
    border-radius: 0 10px 10px 0;
    border-color: gray;
}

.up_button{
    background:url("/static/img/up-button.png");
    width:40px;
    height:56px;
}
.up_button:hover{
    background:url("/static/img/up-button_hover.png");
}

.down_button{
    background:url("/static/img/down-button.png");
    margin-top:20px;
    width:40px;
    height:56px;
}
.down_button:hover{
    background:url("/static/img/down-button_hover.png");
}

.thumbnaildiv {
    width: 33%;
    float: left;
    height: auto;
    clear: both;
    margin-right:10px;
    margin-bottom:10px;
}

.account{
    vertical-align: middle;
    top: 2%;
    right: 10%;
    z-index:100;
}

.delete_action{
    width: 8px;
    height: 8px;
    margin-left: 2px;
    margin-right: 10px;
    border:0px;
}

.followed_content{
    margin-top: 10px;
    margin-left: 20px;
}

/*供jquery选择器使用*/
.love{
}

.left{
    float: left;
    width: 150px;
    margin-top: 20px;
}

.date{
    display:block;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.0em;
    font-size: 12px;
    color: gray;
    font-family: Verdana;
}

#tagcloud{
    width:260px;
    position: absolute;
    vertical-align: middle;
    top: 10%;
    right: 1px;
    z-index:100;
    margin: 25px auto;
    font: 100% Arial, "MS Trebuchet", sans-serif;
}

#tagcloud a {
    text-decoration: none;
    padding: 3px;
}

#tagcloud a:hover {
    text-decoration: underline;
}

.category{
    padding-top: 20px;
    font-size:20px;
    height:50px;
    line-height:60px;
    margin-left: 20px;
}

.related-tags{
    margin-left: 20px;
    padding-top: 20px;
}

.tag_icon{
    border-radius:5px;
    display:inline;
    padding:5px;
    padding-right:5px;
    background-color:rgb(223,213,206);
}

#related_articles{
    width:260px;
    position: absolute;
    vertical-align: middle;
    bottom: -20px;
    right: 2px;
    z-index:100;
    margin: 25px auto;
    font: 100% Arial, "MS Trebuchet", sans-serif;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
}

/*
*文字超出div，自动显示省略号
*/
.wid{
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
}

.footer {
    text-align: center;
    margin: 0 auto;
    clear: both;
    margin-top: 40px;
    width: 100%;
}

.footer-inner {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 300px;
}

.about-link {
    width: 14%;
}

.site-link {
    text-align: left;
    margin: 0 20px 20px 20px;
    float: left;
}

dl {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.help{
    position: fixed !important;
    width: 260px;
    position: absolute;
    vertical-align: middle;
    top: 10%;
    right: 5%;
    z-index: 100;
    margin: 50px auto;
    font: 100% Arial, "MS Trebuchet", sans-serif;
}

.tip{
    color: #7c7b7b;
}

/* 添加样式以隐藏初始弹框 */
#modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#modal img {
    max-width: 90%;
    max-height: 90%;
    border: 5px solid white;
    border-radius: 10px;
}

#search-field-container {
    padding: 0px;
    /* border: 1px solid #cccccc; */
    margin-bottom: 0px;
    /* display: flex;
    flex-wrap: wrap;
    gap: 5px; */
}

.search-field {
    background: #e4e4e4;
    border-radius: 4px;
    padding: 2px 5px 2px 5px;
    margin-left: 5px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #333 !important;
    font-weight: normal !important;
}

.field-name {
    user-select: none;
}

.remove-btn {
    color: red;
    cursor: pointer;
}

#field-selector {
    padding: 0px;
    margin-left: 5px;
    height: 24px;
    /* border-radius: 3px 3px 3px 3px;
    border-color: white; */
    /* border-width: 1px; */
}

.search_options > ul {
    display: flex;
    align-items: center;
    list-style: none; /* 移除默认的列表样式 */
    padding: 0; /* 移除默认的padding */
}

.drp-calendar{
    width: 250px;
}

.left{
    margin-top: 0px;
}

.search_date{
    margin-left: 5px;
    height: 24px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-7px);
    }
}

.searching {
    font-size: 36px;
    text-align: center;
    margin-left: -10%;
    animation: bounce 1s infinite;
}
