
.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: 2px;
    border: none;
    /*margin-right: 5px;*/
    padding: 0;
    /* border: 1px solid #DADADA; */
}

.cart-property{
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #a4a4a4;
    color: #a4a4a4;
    background-color: #fff;
    margin-right: 4px;
}

.cart-property-active{
    color: #FFA61A!important;
    border: 1px solid #FFA61A!important;
    background-color: #FFEDD1!important;
}

.delivery-method-h5 {
    display: inline-block;
    margin: 6px 9px 6px 0;
    text-align: center;
    border-radius: 4px;
    /*width: 45vw;*/
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    background: #fff;
    color: #a4a4a4;
    outline: none;
}

.pay-style-selectd {
    background: #F0951B !important;
    color: #fff !important;
}
.picture-view{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    display: -webkit-box;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    background: #fff;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
    z-index: 9;
}
.picture-view-icon{
    width: 80px;
    height: 100%;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    color: #000;
}
.picture-view-icon i{
    font-size: 22px;
    margin: 0;
}
.picture-view-icon span{
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
}
.three-photoGallery{
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
    width: 100%;
    z-index: 99;
}
.three-photoGallery-head{
    position: relative;
    height: 35px;
    width: 100%;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #0a0a0a;
    overflow: hidden;
}
.three-photoGallery-head i{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    box-shadow: 0 -4px 4px 3px rgba(0,0,0,0.1);
    width: 30px;
    text-align: center;
}
.three-photoGallery-head1{
    position: relative;
    height: 45px;
    width: 100%;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #0a0a0a;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-right: 30px;
}
.three-photoGallery-head1 span{
    color: #0a0a0a;
    display: inline-block;
    height: 45px;
    line-height: 45px;
}
.three-photoGallery-head1 span.three-photoGallery-head1-span-on{
    color: var(--genericColor);
}
.three-photoGallery-head1 i{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    box-shadow: 0 -4px 4px 3px rgba(0,0,0,0.1);
    width: 30px;
    text-align: center;
}
.three-photoGallery-body{
    height: 150px;
    width: 100%;
    overflow: scroll;
}
.three-photoGallery-body ul li{
    position: relative;
    float: left;
    width: 25%;
    height: 75px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.2);
    overflow: hidden;
}
.three-photoGallery-body ul li i{
    font-size: 26px;
    color: #999;
}
.three-photoGallery-body ul li img{
    max-width: 100%;
    max-height: 100%;
}
.three-photoGallery-foot{
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 0 8px;
}
.three-materialGallery{
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
    width: 100%;
    z-index: 9;
}
.three-materialGallery-head{
    position: relative;
    height: 35px;
    width: 100%;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #0a0a0a;
    padding-right: 30px;
    overflow: hidden;
}
.three-materialGallery-head-ul::webkit-scrollbar {
    display: none;
}
.three-materialGallery-head-ul{
    width: 100%;
    display: -webkit-box;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}
.three-materialGallery-head-ul li{
    padding: 0 15px;
    color: rgba(0, 0, 0, 0.5);
}
.three-materialGallery-head-ul li span{
    display: inline-block;
    border-bottom: 1px solid #fff;
    line-height: 20px;
}
.three-materialGallery-head-ul li.opt span{
    border-bottom: 1px solid var(--genericColor);
    color: var(--genericColor);
}
.three-materialGallery-head i{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    box-shadow: 0 -4px 4px 3px rgba(0,0,0,0.1);
    width: 30px;
    text-align: center;
}
.three-materialGallery-body{
    height: 150px;
    width: 100%;
    overflow: scroll;
}
.three-materialGallery-body ul li{
    position: relative;
    float: left;
    width: 25%;
    height: 75px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    overflow: hidden;
}
.three-materialGallery-body ul li i{
    font-size: 26px;
    color: #999;
}
.three-materialGallery-body ul li img{
    max-width: 100%;
    max-height: 100%;
}
.animation-xia{
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation:animationXia 1.5s infinite;
    -webkit-animation:animationXia 1.5s infinite; /*Safari and Chrome*/
    animation-timing-function:ease;
    color: var(--genericColor);
}
@keyframes animationXia
{
    0% {bottom:10px;}
    25% {bottom:12px;}
    75% {bottom:8px;}
    100% {bottom:10px;}
}

@-webkit-keyframes animationXia /*Safari and Chrome*/
{
    0% {bottom:10px;}
    25% {bottom:12px;}
    75% {bottom:8px;}
    100% {bottom:10px;}
}
.three-font{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
}
.three-font-head{
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 10px;
    background: #000;
}
.three-font-head-btn{
    position: absolute;
    z-index: 99999;
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    background: var(--genericColor);
}
.three-font-body{
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
.three-font-body-input{
    width: 300px;
    height: 70px;
    border: 1px dotted #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /*text-align: center;*/
    color: #fff;
    margin: auto;
    background: rgba(0,0,0,0);
}
.three-font-operation{
    position: fixed;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
    z-index: 9;
}
.three-font-operation-icon{
    height: 50px;
    text-align: center;
    color: #0a0a0a;
}
.three-font-operation-icon i{
    font-size: 20px;
}
.three-font-operation-icon span{
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}
.three-textStyle{
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 9;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
}
.three-textStyle-head{
    position: relative;
    height: 35px;
    line-height: 35px;
    width: 100%;
    padding-right: 30px;
    overflow: hidden;
}

.three-textStyle-head ul{
    width: 100%;
    display: -webkit-box;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}
.three-textStyle-head ul li{
    width: 25%;
    text-align: center;
    color: #0a0a0a;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.three-textStyle-head ul li span{
    line-height: 20px;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.three-textStyle-head ul li.opt span{
    border-bottom: 1px solid var(--genericColor);
    color: var(--genericColor);
}
.three-textStyle-head i{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    box-shadow: 0 -4px 4px 3px rgba(0,0,0,0.1);
    width: 30px;
    text-align: center;
}
.three-textStyle-body{
    height: 150px;
    width: 100%;
    overflow: auto;
}
.textStyleTabFont{
    width: 100%;
}
.textStyleTabFont-li{
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding-left: 70px;
    color: #000;
    overflow: hidden;
}
.textStyleTabFont-li i{
    position: absolute;
    left: 40px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    display: none;
}
.textStyleTabFont-li img{
    height: 100%;
}
.textStyleTabFont-li span{
    display: inline-block;
    line-height: 35px;
}
.textStyleTabFont-li-on{
    color: var(--genericColor);
}
.textStyleTabFont-li-on i{
    display: block;
}
.textStyleTabType{
    width: 100%;
}
.textStyleTabType-view1{
    width: 100%;
    padding: 0 20px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.textStyleTabType-view2{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.textStyleTabType-view2-li-icon{
    width: 50px;
    text-align: center;
    color: #333;
}
.textStyleTabType-view2-li-icon i{
    font-size: 18px;
}
.textStyleTabType-view2-li-icon span{
    display: inline-block;
    margin-top: 5px;
    width: 100%;
    font-size: 12px;
}
.textStyleTabType-view2-li-icon-yes{
    color: var(--genericColor);
}
.textStyleTabType-view2-li-icon-no{
    color: #B6B6B8;
}
.textStyleTabColor{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.three-modal{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
}
.three-modal-body{
    position: fixed;
    left:50%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 80%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.three-modal-body1 {
    position: fixed;
    left: 10%;
    top: 10%;
    width: 80%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    animation:cModalBody5Animation 0.5s;
}
@keyframes cModalBody5Animation{
    from {top:0;}
    to {top:10%;}
}
.three-modal-body-content{
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.three-modal-body-foot{
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ddd;
    overflow: hidden;
}
.three-modal-body-foot button{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.three-modal-body-foot button.color1{
    background: #fff;
    color: #333;
}
.three-modal-body-foot button.color2{
    /* background: var(--genericColor); */
    color: var(--genericColor);
}
.three-modal1{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.three-modal1 img{
    width: 35px;
}
.three-modal1 div{
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
}
.three-modal2{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.three-modal2-body{
    max-width: 200px;
    background: rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 10px;
    padding: 5px 20px;
}
.three-modal2-body i{
    font-size: 40px;
}
.three-modal2-body div{
    font-size: 14px;
}
.three-icon{
    position: absolute;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 25px;
    background: #fff;
    color: var(--genericColor);
    display: flex;
    justify-content: center;
    align-items: center;
}
.three-icon i{
    font-size: 14px;
}
.three-icon1{
    position: absolute;
    width: 16px;
    height: 16px;
    text-align: center;
    background: #fff;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.three-icon1 i{
    font-size: 10px;
    margin: 0 0 0 1px;
    line-height: 12px;
}
.vertical_line::before {
    position: absolute;
    top: -13px;
    left: 50%;
    bottom: 0;
    content: '';
    width: 0;
    height: 13px;
    background-color: var(--genericColor);
}
.three-filter{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
}
.three-filter-body{
    width: 100%;
    height: 90px;
    display: -webkit-box;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}
.three-filter-body-li{
    position: relative;
    width: 90px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0 2px;
}
.three-filter-body-li img{
    width: 100%;
    height: 100%;
}
.three-filter-body-li-text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25px;
    background: rgba(0,0,0,0.2);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.three-filter-body-li-select{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.swiper-template-view{
    width: 318px;
    height: 400px;
}

.swiper-template-view-content {
    width: 100%;
    height: 100%;
}
.swiper-template-view-content .swiper-slide{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-template-view-content1 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    flex-direction: column;
}
.swiper-template-view-content img, .swiper-template-view-content1 img{
    max-width: 100%;
    max-height: 100%;
}
.imageboxWarn{
    color: #FFC000;
    margin-right: 3px;
    font-size: 12px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.warn-view{
    position: absolute;
    bottom: 10px;
    left: 0;
    line-height: 25px;
    color: rgba(255,0,0,0.7);
    font-size: 12px;
    width: 100%;
    text-align: center;
}
.warn-view i{
    font-size: 12px;
}
.imageboxHint{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.2);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    text-align: center;
    z-index: 2;
}
.scrollBarHide::-webkit-scrollbar{
    background-color:transparent;
    display: none;
}

.imageartview, .imageboxview, .noDrag{ touch-action: pan-y; }



.editor-window{
    width: 100%;
    height: 100vh;

}

.editor-photoAlbum-page1{
    position: relative;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding-top: 150px;
}
.editor-photoAlbum-page1-h1{
    width: 50%;
    margin: 0 auto 25px;
    color: #333333;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    line-height: 37px;
}
.editor-photoAlbum-page1-p{
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    line-height: 37px;
    text-align: center;
}
.editor-photoAlbum-page1-btn-view{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 82px;
}
.editor-photoAlbum-btn{
    position: relative;
    width: 140px;
    height: 40px;
    border-radius: 40px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.editor-photoAlbum-btn i, .uploadNeedKnow i{
    margin-right: 5px;
}
.editor-photoAlbum-btn-hollow{
    border: 1px solid var(--genericColor);
    color: var(--genericColor);
    background: #fff;
}
.uploadNeedKnow{
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 140px;
    margin-left: -70px;
    height: 35px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.editor-photoAlbum-btn-solid{
    border: 1px solid var(--genericColor);
    color: #fff;
    background: var(--genericColor);
}
.uploadNeedKnow-head{
    height: 80px;
    background: linear-gradient(90deg, #FF5333 0%, var(--genericColor) 100%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 28px;
    font-family: HYYakuHei-GEW, HYYakuHei;
    font-weight: normal;
    color: #FFFFFF;
    letter-spacing: 5px;
}
.uploadNeedKnow-body{
    width: 100%;
    padding: 30px 40px;
    background: #fff;
    text-align: left;
}
.uploadNeedKnow-body ul li{
    line-height: 20px;
    font-size: 14px;
    color: #333;
    text-align: left;
    margin-bottom: 20px;
    list-style-type: disc;
}
.uploadNeedKnow-body p{
    color: #333;
    margin-top: 50px;
}
.uploadNeedKnow-body button{
    width: 100%;
    height: 50px;
    background: var(--genericColor);
    border: 0;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-top: 35px;
}
.uploadNeedKnow-foot{
    width: 100%;
    height: 50px;
    border-top: 1px solid #ddd;
    color: var(--genericColor);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.editor-photoAlbum-title{
    height: 40px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100vw;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 11;
}
.editor-photoAlbum-title-hint{
    font-weight: 600;
    font-size: 12px;
    color: #a9a9a9;
    margin-right: auto;
    margin-left: 5px;
}
.editor-photoAlbum-title-fl{
    font-weight: 600;
    font-size: 14px;
    color: #363636;
}
.editor-photoAlbum-title-fr{
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: var(--genericColor);
    border: 1px solid var(--genericColor);
    font-size: 12px;
    border-radius: 13px;
    padding: 0 10px;
}
.editor-photoAlbum-title-fr .iconfont{
    margin-right: 4px;
}
.editor-photoAlbum-page1-foot{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.editor-photoAlbum-page1-foot-fl{
    height: 60px;
    display: flex;
    align-items: center;
}
.editor-photoAlbum-page1-foot-btn{
    position: relative;
    width: 60px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}
.editor-photoAlbum-page1-foot-btn i{
    font-size: 16px;
    color: var(--genericColor);
}
.editor-photoAlbum-page1-foot-btn span{
    font-size: 12px;
    color: #333;
}
.editor-photoAlbum-page1-foot-btn input{
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
}
.editor-photoAlbum-page1-foot-fr button{
    width: 130px;
    height: 40px;
    background: var(--genericColor);
    border-radius: 20px;
    color: #fff;
}
.notEditable{
    background: #cdcdcd !important;
    color: #666 !important;
}

.editor-photoAlbum-page4{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #000;
    top: 0;
    left: 0;
}
.editor-photoAlbum-page4 .c-productThree4-foot{
    background: #000;
}
.editor-photoAlbum-page4 .c-productThree4-foot-view{
    color: #fff;
}
.editor-photoAlbum-page4 .c-message-view2{
    width: 100%;
    height: 30px;
    padding-left: 30px;
    background: url("../images/icon/message.png") no-repeat 10px center;
    position: relative;
    overflow: hidden;
}
.editor-photoAlbum-page4 .c-productThree4-head{
    justify-content: space-between;
    color: #fff;
    background: #2C2C37;
    border-bottom: 1px dotted #fff;
}
.editor-photoAlbum-page4 .three-font{

}
.editor-photoAlbum-page4 .three-font::after {
    content:'';
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:-30px;
    z-index:-1;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px);
}
.photoSelectAll-number{
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 20px;
    height: 20px;
    background: var(--genericColor);
    color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
}
.layout-quantity{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 20px;
    background:var(--genericColor);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
}
.c-folder-view{
    margin-top: 20px;
    background: #fff;
    width: 100vw;
    position: relative;
}
.c-folder-head{
    width: 100%;
    display: flex;
    height: 35px;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
.c-folder-head-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    color: #333;
}
.c-folder-head-btn i{
    margin-right: 5px;
}
.c-folder-body{
    padding: 5px 0;
    background: #fff;
    border-radius: 6px;
}


.c-folder {
    height: 60px;
    width: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-folder-fl{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c-folder-fl1{
    width: 40px;
}
.c-folder-fl2{
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    margin-left: 10px;
    line-height: 16px;
}
.c-folder-fl2-1{
    font-size: 14px;
    color: #333;
    width: 100%;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.c-folder-fl2-2{
    font-size: 12px;
    color: #909090;
    width: 100%;
}
.c-folder-fl2-2 span{
    display: inline-block;
    margin-right: 20px;
}
.c-folder i.icon1 {
    margin-right: 20px;
    font-size: 25px;
    font-weight: bold;
    color: #1575d8;
}
.c-folder i.icon2 {
    color: #333;
    font-size: 10px;
}
.c-folder i.icon3 {
    color: #333;
    font-size: 16px;
    margin-right: 20px;
}

.c-folder span {
    color: #999;
    font-size: 12px;
}
.hint-text{
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #999;
    background: #fff;
    z-index: 9999;
    font-size: 12px;
    box-shadow: 5px 0 6px 2px rgba(0,0,0,0.1);
}
.three-modal3{
    position: fixed;
    top: 60px;
    left: 0;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}
.three-modal3-body{
    display: flex;
    padding: 0 20px;
    height: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #80BA42;
    background: #F4FFE9;
    color: #80BA42;
}
.three-modal3 i{
    font-size: 20px;
    margin-right: 20px;
}
.notImagebox{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ddd;
}
.notImagebox img{
    max-width: 50%;
    max-height: 50%;
}

/*冲印编辑器*/
.c-editorPhoto1-tab {
    height: 50px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #f3f3f3;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background: #fff;
}

.c-editorPhoto1-tab button {
    height: 35px;
    line-height: 35px;
    margin: 0 10px;
    background: #fff;
    color: #0a0a0a;
    margin: 0 10px;
    overflow: hidden;
    font-size: 18px;
}

.c-editorPhoto1-tab button.c-editorPhoto1-tab-select {
    color: var(--genericColor);
    border-bottom: 2px solid var(--genericColor);
}
.c-editorPhoto1-tab-view{
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    color: #999;
}

.c-editorPhoto1-foot {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 60px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ddd;
    z-index: 9;
    background: #fff;
}

.c-editorPhoto1-foot .btn1 {
    width: 70px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.c-editorPhoto1-foot .btn1 span {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-editorPhoto1-foot .c-editorPhoto1-foot-right {
    height: 60px;
    display: flex;
    align-items: center;
}

.c-editorPhoto1-foot .c-editorPhoto1-foot-right .amount {
    font-size: 18px;
    color: #0a0a0a;
}

.c-editorPhoto1-foot .c-editorPhoto1-foot-right .btn-save {
    width: 130px;
    height: 35px;
    text-align: center;
    color: #fff;
    background: #C2C2C2;
    font-size: 14px;
    margin-left: 20px;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-editorPhoto1-foot .c-editorPhoto1-foot-right .btn-save-select {
    background: var(--genericColor);
}
.c-editorPhoto1-foot-top {
    background: #fff3c5;
    height: 35px;
    width: 100vw;
    position: absolute;
    left: 0;
    top: -35px;
    text-align: center;
    line-height: 35px;
    color: #333;
    font-size: 12px;
}

.c-editorPhoto1-head {
    width: 100%;
    padding: 50px 0 100px;
}

.c-page-view-notData {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    flex-direction: column;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.c-page-view {
    width: 100%;
}

.c-page-view-li {
    float: left;
    margin: 10px;
    border: 1px solid #ddd;
}
.c-page-view-li2 {
    float: left;
    margin: 4%;
    background: #FFFFFF;
    /* border: 1px solid #ddd; */
}

.c-page-view-li-img {
    position: relative;
    background: #fff;
}

.c-page-view-li-delete {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.c-page-view-li-delete2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 32px;
}
.c-page-view-li-warning {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -13px 0 0 -13px;
    z-index: 1;
}
.c-page-view-li-direction{
    position: absolute;
    width: 48px;
    height: 32px;
    background: rgba(0,0,0,0.65);
    border-radius: 0px 1px 20px 1px;
    left: 0;
    top: 0;
    font-size: 14px;
    text-align: center;
    z-index: 8;
    color: #ffffff;
    line-height: 32px;
}

.c-page-view-li-btn {
    position: relative;
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ddd;
    background: #fff;
    z-index: 1;
}

.c-page-view-li-btn img {
    height: 26px;
    width: auto;
}

.c-page-view-li-btn span {
    display: inline-block;
    height: 26px;
    width: 70px;
    text-align: center;
    line-height: 26px;
    color: #666;
}
.c-page-view-li-item{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.c-page-view-li-item .c-page-view-li-img{
    overflow: unset;
}

.c-editorPhoto1-foot-btn1 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.c-productThree2-head1-button {
    position: absolute;
    right: 15px;
    top: 5px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    border: 0;
    width: 64px;
    height: 28px;
    background: var(--genericColor);
    border-radius: 14px;
}
.spread-view{
    position: fixed;
    top: 50px;
    left: 50%;
    width: 100px;
    height: 30px;
    color: var(--genericColor);
    border-radius: 35px;
    background: #fff;
    border: 1px solid var(--genericColor);
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-left: -50px;
    z-index: 9;
}
.spread-view-btn{
    display: inline-block;
    width: 50%;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}
.spread-view-select{
    color: #fff;
    background: var(--genericColor);
}
.c-editorPhoto3-body {
    position: fixed;
    top: 50px;
    width: 100vw;
    bottom: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-editorPhoto3-body-tab {
    height: 60px;
    padding: 0 15px;
    display: flex;
    margin-top: 10px;
}

.c-editorPhoto3-body-tab img {
    margin-right: 10px;
}
.c-editorPhoto3-body-tab1{
    position: fixed;
    top: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.c-editorPhoto3-body-tab1-btn{
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    color: #FCBF5F;
    font-size: 12px;
}
.c-editorPhoto3-body-tab1-on{
    background: #FCBF5F;
    color: #fff;
}
.c-editorPhoto3-body-tab11{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.c-editorPhoto3-body-tab11-btn{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 120px;
    height: 36px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
    border-radius: 28px;
}
.c-editorPhoto3-body-tab11-btn div:first-child{
    border-right: 1px solid #b6b6b6;
    text-align: center;
    flex: 1;
}
.c-editorPhoto3-body-tab11-btn div:last-child{
    text-align: center;
    flex: 1;
}

.c-editorPhoto3-body-content {
    position: relative;
    margin: 20px auto 0;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.c-editorPhoto3-body-left {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    /* height: 30px; */
    width: 28px;
}

.c-editorPhoto3-body-right {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 28px;
}
.c-editorPhoto3-foot{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 112px;
    background: #FFFFFF;
    border-radius: 16px 16px 0px 0px;
    padding:12px;
    z-index: 9;
}
.c-editorPhoto3-foot-view{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-editorPhoto3-foot-view-btn{
    width: 80px;
    height: 70px;
    text-align: center;
}
.c-editorPhoto3-foot-view-btn img{
    height: 40px;
}
.c-editorPhoto3-foot-view-btn-text{
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #4A4A4A;
}
.c-editorPhoto3-foot-template-view{
    width: 100%;
    height: 120px;
    background: #fff;
}
.c-editorPhoto3-foot-template-view-head{
    height: 35px;
    width: 100%;
    position: relative;
    text-align: center;
    line-height: 35px;
}
.c-editorPhoto3-foot-template-view-head span{
    font-size: 12px;
    color: var(--genericColor);
}
.c-editorPhoto3-foot-template-view-close{
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
}
.c-editorPhoto3-foot-template-view-body{
    width: 100%;
    height: 80px;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 5px;
}
.c-editorPhoto3-foot-template-view-body-view{
    width: 80px;
    height: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}
.c-editorPhoto3-foot-template-view-body-view img{
    width: 80px;
    height: 100%;
}
.c-editorPhoto3-foot-template-view-body-view-hint{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    color: #FFC460;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-editorPhoto3-foot-template-view-body-view-hint span{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.editor-nav-view-li-template{
    width: 100%;
    /* height: 160px; */
    position: relative;
    margin-bottom: 20px;
}
.editor-nav-view-li-template img{
    width: 100%;
    height: 100%;
}
.editor-nav-view-li-template-hint{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: rgba(0,0,0,0.3); */
    color: #fff;
}
.editor-nav-view-li-template-hint span{
    background-color: rgba(0, 0, 0, 0.555);
    padding: 5px 10px;
    border-radius: 100px;
}

.btn-order {
    width: 120px;
    height: 35px;
    line-height: 35px;
    background: #FFA91B;
    color: #fff;
    text-align: center;
    border-radius: 35px;
}
.music-li-select img, .music-li-select span {
    display: block;
}
.icon-btn{
    display: flex;
    width: 53px;
    height: 53px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #999;
}
.icon-btn i{
    font-size: 18px;
}
.icon-btn span{
    display: inline-block;
    width: 100%;
}

/*网页端操作*/
.editor-body-view-ratio{
    position: fixed;
    right: 15%;
    bottom: 20px;
    width: 300px;
    height: 32px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 888;
}
.editor-body-view-ratio-left{
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
    border-radius: 100px;
    padding: 0 10px;
}
.editor-body-view-ratio-right{
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
    margin-left: 17px;
    padding: 0 10px;
}
.editor-body-view-ratio .editor-body-view-ratio-span{
    display: inline-block;
    width: 80px;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.editor-body-view-ratio .editor-body-view-ratio-icon{
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.editor-body-view-ratio-title{
    position: absolute;
    top: -50px;
    margin: auto;
    display: none;
    min-width: 180px;
    height: 33px;
    padding: 5px 10px;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    text-align: center;
    border-radius: 10px;
    filter: drop-shadow(0px 2px 8px rgb(0 0 0 / 0.14));
}
.editor-body-view-ratio-icon:hover , .editor-body-view-ratio-icon-select{
    background: rgba(255, 255, 255, 0.42);
    color: var(--webMainButtonBackColor) !important;
}
.editor-body-view-ratio-icon:hover .editor-body-view-ratio-title{
    display: block;
}
.moveCanvas-view{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 887;
    cursor: move;
}
.moveCanvas-view1{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 886;
}
*{
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}
.hint_pixel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 100;
}

.three-view-3d{
    position: fixed;
    top: 50px;
    right: 5px;
    width: 110px;
    background: #fff;
    z-index: 999;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 8px 2px rgb(0,0,0,0.1);
}
.three-view-3d-btn{
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-top: 1px solid #f3f3f3;
}
.three-view-3d-zoom{
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    /*background: #f3f3f3;*/
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
}
.three-view-3d-hide{
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 12px !important;
    color: #999;
}
.three-view-3d1{
    position: fixed;
    left: 0;
    top: 0 !important;
    right: 0 !important;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.three-view-3d1-view{
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.three-view-3d1-hide{
    position: absolute;
    top: -30px;
    right: 15px;
    font-size: 14px !important;
    color: #fff;
    font-weight: bold;
}
.three-view-3d2{
    position: fixed;
    z-index: 99;
    background: #f3f3f3;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding:70px 0 40px;
    overflow: auto;
}
.editor-page-element{
    position: fixed;
    top: 110px;
    width: 185px;
    background: #000;
    border-radius: 6px;
    overflow: hidden;
    z-index: 900;
}
.editor-page-element-title{
    position: relative;
    height: 30px;
    color: #fff;
    border-bottom: 1px solid #242424;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
}
.editor-page-element-title .iconfont{
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    cursor: pointer;
    width: 18px;
    height: 18px;
}
.editor-page-element-body{
    width: 100%;
    max-height: 300px;
    overflow: auto;
}
.editor-page-element-body-view{
    position: relative;
    width: 100%;
    height: 35px;
    background: #383838;
    display: flex;
    border-bottom: 1px solid #000;
}
.editor-page-element-body-view-select{
    background: #505050;
}
.editor-page-element-body-view-sh{
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-right: 1px solid #000;
    cursor: pointer;
}
.editor-page-element-body-view-sh i{
    color: #fff;
    width: 18px;
    height: 18px;
}
.editor-page-element-body-view-img{
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
}
.editor-page-element-body-view-img img{
    max-width: 25px;
    max-height: 25px;
}
.editor-page-element-body-view-text{
    width: 90px;
    height: 35px;
    display: flex;
    color: #fff;
    padding-right: 32px;
}
.editor-page-element-body-view-text span{
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.iconWarn{
    position: absolute;
    right: 13px;
    top: 5px;
    font-size: 14px;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #EA5E2A;
}
.editor-page-element-body-view-delete{
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #EA4D2E;
    cursor: pointer;
}
.editor-page-element-foot{
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
}
.relative-view{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.relative-view1{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    transform: translateZ(0);
}
.relative-view2{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.c-circle-btn{
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 300;
}
.editorbody-dpi-info{
    white-space:nowrap;
    position: absolute;
    padding: 5px 10px;
    border-radius: 4px;
    background: rgba(0,0,0,0.7);
    bottom: -30px;
    left: calc(100% + 10px);
    color: #FFFFFF;
    font-size: 12px;
    z-index: 9;
}
.editorbody-dpi-info1{
    white-space:nowrap;
    position: absolute;
    padding: 5px 10px;
    border-radius: 4px;
    background: rgba(0,0,0,0.7);
    top: -30px;
    right: calc(100% + 10px);
    color: #FFFFFF;
    font-size: 12px;
    z-index: 9;
}
.tooltip-inner {
    background-color: #000000 !important;
}
.cut-btn{
    width: 32px;
    height: 32px;
    background: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cut-btn .iconfont{
    font-size: 16px;
    font-width: 600;
}

.c-circle-btn1{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.c-circle-btn1-1::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -25%;
    top: -25%;
    transform: scale(1.5);
}
.c-circle-btn1-2::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: -25%;
    top: -25%;
    transform: scale(1.5);
}
.c-circle-btn1-3::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: -25%;
    bottom: -25%;
    transform: scale(1.5);
}
.c-circle-btn1-4::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -25%;
    bottom: -25%;
    transform: scale(1.5);
}
.c-circle-btn2{
    position: absolute;
    top: 50%;
    margin-top: -10px;
    display: inline-block;
    width: 6px;
    height: 20px;
    border-radius: 10px;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.c-circle-btn2-left::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -50%;
    top: 0;
    transform: scale(2.5, 1.5);
}
.c-circle-btn2-right::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: scale(2.5, 1.5);
}
.c-circle-btn3{
    position: absolute;
    left: 50%;
    margin-left: -10px;
    display: inline-block;
    width: 20px;
    height: 6px;
    border-radius: 10px;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.c-circle-btn3-top::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -50%;
    transform: scale(1.5,2.5);
}
.c-circle-btn3-bottom::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: scale(1.5,2.5);
}
.c-circle-btn4{
    display: flex;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #fff;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.c-circle-btn4 .iconfont{
    font-size: 10px;
}

.c-imagebox-btn-view{
    position: absolute;
    bottom: -35px;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 9;
}
.c-btn-lock-false{
    width: 70px;
    height: 30px;
    font-size: 12px;
    border: 1px solid #999;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
}

.c-btn-lock-true{
    width: 70px;
    height: 30px;
    font-size: 12px;
    border: 1px solid rgb(255, 110, 51);
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 110, 51);
}
.c-message-view1 {
    width: 100%;
    height: 30px;
    padding: 0 10px 0 35px;
    background: url("../images/icon/message.png") no-repeat 10px center;
    position: relative;
    overflow: hidden;
}
.c-preview-top-btn{
    position: fixed;
    top: 0;
    left: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    z-index: 999;
    margin-left: -90px;
}
.c-preview-top-btn-1{
    width: 70px;
    height: 25px;
    line-height: 25px;
    background: #F9F9F9;
    color: #979797;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 12px;
    margin: 0 10px;
}
.c-preview-top-btn-select{
    background: #fff;
    color: var(--genericColor);
    border: 1px solid var(--genericColor);
}
.c-preview-landscape{
    height: calc(100vh - 160px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.load-more-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;
    z-index: 999;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.editor-photo-body-li-two-sided{
    width: 464px;
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    margin-left: 34px;
}
.editor-photo-body-li-one-sided{
    width: fit-content;
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    margin-left: 34px;
}
.two-sided-top{
    display:flex;
    justify-content: space-evenly;
    align-items: center;
}
.two-sided-bottom{
    height: 60px;
    background: #FFFFFF;
    border-radius: 0px 0px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
}
.editor-photo-body{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.two-sided-tag{
    position: absolute;
    left: 1px;
    top: 0;
    width: 60px;
    height: 31px;
    z-index: 9;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.65);
    border-radius: 0px 1px 12px 1px;
}
.two-sided-editor-btn{
    z-index:9;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 96px;
    height: 32px;
    background: rgba(0,0,0,0.65);
    border-radius: 16px;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #FFF;
    padding:0 18px;
    display: none;
}
.c-page-view-li-img:hover.c-page-view-li-img>.two-sided-editor-btn{
    display: flex;
}
.c-page-view-li-img-copy{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}
.c-page-view-li-img-copy-btn{
    height: 35px;
    padding: 0 18px;
    background-color: #fff;
    color: var(--webMainButtonBackColor);
    line-height: 35px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 18px;
}
.editor-body-copy-view{
    position: fixed;
    left: 392px;
    bottom: 0;
    right: 0;
    height: 50px;
    background: #f3f4f6;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.editor-body-copy-view1{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: #fff;
}
.editor-body-copy-view1 div{
    width: 130px;
    height: 35px;
    text-align: center;
    color: #fff;
    background: var(--genericColor);
    font-size: 14px;
    margin-left: 20px;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--genericColor);
}

.dialog{
    padding: 16px 24px;
    background-color: #FFFFFF;
    position:absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    width: 528px;
    border-radius: 8px;
}
.dialog-titles{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}
.dialog-titles-title{
    font-weight: bold;
}
.dialog-close{
    font-weight: bold;
}
.dialog-content{
    padding: 15px 10px;
}
.dialog-foot{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 15px;
}
.dialog-foot-close{
    width: 96px;
    height: 40px;
    background: #F7F8FA;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    margin-right: 10px;
}
.dialog-foot-confirm{
    width: 96px;
    height: 40px;
    background: var(--webMainButtonBackColor);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}
.dialog-option{
    margin-top: 10px;
}
.dialog-foot-delete{
    width: 96px;
    height: 40px;
    background: #F5222D;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}
.editor-dialog{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    height: 800px;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 16px 24px;
    color: #666666;
    display: flex;
    flex-direction: column;
}
.editor-dialog-title{
    position: relative;
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}
.editor-dialog-title-right{
    position: absolute;
    right: 0px;
}
.editor-dialog-title-left{
    display: flex;
    font-size: 18px;
    color: #666666;
    font-weight: 500;
}
.editor-dialog-title-active{
    color: #333333;
    position: relative;
}
.editor-dialog-title-active::after{
    content: '';
    position: absolute;
    width: 16px;
    height: 3px;
    background: var(--genericColor);
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}
.editor-dialog-body{
    flex: 1;
    position: relative;
    overflow: hidden;
    padding: 10px;
}
.editor-dialog-footer{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.editor-dialog-footer-left{
    width: 100px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.editor-dialog-footer-right{
    width: 100px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.editor-dialog-footer-center{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
    width: 380px;
}
.editor-dialog-footer-center-btn{
    height: 50px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 50px;
    border-radius: 4px;
    padding-top: 4px;
}
.editor-dialog-btn-disabled{
    opacity: 0.5;
    cursor: not-allowed;
}
.botton-save{
    position: relative;
    width: 128px;
    height: 40px;
    background: var(--genericColor);
    border-radius: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-editorPhoto3-body-tab1-active{
    color: var(--genericColor);
}
.editor-2d-3d-view{
    position: fixed;
    left: 500px;
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 120;
    overflow: hidden;
    width: 120px;
    height: 36px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 5px;
}
.editor-2d-3d-view-btn{
    background: rgb(255, 255, 255);
    color: #666666;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.editor-2d-3d-view-btn-select{
    color: var(--genericColor);
}

.c-imagebox-warn{
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    /* height: 20px; */
    line-height: 20px;
    background: rgba(0,0,0,0.4);
    border-radius: 0px 0px 20px 0px;
    display: flex;
    align-items: center;
    font-size: 10px;
    color: #fff;
    padding-right: 12px;
    padding-left: 6px;
    pointer-events: none !important;
    z-index: 1;
}
.c-imagebox-warn1{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none !important;
    z-index: 1;
}
.c-imagebox-warn1 span{
    display: none;
}
.c-article-preview-view{
    position: fixed;
    left: 0;
    top: 50px;
    right: 0;
    bottom: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-documentDetection-tab{
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
.c-documentDetection-tab div{
    margin: 0 20px;
    font-size: 16px;
}
.c-documentDetection-tab-select{
    color: var(--genericColor);
}
.c-documentDetection-view{
    width: 100%;
}
.c-documentDetection-view-title{
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.c-documentDetection-view-1{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.c-documentDetection-view-1-li{
    display: flex;
    margin: 0 15px 15px 0;
}
.c-documentDetection-view-1-li-text{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #f3f3f3;
    color: #666;
    padding: 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-documentDetection-view-1-li-fl{
    width: 80px;
    height: 80px;
    background: #f3f3f3;
    border-radius: 4px;
     display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.c-documentDetection-view-1-li-fl img{
    max-width: 100%;
    max-height: 100%;
}
.c-documentDetection-view-1-li-fl i{
    font-size: 18px;
}
.c-documentDetection-view-1-li-fr{
    padding: 0 15px;
    max-width: 100px;
    height: 80px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    color: #666;
}

.input-upload1 {
    position: absolute;
    left: 0;
    top: 0;
    cursor:pointer !important;
    height:1px;
    width: 1px;
    padding: 0;
    margin: 0;
    opacity: 0;
}
.input-upload2 {
    position: absolute;
    left: 0;
    top: 0;
    cursor:pointer !important;
    height:100%;
    width: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
}

.warn-view2{
    position: absolute;
    top: -30px;
    left: 0;
    line-height: 25px;
    color: var(--genericColor);
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.pageTitle{
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    height: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pageTitle span{
    color: #646464;
}

.c-change-btn1{
    width: 70px;
    height: 22px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background: #fff;
    color: var(--genericColor);
}
.c-change-btn1-1{
    position: absolute;
    top: -35px;
    right: 0;
}
.c-change-btn1 .iconfont{
    font-size: 12px;
}
.c-change-btn1 span{
    color: var(--genericColor);
    margin-left: 5px;
}

.photoCount{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 16px;
    background: #000000;
    border-radius: 6px 0 0 0px;
    color: #FFAB37;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
}

.photoNot{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    z-index: 1;
}

.photoClearFix li:nth-child(2n-1){
    clear: both;
}
.select-wrapper3 {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100vw;
}
.c-upload-progress{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.c-upload-progress .c-upload-progress-text{
    color: #fff;
    font-size: 14px;
}
.c-upload-progress-view{
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 8px;
    background: #000;
    border-radius: 8px;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
}
.c-upload-progress-view span{
    display: inline-block;
    background: var(--genericColor);
    height: 8px;
}
.notSpecialCharacter{
    color: #666;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding: 10px 6px;
    background: #f3f3f3;
    border-radius: 4px;
    margin: 10px 0;
}

/* 图片优化页面 */
.canvas-image-filter-main{
    width: 100vw;
    height: 100vh;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.canvas-image-filter-main .body{
    height: calc(100% - 56px);
    background-color: rgb(255, 255, 255);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.canvas-image-filter-main .operation{
    width: 350px;
    height: 100%;
    padding: 15px 10px;
}
.canvas-image-filter-main .canvas{
    width: calc(100% - 350px);
    height: 100%;
    background-color: #f5f7fa;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.canvas-image-filter-main .canvas canvas{
    border: 1px solid #9b9b9b;
    background-color: #9b9b9b;
}
.canvas-image-filter-main .canvas img{
    position: absolute;
    left: 50%;
    top: 50%;
}
.canvas-image-filter-main .canvas .loading{
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.623);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}


.errorAlertPopup{
    width: 320px;
    height: 64px;
    background: #108DFE;
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #FFF;
    padding: 24px 15px;
}


.errorAlertPopupLeft{
    display: flex;
    align-items: center;
    gap: 8px;
}

.errorAlertPopup .iconfont{
    font-size: 16px;
    cursor: pointer;
}

.errorAlertPopup .view{
    width: 48px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 2px;
    color: #108DFE;
    padding: 2px 10px;
    cursor: pointer;
}

.errorAlertPopupClose{
    cursor: pointer;
}

.c-page-view-li-btn-1{
    position: absolute;
    right: 10px;
    top: 7px;
    width: 66px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--genericColor);
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
}
.c-page-view-li-btn-2{
    position: absolute;
    right: 10px;
    top: 7px;
    width: 66px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#fff4e6;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
}