/*背景*/
.home_bj{
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
}
/*顶部导航*/
.TopContainer{
	width:100%;
	height:90px;
	background:rgb(255 255 255 / 0.5);
	overflow:hidden;
	text-align:center;
	box-shadow: 0px 2px 10px rgba(126, 126, 126, 0.3);
}
.TopContainer .TopBox{
	display:table;
	width:1200px;
	text-align:left;
	margin:auto;	
}
.TopContainer .TopBox .logo,.TopContainer .TopBox .MoreAct{
	display:table-cell;
	height:90px;
	vertical-align:middle;
	width:600px;
}
.TopContainer .TopBox .logo img{
	max-width:500px;
	max-height:100px;
}
.TopContainer .TopBox .MoreAct{
	text-align:right;
}
.TopContainer .TopBox .MoreAct a{
	display:inline-block;
	line-height:45px;
	background:#999;
	font-size:15px;
	color:#FFF;
	padding:0 20px;
	margin:0 5px;
}
.TopContainer .TopBox .MoreAct a.home{
	background:#FF8D13;
}
.TopContainer .TopBox .MoreAct a.member,.TopContainer .TopBox .MoreAct a.login{
	background:#1FA0EA;
}
.TopContainer .TopBox .MoreAct a.reg{
	background:green;
}
.TopContainer .TopBox .MoreAct a:hover{
	background:#F30;
}
.FootContainer{
	margin-top: 20px;
	border-top:#DDD solid 1px;
	text-align: center;
	padding: 10px;
	background: #FFF;
	color: #888;
	line-height: 20px;
}
/*用户头像*/
.home_zl{
    width:100%;
    margin-top:120px;
}
.home_zl .home_xx{
    max-width: 1200px;
    margin:auto;
}
.home_zl .home_xx p{text-align: center;}
.home_icon img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: rgb(255, 255, 255, 0.5);
}
.home_icon img:hover{
    box-shadow: 0px 2px 10px rgba(126, 126, 126, 0.3);
}
.home_username{margin-top:10px;}
.home_username span{
    font-size: 28px;
    color:#fff;
    font-weight: bold;
}
.home_groupid{
    font-size: 10px;
    color:#ff6767;
}
.home_introduce{
    font-size: 14px;
    color:#666;
    margin:10px 0px;
}
.home_morebtn{margin-top:30px;}
.home_morebtn span{
    padding:10px 20px;
    font-size: 16px;
    color:#fff;
    width:120px;
    border-radius: 10px;
    display: inline-block;
    margin:0px 10px;
}
.home_morebtn span:hover{
    cursor:pointer;
    box-shadow: 0px 2px 10px rgba(126, 126, 126, 0.5);
}
.home_morebtn span i{margin-right: 5px;}
.home_morebtn .gzfans{
    background-color: #FF0000;
}
.home_morebtn .home_user{
    background-color: #f90;
}
.home_morebtn .myqunzi{
    background-color: #1FA0EA;
}
.morelink{
	color:#fff;
	width:150px;
	text-align:center;
	line-height:30px;
}
.morelink a{
	font-size:15px;
	color:#fff;
}
.morebtn span.gz {
    color: yellow;
}
/*内容*/
.home_content{
    max-width: 1200px;
    margin:auto;
    margin-top:40px;
}
.home_content .content_left{
    width:30%;
    right: 2.5%;
    display: inline-block;
}
.home_content .content-right{
    margin:right;
    width:67.5%;
    display: inline-block;
    float:right;
}
.home_content .content_left div{
    background-color: rgb(255, 255, 255, 0.8);
    border-radius: 10px;
}
.home_content .content_left .content_sf{
    margin-bottom:30px;
    padding:15px 15px 15px 20px;
}
.home_content .content_left .content_sf p{
    width: 23%;
    display: inline-block;
    text-align: center;
    padding: 10px 0px 5px 0px;
}
.home_content .content_left .content_sf p em{
    font-size: 14px;
}
.home_content .content_left .content_sf p span{
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 3px;
}
.home_content .content_left .content_sf .list1{
    border-right: 1px solid #ddd;
}
.home_content .content_left .content_jbxx{
    padding:15px;
    margin-bottom:30px;
}
.home_content .content_left .content_jbxx h3{
    border-bottom: 1px solid #ddd;
    padding-bottom:5px;
    margin-bottom:10px;
    font-size: 16px;
}
.home_content .content_left .content_jbxx h3 i{
    margin-right: 5px;
}
.home_content .content_left .content_jbxx p{
    font-size: 14px;
    line-height: 24px;
}
.home_content .content_left .content_jbxx p span{
    color:#777;
}
.home_content .content_left .content_jbxx .note{
    margin-top:10px;
    color:red;
}
/*访客*/
.home_content .content_left .content_sm{
    margin-bottom:30px;
}
.home_content .content_left .content_sm h3{
    border-bottom: 1px solid #ddd;
    padding-bottom:5px;
    margin-bottom:10px;
    font-size: 16px;
    padding:15px;
}
.home_content .content_left .content_sm h3 i{
    margin-right: 5px;
}
.home_grid{
    padding:0px 0px 5px 4px;
}
.home_grid a img:hover{
    box-shadow: 0px 2px 10px rgba(126, 126, 126, 0.5);
}
.home_grid a img{
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 6px;
    margin:10px;
}
/*发表的作品*/
.SideContainer .head{
    padding:20px 20px 0px 20px;
    background-color: rgb(255, 255, 255, 0.8);
    border-radius: 10px;
    margin-bottom: 30px;
}
.SideContainer .head span{
    display: inline-block;
    font-size: 18px;
    padding: 0 20px 0 20px;
    font-weight: bold;
}
.member_showbbs_title .head span.ck{
	color: #00AAEE;
    border-bottom: 2px solid #00AAEE;
    padding-bottom: 20px;
}
.SideContainer .show_tw{
    padding:15px;
    background-color: rgb(255, 255, 255, 0.8);
    margin-bottom: 30px;
    border-radius: 10px;
}
.SideContainer .show_tw:hover{
    box-shadow: 0px 2px 10px rgba(126, 126, 126, 0.5);
}
.show_tw .show_title{
    display: inline-block;
    /*width: 80%;*/
}
.show_tw .show_title h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color:#333;
}
.show_tw .show_title .show_wz{
    font-size: 14px;
    color:#606060;
    line-height: 24px;
    height: 72px;
	overflow: hidden;
}
.show_tw .show_title .show_time{
    font-size: 12px;
    color:#999;
    margin-top:10px;
}
.show_tw .show_img{
    width:18%;
    float: right;
    display: inline-block;
}
.show_tw .show_img img{
    width:100%;
    height: 132px;
    object-fit: cover;
}
/*发布的帖子*/
.show_content .list1{
    padding:15px;
    background-color: rgb(255, 255, 255, 0.8);
    margin-bottom: 30px;
    border-radius: 10px;
}
.show_content .list1:hover{
    box-shadow: 0px 2px 10px rgba(126, 126, 126, 0.5);
}
.show_content .list1 a{
    font-size: 18px;
    font-weight: bold;
    color:#333;
}
.show_content .list1 .gi{
    font-size: 18px;
    font-weight: bold;
    padding: 3px 8px;
    background-color: #D8D8D8;
    border-radius: 5px;
    margin-right: 10px;
}
.show_content .list1 .show_bbs_title{
    margin-bottom: 15px;
}
/*精、顶、热*/
.show_content .list1 .show_bbs_title .top{
    display: inline-block;
    background: #0CCCCE;
    color: #FFF;
    padding: 0px 10px;
    margin-left: 10px;
}
.show_content .list1 .show_bbs_title .com{
    display: inline-block;
    background: #e03ad2;
    color: #FFF;
    padding: 0px 10px;
    margin-left: 10px;
}
.show_content .list1 .show_bbs_title .hot{
    display: inline-block;
    background: #F90;
    color: #FFF;
    padding: 0px 10px;
    margin-left: 10px;
}
.show_content .list1 .show_bbs_con{
    font-size: 14px;
    color:#999;
}
.show_content .list1 .show_bbs_con .margin20{
    margin-left: 20px;
}
.show_content .list1 .show_bbs_con span i{
    margin-right: 5px;
}
.show_content .list1 .show_bbs_con .show_bbs_view{
    float:right;
    margin-right: 10px;
}