.friendlinks {
    border-top: 1px solid #4B515D;
}

.gongshang {
	background-color: #161c27;
	padding-bottom:12px;
	text-align: center;
}
.gongshang img {width:45px;}

.page_content a{color:#059dd5;}

a{color:#212529;}
a:hover{color:#33b5e5;}

/* maincontent */
.maincontent img {max-width:100%;}

/* pagination */
.pagination-wrap{width:300px; margin:10px auto;}
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination a.active {
    background-color: #0099CC;
    color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

/* bottomnavbar */
.bottomnavbar {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  z-index:999;
  bottom: 0;
  width: 100%;
}

.bottomnavbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 0px;
  width:50%;
  text-decoration: none;
  font-size: 17px;
}

.bottomnavbar a:hover {
  background: #f1f1f1;
  color: black;
}

.bottomnavbar a.active {
  background-color: #33b5e5;
  color: white;
}

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar .logo{width:150px;}
  .navbar.scrolling-navbar{padding-top: 6px; padding-bottom: 6px;}
  
  .gongshang{
	padding-bottom:55px;
	}
}