/*============================================ MY STYLES  =================================================*/
*{
	box-sizing: border-box;
}
.banner{
	width: 100%;
	margin:0 auto;
	position: relative;
}
.banner img{
	width: 100%;
}
/*.signUp{
	width: 300px;
	height: 40px;
	margin: 20px auto 10px auto;
}*/
  #box1{
position:relative;



margin:0 auto;

}

#box2{

position:relative;

width:100%;

height:100%;

}

img{

position:relative;

clear:both;

width:100%;

height:100%;

}

#wenzi{

  position:absolute; 
  z-index:2;


clear:both;

width:100%;

top:-1px;

text-align:center;

color:#FFF200;




}
.display_no{
	display: none;
}
.wenzi_span{
	color: #FF7F27;
	font-weight:bold;
	font-size:3rem;
font-family: "Times New Roman",Georgia,Serif;
}
.wenzi_span2{
	color: #B17853;
	font-size:2.5rem !important;
	font-family: "Times New Roman",Georgia,Serif;
}
.wenzi_span3{
font-size:2.2rem !important;
color: #B17853;
font-family:"Times New Roman",Georgia,Serif;
}
a.signUpBtn{
	 width: 180px;
    height: 50px;
    display: block;
    font-size: 18px;
    border-radius: 6px;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    background: #ff9900;
    
    z-index: 10;
    position: absolute;
    top:40%;
    right: 5%;
}
a.signUpBtn:hover {
    background: #e48a02;
}


.search_title{
	width: 100%;
	/* padding:5px 10px; */
	margin: 0 auto;
	line-height: 38px;
}
.search_title h2{
	font-size: 20px;
	width: 120px;
	height: 22px;
	line-height: 22px;
	font-weight: 700;
	margin:5px 10px ;
}
.search_title .search_box{
	/*max-width:1000px;*/
	/* max-width: 1160px; */
	max-width: 1350px;
	margin: 0 auto;
	width: 100%;
	/* padding: 15px; */
	
}

.search_title .search_box .btns{
	display: inline-block;
	/* width: 40% */
	/* margin-right: 40px; */
}
.search_title .search_box .btns a{
	display: inline-block;
	height: 28px;
    line-height: 32px;
    padding: 0 17px;
	background-color: #00a8dd;
	color: #fff;
    text-align: center;
    font-size: 15px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
.nowSign{
	/* margin-right: 40px; */
}
.search_box .search_item{
	display: inline-block;
	/*width:260px;*/
	/* width: 30%; */
	/* margin-right: 10px;*/
	height: 26px;
	line-height: 26px; 
}
.search_box .search_item select{
	width:100px;
	height: 28px;
	line-height: 28px;
	padding:0 0 0 5px;
	font-size: 15px;
	background: #fff; 
    border:1px solid #B5B5B5; 
    color: #000;
    box-shadow: none;
	vertical-align: middle;
 margin-right: 0.5rem;
 margin-top: -8px;
}
.search_box .search_item select#select_typeSort{
	width: 100px;
  
}

#searchUser{
   width:120px;
	height: 28px;
	line-height: 28px;
	padding:0 0 0 5px;
	font-size: 14px;
	vertical-align: middle;
	margin-right: 0.5rem;
	margin-top: -8px;
}



.search_box .search_item button{
	margin-right: 0.5rem;
	vertical-align: middle;
	display: inline-block;
	height: 28px;
    line-height: 28px;
    padding: 0 14px;
	background-color: #e35004;
	color: #fff;
    text-align: center;
    font-size: 15px;
    border: none;
    border-radius: 2px;
	cursor: pointer;
	margin-top: -8px;
}

 
.search_box .button_list button{
	display: inline-block;
	height: 28px;
    line-height: 28px;
    padding: 0 20px;
	background-color: #e35004;
	color: #fff;
    text-align: center;
    font-size: 15px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
	/* margin :0 5px 0 5px; */
	float: right;
	margin-right:1rem;
 

}
.search_box .button_list button #daySort{
	margin-right: -20px;
}

.box{
	/* width: 100%; */
	/*width: 70%;*/
	padding:0;
	margin: 0 auto;
}
.box .button_list{
	/* width: 410px; */
	height: 60px;
	margin: 0 auto;
}
/*.box .button_list button{
	display: inline-block;
	height: 38px;
    line-height: 38px;
    padding: 0 18px;
	background-color: #e35004;
	color: #fff;
    text-align: center;
    font-size: 16px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    margin-right:15px;
}
.box .button_list button.#daySort{
	margin-right: 0;
}*/

.box .table_wrap{
	width: 100%;
	
/*	padding:0px 5px;
	max-height: 800px;
	overflow: auto;*/
	
}

.box .table_wrap table.myTable,
.box .table_wrap table.myTable1{
	width: 100%;
	max-width: 1550px;
	border:1px solid #f5f5f5;
	border-bottom: none;
	margin:0 auto;
	border-collapse:collapse; 
}
table.myTable th,
table.myTable1 th{
	height: 50px;
	line-height: 50px;
	/*border-right:1px solid #f5f5f5;*/
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	/*padding: 5px 20px;*/
	padding:5px 5px;
    font-weight:bold;
}
table.myTable th:last-child{
	border-right: none;
}

table.myTable td,
table.myTable1 td{ 
	background:#FFF;
	height: 50px;
	line-height: 50px;
	border:1px solid #f5f5f5;
	text-align: center;
	font-size: 15px;
	padding: 5px 5px;
    font-weight:bold;
} 

table.myTable tbody tr{
	width: 100%;
}

table.myTable tbody tr:hover td{
	background:#E6E6FA !important;
}
/* table.myTable th:first-child,
table.myTable td:first-child{
	width: 40px;
} */

table.myTable td.userTd{
	padding: 0;
}
table.myTable td.userTd a{
	/* display: inline-block; */
	/* width: 100%; */
	/* height: 100%; */
	 font-size: 14px; 
     font-weight:bold;
	/*color: blue;*/
	/* padding: 5px 5px; */
}
table.myTable td.userTd:hover,
table.myTable td.userTd a:hover{
	cursor: pointer;
	text-decoration: underline;
    color:#000;
}
table.myTable td.userTd a:visited {
    color:#000;
}
	
#noData{
	/*width: 99.5%;
	max-width: 1350px;*/
	text-align: center;
	height: 42px;
    line-height: 42px;
	font-size: 15px;
	color: #999;
	border:1px solid #f5f5f5;
	border-top: none;
	box-sizing: border-box;
	margin: 0 auto;
	background: #fff;
}


/*分页*/
 /*#page{
 	padding:15px 5px;
 	width:400px;
 }
 #page a{
	font-size: 14px;
	padding: 5px 15px;
}
 #pageDiv select{
 	padding:5px;
 }*/
	



#page{
 	width:400px;
 	padding:15px 0;
    font-size: 14px;
    color: rgb(51, 51, 51);
    display: block;
    margin: 10px auto;
 }
 .Paging{
 	overflow: hidden;
 	width:100%;
 } 
 
 .Paging-item{
 	float: left;
	cursor: pointer;
	padding: 5px 10px;
	background-color: rgb(250, 250, 250);
	color: rgb(51, 51, 51);
	border: 1px solid rgb(221, 221, 221);
	margin-left: -1px;
	text-decoration: none;
	text-decoration: none;
	font-size: 14px;
	
 } 
 .Paging a.Paging-item:first-child{
 	margin-left: 0;
 }
 .Paging-item-active{
    padding: 5px 10px;
    background-color: rgb(56, 142, 60);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    margin-left: -1px;
    text-decoration: none;
	pointer-events: none;/*不可点击*/
 } 
 a.Paging-item-active:hover,
 a.Paging-item-active:active,
 a.Paging-item-active:visited{
 	color: #fff;
 }



#table1{
	display: none;
	position:fixed;
	top:0;
	overflow: auto;
}
 
#demo{ 
	max-width: 1350px;
	margin: 0 auto;
	
}
#demo table{
border: 0px !important;
}
 .layui-table-view{
	    border:2px!important;
    
}
.search_box2{
	border: 2px solid #e35004;
	height: 40px;
	 
}
.search_title2{ 
	/* background-color: #e35004; */
	height: 20px;
}
.search_title3{  
	 margin-top: -30px;
	 margin-bottom: 30px;
 }
 .layui-table-cell{
	 height: 18px !important;
	 line-height: 18px !important;
 }

 .search_title4{
	 margin-bottom: -10px !important;
 }
 .btns_big_font{
	 font-size: 20px;
	 color: #000;
 margin: 0.5rem;
	 
 }
 .line_height_fourT{
	 line-height: 38px;
 }
 .layui-table-cell{
	 font-size: 13px;
 }
 /* .btns_big_font{
	margin: 0 0.5rem;
 } */
 .btns_big_font2{
	 margin-right: 0.5rem;
 }
#allSort{
	float: right;
	margin-right: 19rem;
	margin-top: -36px;
}
#yearSort{
	float: right;
	margin-right: 13rem;
	margin-top: -36px;
}
#monthSort{
	float: right;
	margin-right: 7rem;
	margin-top: -36px;
}
#daySort{
	float: right;
	margin-top: -36px;
}
 