.hidden {
	display: none;
}
.modal.fade.in{
	top: 20%;
}
*{
	font-family: "微软雅黑";
}
.table th,
.table td {
	border: 1px solid #ddd;
}

.pagination span {
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}

.pagination .pageInput input {
	height: auto;
	vertical-align: middle;
	border-radius: 2px;
}

.pagination .pageInput button {
	padding: 4px 12px;
}

.pagination button {
	vertical-align: top;
}

.pagination ul {
	box-shadow: none;
}

.nopadding .table-bordered {
	border: 1px solid #ddd;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	vertical-align: middle;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
	color: #FF0000;
}

.nav .dropdown-toggle .caret {
	margin-top: 0px;
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background-color: #373d41;
	color: #fff;
}

.navbar-default .navbar-nav>li>a:hover .caret {
	margin-top: 0px;
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.navbar-default .dropdown-menu a:hover {
	background: #EFEFEF;
}

.treeNav li span {
	line-height: 40px;
	display: inline-block;
	cursor: pointer;
	margin-left: 5px;
}

.treeNav li a:hover {
	text-decoration: none;
}


/*.treeNav ul{
	height: 0;
	display: none;
}
.treeNav .openNav ul{
	height: auto;
	display: block;
}*/

.console-component-topbar .topbar-btn-notice .topbar-btn-notice-icon {
	line-height: 15px;
	margin-right: 5px;
}

.viewFramework-body {
	background: #fff;
}

.console-component-topbar .topbar-info .topbar-btn:hover,
.console-component-topbar .topbar-btn:hover {
	text-decoration: none;
}

.pagination ul>.disabled>a {
	color: #333;
}

.form-horizontal textarea {
	width: 100%;
}

.console-component-topbar .topbar-logo span {
	line-height: 15px;
	margin-right: 5px;
}

.pagination ul>li>a:hover {
	color: #333;
}

.table>thead:first-child>tr:first-child>th {
	color: #666;
	font-size: 14px;
	border: none;
	line-height: 50px;
    font-weight: bold;
}
.table thead tr th{
	background: #F7F8FA;
}
.table>thead:first-child>tr{
	border-bottom: 1px solid #EBEBEB;
	border-top: 1px solid #EBEBEB;
}
.table{
	border: none;
}
.table>tbody>tr>td {
	border: none;
	vertical-align: middle;
	font-size: 14px;
	line-height: 40px;
	color: #666;
}
.table>tbody>tr:hover{
	background: #F5F5F5;
}
.table>tbody>tr{
	border-bottom: 1px solid #EBEBEB;
}
.table-bordered {
	border: none;
	border-collapse: collapse;
}

.table-bordered>tbody>tr>td,
.table-bordered>thead>tr>td {
	border: 1px solid #e1e6eb;
}

.viewFramework-sidebar-full .viewFramework-product {
	left: 0;
}

#chooseFile {
	background: url(../images/ll.png) no-repeat;
	width: 35px;
	height: 35px;
}
.pagination ul>li {
    display: inline-block;
    margin-left: 10px;
}
.pagination ul>li>a, .pagination ul>li>span{
	border-left-width: 1px;
}
.pageInput div{
	display: inline-block;
    vertical-align: text-bottom;
    margin-bottom: 5px;
}

/*登录*/

.warpLogin {
	position: absolute;
	background: url(../images/login-bg.jpg) no-repeat;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
}

.loginTop {
	height: 60px;
	border-bottom: 1px solid #fff;
	color: #fff;
	line-height: 60px;
}

.loginTop span {
	color: #fff;
	font-size: 26px;
	margin-left: 10px;
}

.loginLogo {
	background: url(../images/logo.png) no-repeat;
	width: 50px;
	height: 34px;
	display: inline-block;
	margin-left: 30px;
	float: left;
	margin-top: 15px;
}

.loginTop a {
	color: #fff;
	font-size: 18px;
	margin-right: 50px;
	cursor: pointer;
	float: right;
}

.loginBox {
	width: 380px;
	/*height: 402px;*/
	padding-bottom: 30px;
	background: #fff;
	/*position: absolute;*/
	/*right: 0;*/
}

.loginText {
	color: #fff;
	position: absolute;
	left: 0;
}

.loginText h1 {
	margin-bottom: 20px;
}

.loginText p {
	line-height: 200%;
}

.loginBom {
	padding-top: 20px;
	position: absolute;
	width: 100%;
	bottom: 0;
	background: #373d41;
	opacity: 0.8;
}

.loginBom a {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
}

.loginBox {
	padding: 20px;
	text-align: center;
}

.loginBox h1 {
	font-size: 18px;
	color: #666;
}

.loginBox input {
	width: 300px;
	height: 30px;
	margin-top: 10px;
}

.loginBox button {
	width: 312px;
	height: 38px;
}

.boxLeft {
	width: 230px;
	position: absolute;
	left: 0;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	z-index: 99999;
}
#userAdmin.active .boxLeft{
	width: 60px;
}

.console-component-sidebar.sidebar-content{
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
#userAdmin.active .console-component-sidebar.sidebar-content {
	width: 60px;
}
.boxRight {
	position: absolute;
	width: auto;
	top: 64px;
	bottom: 0px;
	left: 230px;
	right: 0px;
	overflow: hidden;
	background: #f0f2f5;
	padding: 20px;
	overflow-y: auto;
	/*padding: 30px;*/
	/*padding-right: 24px;*/
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.boxBody{
	background: #fff;
	padding: 20px;
	min-height: 80vh;
	/*margin-top: 20px;*/
	/*height: 90%;*/
}
#shuju{
	min-height: 80vh;
}
#userAdmin.active .boxRight{
	left: 60px;
}
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select {
	width: 70%;
	height: auto;
	display: inline-block;
	border-radius: 2px;
}

.mt-20 {
	margin-top: 30px;
}

.form-horizontal label {
	min-width: 100px;
	text-align: right;
	padding-right: 10px;
	cursor: default;
}

.w90 {
	width: 90px;
}

[class^="icon-"],
[class*=" icon-"] {
	margin-top: 3px;
}

.sideNav {
	padding: 20px;
	width: 380px;
	transition: all 0.8s;
	-moz-transition: all .8s;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	overflow: hidden;
	height: auto;
	margin-left: 0;
}

.sideCon {
	position: absolute;
	left: 420px;
	right: 20px;
	width: auto;
	padding: 20px 0px 20px 0px;
	top: 0px;
	transition: all 0.8s;
	-moz-transition: all .8s;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
}

.sideActive .sideNav {
	margin-left: -460px;
}

.sideActive .sideCon {
	left: 20px;
}

.warnList,
.devList {
	margin-bottom: 20px;
	/*border-bottom: 4px solid #DFDFDF;*/
	background: #fff;
	border-radius: 3px;
	padding: 10px;
}

.navTitle {
	line-height: 40px;
	font-size: 16px;
	padding-left: 4px;
	padding-right: 10px;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom:5px;
}

.navTitle span {
	padding-left: 10px;
	display: inline-block;
	border-left: 3px solid #3184FC;
	line-height: 20px;
}

.navTitle a,
.warnList ul li a {
	float: right;
	cursor: pointer;
	color: #333;
}

.warnList li span.btnTrack:hover {
	color: #33CDE5;
}

li {
	list-style: none;
}

ul {
	margin: 0;
}

.warnList ul {
	padding-top: 10px;
}

.warnList li {
	line-height: 45px;
	/*border-bottom: 1px solid #0000FF;*/
}

.warnList li:last-child {
	border: none;
}

.warnList .tag {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #FF0000;
}

.warnList li span {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.warnList li span.name {
	max-width: 70px;
	cursor: pointer;
	width: auto;
}

.warnList li span.case {
	max-width: 140px;
	cursor: pointer;
}

.warnList li span.btnTrack {
	color: #3184FC;
	cursor: pointer;
	float: right;
	line-height: 45px;
}

.devSearch {
	margin: 20px auto;
	width: 95%;
}

.devSearch input[type="text"] {
	width: 82%;
	vertical-align: middle;
	border-right: none;
	border-radius:6px 0px 0px 6px;
	float: left;
	height: 26px;
}
.devSearch input[type="text"]:focus{
	border-right: none;
	border-radius:6px 0px 0px 6px;
}
.devSearch button {
	float: left;
	height: 36px;
	background-color: #3184FC;
	border: none;
	background-image: url(../images/search.png);
	background-size: 20px 20px;
	width: 13%;
	border-radius:0px 6px 6px 0px;
	background-repeat: no-repeat;
	background-position: center;
}
.devSearch button:hover{
	background-color: #33CDE5;
}
.exitBtn{
	cursor: pointer;
}
.hd {
	width: 330px;
	height: 48px;
	overflow: hidden;
	/*border-radius: 6px;*/
	border-bottom: 1px solid #ccc;
	margin: 0 auto;
	margin-top: 70px;
}

.hd span {
	display: inline-block;
	float: left;
	width: 50%;
	line-height: 42px;
	text-align: center;
	color: #333;
	cursor: pointer;
	min-width: 73px;
	/*border-right: 1px solid #ccc;*/
}

/*.hd span:last-child {
	border-right: none;
	margin-right: 0;
	width: 25.1%;
}*/
.exitBtn{
	background: url(../images/back.png) no-repeat left center;
	width: 34px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;

}
em{
	font-style: normal;
}
.devb i{
	    font-style: normal;
    color: #CCCCCC;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.devb{
	line-height: 40px;
}
.serNum{
	margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.hd span.active {
	color: #3184FC;
	border-bottom:6px solid #3184FC;
}
.bdList p:first-child{
	margin-top: 20px;
}
.bdList p {
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	padding-left: 0;
	line-height: 30px;
	margin-top: 25px;
}
.bd{
	overflow-y: scroll;
	overflow-x: hidden;
}
.bdList {
	display: none;
}

.bdList ul li {
	border-bottom: 1px solid #E6E6E6;
	padding: 15px;
}

.bdList ul li span {
	display: inline-block;
	margin-right: 5px;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
	text-overflow: ellipsis;
	margin-top: 0;
	cursor: pointer;
}

.bdList ul li p {
	background: url(../images/cc.png) no-repeat left center;
	padding-left: 26px;
	font-weight: normal;
	font-size: 14px;
	margin-top: 12px;
	line-height: 20px;
	word-break: break-all;
    word-wrap: break-word;
    width: 270px;
}

.active.bdList {
	display: block;
}

.address {
	width: 100%;
	position: relative;
}

.mt47 {
	padding: 20px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	margin-bottom: 0;
}

p {
	margin: 0;
}

.console-component-topbar .topbar-logo {
	display: block;
	width: 50px;
	font-size: 24px !important;
	color: #FFF;
	text-align: center;
	line-height: 50px;
	margin-right: 1px;
}

[class^="icon-"] {
	width: auto;
}

.orgLeft {
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	position: absolute;
	width: auto;
	top: 20px;
	right: 0;
	left: 0;
}

.orgRight {
	position: absolute;
	left: 0px;
	right: 0;
	top: 20px;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	/*border-left: 2px solid #000000;*/
}

.minWidth {
	min-width: 1100px;
}

.sideCon table {
	/*margin: 20px;*/
}

.btnDiv button {
	margin-top: 10px;
}

.sideCon .btn-danger {
	margin-left: 10px;
}

.pl {
	padding-left: 20px;
	margin-bottom: 20px;
}

.org .sideNav {
	width: 280px;
	padding: 20px;
}

.org .sideCon {
	left: 310px;
}

.zTreeDemoBackground {
	background: #fff;
	border-radius: 5px;
}

input[type="radio"],
input[type="checkbox"] {
	margin-top: 0;
}

.form-horizontal {
	width: 90%;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
}

.modal-content .form-horizontal {
	background: none;
}

.bdList ul {
	display: none;
	padding-left: 15px;
}

.bdList ul li {
	line-height: 30px;
}

.toggleUp i {
	font-size: 14px;
	font-style: normal;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 7px;
	margin-right: 4px;
}

.toggleUp .icon-arrow-right {
	display: none;
}

.toggleUp.active .icon-arrow-right {
	display: inline-block;
}

.toggleUp .icon-arrow-down {
	display: inline-block;
}

.toggleUp.active .icon-arrow-down {
	display: none;
}

.modCss.form-horizontal .form-group.mt-20 {
	margin-top: 20px;
}

.modCss.form-horizontal label.error {
	display: inline-block;
	color: red;
}

.modCss.form-horizontal select {
	width: 50%;
}

.modCss.form-horizontal input {
	width: 200px;
}

.formcss.form-horizontal label {
	display: inline-block;
	width: auto;
}

.formcss.form-horizontal input[type="checkbox"] {
	width: auto;
	margin-bottom: 2px;
}

.formcss.spanSty span {
	display: inline-block;
	vertical-align: text-top;
	margin-top: 2px;
	margin-right: 20px;
}

.form-control {
}

.console-component-sidebar .sidebar-nav .sidebar-title:hover {
	/*background: #3363cd;*/
}

.layui-layer-content label {
	display: inline-block;
}

.modal-content .form-horizontal .control-label {
	width: auto;
}

.modal-content .help-inline {
	color: red;
}


/*导航*/

.console-component-sidebar .icon-arrow-right {
	display: inline-block;
}

.console-component-sidebar .sidebar-nav .sidebar-title-icon.icon-arrow-down {
	display: none;
}

.console-component-sidebar .sidebarActive.sidebar-nav .sidebar-title-icon.icon-arrow-right {
	display: none;
}

.console-component-sidebar .sidebarActive.sidebar-nav .sidebar-title-icon.icon-arrow-down {
	display: inline-block;
}

.btn-success,.btn-info,.btn-info:focus,.btn-success:focus{
	border: 1px solid #3184FC;
	box-shadow: none;
	background: #3184FC;
	background-image: none;
	font-family: "微软雅黑";
}

.btn-success:hover,.btn-info:hover {
	border: 1px solid #5198FC;
	box-shadow: none;
	background: #5198FC;
	background-image: none;
	font-family: "微软雅黑";
}

.btnCor {
	background: #3184FC;
	padding: 9px 15px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	border: none;
	display: inline-block;
	font-family: "微软雅黑";
}

.btnCor:hover {
	background: #33CDE5;
	color: #fff;
	text-decoration: none;
}

.upNav {
	position: fixed;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 60px;
	background: #2A3552;
	border-top: 1px solid #37456B;
	bottom: 0;
	width: 230px;
	left: 0;
	cursor: pointer;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	z-index: 999999;
}


.upOpen{
	position: fixed;
	border-top: 1px solid #37456B;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 44px;
	background: #2A3552;
	bottom: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	z-index: 999999;
	cursor: pointer;
	left: 0;
	font-family: "微软雅黑";
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}

.btn-default,.btn-default:focus{
	background: none;
	background-image: none;
	box-shadow: none;
	border: 1px solid #3184FC;
	font-family: "微软雅黑";
}
.btn-default:hover{
	background: #f0f9fa;
	background-image: none;
	box-shadow: none;
	border: 1px solid #3184FC;
	color: #3184FC;
	font-family: "微软雅黑";
}
.btn-danger,.btn-danger:focus{
	background: #f24646;
	background-image: none;
	box-shadow: none;
	font-family: "微软雅黑";
	border-color: #f24646;
}
.btn-danger:hover{
	background: #d93f3f;
	background-image: none;
	box-shadow: none;
}
	.rightHand button {
		display: block;
		border: none;
		border-bottom: 1px solid #DFDFDF;
		background: none;
		width: 100%;
		cursor: pointer;
		height: 30px;
		line-height: 25px;
		font-family: "微软雅黑";
	}

	.rightHand button:last-child {
		border-bottom: none;
	}

	.rightHand button:hover {
		/*background: #DFDFDF;*/
	}
.bs-searchbox .form-control{
	width: 97%;

}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
	background-color:#3184FC;
	background-image: none;
	box-shadow: none;
}
.filter-option:hover{
	color: #999;
}
.btn.dropdown-toggle.btn-default:hover,.btn.dropdown-toggle.btn-default{
	color: #999;
	background: #fff;
	border: 1px solid #ccc;
}
input{
	font-family: "微软雅黑";
}
.pagination ul>.active>a, .pagination ul>.active>span{
	color: #fff;
}
.pagination ul>li>a:hover, .pagination ul>li>a:focus, .pagination ul>.active>a, .pagination ul>.active>span{
	background-color: #3184FC;
	color: #fff;
}
.pagination li.active a, .pagination li.active span{
	background-color: #3184FC;
	border: 1px solid #3184FC;
}
.pagination ul>.disabled>a:hover{
	cursor: not-allowed;
	border: 1px solid #ddd;
	border-left: none;
}
.btn-danger[disabled]:hover{
	color: #fff;
    background-color: #bd362f;
    cursor: not-allowed;
}
.btn-default.btn{
	text-shadow: none;
}
.pagination ul>li:first-child>a, .pagination ul>li:first-child>span{
	border-radius: 2px;
	border: 1px solid #ccc;
}
.btn{
	border-radius: 2px;
	box-shadow: none;
	text-shadow:none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	box-shadow: none;
	outline: medium;
	border-radius: 2px;
}
textarea:focus,select:focus{
	outline:medium;
	appearance: auto;
	box-shadow: none;
	border-color: #3184FC;

}
input[type="text"]:focus,input[type="password"]:focus{
	border: 1px solid #3184FC;
	outline:none;
	box-shadow: none;
}

.pagination ul>.disabled>a:hover{
	border-left: 1px solid #ddd;
}
.layui-layer-btn{
	text-align: center;
}
.layui-layer-title{
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color: #000;
	font-weight: 500;
}
.boxp{
	font-size: 16px;
	color: #000;
	font-weight: 500;
}
.layui-layer-setwin .layui-layer-close1,.modal-header .close{
	background: url(../images/delete.png) no-repeat;
	width: 20px;
	height: 20px;
	font-size: 0;
	margin-left: 0;
}
.modal-header .close {
    margin-top: 10px;
}
.modal-title{
	font-size: 0;
}
.modal-header{
	border: none;
	background: #F5F5F5;
}
.modal-content{
	border: none;
	box-shadow: none;
}
.layui-layer-btn{
	padding-bottom: 30px;
}
.spandis{
	display: inline-block;
	width: 60px;
	text-align: right;
	margin-right: 20px;
}
[class*="span"].spandis{
	float: none;
	margin-left: 0;
}
.layui-layer-dialog .layui-layer-content{
	text-align: center;
}
.layui-layer-btn a{
	width: 68px;
	height: 34px;
	font-size: 14px;
	border-radius: 2px;
	padding: 0;
	line-height: 34px;
}
.layui-layer-btn a.layui-layer-btn1{
	color: #FFF;
	border: 1px solid #3184FC;
	background: #3184FC;
	border-radius: 4px;
	text-align: center;
}
.layui-layer-btn a.layui-layer-btn1:hover{
	border:1px solid #5198FC;
	background: #5198FC;
}
.layui-layer-btn a.layui-layer-btn0{
	color: #333;
	border: 1px solid #D9D9D9;
	background: none;
	border-radius: 4px;
	text-align: center;
}
.layui-layer-btn a.layui-layer-btn0:hover{
	border: 1px solid #5198FC;
	color: #5198FC;
	background: none;
}

a{
    color: #3184FC;
    text-decoration: none;
}
a:hover{
    color: #5198FC;
    text-decoration: underline;
}
.gray-color {
	color: #666;
	cursor: pointer;
}

.gray-color:hover {
	color: #4d4d4d;
	text-decoration: none;
}
.font-btn {
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	/*padding:0;*/
	padding:0 10px 0 0;
	border: none;
	background: none;
	font-family: "微软雅黑";
}

.main-color {
	font-size: 14px;
	color: #3184FC;
}

.main-color:hover {
	color: #5198FC;
	text-decoration: underline;
}

.red-color {
	color: #f76262;
}
select{
	border-radius: 2px;
}
.red-color:hover {
	color: #de5959;
	text-decoration: underline;
}
button:focus {
    outline: none;
}
.layui-layer-setwin{
	top: 18px;
}
.layui-layer-title{
	/*font-size: 0;*/
}
.text-left input,.text-left button,.text-left select{
	margin-right: 8px;
}
#tip {
    background-color: #fff;
    padding:5px 10px;
    border: 1px solid silver;
    box-shadow: 3px 4px 3px 0px silver;
    position: absolute;
    font-size: 12px;
    right: 50px;
    top: 100px;
    border-radius: 3px;
    line-height: 36px;
}
.regionList{
	position: absolute;
	z-index: 999;
	background: #fff;
	left: 20px;
	top: 115px;
	border: 1px solid #ccc;
}
.ml-10{
	margin-left: 10px;
}
.regionList li{
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	padding: 0 10px 0 10px;
}
.regionList li:last-child{
	border-bottom:none;

}
.regionList li p{
	font-size:16px;
	display: inline-block;
    vertical-align: middle;
}
.minReg{
	background: url(../images/reg.png) no-repeat;
	width: 14px;
	height: 14px;
	display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    cursor: pointer;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{
	background: url(../images/tick.png) no-repeat;
	width: 14px;
    height: 10px;
}
.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px;
    width: 100%;
    margin: 5px auto;
    }
 .mt-30{
 	margin-top: 30px;
 }
.btn-group.bootstrap-select.show-tick.form-control{
	width: 100%;
	display: inline-block;
}
textarea{
	resize: none;
}
	.menu-box {

		position: absolute;
		z-index: 100000;
		border-radius: 4px;
		left: 60px;
		overflow: hidden;
		padding: 2px;
	}
	.menu-sub{
		border-radius: 4px;
		background: #333744;
		overflow: hidden;
	}
	.menu-box li{
		line-height: 40px;
		height: 40px;
	}
	.menu-box li a{
		display: inline-block;
		width: 100%;
		padding: 0px 20px 0px 20px;
	}
	.menu-box li a:hover{
		background: #4A5064;
		text-decoration: none;
		color: #fff;
	}
	.menu-box a{
		color: #fff;
		font-size: 14px;
		text-decoration: none;

	}
	.nav-item .nav-title{
		padding-left: 60px;
	}
	.menu-box .nav-item .nav-title{
		padding-left: 0px;
	}
	.navHeight{
		height: 50px;
		overflow: hidden;
	}
	.menu-box ul li.active{
		background: #3184FC;
	}
	.menu-box ul li.active a:hover{
		background: #3184FC;
	}
	table thead tr{
		background: #F7F8FA;
	}
.list-table thead tr th, .list-table tbody tr td {
    vertical-align: middle;
    /*text-align: center;*/
    white-space: nowrap;/*规定段落的文本不进行换行*/
    overflow: hidden;/*超出隐藏*/
    text-overflow: ellipsis;/*隐藏的字符用省略号表示  IE*/
    -moz-text-overflow: ellipsis;/*隐藏的字符用省略号表示  火狐*/
}
table {
    /*table-layout:fixed;!*table的内部布局固定大小，才可以通过td的width控制宽度*!*/
    word-wrap:break-word; /*允许长单词换到下一行*/
}
.td-div{
    vertical-align: middle;
    /*text-align: center;*/
    white-space: nowrap;/*规定段落的文本不进行换行*/
    overflow: hidden;/*超出隐藏*/
    text-overflow: ellipsis;/*隐藏的字符用省略号表示  IE*/
    -moz-text-overflow: ellipsis;/*隐藏的字符用省略号表示  火狐*/
}
.flex-column{
	display: flex;
	justify-items: center;
	/*align-content: center;*/
	align-items: center;
	flex-direction: column;
}

.flex{
	display: flex;
	justify-items: center;
	align-content: center;
}


