html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

html,body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff;
}

body {
	font-family: "微软雅黑";
}

ul,ol,li {
	list-style-type: none;
	vertical-align: 0;
}

a {
	outline: none;
	color: #000;
	text-decoration: none;
}

img {
	border: none;
}

::-ms-clear, ::-ms-reveal {
	display: none;
}

textarea {
	outline: none!important;
	resize: none!important;
}

input {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

label {
	cursor: pointer;
}
button {
	border: none;
	outline: none;
}
/*清除浮动*/
.clearBoth:after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	content: "";
}

.code-none {
    background: #e5e5e5!important;
    color: #525252!important;
    cursor: not-allowed!important;
}

/* 保存按钮样式 */
.layui-btn-group .layui-senior-btn {
    width: 90px;
    margin-left: 20px!important;
    border-radius: 20px!important;
    background: #1e9fff;
    color: #fff;
}
/* 搜索按钮公共样式 */
.layui-btn-group .layui-search-btn {
	width: 90px;
	margin-left: 20px!important;
	border-radius: 20px!important;
	background: #ff9000;
	color: #fff;
}
.layui-btn-group .layui-search-btn:hover {
    border-color: #ff9000;
    color: #fff;
}
.layui-btn-group .layui-senior-btn {
	width: 90px;
	margin-left: 20px!important;
	border-radius: 20px!important;
	background: #1e9fff;
	color: #fff;
}
.layui-btn-group .layui-senior-btn:hover {
    border-color: #1e9fff;
    color: #fff;
}
/* layui数据表格修改样式 */
.table-content-wrap {
    width: 100%;

    padding: 10px 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.table-content-wrap .layui-table, .layui-table-view {
    margin: 0;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #1e9fff;
}
.layui-laypage a:hover {
    color: #1e9fff;
}
.layui-layer-resize {
    display: none;
}
.layui-form-select dl dd.layui-this {
    background-color: #1e9fff;
    color: #fff;
}


/* 自定义左侧导航栏的样式 */
.layui-nav-grandson {
    flex-flow: column wrap;
    align-content: flex-start;
    position: fixed;
    background: #fff;
    color: #343434;
    display: none;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.layui-nav-grandson dd {
    width: 220px;
    height: 40px;
    float: left;
    position: relative;
}
.layui-nav-grandson dd a {
    background: #fff;
    color: #343434;
    padding: 0 30px!important;
}
.layui-nav-tree .layui-nav-child .layui-nav-grandson a {
    color: #343434;
}
.layui-layout-admin .layui-nav-tree .layui-nav-child dd.layui-this .layui-nav-grandson a {
    background: #fff!important;
    color: #343434;
}
.layui-layout-admin .layui-nav-tree .layui-nav-child .layui-nav-grandson a:hover {
    background: #eeeff3;
}
.layui-layout-admin .layui-nav-tree .layui-nav-child .menuListBtn:hover {
    background: #0075f0!important;
}
.layui-layout-admin .layui-nav-tree .layui-nav-child dd.layui-this .layui-nav-grandson a:hover {
    background: #eeeff3!important;;
}

.layui-nav-right-more {
    display: block;
    position: absolute;
    top: 50%;
    right: 13px;
    
    width: 12px;
    height: 12px;
    margin-top: -6px;
    cursor: pointer;

    background: url('/public/images/index/right.png') no-repeat center;
}

.layui-nav-span {
    height: 40px;
    line-height: 40px;
    color: #343434;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    padding: 0 30px;
    font-size: 14px;
}
.layui-nav-span:hover {
    background: #eeeff3;
}

.layui-menu-icon {
    display: block;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 99;

    width: 10px;
    height: 10px;

    background: url('/public/images/index/icon10.png') no-repeat center;
    background-size: cover;
}

/* 重写layui的左侧菜单样式 */
.system-logo {
    display: block;
    float: left;

    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-right: 5px;

    background: url('/public/images/index/logo.png') no-repeat center;
}
.system-text {
    display: block;
    float: left;
}
/* .layui-layout-admin .layui-side-menu {
    background: #4288f7!important;
}
.layui-layout-admin .layui-side-menu .layui-logo {
    background-color: #4288f7!important;
    font-size: 22px;
    color: #fff;
} */
/* .layui-layout-admin .layui-nav-tree .layui-this, 
.layui-layout-admin .layui-nav-tree .layui-this>a, 
.layui-layout-admin .layui-nav-tree .layui-nav-child dd.layui-this, 
.layui-layout-admin .layui-nav-tree .layui-nav-child dd.layui-this a {
    background-color: #0075f0!important;
} */
.layui-layout-admin .layui-nav-itemed>.layui-nav-child {
    display: block;
    padding: 0!important;
    /* background-color: #4288f7!important; */
}
.layui-side-menu .layui-nav .layui-nav-item>a {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.layui-side-menu .layui-nav .layui-nav-item a {
    height: 45px!important;
    line-height: 45px!important;
}
.layui-nav-tree .layui-nav-bar {
    width: 5px;
    height: 0;
    background-color: #d2e3fd;
}
.layui-layout-admin .layui-logo {
    box-shadow: none!important;
    border-bottom: 1px solid #dddddd;
}
.layui-side-menu .layui-nav .layui-nav-item .layui-icon {
    width: 16px;
    height: 16px;
    margin-top: -23px;
}
.font-16 {
    font-size: 16px;
}
.user-name-line .layui-nav-more {
    display: none;
}
.layui-layout-right .layui-nav-bar {
    display: none;
}
/* layui数据表格 */
.layui-form-checked[lay-skin=primary] i {
    border-color: #1e9fff!important;
    background-color: #1e9fff;
    color: #fff;
}
/* layui弹出层样式修改 */
.layui-layer-title {
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    padding: 0;
}
.layui-layer-page {
	border-radius: 10px;
}
.layui-layer-content {
    border-radius:  0 0 10px 10px;
}
.layui-layer-iframe .layui-layer-btn, .layui-layer-page .layui-layer-btn {
    padding-top: 0;
    margin-bottom: 20px;
    position: relative;
    z-index: 99;
}
.layui-layer-btn a {
    padding: 0 45px;
    height: 32px;
    line-height: 32px;
    color: #1E9FFF;
    border-radius: 4px;
    border: 1px solid #1E9FFF;
}
/* 修改layui 下拉表格选择器样式 */
.tableSelectBar {
    margin-bottom: 6px;
}
.tableSelectBar .tableSelect_btn_select {
    border-color: #1E9FFF;
    background-color: #1E9FFF;
}
.tableSelect .layui-form-radioed>i  {
    color: #1E9FFF;
}
.tableSelect .layui-form-radio>i:hover {
    color: #1E9FFF;
}
/* layui btn样式  */
.layui-btn-sm {
    height: 24px;
    line-height: 24px;
}

/* 密码输入框的眼睛图标样式 */
.pwd-eyes-ipt {
    width: calc(100% - 68px)!important;
}
.icon-eyes-switch {
    display: block;
    float: left;

    width: 18px;
    height: 14px;
    margin-left: 8px;
    margin-right: 2px;
    margin-top: 17px;
    cursor: pointer;
}
.icon-eyes-off {
    background: url('/public/portal/images/eye-off.png') no-repeat center;
    background-size: cover;
}
.icon-eyes-on {
    background: url('/public/portal/images/eye-on.png') no-repeat center;
    background-size: cover;
}

/* 右侧内容区域样式 */
.system-content-box {
    width: 100%;
    height: 100%;
}
.system-content-top {
    width: 100%;
    height: 100px;
}
.system-content-top-line {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    box-sizing: border-box;
}
.system-content-top-title {
    display: block;
    float: left;

    height: 100%;
    line-height: 50px;
    font-size: 16px;
    color: #2f2f2f;
}
.system-top-btn {
    display: block;
    float: right;

    min-width: 64px;
    height: 32px;
    padding: 0 5px;
    margin-top: 9px;
    margin-left: 20px;

    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
    background: #fff;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
}
.system-top-btn:hover {
    color: #01a1ff;
    border: 1px solid #01a1ff;
}
.system-content-search-line {
    width: 100%;
    height: 50px;

    padding-top: 10px;
    box-sizing: border-box; 
}
.system-content-search-line .layui-form {
    width: 100%;
    height: 100%;
}
.layui-search-left,.layui-search-right {
    height: 100%;
    float: left;
}
.layui-search-left {
    width: calc(100% - 60px);
}
.layui-search-left-box,.layui-search-left-btn {
    height: 100%;
    float: left;
}

.layui-search-right {
    width: 60px;
}
.search-from-box {
    height: 100%;
    float: left;
}
.search-from-box .layui-form-label {
    width: auto;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
}
.search-from-box .layui-input-block {
    margin-left: 92px;
}


/* 修改右上角的样式 */
.person-search-wrap {
    display: block;
    float: right;
    position: relative;

    width: 200px;
    height: 50px;
    margin-right: 10px;
}
.meun-search-box {
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 999;
    
    width: 314px;
    margin-left: -157px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 0;
    border-radius: 8px;
    box-sizing: border-box;
}
/* 移动端设备包括iPad */
@media screen and (max-width: 992px){
    .person-search-wrap {
        width: 40%;
    }
    .meun-search-box {
        width: 240px;
        margin-left: -120px;
    }
    .layui-layout-admin .layui-layout-left {
        padding: 0;
        z-index: 999;
    }
}
.menu-list-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
.menu-list-list {
    width: 100%;
    overflow: hidden;
}
.top-menu {
    width: 100%;
    height: 36px;
    
    line-height: 36px;
    color: #989898;
    font-size: 14px;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.center-menu {
    width: 100%;
    height: 36px;
    
    line-height: 36px;
    color: #333333;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 10px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}
.center-menu:hover {
    background: #f2f2f2;
}
.meun-text {
    display: block;
    float: left;

    width: calc(100% - 80px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.meun-text-parent {
    display: block;
    float: right;

    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-ipt {
    display: block;

    width: 100%;
    height: 32px;
    margin-top: 9px;

    line-height: 32px;
    font-size: 14px;
    color: #333;
    border-radius: 20px;
    padding: 0 15px;
    border: none;
    outline: none;
    background: #f2f2f2;
    box-sizing: border-box;
}

.person-inf-box {
    display: block;
    float: right;

    height: 50px;

    cursor: pointer;
}
.system-name {
    display: block;
    float: left;

    height: 50px;

    color: #333;
    line-height: 50px;
    font-size: 14px;
    margin-right: 5px;
}
.system-photo {
    display: block;
    float: left;

    width: 30px;
    height: 30px;
    margin-top: 10px;

    background: url('/public/images/index/photo.png') no-repeat center;
}
.layui-layout-admin .layui-header .layui-layout-right .layui-nav-child {
    right: 15px;
}

.person-inf-top {
    width: 100%;
    height: 120px;
}
.person-inf-line {
    min-width: 100%;
    height: 36px;

    padding-left: 0px;
    padding-right: 20px;
}
.person-inf-icon {
    display: block;
    float: left;

    width: 14px;
    height: 14px;
    margin-top: 11px;
}
.person-name-icon {
    background: url('/public/images/user.png') no-repeat center;
    background-size: cover;
}
.person-pwd-icon {
    background: url('/public/images/pwd.png') no-repeat center;
    background-size: cover;
}
.person-inf-text {
    display: block;
    float: left;

    height: 36px;
    padding-left: 12px;
    box-sizing: border-box;

    line-height: 36px;
    font-size: 14px;
    color: #696969;
    overflow: hidden;
}
.person-inf-bottom {
    width: 100%;
    height: 40px;
    border-top: 1px solid #f2f2f2; 
    box-sizing: border-box;
}
.person-inf-exit {
    display: block;

    height: 100%;

    font-size: 14px;
    color: #696969;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
}
.person-inf-bottom:hover {
    background: #f2f2f2;
}

.left-flexible {
    float: left;
}
.left-box {
    float: left;
    overflow: hidden;
}
.left-box-text {
    display: block;
    float: left;

    height: 50px;
    margin-right: 20px;

    line-height: 50px;
    font-size: 17px;
    color: #333;
    cursor: pointer;
}
.left-box-text:hover {
    color: #008dfc;
}
.left-box-text-on {
    color: #0389ff;
    font-weight: 550;
}

/* 账户设置弹窗样式 */
.tips-wrap {
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;

    background-color: rgba(0, 0, 0, .3);
    overflow: hidden;
}
.user-tips-box {
    display: none;
    width: 100%;

    border-radius: 16px;
    padding: 5px 0;
    box-sizing: border-box;
    background-color: #fff;
}
@media screen and (max-width: 992px){
    .user-tips-box {
        width: 100%;
        height: 380px;
    }
}

.user-tips-box .layui-form-select .layui-input {
    border-radius: 4px;
}
.tips-box-row {
    margin-top: 10px;
}
.menu-search-list {
    display: block;

    width: 100%;
    height: 100%;
}

/* 修改弹窗样式 */
.pwd-tips-box {
    display: none;
    width: 100%;
    margin: auto;

    padding: 5px 0;
    box-sizing: border-box;
    background-color: #fff;
}
.tips-box-center-wrap {
    width: 100%;
    height: 260px;
}
.tips-box-center {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
}
.tips-error-text {
    display: block;

    width: 100%;
    height: 30px;
    
    line-height: 30px;
    font-size: 14px;
    color: #f00;
    text-align: center;
}

.pwd-tips-line {
    position: relative;
    
    width: 100%;
    min-height: 36px;
    margin-top: 15px;

    /* overflow: hidden; */
    padding-left: 20px;
    box-sizing: border-box;
}
.pwd-tips-textarea-line {
    width: 100%;
    min-height: 36px;
    margin-top: 15px;

    padding-left: 20px;
    box-sizing: border-box;
}
.smooth-tips-line {
    position: relative;
    
    width: 100%;
    min-height: 36px;
    margin-top: 15px;

    padding-left: 20px;
    box-sizing: border-box;
}
.old-pwd-line {
    margin-top: 0;
}
.pwd-line-text {
    display: block;
    float: left;

    width: 86px;
    height: 36px;
    margin-right: 10px;
    
    line-height: 36px;
    font-size: 14px;
    color: #333;
}
.line-text-md {
    width: 86px;
}
.line-text-sm {
    width: 60px;
}
.line-text-xs {
    width: 40px;
}
.pwd-line-ipt {
    display: block;
    float: left;

    width: calc(100% - 110px);
    height: 36px;

    line-height: 36px;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    outline: none;
    border: 1px solid #ddd;
    padding: 0 14px;
    box-sizing: border-box;
}
.smooth-line-ipt-sm {
    width: calc(100% - 110px);
}
.smooth-line-ipt-md {
    width: calc(100% - 84px);
}
.smooth-line-ipt-lg {
    width: calc(100% - 64px);
}
.smooth-line-select {
    display: block;
    float: left;

    width: calc(100% - 110px);
    height: 38px;

    line-height: 38px;
    font-size: 14px;
    color: #333;
}
.smooth-line-select-md {
    width: calc(100% - 84px);
}
.pwd-line-mark {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 99;

    width: 20px;
    height: 20px;

    line-height: 20px;
    font-size: 14px;
    color: #f00;
    text-align: center;
}

.tips-box-bottom {
    /* position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 99; */

    width: 100%;
    height: 82px;
    padding: 25px;
    text-align: center;
    box-sizing: border-box;
}
.cancel-btn {
    display: inline-block;
    
    width: 115px;
    height: 32px;
    margin-left: 30px;

    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
}
.save-btn {
    display: inline-block;
    
    width: 115px;
    height: 32px;
    margin-left: 30px;
    
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    background: #4f9df7;
    cursor: pointer;
}
.inf-error-line {
    border: 1px solid #f00!important;
}
/* 退出登录二次确认弹窗 */
.exit-box {
    display: none;
    width: 100%;
    margin: auto;

    background: #fff;
}
.exit-box-top {
    position: relative;

    width: 100%;
    height: 60px;
}
.exit-box-center {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    background: #fff;
}
.etix-center-text {
    display: block;

    width: 100%;
    height: 100%;

    line-height: 80px;
    text-align: center;
    font-size: 14px;
}
.ensure-btn {
    display: inline-block;
    width: 115px;
    height: 32px;
    margin-left: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    background: #4f9df7;
    cursor: pointer;
}
.ensure-btn:hover {
    color: #fff!important;
}
.line-textarea-md {
    width: calc(100% - 110px);
    height: 260px;
    box-sizing: border-box;
    float: left;
}
.line-textarea-sm {
    width: calc(100% - 110px);
    height: 100px;
    box-sizing: border-box;
    float: left;
}

/* 覆盖Layui样式 */
.layadmin-tabsbody-item {
	background-color: #f2f2f2;
}

.layadmin-iframe {
	margin: 5px;
}