a,a:hover,a:active,a:visited,a:link,a:focus,span,div{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none!important;
}
.layui-icon{
	margin-right: 5px;
}
input:focus {
	outline: none;
}

inpu t {
	outline: none;
}

ul,
li {
	margin: 0;
	padding: 0;
}

.img {
	margin-right: 5px;
	width: 20px;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.login {
	background: #169deb;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: grid;
	height: 100vh;
	place-items: center;
}

.login .logo {
	display: flex;
	color: #fff;
}

.login .logo img {
	width: 80px;
	margin-right: 15px;
}

.login .logo .text h3 {
	letter-spacing: 1px;
	font-size: 26px;
}

.login .logo .text p {
	font-size: 12px;
}

.login .form {
	background: #e8f8fe;
	padding: 40px;
	margin-top: 20px;
	border-radius: 5px;
}

.login .form .input .text {
	display: block;
	height: 40px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	width: 100%;
	padding-left: 40px;
}

.login .form .input,
.login .form .yzm {
	position: relative;
	margin-bottom: 20px;
}

.login .form .input img {
	position: absolute;
	left: 10px;
	top: 10px;
}

.login .form .yzm {
	display: flex;
	justify-content: space-between;
}

.login .form .yzm .yzmtext {
	display: block;
	height: 40px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	width: 100%;
	padding-left: 40px;
}

.login .form .yzm img {
	position: absolute;
	left: 10px;
	top: 10px;
}

.login .form .yzm .left {
	width: 70%;
}

.login .form .yzm .sz {
	width: 100px;
	background: #ccc;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	border-radius: 5px;
}

.login .form .buttom {
	display: flex;
	justify-content: space-between;
}

.login .form .denglu {
	width: 100%;
	background: #169deb;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	border: none;
	border-radius: 5px;
	margin-top: 0px;
	color: #fff;
}
.center{
	text-align: center;
}
.layui-nav .layui-nav-item a {
    display: flex!important;
    padding: 0 0px;
    color: #fff;
    color: rgba(255, 255, 255, .7);
    transition: all .3s;
    -webkit-transition: all .3s;
    line-height: 40px;
}
.layui-nav {
    position: relative;
     padding: 0px!important; 
     background: none!important; 
    color: #fff;
    border-radius: 2px;
    font-size: 0;
}
/* 内页 */

/* 顶部 */
header {
	display: flex!important;
	align-items: center;
	background: #169deb;
	justify-content: space-between;
	padding: 0 1%;
}

header .logo {
	display: flex;

	align-items: center;
}

header .logo img {
	width: 60px;
	margin-right: 10px;
}

header .logo .text h3 {
	letter-spacing: 1px;
	font-size: 16px;
	color: #fff;
}

header .logo .text p {
	font-size: 12px;
	color: #ffff;
}

header .nav {
	font-size: 16px;

}

header .nav a {
	color: #fff;
	padding: 30px 15px;
}

header .nav a.active {
	background-color: rgba(0,0,0,0.2);
}

header .nav img {
	width: 20px;
	margin-right: 8px;
}

header .set {
	display: flex;
	align-items: center;
}

header .set img {
	width: 20px;
}

header .set p {
	margin: 0 30px 0 0;
	color: #fff;

}

/* 正文 */
.page-container {
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: fixed;
}

.sidebar-menu {
	display: table-cell;
	position: relative;
	width: 180px;
	z-index: 1;
}

.sidebar-menu.fixed .sidebar-menu-inner {
	/* position: fixed;
	left: 0;
	top: 75px;
	bottom: 0; */
	width: inherit;
	overflow: hidden;
	background: #f5f5f5;
	padding: 20px 0;
	height: 100%;
}

.sidebar-menu ul li.active {
	background: #169deb;
}
.sidebar-menu ul li dd{
	padding-left: 20px;
	margin-top: 5px;
}
.sidebar-menu ul li.active a {
	color: #fff;
}

.sidebar-menu ul li {
	color: #fff;
	padding: 5px 0px 5px 50px;
}

.sidebar-menu ul li a {
	display: flex;
	align-items: center;
	color: #000;
}

.sidebar-menu ul li a img {
	width: 20px;
	margin-right: 5px;
}

.page-container .main-content {
	display: table-cell;
	position: relative;
	z-index: 1;
	padding: 10px;
	padding-bottom: 0;
	vertical-align: top;
	word-break: break-word;
	width: 100%;
	-webkit-transition: opacity 100ms ease-in-out;
	-moz-transition: opacity 100ms ease-in-out;
	-o-transition: opacity 100ms ease-in-out;
	transition: opacity 100ms ease-in-out;
}

.shuju {
	display: flex;
	align-items: center;
	float: left;
	border-right: 1px solid #f2f2f2;
	padding-right: 20px;
	margin: 20px 20px 20px 0;
}

.shuju h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

.shuju h4 {
	font-size: 14px;
	margin: 0;
}

.shuju img {
	width: 40px;
	margin-right: 10px;
}

.renyuan {
	display: flex;
	flex-wrap: wrap;
}

.renyuan .form-group {
	width: 46%;
	margin: 0 2% 1%;
}
.renyuans {
	display: flex;
	flex-wrap: wrap;
}

.renyuans .form-group {
	width: 31.33%;
	margin: 0 1% 1%;
}
.echat>div>div {
	border: 1px dashed #ccc;
	padding: 10px 0;
	border-radius: 5px;
}
.echat .boot{
	padding: 20px 0;
}
.biaoti {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}
.middle{
	text-align: center;
}
.middle h3{
	margin: 0 0 10px 0;
	font-size: 18px;
}
.boot th,.boot td,.lijain th,.lijain td{
	text-align: center;
}
.layui-input-block {
            margin-left: 70px!important;
            min-height: 36px!important;
        }
.layui-form-label{
	width: 70px!important;
	padding: 9px 5px 9px 0!important;
	text-align: left!important;
}
@media screen and (max-width: 800px){
    .logo .text{
        display: none;
    }
    header .nav {
        font-size: 12px;
    }
}
@media screen and (max-width: 1200px){
    header .nav {
        font-size: 14px;
    }
    header .nav a {
        color: #fff;
        padding: 30px 2px;
    }
    .sidebar-menu ul li {
        color: #fff;
        padding: 5px 0px 5px 10px;
    }
    .sidebar-menu {
        display: table-cell;
        position: relative;
        width: 125px;
        z-index: 1;
    }
}
