html{
    color: #333;
}
body{
    background: #f4f5f6;
    /*-moz-user-select:none;!*火狐*!*/
    /*-webkit-user-select:none;!*webkit浏览器*!*/
    /*-ms-user-select:none;!*IE10*!*/
    /*-khtml-user-select:none;!*早期浏览器*!*/
    /*user-select:none;*/
    min-height: auto;
    /*解决页面因为出现滚动条抖动问题*/
    padding-left: calc(100vw - 100%);
}
html, body{
    width: 100%;
    height: 100%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
#app{
    height: 100%;
}
[v-cloak]{
    display: none;
}
.iconfont{
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
    user-select:none;
}
input{
    color: inherit;
}
.innerC{
    width: 1240px;
    margin: 0 auto;
}
label{
    font-weight: normal;
}
/*顶部面包屑导航*/
.breadcrumb-wrap{
    height: 30px;
    border-bottom: 1px solid #d1d1d1;
    color: #909090;
}
.breadcrumb-wrap .breadcrumb{
    padding: 0;
    margin-bottom: 0;
    line-height: 28px;
}
/*顶部面包屑导航end*/
.editor{
    height: calc(100% - 84px);;
}
.editor .innerC{
    height: 100%;
}
/*发布*/
.publish-wrap{
    position: relative;
    height: 54px;
    box-shadow: 0 2px 9px -2px rgba(0,0,0,0.2);
    z-index: 11;
}
.publish-wrap .publish-right{
    float: right;
    padding-top: 8px;
}
.publish-wrap .publish-btn{
    display: inline-block;
    text-align: center;
    font-size: 18px;
    height: 30px;
    width: 80px;
    line-height: 30px;
    border-radius: 6px;
    color: #fff;
    margin-right: 15px;
    background-color: #17acf6;
    vertical-align: middle;
}
.publish-wrap .publish-btn.disabled{
    opacity: 0.6;
    cursor: not-allowed;
}
.publish-wrap .anonymity{
    display: inline-block;
    color: #999;
    margin-bottom: 0;
    margin-right: 20px;
    vertical-align: middle;
}
.publish-wrap .help{
    display: inline-block;
    vertical-align: middle;
}
.publish-wrap .help .iconfont{
    color: #6a6a6a;
    font-size: 25px;
    vertical-align: super;
}
.publish-wrap .publish-right .show-who-wrap{
    color: #666;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.publish-wrap .is-activity{
    display: inline-block;
    margin-right: 10px;
}
.publish-wrap .at-wrap{
    display: inline-block;
    color: #666;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 20px;
}
.publish-right .show-who-wrap .show-who{
    display: inline-block;
}
.publish-right .show-who-wrap .show-who .iconfont{
    font-size: 14px;
}
.publish-right .show-who-wrap .show-who .show-who-list{
    width: 60px;
    min-width: 60px;
    border-radius: 4px;
    padding: 0;
    line-height: 24px;
}
.publish-right .show-who-wrap .show-who .show-who-list .show-who-item{
    font-size: 14px;
    color: #999;
    padding-left: 5px;
    border-bottom: 1px solid #dadada;
    cursor: pointer;
}
/*发布end*/
/*编辑器*/
/*编辑器左侧列表*/
.left-preview{
    float: left;
    width: 330px;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
}
.left-preview .default-tip{
    padding: 40px 0;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.left-preview .preview-item{
    position: relative;
    height: 95px;
    padding-top: 15px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    /*overflow: hidden;*/
}
.left-preview .preview-item.img{
    height: 130px;
}
.left-preview .preview-item .preview-content .content-text{
    margin: 0 40px 0 20px;
    max-height: 72px;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.left-preview .preview-item.subtitle{
    height: 70px;
}
.left-preview .preview-item.subtitle .preview-content .content-text{
    font-weight: bold;
}
.left-preview .preview-item .preview-content .content-text.active{
    text-align: center;
}
.left-preview .preview-item.img .preview-content .content-img{
    width: 165px;
    height: 96px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.left-preview .preview-item.img .preview-content .content-img img{
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    width: auto;
    min-height: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.left-preview .preview-item .handle{
    position: absolute;
    right: 6px;
    top: 15px;
    width: 20px;
    color: #999;
}
.left-preview .preview-item .handle .delete-item{
    display: inline-block;
    margin-bottom: 10px;
}
.left-preview .preview-item .handle .show-tip-wrap{
    position: relative;
}
.left-preview .preview-item .handle .show-tip-wrap .show-tip{
    position: absolute;
    left: -117px;
    top: 21px;
    word-break: keep-all;
    font-size: 13px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 10;
}
.left-preview .preview-item .handle .show-tip-wrap:hover .show-tip{
    color: #999;
}
/*.left-preview .preview-item .handle .show-tip-wrap .show-tip:before{*/
/*     position: absolute;*/
/*     left: 40px;*/
/*     top: -13px;*/
/*     content: '';*/
/*     border: 6px solid #ccc;*/
/*     border-color: transparent transparent #ccc transparent;*/
/* }*/
/*.left-preview .preview-item .handle .show-tip-wrap .show-tip:after{*/
/*    position: absolute;*/
/*    left: 40px;*/
/*    top: -12px;*/
/*    content: '';*/
/*    border: 6px solid #fff;*/
/*    border-color: transparent transparent #fff transparent;*/
/*}*/
/*编辑器左侧列表end*/
/*编辑器右侧编辑区域*/
.right-wrap{
    height: 100%;
    margin-left: 340px;
    background-color: #fff;
}
.right-blank{
    height: 500px;
}
.right-compile{
    padding: 20px 50px 0 76px;
    height: 100%;
    overflow-y: auto;
}
.right-compile .compile-classify{
    float: left;
    width: 140px;
    position: relative;
}
.right-compile .compile-classify .classify-change{
    display: inline-block;
    color: #666;
    width: 110px;
    height: 36px;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}
.right-compile .compile-classify .classify-change:hover{
    color: #17acf6;
}
.right-compile .compile-classify .classify-change .iconfont{
    color: #666;
}
.right-compile .compile-classify .classify-list{
    background-color: #fff;
    position: absolute;
    top: 38px;
    left: 0;
    width: 110px;
    padding-left: 10px;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    color: #666;
    line-height: 25px;
    z-index: 11;
    display: none;
}
.right-compile .compile-classify .classify-list.active{
    display: block;
}
.right-compile .compile-classify .classify-list a{
    display: block;
}
.right-compile .compile-title{
    overflow: hidden;
    border-bottom: 1px solid #dadada;
}
.right-compile .compile-title input{
    font-size: 18px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    width: 100%;
}
.right-compile .compile-content{
    padding-bottom: 170px;
    margin-top: 3px;
}
/*增加项目按钮*/
.compile-add{
    position: relative;
    left: -40px;
    top: 25px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #17acf6;
    text-align: center;
    cursor: pointer;
}
/*.compile-add:hover .compile-add-list{*/
/*    display: block;*/
/*}*/
.compile-add > .iconfont{
    font-weight: bold;
    color: #fff;
    line-height: 26px;
}
.compile-add .compile-add-list{
    position: absolute;
    top: -10px;
    width: 120px;
    left: 40px;
    border: 1px solid #dadada;
    background: #fff;
    border-radius: 6px;
    font-size: 14px;
    z-index: 10;
    /*display: none;*/
}
.compile-add .compile-add-list:before{
    content: '';
    position: absolute;
    left: -30px;
    top: 15px;
    border: 10px solid #dadada;
    border-width: 8px 15px 8px;
    border-color: transparent #dadada transparent transparent;
}
.compile-add .compile-add-list:after{
    content: '';
    position: absolute;
    left: -28px;
    top: 15px;
    border: 10px solid #fff;
    border-width: 8px 15px 8px;
    border-color: transparent #fff transparent transparent;
}
.compile-add .compile-add-list .compile-add-item{
    line-height: 32px;
    text-align: left;
    padding-left: 15px;
}
.compile-add .compile-add-list .compile-add-item .upload-img{
    display: none;
}
.compile-add .compile-add-list .compile-add-item .iconfont{
    font-size: 16px;
    margin-right: 6px;
}
.compile-add .compile-add-list .compile-add-item a{
    display: block;
}
/*增加项目按钮end*/
/*小标题输入*/
.subtitle-wrap{
    height: 32px;
    line-height: 32px;
    border: 1px solid #dadada;
    position: relative;
    border-radius: 4px;
    padding-left: 20px;
}
.subtitle-wrap .handle-style{
    position: absolute;
    top: 0;
    right: 0;
}
.subtitle-wrap .handle-style .paragraph-icon{
    margin-right: 20px;
}
.subtitle-wrap .handle-style .paragraph-icon .show-tip{
    position: absolute;
    left: -13px;
    top: 30px;
    word-break: keep-all;
    font-size: 13px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: normal;
    padding: 0 8px;
    z-index: 10;
}
.subtitle-wrap .handle-style .paragraph-icon .show-tip:before{
    position: absolute;
    left: 16px;
    top: -13px;
    content: '';
    border: 6px solid #ccc;
    border-color: transparent transparent #ccc transparent;
}
.subtitle-wrap .handle-style .paragraph-icon .show-tip:after{
    position: absolute;
    left: 16px;
    top: -12px;
    content: '';
    border: 6px solid #fff;
    border-color: transparent transparent #fff transparent;
}
.subtitle-wrap .subtitle-inp{
    font-weight: 500;
    height: 100%;
    width: 640px;
    text-align: center;
    color: #666;
}
.subtitle-wrap .handle-style .iconfont{
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
}
.subtitle-wrap .handle-style .center.active{
    color: #17acf6;
}
.subtitle-wrap .handle-style .colors{
    display: inline-block;
    background: url("/images/forum/colors-icon.png") no-repeat;
    width: 16px;
    height: 16px;
    background-size: 100%;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}

.subtitle-wrap .handle-style .colors-list{
    position: absolute;
    left: -90px;
    top: 26px;
    width: 146px;
    height: 32px;
    border: 1px solid #dadada;
    border-radius: 4px;
    padding-left: 18px;
    background: #fff;
    z-index: 1;
}
.subtitle-wrap .handle-style .colors-list .colors-item{
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 15px;
    background: black;
    margin-top: 7px;
}
.subtitle-wrap .handle-style .colors-list .colors-item:before{
    content: '';
    position: absolute;
    left: 87px;
    top: -10px;
    border: 10px solid #dadada;
    border-width: 0 10px 10px;
    border-color: transparent transparent #dadada transparent;
}
.subtitle-wrap .handle-style .colors-list .colors-item:after{
    content: '';
    position: absolute;
    left: 87px;
    top: -9px;
    border: 10px solid #fff;
    border-width: 0 10px 10px;
    border-color: transparent transparent #fff transparent;
}
.subtitle-wrap .handle-style .colors-list .colors-item.red{
    background-color: #ed2308;
}
.subtitle-wrap .handle-style .colors-list .colors-item.green{
    background-color: #39b54a;
}
.subtitle-wrap .handle-style .colors-list .colors-item.blue{
    background-color: #17acf6;
}
/*小标题输入end*/
/*文字段落输入*/
.paragraph-wrap{
    border: 1px solid #dadada;
    border-radius: 4px;
    position: relative;
}
.paragraph-wrap .paragraph-inp{
    min-height: 110px;
    padding: 15px 15px 40px;
    line-height: 24px;
}
.paragraph-wrap .paragraph-inp img{
    vertical-align: middle;
}
.paragraph-wrap .paragraph-inp-tip{
    position: absolute;
    top: 15px;
    left: 15px;
    color: #999;
    display: none;
}
.paragraph-wrap .handle-style{
    border-top: 1px solid #dadada;
    height: 40px;
    line-height: 38px;
}
.paragraph-wrap .handle-style ul.clearfix{
    display: inline-block;
}
.paragraph-wrap .handle-style .paragraph-icon{
    position: relative;
    float: left;
    margin-left: 20px;
    cursor: pointer;
}
.paragraph-wrap .handle-style .paragraph-icon .show-tip{
    position: absolute;
    left: -13px;
    top: 33px;
    word-break: keep-all;
    font-size: 13px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: normal;
    padding: 0 8px;
    z-index: 10;
}
.paragraph-wrap .handle-style .paragraph-icon .show-tip:before{
    position: absolute;
    left: 16px;
    top: -13px;
    content: '';
    border: 6px solid #ccc;
    border-color: transparent transparent #ccc transparent;
}
.paragraph-wrap .handle-style .paragraph-icon .show-tip:after{
    position: absolute;
    left: 16px;
    top: -12px;
    content: '';
    border: 6px solid #fff;
    border-color: transparent transparent #fff transparent;
}
.paragraph-wrap .handle-style .paragraph-icon .emoji{
    vertical-align: middle;
}
.paragraph-wrap .handle-style .paragraph-icon .iconfont{
    font-size: 20px;
}
.paragraph-wrap .handle-style .paragraph-icon .iconfont.active{
    color: #17acf6;
}
.paragraph-wrap .handle-style .paragraph-icon .emoji-list{
    position: absolute;
    left: -21px;
    top: 39px;
    width: 360px;
    padding: 0 0 8px 8px;
    background: #fff;
    border: 1px solid #cdcdcd;
    z-index: 10;
}
.paragraph-wrap .handle-style .paragraph-icon .emoji-list .emoji-item{
    float: left;
    width: 27px;
    height: 27px;
    margin-right: 8px;
    margin-bottom: 6px;
}
.paragraph-wrap .words-limit{
    color: red;
    font-size: 14px;
    float: right;
    padding-right: 10px;
}
/*文字段落输入end*/
/*图片插入*/
.img-wrap{
    text-align: center;
}
.img-wrap .img-box{
    position: relative;
    text-align: center;
    width: 480px;
    padding: 4px;
    margin: 0 auto;
}
.img-wrap .img-box.active{
    padding: 3px;
    border: 1px solid #dadada;
}
.img-wrap .img-box .img-item{
    width: 470px;
    vertical-align: middle;
}
.img-wrap .img-box .img-delete{
    position: absolute;
    right: -40px;
    bottom: 0;
    font-size: 14px;
    cursor: pointer;
}
.img-wrap .img-describe{
    width: 530px;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
}
.img-wrap .img-box .mask-img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.6);
}
.img-wrap .img-box .mask-img .progress{
    width: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.img-wrap .img-box .progress .progress-item{
    position: relative;
    display: inline-block;
    width: 160px;
    height: 8px;
    background: #fff;
    border-radius: 8px;
    margin-right: 10px;
    text-align: left;
    overflow: hidden;
}
.img-wrap .img-box .progress .progress-item .progress-bar{
    position: absolute;
    display: inline-block;
    height: 8px;
    background: #17acf6;
    border-radius: 8px;
}
.img-wrap .img-box .progress .iconfont{
    vertical-align: middle;
    cursor: pointer;
}
.img-wrap .img-box .progress .progress-tip{
    font-size: 14px;
}
/*图片插入end*/
/*编辑器右侧编辑区域end*/
/*编辑器end*/
/*删除提示*/
.delete-tip-wrap{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 100;
    display: none;
}
.delete-tip-wrap .delete-tip{
    position: absolute;
    top: 280px;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}
.delete-tip-wrap .delete-tip .tip-words{
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}
.delete-tip-wrap .delete-tip .tip-btns span{
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.delete-tip-wrap .delete-tip .tip-btns .confirm{
    color: red;
    border-left: 1px solid #ccc;
}
/*删除提示end*/
/*点击视频提示*/
.tip-wrap{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 100;
}
/*.tip-wrap.img-tip-wrap{*/
/*    display: none;*/
/*}*/
.tip-wrap .tip-box {
    position: absolute;
    top: 220px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 150px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    padding: 10px;
    line-height: 40px;
}
.tip-wrap .tip-box .tip-header{
    border-bottom: 1px solid #e5e5e5;
}
.tip-wrap .tip-box .tip-body{
    border-bottom: 1px solid #e5e5e5;
}
.tip-wrap .tip-box .tip-footer .cancel-btn{
    float: right;
    padding: 4px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin-top: 10px;
    display: inline-block;
    line-height: normal;
    cursor: pointer;
}
/*点击视频提示end*/
/*发布提示*/
.success-tip {
    position: fixed;
    left: 50%;
    top: 50%;
    font-size: 20px;
    color: #666;
    background: #fff;
    padding: 6px 15px;
    border-radius: 10px;
    z-index: 101;
    display: none;
}
.success-tip .iconfont.success{
    font-size: 28px;
    color: #6bc339;
    vertical-align: sub;
    margin-right: 8px;
}
.success-tip .iconfont.error{
    font-size: 28px;
    color: #d81e06;
    vertical-align: sub;
    margin-right: 8px;
}
/*发布提示end*/
/*@功能*/
.remind-wrap .remind-names{
    color: #666;
    min-height: 40px;
    line-height: 30px;
}
.remind-wrap .remind-names .remind-names-item{
    margin-right: 20px;
}
.remind-wrap .remind-names .remind-names-item .iconfont{
    font-size: 18px;
    margin-left: 5px;
    cursor: pointer;
    vertical-align: top;
}
.remind-wrap .remind-inp-wrap{
    border: 1px solid #dadada;
    border-radius: 6px;
    width: 600px;
    height: 50px;
    line-height: 50px;
    position: relative;
    float: left;
}
.remind-wrap .remind-inp-wrap .remind-inp-icon{
    float: left;
    color: #fff;
    font-size: 24px;
    display: inline-block;
    width: 50px;
    line-height: 48px;
    height: 100%;
    text-align: center;
    background-color: #17acf6;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    overflow: hidden;
}
.remind-wrap .remind-inp-wrap .remind-inp{
    width: 540px;
    height: 48px;
    line-height: 48px;
    padding-left: 15px;
    font-size: 16px;
}
.remind-wrap .remind-inp-wrap .remind-inp[disabled]{
    cursor: not-allowed;
}
.remind-wrap .at-clear-btn{
    padding: 6px 26px;
    border-radius: 4px;
    border: 1px solid #b7b7b7;
    margin-right: 57px;
    background-color: #f5f5f6;
    margin-top: 8px;
}
.tribute-container{
    position: absolute;
    left: 60px;
    top: 48px;
    width: 190px;
    height: auto;
    overflow: auto;
    z-index: 999999;
    border: 1px solid #dadada;
    border-radius: 4px;
}
.tribute-container .tribute-list{
    margin: 0;
    margin-top: 2px;
    padding: 0;
    list-style: none;
    background: #fff;
}
.tribute-container .tribute-item {
    line-height: 35px;
    padding: 0 10px;
    cursor: pointer;
}
/*.tribute-container .tribute-item:hover{*/
/*    background: #f0f0f1;*/
/*}*/
.tribute-container .tribute-item.active{
    background: #f0f0f1;
}
/*@功能end*/
/*投票功能*/
.vote-wrap{
    font-size: 16px;
    margin-bottom: 20px;
}
.vote-wrap .vote-btn{
    color: #fff;
    padding: 7px 16px;
    background-color: #17acf6;
    border-radius: 6px;
}
.vote-wrap .vote{
    width: 700px;
    border: 1px solid #dadada;
    border-radius: 6px;
    overflow: hidden;
}
.vote-wrap .vote .vote-title{
    font-size: 20px;
    color: #fff;
    padding-left: 36px;
    height: 54px;
    line-height: 54px;
    background-color: #17acf6;
}
.vote-wrap .vote .vote-explain{
    margin-top: 36px;
}
.vote-wrap .vote .vote-body-title{
    float: left;
    width: 126px;
    padding-top: 10px;
}
.vote-wrap .vote .vote-explain-text{
    float: left;
    width: 515px;
    height: 100px;
    line-height: 20px;
    padding: 10px;
    margin-left: 14px;
    border: 1px solid #dadada;
    border-radius: 4px;
}
.vote-wrap .vote-option{
    margin-top: 15px;
}
.vote-wrap .vote-option .vote-option-list{
    margin-left: 140px;
}
.vote-wrap .vote-option .vote-option-list .vote-option-item-wrap .delete-item{
    font-size: 24px;
    color: #666;
    cursor: pointer;
}
.vote-wrap .vote-option .vote-option-list .vote-option-item{
    width: 515px;
    height: 50px;
    line-height: 48px;
    border-radius: 4px;
    margin-bottom: 15px;
    padding-left: 10px;
    border: 1px solid #dadada;
}
.vote-wrap .vote-footer{
    margin-top: 15px;
    margin-bottom: 30px;
}
.vote-wrap .vote-footer .vote-clear-btn{
    padding: 6px 30px;
    border-radius: 4px;
    border: 1px solid #b7b7b7;
    margin-right: 43px;
    background-color: #f5f5f6;
}
/*投票功能end*/
