@charset "utf-8";

@import url(/static/bbs/css/bbswin.css);
@import url(/static/comm/css/font-awesome.min.css);
@import url(/static/comm/css/linestyle.m.css);
@import url(/static/comm/css/win.m.css);
@import url(/static/comm/css/page.m.css);

blockquote{
	padding: 15px;
	background: #f5f5f5;
	font-size: 12px;
	border-left: none;
	margin: 0;
}

.flexFull {
	flex: 1;
}
.expressionBlock{
	display: none;
	height: 107px;
	overflow-y:scroll;
	position: absolute;
	margin-top: -107px;
	margin-left: -1px;
	border: 1px solid #dcdcdc;
	background: #f9f9f9;
}
.expressionBlock img{border: 1px solid transparent}
.expressionBlock img:hover{border: 1px solid red}
.picFile{width: 46px;height: 46px;opacity: 0;font-size: 0;float: left;}
.camera{background-position: 0 -312px;margin-left: -12px}
.expression{background-position: -92px -312px;}
.bgPic{
	width: 46px;
	height: 46px;
	background-image: url("/static/img/bbs/bbs-ico-mobile.png");
	transform: scale(0.5,0.5);
	-webkit-transform:scale(0.5,0.5);
}

p{
	margin-bottom: 0;
}
.mainContent{
	display: flex;
	flex-direction: column;
	flex: 1;
	word-break: break-all;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-bottom: 15px;
}

#titleDiv{
	 padding: 25px 0 15px 0;
}

#titleDiv .title{
	font-size: 20px;
	color: black;
	line-height: 30px;
}
#titleDiv .numsInfo{
	font-size: 12px;
	display: flex;
}
.numsInfo p{
	line-height: 20px;
	color: #969696;
}
.numsInfo .borderJh{
	border: 1px solid #2b77e4;
	height: 16px;
	line-height: 16px;
	margin-top: 2px;
	margin-left: 10px;
	padding: 0 4px;
	color: #2b77e4;
}

.replyLine{
	padding: 10px 0;
	font-size: 12px;
	line-height: 20px;
}

.replyLine > a {
	display: inline-block;
	margin-left: 10px;
}
.replyLine > a > .myIcon {
	float: left;
	margin: 4px;
	color: #969696;
}

.replyerHead{
	flex-basis: 30px;
	padding-top: 16px;
	display: flex;
	line-height: 32px;
    font-size: 18px;
}
.userLink {
	float: left;
	line-height: 36px;
}

.headImgBox {
	min-width: 30px;
	margin-right: 11px;
	position: relative;
}
.vip{
	display: inline-block;
	position: absolute;
	right: 0px;
    top: 20px;
    width: 12px;
    height: 12px;
    background-image: url(/static/img/ucenter/vip.png);
    background-size: cover;
}
.replyBody{
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 10px 0;
	border-bottom: 1px solid #efeff4;
}
/*.replyBody font {*/
	/*font-size: 12px;*/
/*}*/

.replyerInfo,.timeContent{
	display: flex;
	line-height: 30px;
}

.timeContent{
	font-size: 12px;
}
.replyContent,.topicContent {
	font-size: 16px;
    overflow: hidden;
}
.replyContent img,.topicContent img{
	max-width: 100%;
}

.replyBg{
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: -10px 0;
	background: url("/static/img/bbs/bbs-ico-mobile.png") 0 -358px;
	transform: scale(0.5,0.5);
	-webkit-transform:scale(0.5,0.5);
}

.headImg{
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.headImg2{
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.replyBottom{
	height: 8%;
}
#bigShowBtn{
	position: fixed;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #969696;
	right: 15px;
	bottom: 55px;
	opacity: 0.8;
	transform: scale(0.5,0.5);
	-webkit-transform:scale(0.5,0.5);
	transform-origin:100% 100%;
	-webkit-transform-origin:100% 100%;
	padding: 24px;
}
#bigShowBtn > i {
	font-size: 49px;
	color: #fff;
}
.p15{
	padding: 0 15px;
}
.mr13{
	margin-right: 13px;
}
.mlr{
	margin: 0 8px;
}
.timeColor{
	color:#969696;
	font-size: 12px;
}
.lh20{
	line-height: 20px;
}
.floor{
	font-size: 12px;
	display: flex;
	color: #969696;
}
.sendOrPraise > div {
	margin-left: 10px;
	line-height: normal;
    padding: 7px 0;
    font-size: 14px;
    white-space: nowrap;
    color: #969696;
    float: right;
    padding-top: 7px;
}
.sendOrPraise > div>span:FIRST-CHILD {
	margin-right: 3px;
	margin-top: 1px;
}
.sendOrPraise > div>span:NTH-CHILD(2) {
	font-size: 12px;
	color: #122e67;
	float: right;
	line-height: 16px;
}
.encourage{text-align: center;border: 1px solid #dcdcdc;margin-bottom: 10px;font-size: 12px}
.encourage li{border-bottom: 1px solid #dcdcdc;line-height:26px}
.encourage li:last-child{border-bottom: none}
.encourage li span{display: inline-block; border-left: 1px solid #dcdcdc;float: left}
.encourage li span:nth-child(1){width: 10%;border-left:none}
.encourage li span:nth-child(2){width: 10%;color: red;font-weight: bold}
.encourage li span:nth-child(3){width: 10%}
.encourage li span:nth-child(4){width: 50%;text-align: left;padding: 0 5px}
.encourage li span:nth-child(5){width: 20%;}
.encourage a{color: #cccccc}

#replyWin .innerInput .innerTitle{
	height: 40px;
	padding: 0 15px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#hideWin{
	color: #505050;
}
#sendReply{
	color: #5bc6f1;
}
#replyWin .innerInput .Input{
	height: 100px;
	background: white;
}
#replyWin .innerInput .innerFooter{
	height: 25%;
	min-height: 50px;
	padding: 0 15px;
	display: flex;
	align-items: center;
}
.innerFooter > div.picBtn {
	position: relative;
	width: 46px;
	height: 46px;
	transform: scale(0.5,0.5);
    -webkit-transform: scale(0.5,0.5);
}
.innerFooter > div.picBtn > * {
	position: absolute;
	font-size: 46px;
	color: #959595;
}
#replyTxt{
	width: 100%;
	height: 100%;
	padding: 5px;
	border: none;
	resize: none;
}
#pageSelect {
	line-height: normal;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    background: none;
    height: 44px;
    direction: rtl;
}
a:VISITED {
	color: #122e67;
}
#allReply {
	overflow:auto;
}
.replyItem, .addFav {
    border: 1px solid #dcdcdc;
    border-radius: 25px;
    padding: 0 6px;
    margin-left: 10px;
    height: 24px;
    line-height: 22px;
}
.addFav {
	float: right;
	margin-top: 6px;
	color: #505050;
}
.addFav > .fa {
	margin: 5px 3px 0 0; float: left; color: #919191
}
.scoreBtn{
	background: #e60000;color: #ffffff;border: none;line-height: 24px;
}
.floorScore{
	color: #e60000;margin-right: 10px;
}
#newestSender img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

ul.winOut {
	padding: 10px;
	display: table;
	width: 100%;
	overflow: auto;
}
ul.winOut > li {
	display: table-row;
}
ul.winOut > li > div {
	display: table-cell;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
ul.winOut > li:FIRST-CHILD > div {
	border-top: 1px solid #dcdcdc;
}
ul.winOut > li > div:FIRST-CHILD {
	border-left: 1px solid #dcdcdc;
}
.itemAct > div{
	float: left;
}
.itemAct > .dropdown {
	position: relative;
}
.itemAct .dropdown-menu {
    background-color: #45494C;
    color: #fff;
    width: 100px;
    min-width: 100px;
    padding: 0;
    border: 0;
}
.itemAct .dropdown-menu>li {
    border-bottom: 1px solid #383838;
    height: 40px;
    line-height: 39px;
    color: #fff;
    padding: 0 10px;
    position: relative;
}
.itemAct .dropdown-menu>li:LAST-CHILD {
	border-bottom: 0;
}
.itemAct .dropdown-menu>li>a {
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    text-align: center;
}
.lineTitle {
	text-align: center;
	height: 46px;
	line-height: 46px;
}
.flexLine, .showLine {
	border-bottom: 1px solid #dcdcdc;
}
#tjForm .showLine.title{
	text-align: center;
	font-size: 16px;
}
#memo {
	width: 100%;
	height: 80px;
}
.textBox {
    flex: 1;
    padding: 5px 0;
}
.lineLabel {
	flex-basis: 70px;
}
.noticeDiv {
	flex: 1;
	text-align: right;
}
#notice {
	position: relative;
	top: 2px;
	right: 4px;
}
.noticeDiv label {
	font-weight: normal;
	color: #122e67;
}
#prevNext {
	display: flex;
    padding: 0 15px;
}
#prevNext>.btns{
	margin-top: 15px;
}

.boxCt {
	padding: 15px;
}
#pageNav {
	padding:0 15px;
}
.ct a {
	color: #122e67;
}
.ct a:HOVER {
	color: #ff8400;
}
.replyBody a:LINK {
	color: #00f;
}
.replyBody a:VISITED {
	color: #00f;
}
.replyBody a:HOVER {
	color: #ff8400;
}
.replyBody blockquote a:LINK {
	color: #122e67;
}
.replyBody blockquote a:VISITED {
	color: #122e67;
}
.replyBody blockquote a:HOVER {
	color: #ff8400;
}
.replyBody .flowerLine a:LINK {
	color: #122e67;
}
.replyBody .flowerLine a:VISITED {
	color: #122e67;
}
.replyBody .flowerLine a:HOVER {
	color: #ff8400;
}
.replyBody .encourage a:LINK {
	color: #122e67;
}
.replyBody .encourage a:VISITED {
	color: #122e67;
}
.replyBody .encourage a:HOVER {
	color: #ff8400;
}
.replyBody .topUser a:LINK {
	color: #122e67;
}
.replyBody .topUser a:VISITED {
	color: #122e67;
}
.replyBody .topUser a:HOVER {
	color: #ff8400;
}

.voteInfo{
	clear: both;
	padding: 10px 0;
	border-top: 1px dashed #dcdcdc;
}
.voteInfo .endTimeLine{
	border-bottom: 1px dashed #dcdcdc;
	margin: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.voteUl li{
	display: flex;
	height: 60px;
	clear: both;
	margin-bottom: 10px;
	align-items: center;
}
.voteUl .voteFace{
	flex-basis: 60px;
}
.voteUl .voteFace img{
	width: 60px;
	height: 60px;
	border-radius: 5px;
}
.voteUl .voteLine{
	flex: 1;
	margin-left: 20px;
	line-height: 20px;
}
.percentLine{
	display: flex;
}
.percentLine>div{
	float: left;
}
.percentLine .outLine{
	flex: 1;
	height: 20px;
	background: #fafafa;
	border-radius: 5px;
}
.percentLine .inLine{
	flex-basis: 60px;
	height: 20px;
	background: #42c4f5;
	border-radius: 5px;
}
.percentLine .percent{
	flex-basis: 90px;
}
.voteTitle{
	margin-bottom: 10px;
}

#showPic,.showPic{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
}

#formReport {
	padding: 0px 15px;
}
legend {
	font-size: 18px;
	padding: 8px 0;
}

.win .innerInput{
	height: auto;
	min-height: unset;
}
.picPreview{
	padding: 0 15px;
	background-color: #f5f5f5;
}
.picPreview li{
	border-radius: 5px;
	overflow: hidden;
}
.picPreview li .remove {
	display: inline-block;
}

#manage{margin-top: 10px;padding: 0 5px}
#manage ul li{line-height: 20px;float: left;padding: 0 10px;border-right: 1px solid #dcdcdc;margin-top: 6px}
#manage ul li:last-child{border-right: none;margin-top: 0;padding: 0}
#move{width: 200px;height: 26px;margin: 5px 10px;}