html {
    height: 100%!important;
}

#app,
#index {
    height: 100%!important;
}

p {
    margin: 0!important;
    /* line-height: 22px; */
}

.el-submenu__title i {
    color: transparent!important;
}


/* .desc div, .desc p, .desc ol, .desc ul{
    word-break: break-all;
    position: relative;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; */


/* padding: 0 10px; */


/* } */

*/ .ql-toolbar {
    z-index: 99999;
}


/* .desc {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    padding-bottom: 10px;
    box-sizing: border-box;
} */

.desc ol,
.desc ul {
    padding: 0 0 0 20px;
}

.desc ul li {
    width: 100%;
    white-space: normal;
}

.template_wrapper .quill-editor {
    width: 80%!important;
    display: inline-block;
    height: 252px;
}

.template_wrapper .ql-container {
    height: 200px!important;
}

.approval .quill-editor {
    display: inline-block;
    height: 145px!important;
}

.approval .ql-container {
    height: 90px!important;
}

.template_title {
    width: 100px;
    text-align: right;
    display: inline-block;
}

.template_wrapper {
    line-height: 40px;
    font-size: 14px;
    margin: 10px 0;
}

.template_wrapper .el-select {
    width: 88%!important;
}

.template_wrapper .el-input {
    width: 88%!important;
}

.keyword_setting .el-input {
    width: 100%!important;
}

.template_wrapper .el-textarea {
    width: 88%!important;
}

.el-select .el-input {
    width: 100%!important;
}

.el-submenu__title {
    line-height: 22px!important;
    margin: 0 0 8px 0!important;
    height: auto!important;
    padding: 0!important;
}


/*.project_selected{*/


/*background: #0093fd;*/


/*color: #fff;*/


/*}*/

.el-header {
    position: fixed;
    z-index: 4;
    top: 0;
    width: 100%;
    background: #fff;
}

.el-aside {
    position: fixed;
    z-index: 5;
    top: 0;
}

.el-menu {
    border-right: none!important;
}

::-webkit-scrollbar {
    width: 6px;
}


/*::-webkit-scrollbar-track{background-color:#bee1eb;}*/


/*::-webkit-scrollbar-thumb{background-color:#00aff0;}*/


/*::-webkit-scrollbar-thumb:hover {background-color:#9c3}*/


/*::-webkit-scrollbar-thumb:active {background-color:#00aff0}*/

.el-main {
    min-width: 600px;
    padding: 40px 0 0 135px!important;
}

body {
    font-family: '微软雅黑';
    font-size: 14px;
    margin: 0 auto;
    /* height: 100%; */
}

.moduel_input {
    display: inline-block;
    vertical-align: middle!important;
}

.display_box .el-select,
.display_box .el-textarea {
    width: 80%!important;
}

.el-submenu__icon-arrow {
    top: -1000px;
}

.fr {
    float: right;
}


/*模态窗*/

.piaochuang_modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}

.zhezhao_mask {
    background: #000;
    opacity: 0.5;
    opacity: alpha(opacity=50);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.modal_content {
    position: absolute;
    width: 800px;
    height: auto;
    left: 50%;
    top: 200px;
    /*transform: translateY(-50%);*/
    margin-left: -400px;
    background: #fff;
    z-index: 3;
    /*overflow: hidden;*/
    padding-bottom: 10px;
}

.biaoti_title {
    overflow: hidden;
    padding-left: 10px;
    line-height: 35px;
    background-image: linear-gradient(#fafafa, #dedede);
}

.btns_container {
    text-align: center;
    margin-top: 10px;
}

.canceal_btn {
    background: #ccc!important;
    margin-left: 20px;
}

.canceal_btn {
    background: #ccc!important;
    margin-left: 20px;
}

.anniu_btn {
    padding: 0 10px;
    line-height: 32px;
    background: #e9e8e4;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
}

.loadingWrapper {
    position: absolute;
    height: 120px;
    width: 100px;
    margin-left: -50px;
    left: 50%;
    top: 200px;
}

.loadingWrapper img {
    display: block;
}

.close {
    width: 35px;
    height: auto;
    vertical-align: middle;
    cursor: pointer;
}

.fr {
    float: right;
}

a {
    text-decoration: none;
    color: #333;
}

.none {
    display: none;
}

.right_container .default_page {
    font-size: 24px;
    color: #00499a;
    text-align: center;
    background: #fff;
    position: absolute;
    width: 100%;
}

.downloadTips {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    line-height: 22px;
}

.updateTxt {
    color: red;
    cursor: pointer;
}

.ql-toolbar.ql-snow {
    line-height: 20px!important;
}

.project_btn {
    width: 96px!important;
}

.desc_content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    position: relative;
    /*float: left;*/
}

.desc_content:hover::after {
    content: attr(data-title);
    display: inline-block;
    padding: 5px;
    border: 1px solid #ddd;
    position: relative;
    top: 0;
    left: 0;
}

.warpper_update {
    position: absolute;
    top: 0;
    right: 0;
}

.ellipsis {
    width: 14px;
    position: absolute!important;
    bottom: 0;
    right: 0;
    background: #f2f2f2;
    z-index: 99;
    text-align: right;
    line-height: 20px;
    color: #00499a;
}

.downloadTips img {
    width: 80%;
    margin-top: 10px;
}


/* .detail li{
 list-style: disc;
 width: 100%;
 /* white-space: normal;  */

.upload-demo {
    display: inline-block;
}

.desc_detail {
    overflow: hidden;
    height: 130px;
    position: relative;
    padding: 0 14px 20px 0;
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap;
}

.desc_detail p {
    word-wrap: break-word;
    word-break: keep-all;
    white-space: pre-wrap;
}

.btn {
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    background: #ccc;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    padding: 0 15px;
    margin: 0 30px;
}

.comfirm_btn {
    background: #169bd5;
}

.scroll_div {
    height: 90%;
    overflow: auto;
}

.template_title {
    text-align: right;
    display: inline-block;
}

.template_wrapper {
    line-height: 40px;
    font-size: 14px;
}


/* .template_wrapper .el-input{
width: 60%!important;
} */

.auto_saved {
    color: #1454a5;
}

.create_project {
    font-size: 16px;
    font-weight: bold;
    text-align: center!important;
    /*text-indent: 2em;*/
}

.keyword_setting .el-input {
    width: 100%!important;
}

.right_container {
    margin-left: 10px;
    height: 100%;
    background: #fff;
    position: relative;
    /* overflow-x: auto; */
    overflow-y: hidden;
}

.detail_wrapper {
    background: #fff;
    padding: 5px 10px;
    font-size: 14px
}

.project_item {
    border: 1px solid #999999;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    position: relative;
}

.selectType {
    width: 95%;
    line-height: 28px;
    height: 24px;
    cursor: pointer;
    font-family: 黑体;
    font-size: 12px;
    display: inline-block;
    padding-left: 5px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(240, 240, 240);
    border-image: initial;
}

.add_file {
    width: 35px;
    height: auto;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    margin: 0 20px 0 0;
    line-height: 18px;
    cursor: pointer;
}

.bar {
    line-height: 40px;
    background: #eee;
    overflow: hidden;
    text-align: left;
}

.bar_right {
    position: absolute;
    top: 0;
    width: 100%;
}

.el-menu {
    background: #e6e6e6!important;
}

.el-aside:nth-of-type(1) .el-menu {
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*padding-top: 100px;*/
}

.sysstemInfo {
    padding-top: 80px;
}

.el-aside:nth-of-type(2) .el-menu {
    position: relative;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*padding: 135px 0 0 0!important;*/
    height: 100%;
}

.el-aside:nth-of-type(2) .el-input {
    width: 100%!important;
}

.menu_top {
    /*top:0;*/
    /*position: fixed;*/
    /*z-index: 99;*/
    /*background: #fff;*/
    /*left: 110px;*/
}

.document_wrapper {
    width: 95%;
    overflow: hidden;
    border: 1px solid #aaa;
    margin: 10px 0;
    padding: 5px;
    line-height: 26px;
}

.document_wrapper .document_info {
    display: inline-block;
}

.document_wrapper .document_detail {
    /* width: 300px; */
    float: right;
    position: relative;
}

.document_list {
    background: #e6e6e6!important;
}

.add_file .el-button {
    vertical-align: bottom!important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 16px;
    font-family: '微软雅黑';
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #666;
    font-size: 16px;
    font-family: '微软雅黑';
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #666;
    font-size: 16px;
    font-family: '微软雅黑';
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #666;
    font-size: 16px;
    font-family: '微软雅黑';
}


/*.add_file  .item {*/


/*display: inline-block;*/


/**/


/*}*/

.add_file img {
    height: auto;
    width: 22px;
    margin: 0 10px;
    vertical-align: middle;
}

.el-aside:nth-of-type(1) {
    z-index: 99;
}

.el-aside:nth-of-type(2) {
    left: 100px;
    padding: 0 10px;
}

.el-tag {
    margin: 8px !important;
}

.bottom_wrapper {
    padding-bottom: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #fff;
}


/*.messageType{*/


/*width: 70px;text-align: center;border: #8c939d 1px  solid;*/


/*margin-left: 10px;*/


/*}*/

.newsContent .el-input {
    width: 500px!important;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.keyword {
    color: #0099ff;
}

.project_user_wrapper {
    display: inline-block;
}

.project_user_wrapper .el-select {
    width: 700px!important;
}

.el-tag {
    margin: 0 10px;
}

.right-bar {
    width: 600px;
}

.right-bar .item,
.left-bar .item {
    display: inline-block;
    width: 25%;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
}

.el-submenu__title i {
    color: #fff!important;
}

.el-submenu__title i {
    color: #0093fd!important;
}

.el-submenu .el-submenu__title {
    text-align: left;
    line-height: 22px!important;
    height: auto!important;
}

.el-main {
    min-width: 1200px;
    padding: 40px 0 0 370px!important;
    /*height: 800px;*/
}


/*.el-submenu__title i;:before {*/


/*color:  #0093fd!important;*/


/*}*/

.el-icon-arrow-down:before {
    content: ''!important;
}

.el-submenu__title {
    line-height: 22px!important;
    padding: 0!important;
    /*height: 35px!important;*/
}

.project_selected {
    background: #fff;
    border: 1px solid #0095f5;
}

.project_selected_audting {
    background: #eee;
}

.project_name {
    color: #00499a;
    font-size: 17px;
    font-family: "微软雅黑";
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.audit_name {
    color: #00499a;
    font-size: 17px;
    font-family: "微软雅黑";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon_update {
    line-height: 18px;
    border: 1px solid red;
    border-radius: 12px;
    color: red;
    font-size: 12px;
    display: inline-block;
    padding: 0 6px;
    margin-left: 10px;
}

.content_show {
    border-width: 1px;
    border-style: solid solid solid solid;
    border-color: #0095f5;
    margin-top: -1px;
}

.item {
    width: 100%;
}

.plan_wrapper {
    display: block!important;
}

.textare {
    width: 100%;
}

.moduel_input {
    display: inline-block;
    margin: 5px;
}

#searchPage {
    width: 100%;
    padding-top: 108px;
    position: relative;
}

.el-aside {
    height: 100%;
    background: #fff;
    /*border-right: 1px solid #ccc;*/
}

.bar {
    line-height: 40px;
    /*background: #eee;*/
    width: 100%;
}

.searchBar {
    width: 80%;
}

.edui-editor {
    /* z-index: 3000!important; */
}

.el-date-picker {
    z-index: 3001!important;
}

.selectType {
    width: 200px;
    line-height: 28px;
    height: 24px;
    cursor: pointer;
    font-family: "微软雅黑";
    font-size: 12px;
    display: inline-block;
    padding-left: 5px;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    color: #333;
}

.header {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -650px;
    width: 1300px;
    background: #fff;
}

.mint-searchbar {
    background: #0099ff!important;
}

.mint-searchbar-cancel {
    color: #fff!important;
}

.mint-cell:last-child {
    background-image: transparent!important;
}

.mint-cell-wrapper {
    background-image: transparent!important;
}

.mint-search {
    height: auto!important;
    display: inline-block;
    width: 80%;
}

.result_header {
    /*line-height: 35px;*/
}

.name {
    font-weight: bold;
}

.company_status {
    border: 1px solid #34cc33;
    line-height: 24px;
    font-size: 12px;
    padding: 0 10px;
    color: #34cc33;
}

.infoWrapper {
    color: #999;
}

.info {
    display: inline-block;
    margin: 0 10px;
}

.representative {
    color: #0084ff;
}

.searchType {
    padding: 0 15px;
    cursor: pointer;
}

.searchTypeSelected {
    color: #fff;
    background: #0099ff;
}


/*.el-button{*/


/*vertical-align: top!important;*/


/*}*/

.mint-search-list {
    left: -999999!important;
    right: auto!important;
}

.typeSelected {
    background: #0093fd!important;
    color: #fff !important;
}

.lists a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    display: block;
}

.lists a:nth-last-child(1) {
    border-bottom: none;
}

.el-pagination {
    text-align: center;
}

.bottom_wrapper {
    padding-bottom: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #fff;
}

.newsContent .el-input {
    width: 500px!important;
}

.bottom_bar {
    position: fixed;
    top: 50px;
    width: 50%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.el-main {
    min-width: 1100px;
}

.el-main:nth-of-type(2) {
    max-height: 800px;
}

.bottom_bar .el-input__inner {
    width: 400px;
}

.newsWapper {
    /*width: 70%;*/
    /*margin:20px auto 0;*/
    /*height: 87%;*/
    min-width: 400px;
    /*position: relative;*/
    /*padding-bottom: 60px;*/
    overflow: auto;
    /* max-height:600px; */
}

.right-box {
    text-align: right;
}

.message-box {
    line-height: 30px;
    margin: 10px 0;
}

.items {
    margin: 0 15px;
}

.speech-bubble {
    position: relative;
    background-color: #e5e5e5;
    height: auto;
    line-height: 30px;
    /* 垂直居中 */
    color: #000;
    text-align: left;
    font-family: sans-serif;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    word-break: break-all;
    box-shadow: 3px 0 1px #e5e5e5 inset;
    max-width: 400px;
}

.speech-bubble-right {
    margin: 10px 35px 0 0;
}

.speech-bubble-left {
    margin: 10px 0 0 35px;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 15px solid;
    color: #fff;
}

.vistor {
    line-height: 24px;
}

.vist_info {
    height: 100px;
    width: 128px;
    padding: 10px 0;
    color: #fff100;
    line-height: 22px;
    z-index: 999;
    position: relative;
    font-size: 15px;
}

.blnk_bg {
    height: 100%;
    width: 120px;
    background: #000;
    /* older safari/Chrome browsers */
    -webkit-opacity: 0.5;
    /* Netscape and Older than Firefox 0.9 */
    -moz-opacity: 0.5;
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
    -khtml-opacity: 0.5;
    /* IE9 + etc...modern browsers */
    opacity: .5;
    /* IE 4-9 */
    filter: alpha(opacity=50);
    /*This works in IE 8 & 9 too*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /*IE4-IE9*/
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}

.sxry {
    margin-bottom: 10px;
}

.el-header {
    position: fixed;
    z-index: 4;
    top: 0;
    width: 100%;
    background: #fff;
}

.sidebar_r {
    color: #40404a;
    font-size: 14px;
    width: 70%;
    font-weight: bold;
    line-height: 22px;
}

.sidebar_r_top {
    padding-left: 20px;
    border-bottom: 1px solid #dddddd;
}

.sidebar_r_bottom {
    padding: 5px 5px 5px 20px;
}

.brand {
    margin-right: 60px;
    font-size: 16px;
    line-height: 26px;
    height: 26px;
}

.project_detail {
    overflow: hidden;
    background: #f2f2f2;
    white-space: normal;
    color: #000;
}

.other_detail .detail {
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand img {
    height: 26px;
    width: auto;
    vertical-align: middle;
    margin-left: 3px;
}

.client_info,
.vist_target_content {
    margin-bottom: 3px;
}

.client_info {
    overflow: hidden;
}

.vist_target,
.staff,
.cooperative_company {
    font-family: '微软雅黑';
    font-weight: normal;
}

.statVisitCount {
    color: #93c025!important;
    text-decoration: none;
    border-bottom: 1px solid #93c025;
}

.el-container {
    /*height: ;*/
}

.assocCount {
    color: #091ed9!important;
    text-decoration: none;
    border-bottom: 1px solid #091ed9;
}

.visitContent {
    font-family: '微软雅黑';
    font-weight: normal;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    width: 80%;
}

.vist_target {
    height: auto;
}

.warm_tips {
    display: inline-block;
    margin-left: 10px;
}

.vist_detail {
    /*width: 70%;*/
    line-height: 30px;
}

.details {
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}

.txt {
    vertical-align: top;
}

.list {
    padding: 10px;
    overflow: hidden;
}

.container .list {
    min-width: 770px;
}

.list:nth-of-type(odd) {
    /* background: #eeeeee; */
    border: 1px solid #eeeeee;
}

.list:nth-of-type(even) {
    background: #fff;
    border: 1px solid #ccc;
}

.del {
    padding: 0 10px 0 30px;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    line-height: 26px;
    display: inline-block;
    color: #b5b5b5;
    /*background: url(../../img/pc/del.png) no-repeat 10px center;*/
    background-size: 16px auto;
}

.del:hover {
    color: red;
    /*background: url(../../img/pc/del_selected.png) no-repeat 10px center;*/
}

.del img {
    height: 16px;
    width: auto;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
}

.category_btn {
    background: #ccc;
    line-height: 28px;
    height: 28px;
    border-radius: 3px;
    display: inline-block;
    margin: 8px 15px;
    padding: 0 5px;
    cursor: pointer;
    font-family: '微软雅黑';
}

.selected_btn {
    background: #9bc3ff;
    color: #fff;
}

.search_selected {
    background: #4c91f9!important;
    color: #fff;
}

.menu_top .category_btn {
    margin: 5px 10px 5px 0;
}

.detail_wrapper .category_btn {
    margin: 0;
    line-height: 22px;
    height: 22px;
    margin-right: 15px;
}

.systemInfo {
    padding-top: 10px;
    text-align: center;
    color: #fff;
}

.systemInfo .category_btn {
    line-height: 28px;
    margin: 8px;
    width: 60px;
    /*border: 1px solid #ccc;*/
    background: transparent;
}

.systemInfo .typeSelected {
    background: #4589c8!important;
}


/*.recorder_list {*/


/*margin-top: 15px;*/


/*height: 96%;*/


/*overflow: auto;*/


/*!*min-width:780px;*!*/


/*width: 98%;*/


/*}*/

.sidebar_l {
    border: 1px solid #999;
    height: 120px;
    overflow: hidden;
    width: 200px;
    position: relative;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.function_btn {
    width: 80px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
}

.loginout {
    color: #0099ff;
}

.item {
    text-decoration: none;
    margin-right: 30px;
    line-height: 35px;
    cursor: pointer;
    text-align: right;
}

.del_txt {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 1px;
    font-weight: normal;
    cursor: pointer;
}

.number {
    color: #0093fd;
    font-weight: normal;
}

.main-left,
.main-right {
    position: absolute;
    /*min-height: 760px;*/
}

.main-left {
    top: 0px;
    left: 0;
    background: #e7e7e7;
    width: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.el-submenu__title * {
    vertical-align: top!important;
}

.detail span {
    line-height: 22px;
}

.main-right {
    width: 180px;
    top: 30px;
    right: 0;
    height: 770px;
    border: 1px solid #dbdbdb;
    padding: 20px 0 0 10px;
    color: #098ff2;
    font-size: 14px;
}

@keyframes gogo {
    from {
        margin-left: -200px
    }
    to {
        margin-left: -200px
    }
}

@-webkit-keyframes gogo
/* Safari 与 Chrome */

{
    from {
        background: red;
    }
    to {
        background: yellow;
    }
}