.webuploader-container {
    position: relative;
}

.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: #00b7ee;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}

.webuploader-pick-hover {
    background: #00a2d4;
}

.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events: none;
}

#container {
    color: #838383;
    font-size: 12px;
}

#uploader .queueList {
    margin: 20px;
    border: 3px dashed #e6e6e6;
}

#uploader .queueList.filled {
    padding: 17px;
    margin: 0;
    border: 3px dashed transparent;
}

#uploader .queueList.webuploader-dnd-over {
    border: 3px dashed #999999;
}

#uploader p {
    margin: 0;
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

#uploader .placeholder {
    min-height: 130px;
    padding-top: 100px;
    text-align: center;
    background: url('https://cdn.shoplazza.com/dec63fb636f034400e4e63fad72ed3e2.png') center 10px no-repeat;
    color: #cccccc;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
}

#uploader .placeholder .webuploader-pick {
    font-size: 18px;
    background: rgb(250 237 228);
    border-radius: 3px;
    line-height: 44px;
    padding: 0 30px;
    *width: 120px;
    color: var(--fc-black);
    display: inline-block;
    margin: 0 auto 0 auto;
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-left: 0;
}

#uploader .placeholder .webuploader-pick-hover {
    background: rgb(250 237 228);
}

#uploader .placeholder .flashTip {
    color: #666666;
    font-size: 12px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
}

#uploader .placeholder .flashTip a {
    color: #0785d1;
    text-decoration: none;
}

#uploader .placeholder .flashTip a:hover {
    text-decoration: underline;
}

#uploader .filelist {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
}

#uploader .filelist:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    clear: both;
}

ul.filelist .active {
    border: 1px dashed red;
}

*[draggable="true"] {
    -moz-user-select: none;
    -khtml-user-drag: element;
    cursor: move;
}

*:-khtml-drag {
    background-color: rgab(238, 238, 238, 0.5);
}

ul.filelist li.move {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
}

#uploader .filelist li {
    background: url("https://cdn.shoplazza.com/97a3809fa1f6befdaa7ee5f202130546.png") no-repeat;
    text-align: center;
    margin: 0 8px 20px 0;
    position: relative;
    display: inline;
    float: left;
    overflow: hidden;
    font-size: 12px;
    /* position: absolute; 
  margin: 0;
  cursor: move;*/
}

ul.filelist li:hover {
    border-color: #9a9fa4;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.85);
}

#uploader .filelist li p.log {
    position: relative;
    top: -45px;
}

#uploader .filelist li p.number {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(https://cdn.shoplazza.com/f1f76152393edb856fc39c044620924d.png);
    background-size: contain;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    z-index: 10;
}

#uploader .filelist li p.title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    top: 5px;
    text-indent: 5px;
    text-align: left;
}

#uploader .filelist li p.progress {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 8px;
    overflow: hidden;
    z-index: 50;
    margin: 0;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: 0 0 0;
}

#uploader .filelist li p.progress span {
    display: none;
    overflow: hidden;
    width: 0;
    height: 100%;
    background: #1483d8 url("https://cdn.shoplazza.com/0cc5f9d10ce48ada10260c96f2e8bff6.png") repeat-x;
    -webit-transition: width 200ms linear;
    -moz-transition: width 200ms linear;
    -o-transition: width 200ms linear;
    -ms-transition: width 200ms linear;
    transition: width 200ms linear;
    -webkit-animation: progressmove 2s linear infinite;
    -moz-animation: progressmove 2s linear infinite;
    -o-animation: progressmove 2s linear infinite;
    -ms-animation: progressmove 2s linear infinite;
    animation: progressmove 2s linear infinite;
    -webkit-transform: translateZ(0);
}

@-webkit-keyframes progressmove {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 17px 0;
    }
}

@-moz-keyframes progressmove {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 17px 0;
    }
}

@keyframes progressmove {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 17px 0;
    }
}

#uploader .filelist li p.imgWrap {
    position: relative;
    z-index: 2;
    line-height: 110px;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webit-transition: 200ms ease-out;
    -moz-transition: 200ms ease-out;
    -o-transition: 200ms ease-out;
    -ms-transition: 200ms ease-out;
    transition: 200ms ease-out;
}

#uploader .filelist li img {
    width: 100%;
}

#uploader .filelist li p.error {
    background: #f43838;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 28px;
    line-height: 28px;
    width: 100%;
    z-index: 100;
}

#uploader .filelist li .success {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    z-index: 10;
    background: url("https://cdn.shoplazza.com/15cd9e9add86ee380995ea9374396f15.png") no-repeat right bottom;
}

#uploader .filelist div.file-panel {
    position: absolute;
    height: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 300;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#uploader .filelist div.file-panel span {
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("https://cdn.shoplazza.com/3d8d5e135ab035bfff33823d23965e08.png") no-repeat;
    cursor: pointer;
}

#uploader .filelist div.file-panel span.rotateLeft {
    background-position: 0 -24px;
}

#uploader .filelist div.file-panel span.rotateLeft:hover {
    background-position: 0 0;
}

#uploader .filelist div.file-panel span.rotateRight {
    background-position: -24px -24px;
}

#uploader .filelist div.file-panel span.rotateRight:hover {
    background-position: -24px 0;
}

#uploader .filelist div.file-panel span.cancel {
    background-position: -48px -22px;
}

#uploader .filelist div.file-panel span.cancel:hover {
    background-position: -48px 0;
}

#uploader .filelist div.file-panel span.edit {
    background: url(https://cdn.shoplazza.com/37ab5a0c575f84b83c4266e5a4969b5d.png);
    background-size: contain;
    margin-left: 4px;
    width: 19px;
    height: 19px;
}

#uploader .filelist div.file-panel span.edit:hover {
    opacity: 0.8;
}

#uploader .statusBar {
    border-top: 1px solid #dadada;
    padding: 0;
    line-height: 63px;
    vertical-align: middle;
    position: relative;
}

#uploader .statusBar .progress {
    border: 1px solid #1483d8;
    width: 198px;
    background: #fff;
    height: 18px;
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    color: #6dbfff;
    position: relative;
    margin: 0 10px 0 0;
}

#uploader .statusBar .progress span.percentage {
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: #1483d8;
    position: absolute;
}

#uploader .statusBar .progress span.text {
    position: relative;
    z-index: 10;
}

#uploader .statusBar .info {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    padding-top: 10px;
    margin-bottom: 5px;
}

#uploader .statusBar .tip {
    display: inline-block;
    font-size: 16px;
    color: #ff0000;
    line-height: 25px;
    padding-top: 10px;
}

#uploader .statusBar .btns {
    /* position: absolute;
  top: 10px;
  right: 0px; */
    line-height: 40px;
    display: flex;
    justify-content: flex-end;
}

#filePicker2 {
    display: inline-block;
    float: left;
}

#uploader .statusBar .btns .webuploader-pick,
#uploader .statusBar .btns .uploadBtn,
#uploader .statusBar .btns .uploadBtn.state-uploading,
#uploader .statusBar .btns .uploadBtn.state-paused {
    background: #ffffff;
    border: 1px solid #cfcfcf;
    color: #565656;
    padding: 0 18px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 14px;
    float: left;
}

#uploader .statusBar .btns .webuploader-pick-hover,
#uploader .statusBar .btns .uploadBtn:hover,
#uploader .statusBar .btns .uploadBtn.state-uploading:hover,
#uploader .statusBar .btns .uploadBtn.state-paused:hover {
    background: #f0f0f0;
}

#uploader .statusBar .btns .webuploader-pick {
    margin-left: 0;
}

#uploader .statusBar .btns .uploadBtn {
    background: #dd9193;
    color: #fff;
    border-color: transparent;
}

#uploader .statusBar .btns .uploadBtn:hover {
    background: #dd9193;
}

#uploader .statusBar .btns .disabled {
    pointer-events: none;
    opacity: 0.6;
}

.l-btn {
    display: inline-block;
    outline: none;
    resize: none;
    border: none;
    padding: 5px 10px !important;
    background: #00a2d4;
    color: #fff;
    border: solid 1px #00a2d4;
    border-radius: 3px;
    font-size: 14px;
}

.l-btn:hover {
    background: #15addb;
    animation: anniu 1s infinite;
}

.l-btn:active {
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2) inset;
}

.hidden {
    display: none;
}

.tailoring-container,
.tailoring-container div,
.tailoring-container p {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.tailoring-container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
}

.tailoring-container .black-cloth {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: .9;
    z-index: 1001;
}

.tailoring-container .tailoring-content {
    position: absolute;
    width: 768px;
    height: 560px;
    background: #fff;
    z-index: 1002;
    left: 0;
    top: 0;

    /* 水平垂直居中 浏览器版本号低的不支持transform */
    /*left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -weblit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);*/

    border-radius: 10px;
    box-shadow: 0 0 10px #000;
    padding: 10px;
}

.tailoring-content-one {
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #DDD;
}

.tailoring-content .choose-btn {
    float: left;
}

.tailoring-content .close-tailoring {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: #eee;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    float: right;
    cursor: pointer;
}

.tailoring-content .close-tailoring:hover {
    background: #ccc;
}

.tailoring-content .tailoring-content-two {
    width: 100%;
    height: 460px;
    position: relative;
    padding: 5px 0;
}

.tailoring-content .tailoring-box-parcel {
    width: 520px;
    height: 450px;
    /* position: absolute;
    left: 0; */
    border: solid 1px #ddd;
    margin: 0 auto;
}

.tailoring-content .preview-box-parcel {
    display: inline-block;
    width: 228px;
    height: 450px;
    position: absolute;
    right: 0;
    padding: 4px 14px;
}

.preview-box-parcel p {
    color: #555;
}

.previewImg {
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.preview-box-parcel .square {
    margin-top: 10px;
    border: solid 1px #ddd;
}

.preview-box-parcel .circular {
    border-radius: 100%;
    margin-top: 10px;
    border: solid 1px #ddd;
}

.tailoring-content .tailoring-content-three {
    width: 100%;
    height: 40px;
    border-top: 1px solid #DDD;
    padding-top: 10px;
}

.sureCut {
    float: right;
}

.diyControl {
    position: absolute;
    display: none;
    left: 0;
    top: 50%;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    /* background: rgba(0,0,0,0.5); */
    z-index: 3;
    justify-content: space-between;
    align-items: center;
    transform: translateY(-50%);
}

.filelist li:hover .diyControl {
    /* display: block; */
    display: flex;
}

.diyControl span {
    display: inline-block;
    padding: 8px 5px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
}

.diyControl span i {
    display: block;
    width: 12px;
    height: 11px;
    opacity: 0.7;
}

.diyControl span i:hover {
    opacity: 1;
    cursor: pointer;
}

.diyLeft i {
    margin-left: 3px;
    background: url(https://cdn.shoplazza.com/1688c4e67e594b592889c872888f0f56.png) no-repeat 0 0;
}

.diyCancel i {
    background: url(https://cdn.shoplazza.com/1688c4e67e594b592889c872888f0f56.png) no-repeat 0 -11px;
}

.diyRight i {
    margin-right: 3px;
    background: url(https://cdn.shoplazza.com/1688c4e67e594b592889c872888f0f56.png) no-repeat 0 -22px;
}

.cropper-crop-box .cropper-point.point-se {
    background-color: rgba(51, 153, 255, 0.6);
    bottom: -1px;
    right: -1px;
}

.cropper-crop-box .cropper-point.point-se:before {
    opacity: 1;
    background: url(https://cdn.shoplazza.com/5536c1094721844bb252b62297a8b94e.png);
    background-size: contain;
    display: block;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
}

@media (max-width: 767.98px) {

    /* .wu-example{
    padding: 15px 15px 15px;
  } */
    #uploader .queueList.filled {
        padding: 0;
    }

    #uploader .filelist div.file-panel span {}

    .diyControl span {
        padding: 5px 3px;
    }

    .diyLeft i {
        margin-left: 0;
    }

    .diyRight i {
        margin-right: 0;
    }
}

@media all and (max-width: 768px) {
    .tailoring-container .tailoring-content {
        width: 100%;
        min-width: 320px;
        height: 460px;
    }

    .tailoring-content .tailoring-content-two {
        height: 360px;
    }

    .tailoring-content .tailoring-box-parcel {
        height: 350px;
    }

    .tailoring-container .tailoring-box-parcel {
        width: 100%;
    }

    .tailoring-container .preview-box-parcel {
        display: none;
    }

    #uploader .filelist div.file-panel span {
        width: 22px;
        height: 22px;
    }

}

@media (min-width: 1200px) {
    .cropper-crop-box .cropper-point.point-se {
        height: 20px;
        width: 20px;
    }
}

.add_demoedd {
    display: block !important
}

.c-seo {
    margin: 0 auto 3.125rem;
    width: 100%;
    max-width: 63.75rem;
    text-align: center;
}

.c-fast-access__title {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.c-seo .c-seo-boost__text {
    font-size: .6875rem;
}

.c-seo .c-seo-boost__text,
.c-seo .c-seo__text {
    padding: 0 20px;
    margin-bottom: 18px;
    font-size: .75rem;
    line-height: 1.67;
    letter-spacing: .3px;
    font-weight: 400;
    color: #1e294f;
    overflow: hidden;
}

@media (min-width: 768px) {

    .footer {
        margin-top: 0px !important;
    }
}

@media (max-width: 768px) {
    .aa_html {
        display: inline-block;
    }

    .footer {
        margin-top: 0px !important;
    }
}

.product-snippet-button {
    display: none !important;
}

@media (min-width: 768px) {
    .navigation-pc__menu {
        font-size: 1.15rem;
    }

    [data-section-id="header"] .navigation-pc__third-menu-blocks .navigation-pc__menu-item {
        font-weight: normal !important;
        font-size: 18.4px;
    }

    [data-section-id="header"] .navigation-pc__third-menu-blocks .navigation-pc__third-menu-item {
        font-size: 18.4px;
    }

    .fast-bar__text {
        font-size: 1.15rem;
    }

    .navigation-pc__menu-block.navigation-pc__menu-block_child {
        color: #404040;
    }

    .swiper-slidee {
        width: 350px !important;
    }

}

.navigation-m {
    font-size: 1.4025rem;
}

#section_footer {
    margin-top: 0px !important;
}

.dj_skin_body {
    margin-top: 0px;
}

/* .footer a {
    color: rgba(141, 141, 141, 1);
} */

.scrollDiv ul {
    list-style-type: none;
    padding-left: 0px;
}

.scrollDiv {
    height: 43px;
    /* 必要元素 */
    line-height: 43px;
    overflow: hidden;
    /* 必要元素 */
    color: rgb(64 64 64);
    /*	background: rgba(250, 237, 228, 1);*/
    text-align: center;
    font-family: verdana;
}

.scrollDiv li {
    height: 43px;
    color: rgb(64 64 64);
    list-style-type: none;
}

@media only screen and (min-width: 750px) {
    .yf1 {
        display: block;
    }

    .yf2 {
        display: none;
    }

    .header__logo img {
        max-height: 70px !important;
    }

    .lazyloaded1 {
        max-width: 150%
    }

    .lorate_inventory_quantity {
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .WB2024 {
        max-width: 6%;
    }
}

@media (max-width: 750px) {
    .yf1 {
        display: none;
    }

    .yf2 {
        display: block;
    }

    .scrollDiv {
        height: 50px;
        /* 必要元素 */
    }

    .scrollDiv li {
        height: 50px;
    }

    .navigation-m__menu-wrap {
        font-size: 18px;
    }

    [data-section-id="header"] .navigation-m__menu {
        opacity: 0.9 !important;
    }

    .navigation-pc__third-menu-items {
        opacity: 0.6;
        font-size: 17px;
    }

    .lazyloaded1 {
        max-width: 100%
    }

    .lorate_inventory_quantity {
        margin-top: 3px;
        margin-bottom: 0px;
    }

    .WB2024 {
        max-width: 8%;
    }
}

@media (max-width: 767.98px) {
    .product-info__header_title {
        font-size: 1rem !important;
    }

    .header__logo img {
        max-height: 3.1875rem !important;
    }
}


#root {
    display: none !important;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slidee {
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    padding: 0 1.3rem;
    justify-content: center;
    font-size: 17px !important;
    height: 60px !important;
    background-color: #333333;
    position: relative;
}

.swiper-slidee a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.swiper-slidee:hover {
    cursor: pointer;
    background-color: #d90b0b;
}

.swiper-slidee.active {
    background-color: #d90b0b;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("arrow.png");
}

.mp {
    position: absolute;
    margin-top: -300px;
}

.swiper-container-fixed {
    position: fixed !important;
    top: 156px;
    width: 100%;
    z-index: 100;
    transition: top 0.5s;

}

.swiper-container-initialized {
    border-top: 1px solid #b0b0b0
}

.swiper-container-fixed-mobile {
    position: fixed !important;
    top: 162px;
    width: 100%;
    z-index: 100;
    transition: top 0.5s;
}



@media (max-width: 750px) {
   
    .swiper-container-fixed-mobile {
        top: 131px;
    }

    .swiper-slidee {
        width: 170px !important;
    }

    .swiper-container-fixed {
        top: 130px;
    }
}

.swiper-contain {
    background-color: #f4ebe4;
    background-size: 100% 100%;
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 102;
    overflow: hidden;
}

.swiper-item {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: none;
}




.fadeInUp {
    display: block;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.time-line3 {
    color: #000;
    padding: 7px 1px;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 14%;
    width: 175px;
    word-spacing: 20px;
    line-height: 18px;
}

.time {
    color: #000;
    padding: 21px 0;
    font-size: 13px;
    position: absolute;
    top: 10%;
    right: 22%;
    width: 175px;
    word-spacing: 16px;
    line-height: 26px;
}

@font-face {
    font-family: Georgia;
    src: url('https://single-site.oss-cn-hongkong.aliyuncs.com/fonts/Georgia.woff2');
}

@font-face {
    font-family: Arial;
    src: url('https://single-site.oss-cn-hongkong.aliyuncs.com/fonts/Arial.woff2');
}

@font-face {
    font-family: Baloo;
    src: url('https://single-site.oss-cn-hongkong.aliyuncs.com/fonts/Baloo2-Regular.woff2');
}

@font-face {
    font-family: 'Lucida Handwriting';
    src: url('https://single-site.oss-cn-hongkong.aliyuncs.com/fonts/Lucida Handwriting.woff2');
}

@font-face {
    font-family: 'Lucida Calligraphy';
    src: url('https://single-site.oss-cn-hongkong.aliyuncs.com/fonts/Lucida Calligraphy.woff2');
}

.plugin_entry_container_at_screen_left {
    display: none;
}

/* 设置抽屉购物车 图片预览的定位*/
#atc_container .cart__content .spec .modal .image-wrap {
    position: fixed;
}

/* #shopline-section-header {
    z-index: 3 !important;
}

#shopline-section-announcement-bar:not(.shopline-section-announcement-bar-sticky) {
    z-index: 3 !important;
} */