.gary-text {
    font-size: 12px;
    color: #838383;
    margin: 4px 0 0 -4px;
}

.bb-custom-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.bb-bg {
    /*margin-top: 30vh;*/
    /*background-image: url("../images/view_bg.png");*/
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
}

.opacity-zero {
    opacity: 0 !important;
    -ms-filter: alpha(opacity=0) !important;
    filter: alpha(opacity=0) !important;
}

.opacity-zero1 {
    opacity: 0 !important;
    -ms-filter: alpha(opacity=0) !important;
    filter: alpha(opacity=0) !important;
    display: none;
}

.opacity-zero2 {
    opacity: 0.6 !important;
    -ms-filter: alpha(opacity=60) !important;
    filter: alpha(opacity=60) !important;
}

.opacity-half {
    opacity: 0.5 !important;
    -ms-filter: alpha(opacity=50) !important;
    filter: alpha(opacity=50) !important;
}

.bb-disabled {
    pointer-events: none;
    cursor: default;
}

.bb-custom-side {
    width: 50%;
    float: left;
    height: 100%;
    overflow: hidden;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.bb-custom-side img {
    /*width: 100%;*/
}

.bb-custom-all .bb-bookblock {
    width: 100%;
    height: 100%;
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
}

.bb-item {
    /*box-shadow: 0 12px 20px -10px rgba(81, 64, 49, 0.6) !important;*/
    /*box-shadow: 0 0 16px -4px rgba(81, 64, 49, 0.6) !important;*/
}

.bb-item-Shadow {
    /*box-shadow: 0 12px 20px -10px rgba(81, 64, 49, 0.6) !important;*/
    box-shadow: 0 0 16px -4px rgba(81, 64, 49, 0.6) !important;
}

.lar-noShadow {
    box-shadow: 0 12px 6px -10px rgba(81, 64, 49, 0.6) !important;
}

.uad-noShadow {
    box-shadow: 0 12px 20px -30px rgba(81, 64, 49, 0.6) !important;
}

.remove-style {
    vertical-align: bottom
}

/*.bb-bookblock li:nth-child(1){*/
/*box-shadow: none;*/
/*}*/
.bb-custom-wrapper h3 {
    font-size: 1.4em;
    font-weight: 300;
    margin: 0.4em 0 1em;
}

.bb-custom-wrapper nav {
    width: 100%;
    height: 30px;
    margin: 1em auto 0;
    position: relative;
    z-index: 0;
    text-align: center;
}

.bb-custom-wrapper nav a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 2px;
    background: #72b890;
    color: #fff;
    font-size: 0;
    margin: 2px;
}

.bb-custom-wrapper nav a:hover {
    opacity: 0.6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60)
}

.bb-custom-icon:before {
    font-family: 'arrows';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 20px;
    line-height: 30px;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.bb-custom-icon-first:before,
.bb-custom-icon-last:before {
    content: "\e002";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-arrow-right:before {
    content: "\e003";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-first:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* No JS */
.no-js .bb-custom-wrapper {
    height: auto;
}

.no-js .bb-custom-content {
    height: 470px;
}

#center {

    LEFT: 50%;
    POSITION: absolute;
    TOP: 50%

}

#dhtmlbook {

    background: #000;
    left: -210px;
    visibility: hidden;
    width: 420px;
    position: relative;
    top: -160px;
    height: 320px

}

#txtbox {

    font-size: 0.8em;
    width: 410px;
    color: #aba193;
    font-family: verdana;
    position: absolute;
    top: 320px;
    text-align: center

}

.page1 {

    overflow: hidden;
    border-left: #000000 1px solid;
    width: 50%;
    cursor: pointer;
    position: absolute;
    height: 100%

}

.right {
    left: 50%

}

.turn {

    background: #000000

}

.img {

    width: 200%;
    position: absolute;
    height: 100%

}

.book {
    margin: 20px auto 10px;
    box-sizing: border-box;
    height: 30px;
    width: 41px;
    background: #fff;
    border: 1px solid #ffa91b;
    border-radius: 4px;
    -webkit-perspective: 300px;
    perspective: 300px;
    position: relative;
}

.book__page {
    position: absolute;
    height: 108%;
    width: 59%;
    background: #fff;
    top: -1px;
    right: -1px;
    border: inherit;
    border-radius: inherit;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-animation: page-flip 5s linear infinite;
    animation: page-flip 5s linear infinite;
}

.book__page__fill {
    background: #00a3b6;
    width: 80%;
    border: inherit;
    margin: 0 auto;
    border-width: 1px;
    border-bottom: none;
    border-radius: inherit;
    box-sizing: border-box;
    margin-top: 4px;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-animation: fill-1 5s linear forwards infinite;
    animation: fill-1 5s linear forwards infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.book__page__fill:nth-child(2) {
    -webkit-animation-name: fill-2;
    animation-name: fill-2;
}

.book__page__fill:nth-child(3) {
    -webkit-animation-name: fill-3;
    animation-name: fill-3;
}

.book__page__fill:nth-child(4) {
    -webkit-animation-name: fill-4;
    animation-name: fill-4;
}

.book__page__fill:nth-child(5) {
    -webkit-animation-name: fill-5;
    animation-name: fill-5;
}

@-webkit-keyframes page-flip {
    50% {
        -webkit-transform: rotateY(0) translateX(0);
        transform: rotateY(0) translateX(0);
    }
    80%, 100% {
        -webkit-transform: rotateY(-180deg) translateX(-5px);
        transform: rotateY(-180deg) translateX(-5px);
    }
}

@keyframes page-flip {
    50% {
        -webkit-transform: rotateY(0) translateX(0);
        transform: rotateY(0) translateX(0);
    }
    80%, 100% {
        -webkit-transform: rotateY(-180deg) translateX(-5px);
        transform: rotateY(-180deg) translateX(-5px);
    }
}

@-webkit-keyframes fill-1 {
    10%, 100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes fill-1 {
    10%, 100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes fill-2 {
    10% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    20%, 100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes fill-2 {
    10% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    20%, 100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes fill-3 {
    20% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    30%, 100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes fill-3 {
    20% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    30%, 100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes fill-4 {
    30% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    40%, 100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes fill-4 {
    30% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    40%, 100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes fill-5 {
    40% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    50%, 100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes fill-5 {
    40% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    50%, 100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.creat-guanlian {
    position: absolute;
    left: 33%;
    top: 20%;
    z-index: 999
}

.page-head {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: var(--webNavbarBackColor);
    color: #fff;
    position: relative;
    /*min-width: 1120px;*/
}

.page-head-icon {
    float: left;
}

.page-head-icon img {
    margin-left: 10px;
    height: 40px;
}

.page-head-save {
    float: right;
    display: flex;
    align-items: center;
}

.page-head-save span {
    display: inline-block;
    cursor: pointer;
    float: left;
}

.page-head-title {
    float: left;
    margin-left: 40px;
}

.page-head-title div {
    outline: none;
    min-width: 30px;
}

.save-xml {
    padding: 0 6px;
}
.save-xml1{
    width: 120px;
    border-radius: 100px;
    color: var(--webSecondButtonTextColor);
    margin-right: 10px;
    transition: all .1s ease;
    display: flex !important;
    align-items: center;
}
.save-xml1 .iconfont{
    margin-right: 5px;
}
.save-xml1 i{
    font-style:normal;
}
.save-xml1:hover{
    /* color: var(--webMainButtonBackColor); */
}
.save-xml, .save-exit {
    text-align: center;
    width: 96px;
    border-radius: 100px;
    color: var(--webSecondButtonTextColor);
    /* border-left: 2px solid var(--webSecondButtonLeftBorderColor); */
    background: var(--webSecondButtonBackColor);
    margin-right: 10px;
}
.save-exit1 {
    color: var(--webMainButtonTextColor);
}
.save-release {
    text-align: center;
    width: 96px;
    border-radius: 100px;
    background: var(--webMainButtonBackColor);
    color: var(--webMainButtonTextColor);
    /* color:#FFFFFF; */
}

/* ==========================================================================
左边侧边栏
========================================================================== */
.leftPanel {
    float: left;
    box-shadow: 0 2px 5px rgba(187, 187, 187, 0.6);
}

.leftPanels {
    height: calc(100vh - 50px);
    min-width: 54px;
    max-width: 320px;
    position: relative;
}

.leftPanel-leftPanelMenu {
    width: 60px;
    height: calc(100vh - 50px);
    background: var(--sidebarBackColor);
    text-align: center;
    float: left;
    z-index: 2;
    position: relative;
    color: #9b9b9b;
}

.leftPanel-leftPanelMenuList {
    position: relative;
    width: 100%;
    height: 60px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--sidebarUnselectButtonBackColor);
}
.leftPanel-leftPanelMenuList.leftPanel-photo:hover{
    background: var(--sidebarFloatButtonBackColor);
}
.leftPanel-leftPanelMenuList.leftPanel-photo-active{
    background: var(--sidebarSelectedButtonBackColor);
}
.leftPanel-leftPanelMenuList i{
    font-size: 22px;
    margin: 0;
    color: var(--sidebarUnselectButtonForeColor);
}
.leftPanel-leftPanelMenuList.leftPanel-photo-active i{
    color: var(--sidebarSelectedButtonForeColor);
}


.leftPanel-border {
    height: 40px;
    width: 3px;
    background: var(--sidebarSelectedButtonForeColor);
    position: absolute;
    left: 0;
    top: 10px;
    display: none;
    z-index: 400;
}

.leftPanel-photo-active div, .leftPanel-mask-active div, .leftPanel-material-active div,
.leftPanel-page-active div, .leftPanel-font-active div, .leftPanel-bg-active div,
.leftPanel-template-active div {
    display: block;
}

.leftPanel-bg:hover .leftPanel-bg div {
    display: block;
}

.leftPanel-bg {
    background: url("../images/icons/nav_bg.svg") no-repeat center 10px;
}

.leftPanel-bg:hover, .leftPanel-bg-active {
    background-color: #222;
}

.leftPanel-photo {
    background: url("../images/icons/nav_photo.svg") no-repeat center 10px;
}

.leftPanel-mask {
    background: url("../images/icons/nav_photo_frame.svg") no-repeat center 10px;
}

.leftPanel-mask:hover, .leftPanel-mask-active {
    background-color: #222;
}

.leftPanel-material {
    background: url("../images/icons/nav_material1.svg") no-repeat center 10px;
}

.leftPanel-material:hover, .leftPanel-material-active {
    background-color: #222;
}

.leftPanel-font {
    background: url("../images/icons/nav_font.svg") no-repeat center 10px;
}

.leftPanel-font:hover, .leftPanel-font-active {
    background-color: #222;
}

.leftPanel-template {
    background: url("../images/icons/nav_change.svg") no-repeat center 10px;
}

.leftPanel-template:hover, .leftPanel-template-active {
    background-color: #222;
}

.leftPanel-page {
    background: url("../images/icons/nav_template.svg") no-repeat center 10px;
}

.leftPanel-page:hover, .leftPanel-page-active {
    background-color: #222;
}

.leftPanel-mainContent {
    float: left;
    width: 260px;
    height: calc(100vh - 50px);
    text-align: center;
    box-shadow: 0 2px 5px rgba(187, 187, 187, 0.6);
    animation: .5s .4s searchAnimation ease forwards;
    position: relative;
    background: #f8f8f8;
}

.leftPanel-main-wrap {
    width: 260px;
    height: calc(100vh - 50px);
    position: relative;
    background: #fff;
    z-index: 2;
    overflow: hidden
}

.leftPanel-mainContent-toggle, .rightPanel-mainContent-toggle {
    width: 15px;
    height: 100px;
    top: 50%;
    transform: translateY(-50%);
    transition: .1s linear;
    cursor: pointer;
    z-index: 1;
    outline: none;
    color: #FFFFFF;
    line-height: 100px;
    text-align: center;
    z-index: 201;
}

.leftPanel-mainContent-toggle {
    position: absolute;
    /* right: -7px; */
    left: 0;
    background: #2B2C2F;
    border-radius: 0 50px 50px 0;
    /*background: url(../images/icons/pop_left.png) no-repeat;*/
}

.leftPanel-mainContent-toggle:hover {
    right: -18px;
}


.rightPanel-mainContent-toggle {
    position: absolute;
    right: 165px;
    /*background: url(../images/icons/pop_right.png) no-repeat;*/
    background: #FFFFFF;
    border-radius: 50px 0 0 50px;
    color: #000000;
}

/* .rightPanel-mainContent-toggle:hover {
    right: 139px;
} */

.rightPanel-mainContent-toggle2 {
    /*position: fixed;*/
    /*right: 13.51%;*/
    right: 42px !important;
}

/* .rightPanel-mainContent-toggle2:hover {
    right: 41px !important;
} */

.rightPanel-toggle {
    right: -12px !important;
}

.rightPanel-toggle:hover {
    right: 0 !important;
}

.bottom-100 {
    width: 100% !important;
}

.page-scale-52 {
    left: 52% !important;
}

.page-scale-46 {
    left: 46% !important;
}

.page-scale-39 {
    left: 39% !important;
}

.leftPanel-bg-show {
    overflow-y: auto;
    height: calc(100vh - 50px);
    /*width: 260px;*/
}

.leftPanel-con, .leftPanel-con-temp {
    /* border-top: 2px solid #e6e6e6; */
    /*height: calc(100vh - 102px);*/
    /* height: calc(100vh - 50px); */
    /* overflow-y: auto; */
    position: relative;
}

.leftPanel-con ul, .leftPanel-con-temp ul {
    padding: 20px 0px;
}

.leftPanel-con li {
    float: left;
    width: 136px;
    height: 136px;
    text-align: center;
    /*height: 100px;*/
    /*line-height: 100px;*/
    /*overflow: hidden;*/
    margin-bottom: 16px;
    /*position: absolute;*/
    margin-left: 16px;
    background: #333437;
    padding:5px;
}
.leftPanel-con :nth-child(2n-1){
    clear: both;
}
.leftPanel-bg-head {
    position: relative;
    padding-left: 16px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}
.leftPanel-bg-head button{
    margin-right: 7px;
}
.leftPanel-bg-text {
    color: #9b9b9b;
    font-size: 12px;
    text-align: left;
    margin: 10px 10px 5px;
}

.leftPanel-bg-choose-color {
    cursor: pointer;
    width: 28px;
    padding: 0;
    height: 32px;
    border: none;
    /*margin-left: 10px;*/
    opacity: 0;
    position: absolute;
    left: 10px;
}

.leftPanel-bg-choose-mask {
    margin: 0 !important;
    background: url('../../content/images/icons/color_choose.svg') no-repeat center -1px;
}

.leftPanel-bg-color {
    cursor: pointer;
    width: 28px;
    height: 28px;
    border-radius: 2px;
    border: none;
    padding: 0;
    margin-top: 5px;;
}

.load-more {
    box-shadow: 0px 0px 5px rgba(35, 35, 35, 0.3);
    position: fixed;
    left: 115px;
    bottom: 70px;
    width: 240px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #f8f8f8;
    color: #9b9b9b;
    font-size: 12px;
    z-index: 999;
}
.load-more-view{
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.load-more-view-btn{
    box-shadow: 0px 0px 5px rgba(35, 35, 35, 0.3);
    width: 240px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #f8f8f8;
    color: #9b9b9b;
    font-size: 12px;
}

.web-photo-choose {
    position: fixed;
    bottom: 0;
    width: 320px;
    height: 108px;
    padding: 8px 15px;
    z-index: 400;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: #FFFFFF;
}
.web-photo-choose-top,.web-photo-choose-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.web-photo-choose-top-right>span{
    color: #FFC6B3;
    margin-left: 8px;
}
.web-photo-choose-bottom-left i{
    margin-left: 15px;
}
.no-more{
    color: #fff;
    text-align: center;
}

.web-photo-choose-text1 {
    float: left;
    color: #aaa;
    font-size: 7.5pt;
    margin-top: 3px;
}

.web-photo-choose-text2 {
    float: left;
    color: #2c2c2c;
    font-size: 9pt;
    width: 110px;
}

/*.web-photo-choose-text2 span:first-child{*/
/*display: inline-block;*/
/*max-width: 70px;*/
/*}*/

.web-photo-choose-icon {
    background: url('../../content/images/icons/editor_select.svg') no-repeat center;
    padding: 10px;
}

.web-choose-set {
    /* background: var(--genericColor); */
    background: var(--webMainButtonBackColor);
    /* color: #fff; */
    color: var(--webMainButtonTextColor);
    width: 160px;
    height: 36px;
    border-radius: 18px;
}

.web-photo-del {
    cursor: pointer;
    margin: 0 6px 0 10px;
}

.leftPanel-con-web ul {
    padding: 20px 5px 10px 0px;
}

.leftPanel-con-web {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    overflow-y: auto;
    position: relative;
}

.leftPanel-con-web li {
    position: relative;
    float: left;
    width: 64px;
    text-align: center;
    margin: 0 10px 10px;
    outline: none;
    transition: .3s linear;
}

.left-panel-hover:hover .page-del, .left-panel-hover:hover .folder-del {
    display: block;
}

.web-photo-sel {
    position: absolute;
    left: 4px;
    top: 2px;
    z-index: 400;
    width: 18px;
}

.font-list {
    width: 200px;
    background: #fff;
    height: 34px;
    line-height: 34px;
    margin-left: 20px;
    margin-top: 10px;
    box-shadow: 0 2px 5px rgba(187, 187, 187, 0.6);
    cursor: pointer;
    outline: none;
    overflow: hidden;
}

.font-list div {
    outline: none;
}

.leftPanel-add {
    background: #fff;
    border-radius: 10px;
    width: 200px;
    height: 36px;
    color: #E1A03A;
    margin: 16px auto 20px;
    text-align: center;
    line-height: 36px;
    border: none;
    position: relative;
    box-shadow: 0 2px 5px rgba(187, 187, 187, 0.6);
}

.add-pic {
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0)
}

.leftPanel-add img {
    margin-top: -4px;
    border: none;
}

.change-label {
    position: absolute;
    right: 10px;
    top: 20px;
}

.label-tab {
    background: #fff;
    padding: 0;
    box-shadow: 0 2px 5px rgba(187, 187, 187, 0.6);
}

.label-tab li:last-child {
    color: #979797;
    background: url("../images/icons/ic_addgary.svg") no-repeat 30px center;
}

.label-tab li:first-child {
    color: #979797;
    background: url("../images/icons/ic_addgary.svg") no-repeat 44px center;

}

.label-tab li:hover:last-child {
    color: #E1A03A;
    background: url("../images/icons/ic_add.svg") no-repeat 30px center;
}

.label-tab li:hover:first-child {
    color: #E1A03A;
    background: url("../images/icons/ic_add.svg") no-repeat 44px center;
}

.leftPanel-tip {
    text-align: center;
    color: #979797;
    font-size: 12px;
    margin-bottom: 10px;
}

.folder-sel {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
}

.page-del, .bg-del, .folder-del {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
    display: none;
    z-index: 400;
}

.page-del div {
    width: 100px;
    height: 20px;
    background: #000;
    opacity: 0.5;
    position: absolute;
    z-index: 100;
    top: 0;
    left: -100px;
}

.folder-del div {
    width: 64px;
    height: 20px;
    background: #000;
    opacity: 0.5;
    position: absolute;
    z-index: 100;
    top: 0;
    left: -64px;
}

.page-del img, .folder-del img {
    position: absolute;
    z-index: 101;
    top: 2px;
    right: 2px;
}

.leftPanel-privacy{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.leftPanel-privacy-btn{
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    background: #F5F7FA;
    border-radius: 2px;
    color: #666666;
    transition: .1s linear;
}
.leftPanel-privacy-btn:hover, .leftPanel-privacy-btn-active{
    background: var(--webMainButtonBackColor);
    color: var(--webMainButtonTextColor);
}
.leftPanel-privacy-btn-more{
    width: 100%;
    margin: 16px 0 20px;
    display: flex;
    justify-content: center;
}
.leftPanel-privacy-btn-more div{
    width: 64px;
    height: 24px;
    background: #F5F7FA;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #999999;
    gap: 4px;
    transition: .1s linear;
}
.radius-btn {
    font-size: 12px;
    border: none;
    margin-left: 6px;
    margin-bottom: 10px;
    color: #ffffff;
    padding: 8px 12px;
    background: #b5b5b5;
    border-radius: 2px;
}

.art-click {
    background: #fff;
    width: 90px;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 15px;
    z-index: 999;
    display: none;
    /*height: 90px;*/
}

.art-click button {
    height: 30px;
    line-height: 30px;
    width: 90px;
    padding: 0;
    /*color: #979797;*/
    border-bottom: 1px solid #e6e6e6;
}

.art-click button:last-child {
    border: none;
}

.art-click button:hover {
    color: #E1A03A;
}

.button-sel {
    background: var(--mobileButtonBackColor) !important;
    color: #fff !important;
}

/* ==========================================================================
右边部分
========================================================================== */
.centerPanel {
    position: absolute;
    left: 392px;
    right: 165px;
    bottom: 0;
    top: 0;
    background: #F5F7FA;
    transition: left .3s;
}

.rightPanel {
    position: absolute;
    right: 0px;
    top: 42px;
    transition: left .3s;
    width: 165px;
    height: calc(100% - 42px);
    background: #fff;
    overflow-y: auto;
    z-index: 2;
    padding-bottom: 15px;
}

.rightPanel2 {
    float: left;
    position: absolute;
    right: 0px;
    top: 0;
    background: #ececec;
    transition: left .3s;
    /*width: calc(100vw - 294px);*/
    width: 42px !important;
    height: calc(100vh - 50px);
    min-width: 42px !important;
    background: #fff;
    overflow-y: auto;
    z-index: 2;
}

.rightPanel-hide-li, .rightPanel-hide-div {
    outline: none;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #e6e6e6;
    /*color: #979797;*/
    text-align: center
}

.rightPanel-hide-li:hover, .nav2-active {
    background: var(--webMainButtonBackColor);
    color: var(--webMainButtonTextColor);
}

.hidePanel-leftHide-rightShow {
    left: 72px !important;
}

.hidePanel-leftHide-rightHide {
    left: 72px !important;
    right: 42px !important;
}

.hidePanel-leftShow-rightHide {
    left: 392px !important;
    right: 42px !important;
}

.hidePanel-leftShow-rightShow {
    left: 392px !important;
    /* width: calc(100vw - 460px); */
}

.home-page {
    position: relative;
    overflow: hidden;
}

.rightPanel-bottom {
    position: absolute;
    bottom: 0;
}

.page-top {
    height: 120px;
    background: #fff;
    position: relative;
}

.inputColor {
    /*border-color: #b9b9b9;*/
    border-radius: 5px !important;
    padding: 0 !important;
    width: 30px;
    height: 33px;
    border: none;
    background: none;
}

button {
    outline: none;
}

.nav_spacing {
    width: 40px !important;
    position: relative;
    outline: none;
    /*background: url("../images/icons/tools_bar_spacing.svg") no-repeat center;*/
}

.nav-spacing-active {
    /*background: url("../images/icons/tools_bar_spacing_pre.svg") no-repeat center;*/
}

.nav_spacing img {
    margin-top: -12px;
}

.space-slider {
    position: absolute;
    width: 310px;
    height: 92px;
    left: -58px;
    top: 33px;
    padding-top: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    cursor: default;
    z-index: 1000;
    border-radius: 4px;
    background: #fff;
}

.slider {
    padding: 0 13px;
    align-items: center;
    display: flex !important;
    justify-content: space-between;
    position: relative;
    /* width: 260px; */
    height: 40px;
    z-index: 1;
    cursor: default;
    /* background: url(../../content/images/icons/transparency.svg) no-repeat 0 0;*/
}

.slider-label {
    position: relative;
    display: inline-block;
    width: 70px;
    text-align: left;
    white-space: nowrap;
}

.slider-area {
    position: relative;
    width: 120px;
    height: 40px;
}

.slider-input {
    width: 50px;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #e6e6e6;
    background-color: #f4f4f4;
    color: #232323;
}

.slider-back {
    position: absolute;
    top: 22px;
    width: 0;
    height: 0;
    border-left: 120px solid transparent;
    border-bottom: 5px solid #515151;
    cursor: pointer;
}

.slider-block {
    position: absolute;
    top: 18px;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #515151;
    cursor: pointer;
}

.transparency-num {
    text-align: center;
    padding: 0;
    width: 34px;
    border-radius: 4px;
    right: 25px;
    top: 20px;
}

/* 去除webkit中input的type="number"时出现的上下图标 */
.slider-input::-webkit-outer-spin-button,
.slider-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.slider-input[type="number"] {
    -moz-appearance: textfield;
}

.nav-alignment, .nav-distribution {
    outline: none;
    display: inline-block;
    width: 40px;
    height: 32px;
    padding: 0;
    margin-top: 5px;
    position: absolute;
    border-radius: 5px;
    text-align: center;
    /*background: #F1F2F9 url("../images/icons/tools_bar_alignment.svg") no-repeat center 10px;*/
}

.nav-alignment:hover, .nav-alig-avtive {
    /*background: url("../images/icons/tools_bar_alignment_pre.svg") no-repeat center 10px;*/
}

.tool-bar-alignment {
    position: absolute;
    /*margin-top: 34px;*/
    width: 250px !important;
    left: -6px !important;
    z-index: 901;
    background: url("../images/icons/tool-bar-alignment.svg") no-repeat center;
}

.tool-bar-distribution {
    width: 102px;
    left: -32px;
    /*background: url("../images/icons/tool-bar-distribution.svg") no-repeat center;*/
}

.tool-bar-alignment ul, .tool-bar-distribution ul {
    padding: 0 7px;
    margin: 0;
    height: 62px !important;
    line-height: 62px !important;
}

.tool-bar-alignment li, .tool-bar-distribution li {
    cursor: pointer;
    float: left;
    width: 39px;
    height: 20px;
    line-height: 16px;
    margin-top: 24px;
    position: relative;
    text-align: center;
}

.tool-bar-alignment li:hover, .tool-bar-distribution li:hover {
    /*color: var(--genericColor);*/
    /*background: #e6e6e6;*/
    cursor: pointer;
}

.tool-bar-alignment li:hover i{
    color:var(--toolbarFloatButtonBackColor)!important;
}

/*.tool-bar-alignment li:first-child {*/
/*    background: url("../images/icons/tools_bar_alignment.svg") no-repeat center;*/
/*}*/

/*.tool-bar-alignment li:first-child:hover {*/
/*    background: url("../images/icons/tools_bar_alignment_pre.svg") no-repeat center;*/
/*}*/

/*.tool-bar-alignment li:nth-child(2) {*/
/*    background: url("../images/icons/tools_bar_rightalign.svg") no-repeat center;*/
/*}*/

/*.tool-bar-alignment li:nth-child(2):hover {*/
/*    background: url("../images/icons/tools_bar_rightalign_pre.svg") no-repeat center;*/
/*}*/

/*.tool-bar-alignment li:nth-child(3) {*/
/*    background: url("../images/icons/tools_bar_topalign.svg") no-repeat center;*/
/*}*/

/*.tool-bar-alignment li:nth-child(3):hover {*/
/*    background: url("../images/icons/tools_bar_topalign_pre.svg") no-repeat center;*/
/*}*/

/*.tool-bar-alignment li:nth-child(4) {*/
/*    background: url("../images/icons/tools_bar_btmalign.svg") no-repeat center;*/
/*}*/

/*.tool-bar-alignment li:nth-child(4):hover {*/
/*    background: url("../images/icons/tools_bar_btmalign_pre.svg") no-repeat center;*/
/*}*/

/*.tool-bar-alignment li:nth-child(5) {*/
/*    background: url("../images/icons/tools_bar_verticalalign.svg") no-repeat center;*/
/*}*/

/*.tool-bar-alignment li:nth-child(5):hover {*/
/*    background: url("../images/icons/tools_bar_verticalalign_pre.svg") no-repeat center;*/
/*}*/

/*.tool-bar-alignment li:last-child {*/
/*    background: url("../images/icons/tools_bar_levelalign.svg") no-repeat center;*/
/*}*/

/*.tool-bar-alignment li:last-child:hover {*/
/*    background: url("../images/icons/tools_bar_levelalign_pre.svg") no-repeat center;*/
/*}*/

.tool-bar-distribution li:first-child {
    background: url("../images/icons/tools_bar_level.svg") no-repeat 15px center;
}

.tool-bar-distribution li:first-child:hover {
    background: #e6e6e6 url("../images/icons/tools_bar_level_pre.svg") no-repeat 15px center;
}

.tool-bar-distribution li:last-child {
    background: url("../images/icons/tools_bar_vertical.svg") no-repeat 15px center;
}

.tool-bar-distribution li:last-child:hover {
    background: #e6e6e6 url("../images/icons/tools_bar_vertical_pre.svg") no-repeat 15px center;
}

.tool-bar-alignment span, .tool-bar-distribution span {
    margin-left: 28px;
    padding: 0 16px;
}

.barcode {
    /*border: 1px dashed #E1A03A;*/
    position: absolute;
}

.barcode img {
    width: 100%;
}

.qrcode{
    position: absolute;
}

.qrcode img, .qrcode canvas{
    width: 100% !important;
    height: 100% !important;
}

.nav-active {
    border: 1px solid var(--webMainButtonBackColor) !important;
}

.default-color{
    color: var(--genericColor);
}

.default-bgcolor{
    background-color: var(--genericColor);
}

.default-color-mobile{
    color: var(--mobileTextSelectedColor);
}

.default-btncolor-mobile{
    color: var(--mobileButtonBackColor);
}

.page-nav {
    padding: 10px 20px 0 20px;
    /*height: 100px;*/
    /*background: #fff;*/
    white-space: nowrap;

    overflow: hidden;
}

.web-page-nav-div {
    text-align: center;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(187, 187, 187, 0.6);
    position: relative;
    width: 145px;
    background: #fff;
}

.nav-ul {
    /*width: 100%;*/
    white-space: nowrap;
    overflow-x: auto;
}

.nav-ul::-webkit-scrollbar {
    width: 8px !important;
}

/* 这是针对缺省样式 (必须的) */
.nav-ul::-webkit-scrollbar-track {
    background-color: #fff;
}

/* 滚动条的滑轨背景颜色 */

.nav-ul::-webkit-scrollbar-thumb {
    background-color: #dadada;
    border-radius: 20px;
    border: 5px solid #fff;
}

/* 滑块颜色 */

.nav-ul::-webkit-scrollbar-button {
    background-color: #fff;
    display: none;
}

/* 滑轨两头的监听按钮颜色 */

.nav-ul::-webkit-scrollbar-corner {
    background-color: black;
}

.add-page {
    position: absolute;
    right: 10px;
    outline: none;
    width: 42px;
    z-index: 999;
}

/* 横向滚动条和纵向滚动条相交处尖角的颜色 */
ol {
    padding: 0;
    margin: 4px 0 0 0;
}

.page-nav ul {
    padding: 0;
    margin: 0;
    height: 100px;
    overflow: hidden;
    float: left;
    white-space: nowrap;

}

.page-nav li {
    margin: 0 14px 0 0;
    list-style: none;
    float: left;
    text-align: center
}

.page-nav li:nth-child(1) {
    margin: 0 14px 0 20px;
}

.page-nav-box {
    position: relative;
}

.page-seq {
    position: absolute;
    top: 0;
    left: 16px;
    z-index: 800;
    width: 34px;
    height: 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgb(0, 0, 0, 0.1);
    border-radius: 0px 0px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 4px;
    font-size: 12px;
    color: #333;
}

.page-nav-box:hover .page-del {
    display: block;
}

.page-del svg {
    color: #E1A03A;
    margin-right: 0.2em;
}

.page-noNav {
    width: 42px;
    height: 100px;
    background: #fff;
    border: 1px dashed #E1A03A;

}

.page-noNav p {
    color: #E1A03A;
    margin: 0;
}

.add-all {
    /*width: 70%;*/
    overflow: hidden;
    top: 0 !important;
    transition: .3s;
}

.nav-bg {
    background: var(--toolbarBackColor);
    height: 42px;
    line-height: 42px;
    /* box-shadow: 0 2px 5px rgba(187, 187, 187, 0.6); */
    z-index: 900;
    /*overflow: hidden;*/
}

.tip, .tip2, .tip3, .tip4, .tip5 {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    z-index: 900;
    left: 50%;
    top: 42px;
    margin-left: -49px;
    background: #000;
    display: none;
    white-space: nowrap;
    border-radius: 6px;
    padding: 0 5px;
}
.tip::before, .tip2::before, .tip3::before, .tip4::before, .tip5::before {
    position: absolute;
    left: 50%;
    top: -7px;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 7px solid #000;
    border-right: 7px solid transparent;
}
.tip::after, .tip2::after, .tip3::after, .tip4::after, .tip5::after {
    position: absolute;
    right: 50%;
    top: -7px;
    content: "";
    width: 0;
    height: 0;
    border-right: 7px solid #000;
    border-top: 7px solid transparent;
}

/*.tip3 {*/
/*    width: 56px;*/
/*    height: 30px;*/
/*    line-height: 32px;*/
/*    left: -8px;*/
/*    background: url("../images/icons/tooltip3.svg") no-repeat top left;*/
/*}*/

/*.tip4 {*/
/*    width: 70px;*/
/*    height: 32px;*/
/*    line-height: 34px;*/
/*    left: -21px;*/
/*    background: url("../images/icons/tooltip4.svg") no-repeat top left;*/
/*}*/

.tip6 {
    text-align: center;
    color: #fff;
    background: #fff;
    font-size: 12px;
    position: absolute;
    z-index: 900;
    width: 70px;
    height: 32px;
    line-height: 34px;
    left: -17px;
    top: 40px;
    background: url("../images/icons/click_lock.svg") no-repeat top left;
}

.web-rollback-undo {
    margin-left: 4px;
    /*width: 16px;*/
    /*height: 20px;*/
    /*background: url("../images/icons/tools_bar_revocation.svg") no-repeat center;*/
}

.web-rollback-undo:hover div, .web-rollback-redo:hover div, .nav-coverage:hover .tip5, .nav-lock:hover div, .nav-delete:hover div, .nav-copy:hover div, .nav-alignment:hover .tip,
.nav-alignment li:hover .tip3, .nav-alignment li:hover .tip4, .nav-distribution:hover .tip, .nav-distribution li:hover .tip4, .lihover:hover .tip4,
.coverage li:hover .tip, .coverage li:hover .tip4, .nav-operation li:hover .tip, .coverage-slider li:hover .tip3, .coverage-slider li:hover .tip4 {
    display: block;
}

.tool-bar-btn {
    width: 37px;
    height: 30px;
    margin: 7px 4px;
    /* background: var(--toolbarButtonBackColor); */
    background: #F5F7FA;
    position: relative;
    line-height: 27px;
    border-radius: 5px;
    cursor: not-allowed;
}
.tool-bar-btn > i{
    font-size: 24px;
    color: var(--toolbarButtonDefaultColor);
    cursor: not-allowed;
}
.tool-bar-btn-select{
    cursor: pointer;
}
.tool-bar-btn-select > i{
    cursor: pointer;
    opacity: 0.8;
}
.tool-bar-btn-select:hover > i,.selectedbar{
    opacity: 1;
}
.tool-bar-btn.selected-dashed > i{
    color: var(--toolbarSelectedButtonBackColor);
}
.tool-bar-btn-select2:hover > i{
    opacity: 1;
}
.tool-bar-btn-select2 > i{
    opacity: 0.8;
}
.transparency-slider, .coverage-slider {
    position: absolute;
    width: 286px;
    height: 66px;
    left: -59px;
    top: 32px;
    line-height: 68px;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, .4);*/
    cursor: pointer;
    z-index: 1000;
    border-radius: 4px;
    background: url("../../content/images/icons/transparency.svg") no-repeat center;
}

.slider-rela {
    position: relative;
    z-index: 1;
}

/*.coverage-slider {*/
/*    width: 180px;*/
/*    height: 62px;*/
/*    left: -70px;*/
/*    background: url("../../content/images/icons/coverage.svg") no-repeat center;*/
/*}*/

.coverage-slider ul {
    padding: 0 7px;
    margin: 0;
    height: 62px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.coverage-slider li {
    cursor: pointer;
    width: 39px;
    height: 45px;
    position: relative;
    line-height: 45px;
    text-align: center;
}
.coverage-slider li i,.tool-bar-alignment li i{
    font-size: 22px;
    color: var(--toolbarButtonDefaultColor);
}
.coverage-slider li:hover i,.tool-bar-alignment li:hover i{
    color: var(--toolbarFloatButtonBackColor);
}

.coverage-slider li:hover,.tool-bar-alignment li:hover {
    /*color: var(--genericColor);*/
    /*background: #e6e6e6;*/
    cursor: pointer;
}

.operation li {
    cursor: pointer;
    float: left;
    width: 31px;
    height: 20px;
    line-height: 62px;
    margin-top: 24px !important;
    position: relative;
}

.operation li:first-child {
    background: url("../images/icons/tools_bar_left_justifying.svg") no-repeat center;
}

.operation li:first-child:hover {
    background: url("../images/icons/tools_bar_left_justifying_Selected.svg") no-repeat center;
}

.operation li:nth-child(2) {
    background: url("../images/icons/tools_bar_align_center.svg") no-repeat center;
}

.operation li:nth-child(2):hover {
    background: url("../images/icons/tools_bar_align_center_Selected.svg") no-repeat center;
}

.operation li:nth-child(3) {
    background: url("../images/icons/tools_bar_align_right.svg") no-repeat center;
}

.operation li:nth-child(3):hover {
    background: url("../images/icons/tools_bar_align_right_Selected.svg") no-repeat center;
}

.operation li:last-child {
    background: url("../images/icons/tools_bar_justify_align.svg") no-repeat center;
}

.operation li:last-child:hover {
    background: url("../images/icons/tools_bar_justify_align_Selected.svg") no-repeat center;
}

/*.rollback-undo:hover {*/
/*background: url("../images/icons/tools_bar_revocation_pre.svg") no-repeat center;*/
/*}*/

/*.rollback-redo {*/
/*width: 16px;*/
/*height: 20px;*/
/*background: url("../images/icons/tools_bar_recover.svg") no-repeat center;*/
/*}*/

/*.rollback-redo:hover {*/
/*background: url("../images/icons/tools_bar_recover_pre.svg") no-repeat center;*/
/*}*/

.page-menu h3 {
    height: 40px;
    line-height: 40px;
}

.page-menu h3, .img-menu h3, .text-menu h3, .art-menu h3 {
    padding: 0;
    margin: 0;
    height: 44px;
    line-height: 40px;
    font-weight: normal;
    font-size: 16px;
    border-bottom: 2px solid #f0f2f7;
}

.top-img {
    position: absolute;
    top: 0;
    left: 0
}

.imgBoxs img {
    position: absolute;
}

.page-right {
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 999;
}

.page-right button {
    display: block;
    margin-top: 6px;
    width: 40px;
    height: 26px;
    border: none;
    background: #bcbcbc;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /*padding: 0;*/
    padding-left: 10px;
}

.page-right span {
    color: #3e3e3e;
    font-size: 11px;
}

.add-pic {
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0)
}

.scrollbar {
    /*overflow-y: scroll;*/
    overflow-x: hidden;
    /*width: 240px;*/
}

.con-bg::-webkit-scrollbar, .con-mask::-webkit-scrollbar {
    width: 8px !important;
}

/* 这是针对缺省样式 (必须的) */
.con-bg::-webkit-scrollbar-track, .con-mask::-webkit-scrollbar-track {
    background-color: #fff;
}

/* 滚动条的滑轨背景颜色 */

.con-bg::-webkit-scrollbar-thumb, .con-mask::-webkit-scrollbar-thumb {
    background-color: #dadada;
    border-radius: 20px;
    border: 5px solid #fff;
}

/* 滑块颜色 */

.con-bg::-webkit-scrollbar-button, .con-mask::-webkit-scrollbar-button {
    background-color: #fff;
    display: none;
}

/* 滑轨两头的监听按钮颜色 */

.con-bg::-webkit-scrollbar-corner, .con-mask::-webkit-scrollbar-corner {
    background-color: black;
}

/* 横向滚动条和纵向滚动条相交处尖角的颜色 */

.content-scroll {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}

.content-scroll::-webkit-scrollbar, .scrollbar::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
    display: none !important;
}

/* 这是针对缺省样式 (必须的) */
.content-scroll::-webkit-scrollbar-track, .scrollbar::-webkit-scrollbar-track {
    background-color: #fff;
}

/* 滚动条的滑轨背景颜色 */

.content-scroll::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-thumb {
    background-color: #dadada;
    border-radius: 20px;
    border: 2px solid #fff;
}

/* 滑块颜色 */

.content-scroll::-webkit-scrollbar-button, .scrollbar::-webkit-scrollbar-button {
    display: none;
    background-color: #fff;
}

/* 滑轨两头的监听按钮颜色 */

.content-scroll::-webkit-scrollbar-corner, .scrollbar::-webkit-scrollbar-corner {
    background-color: #fff;
}

.home-page nav.navbar-nav > li {
    display: inline-block;
    margin-right: 16px;
}

.home-page .navbar-right {
    float: right;
    display: inline-block;
}

.home-page .menu-right.btn {
    position: relative;
    float: right;
    right: 1em;
    top: 5px;
}

.home-page .menu-margin.btn {
    margin-right: 14px;
}

.clearInputStyle {
    border: none;
    text-align: center !important;
    border-radius: 5px;
    width: 70px;
    padding: 0 6px;
}

.border-right {
    display: inline-block;
    width: 1px;
    height: 42px;
    border-right: 1px solid #e6e6e6;
    position: absolute;
}

.outline1-solid {
    outline: 1px solid #ffb130!important;
}

.outline1-dashed {
    outline: 1px dashed #ffb130!important;
}

.select-text {
    outline: none;
    border: none;
    width: 100px;
    display: inline-block;
    text-align: center;
    text-align-last: center;
    height: 32px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    cursor: pointer;
}

.select-text:hover {
    /*border: 1px solid #ccc;*/
    /*border-radius: 4px;*/
}

.select-text-dark {
    background-color: transparent;
    color: #fff
}

.button-text {
    width: 30px;
    border-radius: 5px;
}

.button-B {
    /*border-left: none;*/
    margin: 0 10px;
    background: url("../images/icons/tools_bar_bold.svg") no-repeat center 10px;
}

.button-B-dark {
    background: url("../images/icons/tools_bar_bold_dark.svg") no-repeat center 10px;
}

.button-I {
    font-family: Verdana, Arial, sans-serif;
    background: url("../images/icons/tools_bar_italic.svg") no-repeat center 10px;
}

.button-I-dark {
    background: url("../images/icons/tools_bar_italic_dark.svg") no-repeat center 10px;
}

.button-B, .button-I {
    border: none;
    outline: none;
    height: 31px;
}

.buttonB {
    background: url("../images/icons/tools_bar_bold_pre.svg") no-repeat center 10px;
}

.buttonI {
    background: url("../images/icons/tools_bar_italic_pre.svg") no-repeat center 10px;
}

.button-b {
    margin: 0 10px;
}

.button-i {
    font-family: Verdana, Arial, sans-serif;
}

.button-b, .button-i {
    border: none;
    outline: none;
    margin-top: 2px;
    height: 30px;
    font-weight: bold;
    /*padding: 0 10px !important;*/
    color: #808080;
    background-color: #ccc;
}

.buttonA {
    background-color: #E1A03A;
    color: #fff;
}

.button-un {
    /*cursor: no-drop;*/
    /*disabled: true;*/
    display: none;
}

.cursorPointer {
    cursor: pointer !important;
}

.cursor-no {
    cursor: no-drop !important;
}

.input-wrapper {
    margin: 45vh auto 30px;
    max-width: 300px;
    height: 34px;
    border: 1px dashed #F0951B;
}

input {
    width: 100%;
    height: 100%;
    line-height: 22px;
    /*color: white;*/
    padding: 6px;
    word-break: break-all;
}

.input-wrapper input, .input-wrapper input:hover, .input-wrapper input:focus, .input-wrapper input:active {
    background-color: transparent;
    outline: none;
    border: none;
}

.btn-w-8 {
    width: 66.66vw;
}

.home-page .navbar {
    margin-bottom: 0;
}

.home-page .navbar-collapse {
    position: relative;
    top: 6px;
}

.home-page .navbar-collapse li {
    margin-right: 14px;
}

.home-page .container-fluid {
    max-width: 1200px;
}

.template-display, .template-edit {
    /*border: 1px solid lightgray;*/
    border-top: 0;
    height: calc(100vh - 232px);
    overflow: auto;
}

.template-edit {
    /*height: calc(100vh - 170px);*/
    height: calc(100vh - 50px);
    background: #fff;
    text-align: center;
    z-index: 2;
    position: relative;
    box-shadow: 0 2px 5px rgba(187, 187, 187, 0.6);
}

.home-page .template-display {
    /*background-color: lightgray;*/
}

.home-page .input-group {
    margin: 1em 0;
    width: 100%;
}

.home-page .page-menu .input-group-addon:first-child {
    width: 120px;
}

.home-page .page-item {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.home-page .page-item.selected {
    border: 1px dashed #ff6d60;
}

.home-page .content-container {
    width: 560px;
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
}

.home-page .body-content {
    /*border-top: 1px solid #e0e0e0;*/
    padding: 0;
    position: relative;
    overflow: hidden;
}

/*.ctrl-mask{*/
/*border: 1px dashed #121212;*/
/*position: absolute;*/
/*z-index: 9999;*/
/*}*/

.home-page .img-place-holder {
    background-color: transparent;
    position: absolute;
    z-index: 998;
    border: 1px solid lightsteelblue;
}

.home-page .img-place-holder.selected {
    border: 1px dashed #F0951B;
}

.home-page .mask-place-holder {
    background-color: transparent;
    position: absolute;
    z-index: 999;
    border: 1px solid lightsteelblue;
}

.home-page .mask-place-holder.selected {
    border: 1px dashed #F0951B;
}

.home-page .text-box {
    position: absolute;
}

.textContext {
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    min-width: 100px;
    min-height: 24px;
    padding: 0 4px;
    transform-origin: left bottom;
    position: absolute;
}

.home-page .text-box:hover {
    cursor: text;
}

.textHolder {
    color: #757575 !important;
    font-weight: normal !important;
    font-style: normal !important;
}

.home-page .textHolder:empty:before {
    content: attr(placeholder);
    color: #757575;
}

/*焦点时内容为空*/
.home-page .textHolder:focus:before {
    content: none;
}

.selected {
    outline: 2px solid #108DFE !important;
}
.selected-dashed {
    outline: 2px dashed #108DFE;
    box-sizing: border-box;
}
.shade-view{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    z-index: 999;
    width: 100%;
    height: 100%;
}
.selected-blue {
    /*border: 2px dashed #1E8DDD !important;*/
}
.imagebox-shade{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 10;
    display: none;
    pointer-events: none !important;
}
.selected-blue .imagebox-shade{
    display: block;
}

.select-hover {
    border: 1px dashed var(--genericColor) !important;
}

.sel-top, .sel-right, .sel-bottom, .sel-left,.sel-top1, .sel-right1, .sel-bottom1, .sel-left1 , .sel-leftCenter,.sel-rightCenter {
    display: inline-block;
    position: absolute;
    width: 16px !important;
    height: 16px !important;
    outline: none;
    z-index: 900;
}
.sel-left {
    /* background: url("../images/icons/ic_leftup.svg") no-repeat; */
    left: -8px;
    top: -8px;
    cursor: se-resize;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 20%);
    z-index:1;
}
.sel-left1 {
    /* background: url(../images/icons/ic_left.svg) no-repeat; */
    left: -4px;
    top: 50%;
    background: #FFFFFF;
    height: 20px !important;
    width: 6px !important;
    transform: translateY(-50%);
    border-radius: 10px;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 20%);
}

.sel-top {
    /* background: url("../images/icons/ic_rightup.svg") no-repeat; */
    right: -8px;
    top: -8px;
    cursor: sw-resize;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 20%);
    z-index: 1;
}
.sel-top1 {
    /* background: url("../images/icons/ic_top1.svg") no-repeat; */
    left: 50%;
    top: -3px;
    cursor: n-resize;
    background: #FFFFFF;
    transform: translateX(-50%);
    height: 6px !important;
    border-radius: 10px;
    width: 20px !important;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 20%);
}

.sel-right {
    /* background: url("../images/icons/ic_rightbelow.svg") no-repeat; */
    right: -8px;
    bottom: -8px;
    cursor: se-resize;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 20%);
    z-index: 1;
}
.sel-right1 {
    /* background: url(../images/icons/ic_right.svg) no-repeat; */
    right: -4px;
    top: 50%;
    /* margin-top: -7px; */
    cursor: e-resize;
    background: #FFFFFF;
    height: 20px !important;
    width: 6px !important;
    transform: translateY(-50%);
    border-radius: 10px;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 20%);
}

.sel-bottom {
    /* background: url("../images/icons/ic_leftbelow.svg") no-repeat; */
    left: -8px;
    bottom: -8px;
    cursor: sw-resize;
    background: #FFFFFF;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 20%);
    border-radius: 10px;
    z-index: 1;
}
.sel-bottom1 {
    /* background: url(../images/icons/ic_bottom1.svg) no-repeat; */
    left: 50%;
    bottom: -3px;
    cursor: n-resize;
    background: #FFFFFF;
    transform: translateX(-50%);
    height: 6px !important;
    border-radius: 10px;
    width: 20px !important;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 20%);
}

.sel-leftCenter {
    /* background: url("../images/icons/ic_left.svg") no-repeat; */
    left: -5px;
    top: 50%;
    cursor: e-resize;
    background: #FFFFFF;
    height: 20% !important;
    width: 6px !important;
    transform: translateY(-50%);
    border-radius: 10px;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 20%);

}
.sel-rightCenter {
    /* background: url(../images/icons/ic_right.svg) no-repeat; */
    right: -4px;
    top: 50%;
    cursor: e-resize;
    background: #FFFFFF;
    height: 20% !important;
    width: 6px !important;
    transform: translateY(-50%);
    border-radius: 10px;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 20%);
}
.loading-font{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5) url("../images/icons/loading-font.gif") no-repeat center;
    background-size: 150px;
}

.c-xml-page-material-rotate {
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 1px;
    height: 20px;
    /* background: #ffb741; */
}

.c-xml-page-material-rotate-icon {
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 20px;
    background: url("../images/icons/rotate_gray.svg") no-repeat center;
    margin: -10px 0 0 -10px;
}

.c-xml-page-material-rotate1 {
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 1px;
    height: 20px;
    /* background: #ffb741; */
}

.rotate-box {
    position: absolute;
    text-align: center;
    outline: none;
    z-index: 10;
}

.rotate-line {
    display: inline-block;
    width: 1px;
    height: 20px;
    margin-left: 14px;
    border-left: 1px dashed #E1A03A;
}

.rotate-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    outline: none;
    text-align: center;
    /* margin: -4px 0 0 33px; */
    background: url("../images/icons/rotate_gray.svg") no-repeat;
    border-radius: 22px;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 20%);
}

.rotate-icon:hover, .rotate-icon-active, .c-xml-page-material-rotate-icon:hover {
    /* background: url("../images/icons/copy.svg") no-repeat; */
    /*left: -7px;*/
    /*bottom: -7px;*/
}

textarea {
    padding: 0;
}

.home-page .text-content {
    /*background-color: transparent;*/
    box-shadow: none;
    border: 0;
    outline: none;
    overflow: hidden;
    resize: none;
}

.home-page canvas {
    max-width: 100%;
}

.home-page .error-msg {
    color: #E1A03A;
}

.page-item {
    position: relative;
}

.border-red {
    position: absolute;
    border: 1px dashed #ff6d60;
    z-index: 401;
    pointer-events: none !important;
}
.border-trimbox {
    position: absolute;
    border: 1px dashed rgb(41, 157, 255);
    z-index: 402;
    pointer-events: none !important;
    background: url("../images/scissor.png") no-repeat right bottom;
    background-size: 14px;
}

.imgBox {
    position: absolute;
    z-index: 998;
    outline: none;
}

.imgBox .img-holder {
    background-color: transparent;
    /*border: 1px solid lightsteelblue;*/
}

.img-place-holder {
    text-align: center;
    width: 100%;
    top: calc(59% - 40px);
    font-size: 8vw;
    color: #ffffff;
    position: absolute;
}

.img-place-holder .plus {
    font-size: 30px;
    display: block;
}

.center-rotation {
    transform-origin: center;
}

.leftbo-rotation {
    transform-origin: left bottom !important;
}

/**
    素材
    **/
.sticker-edit-box {
    position: absolute;
    outline: none;
    /*transform-origin: center*/
}

.no-events {
    pointer-events: none !important;
}

/**
    文字
    **/
.text-box, .img-art {
    position: absolute;
    /*padding: 0 12px;*/
    /*min-width: 100px;*/
}

.text-content {
    position: absolute;
    top: 0;
    left: 0;
}

.text-box .selected {
    border: 1px solid #ffb130;
}

.selecteds {
    border: 1px solid #ffb130;
}

.selecteds-text {
    border: 1px dashed #ffb130;
}

.text-box p {
    width: 100%;
    height: 100%;
    word-break: break-all;
    margin: 0;
}

.sticker-edit-box span {
    width: 24px;
    height: 24px;
    position: absolute;
}

.text-box img {
    width: 100%;
}

.page-scale {
    position: fixed;
    bottom: 130px;
    height: 36px;
    width: 334px;
    background: #fff;
    left: 45%;
    bottom: 5vh;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(187, 187, 187, 0.6);
    z-index: 8000;
    outline: none;
}

.page-scale span {
    display: inline-block;
    cursor: pointer;
    height: 36px;
    outline: none;
}

.web-title {
    width: 130px;
    height: 20px !important;
    border-radius: 4px;
    background: #e6e6e6;
    text-align: center;
    color: #979797;
    position: absolute;
    top: 8px;
    left: 10px;
}

.page-scale-origin {
    width: 16px;
    margin-left: 160px;
    background: url("../images/icons/design_scale_screen.svg") no-repeat center;
}

.page-scale-minus {
    width: 16px;
    margin: 0 22px 0 30px;
    background: url("../images/icons/design_scale_narrow.svg") no-repeat center;

}

.page-scale-num {
    display: inline-block;
    width: 35px;
    position: absolute;
    top: 10px;
}

.page-scale-plus {
    width: 16px;
    margin: 0 20px 0 46px;
    background: url("../images/icons/design_scale_amplification.svg") no-repeat center;
}

/*自定义右键菜单样式*/
#menus {
    width: 140px;
    height: auto;
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: none;
    z-index: 999999;
    background: #fff;
}

.menu {
    width: 100%;
    height: 25px;
    line-height: 25px;
    padding: 0 15px;
}

.menu:hover {
    background: #eee;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.selectedCtrl {
    border: 1px solid red;
}

.web-con {
    position: relative;
    display: block !important;
    height: calc(100vh - 100px);
    overflow: hidden;
}

.web-con1 {
    position: relative;
    /*background-color: white;*/
    margin: auto;
    display: block !important;
    /*height: calc(100vh - 400px);*/
    /*overflow: hidden;*/
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 16px -4px rgba(81, 64, 49, 0.6) !important;
}

.page-center {
    position: absolute;
    /*top: 50%;*/
    /*transform: translate(0px, -50%);*/
    /*left: 10%;*/
    /*overflow: hidden;*/
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 200;
    /*transform: translateY(-50%);*/
}

.leftBtn-page, .rightBtn-page {
    position: absolute;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    top: 45%;
    z-index: 999;
}

.leftBtn-page {
    left: 2%;
}

.rightBtn-page {
    right: 2%;
}

.web-photo-btn {
    display: inline-block;
    width: 70px;
    margin: 0 10px 15px;
    text-align: center;
    outline: none;
    cursor: pointer;
}

.web-photo-btn img {
    margin: 15px 0;
}

.web-choose-btn button {
    border-radius: 5px;
    height: 32px;
    border: 1px solid #E1A03A;
    width: 102px;
    color: #E1A03A;
    background: #fff;
}

.web-local-photo {
    color: #ffffff;
    margin: 10px;
    position: relative;
    width: 142px;
    height: 40px;
    background: rgba(255,255,255,0.05);
    border-radius: 20px;
}

.web-local-photo input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.web-photo-photo {
    margin-top: -2px;
    margin-left: -6px;
}

.web-photo-nav {
    height: 36px;
    line-height: 34px;
    width: 240px;
    text-align: center;
    border-radius: 5px;
    /* border: 1px solid var(--genericColor); */
    font-size: 14px;
    cursor: pointer;
    outline: none;
}

.web-photo-nav div {
    float: left;
    color: #fff;
    outline: none;
}

.web-photo-nav div:first-child {
    float: left;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    margin-left: 16px;
}

.web-photo-nav div:last-child {
    float: left;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: 20px;
}
.editor-nav-view-li-seq{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.editor-nav-view-li-seq select{
    width: 90%;
    height: 30px;
    border: 1px solid #ddd;
    color: #333;
}

.web-nav-active {
    /* background: var(--genericColor); */
    color: #fff !important;
    position: relative;
}
.web-nav-active::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3px;
    width: 16px;
    height: 3px;
    background-color: var(--webMainButtonBackColor);
    border-radius: 5px;
}
.editor-nav-view-li-seq2{
    display: flex;
    align-items: center;
}
.editor-nav-view-li-seq2-left{
    margin-right: 20px;
    position: relative;
}
.editor-nav-view-li-seq2-right{
    margin-right: 16px;
    position: relative;
}
.editor-nav-view-li-seq2-left:hover{
    background: #4A4B4E;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    border-radius: 4px;
}
.editor-nav-view-li-seq2-left:hover.editor-nav-view-li-seq2-left>.photo-name-operate-div2{
    display: block;
}
.editor-nav-view-li-seq2-right:hover.editor-nav-view-li-seq2-right>.photo-name-operate-div2{
    display: block;
}
.photo-name-operate-div{
    position: absolute;
    left: 16px;
    top: 15px;
    padding: 5px;
    z-index: 999;
    display: none;
}
.photo-name-operate-div2{
    position: absolute;
    right: 16px;
    bottom: 15px;
    padding: 5px;
    z-index: 999;
    display: none;
}
.photo-name-operate{
    background: #4A4B4E;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    border-radius: 4px;
    padding: 6px 0;
    width: 120px;
    display:flex;
    flex-direction: column;
    color: #ffffff;
}
.photo-name-operate-active{
    color: #579FFF;
}
.photo-name-operate > div{
    margin: 4px 10px;
}
.editor-nav-view-li-seq2-right:hover{
    background: #4A4B4E;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    border-radius: 4px;
}
.editor-nav-view-li-seq2-right{
    margin-right: 16px;
}
.photo-query{
    position: relative;
}
.photo-query:hover.photo-query:hover > .photo-name-operate-div{
    display: block;
}
.web-photo-show {
    text-align: center;
    font-size: 12px;
}

.web-photo-show div {
    color: #979797;
}

.photo-operate {
    border: 1px solid #afafaf;
    color: #afafaf;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    border-radius: 0;
    display: inline-block;
}

.photo-operate-active {
    border: 1px solid #E1A03A;
    color: #E1A03A;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    border-radius: 0;
    display: inline-block;
}

.photo-operate:hover {
    border: 1px solid #E1A03A;
    color: #E1A03A;
}

.web-texiao {
    /*border: 1px solid #E1A03A;*/
    width: 50px;
    border-radius: 5px;
    height: 32px;
    line-height: 32px;
    color: #090909;
    /*color: #E1A03A;*/
    background: #F1F2F9;
}

.web-texiao-active{
    color: #E1A03A!important;
}

.tip-text {
    color: #979797;
    font-size: 12px;
}

.text-size-24 {
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 16px;
    width: 288px;
    height: 48px;
    background: rgba(255,255,255,0.09);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-size-20 {
    font-size: 20px;
    color: #ffffff;
    margin-top: 16px;
    width: 288px;
    height: 48px;
    background: rgba(255,255,255,0.09);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-size-16 {
    font-size: 16px;
    color: #ffffff;
    margin-top: 16px;
    width: 288px;
    height: 48px;
    background: rgba(255,255,255,0.09);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.fontdoc-con{
    display: flex;
    flex-wrap: wrap;
}
.text-size-center{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.leftPanel-li {
    float: left;
    width: 145px;
    /*height: 100px;*/
    /*line-height: 100px;*/
    /*overflow: hidden;*/
    /*margin-bottom: 10px;*/
    /*position: absolute;*/
    /*margin-left: 10px;*/
    margin: 10px 0 0 10px;
    background: #333437;
    padding: 5px;
    /* box-shadow: 0 2px 5px rgba(187, 187, 187, 0.6); */
}

.c-xml-action-icon-font {
    float: left;
}

.c-xml-action-icon-font > li {
    position: relative;
    padding-top: 5px;
    margin: 0 5px;
    float: left;
}

.c-xml-action-div-icon {
    width: 40px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5F7FA;
    border-radius: 3px;
    transition: all .1s ease;
}
.tools_bar_bold{
    color: var(--toolbarButtonDefaultColor);
}
.tools_bar_bold_Selected{
    color: var(--toolbarFloatButtonBackColor);
}

.c-xml-action-div-icon .tip3 {
    top: 35px;
}

.c-xml-action-div-icon:hover .tip3 {
    display: block;
}

.c-xml-action-div-color-modal-btn {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    margin: 5px;
    float: left;
    cursor: pointer;
    border: 1px solid #ddd;
    background: url('../../content/images/icons/color_choose.svg') no-repeat center;
}

.c-xml-action-div-color-modal {
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    width: 200px;
}

.c-xml-action-div-color-modal span {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    margin: 5px;
    float: left;
    cursor: pointer;
    border: 1px solid #ddd;
}

.c-xml-action-div-color-modal span.c-xml-action-div-color-on {
    border: 1px solid #FAC779;
}

.c-xml-page-textboxe-text {
    display: inline-block;
    margin: 0;
    padding: 0;
    word-break: break-all;
    width: 100%;
    transform-origin: left top;
}

.c-xml-page-textboxe-span {
    display: inline-block;
    width: 100%;
    /*white-space: pre-wrap;*/
    white-space: break-spaces;
    word-break: break-word;
    background: none!important;
    font-feature-settings: "kern" 0, "liga" 0;
}

/*.c-xml-page-textboxe-text span{*/
    /*background: none!important;*/
    /*display: inline-block;*/
    /*width: 100%;*/
    /*white-space: pre-wrap;*/
    /*word-break: break-word;*/
/*}*/


.c-xml-page-textboxe {
    position: absolute;
}

pre {
    display: block;
    padding: 0;
    margin: 0;
    word-wrap: unset;
    background-color: inherit;
    border: none;
    border-radius: 0;
    overflow: hidden;
}

.web-temp-text {
    height: 30px;
    line-height: 40px;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 288px;
}
.leftPanel-head {
    padding: 0 5px;
}
.web-temp-text span {
    float: left;
}

.web-temp-text div {
    float: right;
}
.web-temp-text div:hover{
    color: var(--genericColor);
}

.move-tip {
    position: fixed;
    top: 50%;
    left: 54%;
    transform: translate(-50%,-50%);
    z-index: 1000;
    font-size: 12px;
    transition: .3s linear;
    padding: 4px 10px;
    min-width: 240px;
    height: 44px;
    background-color: rgba(0, 0, 0, 0.658);
    border-radius: 8px;
    font-size: 14px;
    color: #FFF;
}
.move-tip1 {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    transition: .3s linear;
    padding: 4px;
    width: 260px;
    height: 44px;
    margin: -22px 0 0 -130px;
    background: rgba(0,0,0,0.6);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
}
.move-tip1 .iconfont{
    color: #d01b1b;
    font-size: 14px;
    margin-right: 3px;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-column-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.hint-warning {
    background: rgba(0, 0, 0, 0.6);
    width:93px !important;
    height: 65px !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
    border-radius: 8px;
    max-width: 100%;
    max-height: 100%;
    color: #fff;
}
.hint-warning img{
    width: 20px;
    max-width: 50%;
}
.move-tip img, .move-tip1 img {
    width: 100%;
}

.web-button {
    background: #E1A03A !important;
    padding: 4px 0;
    color: #fff !important;
    width: 64px;
    box-shadow: none !important;
}

.color-warp {
    float: left;
    height: 40px;
}

.color-show {
    display: block;
    width: 24px;
    height: 24px;
    margin: 6px auto;
}

.color-list {
    width: 313px;
    height: 177px;
    padding: 20px 7px 20px 15px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 44px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    z-index: 1000;
    border-radius: 6px;
}

.color-list li {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 10px;
    float: left;
}

.color-select {
    border: 1px solid #FF5500;
}

.tip1 {
    top: 42px !important;
    left: 0 !important;
}

.main-cover {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
}

.main-center {
    width: 550px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main-header {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #EDEDED;
    padding: 0 15px;
}

.music_list, .view_list {
    width: 100%;
    height: 350px;
    overflow: auto;
    padding: 0 15px;
    margin: 20px 0;
}

.music_list li, .view_list li {
    position: relative;
    padding: 0 25px;
}

.music_list img {
    position: absolute;
    top: 18px;
    left: 10px;
    display: none;
    outline: none;
}

.view_list img {
    position: absolute;
    top: 18px;
    left: 10px;
    outline: none;
}

.view_list span {
    position: absolute;
    top: 18px;
    right: 20px;
    outline: none;
    color: #E1A03A;
}

.music_list span {
    position: absolute;
    top: 18px;
    right: 20px;
    display: none;
    outline: none;
    color: #E1A03A;
}

.main-bottom {
    height: 100px;
    text-align: center;
    border-top: 1px solid #EDEDED;
}

.b-button {
    display: inline-block;
    width: 65px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 30px;
    cursor: pointer;
}

.b-cancel {
    border: 1px solid #ccc;
    margin-right: 20px;
}

.b-confirm {
    color: #fff;
    background: #E1A03A;
}

.couponUnUsedBg {
    /*width: 300px;*/
    /*height: 164px;*/
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.sale-order-coupon-div {
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px
}

.font-16 {
    font-size: 16px
}

.font-17 {
    font-size: 17px
}

.font-20 {
    font-size: 20px!important;
}
.font-22 {
    font-size: 22px!important;
}

.font-25 {
    font-size: 25px;
}

.font-28 {
    font-size: 28px;
}

.font-32 {
    font-size: 32px;
}

.font-40 {
    font-size: 40px;
}

.color-fff {
    color: #fff;
}

.color-A2A2A2 {
    color: #A2A2A2;
}

.color-3e3e3e {
    color: #3e3e3e;
}

.color-c5c5c5 {
    color: #c5c5c5;
}

.text-area-default {
    border: none;
    resize: none;
    background: rgba(0, 0, 0, 0);
}

.text-default{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.c-font-view{
    position: relative;
    width: 160px;
}
.c-font-view .c-font-view-head{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    background: #fff url("../images/icon/icon-copy.png") no-repeat 97% center;
    background-size: auto 11px;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.c-font-view .c-font-view-body{
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    display: none;
    z-index: 999;
    opacity: 0;
}
.c-font-view:hover .c-font-view-body{
    display: block;
    opacity: 1;
}
.c-font-view-body-head{
    position: relative;
}
.c-font-view-body-head-input{
    height: 30px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 12px;
    color: #0A0A0A;
    transition: all 0.2s;
    padding-right: 37px;
}
.c-font-view-body-head-btn{
    display: inline-block;
    width: 30px;
    height: 26px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1;
    cursor: pointer;
    background: url('../images/icon/sousuo.png') no-repeat center;
    background-size: 16px;
    transition: all 0.2s;
}
.c-font-view-body-head:hover .c-font-view-body-head-input{
    border: 1px solid #FAC779;
}
.c-font-view-body-head:hover .c-font-view-body-head-btn{
    background: url("../images/icon/sousuo-2.png") no-repeat center;
    background-size: 16px;
}
.chinese-support-view{
    height: 35px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.chinese-support-item{
    color: #0f0f0f;
    cursor: pointer;
}
.chinese-support-select{
    color: #264DF0;
}
.c-font-view-body-ul{
    margin-top: 10px;
    max-height: 200px;
    overflow-y: auto;
}
.c-font-view-body-ul .c-font-view-body-li{
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 0 5px;
    font-size: 12px;
    transition: all 0.3s;
}
.c-font-view-body-ul .c-font-view-body-li img{
    max-height: 100%;
    max-width: 100%;
}
.c-font-view-body-ul .c-font-view-body-li:hover{
    background: #FAC779;
    border-radius: 2px;
}
.c-font-view-body-li-on{
    background: #FAC779;
    border-radius: 2px;
}

/*万物编辑器*/
.c-view{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.editor-head{
    position: relative;
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
    background: var(--webNavbarBackColor);
    color: #fff;
}
.editor-head-1{
    display: flex;
    align-items: center;
}
.editor-logo{
    float: left;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
}
.editor-logo img{
    height: 40px;
}
.editor-title{
    float: left;
    line-height: 50px;
    margin-left: 40px;
    color: var(--webTitleColor);
    width: 240px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.editor-number{
    float: left;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    padding: 0 30px;
}
.expectPageCountBtn{
    padding: 15px 140px;
    border-radius: 100px;
    background-color: #fff2ee;
    color: #ff6404;
    font-weight: bold;
    margin-top: 15px;
}
.editor-heda-btn-view{
    display: flex;
}
.editor-heda-btn-view button i{
    color:#FFFFFF;
    opacity: 0.8;
}
.editor-nav{
    position: absolute;
    left: 0;
    top: 56px;
    bottom: 0;
    width: 72px;
    overflow: auto;
    background:  var(--sidebarBackColor);
    z-index: 9;
}
.editor-nav ul li{
    position: relative;
    width: 100%;
    height: 78px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background: var(--sidebarUnselectButtonBackColor); */
    background: var(--sidebarBackColor);
    color: var(--sidebarUnselectButtonForeColor);
}
.editor-nav ul li.leftPanel-photo:hover{
    background: var(--sidebarFloatButtonBackColor);
}
.editor-nav ul li.leftPanel-photo-active{
    /* background: var(--sidebarSelectedButtonBackColor); */
    background: #2b2c2f;
    color:var(--sidebarSelectedButtonForeColor)
}
.editor-nav ul li i{
    font-size: 22px;
    margin: 0;
    color: var(--sidebarUnselectButtonForeColor);
}
.editor-nav ul li.leftPanel-photo-active i{
    color: var(--sidebarSelectedButtonForeColor);
}
.editor-nav ul li span{
    display: inline-block;
    width: 100%;
    padding: 0 5px;
    overflow: hidden;
    word-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.editor-nav-view{
    position: absolute;
    left: 72px;
    top: 56px;
    bottom: 0;
    width: 320px;
    background: #2B2C2F;
    overflow: auto;
    z-index: 9;
}
/* .editor-nav-view::-webkit-scrollbar {
    display: none;
} */
.editor-nav-view-li{
    width: 100%;
    /*height: 100%;*/
}
.editor-border-bottom{
    border-bottom: 1px solid #ddd;
}
.folder-view{
    text-align: center;
    padding: 10px 0;
}
.folderUl{
    padding: 10px 0px;
}
.folderUl li{
    position: relative;
    float: left;
    text-align: center;
    outline: none;
    transition: .3s linear;
    width: 33%;
    padding: 5px 5px 5px 0;
}
/* .folderUl li div{
    width: 100%;
} */
.folderUl li .folderUl-img{
    width: 66px;
    height: 66px;
}
.folderUl-text{
    display: inline-block;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #FFFFFF;
    padding-top: 5px;
}
.folderUl-sel{
    position: absolute;
    left: 0;
    top: 0;
}
.folderUl-delete{
    position: absolute;
    top: 6px;
    right: 18px;
    display: none;
    cursor: pointer;
    background: #4a4b4e;
    border-radius: 4px;
    padding: 3px;
}
.folderUl-delete img{
    width: 16px;
}
.folderUl li:hover .folderUl-delete{
    display: block;
}
.folderUl-delete:hover .photo-name-operate-div2{
    display: block;
}
.folderUl-delete .photo-name-operate-div2{
    position: absolute;
    left: -27px;
    top: 20px;
    padding: 5px;
    z-index: 999;
    display: none;
}
.folderUl-delete .photo-name-operate-div2 .photo-name-operate{
    background: #4A4B4E;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 30%);
    border-radius: 4px;
    padding: 6px 0;
    width: 66px;
    display: flex;
    flex-direction: column;
    color: #CCCCCC;
}
.folderUl-delete .photo-name-operate-div2 .photo-name-operate > div:hover{
    color:#FFFFFF;
}
.folder-down{
    /* width: 90%;
    margin: 0 auto;
    border: 1px solid #E1A03A;
    height: 32px;
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
    color: #E1A03A;
    box-shadow: 0px 0px 5px rgba(225, 160, 58, 0.3); */
    width: 64px;
    height: 24px;
    background: #36373a;
    border-radius: 12px;
    font-size: 12px;
    color: #cccccc;
    display:flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.folder-down1{
    /* width: 90%;
    margin: 0 auto;
    border: 1px solid #9B9B9B;
    height: 32px;
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
    color: #9B9B9B;
    box-shadow: 0px 0px 5px rgba(35, 35, 35, 0.3);
    display: block; */
    width: 64px;
    height: 24px;
    background: #36373a;
    border-radius: 12px;
    font-size: 12px;
    color: #cccccc;
    display:flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.editor-nav-view-li-2{
    padding-bottom: 120px;
    position: relative;
}
.editor-nav-view-li-2 p{
    color: #979797;
    font-size: 9pt;
    margin-left: 10px;
}
.editor-nav-view-li-2 ul{
    padding: 10px 8px;
}
.editor-nav-view-li-2 ul li{
    float: left;
    width: 50%;
    padding: 8px;
}
.editor-nav-view-li-2 ul li .editor-nav-view-li-2-view{
    position: relative;
    width: 100%;
    height: 140px;
    background: #333437;
    /* box-shadow: 0 2px 5px rgba(187, 187, 187, 0.6); */
    text-align: center;
    line-height: 139px;
    backdrop-filter: blur(4px);
}
.imgSizeWarn{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    color: #f85053;
    flex-wrap: wrap;
    pointer-events: none !important;
}
.imgSizeWarn-text{
    width: 100%;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
}
.editor-nav-view-li-2-view-img{
    max-height: 100%;
    max-width: 100%;
}
.editor-nav-view-li-2-view-img1{
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    z-index: 3;
}
.editor-nav-view-li-2-view:hover .editor-nav-view-li-2-view-img2{
    display: block;
}
.editor-nav-view-li-2-view-img2{
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    z-index: 2;
    display: none;
}
.editor-nav-view-li-2-view-value{
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #0a0a0a81;
    color: #fff;
    text-align: center;
    line-height: 24px;
}
.nav-mask{
    margin: 0;
    height: auto;
    width: 100%;
}
.nav-mask ul{
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.nav-mask ul li{
    position: relative;
    width: 47%;
    height: 136px;
}
.nav-mask-div{
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #E8EAED;
    transition: .1s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-mask-div img{
    max-width: 95%;
    max-height: 95%;
}
.nav-mask-div:hover{
    border: 1px solid #CCCCCC;
}
.nav-mask-loading{
    margin: 100px auto;
    width: 26px;
    display: block;
}
.editor-nav2{
    position: fixed;
    left: 392px;
    top: 56px;
    right: 268px;
    height: 40px;
    background: #fff;
    z-index: 10;
}
.editor-body{
    position: fixed;
    top: 96px;
    left: 392px;
    right: 268px;
    bottom: 0;
    overflow: hidden;
    z-index: 9;
}
.editor-body1{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.scale-view{
    width: 300px;
    height: 50px;
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -150px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.editor-nav3{
    position: fixed;
    right: 0;
    top: 56px;
    bottom: 0;
    width: 168px;
    background: #fff;
    overflow: auto;
}
.editor-nav3-tab{
    height: 40px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.editor-nav3-tab > div{
    flex: 1;
    height: 100%;
    text-align: center;
    line-height: 40px;
}
.editor-nav3-tab-active{
    background: #F5F7FA;
}
.editor-nav3-pageNum{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    width: 34px;
    height: 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    border-radius: 0px 0px 10px 0px;
    text-align: center;
    line-height: 20px;
    z-index:999;
}
.selectedBorder{
    border: 2px dashed #E1A03A;
}

.c-xml-page-material-zoom{
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
}
.c-xml-page-material-zoom-left{
    /* background: url("../images/icons/ic_left.svg") no-repeat; */
    left: -5px;
    top: 50%;
    cursor: e-resize;
    background: #FFFFFF;
    height: 20% !important;
    width: 6px !important;
    transform: translateY(-50%);
    border-radius: 10px;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 20%);
}
.c-xml-page-material-zoom-left1{
    /* background: url("../images/icons/ic_leftup.svg") no-repeat; */
    left: -7px;
    top: -7px;
    cursor: se-resize;
    background: #FFFFFF;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 20%);
    border-radius: 10px;
}
.c-xml-page-material-zoom-top{
    /* background: url("../images/icons/ic_rightup.svg") no-repeat center right; */
    right: -7px;
    top: -7px;
    cursor: sw-resize;
    background: #FFFFFF;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 20%);
    border-radius: 10px;
}
.c-xml-page-material-zoom-top1{
    /* background: url("../images/icons/ic_rightup.svg") no-repeat center right; */
    right: -7px;
    top: -7px;
    cursor: sw-resize;
    background: #FFFFFF;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 20%);
    border-radius: 10px;
}
.c-xml-page-material-zoom-right{
    /* background: url("../images/icons/ic_right.svg") no-repeat center right;
    right: -7px;
    top: 50%;
    margin-top: -7px;
    cursor: e-resize; */
    right: -4px;
    top: 50%;
    cursor: e-resize;
    background: #FFFFFF;
    height: 20% !important;
    width: 6px !important;
    transform: translateY(-50%);
    border-radius: 10px;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 20%);
}
.c-xml-page-material-zoom-right1{
    /* background: url("../images/icons/ic_rightbelow.svg") no-repeat; */
    right: -7px;
    bottom: -7px;
    cursor: se-resize;
    background: #FFFFFF;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 20%);
    border-radius: 10px;
}
.c-xml-page-material-zoom-bottom{
    /* background: url("../images/icons/ic_leftbelow.svg") no-repeat; */
    left: -7px;
    bottom: -7px;
    cursor: sw-resize;
    background: #FFFFFF;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 20%);
    border-radius: 10px;
}
.c-xml-page-material-zoom-bottom1{
    /* background: url("../images/icons/ic_leftbelow.svg") no-repeat; */
    left: -7px;
    bottom: -7px;
    cursor: sw-resize;
    background: #FFFFFF;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 20%);
    border-radius: 10px;
}
.editor-nav2-ul1{
    float: right;
}
.editor-nav2-ul2{
    float: left;
}
.editor-body-view *{
    /*pointer-events: none !important;*/
}
.genericColor{
    /* background: var(--genericColor) !important; */
    background: var(--webMainButtonBackColor) !important;
    color: #fff !important;
}
.view-flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.text-content-tab{
    line-height: 36px;
    height: 36px
}
.text-content-tab span{
    height: 34px;
    background: #fff;
    border-radius: 4px;
    margin-top: -8px;
}

.preview-article-con1{
    background: url("../images/icon-bg.jpg") no-repeat;
    background-size: 100% 100%;
    width: 100vw;
    height: 100vh;
}
.threeView-body{
    width: 100%;
    height: 100%;
    position: relative;
}
.threeView{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.threeLoading{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    z-index: 1;
    margin: -40px 0 0 -40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.threeError{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 80px;
    z-index: 1;
    margin: -40px 0 0 -150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #999;
}
.threeHide{
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    width: 35px;
    cursor: pointer;
    z-index: 99;
    text-align: center;
    line-height: 35px;
    background: url("../images/icon/icon-delete.png") no-repeat center;
    background-size: 18px;
}
.verticle-mode {
    writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}

.left-panel-btn{
    width: 74%;
    height: 35px;
    background: var(--genericColor);
    /*box-shadow: 0px 4px 8px 0px rgba(212, 187, 121, 0.47);*/
    box-shadow: 0 2px 5px rgba(187, 187, 187, 0.6);
    border-radius: 18px;
    margin-top: 20px;
    color: #121212;
}

.left-panel-title{
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
    margin-top: 20px;
}

.left-panel-input::-webkit-outer-spin-button,
.left-panel-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.left-panel-input {
    -moz-appearance: textfield;
    padding: 0 !important;
    text-align: center;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 0px 5px rgba(35, 35, 35, 0.3);
    border-radius: 50px;
}

.noShadow{
    box-shadow: none!important;
}

.color-A6 {
    color: #A6A6A6;
    font-size: 12px;
}

.qrcode_jia{
    position: absolute;
    left: 28%;
    top: 8px;
    font-size: 14px!important;
}

.no-appearance {
    -moz-appearance: textfield;
    padding: 0 !important;
    text-align: center;
    border: none;
    background: rgba(255, 255, 255, 0);
    outline: none;
    color: #121212;
}

.no-appearance::-webkit-outer-spin-button,
.no-appearance::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.input-line {
    height: 20px;
    width: 1px;
    background: #DADADA;
    position: absolute;
    top: 8px;
    left: 0;
}

.c-textarea2 {
    width: 100%;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    /*-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;*/
    /*-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
    /*transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
    height: 84px;
    padding: 6px;
    font-size: 13px;
    outline: none;
    border: 1px solid #C9C9C7;
    border-radius: 4px;
}

.add-page-btn{
    width: 100%;
    height: 27px;
    background: var(--genericColor);
    border-radius: 6px;
    margin: 5px 0 0 5px;
    color: #fff;
}

.web-show-name{
    width: 92px;
    height: 22px;
    background: var(--genericColor);
    box-shadow: 0px 1px 3px 0px rgba(221, 170, 81, 0.45);
    border-radius: 8px;
    position: absolute;
    right: 4px;
    font-size: 9pt;
    color: #fff;
}

.variable-data-download-text{
    width: 97px;
    height: 14px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #7A68E4;
    line-height: 48px;
}

.variable-data-upload{
    margin-bottom: 20px;

}
.variable-data-upload-name{
    width: 123px;
    height: 25px;
    background: #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 4px;
    margin-right: 15px;
    color: #171616;
}

.variable-data-upload button{
    width: 75px;
    height: 25px;
    background: var(--genericColor);
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    position: relative;
}

.variable-data-upload-file{
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 25px;
    opacity: 0;
}

.variable-data-wrap{

}

.variable-data-wrap-value{
    width: 70px;
    height: 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(4, 0, 0, 0.06);
    border-radius: 15px;
    color: #171616;
    display: inline-block;
    line-height: 30px;
    text-align: center;
}

.variable-data-active{
    background: var(--genericColor)!important;
    box-shadow: 0px 2px 3px 0px rgba(241, 138, 49, 0.29)!important;
    color: #fff!important;
}

.variable-data-wrap-sel{
    position: relative;
}

.variable-data-wrap-sel i{
    position: absolute;
    font-size: 8pt;
    top: 4px;
}

.variable-data-wrap-sel span{
    width: 50px;
    height: 12px;
    font-size: 12px;
    font-weight: 500;
    color: #B3B3B3;
    position: absolute;
    left: 15px;
    top: 4px;
}

.variable-data-wrap-sel-active{
    color: var(--genericColor)!important;
}

.variable-data-group{
    width: 100%;
    height: 40px;
    background: #B4B4B4;
    box-shadow: 2px 1px 8px 0px rgba(108, 108, 108, 0.45);
    border-radius: 8px;
    color: #fff;
}

.variable-data-group-active{
    width: 100%;
    height: 40px;
    background: var(--genericColor);
    box-shadow: 2px 1px 8px 0px rgba(108, 108, 108, 0.45);
    border-radius: 8px;
    color: #fff;
}

.variable-data-list{
    width: 100%;
    /*height: 225px;*/
    border: 1px dashed #666666;
}

.variable-data-btn{
    position: absolute;
    bottom: 14px;
    left: 0;
}

.variable-data-btn button{
    width: 44%;
    height: 40px;
    /* background: var(--genericColor); */
    background-color: var(--webMainButtonBackColor);
    border-radius: 100px;
    color: #fff;
}

.variable-data-table-th{
    width: 100px;
    text-align: left;
}
.add-page-del-show:hover .add-page-del{
    display: block;
}

.add-page-del{
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: 20px!important;
    display: none;
    /* color: var(--webMainButtonBackColor); */
    z-index: 500;
    background: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    border-radius: 4px;
    width: 25px;
    height: 25px;
    text-align: center;
    align-items: 25px;
}

.custom-grid {
    background-color: #fff;
    background-image: linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee), linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee);
    background-size: 16px 16px;
    background-position: 0 0, 8px 8px;
    width: 100%;
    height: 100%;
}

.custom-grid2 {
    background-color: #fff;
    background-image: linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee), linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee);
    background-size: 16px 16px;
    background-position: 0 0, 8px 8px;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    /*margin-right: 5px;*/
    padding: 0;
    border: 1px solid #DADADA;
}

.tempDiv{
    border:1px solid #65a6fa;
    /*background:#5a72f8;*/
    position:absolute;
    width:0;
    height:0;
    /*filter:alpha(opacity:10);*/
    /*opacity:0.1*/
}
#moveSelected{
    position:absolute;
    /*background-color: blue;*/
    /*opacity:0.3;*/
    border:1px solid #65a6fa;
    top:0;
    left:0;
    z-index: 999;
}

.tip-pic-text{
    position: absolute;
    top: 45px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 48px;
    position: absolute;
    padding-left: 15px;
}
.tip-pic-text i{
    position: absolute;
    top: 17px;
    line-height: 1;
    left: 10px;
    color: #FFA300;
}
.tip-pic-text span{
    color: var(--genericColor);
}

.optimization{
    width: 200px;
    /* height: 320px; */
    height: 390px;
    background: #5A5A5A;
    box-shadow: 0px 4px 8px 0px rgba(26, 26, 26, 0.24);
    position: absolute;
    left: -80px;
    top: 40px;
    z-index: 900;
}

.optimization-head{
    width: 200px;
    height: 30px;
    background: #626262;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

.optimization-body{

}

.optimization-body-li{
    height: 23px;
}

.optimization-body-li-text{
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    padding: 0!important;
    /*line-height: 48px;*/
}

.optimization-body-li-num{
    height: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    padding: 0!important;
    /*line-height: 48px;*/
}

.optimization-body-li-text2{
    height: 14px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0!important;
    /*line-height: 48px;*/
}

.variable-data-icon-download{
    position: absolute;
    color: #7A68E4;
    left: 0;
    top: 14px;
}

.imagebox-loading{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 300;
    display:table;
}

.imagebox-loading-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}

.imagebox-loading-body{
    display:table-cell;
    vertical-align:middle;
    position: relative;
}

.imagebox-loading img{
    /*color: var(--genericColor);*/
    width: 40px;
    margin-bottom: 10px;
}

.imagebox-loading p{
    color: var(--genericColor);
    font-size: 14px;
}

.random-layout{
    position: fixed;
    right: 0;
    top: 56px;
    width: 165px;
    height: 42px;
    line-height: 42px;
    background: var(--webMainButtonBackColor);
    color: var(--webMainButtonTextColor);
    z-index: 99;
    text-align: center;
}
.c-editor-mini-page-tab{
    /* position: sticky;
    right: 0;
    top: 0; */
    width: 100%;
    height: 42px;
    background: #F5F7FA;
    color: #333333;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    z-index: 9;
}
.c-editor-mini-page-tab1{
    position: sticky;
    right: 0;
    top: 0;
    z-index: 1000;
}
.c-editor-mini-page-tab div{
    width: 50%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-editor-min-page-tab-select{
    background: #fff;
}
.c-editor-page{
    width: 100%;
}
.c-editor-page-view{
    padding: 16px;
}
.c-editor-page-view-li{
    width: 100%;
    margin-bottom: 15px;
}
.c-editor-page-view-li-view{
    width: 100%;
}
.c-editor-page-view-li-view-img{
    width: 100%;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E8EAED;
    overflow: hidden;
}
.c-editor-page-view-li-view-img img{
    max-width: 100%;
    max-height: 100%;
}
.c-editor-page-view-li-view-img i{
    font-size: 40px;
    color: #000;
}
.c-editor-page-view-li-view-iconWarn{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 14px;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #EA5E2A;
    margin: -8px 0 0 -8px;
}
.c-editor-page-view-li-view-font{
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c-editor-page-view-li-view-font-sh{
    display: flex;
    height: 20px;
    align-items: center;
    font-size: 12px;
}
.c-editor-page-view-li-view-font-sh-span{
    display: inline-block;
    width: 100px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-left: 3px;
}
.main-button-color{
    background: var(--webMainButtonBackColor)!important;
    color: var(--webMainButtonTextColor)!important;
}

.width-530{
    width: 530px;
}

.width-1000{
    width: 1000px;
}
.page-cover{
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    line-height: 25px;
    z-index: 599;
    text-align: center;
}

.pic-loading-bg{
    width: 94%;
    height: 7px;
    border-radius: 50px;
    background: #000;
    opacity: 0.7;
    position: absolute;
    bottom: 1px;
    left: 3%;
    z-index: 12;
}

.pic-loading-line{
    width: 10%;
    height: 7px;
    border-radius: 50px;
    background: #FF6E30;
    position: absolute;
    bottom: 1px;
    left: 3%;
    z-index: 12;
}

.pic-loading-text{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    z-index: 11;
    background: #000;
    opacity: 0.5;
    line-height: 110px;
}

.pic-loading-icon{
    position: absolute;
    width: 24px;
    left: 40%;
    top: 36px;
}

.pic-loading-text span{
    margin-top: 20px;
    display: inline-block;
}

.z-modal{
    position: fixed;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.5);*/
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
}

.z-modal-body3{
    position: fixed;
    left: 15vw;
    top: calc(50vh - 155px);
    width: 70vw;
    height: 310px;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    animation: zModalBodyAnimation 0.4s;
    background: #fff;
    box-shadow: 0px 6px 40px 0px rgba(193, 127, 27, 0.15);
    border-radius: 10px;
    text-align: center;
}

.z-modal-body3-tip{
    font-size: 13px;
    color: #000000;
    line-height: 24px;
    padding: 20px 20px 0 20px;

}
.z-modal-body3-tip span{
    color: #F2AC43;
}

.z-modal-body3-title{
    background: #FFE7DF;
    color: var(--genericColor);
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.z-modal-body3-confirm{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: var(--genericColor);
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

@keyframes zModalBodyAnimation{
    from {top:10%;}
    to {}
}

.z-modal-body-icon{
    text-align: center;
    margin-top: 20px;
}

.z-modal-body-icon i{
    font-size: 69px;
    color: #FFF;
}
.c-operation-view{
    width: 100%;
    height: 50px;
    display: flex;
    padding: 0 25px;
}
.c-operation-ntm{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    flex-direction: column;
    border-radius: 3px;
    box-shadow: 0 0 6px -2px rgba(0,0,0,0.1);
    margin-right: 10px;
    color: #a6abbe;
}
.pitch1 {
    border: 1px dashed #ffa91b;
}
.c-preview-flip{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
.c-preview-flip-view{
    width: 100%;
    height: 60px;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.c-preview-flip-view .iconfont{
    margin: 0 20px;
    font-size: 18px;
    cursor: pointer;
    transition: .1s linear;
}
.c-preview-flip-view-1{
    text-align: center;
    margin: 0 20px;
}
.c-preview-flip-view-iconquanping{
    margin: 0 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: var(--genericColor);
    color: #fff;
    cursor: pointer;
    transition: .1s linear;
}
.c-preview-flip-view .iconfont:hover, .c-preview-flip-view-iconquanping:hover{
    font-weight: 600;
}
.c-page-catalogue{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    overflow: auto;
    z-index: 1000;
}
.c-page-catalogue-view{
    width: 80%;
    margin: 50px auto;
}
.c-page-catalogue-view-li{
    margin: 30px;
    float: left;
    cursor: pointer;
}
.c-page-catalogue-view-li-seq{
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
}
.roundedSet{
    position: absolute;
    width: 320px;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    filter: drop-shadow(0px 2px 8px rgb(0 0 0 / 0.14));
    cursor: pointer;
    z-index: 1000;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    display: flex !important;
    flex-direction: column;
}
.roundedSet::after{
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #ffffff transparent;
}
.roundedSet-title{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.alignLi{
    width: 50%;
    display: flex !important;
}
.hover-coverageMove:hover{
    background: #F7F8FA;
}
.border-radio-btn{
    display: flex !important;
    width: 50px;
    align-items: center;
    justify-content: space-evenly;
}
.borderSet-body{
    display: flex !important;

}
.c-font-view::after,.c-font-view-body-ul::after,.c-font-view-body::after{
    opacity: 0;
}
.rightPanel-title {
    font-size: 16px;
    color: #333333;
    text-align: left;
    margin-top: 20px;
}
.filletType{
    display: inline-block;
    padding: 0 10px;
    background: #F5F7FA;
    color: #505760;
}
.filletTypeActive{
    color: var(--genericColor);
    background: rgb(229, 229, 229);
}

.c-schedule-view2{
    display: flex !important;
    align-items: center;
    padding: 0;
    width: calc(50% - 10px);

}
.c-schedule-view2 > span{
    margin-left: 5px;
}
.c-schedule-view2 input{
    color: #000 !important;
    border: 1px solid #d9d9d9;
}
.c-schedule-view2 .c-schedule-title{
    width: 70% !important;
}
.rightPanel-title-radio-btn{

}
.rightPanel-title-radio-btn img{
    width: 16px;
    height: 16px;
}
.c-schedule-view{
    display: flex !important;
    align-items: center;
}
.c-schedule-title{
    display: block;
    width: 100px !important;
    font-size: 14px;
}
.bezel-set-color{
    width: 30px;
    height: 30px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #ddd;
}
.bezel-set-color input{
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.c-font-view .c-font-view-head2 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff url("../images/icons/drop_down.svg") no-repeat 97% center;
    background-size: auto 11px;
    border-radius: 3px;
    border: 1px solid #ddd;
    position: relative;
    padding-left: 20px;
}
.c-font-view .c-font-view-head2>div{
    width: 75%;
    text-align: center;
}
.c-font-view .c-font-view-head2>div img{
    width: 100%;
}
.c-mask-tab{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 15px;
}
.c-mask-tab span{
    display: inline-block;
    width: 70px;
    font-size: 16px;
    color: #CCCCCC;
    height: 30px;
}
.c-mask-tab-select{
    color: #FFFFFF !important;
    font-weight: bold;
    /* border-bottom: 2px solid  !important; */
    position: relative;
}
.c-mask-tab-select::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 16px;
    height: 3px;
    background: var(--webMainButtonBackColor);
    border-radius: 2px;
}
.c-mask-general{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
}
.c-mask-general-li{
    width: 100%;
    height: 100%;
    padding: 5px;
    background: #333437;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-mask-general-li img{
    max-width: 100%;
    max-height: 100%;
}
.editor-nav-view-li-1{
    display: flex;
    justify-content: space-between;
}
.editor-nav-view-li-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
}
.editor-nav-view-li-title-left{
    color: #fff;
}
.editor-nav-view-li-title-right{
    color: var(--webMainButtonBackColor);
}
.editor-nav-view-li-web-local-photo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
}
.phone-updatePic{
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.05);
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.folder-content-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
    padding: 10px 16px;
}
.folder-content-title-title{
    display: flex;
    align-items: center;
}
.partTile{
    height: 30px;
    width: 114px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    text-align: center;
    line-height: 30px;
    background: #ddd;
    color: var(--webMainButtonBackColor);
    font-size: 12px;
    border-radius: 6px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin: 0 auto 5px;
}
.editor-body-view-page{
    border:1px solid #eee;
}
.qrcode-title{
    color: #FFFFFF;
    font-size: 14px;
    padding: 0 15px;
    margin-top: 32px;
}
.qrcode-input-div{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}
.qrcode-input{
    width: 288px;
    height: 48px;
    background: rgba(255,255,255,0.04);
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    border:none;
}
.qrcode-button{
    width: 146px;
    height: 40px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    color: #FFFFFF;
    /* background: var(--genericColor); */
    background-color: var(--webMainButtonBackColor);
}
.qrcode-button-disable{
    background: rgba(255,255,255,0.15);
}
.variableData-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.variableData-add{
    width: 288px;
    height: 96px;
    background: #353639;
    margin: 20px auto;
    border: 1px dashed #5e5e5f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    position: relative;
}
.variableData-add-upload-file{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.variableData-variableName{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.variableData-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.variableData-li{
    width: 136px;
    height: 96px;
    background: rgba(255,255,255,0.05);
    border-radius: 4px;
    margin-top: 15px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.center-vertically{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rightPanel2-bottom-addPage{
    position: fixed;
    bottom: 40px;
    width: 42px;
    height: 42px;
    right: 16px;
    z-index: 800;
}
.rightPanel2-bottom-addPage img{
    width: 100%;
}
.rightPanel2-bottom-addPage2{
    position: fixed;
    bottom: 106px;
    width: 42px;
    height: 42px;
    right: 16px;
    z-index: 800;
}
.rightPanel2-bottom-addPage2 img{
    width: 100%;
}

.editor-nav-view{
    overflow: overlay;
}
/*  */
.editor-nav-view:hover.editor-nav-view::-webkit-scrollbar-thumb{
    background-color: #969696;
    border: 4px solid #2b2c2f;
}
.editor-nav-view:hover.editor-nav-view::-webkit-scrollbar-track{
    background-color: #2b2c2f;
}
.editor-nav-view::-webkit-scrollbar {
    display: block;
    width: 16px;
}
/* 这是针对缺省样式 (必须的) */
.editor-nav-view::-webkit-scrollbar-track{
    background-color: #2b2c2f00;
}

/* 滚动条的滑轨背景颜色 */

.editor-nav-view::-webkit-scrollbar-thumb {
    background-color: #2b2c2f00;
    border-radius: 20px;
    border: 4px solid #2b2c2f00;
    transition-duration:5s;
    cursor: pointer !important;
}

/* 滑块颜色 */

.editor-nav-view::-webkit-scrollbar-button {
    display: none;
    background-color: #fff;
}

/* 滑轨两头的监听按钮颜色 */

.editor-nav-view::-webkit-scrollbar-corner {
    background-color: #fff;
}
.leftPanel-con::-webkit-scrollbar{
    display: none;
}



.hover-scrollbar{
    overflow: overlay;
}
.hover-scrollbar:hover.hover-scrollbar::-webkit-scrollbar-thumb{
    background-color: #969696;
    border: 4px solid #ffffff;
}
.hover-scrollbar:hover.hover-scrollbar::-webkit-scrollbar-track{
    background-color: #ffffff00;
}
.hover-scrollbar::-webkit-scrollbar {
    display: block;
    width: 6px;
}
.hover-scrollbar1::-webkit-scrollbar {
    display: block;
    height: 6px;
}
/* 这是针对缺省样式 (必须的) */
.hover-scrollbar::-webkit-scrollbar-track{
    background-color: #ffffff00;
}

/* 滚动条的滑轨背景颜色 */

.hover-scrollbar::-webkit-scrollbar-thumb {
    background-color: #2b2c2f00;
    border-radius: 20px;
    border: 4px solid #2b2c2f00;
    transition-duration:5s;
    cursor: pointer !important;
}

/* 滑块颜色 */

.hover-scrollbar::-webkit-scrollbar-button {
    display: none;
    background-color: #fff;
}

/* 滑轨两头的监听按钮颜色 */

.hover-scrollbar::-webkit-scrollbar-corner {
    background-color: #fff;
}



.confirm-dialog{
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    padding: 16px 24px 32px;
}
.confirm-dialog-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.confirm-dialog-title{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}
.confirm-dialog-content{
    padding: 24px 0;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.confirm-dialog-footer{
    display: flex;
    align-items: center;
    justify-content: right;
}
.confirm-dialog-footer-cancel{
    padding: 10px 30px;
    color: #333333;
    background: #F7F8FA;
    border-radius: 4px;
}
.confirm-dialog-footer-delete{
    padding: 10px 30px;
    color: #ffffff;
    background: var(--webMainButtonBackColor);
    border-radius: 4px;
    margin-left: 16px;
}
.noData-text{
    width: 100%;
    display: block;
    margin-top: 30px;
    color: #c7c8c8;
    font-size: 14px;
    text-align: center;
}
.c-aid-view{
    position: fixed;
    left: 10px;
    bottom: 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    z-index: 300;
    padding: 0 6px;
    font-size: 12px;
}
.c-change-page{
    position: absolute;
    right: -43px;
    top: 0;
    z-index: 500;
}
.c-change-page1{
    position: absolute;
    left: -43px;
    top: 0;
    z-index: 500;
}
.c-change-view{
    width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
    border: 1px solid #999;
    border-radius: 4px;
    cursor: pointer;
    transition: .1s linear;
}
.c-change-view i{
    font-size: 22px;
}
.c-change-view:hover, .c-change-view-select{
    color: var(--webMainButtonBackColor);
    border: 1px solid var(--webMainButtonBackColor);
}
.c-change-view-jt{
    position: absolute;
    right: -9px;
    top: 50%;
    color: #fff;
    margin-top: -11px;
}
.c-change-view1{
    padding: 3px 10px;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(35, 35, 35, 0.3);
    border-radius: 4px;
}
.c-change-view1-btn{
    height: 30px;
    width: 43px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
    cursor: pointer;
    transition: .1s linear;
    font-size: 12px;
}
.c-change-view1-btn i{
    font-size: 12px;
}
.c-change-view1-btn:hover{
    color: var(--webMainButtonBackColor);
}

.back-consistent-view{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 16px;
    border-radius: 100px;
    color: #fff;
}
.back-consistent-view-content{
    position: absolute;
    top: 28px;
    right: -10px;
    display: none;
    background: #fff;
    width: 300px;
    padding: 10px;
    box-shadow: 0px 0px 5px rgba(35, 35, 35, 0.3);
    color: #666;
    font-size: 12px;
    line-height: 20px;
    z-index: 10;
    border-radius: 6px;
}
.back-consistent-view-icon1{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    z-index: 12;
    transform: rotate(-90deg);
    color: #fff;
}
.back-consistent-view-icon{
    position: relative;
}
.back-consistent-view-icon:hover .back-consistent-view-content{
    display: block;
}
.back-consistent-view-icon:hover .back-consistent-view-icon1{
    display: block;
}