.wrap_main .container{padding:0;}

.note_pop{position:fixed;z-index:200;left:50%;top:50%;width:480px;height:180px;margin-top:-120px;margin-left:-240px;}

.booking_calendar{position:relative;margin-top:30px;}
.booking_calendar .status_box{position:absolute;top:10px;right:0;}
.booking_calendar .status_box a{display:inline-block;margin-left:5px;font-size:15px;line-height:15px;}
.booking_calendar .status_box a:hover{text-decoration:underline;}
.booking_calendar .status_box span{display:inline-block;width:9px;height:9px;border-radius:5px;}
.booking_calendar .calendar tr.tab_box td{padding:15px 0;}
.booking_calendar .client_name{padding:4px 0;}
.booking_calendar .booking_meta{padding:3px 0;overflow:hidden;width:auto;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;word-wrap:normal;}

.bbs_section{padding:30px 0;overflow:hidden;}
.bbs_section .left{float:left;width:49.5%;}
.bbs_section .right{float:right;width:49.5%;}
.bbs_section .bbs_txt_box{border:1px solid #d6d6d6;}
.bbs_section .bbs_txt_box .bbs_title{overflow:hidden;padding:12px 20px 12px 15px;border-bottom:1px solid #d6d6d6;background:#f0f0f0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f0f0f0');
background:-webkit-linear-gradient(top, #ffffff, #f0f0f0);background:-moz-linear-gradient(top, #ffffff, #f0f0f0);background:-ms-linear-gradient(top, #ffffff, #f0f0f0);}
.bbs_section .bbs_txt_box .bbs_title span{display:block;float:left;width:60%;font-size:15px;line-height:16px;font-weight:bold;}
.bbs_section .bbs_txt_box .bbs_title a{display:block;float:right;width:40%;text-align:right;line-height:16px;color:#999;}
.bbs_section .bbs_txt_box .bbs_title a:hover{text-decoration:underline;}
.bbs_section .bbs_txt{padding:5px 20px 10px 20px;}
.bbs_section .bbs_txt li{overflow:hidden;border-bottom:1px dotted #eee;}
.bbs_section .bbs_txt li .title{display:block;float:left;width:70%;height:13px;padding:10px 0;color:#666;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.bbs_section .bbs_txt li .title .new_icon{display:inline-block;width:14px;height:13px;margin-left:2px;vertical-align:middle;background:url('../../../assets/images/bullet/new.png') no-repeat 0 0px;}
.bbs_section .bbs_txt li a.title:hover{text-decoration:underline;}
.bbs_section .bbs_txt li .bbs_date{display:block;float:right;width:30%;height:13px;padding:10px 0;text-align:right;color:#999;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.bbs_section .bbs_txt .item_inquire_status_1{color:#fc5a70;font-weight:bold;}
.bbs_section .bbs_txt .item_inquire_status_2{color:#418ccc;font-weight:bold;}

@media only screen and (max-width:767px) {
.bbs_section{padding:2em .5em;margin-top:1em;background:#fff;}
.bbs_section .left{float:none;width:100%;}
.bbs_section .right{float:none;width:100%;margin-top:1em;}
.bbs_section .bbs_txt_box{border:1px solid #e4e4e8;}
}