
body {
	padding-top: 60px;
}
nav .navbar-brand {
    padding: 5px;
}
.navbar-brand>img{
	height: 40px;
}

nav .navbar-form {
	line-height: 50px;
}
nav .navbar-form .form-control {
	margin-right: -25px;
	width: 200px;
	vertical-align: bottom
}

nav .navbar-form button {
	width: 40px;
	color: #F77E08;
	vertical-align: bottom
}

nav .user_headimg {
	width: 40px;
	border-radius: 50%;
}

nav .user_headimg+a {
	display: inline-block;
}

nav #member_status {
	position: absolute;
	left: auto;
	right: 0;
}

nav #member_action .mobile-login {
	margin-left: 0;
	padding: 0 0 10px 0;
}
nav #member_action .mobile-login>li {
	line-height: 1.8em;
	list-style: none;

}

nav #mobile_member_status  {
	margin: -35px 15px 15px;
	list-style: none;
    line-height: 1.8em;
}
nav #search .navbar-form {
	border-color: #e7e7e7;
}

.navbar-inverse {
    border: 0;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
}

.navbar-inverse .navbar-toggle {

    border-color: #fff;
    background-color: #333;
}

.navbar-inverse .navbar-nav > li {
    margin-left: 0px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #eab90e;
    font-size: 18px;
    text-shadow: -1px -1px 0 rgba(242, 105, 11, 0);
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #e8be2e;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a {
    color: #333;
    /*font-family: "PingFang SC Bold", "微软雅黑", "黑体";*/
    background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);

    /* background-repeat: repeat-x; */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2690b', endColorstr='#f2690b', GradientType=0);*/
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0);
    /* box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); */

}

.navbar-inverse .navbar-nav > .active > a {
    border-bottom: 3px solid #F77E08;
}

.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #e8be2e;
}
.navbar-inverse #member_action {
	margin-right: 30px;
}
.navbar-inverse #member_action>a {
    margin: 5px 25px 5px 0;
	padding: 0;
	width: 60px;
	height: 60px;
	line-height: 70px;
	border-radius: 50%;
    font-size: 32px;
    color: #ececec;
	background: #f77e08;
	text-align: center;

}

/*@media only screen and (max-width: 1280px) {*/
/*    .navbar-inverse .navbar-brand{*/
/*         width: 50px;*/
/*         height: 77px;*/
/*    }*/
/*}*/
.member_status {
	margin-top: 10px;
}
.member_status li {
	padding: 0 10px 0 0;
	list-style: none;
	line-height: 1.8em;
	/*float: left;*/
}
#member_action>a>span{
	display: inline-block;
	line-height: 60px;
}

#load_progress_back {
    position: absolute;
    background: #333;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0.5;
    margin: auto;
}
#load_progress_back>#page_load_progress {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 180px;
	height: 180px;
	border-radius: 25px;
	border-width: 10px;
	border-style: solid;
	animation: loading 3s linear infinite;
	color: #669900;
	text-align: center;
	line-height: 100px;

}
@-webkit-keyframes loading {
        from {
			transform: rotateZ(0);
		}
		to {
			transform: rotateZ(360deg);
		}
	}
.breadcrumb {
	position: fixed;
	margin-top: -50px;
	padding-left: 0;
	z-index: 1000;
	
	width: 100%;
	border-radius: 0;
	background-color: #fff;
}

@media (max-width:767px) {
	.breadcrumb {
		margin-left: -15px;
		margin-top: -70px;
		padding-left: 15px;
	}
}

@media (min-width: 768px) {
	.breadcrumb > a {
	font-size: 12px;
	/*font-family: "PingFang SC Medium";*/
	color: #666;
    }
}

.open>.dropdown-menu{
	overflow: auto;
	max-height: 300px;
}
.modal-dialog {
    top: 100px;
    margin: auto;
    pandding: 0;

}

.modal-content {
    background: transparent;
}


.modal-title {
    color: #eee;
}

.modal-header {
	background: #f2820d;
	border-radius: 10px 10px 0 0;
}

.modal-header > button.close {
    color: #eee;
}

.modal-body {
	background: #fff;
}

.modal-body hr {
	border-color: #efefef;
}

.modal-footer {
	border-color: #efefef;
	background: #f2820d;
	border-radius: 0 0 5px 5px;
}
.notice-approve {
	color: #633b3b;
}

p {
	line-height: 1.75em;
}

.content table {
	margin: 10px 0;
	width: 100%;
	border: 1px solid #efefef;

}
.content th, .content td {
	border: 1px solid #efefef;
	padding: 5px;
}
.content th p, .content td p {
	margin: 0;
	padding: 0;
}
/* left menu*/
.menu-box {
    overflow: hidden;
    cursor: pointer
}

.leftmenu {
    /*position: fixed;*/
    padding-right: 10px;
    min-height: 500px;
    font-size: 16px;
    /*font-family: "PingFang SC Bold";*/
    background-color: #f8f8f8;
    color: #333;
    overflow-y: scroll;
    overflow-x: hidden;
}

.leftmenu .img-responsive {
    width: 100px;
}

.leftmenu::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

.leftmenu::-webkit-scrollbar-thumb {
    background-color: #efefef;
}

.leftmenu > ul {
    margin-left: 0;
    padding-left: 35px;
}
#left_menu>li {
	width: 100%;
	cursor: pointer;
}

.hot_articles .list-group {
	box-shadow: 0 0 0;
}

.hot_articles .list-group-item {
	border: 0;
	padding-left: 0;
}

.reply_area {
	margin-top: 10px;
    font-size: 14px;
	color: #999;
}
.reply_btn {
	cursor: pointer;
	border-radius: 10px;
	padding: 3px 5px;
	background: #ececec;
}
.comment-ref {
	background: #ececec;
	padding: 5px;
	border-radius: 5px;
}
#close_btn, #reply_btn {
	border-color: #fff;
}

#comments_list {
    margin-left: -20px;
}

#comments_list .media-list {
    padding-left: 30px;
}

#comments_list .avatar{
	width: 30px;
	height: 30px;
}
footer {
	position: fixed;
	bottom: 0;
	padding: 15px;
	width: 100%;
	background: #333;
	text-align: center;
	color: #fff;

}

footer nav {
	margin: auto;
	width: 300px;
}

.footer span {
	display: inline-block;
}

.footer .beian, .footer .beian:hover {
	color: #ff5522;
}
