@import "../lib/iconfont/iconfont.css";
*{
	padding: 0;
	margin: 0;
}
html,body{
	font-family: "微软雅黑";
}
html{
	font-size: 16px;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
/*input[type="text"],
input[type="number"],
input[type="tel"]{
	border: none;
}*/
a{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	text-decoration: none;
}
i{
	font-style: normal;
}
.clear{
	clear: both;
}
#gysBg{
	background-color: #f3f3f3;
}
#app{
	/*position:relative;*/
	/*display: flex;
	display: -webkit-flex;
	align-items: flex-start;*/
	height: 100vh;
	overflow-y: hidden;
}
#app header{
	/*position:fixed;*/
    width:100%;
    height: 61px;
    /*z-index:999;*/
}
.main{
	width:100%;
    background-color:#f3f3f3;
    top:60px;
    padding-bottom:50px;
    display: flex;
    display: -webkit-flex;
    height: 100vh;
}
.main .slider{
	/*position:fixed;*/
	width: 180px;
}
.main .content{
	flex: 1;
	min-width: 0;
	overflow-x: hidden;
	padding: 30px;
	overflow-y: scroll;
}

/* header start */
.Header{
	width:100%;
	height:60px;
	background-color:#fff;
	display:flex;
	align-items:center;
	box-shadow: 0 0 5px #ddd;
}
.Header .logo{
	display:flex;
	justify-content:flex-start;
	height:60px;
	align-items:center;
}
.Header .logo .logo-pic{
	margin:0 1rem;
	width:12.5rem;
}
.Header .logo .logo-pic img{
	width: 100%;
}
.Header .logo .logo-text{
	line-height:20px;
	font-size:1rem;
	color:#999;
	text-indent:1em;
	border-left:1px solid #999;
	margin:20px 0;
}
.Header .user{
	display:flex;
	flex:1;
	justify-content:flex-end;
	margin-right:30px;
	align-items:center;
}
.Header .user .user-info{
	display:flex;
	margin-right:20px;
}
.Header .user .user-info .user-tx{
	width:40px;
	height:40px;
	overflow:hidden;
	border-radius:20px;
}
.Header .user .user-info .user-name{
	font-size:15px;
	color:#555;
	margin-left:10px;
	line-height:40px;
}
.Header .user .wx{
	margin-right:20px;
	position:relative;
	cursor: pointer;
}
.Header .user .wx .wx-text{
	font-size:24px;
}
.Header .user .wx .wx-ewm{
	position:absolute;
	width:130px;
	height:140px;
	background-color:#eee;
	left:-80px;
	border-radius:4px;
}
.Header .user .wx .wx-ewm::before{
	content:"";
	position:absolute;
	left:36px;
	top:-56px;
	width:10px;
	height:10px;
	margin:50px;
	transform:rotate(45deg);
	background:#eee;
	z-index:0;
}
.Header .user .exit{
	font-size:24px;
}
/* header end */

/* slider start */
.slider{
	width:180px;
    height:100vh;
    background-color: #232831;
    overflow: hidden;
}
.slider li{
	width: 180px;
	line-height: 40px;
	color: #d3d8e3;
	font-size: 15px;
	cursor: pointer;
}
.slider li:first-child{
	margin-top: 10px;
}
.slider li a{
	color: #d3d8e3;
}
.slider li i{
	margin-left: 26px;
}
.menuChild{
	margin: 10px 0;
}
.menuChild li{
	font-size: 16px;
	color: #d3d8e3;
	padding-left: 40px;
}
.slider li.active{
	background: #2f353f;
	border-left: 4px #05c18e solid;
}
.el-menu .el-submenu{
	min-width:180px;
}
.el-menu .el-submenu__title{
    font-size:16px;
}
.el-menu .el-submenu__title a{
    text-decoration:none;
    color:#d3d8e3;
    display:block;
}
.el-menu .el-submenu{
	color:#555;
    font-size:16px;
}
.el-menu .el-submenu .el-submenu__title{
	font-size:16px;
} 
.el-menu .el-submenu .el-submenu__title i{
	color:#d3d8e3;
}
.el-menu .el-submenu .el-menu-item{
	padding: 0;
}
.el-menu .el-menu-item i{
	color:#d3d8e3;
}
.el-menu .el-menu-item{
	font-size:16px;
    min-width:180px;
}
.el-menu .el-menu-item a{
	text-decoration:none;
    color:#d3d8e3;
    /*display:block;*/
}
.el-menu .el-menu-item span a{
	text-decoration:none;
    color:#d3d8e3;
}
.el-menu-item.is-active{
	background-color: #2f353f!important;
	border-left: 4px solid #05c18e;
	color: #fff!important;
}
/* slider end */

/* container start */
.container{
    width:100%;
    /*padding:30px;
    overflow: hidden;*/
    margin-top:10px;
    background-color:#fff;
    padding-bottom: 2rem;
}
.container .search{
	width: 96%;
/*	height: 2.625rem;*/
	margin: 0 auto;
	padding: 1rem 0;
	display:flex;
}
.container .search .box{
	border-radius:4px;
    margin-right:20px;
}
.container .search .btnG{
	padding:0 2.5rem;
    line-height:2.25rem;
    height: 2.5rem;
    background-color:#052f8e;
    color:#fff;
    border-radius:4px;
    border:none;
    font-size:1rem;
    margin-right:1.25rem;
    white-space: nowrap;
}           
.container .search .btnG a{
	text-decoration:none;
    display:block;
}
.container .search .btnG a:hover{
	cursor:pointer;
}         
.container .search .btnW{
	padding:0 2.5rem;
    line-height:2.25rem;
    height: 2.5rem;
    background-color:#fff;
    color:#555;
    border-radius:4px;
    border:1px solid #ddd;
    font-size:1rem;
    margin-right:1.25rem;
    white-space: nowrap;
}
.container .search .btnW a{
	text-decoratio:none;
    color:#555;
    display:block;
}
.container .search .btnW a:hover{
	cursor:pointer;
}
.container .listBox{
	width:96%;
    border-collapse:collapse;
}
.container .listBox .head{
	width:100%;
    height:50px;
    background-color:#f3f3f3;
}
.container .listBox .head th{
	text-align:center;
    font-size:0.94rem;
    line-height:2.6rem;
    color:#555;
    white-space: nowrap;
    min-width: 3rem;
}
.container .listBox .body{
	width:100%;
}
.container .listBox .body tr{
	width:100%;
    height:7rem;
}
.container .listBox .body tr:nth-child(2n){
	background-color:#f3f3f3;
}
.container .listBox .body td{
	font-size:0.875rem;
    color:#555;
    line-height:1.25rem;
}
.container .listBox .body td button{
	display: block;
	margin: 0 auto;
}
.container .listBox .Dbox{
	width: 86%;
	max-width: 21.25rem;
	margin: auto;
}
.container .listBox .body td p{
	text-align: left;
}
.container .listBox .body tr td .btn{
	font-size:0.875rem;
    line-height:1.375rem;
    border:1px solid #ddd;
    background-color:#fff;
    border-radius:4px;
    color:#555;
    margin-top:4px;
    width: 5rem;
    cursor: pointer;
    /*padding: 0 10px;*/
}
.container .listBox .body tr td .btn a{
	text-decoration:none;
    color:#555;
    /*padding:0 22px;*/
    display:block;
}
.container .listBox .body td .btn a:hover{
	cursor:pointer;
    background-color:#052f8e;
    color:#fff;
}
.container .listBox .body tr td .btnL{
	font-size:0.875rem;
    line-height:1.375rem;
    border:1px solid #ddd;
    background-color:#fff;
    border-radius:4px;
    color:#999;
    margin:4px auto;
    width: 7.5rem;
    cursor: pointer;
    display: block;
    /*padding: 0 10px;*/
}
.container .listBox .body tr td .btnL a{
	text-decoration:none;
    color:#555;
    /*padding:0 22px;*/
    display:block;
}
.container .listBox .body td .btnL a:hover{
	cursor:pointer;
    background-color:#052f8e;
    color:#fff;
}
.container .listBox .body .green{
	display: inline-block;
	width: 8px;
    height: 8px;
    background: #01d097;
    border-radius: 4px;
    margin-right: 4px;
}
.container .listBox .body .orange{
	display: inline-block;
	width: 8px;
    height: 8px;
    background: #f56c6c;
    border-radius: 4px;
    margin-right: 4px;
}
	.container .tab {
		display: flex;
		flex-wrap: wrap;
	}
		.container .tab .select {
			position: relative;
			min-width: 6.25rem;
			padding: 0 1rem;
			height: 2.125rem;
			line-height: 2.125rem;
			color: #555;
			text-align: center;
			border: 1px solid #999;
			background-color: #fff;
			/*margin-left:1rem;*/

			margin-right: 10px;
		}
.container .tab .select:first-child{
	margin-left: 0;
}
		.container .tab .active {
			border: 1px solid #4ABE84;
			color: #4ABE84;
			margin-bottom: 10px;
		}
.container .tab .active:before{
	content:'';
    position:absolute;
    right:0;
    bottom:0;
    border:10px solid #4ABE84;
    border-top-color: transparent;
    border-left-color: transparent;
}
.container .tab .active:after{
	content:'';
    width:2px;
    height:5px;
    position:absolute;
    right:3px;
    bottom:4px;
    border:2px solid #fff;
    border-top-color:transparent;
    border-left-color:transparent;
    transform:rotate(45deg);
}
.container .curPage{
	margin:0 auto;
	padding: 30px 0;
}
/* container end */

/* 酒店订单 start */
.orTd1{
	width:200px;
	text-align: left!important;
}
.orTd1 p{
	text-align: left;
}
.orTd2{
	width:180px;
	text-align: left!important;
}
/* 酒店订单 end */

/* 财务管理 start */
.frTd1{
	width: 184px;
	text-align: left!important;
}
.frTd2{
	width: 243px;
	text-align: left!important;
}
/* 财务管理 end */

/* 门票订单 start */
.ticketTd1{
	width: 11.875rem;
	text-align: left!important;
}
.ticketTd2{
	width: 12.5rem;
	text-align: left!important;
}
/* 门票订单 end */

.btnFlex{
	width: 56.25rem;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	margin-top: 2.5rem;
}
	.btnFlex button {
		width: 3.25rem;
		height: 2.25rem;
		border-radius: 4px;
		border: 1px solid #eee;
		/*background-color: #fff;*/
		margin: 0 10px;
		/*color: #555;*/
		background-color: #052f8e;
		color: #fff;
	}

.login{
	/*display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;*/
	width: 100%;
	height: 56.25rem;
	background-color: #5eb0fa;
	background: url(../lib/images/login_Bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.Login-content{
	width: 68.75rem;
	margin: 0 auto;
	position: relative;
}
.loginBox{
	width: 22.5rem;
	height: 25rem;
	padding-top: 2rem;
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 8px #ddd;
	border-radius: 4px;
	position: absolute;
	left: 40rem;
	top: 17rem;
}
.loginBox h2{
	font-size: 1.5rem;
	letter-spacing: 5px;
	color: #555;
	line-height: 4.5rem;
	text-align: center;
}
.loginBox li{
	border: 1px solid #ddd;
	border-radius: 4px;
	height: 2.25rem;
	width: 18.75rem;
	margin: 1.4rem auto;
	background-color: #fff;
}
.loginBox .iconfont{
	font-size: 1.25rem;
	line-height: 2.25rem;
	margin-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #ddd;
	color: #999;
}
.loginBox input{
	width: 14rem;
	line-height: 1.625rem;
	margin-left: 10px;
	border: none;
	outline: none;
}
.loginBtn{
	width: 18.75rem;
	height: 2.5rem;
	border-radius: 4px;
	background-color: #00cf97;
	border: none;
	text-align:center;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 5px;
	margin: auto;
}
.pageTitle{
	width: 100%;
	height: 3.1rem;
}
.pageTitle h2{
	font-size: 1.5rem;
	color: #555;
	font-weight: bold;
}
.el-pager li a{
	color: #555; 	       
}
@media  screen and (max-width: 1279px) {
	html{
		font-size: 12.8px;
	}
	.main .content{

	}
	.container .listBox .body tr td .btnL{
		width: 6.25rem;
	}
	.container .listBox .Dbox{
		
	}
}
@media  screen and (min-width: 1280px) and (max-width: 1400px) {
	html{
		font-size: 14px;
	}
	.main .content{
	}
	.container .listBox .body tr td .btnL{
		width: 6.25rem;
	}
	.container .listBox .Dbox{
		
	}
}

button.goBlack {
	margin-left: 1rem;
	line-height: 2.125rem;
	padding: 0 1rem;
	background: #fff;
	border: 1px solid #999;
	border-radius: 0.2rem;
	font-size: 1rem;
	display: block;
}

