@charset "utf-8";
@import url(../lib/layui/css/layui.css);
*{
    margin: 0px;
    padding: 0px;
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
}
a{
    text-decoration: none;
}
html{
    width: 100%;
    /*height: 100%;*/
    overflow-x:hidden; 
    overflow-y:auto;
}
body{
    width: 100%;
    min-height: 100%;
}
.login-bg{
    background: #eeeeee url() 0 0 no-repeat;
    background-size: cover;
    overflow: hidden;
}
.login{
    margin: 120px auto 0 auto;
    min-height: 420px;
    max-width: 420px;
    padding: 40px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    /* overflow-x: hidden; */
    box-sizing: border-box;
}
.login a.logo{
    display: block;
    height: 58px;
    width: 167px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}
.login .message {
    margin: 10px 0 0 0;
    padding: 18px 10px 18px 60px;
    background: #0dc316;
    position: relative;
    color: #fff;
    font-size: 16px;
}
.login #darkbannerwrap {
/*    background: url(../images/aiwrap.png);
*/  width: 18px;
    height: 10px;
    margin: 0 0 20px -58px;
    position: relative;
}

.login input[type=text],
.login input[type=file],
.login input[type=password],
.login input[type=email], select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #555555;
    outline:none;
    width:100%;
    box-sizing: border-box;
}
.login input[type=text]:focus,
.login input[type=file]:focus,
.login input[type=password]:focus,
.login input[type=email]:focus, select:focus {
    border: 1px solid #27A9E3;
}
.login input[type=submit],
.login input[type=button]{
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #189F92;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline:none;
    width:100%;
}
.login hr {
    background: #fff url() 0 0 no-repeat;
}
.login hr.hr15 {
    height: 15px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.login hr.hr20 {
    height: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.x-body{
    padding: 20px;
}
.x-nav{
    padding: 0 20px;
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #e5e5e5;
    line-height: 39px;
    height: 39px;
    overflow: hidden;
}
xblock{
    display: block;
    margin-bottom: 10px;
    padding: 5px ;
	padding-left:6px;
	padding-right:15px;
    line-height: 22px;
    /* border-left: 5px solid #15c142; */
    border-radius: 0 2px 2px 0;
    background-color: #f2f2f2;
}
.x-right{
  float: right;
}
.x-so{
    line-height:50px;
}
.x-so input.layui-input{
    width: 300px;
}
.x-so .layui-form-label{
    display: inline-block;
}
.x-so input.layui-input,.x-so input.layui-btn{
    display: inline-block;
}
.x-red{
    color: red;
}
.x-a{
    color: #099641;
}
.x-a:hover{
    color: #077e37;
}
.x-sort{
    height: 30px;
}
.x-show{
    cursor: pointer;
}
.layui-form-switch{
    margin-top: 0px;
}
.layui-input:focus, .layui-textarea:focus {
    border-color: #15c142!important;
}

#page{
    height:40px;
    padding:20px 0px;
}
#page a{
    display:block;
    float:left;
    margin-right:10px;
    padding:2px 12px;
    height:24px;
    border:1px #f2f2f2 solid;
    background:#fff;
    text-decoration:none;
    color:#808080;
    font-size:12px;
    line-height:24px;
}
#page a:hover{
    color:#757575;
    border:1px solid #f2f2f2;
}
#page a.cur{
    border:none;
    background:#757575;
    color:#fff;
}
#page p{
    float:left;
    padding:2px 12px;
    font-size:12px;
    height:24px;
    line-height:24px;
    color:#bbb;
    border:1px #f2f2f2 solid;
    background:#fcfcfc;
    margin-right:8px;

}
#page p.pageRemark{
    border-style:none;
    background:none;
    margin-right:0px;
    padding:4px 0px;
    color:#666;
}
#page p.pageRemark b{
    color:#43BFD7;margin:0 5px;
}
#page p.pageEllipsis{
    border-style:none;
    background:none;
    padding:4px 0px;
    color:#808080;
}


/*登录样式*/
/*头部*/
.container{
    width: 100%;
    height: 50px;
    background-color:#111;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

.container .logo a{
    float: left;
    color: #fff;
    font-size: 18px;
    padding-left: 20px;
    line-height: 50px;
    width: 200px;
    transition:background-color ease .3s
}
.container .right{
    
    background-color:rgba(0,0,0,0);
    float: right;
	transition:background-color ease .3s

}
.container .left{
    background-color:rgba(0,0,0,0);
}
.container .left_open{
    height: 55px;
    float: left;
}
.container .left_open i{
    display: block;
    background: rgba(255,255,255,0.1) url() 0 0 no-repeat;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
	 transition:background-color ease .3s
}
.container .left_open i:hover{
    background: rgba(255,255,255,0.3) url() 0 0 no-repeat;
}


.container .layui-nav-item{
    line-height: 50px;
}
.container .layui-nav-more{
    top: 25px;
}
.container .layui-nav-child{
    top: 50px;
}
.container .layui-nav-child i{
    margin-right: 10px;
}
.layui-nav .layui-nav-item a{
    color: #ccc;
    cursor: pointer;
}
.layui-nav .layui-nav-item >a:hover{
    color: #fff;
    cursor: pointer;
}
.layui-nav .layui-nav-child a{
    color: #333;
    cursor: pointer;
}
.left-nav{
    position: absolute;
    top: 50px;
    bottom: 0px;
    left: 0;
    z-index: 2;
    background-color: #222324;
    width: 220px;
    max-width: 220px;
    overflow: hidden;
    border-right: 1px solid #131e26;

    /*width: 0px;*/
}
.left-nav #nav > li{
	line-height:30px;
	border-left:4px solid #222324;
	transition:background-color ease .3s
}
.left-nav #nav > li:hover {
	background:#181818;
	border-left:4px solid #42b8f1;
}
.left-nav #nav > li.open {
	border-left:4px solid #42b8f1;
	background:#181818;
}


.left-nav #nav li  a:hover {
    color: white;
}
.left-nav #nav .current{
	background:#41b8f0;
}
.left-nav #nav li a{
    font-size: 14px;
    padding: 12px 15px 12px 20px;
    display: block;
    cursor: pointer;
	color:#8e8e8e;
	transition:background-color ease .3s;
}

.left-nav #nav li a cite{
    font-size: 14px;
}

.left-nav #nav li .sub-menu{
    display: none;
}
.left-nav #nav li .opened{
    display: block;
	background:#454648;
}
.left-nav #nav li .opened:hover{
    /*background: #fff url() 0 0 no-repeat;*/
}
.left-nav #nav li .opened .current{
}
.left-nav #nav li .sub-menu li{
	background:#181818;
	 transition:background-color ease .3s
    /*color: blue;*/
     /*background: #fff url() 0 0 no-repeat;*/
}
.left-nav #nav li .sub-menu li:hover{
	background:#303235;
    /*color: blue;*/
     /*background: #fff url() 0 0 no-repeat;*/
}
.left-nav #nav li .sub-menu li a{
    padding: 10px 15px 10px 30px;
    font-size: 14px;
    cursor: pointer;
	color:#8e8e8e;
}
.left-nav #nav li .sub-menu li .sub-menu li a{
    padding-left: 45px;
}
/*点击当前菜单显示效果*/
.menu-current {
	background:#282b33!important;
}
.menu-current > a{
	color:#fff!important;
}
.left-nav #nav li .sub-menu li a:hover{
    color: #fff;
}
.left-nav #nav li .sub-menu li a i{
    font-size: 12px;
}
.left-nav #nav li a i{
    padding-right: 10px;
	padding-top:8px;
    line-height: 14px;
}
.left-nav #nav li .nav_right{
    float: right;
    font-size: 16px;
}
.page a:hover{ color:#fff; background:#969696; }
.x-slide_left {
    width: 17px;
    height: 61px;
    background: url(../images/icon.png) 0 0 no-repeat;
    position: absolute;
    top: 200px;
    left: 221px;
    cursor: pointer;
    z-index: 3;
}
.page-content{
    position: absolute;
    top: 51px;
    right: 0;
    bottom: 0px;
    left: 221px;
    overflow: hidden;
    z-index: 1;
}
.page-content-bg{
    position: absolute;
    top: 46px;
    right: 0;
    bottom: 42px;
    left: 221px;
    background: rgba(0,0,0,0.5); url() 0 0 no-repeat;
    overflow: hidden;
    z-index: 100;
    display: none;
}

.page-content .tab{
    height: 100%;
    width: 100%;
    background: #EFEEF0 url() 0 0 no-repeat;
    margin: 0px;
}
.page-content .layui-tab-title{
    /*padding-top: 5px;*/
    height: 35px;
    background: #EFEEF0 url() 0 0 no-repeat;
    position: relative;
    z-index: 100;
}
.page-content .layui-tab-title li.home i{
    padding-right: 5px;
}
.page-content .layui-tab-title li.home .layui-tab-close{
    display: none;
}
.page-content .layui-tab-title li{
    line-height: 35px;
}
.page-content .layui-tab-title .layui-this:after{
    height: 36px;
}
.page-content .layui-tab-title li .layui-tab-close{
    border-radius: 50%;
}
.page-content .layui-tab-title .layui-this{
    background: #fff url() 0 0 no-repeat;
}
.page-content .layui-tab-bar{
    height:34px;
    line-height: 35px;
}
.page-content .layui-tab-content{
    position: absolute;
    top: 36px;
    bottom: 0px;
    width: 100%;
    background: #fff url() 0 0 no-repeat;
    padding: 0px;
    overflow: hidden;
}
.page-content .layui-tab-content .layui-tab-item{
    width: 100%;
    height: 100%;
    
}
.page-content .layui-tab-content .layui-tab-item iframe{
    width: 100%;
    height: 100%;

}
.x-admin-carousel,.layui-carousel,.x-admin-carousel>[carousel-item]>* {
    background-color:#fff
}

.x-admin-backlog .x-admin-backlog-body {
    display:block;
    padding:5px 15px;
    background-color:#f8f8f8;
    color:#999;
    border-radius:2px;
    transition:all .3s;
    -webkit-transition:all .3s
}
.x-admin-backlog-body h3 {
    font-size:17px
}
.x-admin-backlog-body p cite {
    font-style:italic;
    font-size:21px;
    font-weight:300;
    color:#5CC3E6;
}
.x-admin-backlog-body:hover {
    background-color:#CFCFCF;
    color:#888
}

.welcome-footer{padding: 30px 0; line-height: 30px; text-align: center; background-color: #eee; color: #666; font-weight: 300;}
body .layui-layout-admin .footer-demo{height: auto; padding: 15px 0; line-height: 26px;}
.welcome-footer a{padding: 0 5px;}

table th, table td {
    word-break: break-all;
}

.footer{
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #323436;
	text-align:center;
	font-size:12px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 41px;
    color: #666;
    /*padding-left: 10px;*/
}
.footer .copyright{
    margin-left: 10px;
}


@media screen and (max-width: 768px){
    .fast-add{
        display: none;
    }
    .layui-nav .to-index{
        display: none;
    }
    .container .logo a{
        width: 140px;
    }
    .container .left_open {
        /*float: right;*/
    }
    .left-nav{
        left: -221px;
    }
    .page-content{
        left: 0px;
    }
    .page-content .layui-tab-content .layui-tab-item{
        -webkit-overflow-scrolling: touch; 
        overflow-y: scroll; 
    }
    .x-so input.layui-input{
        width: 100%;
        margin: 10px;
    }
}
.x-so input.layui-input{
    margin-top: 5px;
}

/* 按钮里的a */
button a{
    color: #fff;
}


/*角色管理 编辑权限*/

/*角色管理 编辑权限*/
.role_authlist{
    height: 60px;line-height: 60px;font-size: 18px;color: #000;font-weight:bold;
}
.pauth-ul{
    display: flex;
    flex-direction: column;
}
.pauth-ul-li{
    margin:0 0 10px 0;font-size: 14px;
    display: flex;
    flex-direction: column;
}
.pauth-ul-li .auth_f{
    line-height: 40px;width: 120px;
    font-weight: bold;
}
.pauth-ul-li .auth_f input{
    vertical-align: middle;height: 18px;

}
.auth_f_input + div span{
   font-weight: bold;
}
.pauth-ul-li .auth_z{
    width: 100%;height: 40px;line-height: 40px;
    display: flex;
    flex-direction:row;
}
.pauth-ul-li .auth_z >input{
    /*vertical-align: middle;height: 18px;*/
}
.pauth-ul-li .auth_z .pauth-ul-li-ul-li{
    display: flex;
    flex-direction: column;
}
.pauth-ul-li .auth_z > li .left{
    width: 150px;display: inline-block;
    height: 40px;float: left;
}
.pauth-ul-li .auth_z > li .left input{
    vertical-align: middle;height: 18px;
}
.pauth-ul-li .auth_z > li ul{
    display: inline-block;height: 40px;float: left;
}

.pauth-ul-li .auth_z > li ul li{
    height: 40px;line-height: 40px;float: left;margin: 0 10px 0 0;
}
.pauth-ul-li .auth_z > li ul li input{
    vertical-align: middle;height: 18px;
}

.pauth-ul-li .auth_s{
    display: flex;
    flex-direction:row;
    align-content: center;
    padding: 0 0 0 50px;
    flex-wrap: wrap;
}

/* 主题 */
.warp{
    padding: 10px;
    box-sizing: border-box;
}


/* 图片上传 */


.fileDel,.oldFileDel{
    position: absolute;
    top:7px;
    right: 0;
    background-color: #0cc215;padding: 5px;color: #fff;
}

/*图片*/
.layui-table .minimg img {
    max-width: 70px;
}

/*按钮*/
.layui-form-item>.x-red{
    position: relative;top:10px;
}

.my-bnt{
    background: #43BFD7;
    color: #fff;
    cursor: pointer;
    margin-right: 8px;padding: 2px 5px;
    border-radius: 4px;
}
.wt-bnt{
    background: red;
    color: #fff;
    cursor: pointer; margin-right: 8px;padding: 2px 5px;
    border-radius: 4px;
}

.x-bnt{
    background: #bbb;  cursor: not-allowed; margin-right: 8px;  color: #fff;padding: 2px 5px;
    border-radius: 4px;
}

/* 表单域里的span 不用input */
.x-span{
    color:gray;position: relative;top:10px;
}

/* 数字 */
.num{
    font-style: italic;
    color: #00a2d4;
    cursor: pointer;
}

/* 搜索的输入框 */
#warp .x-so input.layui-input{
    width: 150px;
}
.x-so{
    margin-bottom: 10px;
}
.x-so .layui-btn{
    vertical-align: baseline;
}


.center
{
    text-align: center;
}

/* 详情2 */
.warp .table2 {
    width: 100%;
    color: #393939;
    border: none;
    background: #eee;
    border-collapse: collapse;
}
.warp .table2 tr {
    text-align: center;
    height: 40px;
}
.warp .table2 th,.warp.table2 table td {
    word-break: break-all;
}

.warp .table2 .order_title {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.warp .table2 tr td {
    border-top: 1px solid #fff;
    padding: 5px 0;
}

/* 详情1 */
.table1{
    width: 100%;
    font-size: 16px;
    table-layout:fixed;
}
.table1 td{
    padding: 10px;
}
.table1 .avatarurl,.table1 .title{
    text-align: center;
}
.table1 .avatarurl img{
    width: 80px;
    height: 120px;
}


/*遮罩*/
#bg{
    background: #000;
    filter: alpha(opacity=50); /* IE的透明度 */
    opacity: 0.5; /* 透明度 */
    display: none;
    position:fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 998; /* 此处的图层要大于页面 */
    cursor: pointer;
    _background-color:#a0a0a0; /* 解决IE6的不透明问题 */
}

.sort{
    text-align: center;
}

#loading{
    position: absolute;
    top:50%;
    left:50%;
    width: 200px;
    height: 300px;
    margin:-150px 0 0 -100px;display: none;
    background: url(../img/loading.gif)no-repeat center center;
}