body {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
html,body{
	height: 100%;
}
/* *{
	margin: 0;
	padding: 0;
} */

ul,
li,
h2 {
    margin: 0;
    padding: 0;
}

ul{
    list-style: none;
}
a{
	text-decoration: none;
}

#top {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    background-color: #438EB9;
}
.shouye{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 300px;
}


.titlelogo {
    width: 220px;
    height: 60px;
    background-color: #438EB9;
    float: left;
    font-size: 16px;
	color: white;
	margin-top: 6px;
}
.titlelogo .logo{
	margin-right: 10px;
	margin-left: 10%;
	position: relative;
	top: 8px;
}
#topnav{
	float: right;
	height: 60px;
}

#topTags {
    height: 40px;
    margin: 0 auto;
    /* background-color: #F5F5F5; */
    float: left;
	border-bottom: solid 2px #367193;
	position: absolute;
	top:18px;
	left: 220px;
}
#topTags ul{
	padding-left: 40px;
}
#topTags ul li {
    float: left;
	/* width: 100px; */
	padding: 0 10px;
    height: 40px;
    display: block;
    text-align: center;
    cursor: pointer;
	line-height: 40px;
	border-right: 1px solid #eee;
}
#topTags ul li:first-child{
	background: #367193;
	color: white;
}

.topLinks{
	float: right;
    /* display: inline; */
	padding-top: 3px;
	position: fixed;
    width: 700px;
    right: 0px;
	padding-right: 20px;
}
.topLinks .xiala{
	float: right;
	cursor: pointer;
}
.topLinks img{
	width: 16px;
	height: 16px;
	vertical-align: bottom;
	margin: 0 5px 0 10px;
}
.topLinks i{
	width: 16px;
	height: 16px;
	vertical-align: bottom;
	margin: 2px 5px 0 10px;
	color: white;
}
.topLinks a{
	vertical-align: top;
	color: white;
	margin-right: 10px;
}

#main {
    width: 100%;
    height: 93%;
    margin: 0 auto;
	background-color: white;
	position: fixed;
    top: 60px;
    z-index: 99;
}

#leftMenu {
    width: 220px;
    height: 95%;
    background-color: #F5F5F5;
    float: left;
	border-right: 1px solid #CCCCCC;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 99;
	position: fixed;
	left: 0;
	
}
#leftMenu::-webkit-scrollbar,#leftMenux::-webkit-scrollbar {
	width: 3px;
}
#leftMenu::-webkit-scrollbar-thumb,#leftMenux::-webkit-scrollbar-thumb {
	background: #d8d8d8;
	border-radius: 10px;
	}
#leftMenu::-webkit-scrollbar-track-piece,#leftMenux::-webkit-scrollbar-track-piece {
	background: transparent;
}
.daohang{
	width: 86%;
	height: 50px;
	display: block;
	background: #f8f8f8;
	cursor: pointer;
	line-height: 50px;
	padding-left: 10%;
	padding-right: 4%;
	font-size: 14px;
	color: #58666e;
	border-bottom: 1px solid #e5e5e5;
}
.daohang a{
	color: #58666e;
}
.daohang:hover {
    background: #F1F5F9;
	color: #1963aa;
}
.daohang .jiantou{
	width: 16px;
	height: 16px;
	float: right;
	/* margin-top: 18px; */
	position: relative;
	top: -32px;
}
.dao ul{
	display: none;
	
}

#leftMenu ul li {
    width: 100%;
    height: 50px;
    display: block;
    background: #f8f8f8;
    cursor: pointer;
    line-height: 50px;
	font-size: 14px;
	color: #58666e;
	border-bottom: 1px solid #e5e5e5;
}

#leftMenu ul li[data-cisopen="1"]{
	background: rgb(201, 222, 243) !important;
}

#leftMenu ul li:hover {
    background: #F1F5F9;
	color: #1963aa;
}

#leftMenu ul li a {
    color: #58666e;
	text-decoration: none;
	display: block;
}

#main_content {
	width: 100%;
    height: calc(100% - 60px);
	position: fixed;
	padding-left: 220px;
	top: 60px;
	box-sizing: border-box;
	overflow-y: auto;
	background-color: #f0f3f4;
}

.main_content {
    width: 100%;
    height: 94%;
    display: none;
    overflow-y: auto;
    line-height: 30px;
	box-sizing: border-box;
}

#footer {
    width: 100%;
    height: 30px;
    margin: 0 auto;
    background-color: #ccc;
    line-height: 30px;
    text-align: center;
}

.content1 {
    width: 740px;
    height: 490px;
    display: block;
    padding: 5px;
    overflow-y: auto;
    line-height: 30px;
}
.erjiantou{
	width: 14px;
	height: 14px;
	float: right;
	position: relative;
	top: 20px;
	right: 6px;
}
.erji{
	display: none;
}
.erji span{
	display: block;
	width: 70%;
	height: 50px;
	background: #f8f8f8;
	cursor: pointer;
	line-height: 50px;
	padding-left: 30%;
	font-size: 14px;
	color: #58666e;
	border-bottom: 1px solid #e5e5e5;
}
.erji span:hover {
    background: #F1F5F9;
	color: #1963aa;
}

#topnav ul{
	float: right;
	padding-right: 30px;
}
#topnav ul li{
	float: left;
	line-height: 58px;
	color: white;
	cursor: pointer;
	padding: 0 20px;
	box-sizing: border-box;
}
#topnav ul li:hover{
	border: 1px solid #337ab7;
}
#topnav ul li .xiaxia{
	width: 14px;
	height: 14px;
	position: relative;
	top: 3px;
	left: 6px;
}
#topnav li img{
	width: 18px;
	height: 18px;
	position: relative;
	top: 4px;
	margin-right: 4px;
}
.my{
	position: absolute;
	right: 30px;
	top: 60px;
	border: 1px solid #eee;
	border-bottom: none;
	display: none;
	z-index: 9999;
}
.my a{
	display: block;
	padding: 0 40px;
	line-height: 40px;
	background: white;
	border-bottom: 1px solid #eee;
	color: #333;
	cursor: pointer;
}
.my a img{
	width: 14px;
	position: relative;
	top: 2px;
	margin-right: 4px;
}
.my a i{
	width: 14px;
	margin-right: 4px;
}
.paidui{
	right: 120px;
}

.li-level-1{
	padding-left: 20px;
}
.li-level-1 .jiantou{
	/* padding-right: 10%; */
	right: 30px;
}
.li-level-2{
	padding-left: 40px;
}
.li-level-2 .jiantou{
	/* padding-right: 20%; */
	right: 50px;
}
.li-level-3{
	padding-left: 60px;
}

#root {
height: 100vh;
overflow: hidden;
}
#root > .amis-routes-wrapper > .a-Page {
height: 100%;
}
.bg-dark {
	color: rgba(255, 255, 255, 0.8) !important;
  }
  .bg-dark .a-Nav-item > a {
	color: rgba(255, 255, 255, 0.8) !important;
  }
  
  .a-Page-aside {
	width: 14rem !important;
	padding: 0 10px;
  }
  .nav-title {
	text-align: center !important;
	cursor: pointer;
  }
  
  .amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-item a:before {
	background-color: transparent;
  }
  
  #mark {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5)
	  url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwcHgiICBoZWlnaHQ9IjIwMHB4IiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiIGNsYXNzPSJsZHMtcm9sbGluZyIgc3R5bGU9ImJhY2tncm91bmQ6IG5vbmU7Ij48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiBmaWxsPSJub25lIiBuZy1hdHRyLXN0cm9rZT0ie3tjb25maWcuY29sb3J9fSIgbmctYXR0ci1zdHJva2Utd2lkdGg9Int7Y29uZmlnLndpZHRofX0iIG5nLWF0dHItcj0ie3tjb25maWcucmFkaXVzfX0iIG5nLWF0dHItc3Ryb2tlLWRhc2hhcnJheT0ie3tjb25maWcuZGFzaGFycmF5fX0iIHN0cm9rZT0iIzE3YTJiOCIgc3Ryb2tlLXdpZHRoPSIxMCIgcj0iMzUiIHN0cm9rZS1kYXNoYXJyYXk9IjE2NC45MzM2MTQzMTM0NjQxNSA1Ni45Nzc4NzE0Mzc4MjEzOCIgdHJhbnNmb3JtPSJyb3RhdGUoMTI5Ljg5NCA1MCA1MCkiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBjYWxjTW9kZT0ibGluZWFyIiB2YWx1ZXM9IjAgNTAgNTA7MzYwIDUwIDUwIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjEuMnMiIGJlZ2luPSIwcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT48L2NpcmNsZT48L3N2Zz4=')
	  no-repeat center;
  
	transform: translateZ(0);
	transition: ease-out all 0.3s;
	background-size: 45px;
  }
  
  .aside-container {
	height: 100vh;
	overflow-y: auto;
	box-sizing: border-box;
  }
  .root-container {
	display: flex;
  }
  .root-container > .a-Page-content {
	height: 100vh;
	overflow-y: auto;
	flex: 1;
  }
  
  .toolbar-container {
	position: absolute;
	top: 0;
	/* height: 38px; */
	z-index: 2;
	background-color: #fff;
  }
  
  .body-container {
	margin-top: 38px;
  }
  span[class^='mibu-tag'] {
	display: inline-block;
	padding: 3px 10px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
  }
  .mibu-tag-await {
	background-color: #909399;
	border-color: #909399;
  }
  
  .mibu-tag-pass {
	border-color: #67c23a;
	background-color: #67c23a;
  }
  
  .mibu-tag-reject {
	background-color: #f56c6c;
	border-color: #f56c6c;
  }
  
  pre.not-style {
	border: none !important;
	background-color: transparent !important;
	padding: 0;
	margin: 0;
  }
  
  .table-bottom-button {
	float: right;
  }
  
  a.a-btn {
	padding: 0.3125rem 0.5rem;
	font-size: 0.75rem;
	line-height: 1.5;
	border-radius: 0.142rem;
	height: 1.875rem;
	display: inline-block;
	color: #fff;
	background-color: #7266ba;
	border-color: #7266ba;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(28, 43, 54, 0.075);
  }
  a.a-btn:hover,
  a.a-btn:focus {
	color: #fff !important;
	outline: none !important;
	text-decoration: none !important;
  }
  
  .no-box-shadow {
	box-shadow: none !important;
  }
  
  .a-Field--copyable.flex {
	display: flex;
	align-items: center;
  }
  .a-Field--copyable.flex .a-Hbox {
	width: auto !important;
  }
  
  .food-page .a-Panel-title {
	text-align: center;
  }
  
  .fa-phone.sosCall {
	padding: 0 10px;
	color: #36ab36;
	cursor: pointer;
  }
  
  .amis-scope .a-TreeControl {
	max-height: none !important;
  }
  
  .a-Pagination-next svg.icon{
	  /* top: 0.5em!important; */
  }
  .a-Pagination-prev svg.icon{
  	  /* top: 0.5em!important; */
  }
  .amis-scope .a-Button--primary:hover{
	  background-color: #1f90d8!important;
	  border-color: #1f90d8!important;
  }
.a-Page-body{
    min-height: calc(100vh - 120px );
}
.invoker{
	  display: none !important;
  }
.mb-m-w30{
	width: 30px !important;
}
.mb-m-w40{
	  width: 40px !important;
  }
.mb-m-w50{
	width: 50px !important;
}
.mb-m-w60{
	width: 60px !important;
}
.mb-m-w70{
	width: 70px !important;
}
.mb-m-w80{
	width: 80px !important;
}

.shou{
	width: 40px;
	height: 40px;
	position: absolute;
	text-align: center;
	line-height: 40px;
	background: rgb(240, 243, 244);
	font-size: 16px;
	color: #999;
	cursor: pointer;
	border-right: 1px solid #CCCCCC;
}

#leftMenux {
    width: 60px;
    height: 95%;
    background-color: #F5F5F5;
    float: left;
	border-right: 1px solid #CCCCCC;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 9;
	position: fixed;
	left: 0;
}
#leftMenux a {
    color: #58666e;
	text-decoration: none;
	background-color: #F5F5F5;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	text-align: center;
	border-bottom: 1px solid #E5E5E5;
	cursor: pointer;
}
#leftMenux a:hover{
	background: #F1F5F9;
}

.a-Card-img{
	width: 100%!important;
	height: 150px!important;
}
.amis-scope .thumb-lg{
	width: 100%!important;
}