/* mac_* 样式 */

/*延时加载*/
.lazy{background:url('../images/home/loading.gif') center no-repeat}

/*滑动显示*/

.mac_user_box::after{left: 21px;}
.mac_user_box::before{left: 20px;}
/*用户滑动*/
.mac_user_box { width:100px; margin-left: -20px;}
.mac_user_box ul{}
.mac_user_box ul li{margin: 3px 0;}

/*历史记录*/

/*验证码*/
.mac_verify_img {
	width: 70px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

.mac_comment,.mac_digg{font-size: 12px;}
.fl {float: left; _display: inline;}
.fr {float: right; _display: inline;}
.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0} .clearfix{*zoom:1;}

/*-Pages-*/

/*-/Page-*/


/*文章顶踩图标*/



/*搜索下拉*/

/*普通评分*/

/*星星评分*/

/*评论*/

/*留言气泡版本*/


/*顶踩图标*/
.mac_comment i.icon-ding,.mac_digg i.icon-ding{background: url("../images/home/up1.png") center no-repeat;}
.mac_comment i.icon-ding:hover,.mac_digg i.icon-ding:hover{background: url("../images/home/up2.png") center no-repeat;}
.mac_comment i.icon-dw,.mac_digg i.icon-dw{background: url("../images/home/dw1.png") center no-repeat;}
.mac_comment i.icon-dw:hover,.mac_digg i.icon-dw:hover{background: url("../images/home/dw2.png") center no-repeat;}

/*顶踩页面*/
.mac_digg a{margin-right: 10px;color: #999;}
.mac_digg a:hover{color: #333;}


/*弹出层*/

/*跳转信息*/
html .mac_msg_jump {
  position: relative;
  margin:180px auto;
  background: #ecf0f1;
 width:90%;max-width:624px;
  border-radius: 5px;
  box-shadow: 3px 3px 10px #333;
  padding: 15px;
  
  min-height:60px;padding:20px 50px 60px;margin:10% auto 0;font-size:14px;line-height:24px;border:1px solid #cdd5e0;background:#ecf0f1;box-sizing: border-box;
  
}

html .mac_msg_jump .form button:hover {
  box-shadow: 1px 1px 5px #555;
}
html .mac_msg_jump .form button:active {
  box-shadow: 1px 1px 7px #222;
}


html .mac_msg_jump:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(left, #27ae60 0%, #27ae60 20%, #8e44ad 20%, #8e44ad 40%, #3498db 40%, #3498db 60%, #e74c3c 60%, #e74c3c 80%, #f1c40f 80%, #f1c40f 100%);
  background: -moz-linear-gradient(left, #27ae60 0%, #27ae60 20%, #8e44ad 20%, #8e44ad 40%, #3498db 40%, #3498db 60%, #e74c3c 60%, #e74c3c 80%, #f1c40f 80%, #f1c40f 100%);
  height: 5px;
  border-radius: 5px 5px 0 0;
}



.mac_msg_jump{}
.mac_msg_jump .title{margin-bottom:11px;}
.mac_msg_jump .text{padding-left:29px;margin-bottom:11px;}
.mac_msg._jump .jump{ }
.msg_jump_tit{width:100%;height: 35px;margin: 25px 0 10px;text-align:center; font-size: 25px;color: #289a9a;font-family: 'Helvetica Neue', Arial, Sans-Serif;letter-spacing: 5px;}











@media screen and (max-width: 900px) {
	.reply_box .mac_msg_l{float: none;width: 100%;}
	.reply_box .mac_msg_r{float: none;width: 96%;margin-left: 2%;}
	.reply_box .mac_msg_l  .msg_list{width: 80%;}
	.reply_box .mac_msg_r .submit_btn{width: 100%;border-radius: 3px;}
}
@media (min-width: 700px) and (max-width: 900px) {
	.reply_box .mac_msg_l  .msg_list{float:right;width: 88%;}
}
@media (min-width: 500px) and (max-width: 700px) {
	.reply_box .mac_msg_l  .msg_list{float:right;width: 85%;}
}
@media screen and (max-width: 500px) {
	.reply_box .mac_msg_l  .msg_list{float:right;}
}