/*user czx 2016.8.21*/
@charset "utf-8";
body {
    font-family:"微软雅黑";
    color:#333;
   background: #fafafa;
}
body,h1,h2,h3,h4,h5,p,dl,dd,ul,ol,form,input,textarea,th,td,select,b { margin:0; padding:0; font-weight: normal;}
em,i { font-style:normal; }
li { list-style:none; }
a {
	 text-decoration:none;
	 color:#333; 
}
img { border:none;
}
table { border-collapse:collapse; cursor:default; }
th{ font-weight:normal;}
input,textarea,select {
    outline:none;
    border:none;
    border:solid 1px #ccc;
    vertical-align:middle;
    font-family: "微软雅黑";
}
textarea { resize:none; overflow:auto; }
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc;
}

.clearfix { zoom:1; }
.clearfix:after { content:'';
    display:block;
    clear:both;
}
.fl { float: left;}
.fr { float: right;}

.show {
	display: block;
}
.hidden {
	display: none;
}
    /* public */
.tab_seat1 {
    text-align: left;
}
.tab_seat2 {
    text-align: center;
}
.tab_seat3 {
    text-align: right;
    padding-right:10px;
}
.a_btn{
    height: 28px;
    display: block;
    float:left;
    padding: 0 15px;
    font-size:12px;
    color:#333;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
}
 .a_btn:hover {
	background: #feb41d;
	border:1px solid #feb41d;
	color:#fff;
}
.a_btn1 {
    height: 28px;
    display: block;
    float:left;
    padding: 0 15px;
    font-size:12px;
    color:#333;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
}
.inp_btn{
	height: 28px;
    display: block;
    float:left;
    padding: 0 15px;
    font-size:12px;
    color:#333;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    background: #fff;
    cursor: pointer;
}
 .inp_btn:hover {
	background: #feb41d;
	border:1px solid #feb41d;
	color:#fff;
}
.a_btn_active {
	background: #feb41d;
	color:#fff;
	border:1px solid #feb41d;
}
/*---------------------------------------date_input.pack日历demo css--------------------------------------------*/
.date_selector, .date_selector *{width: auto;height: auto;border: none;background: none;margin: 0;padding: 0;text-align: left;text-decoration: none;}
.date_selector{background:#fbfbfb;
border: 1px solid #ccc;
padding: 10px;
margin:0;
margin-top:-1px;
position: absolute;
z-index:100000;
display:none;
border-radius: 3px;
box-shadow: 0 0 5px #aaa;
box-shadow:0 2px 2px #ccc;
 width:210px;
 }
.date_selector_ieframe{position: absolute;z-index: 99999;display: none;}
.date_selector .nav{width: 17.5em;}
.date_selector .nav p{clear: none;}
.date_selector .month_nav, .date_selector .year_nav{margin: 0 0 3px 0;padding: 0;display: block;position: relative;text-align: center;}
.date_selector .month_nav{float: left;width: 42%;}
.date_selector .year_nav{float: left;width: 39%;
	margin-left:15px;
}
.date_selector .month_name, .date_selector .year_name{font-weight: bold;line-height: 20px;}
.date_selector .button{display: block;position: absolute;top: 0;width:16px;height:18px;line-height:16px;font-weight:bold;color:#5985c7;
text-align: center;font-size:12px;overflow:hidden;border: 1px solid #ccc;border-radius:2px;}
.date_selector .button:hover, .date_selector .button.hover{background:#5985c7;color: #fff;cursor: pointer;border-color:#3a930d;}
.date_selector .prev{left: 0;}
.date_selector .next{right: 0;}
.date_selector table{border-spacing: 0;border-collapse: collapse;clear: both;margin: 0; width:210px;}
.date_selector th, .date_selector td{width: 2.5em;height: 2em;padding: 0 !important;text-align: center !important;color: #666;font-weight: normal;}
.date_selector th{font-size: 12px;}
.date_selector td{border:1px solid #f1f1f1;line-height: 2em;text-align: center;white-space: nowrap;color:#5985c7;background: #fff;}
.date_selector td.today{background: #eee;}
.date_selector td.unselected_month{color: #ccc;}
.date_selector td.selectable_day{cursor: pointer;}
.date_selector td.selected{background:#2b579a;color: #fff;font-weight: bold;}
.date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover{background:#5985c7;color: #fff;}
.date_input_box {
	width:230px;
	height:20px
}
.date_input {
	width:50px;
	background: #fefefe;
	border: 0;
	border-bottom: 1px solid #e8e8e8;
	font-size: 12px;
	height:20px;
	
	color: #333;
	padding-left: 7px;
	border-radius: 3px;" 
}
/*模拟下拉------------------------------------------------菜单*/
.selectBox {
	float:left;
    width:100px;
    height: 30px;
    font-size: 12px;
    border: 1px solid #ccc;
    background: #fff;
}
.select {
    position: relative;
    z-index: 200;
    width: 100%;
    height: 100%;
    background: #fff;
}
.selectedCon {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.selectedCon input {
    display: block;
    width: 85%;
    padding-right: 12px;
    height: 100%;
    text-indent: 10px;
    border-width: 0;
    cursor: pointer;
    background: #fff;
}
.selectedCon .selectIcon {
    position: absolute;
    right: 1px;
    top: 0;
    width: 15px;
    height: 100%;
    font-size: 20px;
    /*line-height: 100%;*/
    text-align: center;
    box-sizing:border-box;
    background: url(../imgs/icon11.png)  0 -14px;
    /*border-left:1px solid #ccc;*/
}
.select .iconListShow {
    background: url(../imgs/icon11.png)  0 -36px;
}
.select .selectList {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    width: 100%;
    z-index: 200;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #fff;
}
.selectList li {
    display: block;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
}
.selectList li:hover {
    background: #eee;
}
/*模拟下拉菜单END*/
/*模仿下拉菜单*/
.nice-select {
    position: relative;
    width: 100px;
    float:left;
    /*padding: 0 15px 0 10px;*/
    height: 30px;
    border: 1px solid #999;
    border-radius: 4px;
    position: relative;
    /*box-shadow: 0 0 4px #999;*/
    display: inline-block;
    background: #fff;
}
.nice-select .sele_btn {
    position: absolute;
    top:7px;
    right:3px;
    width:10px;
    height:6px;
    background: url(../imgs/icon.png) no-repeat -245px -14px;
}
.nice-select input {
    /*display: block;*/
    font-size:14px;
    width: 90%;
    height: 100%;
    line-height: 21px;
    border: 0;
    outline: 0;
    background: none;
    cursor:pointer;
}
.nice-select ul{
    width: 100%;
    display: none;
    position: absolute;
    left: -1px;
    top: 33px;
    overflow: hidden;
    background-color: #fff;
    max-height: 140px;
    overflow-y: auto;
    border: 1px solid #999;
    border-radius:0 0 4px 4px;
    border-top: 0;
    /*box-shadow: 0 3px 5px #999;*/
    z-index: 9999;
}
.nice-select ul li{
    font-size:14px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    padding: 0 10px;
    cursor: pointer;
}
/*.nice-select ul li.on {
    background-color: #37a8f6;
    color:#fff;
}*/

/*分页---------------------------------------------样式*/
.fenye_box {
    position: relative;
    width:100%;
    height:30px;
    margin: 20px 0 20px 0;
    font-size: 12px;
}
.fenye_box .tcdPageCode{
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -150px;
    text-align: left;
    color: #ccc;
    }
.fenye_box .tcdPageCode1 {
	margin-left: -100px;
}
.fenye_box .tcdPageCode a { 
		display: inline-block;
    /*color: #428bca;*/
    display: inline-block;
    height: 25px;
    width:25px;
    text-align: center;
    line-height: 25px;
    /*background: #fdc85b;*/
    /*padding: 0 10px;*/
    /*border: 1px solid #ddd;*/
    margin: 0 8px;
    border-radius: 50%;
    vertical-align: middle;
}
.fenye_box .tcdPageCode .prevPage {
	 padding:0;
	 border:0;
	 display: inline-block;
    height: 11px;
    width:11px;
    margin: 0 2px;	
    vertical-align: middle;
    border-radius: 0;
    background: url(../imgs/icon.png) no-repeat -360px 0;
}
.fenye_box .tcdPageCode .prevPage:hover{
    text-decoration: none;
    border: 0;
}
.fenye_box .tcdPageCode .nextPage {
	 padding:0;
	 border:0;
	 display: inline-block;
    height: 11px;
    width:11px;
    margin: 0 2px;	
    vertical-align: middle;
    border-radius: 0;
    background: url(../imgs/icon.png) no-repeat -384px 0;
}
.fenye_box .tcdPageCode .nextPage:hover{
    text-decoration: none;
    border: 0;
}

/*.fenye_box .tcdPageCode a:hover{
    text-decoration: none;
    border: 1px solid #428bca;
}*/
.fenye_box .tcdPageCode span.current{
    display: inline-block;
    height: 25px;
    width:25px;
    text-align: center;
    line-height: 25px;
    /*padding: 0 10px;*/
    margin: 0 2px;
    color: #fff;
     border-radius: 50%;
    background-color: #fdc85b;
    /*border: 1px solid #428bca;*/
    border-radius: 50%;
    vertical-align: middle;
    }
.fenye_box .tcdPageCode span.disabled {
    display: inline-block;
    height: 11px;
    width:11px;
    /*line-height: 25px;
    padding: 0 10px;*/
    margin: 5px 5px 0 5px;	
    /*color: #bfbfbf;*/
   /* background: #f2f2f2;*/
    /*border: 1px solid #bfbfbf;
    border-radius: 4px;*/
    vertical-align: middle;
    background: url(../imgs/icon.png) no-repeat -360px 0;
}
.fenye_box .tcdPageCode span.disabled1 {
    display: inline-block;
    height: 11px;
    width:11px;
    margin: 5px 5px 0 5px;	
    vertical-align: middle;
    background: url(../imgs/icon.png) no-repeat -384px 0;
}

::-webkit-scrollbar {
    width: 1px;
}
 
 /*滚动条*/
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(204,204,204,0.3); 
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: rgba(204,204,204,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(204,204,204,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(204,204,204,0.4); 
}

