body{
    overflow-y: hidden;
}
.app {
    width: 100%;
    /* height: 914px; */
    position: relative;
    top: 90px;
    left: 0;
    bottom: 0;
    z-index: 29;
}
.container {
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.header {
    width: 100%;
    height: 55px;
    border-bottom: 0px solid #eef2f8;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 30;
    background: #fff;

}

/* 头部左侧 */
.header_left {
    min-width: 400px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-self: left;
    margin-left: 20px;
    padding-top: 14px;
}
/* logo标签 */
.logo {
    margin-right: 13px!important;
    padding-top: 3px;
}
.editor-logo {
    display: inline-block;
    background: no-repeat;
    background-image: url('../../pattern/imgs/logo.png');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    border: 0;
    color: #45454b;
    text-indent: -9999px;
    width: 106px;
    height: 33px;
    cursor: pointer;
}
.invite-img{
    margin: 0 8px;
}
/* 通用 */
.button_header {
    height: 32px;
    padding: 0px 8px 0px 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    /*    border: none !important;*/
    text-decoration: none;
    text-align: left;
    user-select: none;
    position: relative;
    color: #444950;
    background-color: initial;
    /*    border-color: transparent;*/
    /*    transition: all .2s ease-out;*/
    /*    transition-property: width,height,color,opacity,background-color,border-color;*/
    /*    border-radius: 4px;*/
    border-bottom:2px solid #3299fb;
}
.button_contanier_header {
    font-weight: 700;
    justify-content: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* 文件按钮 */
.file {
    margin-right: 2px !important;
}
.file:hover {
    background-color:  #F1F2F4;
}
/* 视图 */
.view:hover {
    background-color:  #F1F2F4;
}
/* 分隔符 */
.divide-line {
    border-left: 1px solid #dadde1;
    width: 0;
    height: 16px;
    margin: 0 16px;
}
.border-active{
    /*    background: #2699fb;*/
    color: #2699fb;
    margin-right: 12px;
    font-weight:700

}
/* 左箭头 */
/* 右箭头 */
/* 保存按钮 */

/* 头部右侧 */
.header_right {
    width: 630px;
    height: 40px;
    align-items: center;
    display: flex;
    text-align: right;
    justify-self: end;
    padding-top: 14px;
}
.button-area{
    margin-right: 20px;
    display:none
}
/* 通用 */
.font_right {
    font-weight: normal;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
.header-right{
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.regdiv{
    padding-right: 5px;
    color: #636c78;
    cursor: pointer;
}
.user-info{
    position: relative;
    margin-left: 20px;
}
.head-img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}
.head-hover-show{
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 1000;
    background: #ffffff;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.16);
    border-radius: 4px;
    overflow: hidden;
    display: none;
}
.hover-show-vip-header{
    width: 275px;
    height: 120px;
    position: relative;
    padding: 0 20px;
    color: #596b96;
    background: url("../../pattern/imgs/non-vip2x_e40427eb.png") no-repeat top;
    display: flex;
    flex-direction: column;
}
.notvip-tips{
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 8px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 4px 0 10px 0;
    color: #fdfdff;
    background: rgba(0,0,0,.2);
    display: none;
}
.nick-name{
    max-width: 130px;
    margin-top: 40px;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #434951;
    text-align: left;
}
.mine-list{
    padding: 8px 0;
}
.mine-list-item{
    display: block;
    padding: 10px 16px;
    line-height: 20px;
    color: #000;
    text-align: left;
    cursor: pointer;
}

.dropdown-menu{
    background: #FFF;
    box-shadow: 0 3px 5px rgba(0,0,0,0.5);
    overflow: auto;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    border-radius:4px;
}
.dropdown-menu ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 40px;height:40px
}
.dropdown-menu ul li a{
    color: #333;
    font-size: 14px;
    height: 100%;
    line-height: 40px;
    padding: 0;
}
.dropdown-menu ul li>a:not(.grey):hover, .dropdown-menu ul li>a:hover, .dropdown-menu ul li label:not(.grey):hover, .dropdown-menu ul li label:hover{
    background-color: #3299fb;
    color: #FFF;
    cursor: pointer;
}
/*左侧tab栏*/
.aside {
    position: fixed;
    width: 66px;
    top: 105px;
    left: 0;
    bottom: 0;
    z-index: 30;
    background: #f2f2f7;
    border-right: 0px solid #eef2f8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.aside_top {
    width: 100%;
}
.button_aside {
    text-align: center;
    position: relative;
    padding: 12px 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    color: #757e8a;
    background: #f2f2f7;
    border: none;
    outline: none;
    width: 100%;
    cursor: pointer;
    border-radius: 0;
    word-break: break-all;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100px;
}

.button_contanier_aside {
    font-weight: 700;
    justify-content: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.aside_click {
    /*    border-left: 3px solid #2699fb;*/
    font-size: 13px;
    color: #3299fb;
    background:#fff
}
/* 模板 */
.icondiv {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: auto;
    margin-bottom: 2px;
}

.help {
    text-align: center;
    position: relative;
    padding: 12px 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    color: #757e8a;

    border: none;
    outline: none;
    width: 100%;
    cursor: pointer;
    border-radius: 0;
    word-break: break-all;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100px;
}

.help_aside {
    font-weight: 700;
    justify-content: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
/* 内置左侧栏-模板 */
.view-content{
    width: 260px;
    min-height: 100vh;
    position: absolute;
    top: 55px;
    left: 66px;
    bottom: 0;
    z-index: 30;
    background-color: #fff;
    border-right: none;
    box-shadow: 2px 0px 0px rgba(21,21,21,.2);
    overflow-y: auto;
    padding-top:20px;
    text-align:center
}
.tab_img_scroll_recommend {
    width: 100%;
    padding: 9px 20px 150px 20px;
    overflow-x: hidden;
    overflow-y: auto;

}
.shape-list{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	width: 240px;
}
.waterfall-item{
width: 94px;
margin: 5px;
padding: 10px;
cursor: pointer;
border-radius: 6px;
background: #f2f2f7;
}
.waterfall-item img{
/*    width: 100%;*/
    vertical-align: middle;
	height:74px;
	max-width:74px;
}
.load-more{
    /*background: #2699fb;*/
    display: none;
    padding: 8px;
    border-radius: 4px;
    /*color: #fff;*/
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;

}
.nodata{
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    display: none;
}
.img_container {
    padding: 4px;
    width: 90%;
    margin:0 5%;
    box-sizing: border-box;
    position: relative;background:#f2f2f7;
    border-radius:5px
}
.img_container img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 0px solid #e0e5ea;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.close_inaside {
    width: 20px;
    height: 64px;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    top: 400px;
    left: 326px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    line-height: 64px;
    text-align: center;
    font-weight: bold;
    z-index: 30;
}
.collspace{
    left: 66px;
}
.collspace-content{
    width: 0;
    display: none;
}
.close_editor {
    left: 66px !important;
}
.complex_padding {
    width: 100%;
    padding: 24px;
    text-align:center;
    margin-bottom:50px
}
.complex_padding h3{margin-top:40px;text-align:left;font-size:14px;color:#555;line-height:30px;height:60px;padding-left:6px}
.upload {
/*    width: 184px;*/
    height: 50px;
    background-color: #2699fb;
    border-color: #2699fb;
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    text-align:center;
    margin: 0 auto;


}
#updiv{position:fixed;background:#fff;padding:14px 0;top:105px; width: 204px;}
.upload-input{
    width: 204px;
    height: 50px;
    background-color: #2699fb;
    border-color: #2699fb;
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;cursor:pointer
}
.upload img {
    padding-bottom: 3px;
}
.upload span {
    color: #fff;
    font-size: 15px;

}
.img-list{
    margin-top: 20px;
		-moz-column-count: 2; 
        -webkit-column-count: 2; 
        column-count: 2;
        -moz-column-gap: 0;
        -webkit-column-gap:0;
        column-gap:0;
}
.upload-waterfall-item{
        -moz-page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        break-inside: avoid; 
		margin-bottom:3px

}
.upload-waterfall-item img{
    width:94%;
    cursor: pointer;
	border-radius:6px

}
.tag-title{
    font-size: 14px;
    text-align: left;
    background: #eae8e8;
    padding: 8px;
    border-radius: 6px;
    margin: 4px;
    cursor: pointer;
}
.tag-active{
    background: #e3ecfa;
    color: #2e64ec;
}
.tag-list{
    display: flex;
    flex-wrap:wrap ;
    align-items: center;
    padding: 0 20px;
    margin-top: 15px;
}
.load-more img{
    width: 40px;
    vertical-align: middle;
}
/*右侧编辑区样式*/
/*自定义滚动条样式代码*/

*::-webkit-scrollbar{
    width:5px;
    height:5px;
}
*::-webkit-scrollbar-track{
    background: #f7f7f7;
    border-radius:2px;
}
*::-webkit-scrollbar-thumb{
    background: #eee;
    border-radius:5px;
}

body::-webkit-scrollbar{
    width:10px;
}
body::-webkit-scrollbar-thumb{
    background: #b3b2be;
    border-radius:5px;
}
/*dodo firefox 下滚动条*/
*{
    scrollbar-width: thin;
    scrollbar-color: #eee #f7f7f7;
}
html{
    scrollbar-width: thin;
    scrollbar-color: #eee #f7f7f7;
}
.editor_body {
    position: fixed;
    top: 55px;
    left: 326px;
    right: 0;
    bottom: 0;
    z-index: 20;
    background-image: url('../../pattern/imgs/trans.png');
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
    overflow-y:auto;
    overflow-x:auto
}
.editor-shell-wrap {
    padding: 30px;
    width: 920px;
    position: relative;
}
.adjust-area{
    margin-top: 25px;
    display: block;
}
.adjust-area div{
    margin-bottom: 15px;
    font-size: 12px;
}
input[type=range] {
    -webkit-appearance: none;
    /* width: calc(100% - (73px)); */
    height: 10px;
    border-radius: 5px;
    outline: none;
    padding: 0;
    margin: 0;
    background: #cecece;
    background-size: 0% 100%;
}
input[type=range] {
    -webkit-appearance: none;
    /* width: calc(100% - (73px)); */
    height: 10px;
    border-radius: 5px;
    outline: none;
    padding: 0;
    margin: 0;
    background: #cecece;
    background-size: 0% 100%;
}
.range{
    width: 200px;
}
#TB{
    transform: rotate(90deg);
    display:none;
    position:fixed;
    color:#666;
    font-size:12px;
}
#LR{
    display:block;
    position:fixed;
    right:30px;
    top:130px;
    font-size:12px;
    color:#666;z-index:97;
	background:#fff;border-radius:6px;padding:10px 16px;border:1px solid #666;box-shadow: 0 2px 5px rgba(21,21,21,.5);opacity:0.9
}
#LR input{cursor:e-resize;margin:0 6px}
#LR input[type=range]{width:100px !important}

#ZOOM{
    transform: rotate(90deg);
    display:none;
    position:fixed;
    color:#666;
    font-size:12px;z-index:98;
	background:#fff;border-radius:6px;padding:10px 16px;border:1px solid #666;box-shadow: 0 2px 5px rgba(21,21,21,.5);opacity:0.9;
}
#ZOOM input{cursor:n-resize}
.function_panel {
    width: 90%;
    padding: 0 20px;
    position: absolute;
    right: 0;
    bottom: 13px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
/* 放大缩小按钮 */
.editor-tool-bar {
    /*width: 168px;*/
    height: 40px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    /* position: absolute;
    right: 10px;
    bottom: 0; */
    background: #fff;
   border:1px solid #666;box-shadow: 0 2px 5px rgba(21,21,21,.5);
    border-radius: 6px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 6px 0 14px;
    color: #636c78;
	display:none
}
.editor-button-bar {
    width: 100%;
    display: inline-flex;
    justify-content: left;
    align-items: center;
    flex-direction: row;
    font-size: 12px;
    line-height: 17px;
    position: relative;
}
.editor-button-bar button{cursor:pointer}
.narrow {
    width: 30px;
    height: 36px;
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;

}
.percentage {
    width: 48px;
    height: 35px;
    font-size: 14px;
    padding: 10px 3px;
    cursor: pointer;
}
.enlarge {
    width: 30px;
    height: 36px;

}
.divide-lines {
    border-left: 1px solid #dadde1;
    width: 0;
    height: 16px;
    margin-left: 6px;
    margin-right: 2px;
    cursor: pointer;
}
@media(max-width: 1000px){
    .editor-shell-wrap {
        width: 800px;
    }
}
.editor-shell-wrap img {
    width: 100%;
    height: 100%;
}
#movelayer{ position: absolute;background:none;width:0px;height:0px;opacity:0.2;cursor:move;display:none;}
#loading{position:fixed;width:100%;height:100%;margin:0;background:#000;opacity:0.7;z-index:99;color:#ccc;font-size:20px;text-align:center}
#loading div{top:50%; position:absolute;
    left:50%;max-width:200px;text-align:center;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)}

/*自定义dialog样式*/
.callback-dialog,.download_success,.error-dialog{
    display: none;
    box-shadow: 2px 2px 15px 0 rgba(0,0,0,.3);
    max-width: 400px;
    border-radius: 4px;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    word-break: break-all;
    box-sizing: border-box;
    /*font-size:14px;*/
    /*font-weight: 600;*/
    font-size: 16px;
    line-height: 25px;
}
.cointips-dialog{
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download_success{
    min-height: 180px;
}
.callback-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
.error-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;

}
.button-operater{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.button-operater a,.button-download,.button-charge{
    display: block;
    background-color: #2699fb;
    color: #fff;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    margin-top: 10px;
    margin-right: 15px;
    cursor: pointer;
}
/*#qrcode{
    margin-top: 10px;
    height: 140px;
}*/
.success-tip{
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}
.device-dialogbg {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
}
.device-dialog {
    width: 480px;
    height: auto;
    padding: 16px 24px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.save-tips{
    margin: 8px 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}

.device-dialog{
    width: 480px;
    height: auto;
    padding: 16px 24px;

}
.device-title{
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 16px;
}
.device-detail{
    color: #636c78;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.device-info{
    margin-top: 20px;
}
.device-btnarea{
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 20px;
}
.device-btn{
    min-width: 80px;
    padding: 0 16px;
    border-radius: 4px;
    line-height: 38px;
    font-size: 14px;
    color: #444950;
    text-align: center;
    font-weight: 700;
    white-space: nowrap;
    background-color: #f0f3f4;
    cursor: pointer;
    margin-right: 8px;
}
.blue-btn{
    background-color: #2254f4;
    color: #fff;
}

@media (max-width:1000px){
    .waterfall-item{
        width: 40%;
    }
}

.jscolor{padding:6px 10px;width:70px;border-radius:6px;border:0;cursor:pointer;text-align:center}
.icon-close{cursor:pointer}

.othertool-banner{
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    background: #f8f9fc;
    z-index: 20;
}
.othertool-banner ul{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.tool-nav-item{
    margin-right: 18px;
    height: 32px;
    justify-content: center;

}
.tool-nav-item a{
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 100%;
}
.tool-nav-item a p{
    padding-left: 5px;
}

.info-link{
    position: relative;
}
.info-icon{
    width: 22px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
}
.info-num{
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #FF4B4B;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -6px;
    transform: scale(0.8);
    display: none;
}

.adver-banner{
    position: fixed;
    bottom: 0;
    z-index: 30;
    /* left: calc(100% - 1519px); */
    /*width: 100%;*/
    text-align: center;
    padding: 0 20px;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
}
.adver-banner a {
    display: inline-block;
    position: relative;
}
.adver-img{
    max-width: 1600px;
    width: 100%;
}
.adver-close{
    position:absolute;
    cursor: pointer;
    top: 0;
    right: 0;
}


/*赠送金币弹窗*/
.sendcoin-dialog{
    width: 388px;
    height: 170px;
    background-image: linear-gradient(73deg,
    #ff6d40 0%,
    #ff7a40 100%),
    linear-gradient(
            #fd6637,
            #fd6637);
    background-blend-mode: normal,
    normal;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
}
.complete-top{
    background: #f85421;
    display: flex;
    height: 45px;
    line-height: 45px;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
}
.complete-title{
    color: #fff9e0;
    font-size: 17px;
    font-weight: 550;

}
.complete-content{
    padding: 30px;
    display: flex;
    justify-content: space-between;
}
.complete-left{
    display: flex;
    align-items: center;
}
.coin-pic{

}
.send-content{
    margin-left: 20px;
}
.content-title{
    color: #fff9e0;
    font-size: 20px;
    font-weight: 550;
}
.coin-get{
    font-size: 16px;
    color: #fff9e0;
    line-height: 25px;
    margin-top: 10px;
}
.complete-right{
    width: 94px;
    height: 38px;
    background-image: linear-gradient(
            73deg, #fff6d2 0%, #ffce7d 100%), linear-gradient( #fff6d2, #fff6d2);
    background-blend-mode: normal, normal;
    box-shadow: 1px 6px 4px 0px rgb(214 70 25 / 17%);
    border-radius: 19px;
    color: #f14612;
    font-size: 14px;
    font-weight: 550;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}
.img-close{
    width: 13px;
    cursor: pointer;
}
