/*
 * Globals
 */
@media (min-width: 48em) {
  html {
    font-size: 18px;
  }
}
.searchli a:hover{
	background-color: #d6e9f8;
}
.searchli{
	padding: 1px 10px;
}

.footli{
	font-size: 13px;
    height: 30px;
}
.footli>a{
	color: #999;
}

#fastList>ul>li>a{
	color: #999;
	font-size:13px;
	margin-left: 20px;
}
#fastList>ul>li{
	/*margin-top: 13px;*/
}

body {
    font-family:  'Microsoft YaHei', 'Times New Roman','Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #3e3e3e;
    font-size: 16px;
  	background-color: #fff; 
}
ul {
    padding-left: 0px;
        margin-left: 8px;
}
ul, ol, li {
    list-style: none;
}
.popover{
	max-width:400px;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
/*  font-family: 'Freight Sans Bold', 'Helvetica Neue', 'Segoe UI', 'Malgun Gothic', Meiryo, 'Microsoft JhengHei', helvetica, arial, sans-serif !important;
    font-weight: bold !important; */
    text-rendering: optimizelegibility;
}
.navbar {
    border-radius: 0px;
       margin-bottom: 0px;
       min-height: 0px;
}
 .navbar-nav > li > a {
    padding-top: 10px;
    color:#ddd;
}
.nav li>a:hover{
   background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}
.nav>li>a.active{
	background-color:transparent;
}
.guide-left{
	height:auto;
	position:relative;
}
.login-form {
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

/*
 * Override Bootstrap's default container.
 */

.container {
    max-width: 80rem;  
}
.text-muted {
    padding: 10px 0;
}
.footer {
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
  position: fixed;
}
ul.userInfo>li{
	float:left;
	width:80px;
}
.dataEdit>span{
	font-size:12px;
}
 
.modal-body>.form-group{
	padding:15px;
}
.logotitle{
	font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    margin: 0 auto;
    width: 160px;
    height: 74px;
    background: url(/resources/plugins/qianmu/images/logo.png) no-repeat;
    background-size: contain;
}
h2.logodesc{
	margin: 0px 0 0px;
    font-size: 18px;
    line-height: 1;
	font-weight: normal;
}
.registerDiv{
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.tab{
	line-height: 40px;
	padding:15px 0px;
	font-size:18px;
	text-align: center;
}
.tab>a{
	margin:5px 15px;
	color:#3e3e3d;
}
.tab a.active{
	 color:#0f88eb;
	border-bottom: 2px solid #0f88eb;
}
.registerForm form{
	min-width: 300px;
}
.registerHead{
	text-align: center;
	margin-bottom: 10px;
}
.registerForm>form>div{
	margin:15px;
	text-align: left;
}
.registerForm>form .forum-group{
	height: 50px;
}
.registerForm>form>div input{
	line-height: 50px;
	height: 50px;
	border-radius:0px;
	margin-top:-1px;
}
.sign-flow .sns-buttons.is-visible {
    opacity: 1;
    -ms-filter: "alpha(Opacity=100)";
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.sign-flow .sns-buttons {
    display: inline-block;
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)";
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: opacity .25s ease-out,-webkit-transform .25s ease-out;
    transition: opacity .25s ease-out,-webkit-transform .25s ease-out;
    transition: opacity .25s ease-out,transform .25s ease-out;
    transition: opacity .25s ease-out,transform .25s ease-out,-webkit-transform .25s ease-out;
    visibility: hidden;
}
[class*=sprite-index-icon-] {
    display: inline-block;
    vertical-align: middle;
}
.sprite-index, [class*=sprite-index-] {
    background-image: url(/resources/plugins/qianmu/images/icon-sns.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
}
.sprite-index-icon-qq {
    background-position: -56px 0;
    width: 20px;
    height: 18px;
}
.sprite-index-icon-wechat {
    background-position: -56px -20px;
    width: 20px;
    height: 18px;
}
.tools{
	position: fixed;
	right: 10px;
	top:40%;
}
.tools li {
	text-align: center;
	background-color: rgba(58,63,69,0.6);
	border-bottom: 1px solid #999;
	padding: 0px 10px;
}
.tools a {
	line-height: 50px;
	color:#eee;
}
.forum-left {
	background-color: rgba(46, 50, 56, 1);
	padding: 0px;
	position: fixed;
	top: 0px;
	bottom: 0;
	left: 0;
	width: 300px;
	z-index: 1000;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
}
 
.forum-right{
	padding: 0px;
    width:100%;
	padding:0px 10px 0px 320px;
}
 
.more {
    background: url(/resources/plugins/qianmu//resources/plugins/qianmu/css/images/icon.png) 0 -406px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    display: inline-block;
    color: fff;
}
.guide{
	position: fixed;
	width:500px;
	height:auto;
	top:00px;
	left:300px;
	background-color: rgba(46, 50, 56, 0.95);
	padding:10px;
}
 
.guideUl>li{
	width:80px;
	float:left;
}
.guideUl>li>a{
	line-height: 30px;
	padding: 5px;
	color:#fff;
}
.category{
	display: block;
	overflow: auto;
	padding-top:10px;
}
.category>label{
	width:80px;
	float:left;
	color:#aaa;
	padding:5px;
	font-weight: bold;
}
.guideUl{
	overflow: auto;
	margin:0px;
	border-bottom: 1px solid #222;
}
.footMenu{
	border-top: 1px solid #222;
	bottom:0px;
	width:300px;
	padding:10px;
	position: absolute;
}
.menuMain{
	width:300px;
	top:140px;
	bottom:40px;
	position: absolute;
}
.footMenu>li{
	text-align: center;
	line-height: 30px;
}
.footMenu>li>a{
	color:#eee;
}
.liveforumcontent{
	position: fixed;
	width:100%;
	height: 100%;
}
 
.forumForm{
	position: absolute;
	bottom:0px;
	left:0px;
	right:0px;
	padding:0px 0px 0px 320px;
	background-color: #eee;
/*  filter: alpha(opacity=80); 
    opacity: 0.7; */
}
.note-editor.note-frame {
    border: 1px solid #e4e7ea;
}
.msgMain{
	left:0;
	right:0px;
	top:43px;
	bottom:168px;
	position: absolute;
	padding:0px 0px 0px 340px;
}
.dropdown-menu{
	left: 0px;
	top:40px;
	min-width:0px;
}
.dropdown-menu li{
	line-height:30px;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 25px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
#headSearchTitle{
	background-color: #222;
	border:0px solid #222;
}
.chat-icon{
	background: url(/resources/plugins/qianmu/css/images/icon.png) 0 -2083px;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    display: inline-block;
}
.tabUl{
	width:100%;
	padding:5px 5px;
	overflow: auto;
	border-bottom: 1px solid #222;
}
.tabUl >li>a{
	color:#eee;
}
.tabUl >li>a.active{
	color:green;
}
.tabUl>li{
	width:33%;
	float:left;
	font-size:18px;
}
.fcont{
	padding:8px 8px 8px 12px;
	border-radius:4px;
}
.fcont p{
	margin:0px;
}
.fcont {
	font-size:14px;
	word-break:break-all;
	color:#000;
	margin-bottom:0px;
	line-height: 1.7em;
}
.leftContainer{
	overflow: auto;
}
.ztree li a.curSelectedNode {
    padding-top: 0px;
    background-color: #3a3f45;
    color: black;
    height: 16px;
    border: 0px #3a3f45 solid;
    opacity: 0.8;
}
/* .ztree * {
    font-size: 13px;
	font-family: 'Microsoft YaHei','Times New Roman', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.ztree a>span{
	color:#ddd;
}
.ztree{
	padding:5px 0px 0px 40px;
}
.ztree li a>span {
 	font-family: 'Microsoft YaHei','Times New Roman', 'Helvetica Neue', Helvetica, Arial, sans-serif;
 	font-size:13px;
}
.ztree li a:hover {
    border: 0px #6fb5f1 solid;
    text-decoration: none;
}
.ztree li a.curSelectedNode >span{
    color: #6fb5f1;
} */
.odd {
	background: none repeat scroll 0 0 #ffffff;
}
/*  table {
    border-collapse: collapse;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
    color: #333;
    width: 100%;
    font-size:12px;
}
table > tbody {
    display: table-row-group;
    vertical-align: middle;
}
 table > tbody > tr td, table th {
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    line-height: 1.4em;
    padding: 5px;
    vertical-align: middle;
    font-size:13px;
    font-color:#333;
}
td>p{
	padding:0px;
	margin:0px;
}
table > tbody > tr td, table th {
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    line-height: 1.4em;
    padding: 5px;
    vertical-align: middle;
      font-size:13px;
      font-color:#333;
}

 */
#content {
    padding:15px;
}
#content > ul > li {
    line-height: 26px;
    list-style-position: outside;
    list-style-type: disc;
    margin-left:  12px;
    padding: 2px;
}
#content > ul > li > ul > li {
    line-height: 20px;
    list-style-position: outside;
    list-style-type: square;
    margin-left: 12px;
    padding: 2px;
}
#content > ul > li > ul > li > ul > li {
    line-height: 20px;
    list-style-position: outside;
    list-style-type: circle;
    margin-left: 12px;
    padding: 2px;
}
.wikiContent{
	background: #fff;
	text-align:left;
	height:auto;
}
.wikiContent a {
    color: #0645ad;
}

.wikiTitle {
    border-bottom: 1px solid #ddd;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.25;
    margin: 10px 0 5px;
    padding-bottom: 10px;
    text-align: center;
}
.wikiContent h1 {
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    margin: 10px 0 5px 0px ;
    padding-bottom: 10px;
}
.wikiContent h2 {
    border-bottom: 1px solid #aaaaaa;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
    margin: 21px 0 5.25px;
    text-align: left;
}
.wikiContent h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5625;
    margin: 24px 0 3px;
}
.wikiContent h4 {
    font-size: 14px;
    line-height: 1.5;
    margin: 20px 0 0;
}
.wikiContent h5 {
    color: #707070;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.66667;
    margin: 4px 0 0;
    text-transform: uppercase;
}
.wikiContent h6 {
    color: #707070;
    font-size: 12px;
    line-height: 1.66667;
    margin: 2px 0 0;
}
.infobox {
    background-color: #f9f9f9;
    clear: left;
    color: #333333;
    float: right;
    margin-left: 1em;
    width: 50%;
}
.wikiComment{
	overflow:auto;
}
.liveContainer{
    border-radius: 4px;
   /*  box-shadow: 4px 4px 4px rgba(20%,20%,20%,0.3);
 box-shadow:-2px 0 2px rgba(20%,20%,20%,0.3),  
    2px 0 2px rgba(20%,20%,20%,0.3),  
    0 -2px 2px rgba(20%,20%,20%,0.3),  
    0 2px 2px rgba(20%,20%,20%,0.3);  
     */
    height:500px;
    overflow:auto;
    border-left:1px solid #dfdfdf;
    border-right:1px solid #dfdfdf;
    border-top:1px solid #dfdfdf;
    padding:10px;
}
.form-inline .input-group > .form-control {
      width: 80%; 
}
.msgItem{
	margin:5px 0px 5px 0px  ;
	padding:5px 0px;
	display: block;
	overflow: auto;
}
.liveContainer p{word-break;:break-all;}
.forumcontent table{
 	    border-collapse: collapse;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
    width: 100%;
    font-size: 12px;
 }
  .forumcontent td{
 	border: 1px solid #ccc;
    line-height: 1.1;
    vertical-align: middle;
 }
   
  .forumcontent p{
 	padding:5px;
 	margin:0px;
 }
 .forumTitle{
 	padding:10px 15px;
 	font-size:16px;
/*  	border-bottom:1px solid #ccc; */
 	margin-bottom:10px;
 }
 .jquery-live-search{
 	font-size:13px;
 }
   .jquery-live-search li{
  	 padding:2px 2px;}
  .jquery-live-search a{
 	color:#333;
 }
 ��resultItem>li{
  padding:5px 2px;
  font-size:13p;
 }
 
 .leftImg {
    float: left;
}
.itemBox {
    margin-bottom: 10px;
    overflow: auto;
}
 .itemIndex img {
    clear: right;
    float: left;
    margin: 0px 15px 5px 0px;
}
.rightContent {
    float: left;
    margin-left: 25px;
    width: 80%;
    min-height: 100px;
}
.threadlist_bright li:hover {
    background-color: #f7f9fc;
}
.oddList{
    background-color: #f7f9fc;
}
.threadlist_bright li {
    position: relative;
    height: auto;
}
.threadlist_bright .t_con {
    padding: 6px 0;
    margin: 0 40px 0px 0px;
}
.forum_content .t_con .col2_left, .forum_content .t_con .col2-left {
    width: 70px;
}
.col2_left, .col2-left {
    float: left;
    min-height: 1px;
}
.left_img{
	 width: 55px;
	 float: left;
}
.right_img{
	width:55px;
	float:right;
}
.right_content{
	position: relative;
	min-height: 1px;
	margin-left: 53px;
	text-indent:0px;
	max-width:620px;
	width:auto;
	display: block;
}
.right_content>div{
	float:left;
}
.right_content>div>p{
	text-align: left;
}
.left_content{
	position: relative;
	min-height: 1px;
	margin-right: 10px;
	text-indent:0px;
	max-width:620px;
	width:auto;
	display: block;
	float:right;
}
div>p{word-break;:break-all;}
.left_content>div{
	float:right;
}
.left_content .fcont{
	background-color: #b2e281;
}
.left_content>div>p{
	text-align: right;
}
.arrowleft {
	position:absolute; 
	border-style:solid; 
	border-width:6px;
	border-color:transparent rgba(0,0,0,0) transparent  transparent   ; 
	left:-6px;
	margin-top:8px;
	border-left-width: 1px;
}
.arrowleft:after{
  	position:absolute; 
	border-width: 6px;
	content: "";
	border-style:solid; 
	border-left-width: 1px;
	left:0px;
	top:-10px;
	border-color:transparent  #fff transparent  transparent ;   
}
.arrowright{
	position:absolute; 
	border-style:solid; 
	border-width:6px;
	border-color:transparent  transparent  transparent rgba(2,2,0,0)  ; 
	right:-6px;
	margin-top:8px;
	border-right-width: 1px;
}
.arrowright:after{
  	position:absolute; 
	border-width: 6px;
	content: "";
	border-style:solid; 
	border-right-width: 1px;
	right:0px;
	top:-10px;
	border-color:transparent  transparent    transparent #b2e281 ;   
}
.col2_right, .col2-right {
    position: relative;
    min-height: 1px;
    margin-left: 53px;
}
.threadlist_text, .threadlist_title {
 
}
th{
	color:#444;
}
.threadlist_bright .threadlist_lz {
    height: 30px;
    padding:5px 0px;
}
.pull_right, .pull-right {
    float: right!important;
}
.pull_left, .pull-left {
	 
    float: left!important;
}
.threadlist_detail {
	padding-top:10px;
}
.threadlist_author {
    width: 165px;
    color: #999;
}
.threadlist_bright .threadlist_author a {
    color: #999;
    text-decoration: none;
}
.threadlist_bright .threadlist_author a:visited {
    color: #999;
}
.threadlist_bright .threadlist_lz .tb_icon_author {
    width: 135px;
}
.is_show_create_time {
    display: none;
}
.threadlist_bright .threadlist_abs_onlyline, .threadlist_bright .threadlist_abs {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    color: #666;
}
.threadlist_rep_num {
    display: inline-block;
    width: 50px;
    height: 30px;
    line-height: 26px;
    margin-right: 20px;
    text-align: center;
    background: url(/resources/plugins/qianmu/css/images/f_reply_bg_89030dc.png) no-repeat;
}
.clearfix {
    zoom: 1;
}
.adsMask{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    bottom: 0px;
    color: rgb(0, 0, 0);
    direction: ltr;
    display: block;
    font-family: 'Open Sans';
    font-size: 13px;
    height: 293px;
    left: 0px;
    line-height: 20px;
    opacity: 0.8;
    position: fixed;
    right: 0px;
    top: 0px;
    transition-delay: 0s;
    transition-duration: 0.15s;
    transition-property: opacity;
    transition-timing-function: linear;
    width: 1349px;
    z-index: 9995;
    height: 100px;
    background-color: #000 !important;
}
.jquery-ads {
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.jquery-ads {
    width: 600px;
    height: 400px;
    z-index: 9996;
    background-color: #fff!important;
}
 
 
 @media ( min-width : 768px) {
	.return_top {
		background: url("/resources/plugins/qianmu/images/toolsbg.png") no-repeat 0px -240px;
		cursor: pointer;
		display: none;
		height: 50px;
		width: 50px;
		position: fixed;
		bottom:15px;
		right:15px;
	}
	.return_top:hover {
		background-position: -50px -240px;
	}
	.weixin {
		background: url(/resources/plugins/qianmu/images/toolsbg.png) no-repeat 0 -180px;
		cursor: pointer;
		height: 50px;
		width: 50px;
	}
	.weixin2 {
		background: url(/resources/plugins/qianmu/images/toolsbg.png) no-repeat -175px 0;
		width: 190px;
		height: 190px;
		position: absolute;
		right: 50px;
		top: 45px;
		display: none;
	}
	.img2d {
		width: 190px;
		height: 190px;
		position: absolute;
		right: 100px;
		top: -175px;
		display: none;
		z-index: 2000;
	}
	.shareDetail {
		height: 50px;
		background-color: #fff;
	}
	.shareDetail>a {
		cursor: pointer;
		line-height: 40px;
		margin: 15px 8px;
		width: 40px;
		padding: 5px 8px;
	}
	.shareDetail>a:hover {
		text-decoration: none;
	}
	.shareToQQ {
		background: url("/resources/plugins/qianmu/images/toolsbg.png") no-repeat -58px 0px;
	}
	.shareToQQ:hover {
		background-position: -60px -30px;
	}
	.shareToWB {
		background: url("/resources/plugins/qianmu/images/toolsbg.png") no-repeat scroll 0px 0px;
	}
	.shareToWB:hover {
		background: url("/resources/plugins/qianmu/images/toolsbg.png") no-repeat -1px -28px;
	}
	.shareToRR {
		background: url("/resources/plugins/qianmu/images/toolsbg.png") no-repeat -86px 0px;
	}
	.shareToRR:hover {
		background-position: -86px -28px;
	}
	.weixin:hover {
		background-position: -50px -180px;
	}
	.shareToWX:hover {
		background: url("/resources/plugins/qianmu/images/toolsbg.png") no-repeat scroll -110px 0px;
	}
	.shareToWX {
		background: url("/resources/plugins/qianmu/images/toolsbg.png") no-repeat scroll -110px 0px;
	}
	.commonShare {
		height: 50px;
		width: 50px;
		display: block;
		text-align: center;
		background-color: #efefef;
		cursor: pointer;
	}
	.commonShare>span {
		line-height: 50px;
	}
	.commonShare:hover {
		background-color: #bcbcbc;
	}
	#tools {
		position: fixed;
		right: 20px;
		width: 55px;
		z-index: 999;
		bottom: 220px;
		height: 80px;
	}
	.toolItem {
		padding: 0px;
		margin: 3px;
		border: solid 0px #efefef;
	}
}
.forumtime{
   margin-left:5px;
}
.god{
	position: fixed;
	right: 10px;
	top:12px;
	width: 120px;
	height: 50px;
}
.top{
	top:0px;
	height: 22px;
	width:100%;
	/* background-color: rgba(46, 50, 56, 0.95); */
	background-color: #eee;
}
.itemIndex{
	margin-bottom: 15px;
}
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
.bs-glyphicons{
    padding-left: 0;
    list-style: none;
    padding:0px;
    margin:0px;
    overflow: auto;
}
.bs-glyphicons li {
    float: left;
    width: 50%;
    height: 95px;
    padding: 10px 0px;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #fff;
}
.bs-glyphicons li>a {
   padding:15px 0px;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.itemIndex>h2{
	font-size: 22px;
}
.ads {
    text-align: center;
    height: 100px;
    margin-top: 10px;
}
.adsUa {
    background-image: url("/resources/plugins/qianmu/images/ua.png");
    background-position: center;
}
.ads h2 {
    color: #fff;
}
.adsUs {
    background-image: url("/resources/plugins/qianmu/images/us.png");
    background-position: 0;
}
.frendlink>li{
	float:left;
	padding:9px 5px;
}
.frendlink>li>a{
	font-size:13px;
	color: #414332;
}
/* qmchat */
.highlight{
	background-color:#FFA54F;
}
.qmchatcon{
	border: solid 1px #bbb;
}
.qmbtn{
	background-color:#ddd;
}
.leftdiv{
	width:120px;
	padding:0px;
	background-color: rgba(244,244,244,1);
	height: 100%;
	float:right;
	display:none;
}
.leftli{
	padding:0px;
	margin: 0px;
}
.leftimg{
	height:40px;
	padding:5px;
}
.leftli>li{
	line-height: 30px;
	cursor: pointer;
}
 .leftli>li.active,li.active:hover{
	background-color: #fff;
}
.leftli>li>a{
	color:#414141;
}
 .leftli>li>a:hover{
	background-color: #fff;
}
 .leftli>li>a:focus{
	background-color: #fff;
}
.leftbottom{
	position: absolute;
	bottom: 0px;
	padding:7px;
	text-align: center;
	background-color: rgba(250, 250, 250,1);
	width:120px;
}
.rightform{
	position: absolute;
	bottom: 0px;
	text-align: center;
	background-color: #fff;
/* 	width:438px; */
}
.rightdiv{
  	width:100%;  
	float:left;
	height:100%;
	background-color: #fff;
}
.rightcontent{
	background-color: #fff;
	min-height:155px;
	overflow: auto;
	width:100%;
}
.righttitle{
	background-color:rgba(232, 232, 232,1);
	height: 34px;
}
.righttitle>label{
	padding: 7px ;
}
.rightitem{
	padding:5px;

}
.rightitem>ul{
	padding:0px;
	margin:0px;
}
.rightitem>ul>li{
	padding:5px 5px 10px 5px;
	overflow: auto;
	border-bottom: 1px solid #efefef;
	margin-bottom:5px;
	
}
.rightitem>ul>li img{
	width:35px;
	display:inline;border-radius:2px;box-shadow:2px 2px 2px rgba(20%,20%,40%,0.5)
}
.rightitem>ul>li a{
	color: rgb(51, 51, 51);
    text-decoration: none;
    font-size: 14px;
    font-family: ����;
}
.rightitem>ul>li span{
	font-size:12px;
	margin-left:5px;
}
.unread{
	background-color:#efefef;
}
ul.user_data li {
  margin-bottom: 6px; }

ul.user_data li p {
  margin-bottom: 0; }

ul.user_data li .progress {
  width: 90%; }
  .selected {
    background-color: #EE3B3B;
}
.focusNews img{
    float: left;
    padding: 17px 15px 15px 0px;
}
 table {
    border-collapse: collapse;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
    color: #333;
    width: 100%;
    font-size:12px;
}
table > tbody {
    display: table-row-group;
    vertical-align: middle;
}
 table > tbody > tr td, table th {
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    line-height: 1.4em;
    padding: 5px;
    vertical-align: middle;
    font-size:16px;
    font-color:#333;
}

td>p{
	padding:0px;
	margin:0px;
}
#page-wrapper{
	/* padding-right:45px; */
}
.share-tools>ul>li{
	overflow: auto;
	/*line-height: 60px;*/
	background-color: rgba(79,84,103,0.4);
	margin-bottom: 1px;
	width: 50px;
    height: 50px;
    padding-left: 12px;
    padding-top: 7px;

}

.share-tools>ul>li>ul>li{
	background-color: #dedede;
}

.back_top {
    background: url(/resources/plugins/qianmu/images/toolsbg.png) no-repeat scroll left bottom transparent;
}
.ry_icon {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    background-image: url(/resources/plugins/qianmu/images/ry_icon.png);
    background-repeat: no-repeat;
}


.back_top:hover{
	background-position: 16% 100%;
}
.share-tools{
	position:fixed;
	right:5px;
	bottom:130px;
	display: block;
	z-index: 1005;
}
.share-tools a{
	/*padding:21px 25px;*/
	color: white;
}
.share-tools li:hover{
	background-color: #989898;
}
.inli{
	 width: 60px;
	 height: 50px;
	 padding-top: 15px;
}

.shareicon{
	background-image: url("/resources/plugins/qianmu/images/share-icon.png");
}
.shareicon2{
	background-image: url("/resources/plugins/qianmu/images/ry_icon.png");
}
.weibo-icon{
	background-position: 10px -259px;
}
.weibo-icon:hover{
	background-position:11px -318px
}
.weixin-icon{
	    background-position: -1px 1px;
}
 .weixin-icon:hover{
	    background-position: -72px 1px;
}
.white-box{
	background: none;
}
.qq-icon{
	   background-position: -121px -259px;
}
.qq-icon:hover{
	   background-position: -121px -319px;
}
.comment-icon{
	 background-position: 2px -71px;
}
.comment-icon:hover{
	 background-position: -71px -71px;
}
.dis-icon{
	 background-position: -178px -253px;
}
.dis-icon:hover{
	 background-position: -178px -323px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: inherit;
}
/*Search -start*/
/***
Search Page
***/
.search-forms {
  margin-bottom:25px;
  background:#f0f6fa;
}

/*search default*/
.search-default form {
  margin-bottom:0;
  padding:12px 14px;
}

.search-default .chat-form {
  margin:0;
  padding:0;
  background:none;
  overflow:hidden;
  position:relative;
}

.search-default .chat-form button {
  top:0;
  right:0;
  position:absolute;
}

.search-default .chat-form .input-cont {
  margin-right:108px;
}

.search-default .chat-form .input-cont input:focus{
  border: 1px solid #35aa47 !important;
}

.search-result {
  background:#fafafa;
}

.search-result .portfolio-text img {
  border-left:solid 3px #169ef4;
}

.search-result .portfolio-text h4 {
  color:#555d69;
  font-size:20px;
  font-weight:400;
  margin-top:10px;
}

.search-result .portfolio-info {
  padding:12px 20px;
}

.search-result .portfolio-info span {
  font-size:28px;
}

.search-result .portfolio-info span em {
  font-size:24px;
  font-style:normal;
  text-transform:none;
}

/*portfolio block*/
.portfolio-block {
  background:#f7f7f7;
  margin-bottom:15px;
}

.portfolio-block .span5 {
  overflow:hidden;
}

/*portfolio text*/
.portfolio-text {
  overflow:hidden;
}

.portfolio-text h4 {
}

.portfolio-text img {
  float:left;
  margin-right:15px;
}

.portfolio-text .portfolio-text-info {
  overflow:hidden;
}

/*portfolio button*/
.portfolio-btn a {
  display:block;
  padding:28px 0;
  background:#ddd !important;
}

.portfolio-btn a:hover {
  background:#1d943b !important;
}

.portfolio-btn span {
  color:#fff;
  font-size:22px;
  font-weight:200;  
}

/*portfolio info*/
.portfolio-info {
  float:left;
  color:#616161;
  font-size:12px;
  padding:12px 25px;
  margin-bottom:5px;
  text-transform:uppercase;
}

.portfolio-info span {
  color:#16a1f2;
  display:block;
  font-size:30px;
  margin-top:5px;
  font-weight:200;
  text-transform:uppercase;
}

.search-result .search-btn {
  text-align:center;
  background:#f3f3f3;
  padding:30px 10px 14px;
}

.search-result .search-btn p {
  color:#9c9c9c;
  font-size:22px;
}

.search-result .search-btn p em {
  color:#ffa801;
  font-size:34px;
  font-style:normal;
}

.search-result .search-btn a {
  font-size: 18px;
  padding: 6px 20px;
  text-transform: uppercase;
}
  
/*search classic*/
.search-classic {
  margin-bottom:30px;
}

.search-classic h4 {
  margin-bottom:3px;
}

.overflow-hidden {
  overflow:hidden;
}

/***
Search Page
***/
/*Booking Form*/
.booking-search {
  padding: 15px;
  margin-bottom: 10px;
  background: #fafafa;
}

.booking-search form {
  margin: 0;
}

.booking-search .booking-btn {
  font-size: 18px;
  padding: 9px 15px;
  min-width: 248px;
}

.booking-search input.m-wrap {
  background: #fff !important;
}

.booking-search .margin-right-20 {
  margin-right: 20px;
}

.booking-search .search-clearfix {
  overflow: hidden;
}

.booking-search .booking-option .controls {
  padding: 5px 0;
}

.booking-search .search-clearfix .control-group,
.booking-search .search-clearfix .input-append, 
.booking-search .search-clearfix .input-prepend {
  margin-bottom: 0;
}

.booking-search .margin-bottom-20 {
  margin-bottom: 20px;
}

/*Booking Offer*/
.booking-offer {
  position: relative;
}

.booking-offer .booking-offer-in {
  top: 15px;
  left: 15px;
  color: #fff;
  padding: 15px;
  position: absolute;
  background: url(/resources/plugins/qianmu/image/bg-opacity.png);
}

.booking-offer .booking-offer-in em {
  font-size: 17px;
  font-style: normal;
}

.booking-offer .booking-offer-in p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.booking-offer .booking-offer-in span {
  font-size: 26px;
  display: block;
  margin-bottom: 10px;
}

.booking-app {
  margin-bottom: 10px;
}

.booking-app a {
  color: #fff;
  padding: 15px;
  display: block;
  overflow: hidden;
  background: #78ccf8;  
}

.booking-app a:hover {
  background: #4d90fe;
  text-decoration: none;
}

.booking-app span {
  top: 3px;
  color: #fff;
  font-size: 20px;
  position: relative;
}

.booking-app i {
  color: #fff;
  font-size: 40px;
  line-height: 18px;
}

/*Booking Blocks (Content)*/
.booking-blocks {
  overflow: hidden;
}

.booking-blocks .booking-img {
  width: 140px;
  margin-right: 10px;
}

.booking-blocks .booking-img li {
  color: #777;
}

.booking-blocks .booking-img li i {
  color: #78ccf8;
  font-size: 12px;
  margin-right: 5px;
}

.booking-blocks .booking-img img {
  float: left;
  width: 140px;
  height: auto;
  margin: 3px 10px 10px 0;
}

.booking-blocks h2 {
  margin-top: 0;
  font-size: 20px;
  line-height: 20px;
}

.booking-blocks ul.inline li {
  padding: 0;
}

.booking-blocks ul.inline li i {
  color: #f8be2c;
  cursor: pointer;
  font-size: 16px;
}

.booking-blocks ul.inline li i:hover {
  color: #f8be2c;
  background: #c00;
}

/*Search Images*/
.search-images li {
  position: relative;
}

.search-images li a:hover span {
  display: block;
}

.search-images li a span em {
  padding: 0 5px;
  font-style: normal;
}

/*Others*/
.space40 {
  height: 40px !important;
  clear: both;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

@media (max-width: 480px) {
  .booking-offer .booking-offer-in {
    right: 15px;
  }
}
/*Search end*/
.box-title {
    font-size: 18px;  
}
li>a{
	color:#414141;
}
.news ul{
	padding:0px;
	margin: 0px;
}
.news li{
	padding:0px 0px;
}
.news-title{
	/*
    border-bottom: 2px solid #414141;
    font-size: 16px;
    */
    padding-bottom:5px;
    font-size: 20px;
    font-weight: bold;
    color: #2b2b2b;
    font-family:SimSun,Arial;
}
.news-title>a{
	font-size: 18px;
    font-weight: 500;
    color: #2b2b2b;
    font-family:Microsoft YaHei;
}
.news-title>a:hover{
    color: #f54343;
    text-decoration: none;
}
.news li>a{
	line-height: 26px;
    font-size: 14px;
    color: #337ab7;
}
.news li>a:hover {
    color: #f54343;
    text-decoration: underline;
}
.preloader{
	display:none;
}
#sharelist>li{
	float:left;
}