@charset "utf-8";

#thHtml #label_main_hb_h{
    pointer-events:none;
}
/* 你自己的样式 */
/*左浮动*/
.fl{
    float: left;
}
div{
    box-sizing: initial;
    user-select: none;
}
.fr{
    float: right;
}
.clear{
    clear: both;
}
/*新建画布*/
.addCanvas{
    font-size: 18px;
    background: #00b7ee;
    border-radius: 3px;
    line-height: 44px;
    width: 168px;
    color: #fff;
    display: inline-block;
    margin: 0 auto 20px auto;
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.addCanvas:hover{
    background: #00a2d4;
}

/*正文样式
*/

.main_zt{
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    padding: 0;
}


/*新建画布start*/
.can_hb {
    /*width: 100%;*/
    position: absolute;
    height: 300px;
    width: 300px;
    z-index: 19891015;
    top: 155px;
    left: 38%;
    margin: auto;
    padding: 0;
    text-align: center;
    background-color: #FFFFFF;
    /*height: 300px;*/
    /*line-height: 300px;*/
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid #c1c1c1;
    margin-top: 30px;
}

.ladiv {
    height: 50px;
    line-height: 50px;
}

.span_cs{
    display: none;
    position: absolute;
    top: 89px;
    left: 223px;
    background: #eee;
    padding: 2px 5px;
    color: red;
    font-size: 12px;
}
.ladiv span {
    margin-right: 10px;
}

.spanszie {
    font-size: 13px;
}

.input {
    width: 100px;
    height: 32px;
    padding-left: 10px;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    color: #828181;
}

.canvas_i {
    margin-right: 8px;
    font-size: 19px;
}

.canvas_hb {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #868686;
    font-weight: 600;
    background-color: #EEEEEE;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/*颜色选择器*/
.color_s {
    float: left;
    margin-right: -15px;
}
.color_text{
    position: relative;
    top: 20px;
    font-size: 12px;
    left: -36px;
    color: #7C7A7A;
}
.color_text_top{
    top: 35px;
    left: -41px;
}

.layui-colorpicker{
    border: 1px solid #afaeae;
}

.select{
    border: 2px solid #25AAD6;
}
.btn{
    border-radius: 3px;
    width: 80px;
    background-color: #00B7EE;

}
/*新建画布end*/

/*正文*/
.label_main{
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    top: 0px;
    left: 0px;
}

.label_main_div{
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    top: 0px;
    left: 0px;
}


.label_main_hb{
    position: absolute;
    z-index: 20;
}

.label_main_touyin{
    /*filter:drop-shadow(1px 1px 2px #c3c3c3);*/
    /*-webkit-filter:drop-shadow(1px 1px 2px #c3c3c3);*/
    /*-moz-filter:drop-shadow(1px 1px 2px #c3c3c3);*/
    /*-ms-filter:drop-shadow(1px 1px 2px #c3c3c3);*/
    /*-o-filter:drop-shadow(1px 1px 2px #c3c3c3);*/
}

/*新建文本样式*/
.new_wz{
    position: absolute;
    transform:rotate(0deg);
    -ms-transform:rotate(0deg); 	/* IE 9 */
    -moz-transform:rotate(0deg); 	/* Firefox */
    -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
    -o-transform:rotate(0deg);
    opacity: 1;
    ext-rendering: optimizeLegibility;
    overflow-wrap: break-word;
    word-break:break-all;
    word-wrap: break-word;
    cursor: url(/images/tuo.png),move;
}


/*选中框start*/
.rotate{
    position: absolute;
    left: 50%;
    top: -35px;
    margin-left: -8.5px;
    background-color: #FFF;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    color: #aeaeae;
    pointer-events: auto;
    cursor: pointer;
}

.smovest{
    position: absolute;
    left: 50%;
    bottom: -35px;
    margin-left: -8.5px;
    background-color: #FFF;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    color: #aeaeae;
    pointer-events: auto;
    cursor: pointer;
}

.rotate::after{
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
}
.rotate i{
    font-size: 14px;
    color: #cecccc;
}
.mr_ng-star-inserted{
    position: absolute;
    background-color: #FFF;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-sizing: border-box;
    cursor: crosshair;
    pointer-events: auto;
    right: -3px;
    top: 50%;
    margin-top: -10px;
    width: 6px;
    height: 20px;
    border-radius: 5px;
}

.ml_ng-star-inserted{
    position: absolute;
    background-color: #FFF;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-sizing: border-box;
    cursor: crosshair;
    pointer-events: auto;
    left: -3px;
    top: 50%;
    margin-top: -10px;
    width: 6px;
    height: 20px;
    border-radius: 5px;
}

.mt_ng-star-inserted{
    position: absolute;
    background-color: #FFF;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-sizing: border-box;
    cursor: crosshair;
    pointer-events: auto;
    left: 50%;
    top: -3px;
    margin-left: -8px;
    width: 20px;
    height: 6px;
    border-radius: 5px;
}

.mb_ng-star-inserted{
    position: absolute;
    background-color: #FFF;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-sizing: border-box;
    cursor: crosshair;
    pointer-events: auto;
    left: 50%;
    bottom: -3px;
    margin-left: -8px;
    width: 20px;
    height: 6px;
    border-radius: 5px;
}


.e-border{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(127,127,127,.3);
    box-sizing: border-box;
    cursor:url('/images/tuo.png'),move;
}
.ng-star-inserted{
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #FFF;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-sizing: border-box;
    cursor: crosshair;
    pointer-events: auto;
}
.ng-fx-inserted::after{
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
}
.ng-star-inserted::after{
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
}
.rotate:hover i{
    color: #25AAD6;
}

.smovest:hover i{
    color: #25AAD6;
}

.corner:hover{
    color: #25AAD6;
    background-color: #25AAD6;
}

.tl{
    left: -5px;
    top: -5px;
}
.tr{
    right: -5px;
    top: -5px;
}

.bl{
    left: -5px;
    bottom: -5px;
}
.br{
    right: -5px;
    bottom: -5px;
}

/*选中框end*/
/*双击选择文字*/
.cursor_move_text{
    display: none;
    position: absolute;
    width: auto;
    height: auto;
    /*background-color:#EEEEEE;*/
    /*background-color:rgba(238,238,238);*/
    background:rgba(37,170,214, 0.1)!important;
    filter:Alpha(opacity=10);
    background:#25AAD6;
    font-size: 14px;
    border-radius: 5px;
    padding: 1px 5px;
    z-index: 999999;

}


.new_wz::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}


/*div{background:rgba(0,0,0,0.2) none repeat scroll !important; !*实现FF背景透明，文字不透明*!*/
    /*background:#000; filter:Alpha(opacity=20);!*实现IE背景透明*!*/
    /*width:500px; height:500px; color:#F30; font-size:32px; font-weight:bold;}*/
/*div p{ position:relative;}!*实现IE文字不透明*!*/


.cursor_move_con{
    position:relative;
    width:fit-content;
    width:-webkit-fit-content;
    width:-moz-fit-content;
}

.wenzi_span{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.wenzi_span p{
    margin:0;
}

.wenzi_span1{
    z-index: -1;
}

.wenzi_span2{
    z-index: -2;
}

.wenzi_span3{
    z-index: -3;
}

/*比例框css*/

.t-stage-tool_bl{
    position: fixed;
    display: flex;
    left: 40%;
    width: auto;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0px 5px;
    border-radius: 5px;
    bottom: 70px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #676464;
    color: #FFFFFF;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    z-index: 50;
}
/*操作框*/
.t-stage-tool{
    position: fixed;
    display: flex;
    left: 40%;
    width: 250px;
    height: 35px;
    line-height: 35px;
    bottom: 15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    z-index: 20;
}

.t-stage-tool .icon-item{
    flex: 1;
    text-align: center;
    color: #7a7a7a;
    transition: .2s;
    cursor: pointer;
    border-right: 1px solid #f1f1f1;
}


.t-stage-tool .icon-item:hover{
    background: #CCCCCC;
}
.t-stage-tool .icon-item i{
    font-size: 20px;
}
.bq_move{
    position: fixed;
    bottom: 60px;
    font-size: 14px;
    width: auto;
    height: 20px;
    line-height: 20px;
    border: 1px solid #d0cece;
    padding: 4px 6px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    border-radius: 3px;
}
.bottom {
    position: relative;
    left: -60%;
    top: 21px;
    z-index: 2;
}

.bottom-arrow1,
.bottom-arrow2 {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    /*兼容ie8-*/
    border-bottom: 5px transparent dashed;
    border-left: 5px transparent dashed;
    border-right: 5px transparent dashed;
    border-top: 5px transparent red;
    overflow: hidden;
}

.bottom-arrow1 {
    top: 4px;
    border-top: 7px #d0cece solid;
}

.bottom-arrow2 {
    border-top: 10px white solid;
}
/*操作框end*/


/*遮罩层css*/
.t-guider{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 30;
}



.t-guider .overflow-stage{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*遮罩层end*/

/*右键鼠标样式*/
#rightHandButton{
    position: absolute;
    z-index: 999999;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    padding: 5px;
    box-sizing: border-box;
    min-width: 180px;
    color: #333;
    font-size: 15px;
}
#rightHandButton .rightHand_div_btns:hover{
    background: #D8D8D8;
}
#rightHandButton .rightHand_div_btn_view{
    width: 100%;
    height: auto;
    display: flex;
}
#rightHandButton .rightHand_div_btns{
    align-items: center;
    padding: 3px 5px;
    transition: .2s;
}

#rightHandButton .rightHand_div_btns{
    cursor: pointer;
    flex: 2;
    padding: 5px;
}
#rightHandButton .rightHand_div_ms{
    cursor: pointer;
    flex: 1;
    font-size: 13px;
    margin-top: 2px;
}


#rightHandButton .rightHand_div_text{
    cursor: pointer;
    flex: 1;
    padding: 0 5px;
}
.jianbian{
    -webkit-background-clip: text;
}

#endShuiYin button{
    position: absolute;
    left: 40%;
    top: 15px;
    padding: 8px 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    border-radius: 50px;
    background-color: #747474;
    cursor: pointer;
    transition: .2s;
    z-index: 999999;
    display: none;
}

#endShuiYin button:hover{
    background: #25AAD6;
    transition: .2s;
}

button{
    overflow: visible;
    background: 0 0;
    border: none;
    -webkit-appearance: none;
    outline: 0!important;
}

/*新版首页start*/
#newWelcome{
    width: 100%;
    height: 100%;
    margin: 5% auto 0 auto;
    position: relative;
}

#newWelcome .bead{
    width: 90%;
    margin-left: 5%;
    border: 5px dashed #d4d4d4;
    height: 350px;
    text-align: center;
    color: #cccccc;
    font-size: 18px;
    position: relative;
}

#newWelcome .bead .new_sheji{
    font-size: 18px;
    background: #00b7ee;
    border-radius: 30px;
    line-height: 44px;
    padding: 5px 30px 5px 44px;
    position: relative;
    *width: 120px;
    color: #fff;
    display: inline-block;
    margin: auto;
    margin-left: 20px;
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}


#newWelcome .bead .new_sheji.color-left{
    background: #FF3959;
}
#newWelcome .bead .new_sheji.color-center{
    background: #00b7ee;
}
#newWelcome .bead .new_sheji.color-right{
    background: #00E9B3;
}

#newWelcome .bead #dndArea{
    margin-top: 86px;
}


/*新版首页end*/


