* {
    padding: 0;
    margin: 0;
}

/*横条样式*/
input[type=range] {
    -webkit-appearance: none;/*清除系统默认样式*/
    width: 100%;
    /* background: -webkit-linear-gradient(#108DFE, #108DFE) no-repeat, #ddd; */
    background:#108DFE;
    /*设置左边颜色为#61bd12，右边颜色为#ddd*/
    /* background-size: 75% 100%; */
    /*设置左右宽度比例*/
    height: 2px;/*横条的高度*/
    padding: 0 !important;
  }
    /*拖动块的样式*/
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;/*清除系统默认样式*/
    height: 26px;/*拖动块高度*/
    width: 26px;/*拖动块宽度*/
    background: #fff;/*拖动块背景*/
    border-radius: 50%; /*外观设置为圆形*/
    border: solid 1px #ddd; /*设置边框*/
}

.clearfix:after {
    content: '';
    display: block;
    overflow: hidden;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.multi-picker-locked {
    height: 100% !important;
    overflow: hidden !important;
}

.multi-picker-bg-delay {
    z-index: 990 !important;
}

#multiPickerInput {
    text-align: center;
    border: none;
    color: #000;
    padding-top: 12px !important;
}

.multi-picker-bg {
    position: fixed;
    top: 220px;
    left: 0;
    background: rgba(75, 75, 75, 0);
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    z-index: 900;
}

.multi-picker-bg-up {
    /*z-index: 999 !important;*/
    /*background: rgba(75, 75, 75, 0.65) !important;*/
}

.multi-picker-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    /*transform: translate3d(0, 101%, 0);*/
    /*-webkit-transform: translate3d(0, 101%, 0);*/
    left: 0;
    /*background-color: #FFF;*/
    /*transition: transform .3s ease;*/
    /*-webkit-transition: -webkit-transform .3s ease;*/
    z-index: -1;
}

.multi-picker-container-up {
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
}

.multi-picker-btn-box {
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #ffa91b;
    /*background: rgba(248, 231, 28, .7);*/
    z-index: 10;
}

.multi-picker-btn-box .multi-picker-btn {
    position: absolute;
    display: inline-block;
    margin: 0 20px;
    color: #fff;
    right: 0;
}

.multi-picker-btn-box .multi-picker-btn:nth-child(1) {
    left: 0;
    right: initial;
}

.multi-picker-content {
    position: absolute;
    width: 100%;
    background: #fff;
    font-size: 0;
    top: 50px;
    z-index: 800;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
}

.multi-picker-content .multi-picker {
    display: inline-block;
    height: 200px;
    /*overflow: hidden;*/
    position: relative;
    z-index: -1;
    transition: width .3s ease;
    vertical-align: top;
    top: 0;
    z-index: 800;
}

.multi-picker-content ul::-webkit-scrollbar {
    display: none;
}

.multi-picker-content li {
    height: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    list-style: none;
    color: #292929;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.multi-picker-content .multi-picker-up-shadow, .multi-picker-content .multi-picker-down-shadow {
    position: absolute;
    width: 100%;
    height: 80px;
    pointer-events: none;
}

.multi-picker-content .multi-picker-up-shadow {
    top: 0;
    /*background-image: linear-gradient(to bottom, #282d2e, rgba(40, 40, 40, 0));*/
    z-index: 50;
}

.multi-picker-content .multi-picker-down-shadow {
    bottom: -200px;
    z-index: 50;
    /*background-image: linear-gradient(to top, #282d2e, rgba(40, 40, 40, 0));*/
}

.multi-picker-content .multi-picker-line {
    width: 100vw;
    height: 40px;
    position: absolute;
    top: 80px;
    left: 50%;
    pointer-events: none;
    box-sizing: border-box;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
}

/*********************图片库************************/
.photoOperate {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100vw;
    z-index: 990;
}

.btn-upload {
    margin: 16px auto;
    width: 90vw;
    height: 60px;
    border: 1px solid #ffa91b;
    border-radius: 5px;
    color: #ffa91b;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
}

.btn-upload img, .add-img img {
    margin-top: -4px;
    width: 20px;
}

.btn-pic {
    height: 60px;
    line-height: 60px;
    padding-left: 16px;
    position: relative;
    color: #ffa91b;
}

.add-img {
    /*color: #ffa91b;*/
}

.prev-btn-gallery {
    background: #fff;
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px 0 !important;
    border-bottom: 1px solid #dedede;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 999;
    text-align: center;
}

.prev-btn {
    position: absolute;
    left: 16px;
    color: #ffa91b;
}

.del-img {
    position: absolute;
    right: 16px;
    color: #0A0A0A;
}

.del-img img {
    width: 24px;
    margin-top: -10px;
}

.photo-item {
    width: 100vw;
}

.photo_header {
    margin: 16px auto 10px;
    text-align: center;
    position: relative;
}

.select-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    z-index: 10;
    color: var(--mobileButtonBackColor);

}

.photo-item .photos {
    overflow: hidden;
    padding-bottom: 2.4vw;
}

.photo-content {
    overflow: hidden;
    float: left;
    width: 30vw;
    height: 30vw;
    margin-left: 2.4vw;
    margin-bottom: 2.4vw;
    position: relative;
    border: 1px solid #ddd;
    /*line-height: 30vw;*/
}

.photo-content1 {
    /*overflow: hidden;*/
    float: left;
    /*width: 30vw;*/
    /*height: 30vw;*/
    /*margin-left: 2.4vw;*/
    /*margin-bottom: 2.4vw;*/
    /*position: relative;*/
    /*border: 1px solid #ddd;*/
    /*line-height: 30vw;*/
}

.photo-menu {
    overflow: hidden;
    float: left;
    width: 84px;
    height: 84px;
    margin: 8px 10px 8px 0;
    position: relative;
    line-height: 84px;
}

#small-pic {
    width: 62px;
    height: 62px;
    border: 1px solid #ffa91b;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
#small-pic img{
    width: 100%;
    height: 100%;
}

.text-tip {
    position: absolute;
    bottom: 104px;
    left: 50px;
    color: #FFA91B;
}

.photo-content .select-icon {
    top: 10px;
}

.photo-content .imgPhoto {
    width: 102%;
    margin-top: -2px;
}

.transparentImg {
    opacity: 0.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.use-account {
    height: 24px;
    width: 30px;
    background: rgba(0, 0, 0, 0.719);
    position: absolute;
    font-size: 10px;
    color: #FFFFFF;
    line-height: 21px;
    padding: 3px;
    bottom: 0;
    right: 0;
    text-align: center;
}

.photo-del {
    line-height: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 10;
}

.photo-item .photo li {

}

.photo-item .photo img {

}

.footer-title {
    position: fixed;
    bottom: 70px;
    width: 80vw;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    transform: translate(14%, 10%);
    z-index: 999;
}

.footer-del {
    position: fixed;
    bottom: 0;
    left: 0;
    /*height: 60px;*/
    /*line-height: 60px;*/
    background: #fff;
    z-index: 999;
    border-top: 1px solid #fafafa;
}

/***************选择导入图片****************/
.choose_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 999;
    background: #fff;
}

.show_counts {
    margin: 16px auto;
    text-align: center;
    /*border-bottom: 1px solid #dedede;*/
}

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

.choose_btn {
    text-align: center;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.choose_btn button {
    background: #fff;
    width: 100%;
    border-radius: 25px;
}

.choose_wx, .choose_gallery {
    margin: 16px 0;
    height: 40px;
    line-height: 40px;
}

.choose-btn-size {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}

.choose_none {
    text-align: center;
    height: 50vh;
}

.choose_none img {
    margin-top: 25vh;
    width: 150px;
}

.choose_none div {
    margin-top: 24px;
    font-size: 14px;
}

.choose_pic ul {
    overflow: hidden;
    margin-bottom: 46px !important;
}

.footer_bar, .footer_pic {
    height: 48px;
    /*line-height: 48px;*/
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 990;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.footer_bar button, .footer_pic button {
    border: none;
    background: none;
}

.next_btn {
    background: #fff;
    border-top: 1px solid #dedede;
}

.go_btn {
    background: #ffa91b;
}

.next_btn span {
    font-size: 16px;
}

.go_btn span {
    color: #fff;
    font-size: 16px;
}

.footer_pic {
    border-top: 1px solid #dedede;
    text-align: left;
}

.footer_gallery {
    text-align: right;
}

.footer_wx, .footer_gallery {
    background: #fff;
}

.iphoneX-content {
    width: 100vw;
    height: 0;
    opacity: 0;
    transition: height .2s ease;
    filter: alpha(opacity=0);
    margin-top: -2px;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clearFloat {
    overflow: hidden;
}

.abso {
    position: absolute;
}

.indexSet-100 {
    z-index: 100;
}

.indexSet-200 {
    z-index: 200;
}

.indexSet-700 {
    z-index: 700;
}

.indexSet-800 {
    z-index: 800;
}

.indexSet-900 {
    z-index: 900;
}

.indexSet-1000 {
    z-index: 1000 !important;
}

.indexSet-2 {
    z-index: 2;
}

.no-border {
    border: none !important;
}

.border-rights {
    border-right: 1px solid #ddd !important;
}

.border-bottom {
    border-bottom: 1px solid #ddd !important;
}

.modal-body {
    position: relative;
}

.template-edit {
    background-color: #43484c;
}

.pointer-un {
    pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    -moz-pointer-events: none;
}

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

.edit-page-content {
    /*padding-bottom: 3em;*/
    /*position: relative;*/
    position: fixed;
    /*width: 375px;*/
    /*min-height: 627px;*/
    outline: none;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.edit-page-content1 {
    /*padding-bottom: 3em;*/
    /*position: relative;*/
    position: fixed;
    /*width: 375px;*/
    /*min-height: 627px;*/
    outline: none;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.pic-blur {
    -webkit-filter: blur(10px); /* Chrome, Opera */
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

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

.edit-page {
    /*background: url("../images/22121x.png") no-repeat center !important;*/
    /*background: #faeff7;*/
    background-attachment: fixed;
    min-height: 100%;
    width: 100vw;
    background-size: cover;
}

.edit-bg1 {
    background: #fff;
}

.edit-bg2 {
    background: #f4f4f4;
}

.come-in {
    position: fixed;
    z-index: 99999;
    display: none;
}

.save-page {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    /*display: none;*/
}

.save-page div {
    position: absolute;
    top: 42%;
    left: 42%;
}

.save-page img {
    width: 20px;
    margin: -1px 4px 0 0;
}

.save-page span {
    color: #fff;
}

.loading-page {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
    color: #fff;
    z-index: 9999;

}

.loading-page .book {
    margin-top: 36vh;
}

.templateView-loading {
    background: #fff;
    position: fixed;
    width: 100vw;
    height: 100vh;
    text-align: center;
    color: #000;
    z-index: 992;
}

.templateView-loading .book {
    margin-top: 10vh;
}

.edit-head {
    z-index: 996;
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
}

.index-cut {
    position: absolute;
    top: 35%;
    left: 20%;
}

.index-text {
    position: absolute;
    top: 35%;
    left: 45%;
}

.index-info {
    line-height: 50px;
    /*padding: 4vw 10vw;*/
    color: #B0B0B0;
    position: absolute;
    width: 100vw;
    text-align: center;
    font-size: 16px;
}

.index-save, .index-back {
    position: absolute;
    right: 15px;
    line-height: 50px;
    z-index: 999;
}

.index-save {
    /*width: 55px;*/
}

.index-back {
    left: 15px;
    width: 30px;
}

.cut-image-box {
    position: relative;
    /*background: #474449;*/
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: 1000;
}

.c-xml-bgImg-trim {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,.5);*/
    z-index: 800;
}

.cut-img {
    position: absolute;
    /*left: 50vw;*/
    /*top: 50vh;*/
    /*transform: translate(-50%, -45%);*/
    left: 10vw;
    top: 14vw;
}

.currentIndex {
    color: yellow;
    font-size: 20px;
}

.tip-image {
    font-size: 12px;
    padding: 5px;
    position: absolute;
    top: 50px;
    left: 0
}

.edit-menu {
    width: 100vw;
    color: white;
    font-size: 24px;
    z-index: 1000;
    margin-bottom: 10px;
    padding-left: 20px;
    display: flex;
}

.edit-menu2 {
    width: 100%;
    color: white;
    font-size: 24px;
    padding-top: 77px;
    text-align: center;
}

.edit-menu span {
    outline: none;
    display: inline-block;
}

.half-width {
    width: 50% !important;
}

.half-margin {
    margin-left: 50% !important;
}

.quarter-margin {
    margin-left: 25% !important;
}

.hide1 {
    display: none !important;
}

.filter {
    position: absolute;
    left: -40px;
    top: -2px;
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url("../images/icons/circle_box.svg") no-repeat center;
}

.zoom-in {
    /*margin: 0 12px 0 12px;*/
    margin: 0 30px;
    width: 20px;
    height: 20px;
}

.zoom-out {
    /*margin-right: 12px;*/
    margin-right: 30px;
    width: 20px;
    height: 20px;
}

.cut-image, .trash, .change {
    width: 50px;
    height: 50px;
}

.common {
    margin-right: 10px;
    width: 45px !important;
    height: 45px !important;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #b3b7c8;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

.common .iconfont {
    font-size: 14px;
}
.common span{
    font-size: 12px;
}

.cut-image {
    /*margin-left: 20px;*/
}

.rotate-image {
    /*margin-right: 12px;*/
    margin-right: 20px;
    width: 22px;
    height: 22px;
}

.trash {
    /*font-size: 20px;*/
    /*margin-right: 0;*/
    /*width: 20px;*/
    /*height: 20px;*/
}

.change {
    /*font-size: 20px;*/
    /*margin-left: 20px;*/
    /*width: 18px;*/
    /*height: 18px;*/
}

.zoom-in img, .zoom-out img, .rotate-image img, .trash img, .change img {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    /*padding-right: 10px;*/
}

.change-btn {
    width: 40px;
    background: rgba(0, 0, 0, 0.7);
    height: 40px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    line-height: 38px;
    z-index: 10000;
    display: none;
}

.bg {
    /*background-attachment: fixed;*/
    /*background: #fff;*/
}

.fixPhoto {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-loading, .page-orientation, .page-turning {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 997;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
}

.disableds {
    pointer-events: none;
}

.page-loading img {
    width: 36%;
    margin: 50% 32% 0;
}

.tip-top-style {
    font-size: 12px;
    /*padding-top: 5px !important;*/
    position: fixed;
    z-index: 996;
    top: 50px;
    left: 0;
    overflow: hidden;
    background: #fff;
    height: 30px;
}

.tip-style {
    color: #fff;
    font-size: 14px;
}

.page-orientation span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    /*margin: 50% 30%*/
    margin-left: 38%;
    margin-top: 22%;
}

.page-loading span {
    color: #fff
}

.template-carousel {
    position: relative;
    overflow: hidden;
    left: 3.08%;
}

.template-view li {
    box-shadow: 0 2px 5px rgba(187, 187, 187, 0.6);
    margin-top: 20px;
    margin-bottom: 20px;
}

.li-page {
    position: absolute;
    z-index: 99;
    bottom: -26px;
    color: #3e3e3e;
    font-size: 12px;
}

.left-45 {
    left: 45%;
}

.template-heng {
    top: 36%;
    left: 82%;
}

.template-heng2 {
    top: 130%;
}

.template-heng3 {
    top: 40% !important;
    /*left: 50%!important;*/
}

.template-heng4 {
    top: 130%;
}

.carousel5 {
    overflow: hidden;
    z-index: 700;
    /*height: 539px;*/
    /*overflow-y: auto;*/
    /*position: fixed;*/
}

.carousel5 li {
    float: left;
}

.template-view {
    /*touch-action: pan-x;*/
    /*position: fixed;*/
    /*overflow-y: auto;*/
    position: absolute;
    top: 0;
    left: 0;
}

.transition-move {
    /*transition: all .5s*/
}

/*edit 样式相关*/
.slide-content {
    background-color: #fff;
    outline: none;
    overflow: hidden;
    position: relative;
    /*-webkit-box-shadow: 0 0 10px rgba(205, 175, 175, .5);*/
    /*-moz-box-shadow: 0 0 10px rgba(205, 175, 175, .5);*/
    /*box-shadow: 0 12px 10px rgba(205, 175, 175, .5);*/
}

.web-image-tip {
    display: none;
}

.select-img-box:hover .web-image-tip {
    display: inline-block;
}

.slide-li {
    position: relative;
    float: left;
}

.sort-disabled {
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    font-size: 15px;
    text-align: center;
    opacity: 0.3;
    position: absolute;
    z-index: 500;
}

.sort-disabled1 {
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    position: absolute;
    z-index: 500;
}

.button-style1 {
    margin-top: 10px;
    text-align: center;
    padding: 0 6px;
}

.diy-box {
    position: absolute;
    outline: none;
}

.diy-box input, .diy-box textarea, .diy-box .choose-img-box {
    border: none !important;
    background-color: transparent;
    outline: none;
    width: 100%;
    height: 100%;
    padding: 0;
}

.diy-box input[type="text"], .diy-box .choose-img-box {
    line-height: 12px;
    font-family: 'xujinglei', sans-serif;
    font-weight: bold;
    position: relative;
}

.diy-box input:active, .diy-box textarea:active {
    outline: none;
}

.diy-box input[type='file'], .diy-box .choose-img-box {
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
}

.relative-box {
    width: 100%;
    height: 100%;
    position: relative;
    /*overflow: hidden;*/
}

.place-holder .relative-box {
    background-color: transparent;
}

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

/**
    素材
    **/
.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;
}

.delete-text, .edit-text, .resize-text {
    width: 24px;
    height: 24px;
    position: absolute;
}

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

.delete-text {
    top: -14px;
    left: -12px;
    /*background-size: 20px 20px;*/
    background: url("../images/icons/sticker-delete.svg") no-repeat center center;
}

.text-box .move-text {
    top: -14px;
    right: -14px;
}

.resize-text {
    right: -12px;
    bottom: -16px;
    z-index: 999;
    /*background-size: 20px 20px;*/
    background: url("../images/icons/rotate.svg") no-repeat;
}

.resize-img {
    z-index: 998;
    /*right: 10px;*/
    /*bottom: 10px;*/
    background: url("../images/icons/sticker-resize.svg") no-repeat;
}

.text-box .edit-text {
    /*left: -14px;*/
    /*bottom: -16px;*/
    right: -12px;
    top: -14px;
    background: url("../images/icons/text-edit.svg") no-repeat center center;
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-ellipsis-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.outline {
    outline: none;
}

.category-hr {
    margin-top: -1px;
    margin-bottom: 0;
}

.cart-hr {
    margin-top: 0px;
    margin-bottom: 20px;
}

.diy-row {
    /*padding: 10px 0; */
}

.diy-row img {
    position: relative;
    top: -3px;
    /*height: 26px;*/
    width: auto;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    padding-top: 2px;
    z-index: 100;
    background-color: #FFFFFF;
    border-top: 1px solid #DFDFDD;
    color: #B0B0B0;
    text-align: center;

}

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

footer .active .text {
    color: #F0951B;
}

footer img {
    max-height: 24px;
    display: block;
    margin: 4px auto 2px;
}

.fix-bottom-section {
    position: fixed;
    width: 100vw;
    z-index: 99;
    bottom: 0;
    left: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.fix-text {
    border: none !important;
}

.bottom-bar {
    height: 50px;
    background-color: #fff;
    font-size: 15px;
}

.bottom-bar span {
    padding: 8px 4px;
    text-align: center;
    margin: 6px 0;
    color: #030303;
    outline: none;
}

.bottom-bar span:not(:last-child) {
    border-right: 1px solid lighten(#232323, 8%);
}

.bottom-bar img {
    max-height: 22px;
    padding-right: 6px;
}

.bottom-bar img.text-icon {
    max-height: 20px;
}

.bottom-btn span {
    display: block;
    text-align: center;
    color: #3e3e3e;
    font-size: 12px;
}

.bottom-close, .bottom-add {
    /*width: 35px;*/
    text-align: center;
    border-right: 1px solid #C6C6C6;
}

.bottom-close button, .bottom-add button {
    border: none;
    width: 14px;
    height: 14px;
}

.bottom-add button {
    background: url("../images/icons/add-pic.svg") no-repeat center;
    position: absolute;
    top: 26px;
    text-align: center;
    left: 18px;
}

.bottom-add span {
    position: absolute;
    top: 45px;
    width: 30px;
    left: 10px;
    font-size: 12px;
    color: #fff;
}

.edit-btn {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.edit-btn div {

}

/*底部文字选择*/
/*$primary-color: #FFFFFF;*/
/*$accent-color: #000000;*/
/*$white: #FFFFFF;*/
/*$black: #232323;*/
/*$orange: #F0951B;*/
/*$lightOrange: #DD9731;*/
/*$lighterOrange: #ffaa34;*/
/*$purple: #685edd;*/
/*$yellow: #F8E71C;*/
/*$lightYellow: #f5f2e1;*/

/*$grey: #B0B0B0;*/
/*$lightGrey: #DFDFDD;*/
/*$lighterGrey: #F2F2F2;*/
/*$error: #fd5f5f;*/
/*$blue: #21a3ff;*/
/*$black-7: rgba(0, 0, 0, 0.7);*/

.box-shadows {
    box-shadow: 0 2px 5px rgba(187, 187, 187, 0.6);
}

.temp-li {
    height: 84px;
    overflow: hidden;
    outline: none;
    float: left;
    margin: 0 6px;
    box-shadow: 0 0 5px rgba(187, 187, 187, 0.6);
}

.select-temp {
    width: 84px;
    height: 84px;
    background: #000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: var(--mobileTextSelectedColor);
    /*border:1px solid #ffaa1b;*/
}

.select-li {
    border: 1px solid var(--mobileTextSelectedColor);
    box-shadow: 0 0 5px var(--mobileTextSelectedColor) !important;
}

.web-select-li {
    /* box-shadow: 0 0 5px var(--mobileTextSelectedColor) !important; */
}

.sticker-menu, .temp-menu, .image-menu {
    /*border-bottom: 1px solid #ddd;*/
    line-height: 100px;
    height: 100px;
    min-width: 100vw;
    /*padding: 4px 0;*/
    background: #fff;
}

.sticker-wrapper {
    overflow-y: hidden;
    white-space: nowrap;
    scrolling: "yes";
    text-align: left;
    height: 100px;
    -webkit-overflow-scrolling: touch;
}

.sticker-box {
    margin: 0 6px;
    display: inline-block;
    overflow: hidden;
    height: 100px;

}

.sticker-box img {
    width: 80px;
}

.sketch-menu, .text-menu, .sticker-menu, .temp-menu {
    background-color: #fff;
    position: relative;
    text-align: center;
    font-size: 13px;
    overflow: hidden;
    color: #333;
    transition: height ease-in-out 0.2s;
}

/*text-menu*/

.text-op {
    /*min-height: 36px;*/
}

.text-op button {
    /*border: 1px solid #e0e0e0;*/
    border: none;
    border-radius: 5px;
    background: none;
    outline: none;
}

.text-head {
    position: relative;
}

.text-head textarea {
    /*min-height: 36px;*/
    font-size: 18px;
    border-radius: 10px;
    color: #000;
}

.text-head textarea::-webkit-scrollbar {
    width: 0px !important;
}

/* 这是针对缺省样式 (必须的) */

.text-head button {
    position: absolute;
    right: 16px;
    top: 4px;
}

.text-body {
    height: 48px;
    width: 100vw;
    background: #e6e5ea;
    text-align: left;
    line-height: 48px;
    margin-top: 20px;
    padding-top: 3px;
    z-index: 999;
}

.text-body button {
    margin: 0 10px;
}

.text-textarea {
    text-align: left;
    /*min-height: 36px;*/
    /*height: 36px;*/
    overflow-y: auto;
    width: 100%;
    font-size: 18px;
    border-radius: 10px;
    background: #fff;
    color: #000;
}

#text-div {
    position: absolute;
    left: -400px;
}

#text-area {
    /*height: 36px;*/
    outline: none;
    border: 1px solid #e0e0e0;
}

.text-confirm, .text-change {
    height: 48px;
}

.text-confirm button, .text-change button {
    position: absolute;
    bottom: 18px;
    left: 10px;
}

.text-change button {
    bottom: 12px;
    left: 6px;
}

.text-change img, .text-change button {
    width: 100%;
}

.sketch-nav {
    height: 46px;
}

.line {
    position: relative;
}

.text-font {
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}

.text-parameter {
    height: 58px;
    margin: 6px 0;
    border-bottom: 1px solid #dedede;
    position: relative;
    z-index: 999;
    background: #282d2e;
}

.text-value {
    margin: 0 0 32px;
    font-size: 14px;
    color: #292929;
}

.text-range {
    display: inline-block !important;
    -webkit-appearance: none;
    width: 62vw !important;
    padding: 2px !important;
    height: 2px;
    border-radius: 5px;
    margin: 0 auto;
    outline: 0;
    /*background: -webkit-linear-gradient(#F0951B, #F0951B) no-repeat, #d8d8d8;*/
    background-size: 30% 100%; /*设置左右宽度比例*/
}

.text-range-140 {
    display: inline-block !important;
    -webkit-appearance: none;
    width: 140px !important;
    padding: 2px !important;
    height: 2px;
    border-radius: 5px;
    margin: 18px auto;
    outline: 0;
    /* background: -webkit-linear-gradient(#F0951B, #F0951B) no-repeat, #d8d8d8; */
    background-size: 30% 100%;
    background-color: #C8C8C8;
}

.text-range-140::-webkit-slider-thumb {
    -webkit-appearance: none; /*清除系统默认样式*/
    height: 15px !important; /*拖动块高度*/
    width: 15px !important; /*拖动块宽度*/
    background: #ffffff !important; /*拖动块背景*/
    border-radius: 50%; /*外观设置为圆形*/
    border: solid 2px #DADBDC !important; /*设置边框*/
}

.text-range-100 {
    display: inline-block !important;
    -webkit-appearance: none;
    width: 100% !important;
    padding: 1px !important;
    height: 2px;
    border-radius: 5px;
    margin: 10px auto;
    outline: 0;
    /* background: -webkit-linear-gradient(#F0951B, #F0951B) no-repeat, #d8d8d8; */
    background-size: 30% 100%;
    background-color: #C8C8C8;
    cursor: pointer;
}

.text-range-100::-webkit-slider-thumb {
    -webkit-appearance: none; /*清除系统默认样式*/
    height: 14px !important; /*拖动块高度*/
    width: 14px !important; /*拖动块宽度*/
    background: #FFFFFF !important;
    border-radius: 50%; /*外观设置为圆形*/

    border: 2px solid #DADBDC !important;
}

/*input[type=range] {*/
/*margin-top: 8px;*/
/*outline: none;*/
/*-webkit-appearance: none; !*清除系统默认样式*!*/
/*width: 56% !important;*/
/*background: -webkit-linear-gradient(#F0951B, #F0951B) no-repeat, #d8d8d8;*/

/*background-size: 30% 100%; !*设置左右宽度比例*!*/
/*height: 3px; !*横条的高度*!*/
/*}*/

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none; /*清除系统默认样式*/
    height: 20px; /*拖动块高度*/
    width: 20px; /*拖动块宽度*/
    background: #F0951B; /*拖动块背景*/
    border-radius: 50%; /*外观设置为圆形*/
    border: solid 1px #F0951B; /*设置边框*/
}
.icon-font {
    display: inline-block;
    width: 20px;
    height: 20px;
}

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

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

/*input[type="range"]::-webkit-slider-thumb {*/
/*-webkit-appearance: none;*/
/*width: 30px;*/
/*height: 30px;*/
/*border-radius: 50%;*/
/*cursor: pointer;*/
/*transition: 0.3s ease-in-out;*/
/*}*/

/*input[type="range"]::-webkit-slider-thumb:hover {*/
/*background-color: #fedd00;*/
/*border: 2px solid #fedd00;*/
/*}*/

/*input[type="range"]::-webkit-slider-thumb:active {*/
/*background-color: #fedd00;*/
/*border: 2px solid #fedd00;*/
/*transform: scale(1.6);*/
/*}*/

.color-picker-bar {
    /*border-bottom: 1px solid #dedede;*/
    /*border-top: 1px solid #dedede;*/
    display: block;
    height: 206px;
    width: 100vw;
    margin-top: 22px;
    /*overflow-y: hidden;*/
    /*white-space: nowrap;*/
    /*scrolling: "yes";*/
    /*line-height: 78px;*/
}

.color-item {
    height: 30px;
    width: 30px;
    color: white;
    /*margin: 10px 10px 10px 10px;*/
    margin-bottom: 20px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.white-border {
    border: 1px solid #F4F4F4 !important;
}

.color-item i {
    border-radius: 50%;
    padding-top: 16px;
    padding-left: 16px;
    position: absolute;
    top: 6px;
    left: 6px;
}

.color-item :nth-child(2) {
    color: #232323;
}

.menu-title {
    color: #F8E71C;
}

.line-picker-bar, .font-picker-bar {
    vertical-align: middle;
    text-align: center;
    padding: 4px 0 0;
    display: block;
    border-bottom: 1px solid #F2F2F2;
}

.font-picker-bar {
    padding: 8px 0 8px;
    /*background: #00a0e9;*/
}

.circle-item, .text-bar {
    padding: 0;
    content: '';
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    line-height: 16px;
    background-color: #B0B0B0;
}

.text-bar {
    border-radius: 5px;
    padding: 0 10px;
}

.circle-item .selected, .textBar-selected {
    outline: none;
    background-color: #F8E71C;
}

.sketch-menu div, .text-menu div {
    color: lighten(#232323, 10%);
}

.sketch-menu img {
    max-height: 24px;
    display: block;
    margin: 4px auto;
}

/*渐隐*/
.luara- {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.luara- ul {
    padding: inherit;
    margin: 0;
}

.luara- ul li {
    display: none;
    padding: inherit;
    margin: inherit;
    list-style: none;
}

.luara- ul li:first-child {
    display: block;
}

.luara- ul li img {
    width: inherit;
    height: inherit;
}

/*example*/
.example {
}

.example ol {
    position: relative;
    width: 250px;
    height: 20px;
    top: -30px;
    left: 60px;
}

.example ol li {
    float: left;
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #fff;
}

.example ol li.seleted {
    background: #1AA4CA;
}

.image-filter {
    width: 100vw;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: #393939;
    top: 0;
}

.filter-btn {
    height: 50px;
    line-height: 50px;
    background: #fff;
    overflow: hidden;
}

.filter-cancel {
    float: left;
}

.filter-confirm {
    float: right;
    background: #ffa91b;
    border: none;
    border-radius: 5px;
    width: 50px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}

.filter-con {
    max-width: 100vw;
    max-height: 60vh;
    margin: 120px auto 20px;
}

.filter-con img {
    margin-left: 10px;
    width: 45%;
}

.filter-style {
    position: fixed;
    bottom: 0;
    height: 100px;
    background: #fff;
    width: 100vw;
}

.filter-bottom {
    position: relative;
    display: inline-block;
    height: 76px;
    width: 60px;
    background: #cdcdcd;
    border-radius: 3px;
    text-align: center;
    margin: auto 6px;
}

.filter-pic {
    margin: 2px;
    /*display: inline-block;*/
    width: 56px;
    height: 58px;
    overflow: hidden;
    background-color: #fff;
}

.filter-pic img {
    background-color: #fff;
    width: 100%;
}

.filter-text {
    margin-top: -4px;
    /*position: absolute;*/
    /*display: block;*/
    /*bottom: 0;*/
    /*left:30%*/
}

.text-width {
    position: absolute;
    margin-top: -479px;
    margin-left: 233px;
    white-space: nowrap;
    display: none;
}

.text-modal {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    position: absolute;
    z-index: 990;
    top: 0;
    left: 0;
    /*background-color: rgba(0, 0, 0, 0.4);*/
}

.text-img {
    text-align: center;
    border: 1px dashed #fff;
    min-height: 46vw;
    padding: 4vw 0;
    margin: 40px auto;
    background-color: rgba(255, 255, 255, 0.4);
}

.text-img p {
    margin-top: 12vw;
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.text-img img {
    /*width: 100%;*/
    /*margin-top: 16vw;*/
}

.input-wrapper {
    margin: 45vh auto 30px;
    max-width: 300px;
    height: 34px;
    width: 60vw;
    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-diy-primary {
    padding: 4px;
    color: #fff;
    margin: 0 auto;
    display: block;
    text-align: center;
    border-radius: 4px;
}

.btn-diy-primary {
    background-color: #F0951B;
}

.btn-diy-primary.disabled, .btn-diy-primary[disabled="disabled"] {
    background-color: lighten(#F0951B, 20%);
    border-color: lighten(#232323, 20%);
}

.btn-diy-secondary {
    background-color: #685edd;
}

.btn-diy-secondary.disabled, .btn-diy-secondary[disabled="disabled"] {
    background-color: lighten(#685edd, 20%);
}

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

.minus[disabled='disabled'], .quantity[disabled='disabled'], .plus[disabled='disabled'] {
    color: #B0B0B0;
}

.quantity {
    color: #ffaa34;
    text-align: center;
    width: 34px;
    background-color: transparent;
    height: 26px;
    border: 0;
    outline: none !important;
    display: inline-block;
}

.quantity i {
    float: left;
    font-style: normal;
}

.minus {
    border-right: 1px solid #232323;
}

.minus, .plus {
    padding: 15px 16px;
    position: relative;
}

.minus:before, .plus:before {
    width: 16px;
    height: 2px;
    content: '';
    display: table;
    top: 15px;
    left: 10px;
    background-color: black;
    position: absolute;
}

.plus {
    border-left: 1px solid #232323;
}

.plus:after {
    width: 14px;
    height: 2px;
    content: '';
    display: table;
    position: absolute;
    top: 15px;
    left: 11px;
    background-color: black;
    transform: rotate(90deg);
    -webkit-transform-origin: rotate(90deg);
    -moz-transform-origin: rotate(90deg);
    -ms-transform-origin: rotate(90deg);
    -o-transform-origin: rotate(90deg);
    transform-origin: rotate(90deg);
}

.check-box {
    width: 40px;
}

.check-box img {
    max-width: 20px;
}

.check-box .img-td {
    width: 100px;
    padding: 6px 0;
}

.check-box .img-wrapper {
    width: 100px;
    height: 80px;
    text-align: center;
    border: 1px solid #DFDFDD;
    background-color: #DFDFDD;
    /*border-color: #DFDFDD;*/
    border-radius: 4px;

}

.check-box .img-wrapper img {
    max-height: 100%;
    max-width: 100%;
}

.check-box .cart-info {
    margin-left: 12px;
    padding-right: 0;

}

.check-box .cart-info p {
    margin: 2px 0;
}

.check-box .cart-info .material {
    font-size: 12px;
    color: #B0B0B0;
}

.check-box .cart-info .price {
    color: #DD9731;
}

.well {
    background: #fafafa;
}

@media (min-width: 768px) {
    .well {
        /*width: 1200px;*/
        /*margin: 0 auto;*/
        /*padding: 20px 0 20px 210px !important;*/
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .well {
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }
}

.bg-color {
    background-color: #fafafa;
}

.workList-page {
    min-height: 100vh;
    padding-bottom: 60px;
}

.work-item {
    width: calc(50vw - 18px);
    display: inline-block;
    margin: 12px;
    background-color: #FFFFFF;
    border: 1px solid #DFDFDD;
}

.work-item:nth-child(odd) {
    margin-right: 0;
}

.thumb-box {
    height: 40vw;
    vertical-align: middle;
    text-align: center;
    background-color: #e6e6e6;
    position: relative;
}

.thumb-box img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.work-info {
    padding: 14px 6px;
    height: 46px;
    border-top: 1px solid darken(#DFDFDD, 6%);
    position: relative;
}

.title {
    font-size: 15px;
}

.link {
    color: #F0951B;
    text-decoration: underline;
    position: absolute;
    right: 6px;
    top: 14px;
}

.work-empty {
    text-align: center;
    padding-top: 20vw;
}

.work-empty img {
    display: block;
    max-width: 200px;
    width: 40vw;
    margin: 22px auto;
}

.work-empty p {
    color: darken(#B0B0B0, 10%);
}

.edit-menu1 {
    /*text-align: left;*/
    position: absolute;
    top: -51px;
    width: 30vw;
    padding: 0 12px;
    background-color: #fff;
    /*height: 32px;*/
    -moz-box-shadow: 0 2px 5px rgba(187, 187, 187, 0.6);
    -webkit-box-shadow: 0 2px 5px rgba(187, 187, 187, 0.6);
    box-shadow: 0 2px 5px rgba(187, 187, 187, 0.6);
}

.edit-menu1 .diy-row:first-child span {
    border-bottom: 1px solid #E8E8E8;
}

.edit-menu1 span {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    /*padding: 6px;*/
    color: #030303;
    text-align: center;
    display: block;
}

.table-div {
    margin-bottom: 50px;
    background-color: #f2f2f2
}

.location-border-bg {
    background-image: url('../images/mail-border.png');
    background-repeat: repeat-x;
    height: 9px;
}

/*.{*/
/*background-color: #ffffff;*/
/*}*/

ul[rn-carousel-buffered] > li {
    overflow: hidden;
}

.carousel-wrapper {
    background-color: #33383C;
    width: 100%;
    /*overflow: hidden;*/
}

.currentIndex {
    color: #FFA91B;
    font-size: 20px;
}

.templateView-carousel {
    /*width: 90vw;*/
    margin: 0 auto;
    position: relative;
    display: inline-block;
    /*padding-top: 10px;*/
}

.templateView2-carousel {
    /*width: 90vw;*/
    margin: 0 auto;
    position: relative;
}

.mask-box {
    display: inline-block;
    /* text-align: left; */
    float: left;
    height: 100px;
}

.select-box {
    position: fixed;
    width: 100vw;
    z-index: 9999;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
}

.select-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100vw;
    padding: 15px 15px 0;
}

.select-wrapper2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100vw;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.startMake {
    color: white;
    /*font-size:18px;*/
    width: 39vw;
    height: 40px;
    /*line-height:40px;*/
    outline: none !important;
    border-radius: 20px;
    margin: 0 5vw;
}

.img-div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    /*background: #fff;*/
    text-align: center;
}

.img-div div {
    width: 318px;
    height: 400px;
    background: #fff;
    border-radius: 5px;
}

.img-div2 {
    display: table-cell;
    vertical-align: middle;
}

.close-icon {
    position: relative;
    float: right;
    top: -35px;
    right: 2px;
    width: 30px;
    outline: none;
}

.containerTheme {
    width: 318px;
    /*height: 400px;*/
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.theme-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 992px;*/
    height: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .8);
    margin: 0 !important;
    padding: 0 !important;
}

#previewClose {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -45px;
    z-index: 20;
}

.button-next, .button-prev {
    width: 60px;
    height: 34px;
    z-index: 9999;
    position: absolute;
    top: 45%;
    cursor: pointer;
    outline: none;
}

.button-prev {
    left: 10px;
}

.button-next {
    right: 10px;
}

.close-icon {
    position: relative;
    float: right;
    top: -35px;
    right: 2px;
    width: 30px;
}

.first-row {
    padding-bottom: 15px;
    /*border-bottom: 1px solid #F2F2F2;*/
}

.img-container {
    display: inline-block;
    float: left;
    height: 30vw;
    text-align: center;
    position: relative;
    width: 30vw;
    border: 1px solid #DFDFDD;
    background-color: #F2F2F2;
    vertical-align: middle;
}

.img-container img {
    /*width: 100%;*/
    /*max-width: 100%;*/
    /*max-height: 100%;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
}

.price-container, .desc-container {
    /*width: 20vw;*/
    margin-left: 10px;
    float: left;

}

.price-container {
    /*width: 58vw;*/
    font-size: 16px;
    color: #FFA91B;
}

.desc-container {
    float: right;
    margin-right: -16px;
}

.select-quantity {
    padding: 20px 0;
}

.select-quantity span {
    padding: 0;
}

.button-bar {
    background-color: #232323;
}

.diy-btn-primary {
    color: #fff;
    padding: 12px;
    text-align: center;
}

.price-total {
    color: #fff;
    background-color: #1e1e1e;
}

.order-btn {
    color: #ffa91b;
    border: 1px solid #ffa91b;
    /*text-align-last:justify;*/
    padding: 0 5px;
    margin: 0px 7px 0px 0px;
    float: right;
}

.order-cacel-btn {
    border: 1px solid black;
    padding: 0 5px;
    margin: 0px 7px 0px 0px;
    float: right;
}

.order-payAmount-color {
    color: #ffa91b;
}

.assist-font1 {
    color: #b0b0b0;
}

.order-status {
    background-color: #fffae0;
}

.main-bg1 {
    background-color: #ffffff
}

.main-bg2 {
    background-color: #f2f2f2
}

.btn-bg1 {
    background-color: #ffa91b
}

.product-property-value {
    float: left;
    margin-right: 10px;
    margin-top: 13px;
}

.product-property-value .selectSpan {
    padding: 5px 15px;
    border-radius: 2px;
    background-color: #ffa91b;
    outline: none;
}

.product-property-value .unSelectSpan {
    padding: 5px 15px;
    border-radius: 2px;
    background-color: #e9e9e9;
    outline: none;
}

.product-property-value .unavailableSpan {
    padding: 4px 14px;
    background-color: white;
    border-radius: 2px;
    border: 1px dashed #bbb4b4;
    outline: none;
    color: #ddd;
}

.back-to-customer {
    height: 50px;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    padding-left: 10px;
    background: #fff;
    line-height: 50px;
}

.view-article {
    /*height: 93vh;*/
    /*width: 100vw;*/
    /*background: url("../images/view_bg.png")no-repeat;*/
    /*background-attachment: fixed;*/
    min-height: 93vh;
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
}

.bg-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
}

.view-bookBg {
    height: 173px;
}

.view-bookBg img {
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    /*width: 100%;*/
    height: 100%;
}

.share-wrap {
    display: none;
}

.share-book {
    overflow: hidden;
    margin-top: 20px;
}

.share-title {
    font-size: 36px;
}

.share-left {
    margin-top: 50px;
}

.share-right {
    margin-top: 10px;
    text-align: right;
}

.share-title {
    font-weight: bold;
}

.share-btn {
    margin: 16px 0;
    text-align: center;
}

.share-btn button {
    background: #fff;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 0 50px;
    height: 40px;
}

.lowerSize {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: red;
    z-index: 1;
}

.picLowerSize {
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: red;
    z-index: 10;
}

.picLowerSize2 {
    width: 98px;
    height: 66px;
    position: absolute;
    bottom: 0;
    text-align: center;
    z-index: 800;
}

.picLowerSize img {
    width: 100%;
}

.text-r {
    text-align: right !important;
}

.select-icons {
    width: 20px;
    height: 20px;
    display: block;
    vertical-align: -5px;
    margin: 2px 0 2px 13px;
}

.nonePhoto {
    margin: 25vh auto 0;
    display: block;
    width: 150px;
    height: 92px;
    vertical-align: middle;
}

.arrowPrev {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.tabIcons {
    display: inline-block;
    width: 25px;
    height: 22px;
    vertical-align: -5px;
}

.tabIcons2 {
    display: inline-block;
    width: 58px;
    height: 58px;
    vertical-align: -5px;
    font-size: 44px!important;
    color: var(--mobileButtonBackColor);
    border-radius: 50px;
    background-color: #fff;
    line-height: 37px;
    margin: 8px;
}

.tabIcons4 {
    display: inline-block;
    width: 58px;
    height: 58px;
    vertical-align: -5px;
    font-size: 44px!important;
    background-color: var(--mobileButtonBackColor);
    border-radius: 50px;
    color: #fff;
    line-height: 37px;
    margin: 8px;
}
.tabIcons2 i, .tabIcons4 i{
    font-size: 28px!important;
}

.tabIcons3 {
    width: 19px;
    height: 19px;
    margin: 0 auto 7px;
    text-align: center;
}

.tabIcons3 img {
    width: 19px;
    height: 19px;
}

.text-c {
    text-align: center !important;
}

.sketchUnselect-color {
    /*background: url("../images/icons/color.svg") no-repeat;*/
    background: url("../images/icons/color-un.svg") no-repeat;
    background-size: 100% 100%;
}

.sketchUnselect-line {
    /*background: url("../images/icons/text.svg") no-repeat;*/
    background: url("../images/icons/font-un.svg") no-repeat;
    background-size: 100% 100%;
}

.sketchUnselect-size {
    /*background: url("../images/icons/word-size.svg") no-repeat;*/
    background: url("../images/icons/size-un.svg") no-repeat;
    background-size: 100% 100%;
}

.iconColorText {
    /*width: 21px;*/
    /*height: 21px;*/
    width: 42px;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
    /*margin: 4px auto;*/
    outline: none;
    font-size: 36px!important;
}

.arrowDirections {
    display: inline-block;
    width: 38px;
    height: 38px;
    outline: none;
}

.outlineNone {
    outline: none;
}

.flex-button {
    width: 100%;
    height: 48px;
    line-height: 48px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    border-top: 1px solid #F7F7F7;
}

.flexContainer1 {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    border-top: 1px solid #E5E5E5;
}

.confirm-flex {
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-top: 4px;
    border-radius: 20px;
    background: #FFA91B;
}

.flex1 {
    flex: 1;
    -webkit-flex: 1;
}

/*audio*/
.PanelRight {
    position: absolute;
    right: 3px;
    top: 0;
}

.PanelRight .icon {
    display: inline-block;
    /*color: #f06d6a;*/
    color: #FFA91B;
    font-size: 26px;
}

.transition-3 {
    transition: 0.3s;
}

.PanelRight .Play .icon:hover {
    cursor: pointer;
}

.icon {
    font-family: "Glyphicons Halflings";
}

.page-turning {
    background: none;
}

@-webkit-keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
    }
}

.fade-in {
    -webkit-animation: fadeIn .5s ease-in 1 forwards;
    animation: fadeIn .5s ease-in 1 forwards;
    opacity: 1;
}

.fade-out {
    -webkit-animation: fadeOut .5s ease-in 1 forwards;
    animation: fadeOut .5s ease-in 1 forwards;
    opacity: 1;
}

.is-paused {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.k-square-holder2 {
    margin: 64% 45%;
    width: 50px
}

.k-square3 {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #FFA91B;
    opacity: .2;
    animation: k-loadingQ 0.9s infinite;
    opacity: .5
}

.k-square4 {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #000;
    opacity: 1;
    animation: k-loadingR 1s infinite;
    opacity: 0
}

.k-square3a {
    transform: translate(0, -25px)
}

.k-square3b {
    transform: translate(25px, 0)
}

.k-square3c {
    transform: translate(-25px, 0)
}

.k-square3d {
    transform: translate(0, 25px)
}

.k-square4b {
    animation-delay: .7s
}

.k-square4c {
    animation-delay: 2.1s
}

.k-square4d {
    animation-delay: 1.4s
}

@keyframes k-loadingQ {
    33% {
        transform: translate(0, 0);
        opacity: .7
    }
    66% {
        transform: translate(0, 0);
        opacity: .7
    }
}

@keyframes k-loadingR {
    0% {
        opacity: .5;
        background: #000
    }
    30% {
        opacity: .5;
        background: #666
    }
    60% {
        opacity: 0
    }
    75% {
        opacity: 0
    }
    100% {
        opacity: .5;
        background: #000
    }
}

.animate {
    padding-left: 20px;
    font-size: 13px;
    color: #4d4c4c;
    display: inline-block;
    white-space: nowrap;
    animation: 20s wordsLoop linear infinite normal;
}

@keyframes wordsLoop {
    0% {
        transform: translateX(82vw);
        -webkit-transform: translateX(82vw);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes wordsLoop {
    0% {
        transform: translateX(82vw);
        -webkit-transform: translateX(82vw);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

.music-rotate {
    animation: rot 4s linear infinite;
}

@keyframes rot {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes rot {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.c-xml-imageart-trim {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,.5);*/
    z-index: 800;
}

.c-xml-imageart-trim-div {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px dotted #d9534f;
    background: #fff;
}

.c-xml-imageart-trim-frame {
    border: 1px solid #0A0A0A;
    background: rgba(0, 0, 0, .5);
}

.c-xml-page-material-zoom {
    display: none;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: #ffb741;
}

.c-xml-page-material-zoom-right {
    right: -7px;
    bottom: -7px;
    cursor: se-resize;
}

.c-xml-operation {
    position: absolute;
    right: -30px;
    top: 50%;
    width: 30px;
    margin-top: -30px;
    background: #fff;
    border: 1px solid #ddd;
}

.c-xml-operation button {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: -1px;
    text-align: center;
}

.c-xml-operation div {
    line-height: 30px;
    text-align: center;
    height: 30px;
}

/* 万物编辑器 */
.c-window {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}

.c-quantity1 {
    font-size: 16px;
    font-weight: 600;
    color: var(--mobileTextSelectedColor);
}

.c-productThree1-head {
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.c-productThree1-head1 {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 13px;
}

.c-productThree1-head1-col {
    width: 50%;
    float: left;
    padding: 0 10px;
}

.c-productThree1-head1-button {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #ffa91b;
}

.c-productThree1-head1-button span {
    color: #ffa91b;
}

.c-productThree1-body {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 50px;
    overflow-x: hidden;
}

.c-productThree1-body-no {
    width: 100%;
    text-align: center;
}

.c-productThree1-body-no-img {
    display: block;
    width: 150px;
    height: 92px;
    vertical-align: middle;
    background: url('../images/none.png') no-repeat;
    background-size: 100% 100%;
    margin: 20vh auto 0;
}

.c-productThree1-body-no-text {
    display: block;
    margin-top: 24px;
    font-size: 14px;
}

.c-productThree1-body-y {
    width: 100%;
}

.c-productThree1-body-y ul {
    padding: 5px;
}

.c-productThree1-body-y ul li {
    float: left;
    width: 33%;
    padding: 5px;
}

.c-productThree1-body-y ul li .c-productThree1-body-y-li {
    position: relative;
    width: 100%;
    height: 30vw;
    border: 1px solid #ddd;
    overflow: hidden;
}

.c-productThree1-body-y ul li .c-productThree1-body-y-li img.c-productThree1-body-y-img {
    width: 100%;
    height: 100%;
}

.c-productThree1-body-y-x {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
}

.c-productThree1-body-y-x img {
    width: 100%;
    pointer-events: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.c-productThree1-foot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 48px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.c-productThree1-foot-fl {
    float: left;
    width: 39%;
    padding-top: 5px;
}

.c-productThree1-foot-fl-li {
    float: left;
    width: 49%;
}

.c-productThree1-foot-fr {
    float: right;
    width: 59%;
    padding-top: 4px;
    padding-right: 5px;
}

.c-productThree-btn2 {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    background: var(--genericColor);
}

.c-productThree2 {
    width: 100vw;
}

.c-productThree2-head1 {
    position: fixed;
    top: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 2px 13px 0px rgba(220,220,220,0.5000);
}

.c-productThree2-head2 {
    position: fixed;
    top: 40px;
    height: 56px;
    width: 100%;
    z-index: 10;
    background: #F9F9F9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
.c-productThree2-head2-1{
    display: flex;
    height: 35px;
    width: calc(100% - 75px);
    align-items: center;
}

.c-productThree2-head2-li {
    position: relative;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #909090;
    font-size: 16px;
    margin-right: 30px;
}
.c-productThree2-head2-li-hr{
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 20px;
    margin-left: -10px;
    background: var(--genericColor);
    display: none;
}
.c-productThree2-head2-li-select{
    color: var(--genericColor) !important;
    font-size: 20px;
}
.c-productThree2-head2-li-select .c-productThree2-head2-li-hr{
    display: block;
}
.c-productThree2-head2-btn{
    position: relative;
    width: 75px;
    height: 25px;
    background: #fff;
    color: var(--genericColor);
    border: 1px solid var(--genericColor);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 13px;
}
.c-productThree2-head2-2{
    display: flex;
    height: 35px;
    width: calc(100% - 75px);
    align-items: center;
}
.c-productThree2-head2-title{
    font-size: 14px;
    color: #141414;
}

.c-productThree2-head3 {
    position: absolute;
    top: 53px;
    bottom: 0;
    overflow: scroll;
    padding: 0 0 50px;
    width: 100%;
    background: #F9F9F9;
}

.c-productThree2-head3-li {
    padding: 0 7px 10px;
}
.c-productThree2-head3-li-view{
    background: #fff;
    border-radius: 5px;
    padding: 5px;
}

.c-productThree2-head3-li-head {
    position: relative;
    display: flex;
    width: 100%;
    height: 30px;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.c-productThree2-head3-li-head-selectOn {
    width: 20px;
    height: 20px;
}

.c-productThree2-head3-li-head-selectOnt {
    width: 20px;
    height: 20px;
}

.c-productThree2-head3-li-body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.c-productThree2-head3-li-body li {
    position: relative;
    width: calc(calc(100% / 3) - 10px);
    margin:5px;
    height:115px;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f3;
}

.c-productThree2-head3-li-body li img {
    pointer-events: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    /*width: 100%;*/
    /*height: 100%;*/
}
.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;
    animation: all 1s;
}

.c-productThree2-head3-li-body-selectOn {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    /*background: url('../images/icons/select-all.svg') no-repeat;*/
    /*background-size: 100% 100%;*/
}

.c-productThree2-head3-li-body-selectOnt {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    /*background: url('../images/icons/sel-false.svg') no-repeat;*/
    /*background-size: 100% 100%;*/
}

.c-productThree2-head3-li-body-selectOn img, .c-productThree2-head3-li-body-selectOnt img, .c-productThree2-head3-li-head-selectOn img, .c-productThree2-head3-li-head-selectOnt img {
    width: 100%;
    height: 100%;
}

.c-productThree2-head4 {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.c-productThree2-head4-btn {
    float: left;
    width: 70px;
    height: 50px;
    text-align: center;
    position: relative;
    padding-top: 5px;
}

.imgWH {
    width: 100%;
    height: 100%;
}

.categoryPrice1 {
    display: block;
    width: 100%;
    font-size: 12px;
    color: var(--genericColor);
    margin-top: 5px;
}

.c-productThree2-head5 {
    position: fixed;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.c-productThree2-head5 .c-productThree2-head5-btn {
    width: 80%;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: var(--genericColor);
    color: #FFF;
}

/* 底部全选 */
.c-productThree2-head5-2 {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    background: #fff;
    padding: 0 15px;
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.3);
}
.c-productThree2-head5-2-select{
    height: 30px;
    display: flex;
    align-items: center;
}

.c-productThree2-head5-2 .c-productThree2-head5-2-btn {
    width: 160px;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    background: var(--genericColor);
    color: #FFF;
}

.c-productThree3-body{
    height: 100%;
    overflow: auto;
    padding-top: 20px;
}
.c-productThree3 {
    position: relative;
    width: 100vw;
    overflow: hidden;
    height: 100vh;
    padding-bottom: 80px;
}

.c-productThree3-head, .c-productThree4-head, .c-productThree5-head {
    position: relative;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
}
.c-productThree4-head-title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.c-productThree4-head{
    position: relative;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-shadow: 0px 0px 6px 0px rgba(19,20,26,0.15);
}

.c-productThree4-head-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.c-productThree-btn1 {
    position: absolute;
    right: 10px;
    top: 0;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
    background: var(--mobileButtonBackColor);
}

.c-productThree3-ul {
    position: relative;
    width: 100vw;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.c-productThree3-li {
    position: relative;
    float: left;
    margin: 20px 10px;
}
.c-productThree3-foot{
    position: fixed;
    bottom: 0;
    left: 0;
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    z-index: 999;
    background: #fff;
}

.c-productThree4-body-content {
    /*margin: 50px auto 20px;*/
    /*overflow: hidden;*/
}

.previousPage {
    position: fixed;
    left: 0px;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    background: url('../images/icons/left_new.svg') no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    transform: translateY(-130%);
}

.nextPage {
    position: fixed;
    right: 0px;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    background: url('../images/icons/right_new.svg') no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    transform: translateY(-130%);
}

.c-productThree4-foot {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 125px;
    background: #fff;
    z-index: 9;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 10px;
}
.partName{
    position: absolute;
    left: 0;
    top: -60px;
    line-height: 25px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.c-productThree4-foot-1{
    width: 25%;
}
.c-productThree4-foot-view{
    text-align: center;
    padding: 10px 0;
    color: #333;
}

.c-productThree4-foot-view img{
    font-size: 18px;
    margin: 0;
}
.c-productThree4-foot-view .c-productThree4-foot-view-text{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-productThree4-foot-view i{
    font-size: 18px;
    margin: 0;
}
.c-productThree4-foot-view span{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.c-productThree4-foot1 {
    width: 100%;
    height: 95px;
    padding: 10px 0;
}

.c-productThree4-foot1 li {
    text-align: center;
}

.c-productThree4-foot1-text {
    display: block;
    text-align: center;
}
.sucaiSelected1 {
    background: url("../images/icons/zhaopian.svg") no-repeat center;
    background-size: 50px 50px;
}
.sucaiSelected2 {
    background: url("../images/icons/muban.svg") no-repeat center;
    background-size: 50px 50px;
}
.sucaiSelected3 {
    background: url("../images/icons/sucai-show.svg") no-repeat center;
    background-size: 50px 50px;
}
.sucaiSelected4 {
    background: url("../images/icons/wenzi.svg") no-repeat center;
    background-size: 50px 50px;
}

.c-productThree4-foot2 {
    width: 100%;
}

.c-productThree4-foot2-tab {
    width: 100%;
    overflow: auto;
}

.c-productThree4-foot2-tab ul li {
    float: left;
    margin: 0 5px;
    width: 76px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
    text-align: center;
}

.c-productThree4-foot2-tab ul li.opt {
    background: var(--mobileButtonBackColor) !important;
    color: #fff !important;
}

.c-productThree4-foot2-centent {
    position: relative;
    width: 100%;
    height: 100px;
    background: #fff;
    margin-top: 5px;
    border-top: 1px solid #ddd;
}

.c-productThree4-foot2-centent-hide {
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 100px;
    line-height: 100px;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    text-align: center;
    background: #fff;
}

.c-productThree4-foot2-centent-body {
    position: absolute;
    left: 26px;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-x: auto;
    overflow-y: hidden;
    height: 99px;
}

.c-productThree4-foot2-centent-body ul li {
    width: 80px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin: 0 5px;
    float: left;
    overflow: hidden;
}

.c-productThree4-foot2-centent-body ul li img {
    max-width: 80px;
    max-height: 90px;
}

.pitch {
    border: 1px dashed #ffa91b !important;
}

.c-productThree5 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #f3f3f3;
}

.c-productThree5-head-title {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.c-productThree5-head-btn {
    position: absolute;
    right: 10px;
    z-index: 1;
    width: 70px;
}

.c-productThree5-text {
    margin-bottom: 10px;
    height: 137px;
    overflow: hidden;
}

.c-productThree5-text textarea {
    width: 100%;
    height: 137px;
}

.c-productThree5-tab {
    padding: 0 10px;
}

.c-productThree5-tab ul li {
    float: left;
    width: 42px;
    height: 42px;
    margin-right: 10px;
}

.c-productThree5-tab .fontColor {
    background: url('../images/icons/color-un.svg') no-repeat;
    background-size: 100% 100%;
}

.fontColorSelect {
    background: url('../images/icons/color-select.svg') no-repeat !important;
    background-size: 100% 100%;
}

.c-productThree5-tab .fontFamily {
    background: url('../images/icons/font-un.svg') no-repeat;
    background-size: 100% 100%;
}

.fontFamilySelect {
    background: url('../images/icons/font-sel.svg') no-repeat !important;
    background-size: 100% 100%;
}

.c-productThree5-tab .fontSize {
    background: url('../images/icons/size-un.svg') no-repeat;
    background-size: 100% 100%;
}

.fontSizeSelect {
    background: url('../images/icons/size-sel.svg') no-repeat !important;
    background-size: 100% 100%;
}

.c-productThree5-ul {
    position: absolute;
    top: 242px;
    width: 100%;
    bottom: 0;
}

.c-productThree5-li {
    width: 100%;
    height: 100%;
}

.c-productThree5-li-content {
    background: #fff;
    width: 100%;
    height: 100%;
}

.fontColor-item {
    height: 30px;
    width: 30px;
    color: white;
    margin: 10px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.fontColor-item i {
    border-radius: 50%;
    padding-top: 16px;
    padding-left: 16px;
    position: absolute;
    top: 6px;
    left: 6px;
}

.rangeSize {
    background: #108DFE;
}

.edit-textbox {
    position: absolute;
    top: -14px;
    right: -12px;
    width: 24px;
    height: 24px;
    background: url('../images/icons/text-edit.svg') no-repeat center center;
    z-index: 999;
}

.resize-text {
    position: absolute;
    width: 24px;
    height: 24px;
    right: -12px;
    bottom: -16px;
    z-index: 999;
    background: url('../images/icons/rotate.svg') no-repeat;
}

.c-productThree4-crop {
    position: absolute;
    width: 100%;
    top: 50px;
    height: 50px;
    padding: 0 5px;
}

.c-productThree4-crop span {
    width: 40px;
    height: 40px;
    margin: 5px;
}

.c-productThree6 {
    position: relative;
    width: 100%;
    height: 100%;
}

.c-productThree6-head {
    position: absolute;
    top: 0;
    height: 50px;
    width: 100%;
}

.c-arrowPrev {
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 10;
    width: 20px;
    height: 20px;
    background: url('../images/icons/back.svg') no-repeat;
    background-size: 100% 100%;
}

.c-productThree6-head-operation {
    position: absolute;
    height: 50px;
    margin-left: 50px;
}

.c-productThree6-head-operation ul li {
    float: left;
    width: 40px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.c-productThree6-head-operation ul li img {
    width: 15px;
}

.c-productThree6-body {
    position: absolute;
    top: 50px;
    width: 100%;
    bottom: 0;
    background: #ddd;
    overflow: hidden;
}

.c-productThree4-img {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 999;
}

.c-productThree4-img-add {
    position: absolute;
    left: 26px;
    height: 100px;
    top: 0;
    background: #FFA91B;
    color: #fff;
    text-align: center;
    line-height: 100px;
    width: 50px;
    text-align: center;
}
.c-productThree4-img-add-btn{
    position: relative;
    width: 100%;
    height: 100%;
}

.c-productThree4-img-add-btn span {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    line-height: 25px;
    margin-top: 25px;
}
.c-productThree4-img-list {
    position: absolute;
    left: 76px;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    overflow-x: auto;
    overflow-y: hidden;
    background: #fff;
    border-top: 1px solid #ddd;
}

.c-productThree4-img-list ul li {
    position: relative;
    float: left;
    width: 80px;
    height: 100px;
    padding: 10px;
    line-height: 80px;
    overflow: inherit;
    display: block;
}

.c-productThree4-img-list ul li img {
    max-height: 100%;
    max-width: 100%;
}
.c-productThree4-template-list {
    position: absolute;
    left: 26px;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    overflow-x: auto;
    overflow-y: hidden;
    background: #fff;
    border-top: 1px solid #ddd;
}
.c-productThree4-template-list ul li {
    float: left;
    width: 100px;
    height: 100px;
    padding: 10px;
    line-height: 100px;
    overflow: hidden;
}
.c-productThree4-template-list ul li img {
    max-height: 100%;
    max-width: 100%;
}
.c-productThree4-img-list-select{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background: rgba(0,0,0,0.6);
    color: #ffaa1b;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-blur {
    -webkit-filter: blur(10px); /* Chrome, Opera */
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    width: 100%;
    height: 100%;
}

.c-insufficient {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 13px;
    line-height: 20px;
}

.c-insufficient img {
    width: 30px !important;
    height: 30px !important;
}

.c-insufficient p {
    font-size: 14px;
    color: red;
    margin-top: 10px;
}

.c-folder {
    height: 40px;
    width: 100%;
    line-height: 40px;
    padding: 0 10px;
}

.c-folder img {
    margin-right: 15px;
}

.c-folder span {
    font-size: 12px;
    color: #999;
}

.c-btn3 {
    position: absolute;
    right: 10px;
    top: 5px;
    margin: 0;
    width: 60px;
    background: #FFA91B;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
}

.c-page10-body {
    position: absolute;
    top: 40px;
    bottom: 0;
    width: 100%;
    overflow: auto;
    border-top: 1px solid #ddd;
}

.c-page10-body ul li {
    float: left;
    padding: 5px;
    width: 33%;
}

.c-page10-body-li {
    position: relative;
    width: 100%;
    height: 30vw;
    border: 1px solid #ddd;
}

.c-page10-body-li img {
    width: 100%;
    height: 100%;
}

.c-page10-body-li-span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
    color: #999;
    font-size: 12px;
    text-align: center;
    background: #f3f3f3;
}

#container {
    height: 100%;
}

.arrowCircle {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: fixed;
    right: 0;
    z-index: 501;
    outline: none;
}

.arrowCircle-up {
    top: 100px;
}

.arrowCircle-down {
    bottom: 100px;
}

.property-img {
    max-height: 36vh;
    margin: 0 auto;
    box-shadow: 0 2px 5px rgba(187, 187, 187, 0.6);
}

.property-img2 {
    max-height: 41vh;
    margin: 0 auto;
    box-shadow: 0 2px 5px rgba(187, 187, 187, 0.6);
}

.iconfangda-btn{
    width: 50px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.iconfangda-btn i{
    font-size: 19px;
    font-weight: bold;
    color: #ffaa00;
}
.editor-icon-1 {
    width: 25px;
    height: 25px;
    margin: 0;
}

.editorAll-page{
    transform-origin: 0 0;
    transition: all 0.4s;
}
.editorAll-page > div{
    transition: all 0.4s;
}
.pre-span{
    white-space: break-spaces;
    word-break: break-word;
    display: inline-block;
    width: 100%;
}
.partName{
    position: absolute;
    left: 0;
    top: -60px;
    line-height: 25px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
