.colorred{color: #f00;}
.clear {
    clear: both;
}

.pagination {
    text-align: center;
    display: block !important;
    margin: 20px 0px;
}

.pagination li {
    display: inline-block;
    margin: 0px 2px;
    border: 1px solid #dedede;
}

.pagination li a {
    display: block;
    height: 35px;
    line-height: 35px;
    color: #666;
    padding: 0px 15px;
}

.pagination li:hover {
    background: #5d4bc1;
    border: 1px solid #5d4bc1;

}

.pagination li a:hover {
    color: #fff;
    cursor: pointer;
}

.pagination li span {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0px 15px;
}

.pagination li.active {
    background: #5d4bc1;
    border: 1px solid #5d4bc1;
}

.pagination li.active span {
    color: #fff;
}

.pagination li.disabled:hover {
    border: 1px solid #dedede;
}

.pagination li.disabled {
    background: #dedede;
}

.pagination li.disabled span {
    color: #666;
}

.form-table-top {
    width: 100%;
    height: auto;
    padding: 10px 0px 30px 0px;
}

.form-table-top-l {
    width: 50%;
    height: auto;
    float: left;
}

.form-table-top-l .form-table-top-lt {
    color: #233650;
    font-weight: 600;
    font-size: 24px;
    margin: 0px;
    line-height: 35px;
}

.form-table-top-r {
    width: 50%;
    height: auto;
    float: right;
    text-align: right;
}
.form-table-top-r .f-tt-b {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #6146d6;
    font-size: 15px;
    padding: 0px 15px;
    border-radius: 6px;
    cursor: pointer;
}
.form-table-top-r .f-tt-b:hover{background: #311b8f;}
.form-table-top-r .f-tt-a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #49BF2D;
    font-size: 15px;
    padding: 0px 15px;
    border-radius: 6px;
    cursor: pointer;
}

.form-table-top-r .f-tt-a:hover {
    background: #399623;
}

.tableproperty {
    display: inline-block;
    margin: 0px;
    border-radius: 4px;
    height: 25px;
    line-height: 25px;
    background: #F34335;
    position: absolute;
    top: 2px;
    right: 10px;
    padding: 0px 10px;
    font-size: 12px;
    text-align: right;
    color: #fff;
    overflow-x: auto;
}

.hjgrayinput {
    display: inline-block;
    margin: 0px;
    border-radius: 4px;
    height: 25px;
    line-height: 25px;
    background: #49BF2D;
    position: absolute;
    bottom: 2px;
    right: 10px;
    padding: 0px 10px;
    font-size: 12px;
    text-align: right;
    color: #fff;
    verflow-x: auto;
}

/*列表页图标*/
.tabthumbl {
    width: auto;
    height: 70px;
}

.tab-alg-center {
    text-align: center;
}

/*内容表单*/
.requirefont {
    color: #f00;
    font-size: 13px;
    padding: 0px 5px;
}

.cont-body {
}

.cont-body-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.cont-body-table-tr {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    border-top: 1px solid #dfe2e7;
    color: #000;
    font-weight: 600;
}

.cont-body-table-tr th {
    font-size: 14px !important;
}

.cont-body-table tr {
    border-bottom: 1px solid #dfe2e7;
}

.cont-body-table tr:hover {
    cursor: pointer;
    background: #dfe2e7;
}

.tba-font1 {
    width: 40px;
}

.tba-font1 input[type="checkbox"] {
    cursor: pointer;
    width: 18px;
    height: 18px;
    position: relative;
    vertical-align: middle;
}

.tba-font2 {
    width: 70px;
}

.tba-font99 {
    width: 130px;
    text-align: center;
}

.tba-font99 span, .tba-font99 a, .editicon, .trashicon, .addicon {
    display: inline-block;
    margin: 0px 5px;
    border-radius: 5px;
    width: 43px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
}

.editicon {
    background: #f7f7f7;
    color: #6146d6;
}

.editicon:hover {
    color: #fff;
    background: #6146d6;
    cursor: pointer;
}

.trashicon {
    background: #feedec;
    color: #F34335;
}

.trashicon:hover {
    color: #fff;
    background: #F34335;
    cursor: pointer;
}

.addicon {
    background: #fafff8;
    color: #49bf2d;
}

.addicon:hover {
    color: #fff;
    background: #49bf2d;
    cursor: pointer;
}

.addproperty {
    display: inline-block;
    margin: 0px 5px;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    background: #f7f7f7;
    color: #6146d6;
    padding: 0px 10px;
}

.addproperty:hover {
    color: #fff;
    background: #6146d6;
    cursor: pointer;
}


/*弹出框*/
.popup-form-box {
    display: none;
    position: absolute;
    top: 20%;
    left: 50%;
    background: #ecedf1;
    border-radius: 7px;
    padding: 60px 30px 40px 30px;
    width: 400px;
    margin-left: -200px;
}

.closex-pp {
    position: absolute;
    top: 7px;
    right: 12px;
    font-size: 20px;
    color: #666;
    display: inline-block;
    cursor: pointer;
}

.closex-pp:hover {
    color: #6146d6;
}


.login_captcha {
    position: absolute;
    right: 0px;
    top: -20px
}

.login_captcha img {
    height: 45px
}

.tab-time-font {
    font-size: 13px;
    color: #999;
    line-height: 23.333px;
}

/*栏目管理*/
.cattree {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cattree li {
    background: #fbfbfb;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.catname {
    width: 300px;
    height: 35px;
    line-height: 35px;
    float: left;
    color: #333;
    font-size: 15px;
}

.btn-fold {
    width: 21px;
    height: 21px;
    line-height: 20px;
    border: 1px solid #adb8c5;
    border-radius: 2px;
    display: block;
    float: left;
    margin: 7px 7px 7px 10px;
    text-align: center;
    color: #adb8c5;
}

.catright {
    float: right;
    height: auto;
    text-align: right;
    padding-right: 5px;
}

.catsort {
    width: 45px;
    height: 35px;
    line-height: 35px;
    color: #333;
    text-align: center;
    padding: 0px;
    margin: 0px 5px;
    background: #fff;
    border-radius: 5px;
}
.artsort {
    width: 45px;
    height: 35px;
    line-height: 35px;
    color: #333;
    text-align: center;
    padding: 0px;
    margin: 0px 5px;
    background: #fbfbfb;
    border-radius: 5px;
	border:1px solid #dedede;
	font-size: 15;
}
.fr{float: right;}

.cattree li ul li {
    border: 0px;
}

.cattree li .cat-tree-box {
    padding: 10px 5px;
}

.cattree li ul li .cat-tree-box {
    padding: 10px 5px 10px 25px;
}

.cattree li ul li ul li .cat-tree-box {
    padding: 10px 5px 10px 60px;
}

.cat-tree-box:hover {
    background: #ecf0fa;
}

.cat-tree-box:hover .btn-fold {
    background: #fff;
}

.cattree li ul {
    display: none;
}

.cattree li ul.treeshow {
    display: block;
}

.cat-tree-box.boxshow {
    background: #ecf0fa;
    border-top: 1px solid #fff;
}

.btnonfold {
    background: #fff;
}


/*左侧栏目管理*/
.left-cattree {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.left-cattree li {
    border-bottom: 1px solid #474754;
    cursor: pointer;
}

.left-catname {
    width: calc(100% - 50px) !important;
    height: 35px;
    line-height: 35px;
    float: left;
    color: #333;
    padding: 0px !important;
}

.left-catname:hover {
    color: #fff;
}

.left-btn-fold {
    width: 21px;
    height: 21px;
    line-height: 21px;
    display: block;
    float: left;
    margin: 7px 7px 7px 0px;
    text-align: center;
    color: #adb8c5;
}

.left-cattree li ul li {
    border: 0px;
}

.left-cattree li .left-cat-tree-box {
    padding: 5px 5px;
	position: relative;
}
.menuEidtLeftIcon{position: absolute;right:10px;top:13px;}
.menuEidtLeftIcon i{display: block !important;}
.left-cattree li ul li .left-cat-tree-box {
    padding: 3px 5px 3px 0px;
}

.left-cattree li ul li ul li .left-cat-tree-box {
    padding: 3px 5px 3px 0px;
}

.left-cattree li ul {
    display: none;
}

.left-cattree li ul.treeshow {
    display: block;
}

.web-logo-a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #49BF2D;
    font-size: 15px;
    padding: 0px 15px;
    border-radius: 6px;
    cursor: pointer;
}

.web-logo-a:hover {
    background: #399623;
}

/*system*/
.input-group-text {
    width: 130px;
    font-size: 15px;
    text-align: left;
    color: #666;
}

.changeinput {
    display: none;
}

.changeinputon {
    display: block;
}

/*开关样式*/
.switch {
    appearance: none;
    width: 64px;
    height: 32px;
    position: relative;
    border-radius: 16px;
    cursor: pointer;
    background-color: #dedede;
    margin: 2px 20px;
    vertical-align: middle;
}

.switch::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: white;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    transition: left cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
}

.switch::after {
    content: "";
    text-indent: 12px;
    word-spacing: 4px;
    display: inline-block;
    white-space: nowrap;
    color: white;
    font: 14px/30px monospace;
    font-weight: bold;
}

.switch:hover:before {
    box-shadow: inset 0px 0px 5px 0px black;
}

.switch:checked {
    background-color: limegreen;
}

.switch:checked:before {
    left: 34px;
}

.switch:checked:after {
    color: #fff;
}

.rolelist-li {
    width: 100%;
    line-height: 30px;
    height: auto;
    border-bottom: 4px solid #f5f5f5;
    padding: 5px 0px 10px 0px;
    margin-bottom: 10px;
}

.father-role-top {
    border-bottom: 1px solid #ecf0fa;;
    padding: 10px 10px;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    height: auto;
    height: 35px;
}

.father-role-top .father-role-top-checkbox {
    border: 1px solid #dedede;
    width: 15px;
    height: 15px;
    padding: 0px;
    vertical-align: top;
}

.father-role-top span {
    line-height: 15px;
    vertical-align: top;
    padding: 0px;
}


.rolelist-li ul {
    list-style: none;
    padding: 10px 0px 0px 0px;
}

.rolelist-li ul li {
    float: left;
    width: auto;
    padding: 0px 10px;
    border: 0px;
    font-size: 13px;
}

.hejigroup {
    padding: 10px 20px;
    background: #f5f5f5;
    border-radius: 3px;
}

#hejilist {
    border-top: 1px solid #fff;
    padding: 10px 0px;
}

#hejilist li {
    border-bottom: 1px solid #dedede;
    padding: 5px 0px;
}

.form-control-small {
    display: inline-block !important;
    width: 100px !important;
    padding: 3px 10px;
}

.addheji {
    cursor: pointer;
}

.fixedtime {
    display: none;
}

.akpinput {
    display: inline-block;
    margin-bottom: 10px;
}

.akpw100 {
    width: 100px;
}

.akpw200 {
    width: 200px;
}

.akpw300 {
    width: 300px;
}

.akpw500 {
    width: 450px;
}

.apkbox {
    padding: 10px 20px;
    background: #f5f5f5;
}

.art-hebox {
    display: inline-block;
    width: 300px;
    background: #fff;
    padding: 10px 10px 10px 10px;
    border-radius: 3px;
    vertical-align: top;
    margin-right: 10px;
}

.art-hebox-title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #2b2c3e;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.art-hebox ul {
    width: 100%;
    height: 200px;
    overflow-y: auto;
    margin: 10px 0px;
}

.changheji {
    height: 245px !important;
}

.art-hebox ul li {
    border-bottom: 1px solid #f5f5f5;
    height: 35px;
    line-height: 35px;
    text-indent: 5px;
}

.art-hebox ul li:hover {
    background: #f5f5f5;
    cursor: pointer;
}

.art-hebox ul li span {
    display: none;
    background: #f00;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0px 10px;
    float: right;
    margin: 5px 10px;
}

.art-hebox ul li:hover span {
    display: inline-block;
}

.art-hebox-center {
    width: 60px;
    height: 320px;
    display: inline-block;
    background: url(../images/switch.png) no-repeat center center;
}

.simgul {
    width: 100%;
    height: auto;
    padding: 20px 0px;
}

.simgul li {
    display: inline-block;
    width: 150px;
    border: 5px solid #f5f5f5;
    border-radius: 3px;
    padding: 5px;
    margin-right: 10px;
    position: relative;
}

.simgul li img {
    width: 100%;
    vertical-align: top;
}

.simgul li i {
    font-style: normal;
    display: block;
    width: 26px;
    height: 25px;
    line-height: 22px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #dedede;
    color: #fff;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    position: absolute;
    top: -13px;
    right: -13px
}

.simgul li i:hover {
    background: #F34335;
    border: 2px solid #F34335;
}

.fujiaziduan {
    font-weight: bold;
    font-size: 18px;
    color: #6146d6;
    margin-bottom: 0px;
}

.fieldbig {
    padding:10px 15px;
	background: #f5f5f5;
    margin-bottom: 10px;
	border-radius: 3px;
}
.fieldbox.on{height:130px;overflow: hidden;}

.filedfont {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 30px;
    margin: 10px 0px;
    cursor: pointer;
}

.filedfont:hover {
    color: #F34335;
}

.filedfontpoint {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 10px;
    cursor: pointer;
    display: none;
    margin: 10px 0px;
}
.filedfontpoint p{height: 8px;line-height: 8px;margin: 0px;}


/*标签*/
#tagsss{border:1px solid #dedede;padding: 10px 10px;border-radius: 3px;display: block;}
#tagsss span{display: inline-block;background: #dedede;border-radius: 3px;height:30px;line-height: 30px;cursor: pointer;font-size: 14px;color: #666;margin-right: 10px;padding: 0px 10px;}
#tagsss span i{color: #999;font-weight: normal;font-style: normal;margin-left:5px;font-size: 13px;}
.tabbox{padding: 10px 10px;border-radius: 3px;display: block;background: #dedede;margin-top: 10px;}
.tabbox span{display: inline-block;background: #ccc;border-radius: 3px;height:25px;line-height: 25px;margin-left:10px;padding: 0px 10px;cursor: pointer;font-size: 14px;color: #666;}
.tabbox span:hover,#tagsss span:hover{background:#462abf;color: #fff;}
#tagsss span:hover i{color: #f00;}
.tabbox span.on{background-color: #e6e6e6;color: #cbcbcb;cursor: help;}

.displayin{display:flex;}

/*图片上传*/
.padding0{padding:0px;}
.lable80{width:90px;}
.uploadIcon{width: 100px;height: 100px;line-height:80px;text-align: center;display: inline-block;border: 2px dotted #dedede;color: #dedede;cursor: pointer;font-size: 50px;vertical-align: middle;border-radius:5px}
.uploadIcon:hover{background-color: #ecf0fa;border: 2px solid #f5f5f5;color: #dedede;font-size: 60px;}
.form-control-smallx{display: block;width: 500px;padding: 0.375rem 0.75rem;line-height:25px;height:25px;color: #495057;background-color: #e2e2e2;background-clip: padding-box; border-radius: 0.25rem;font-size: 14px;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;margin-bottom: 10px;}
.uploadImIcon{width:auto;height: 100px !important;margin-left: 20px;}

/*文档添加页面 属性盒子*/
.articleAttrLinebox{padding-top: calc(0.375rem + 1px);padding-bottom: calc(0.375rem + 1px);margin-bottom: 0;font-size: inherit;line-height: 1.5;color: #666;}
.propertycheckbox {
    cursor: pointer;
    width: 18px;
    height: 18px;
    position: relative;
    vertical-align: top;
	margin-top: 4px;
	border: 1px solid rgba(170, 170, 170, 0.3) !important;
}