::-webkit-scrollbar {
    width: 6px;
    height: 12px;
    background-color: #edf0f4;
}
::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 0px white;
    -webkit-box-shadow: inset 0 0 0px white;
    background-color: rgb(193, 193, 193);
    border-radius: 20px;
}
.el-header, .el-footer {
    color: #333;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
}
.el-main {
    color: #333;
}
[v-cloak] {
    display: none;
}
.el-button{
    border-radius: 1px;
}
.el-input__inner{
    border-radius: 1px;
}

.gatherContent .el-card{
    width: 97%;
}
.el-scrollbar__bar .is-horizontal{
    display: none;
}
.gatherContent .el-card__body{
    padding: 10px 20px;
}
.el-timeline-item__timestamp{
    color: #909399;
    line-height: 1;
    font-size: 14px;
}
.html{
    color: #ccc;
    border-top: 3px solid #2dce89;
    background: #344258!important;
}
.delivery-num{
    position: absolute;
    left: 88%;
    cursor: pointer;
    height: 20px;
    background: #ff4d4d;
    padding: 0 7px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    z-index: 999;
    opacity:0.9
}
#mainbody{
    height: 100%;
}
.copy{
    position: absolute;
    left: 88%;
    cursor: pointer;
    height: 20px;
    background: #ff4d4d;
    padding: 0 7px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    z-index: 999;
    opacity:0.9
}

/*.el-message:nth-of-type(2) {
    top: 30%!important;
}*/
.el-message{
    min-width: 220px;
    padding: 12px 15px;
    border-radius: 0px;
    -webkit-box-shadow: 0 9px 28px 8px rgba(0,0,0,.05), 0 6px 16px 0 rgba(0,0,0,.08), 0 3px 6px -4px rgba(0,0,0,.12);
    -moz-box-shadow: 0 9px 28px 8px rgba(0,0,0,.05), 0 6px 16px 0 rgba(0,0,0,.08), 0 3px 6px -4px rgba(0,0,0,.12);
    box-shadow: 0 9px 28px 8px rgba(0,0,0,.05), 0 6px 16px 0 rgba(0,0,0,.08), 0 3px 6px -4px rgba(0,0,0,.12);
    background: #fff;
}
.el-message>p{
    margin-left: 10px;
    font-size: 16px;
}
.el-message>i{
    font-size: 18px;
}
.el-form-item__label{
    padding-right: 10px !important;
}
.rebate-empty{
    height:280px;
    background:#fff;
    border-radius:8px;
    text-align:center;
    font-size:15px;
    color:#c0c5cc;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding-top:52px
}
.rebate-empty .empty-img {
    width:90px;
    height:82px;
    margin:0 auto
}
.rebate-empty .empty-img img {
    width:100%;
    height:100%
}
.item {
    margin-top: 6px;
    float: right;
}
.el-badge__content{
    line-height: 16px;
}

.el-header{
    height: auto !important;
    max-height: 113px;
    background: #344258!important;
    color: #ccc;
    min-height: 50px;
    line-height: 50px;
}

/*.el-footer{
    position:absolute;bottom:0;width:100%;
    height: 50px !important;
    color: #ccc;
    min-height: 50px;
    line-height: 50px;
}*/
.bg-purple-light {
    background: #e5e9f2;
}
.grid-content {
    border-radius: 4px;
    font-size: 16px;
    line-height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 45px;
}
.el-form{
    padding-left: 15px;
}
/*.gatherContent .el-card:hover{
    background: #e5e9f2;
}*/
/*.content:hover{
    background: #e5e9f2;
}*/
@media (min-width: 1000px) {
    .right-content .el-card{
        width: 100%;
    }
}
.right-content .el-card{
    margin-bottom: 20px;
}
.right-content .el-card .el-card__header,.el-card__body{
    padding: 10px 15px;
}
.right-content .el-card .el-card__body ul{
    padding: 0px 5px;
}
.right-content .el-card .el-card__body ul li{
    height: 35px;
    line-height: 34px;
    border-bottom: 1px dashed #e5e5e5;
    overflow: hidden;
}

.gatherimage{
    width: 100px;
    height: 100px;
}

.items-center{
    display: flex;
    flex-wrap: wrap;
}

.keyword-header{
    background: white;
    color: black;
}
.keyword-header .first{
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 1340px;
    padding-top: 8px;
    padding-bottom: 8px
}
.keyword-header #eml{
    text-decoration: none;font-size: 12px;color: black;
}
.keyword-container{
    margin: 0 auto;
    max-width: 1400px;
}
.keyword-content{
    margin-top: 10px;max-height: 100vh;overflow: auto;
}
.keyword-content-div-flex{
    display: flex
}
.keyword-content-div-flex p{
    font-size: 13px;color: #909399;
}
.keyword-content-div-flex .inimg{
    font-size: 13px;color: #909399; width: 85%;
}
.layui-card{
    max-width: 95%;
    -webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%) !important;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%) !important;
}
.layui-timeline-title {
    color: #909399;
    line-height: 17px !important;
}
.layui-panel{
    padding: 15px 20px;
}
.keywordtitle{
    text-decoration: none !important;
    font-size: 16px;
    color: grey !important;
}
.keywordtitle:hover{
    color: #6e96e4 !important;
}
.keywordtitle span{
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.navbar{
    background: #e5e9f2;line-height: 50px
}
.navbar div ul li{
    margin-left: 15px;
}
.navbar div ul li a{
    text-decoration: none;
}
footer{
    background-color: #344258!important;margin-top: 20px
}


.layui-card-header {
    height: auto !important;
}

@media (max-width: 760px) {
    .xg-desc{
        display: inline-block;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;width:122px;vertical-align:-18px !important;
    }
    .keyword-container{
        padding: 0px 5px;
    }
    .index-content .layui-card{
        margin-left: 5px;
    }
    .index-content .layui-card .layui-card-header{
        line-height: 25px;
    }
    .right-content{
        margin-left: 20px;
    }
    .prev-next-div{
        padding: 0px 20px;
    }
    .grid-content{
        font-size: 13px;
    }
    .layui-col-xs12.layui-col-md2.layui-col-space10.right-img{
        margin-left: 2px;
    }

}
.rev-a{
    margin-top: 20px;
    width: 80%;max-width: 80%;text-decoration: none !important;
}
.rev-a:hover{
    color: #6e96e4 !important;
}

.rev-a div{
    width: 90%;
    overflow:hidden;
    text-overflow: ellipsis;
}
.rev-a i{
    vertical-align:13px !important;
}

.corr-a li {
    position: relative;
    list-style: none;
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    text-overflow: ellipsis;
}
.corr-a li a {
    width: 100%;
    color: #999999;
    text-decoration: none;
    padding: 0 0 0 18px;
    white-space:nowrap;
}
.corr-a li a:hover{
    color: #d93e2d;
}