@charset "utf-8";
/* css document */
html {
    overflow-x: hidden !important;
    overflow-y: scroll;
}

*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-family: "微软雅黑","黑体";
    color: #898989;
    line-height: 1;
    background: #fff;
}

ul,li,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,ol,form,input {
    margin: 0px;
    padding: 0px;
}

input,textarea {
    font-family: "微软雅黑";
    border: none;
    outline: none;
    background: none;
}

ul,li {
    list-style: none
}

img {
    border: 0px;
    padding: 0px;
    display: block;
}

a {
    color: #5c5c5c;
    text-decoration: none
}

h2,h3,h4,b,strong {
    font-weight: normal;
}

em,i {
    font-style: normal;
}

@keyframes enter {
    0% {
        width: 0;
        background: rgba(0,0,0,0);
        transform: translate(-50%,-50%) scale(0);
    }

    50% {
        width: 50%;
        background: rgba(0,0,0,0.15);
        transform: translate(-50%,-50%) scale(0.5);
    }

    100% {
        width: 150%;
        background: rgba(0,0,0,0);
        transform: translate(-50%,-50%) scale(1);
    }
}

.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left
}

.fr {
    float: right
}

.hidden {
    display: none;
    background:  no-repeat center;
}

.new-nav {
    background: #fff;
    width: 1171px;
    margin: 0px auto 10px;
    border-radius: 6px;
    moz-box-shadow: 0px 3px 6px #bfbfbf;
    -webkit-box-shadow: 0px 3px 6px #bfbfbf;
    box-shadow: 0px 2px 1px #eaeaea;
    padding: 0;
}

.new-nav>ul>li {
    width: 190px;
    text-align: center;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;

}

.new-nav>ul>li:hover,.new-nav>ul>li.current {
    border-bottom: 3px solid #2e7aff;
}

.new-nav>ul>li>a {
    color: #333;
    text-decoration: none;
}

.new-nav>ul>li>a>img {
    display: inline-block;
    vertical-align: middle;
}

.new-tag {
    display: inline-block;
    text-align: center;
    background-color: #ff5722;
    color: #fff;
    border-radius: 2px;
    height: 22px;
    line-height: 22px;
    width: 22px;
    vertical-align: middle;
    margin-left: 2px;
}

.indexcontainer {
    height: calc(100vh - 86px);
    width: 1202px;
    margin: 10px auto 0;
    box-shadow: 0 0 10px 1px rgb(0,0,0,0.15);
    transition: 0.5s;
}

.indexcontainer .tit {
    position: relative;
    width: 100%;
    height: 50px;
    background: #fff;
    padding: 0 8px;
    box-sizing: border-box;
}

.indexcontainer .tit p {
    float: left;
    color: #333;
    font-weight: bold;
    font-size: 19px;
    line-height: 50px;
    background: url(/uploads/image/swimages/tit.png) 8px 15px no-repeat;
    padding-left: 15px;
}

.indexcontainer .tit span {
    display: block;
    float: left;
    height: 70px;
    line-height: 40px;
    margin-left: 24px;
    font-size: 16px;
    color: #999;
    padding-left: 30px;
    background: url(/uploads/image/swimages/index_03.png) left center no-repeat;
}

.indexcontainer .tit .btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translatey(-50%);
    width: 66px;
    height: 24px;
    padding: 1px;
    box-sizing: border-box;
    background: #2e7aff;
    border-radius: 12px;
    cursor: pointer;
}

.indexcontainer .tit .btn ul {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.indexcontainer .tit .btn ul li {
    float: left;
    line-height: 22px;
    text-align: center;
    width: 26px;
    color: #2e7aff;
}

.indexcontainer .tit .btn ul li:last-child {
    width: 26px;
    float: right;
    color: #fff;
}

.indexcontainer .tit .btn .bg {
    position: absolute;
    height: 22px;
    width: 38px;
    border-radius: 11px;
    top: 50%;
    transform: translatey(-50%);
    left: 2px;
    background: #fff;
    z-index: 3;
    transition: 0.5s;
    text-align: center;
    line-height: 22px;
    color: #2e7aff;
}

.indexcontainer .tit .btn.on ul li {
    float: left;
    line-height: 22px;
    text-align: center;
    color: #fff;
    width: 26px;
    color: #fff;
}

.indexcontainer .tit .btn.on ul li:last-child {
    width: 26px;
    color: #2e7aff;
}

.indexcontainer .tit .btn.on .bg {
    left: 26px;
}

.indexcontainer .tit .btnall {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translatey(-50%);
    width: 66px;
    height: 24px;
    padding: 1px;
    box-sizing: border-box;
    background: #2e7aff;
    border-radius: 12px;
    cursor: pointer;
}

.indexcontainer .tit .btnall ul {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.indexcontainer .tit .btnall ul li {
    float: left;
    line-height: 22px;
    text-align: center;
    width: 26px;
    color: #2e7aff;
}

.indexcontainer .tit .btnall ul li:last-child {
    width: 26px;
    float: right;
    color: #fff;
}

.indexcontainer .tit .btnall .bg {
    position: absolute;
    height: 22px;
    width: 38px;
    border-radius: 11px;
    top: 50%;
    transform: translatey(-50%);
    left: 2px;
    background: #fff;
    z-index: 3;
    transition: 0.5s;
    text-align: center;
    line-height: 22px;
    color: #2e7aff;
}

.indexcontainer .tit .btnall.on ul li {
    float: left;
    line-height: 22px;
    text-align: center;
    color: #fff;
    width: 26px;
    color: #fff;
}

.indexcontainer .tit .btnall.on ul li:last-child {
    width: 26px;
    color: #2e7aff;
}

.indexcontainer .tit .btnall.on .bg {
    left: 26px;
}

.import-doc {
    background-color: #2e7aff;
    border-radius: 20px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 183px;
    top: 50%;
    transform: translatey(-50%);
    width: 66px;
    color: #fff;
    width: 80px;
    cursor: pointer;
}

.indexcontainer .main {
    width: 100%;
    padding:10px 14px 14px 14px;
    height: calc(100% - 50px);
    box-sizing: initial;
    box-sizing: border-box;
    background: #f6f7fb;
    border-radius: 6px;
}

.indexcontainer .main .mainleft {
    float: left;
    width: 842px;
    height: calc(100% - 54px);
    position: relative;
}

.indexcontainer .main .mainleft ul {
    background: #fff;
    padding-left: 1px;
    width: 60%;
    bottom: 0px;
    padding: 10px;
    position: absolute;
    overflow: hidden;
}

.ul-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ul-right {
    right: 0;
    width: 40% !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.indexcontainer .main .mainleft ul li {
    margin-right: 20px;
    width: 126px;
    height: 38px;
}

.ul-left li {
    float: left;
}

.ul-right li {
    float: right;
}

.indexcontainer .main .mainleft ul li a {
    display: block;
    float: left;
    margin-right: 20px;
    width: 126px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    background: linear-gradient(to right,#4ca4ff,#256dff);
    font-size: 16px;
}

.indexcontainer .main .mainleft ul li a img {
    height: 16px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    transform: translatey(-2px);
    margin-right: 7px;
}

.export {
    border: 1px solid #256dff!important;
    ; color: #256dff!important;
    ; background: none!important;
    ;
}

.indexcontainer .main .mainleft img {
    display: block;
    width: 100%;
    height: 100%;
}

.indexcontainer .main .mainright {
    float: right;
    width: 320px;
    height: calc(100% - 54px);
    float: right;
    position: relative;
    overflow: hidden;
}

.indexcontainer .main .mainright .hd {
    width: 100%;
    height: 32px;
}

.indexcontainer .main .mainright .hd ul {
    width: 100%;
    overflow: hidden;
}

.indexcontainer .main .mainright .hd li {
    cursor: pointer;
    width: 33%;
    float: left;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
    font-size: 15px;
    color: #474747;
}

.indexcontainer .main .mainright .hd li:nth-child(2) {
    width: 34%;
}

.indexcontainer .main .mainright .hd li img {
    display: inline-block;
    margin-right: 6px;
}

.indexcontainer .main .mainright .hd ul li:nth-child(3) {
    left: auto;
    right: 0;
}

.indexcontainer .main .mainright .hd li img.on {
    display: none;
}

.indexcontainer .main .mainright .hd li.on {
    color: #2e7aff;
}

.indexcontainer .main .mainright .hd li.on img {
    display: none;
}

.indexcontainer .main .mainright .hd li.on img.on {
    display: inline-block;
}

.indexcontainer .main .mainright .bd {
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    width: 100%;
    height: calc(100% - 32px);
    background: #fff;
}

.indexcontainer .main .mainright .bd .bdbox {
    position: relative;
    width: 100%;
    height: 100%;
}

.over-tips {
    position: absolute;
    top: 350px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    text-align: center;
    display: none;
}

.over-tips span {
    background-color: rgb(0,0,0,0.5);
    color: #fff;
    padding: 6px 40px;
    border-radius: 3px;
}

.tox-tinymce {
    height: calc(100% - 65px)!important;
}

.indexcontainer .main .mainright .bd .bdbox img {
    pointer-events: none;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.indexcontainer .main .mainright .bd .serach {
    padding: 15px 0 0 0;
}

.indexcontainer .main .mainright .bd .serach .serachbox {
    width: 280px;
    height: 34px;
    border: 1px solid #dedede;
    border-radius: 17px;
    margin: 0 auto;
    border-radius: 17px;
}

.indexcontainer .main .mainright .bd .serach .serachbox input {
    height: 100%;
    text-indent: 15px;
    display: block;
    width: 234px;
    border-right: 1px solid #dedede;
    float: left;
}

.indexcontainer .main .mainright .bd .serach .serachbox button {
    display: block;
    width: calc(100% - 234px);
    float: right;
    background: url(/uploads/image/swimages/icon_03.png) center center no-repeat;
    height: 100%;
    outline: none;
    border: none;
    cursor: pointer;
}

.indexcontainer .main .mainright .bd .serach .serachbox.on {
    border: 1px solid #3b7bff;
}

.indexcontainer .main .mainright .bd .serach .serachbox.on input {
    border-right: 1px solid #3b7bff;
}

.indexcontainer .main .mainright .bd .serach .serachbox.on button {
    background: url(/uploads/image/swimages/ser_03.png) center center no-repeat;
    background-size: 15px auto;
}

.indexcontainer .main .mainright .bd .list {
    padding: 0 20px;
    box-sizing: border-box;
}

.indexcontainer .main .mainright .bd .listbox {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0 10px 0;
    box-sizing: border-box;
}

.line-height20 {
    font-size: 14px;
    border-bottom: none !important;
}

.line-height20>p {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.indexcontainer .main .mainright .bd .listbox p {
    line-height: 26px;
    font-size: 13px;
    color: #4d4d4d;
}

.indexcontainer .main .mainright .bd .listbox p em {
    color: #3b7bff;
}

.indexcontainer .main .mainright .bd .listbox ul {
    overflow: hidden;
    padding-top: 15px;
}

.indexcontainer .main .mainright .bd .listbox li {
    width: 50px;
    height: 20px;
    float: right;
    margin-left: 10px;
}

.indexcontainer .main .mainright .bd .listbox li img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
}

.indexcontainer .main .mainright .bd .listbottom {
    padding: 30px 0;
    border-top: 1px dashed #e7e7e7;
}

.indexcontainer .main .mainright .bd .listbottom p {
    line-height: 22px;
    text-align: center;
}

.indexcontainer .main .mainright .warp {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.indexcontainer .main .mainright .bgwarp {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.indexcontainer .main .mainright img.bg {
    position: absolute;
    top: 0;
    z-index: 1;
}

.indexcontainer .main .mainright img.bg1 {
    top: 0;
    left: 0;
    width: 100%;
}

.indexcontainer .main .mainright img.bg2 {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.indexcontainer .main .mainright img.bg3 {
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.indexcontainer .main .mainright .bgwarp img.on {
    z-index: 5;
}

#tinymce {
    height: 900px;
}

.tox-tinymce {
    border-radius: 6px!important;
}

.tox .tox-tbtn svg {
    fill: #0d75fc!important;
}

.tox-tbtn--select {
    width: 80px!important;
}

#recontent {
    height: calc(100% - 49px);
    overflow: hidden;
    overflow-y: scroll;
}

#recontent::-webkit-scrollbar {
    width: 5px
}

#recontent::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 5px #fff;
    background: #666
}

#recontent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #fff;
    border-radius: 0;
    background: #fff
}

.p-middle>img {
    top: 45%!important;
}

.no-data {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    font-size: 15px;
    text-align: center;
    pointer-events: none;
}

#keke_toptb,#keke_hd {
    min-width: 1202px;
}

footer {
    min-width: 1202px;
}

.edit-tips {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.edit-up-tips {
    position: absolute;
    left: 20px;
    top: 100px;
    width: 300px;
    padding: 15px;
    background: linear-gradient(#c9def3,#fbfbfb);
    font-size: 15px;
    color: #656464;
    line-height: 24px;
    opacity: 0.8;
    border-radius:10px ;
}
.edit-up-tips:after{ content: '';  width: 10px; height: 10px; background:#c9def3; position: absolute; left: 20px; top: -4px; transform: rotate(-45deg);}

.edit-down-tips {
    position: absolute;
    left: 20px;
    top: 450px;
    width: 200px;
    padding: 15px;
    background: linear-gradient(#fbfbfb,#c9def3);
    font-size: 15px;
    color: #656464;
    line-height: 24px;
    opacity: 0.8;
    border-radius:10px ;
}
.edit-down-tips:after{ content: '';  width: 10px; height: 10px; background:#c9def3; position: absolute; left: 20px; bottom: -4px; transform: rotate(-45deg);}
.edit-right-tips {
    position: absolute;
    top: 270px;
    left: 440px;
    width: 365px;
    
    padding: 15px;
    background: linear-gradient(#c9def3,#fbfbfb);
    font-size: 15px;
    color: #656464;
    line-height: 24px;
    opacity: 0.8;
    border-radius:10px ;
}
.edit-right-tips:after{ content: '';  width: 10px; height: 10px; background:#c9def3; position: absolute; top: 20px; right: -5px; transform: rotate(-45deg);}
.nav_right {
    z-index: 2!important;
}

.indexcontainer.on {
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    margin: 0;
}

.indexcontainer.on .mainleft {
    width: calc(100% - 400px);
}

.indexcontainer.on .mainright {
    width: 380px;
}

.indexcontainer.on .mainright .bd .serach .serachbox {
    width: 320px;
}

#recontent>dl {
    border-bottom: 1px solid #ccc;
    margin: 5px auto;
}

#recontent>dl>dt {
    padding: 6px 0;
    font-weight: bold;
    overflow: hidden;
}

#recontent>dl>dd {
    padding: 6px 0;
}

.indexwarp {
    min-height: 855px;
}

.indexcontainer.on .new-nav{ width: 100%;}
.indexcontainer.on .new-nav ul{ overflow: hidden;}
.indexcontainer.on .new-nav ul li{ display: block; float: left; width: 14.5%; margin-right: 2.6%;}
.indexcontainer.on .new-nav ul li:last-child{ margin-right: 0;}

.aicheck-box{
    position: relative;
    background: #ffffff;
    border-radius: 4px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border: 1px solid #eeeeef;
    box-shadow: 0 2px 5px #ebefff;
    overflow: hidden;
}
.aicheck-box-num{
    padding: 5px 10px 5px 0;
}
.aicheck-box-info{

}
.aicheck-box-tips{
    margin-bottom: 5px;
}
.aicheck-box-type{

}
.operation{
    position: absolute;
    right: 10px;
    z-index: 10;
    cursor: pointer;
    font-size: 20px;
    color: #ff5722;
    display:block;
}
.aicheck-box:hover>.operation{
    display:block;
}
.accept{
    margin-right: 6px;
}
.ignore{
    
}
.acceptall,.ignoreall{
    border-radius:3px;
    cursor: pointer;
    color: #ff5722;
    padding: 0 2px;
    border: 1px solid #ff5722;
    margin-left: 4px;
    float: right;
    border-top: 1.5px solid #ff5722;
    border-bottom: 1.5px solid #ff5722;
    font-weight: normal;
    padding: 0.5px;
}
.aicheck-box{ transition:0.2s;}
.aicheck-box:hover {background: rgba(157,173,226,0.1); box-shadow: 0 0 1px rgba(157,173,226,0.5);}
.aicheck-box-tips .orgen{ color:#ff5722}
.aicheck-box-tips .black{ color:#000; font-weight:bold;}
.aicheck-box-tips b{ display:inline-block; width:20px; height:17px; background:url(/uploads/image/iimages/next.svg) center center no-repeat; background-size:80% auto;  vertical-align:middle; margin-top:-2px;}
