﻿.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container {
    width: 100%
}

.swiper-container .swiper-slide {
    width: 100%
}

.swiper-container .swiper-slide a {
    width: 100%;
    height: auto;
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}

.swiper-container .swiper-slide a.banner1 {
    background-image: url(../images/191205-banner3.gif)
}

.swiper-container .swiper-slide a.banner2 {
    background-image: url(../images/banner2.jpg)
}

.swiper-container .swiper-slide a.banner3 {
    background-image: url(../images/banner3.jpg)
}

.swiper-container .swiper-slide a.banner4 {
    background-image: url(../images/banner4.jpg)
}

.swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    width: 50px;
    height: 80px;
    margin-top: -40px
}

.swiper-container .swiper-button-prev {
    left: 120px;
    background: url(../images/prev.png) center no-repeat
}

.swiper-container .swiper-button-next {
    right: 120px;
    background: url(../images/next.png) center no-repeat
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.gallery-top {
    height: 80%;
    width: 100%
}

.index .pattern {
    margin-top: 110px
}

.index .pattern .pattern-title img {
    width: 100%;
    display: block
}

.index .pattern .pattern-banner {
    width: 100%;
    height: auto;
    margin: 50px 0 68px
}

.index .pattern .pattern-banner .swiper-slide {
    width: 100%;
    padding: 0 125px
}

.index .pattern .pattern-banner .swiper-slide .pattern-item {
    float: left;
    width: 23%;
    margin: 0 2.5% 0 0
}

.index .pattern .pattern-banner .swiper-slide .pattern-item .pattern-image {
    width: 100%;
    padding-top: 150%;
    background-color: #cbd5df;
    cursor: pointer;
    position: relative
}

.index .pattern .pattern-banner .swiper-slide .pattern-item .pattern-image .real-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #dbdbdb;
    border: 0
}

.index .pattern .pattern-banner .swiper-slide .pattern-item .pattern-image .real-con img {
    width: 100%;
    display: block;
    transform-origin: center;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: transform 1s
}

.index .pattern .pattern-banner .swiper-slide .pattern-item .pattern-image .real-con:hover {
    border: 5px solid #f52b10
}

.index .pattern .pattern-banner .swiper-slide .pattern-item .pattern-image .real-con:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.index .pattern .pattern-banner .swiper-slide .pattern-item .pattern-text .pattern-text-title {
    padding: 30px 0 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700
}

.index .pattern .pattern-banner .swiper-slide .pattern-item .pattern-text .pattern-text-introduce {
    color: #7b7b7d;
    font-size: 12px;
    line-height: 20px;
    text-align: center
}

.index .pattern .pattern-banner .swiper-slide .pattern-item:nth-of-type(4) {
    margin-right: 0
}

.index .pattern .pattern-banner .swiper-button-prev, .index .pattern .pattern-banner .swiper-button-next {
    width: 30px;
    height: 58px;
    margin-top: -110px
}

.index .pattern .pattern-banner .swiper-button-prev {
    left: 36px;
    background: url(../images/prev-pattern.png) center no-repeat
}

.index .pattern .pattern-banner .swiper-button-next {
    right: 36px;
    background: url(../images/next-pattern.png) center no-repeat
}

.index .pattern .pattern-more {
    width: 100%;
    height: 160px;
    line-height: 160px;
    background-color: #282828;
    text-align: center
}

.index .pattern .pattern-more a {
    display: inline-block;
    width: 180px;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    font-size: 16px
}

.index .pattern .pattern-more a:hover {
    color: #f52b10;
    font-style: italic;
    font-weight: bolder
}

.index .crowd {
    margin-top: 110px
}

.index .crowd .crowd-title {
    padding: 0 150px 50px
}

.index .crowd .crowd-title .crowd-title-con img {
    width: 100%;
    display: block
}

.index .crowd .crowd-content .crowd-force .crowd-force-item {
    float: left;
    width: 19.79%;
    margin-right: 1.5%;
    margin-bottom: 1.4%
}

.index .crowd .crowd-content .crowd-force .crowd-force-item .content {
    width: 100%;
    padding-top: 100%;
    position: relative
}

.index .crowd .crowd-content .crowd-force .crowd-force-item .content .real-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #ccc
}

.index .crowd .crowd-content .crowd-force .crowd-force-item .content .real-con.real-con-border {
    border: 0
}

.index .crowd .crowd-content .crowd-force .crowd-force-item .content .real-con img {
    width: 100%;
    display: block;
    transform-origin: center;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: transform 1s
}

.index .crowd .crowd-content .crowd-force .crowd-force-item .content .real-con:hover.real-con-border {
    border: 5px solid #f52b10
}

.index .crowd .crowd-content .crowd-force .crowd-force-item .content .real-con:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.index .crowd .crowd-content .crowd-force .crowd-force-item.crowd-force-item-big {
    width: 30.31%;
    height: 100%;
    margin-left: 2.6%;
    margin-right: 1.5%
}

.index .crowd .crowd-content .crowd-force .crowd-force-item.crowd-force-item-big .content {
    width: 100%;
    height: 100%;
    padding-top: 135%
}

.index .crowd .crowd-content .crowd-force .crowd-force-item.crowd-force-item-big .content .real-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.index .crowd .crowd-content .crowd-force .crowd-force-item.crowd-force-item-big .content .real-con .real-con-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    display: none
}

.index .crowd .crowd-content .crowd-force .crowd-force-item.crowd-force-item-big .content .real-con .text-con {
    width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-45%);
    cursor: pointer;
    z-index: 1
}

.index .crowd .crowd-content .crowd-force .crowd-force-item.crowd-force-item-big .content .real-con .text-con .fl {
    margin-left: 60px
}

.index .crowd .crowd-content .crowd-force .crowd-force-item.crowd-force-item-big .content .real-con .text-con .fl .p1 {
    font-size: 32px;
    padding-bottom: 20px
}

.index .crowd .crowd-content .crowd-force .crowd-force-item.crowd-force-item-big .content .real-con .text-con .fl .p2 {
    font-size: 20px;
    font-weight: lighter
}

.index .crowd .crowd-content .crowd-force .crowd-force-item.crowd-force-item-big .content .real-con .text-con .fr {
    margin-right: 40px;
    line-height: 88px
}

.index .crowd .crowd-content .crowd-force .crowd-force-item.crowd-force-item-big .content .real-con:hover .real-con-mask {
    display: block
}

.index .crowd .crowd-content .crowd-force .crowd-force-item.crowd-force-item-big .content .real-con:hover .fr {
    color: #f52b10;
    font-style: italic;
    font-weight: bolder
}

.index .crowd .crowd-content .crowd-else {
    padding: 0 50px;
    margin-top: 40px
}

.index .crowd .crowd-content .crowd-else .crowd-else-item {
    float: left;
    width: 23%;
    margin: 0 2.5% 0 0
}

.index .crowd .crowd-content .crowd-else .crowd-else-item .content {
    width: 100%;
    padding-top: 100%;
    position: relative
}

.index .crowd .crowd-content .crowd-else .crowd-else-item .content .real-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.index .crowd .crowd-content .crowd-else .crowd-else-item .content .real-con .real-con-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    display: none
}

.index .crowd .crowd-content .crowd-else .crowd-else-item .content .real-con .text-con {
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-45%);
    z-index: 1
}

.index .crowd .crowd-content .crowd-else .crowd-else-item .content .real-con .text-con .p1 {
    font-size: 32px;
    padding-bottom: 20px
}

.index .crowd .crowd-content .crowd-else .crowd-else-item .content .real-con .text-con .p2 {
    font-size: 20px;
    font-weight: lighter
}

.index .crowd .crowd-content .crowd-else .crowd-else-item .content .real-con .text-con .p3 {
    cursor: pointer
}

.index .crowd .crowd-content .crowd-else .crowd-else-item .content .real-con .text-more {
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    cursor: pointer
}

.index .crowd .crowd-content .crowd-else .crowd-else-item .content .real-con:hover .real-con-mask {
    display: block
}

.index .crowd .crowd-content .crowd-else .crowd-else-item .content .real-con:hover .text-more {
    color: #f52b10;
    font-style: italic;
    font-weight: 700
}

.index .crowd .crowd-content .crowd-else .crowd-else-item:nth-of-type(4) {
    margin-right: 0
}

.index .fabric-recommend {
    background-color: #282828;
    padding: 0 50px 50px;
    margin-top: 110px
}

.index .fabric-recommend .fabric-title {
    text-align: center;
    padding: 80px 0 50px
}

.index .fabric-recommend .fabric-title .fabric-title-con {
    width: 480px;
    display: inline-block
}

.index .fabric-recommend .fabric-title .fabric-title-con img {
    width: 100%;
    display: block
}

.index .fabric-recommend .fabric-content .fabric-item {
    float: left;
    width: 21%;
    margin: 0 2.5% 2.5% 0
}

.index .fabric-recommend .fabric-content .fabric-item .content {
    width: 100%;
    padding-top: 100%;
    position: relative
}

.index .fabric-recommend .fabric-content .fabric-item .content .real-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    overflow: hidden
}

.index .fabric-recommend .fabric-content .fabric-item .content .real-con:hover {
    color: #000
}

.index .fabric-recommend .fabric-content .fabric-item .content .real-con .con-image {
    width: 100%;
    height: 100%
}

.index .fabric-recommend .fabric-content .fabric-item .content .real-con .con-image img {
    display: block
}

.index .fabric-recommend .fabric-content .fabric-item .content .real-con .con-image img.width-max {
    width: 100%
}

.index .fabric-recommend .fabric-content .fabric-item .content .real-con .con-image img.height-max {
    height: 100%
}

.index .fabric-recommend .fabric-content .fabric-item .content .real-con .con-introduce {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    line-height: 100px;
    background-color: #f5f7f9;
    box-shadow: 0 -1px 2px #ccc;
    opacity: .9
}

.index .fabric-recommend .fabric-content .fabric-item .content .real-con .con-introduce:hover .fr {
    color: #f52b10;
    font-style: italic;
    font-weight: 700
}

.index .fabric-recommend .fabric-content .fabric-item .content .real-con .con-introduce .text-ch {
    font-size: 28px;
    font-weight: 700;
    margin: 0 20px;
    vertical-align: text-top
}

.index .fabric-recommend .fabric-content .fabric-item .content .real-con .con-introduce .text-en {
    font-size: 18px
}

.index .fabric-recommend .fabric-content .fabric-item .content .real-con .con-introduce .fr {
    font-size: 14px;
    margin-right: 20px
}

.index .fabric-recommend .fabric-content .fabric-item.fabric-item-big {
    float: right;
    width: 29%;
    height: 100%;
    margin: 0
}

.index .fabric-recommend .fabric-content .fabric-item.fabric-item-big .content {
    width: 100%;
    height: 100%;
    padding-top: 153.5%
}

.index .fashion {
    padding: 110px 50px 150px
}

.index .fashion .fashion-title {
    padding: 0 150px 50px
}

.index .fashion .fashion-title .fashion-title-con img {
    width: 100%;
    display: block
}

.index .fashion .fashion-content .fashion-item {
    float: left;
    width: 23%;
    margin: 0 2.5% 2.5% 0
}

.index .fashion .fashion-content .fashion-item .content {
    width: 100%;
    padding-top: 100%;
    position: relative
}

.index .fashion .fashion-content .fashion-item .content .real-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.index .fashion .fashion-content .fashion-item .content .real-con .real-con-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    display: none
}

.index .fashion .fashion-content .fashion-item .content .real-con .text-con {
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-45%);
    z-index: 1
}

.index .fashion .fashion-content .fashion-item .content .real-con .text-con .p1 {
    font-size: 32px;
    padding-bottom: 20px
}

.index .fashion .fashion-content .fashion-item .content .real-con .text-con .p2 {
    font-size: 20px;
    font-weight: lighter
}

.index .fashion .fashion-content .fashion-item .content .real-con .text-more {
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    cursor: pointer
}

.index .fashion .fashion-content .fashion-item .content .real-con.all-style {
    background-color: #282828
}

.index .fashion .fashion-content .fashion-item .content .real-con:hover .real-con-mask {
    display: block
}

.index .fashion .fashion-content .fashion-item .content .real-con:hover .text-con .p3, .index .fashion .fashion-content .fashion-item .content .real-con:hover .text-more {
    color: #f52b10;
    font-style: italic;
    font-weight: 700
}

.index .fashion .fashion-content .fashion-item:nth-of-type(4n) {
    margin-right: 0
}

.index .footer2 {
    width: 100%;
    height: 330px
}

.index .footer2 .logo-box {
    width: 100%;
    height: 270px;
    background: url(../images/f-logo.png) center no-repeat #333;
    padding-top: 177px
}

.index .footer2 .logo-box p {
    text-align: center;
    color: #777
}

.index .footer2 .logo-box p.customer-service-center {
    font-size: 16px;
    line-height: 40px
}

.index .footer2 .logo-box p.customer-service-center span {
    vertical-align: middle;
    font-size: 28px;
    color: #f3f3f3;
    padding-left: 22px
}

.index .footer2 .logo-box p.business-hours {
    font-size: 12px
}

.index .footer2 .foot {
    font-size: 16px;
    width: 100%;
    height: 60px;
    padding-top: 22px;
    background-color: #292929
}

.index .footer2 .foot a {
    color: #434343
}

.index .footer2 .foot .tab {
    width: 120px;
    height: 16px;
    text-align: center;
    line-height: 16px
}

.index .footer2 .foot .tab a {
    color: #888
}

.index .footer2 .foot .reserve {
    height: 16px;
    margin-left: 50px;
    text-align: center;
    line-height: 16px
}

.index .footer2 .foot .br {
    border-right: 2px solid #434343
}

@media screen and (min-width: 1800px) {
    .custom_all .head .wrap1 {
        width: 1800px
    }

    .custom_all .head .wrap1 .tel-head {
        margin-right: 100px
    }

    .custom_all .orderNum {
        width: 1800px;
        height: 102px;
        margin: 40px auto 0;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000
    }

    .custom_all .orderNum .numBox {
        width: 780px;
        height: 85px;
        margin: 15px auto 0
    }

    .custom_all .orderNum .numBox .tit {
        width: 380px;
        height: 85px;
        font-size: 41px;
        letter-spacing: 10px;
        line-height: 60px
    }

    .custom_all .orderNum .numBox .dataNums {
        width: 400px;
        height: 85px;
        margin: 0 auto;
        text-align: center
    }

    .custom_all .orderNum .numBox .dataNums .num {
        width: 100%;
        height: 60px;
        position: relative
    }

    .custom_all .orderNum .numBox .dataNums .num .numBack {
        width: 36px;
        height: 60px;
        background-color: #ececee;
        margin-right: 3px;
        line-height: 60px;
        font-size: 50px;
        text-align: center;
        font-weight: 700
    }

    .custom_all .orderNum .numBox .dataNums .num .split {
        width: 16px;
        height: 60px;
        margin-right: 3px;
        line-height: 60px;
        font-size: 50px;
        background-color: #fff;
        text-align: center;
        font-weight: 700
    }

    .custom_all .orderNum .numBox .dataNums .num .wlIne {
        position: absolute;
        left: 0;
        top: 30px;
        width: 100%;
        height: 1px;
        background-color: #fff
    }

    .custom_all .orderNum .numBox .dataNums .eng {
        line-height: 20px;
        width: 400px;
        height: 20px;
        margin: 0 auto;
        font-size: 12px
    }

    .custom_all .orderNum .numBox .dataNums .eng .ml1 {
        margin-left: 38px
    }

    .custom_all .orderNum .numBox .dataNums .eng .ml2 {
        margin-left: 89px
    }

    .custom_all .orderNum .numBox .dataNums .eng .ml3 {
        margin-left: 80px
    }

    .custom_all .floor {
        height: 700px;
        width: 1800px;
        margin: 0 auto;
        overflow: hidden;
        background-size: cover
    }

    .custom_all .floor .circle {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        background-color: #fff
    }

    .custom_all .floor .circle .swiper-slide {
        background-size: cover;
        background-position: center
    }

    .custom_all .floor .circle .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%
    }

    .custom_all .floor .circle .gallery-top {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%
    }

    .custom_all .content {
        width: 1800px;
        height: auto;
        margin: 0 auto 100px
    }

    .custom_all .content .mr50 {
        margin-top: 50px !important
    }

    .custom_all .content .prods {
        width: 100%;
        margin-top: 150px
    }

    .custom_all .content .prods .tit {
        width: 100%;
        height: auto;
        text-align: center;
        margin: 40px auto
    }

    .custom_all .content .prods .tit .t1 {
        line-height: 40px;
        font-size: 24px;
        letter-spacing: 3px
    }

    .custom_all .content .prods .tit .t2 {
        line-height: 50px;
        font-size: 50px;
        letter-spacing: 10px;
        font-weight: 700
    }

    .custom_all .content .prods .tit .t3 {
        color: #b3b3b3;
        font-size: 14px;
        line-height: 30px
    }

    .custom_all .content .prods .mt2 {
        margin-bottom: 20px
    }

    .custom_all .content .prods a:hover {
        color: #f52b10;
        font-style: italic;
        font-weight: 700
    }

    .custom_all .content .prods .prod-sty1 {
        width: 100%;
        height: auto
    }

    .custom_all .content .prods .prod-sty1 .wool {
        width: 890px;
        height: 510px;
        border: 1px solid #ccc
    }

    .custom_all .content .prods .prod-sty1 .wool img {
        width: 100%;
        height: 100%
    }

    .custom_all .content .prods .prod-sty1 .prod {
        width: 890px;
        height: 510px;
        padding: 70px 100px;
        border: 1px solid #ccc
    }

    .custom_all .content .prods .prod-sty1 .prod .pic {
        width: 450px;
        height: 380px;
        background-color: #ccc
    }

    .custom_all .content .prods .prod-sty1 .prod .des .p1 {
        font-size: 30px;
        line-height: 40px
    }

    .custom_all .content .prods .prod-sty1 .prod .des .p2 {
        font-size: 16px;
        line-height: 30px
    }

    .custom_all .content .prods .prod-sty1 .prod .des .price {
        font-size: 30px
    }

    .custom_all .content .prods .prod-sty1 .prod .des .mt {
        margin-top: 20px
    }

    .custom_all .content .prods .prod-sty2 {
        width: 100%;
        height: auto
    }

    .custom_all .content .prods .prod-sty2 .main-prod {
        width: 610px;
        height: 720px;
        border: 1px solid #ccc
    }

    .custom_all .content .prods .prod-sty2 .main-prod .pic {
        width: 100%;
        height: 560px;
        background-color: #ccc
    }

    .custom_all .content .prods .prod-sty2 .main-prod .des {
        text-align: center;
        padding-top: 0;
        line-height: 30px
    }

    .custom_all .content .prods .prod-sty2 .main-prod .des .p1 {
        font-size: 30px;
        line-height: 50px
    }

    .custom_all .content .prods .prod-sty2 .main-prod .des .p2 {
        font-size: 16px
    }

    .custom_all .content .prods .prod-sty2 .main-prod .des .price {
        font-size: 30px
    }

    .custom_all .content .prods .prod-sty2 .example-prod {
        width: 1170px;
        height: 720px
    }

    .custom_all .content .prods .prod-sty2 .example-prod .prod {
        width: 375px;
        height: 345px;
        border: 1px solid #ccc
    }

    .custom_all .content .prods .prod-sty2 .example-prod .prod .pic {
        width: 100%;
        height: 260px;
        margin-top: 20px;
        background-color: #ccc
    }

    .custom_all .content .prods .prod-sty2 .example-prod .prod .des {
        text-align: center;
        line-height: 20px;
        padding-top: 13px;
        font-size: 16px
    }

    .custom_all .content .prods .prod-sty2 .example-prod .mar {
        margin: 0 22px 30px 0
    }
    .custom_all .content .prods .prod-sty2 .example-prod ul li:nth-child(3n){
        margin: 0 0px 30px 0
    }
    .custom_all .content .prods .prod-sty3 {
        width: 100%;
        height: auto
    }

    .custom_all .content .prods .prod-sty3 .prod {
        width: 430px;
        height: 580px;
        border: 1px solid #ccc
    }

    .custom_all .content .prods .prod-sty3 .prod .pic {
        width: 100%;
        height: 420px;
        margin-top: 40px;
        background-color: #ccc
    }

    .custom_all .content .prods .prod-sty3 .prod .des {
        text-align: center;
        padding-top: 20px;
        line-height: 30px
    }

    .custom_all .content .prods .prod-sty3 .prod .des .p1 {
        font-size: 23px;
        line-height: 40px
    }

    .custom_all .content .prods .prod-sty3 .prod .des .p2 {
        font-weight: 700;
        font-size: 16px
    }

    .custom_all .content .prods .prod-sty3 .mr {
        margin-right: 26px
    }

    .custom_all .content .prods .prod-sty4 {
        width: 100%;
        height: auto
    }

    .custom_all .content .prods .prod-sty4 .prod1 {
        width: 610px;
        height: 345px;
        border: 1px solid #ccc
    }

    .custom_all .content .prods .prod-sty4 .prod1 .pic {
        width: 100%;
        height: 280px;
        margin-top: 0;
        background-color: #ccc
    }

    .custom_all .content .prods .prod-sty4 .prod1 .des {
        text-align: center;
        padding-top: 10px;
        line-height: 23px
    }

    .custom_all .content .prods .prod-sty4 .prod1 .des .p1 {
        font-size: 16px
    }

    .custom_all .content .prods .prod-sty4 .prod1 .des .p2 {
        font-size: 16px
    }

    .custom_all .content .prods .prod-sty4 .prod2 {
        width: 375px;
        height: 345px;
        border: 1px solid #ccc
    }
    .custom_all .content .prods .prod-sty4 .prod2:nth-child(8n+1){
        width: 610px;
    }
    .custom_all .content .prods .prod-sty4 .prod2:nth-child(4n){
        margin-right: 0;
    }
    .custom_all .content .prods .prod-sty4 .prod2:nth-child(8n){
        width: 610px;
    }
    .custom_all .content .prods .prod-sty4 .prod2 .pic {
        width: 100%;
        height: 260px;
        margin-top: 20px;
        background-color: #ccc
    }

    .custom_all .content .prods .prod-sty4 .prod2 .des {
        text-align: center;
        padding-top: 10px;
        line-height: 23px
    }

    .custom_all .content .prods .prod-sty4 .prod2 .des .p1 {
        font-size: 16px
    }

    .custom_all .content .prods .prod-sty4 .prod2 .des .p2 {
        font-size: 16px
    }

    .custom_all .content .prods .prod-sty4 .mr {
        margin-right: 21px;
        margin-top: 21px;
    }

    .custom_all .content .prods .prod-sty5 .prod {
        width: 580px;
        height: 580px;
        border: 1px solid #ccc
    }

    .custom_all .content .prods .prod-sty5 .prod .pic {
        width: 100%;
        height: 100%;
        background-color: #ccc
    }

    .custom_all .content .prods .prod-sty5 .mr {
        margin-right: 30px
    }

    .custom_all .content .prods .prod-sty6 .prod {
        width: 100%;
        height: 700px;
        border: 1px solid #ccc
    }

    .custom_all .content .prods .prod-sty6 .prod .pic {
        width: 100%;
        height: 100%;
        background-color: #ccc
    }

    .custom_all .content .prods .prod-sty7 .prod {
        width: 240px;
        height: 230px;
        border: 1px solid #ccc
    }

    .custom_all .content .prods .prod-sty7 .prod .pic {
        width: 100%;
        height: 140px
    }

    .custom_all .content .prods .prod-sty7 .prod .btn1 {
        background: url(../images/btn1.png) center no-repeat
    }

    .custom_all .content .prods .prod-sty7 .prod .btn2 {
        background: url(../images/btn2.png) center no-repeat
    }

    .custom_all .content .prods .prod-sty7 .prod .btn3 {
        background: url(../images/btn3.png) center no-repeat
    }

    .custom_all .content .prods .prod-sty7 .prod .btn4 {
        background: url(../images/btn4.png) center no-repeat
    }

    .custom_all .content .prods .prod-sty7 .prod .btn5 {
        background: url(../images/btn5.png) center no-repeat
    }

    .custom_all .content .prods .prod-sty7 .prod .des {
        text-align: center
    }

    .custom_all .content .prods .prod-sty7 .prod .des .p1 {
        color: #616161;
        line-height: 30px;
        font-size: 16px
    }

    .custom_all .content .prods .prod-sty7 .prod .des .p2 {
        color: #b3b3b3;
        line-height: 20px;
        font-size: 13px
    }

    .custom_all .content .prods .prod-sty7 .mr {
        margin-right: 90px
    }

    .custom_all .content .prods .pad1 {
        padding-left: 450px
    }

    .custom_all .content .prods .pad2 {
        padding-left: 285px
    }

    .custom_all .footer2 {
        width: 100%;
        height: 330px
    }

    .custom_all .footer2 .logo-box {
        width: 100%;
        height: 270px;
        background: url(../images/f-logo.png) center no-repeat #333;
        background-size: 500px;

    }

    .custom_all .footer2 .foot {
        font-size: 16px;
        width: 100%;
        height: 60px;
        padding-top: 22px;
        background-color: #292929
    }

    .custom_all .footer2 .foot a {
        color: #434343
    }

    .custom_all .footer2 .foot .tab {
        width: 120px;
        height: 16px;
        text-align: center;
        line-height: 16px
    }

    .custom_all .footer2 .foot .tab a {
        color: #888
    }

    .custom_all .footer2 .foot .reserve {
        height: 16px;
        margin-left: 50px;
        text-align: center;
        line-height: 16px
    }

    .custom_all .footer2 .foot .br {
        border-right: 2px solid #434343
    }
}

@media screen and (max-width: 1800px) {
    .custom_all .orderNum {
        width: 1200px;
        height: 102px;
        margin: 40px auto 0;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000
    }

    .custom_all .orderNum .numBox {
        width: 780px;
        height: 85px;
        margin: 15px auto 0
    }

    .custom_all .orderNum .numBox .tit {
        width: 380px;
        height: 85px;
        font-size: 41px;
        letter-spacing: 10px;
        line-height: 60px
    }

    .custom_all .orderNum .numBox .dataNums {
        width: 400px;
        height: 85px;
        margin: 0 auto;
        text-align: center
    }

    .custom_all .orderNum .numBox .dataNums .num {
        width: 100%;
        height: 60px;
        position: relative
    }

    .custom_all .orderNum .numBox .dataNums .num .numBack {
        width: 36px;
        height: 60px;
        background-color: #ececee;
        margin-right: 3px;
        line-height: 60px;
        font-size: 50px;
        text-align: center;
        font-weight: 700
    }

    .custom_all .orderNum .numBox .dataNums .num .split {
        width: 16px;
        height: 60px;
        margin-right: 3px;
        line-height: 60px;
        font-size: 50px;
        background-color: #fff;
        text-align: center;
        font-weight: 700
    }

    .custom_all .orderNum .numBox .dataNums .num .wlIne {
        position: absolute;
        left: 0;
        top: 30px;
        width: 100%;
        height: 1px;
        background-color: #fff
    }

    .custom_all .orderNum .numBox .dataNums .eng {
        line-height: 20px;
        width: 400px;
        height: 20px;
        margin: 0 auto;
        font-size: 12px
    }

    .custom_all .orderNum .numBox .dataNums .eng .ml1 {
        margin-left: 38px
    }

    .custom_all .orderNum .numBox .dataNums .eng .ml2 {
        margin-left: 89px
    }

    .custom_all .orderNum .numBox .dataNums .eng .ml3 {
        margin-left: 80px
    }

    .custom_all .floor {
        width: 1200px;
        height: 540px;
        margin: 0 auto;
        overflow: hidden;
        background-size: cover !important
    }

    .custom_all .floor .circle {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        background-color: #fff
    }

    .custom_all .floor .circle .swiper-slide {
        background-size: cover !important;
        background-position: center
    }

    .custom_all .floor .circle .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%
    }

    .custom_all .floor .circle .gallery-top {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%
    }

    .custom_all .content {
        width: 1200px;
        height: auto;
        margin: 0 auto 100px
    }

    .custom_all .content .mr50 {
        margin-top: 30px !important
    }

    .custom_all .content .prods {
        width: 100%;
        margin-top: 100px
    }

    .custom_all .content .prods .tit {
        width: 100%;
        height: auto;
        text-align: center;
        margin: 40px auto
    }

    .custom_all .content .prods .tit .t1 {
        line-height: 40px;
        font-size: 24px;
        letter-spacing: 3px
    }

    .custom_all .content .prods .tit .t2 {
        line-height: 50px;
        font-size: 50px;
        letter-spacing: 10px;
        font-weight: 700
    }

    .custom_all .content .prods .tit .t3 {
        color: #b3b3b3;
        font-size: 14px;
        line-height: 30px
    }

    .custom_all .content .prods .mt2 {
        margin-bottom: 20px
    }

    .custom_all .content .prods .prod-sty1 {
        width: 100%;
        height: auto
    }

    .custom_all .content .prods .prod-sty1 .wool {
        width: 590px;
        height: 400px;
        border: 1px solid #ccc
    }

    .custom_all .content .prods .prod-sty1 .wool img {
        width: 100%;
        height: 100%
    }

    .custom_all .content .prods .prod-sty1 .prod {
        width: 590px;
        height: 400px;
        padding: 70px 50px;
        border: 1px solid #ccc
    }

    .custom_all .content .prods .prod-sty1 .prod .pic {
        width: 280px;
        height: 280px;
        background-color: #ccc
    }

    .custom_all .content .prods .prod-sty1 .prod .des .p1 {
        font-size: 30px;
        line-height: 40px
    }

    .custom_all .content .prods .prod-sty1 .prod .des .p2 {
        font-size: 16px;
        line-height: 30px
    }

    .custom_all .content .prods .prod-sty1 .prod .des .price {
        font-size: 30px
    }

    .custom_all .content .prods .prod-sty1 .prod .des .mt {
        margin-top: 20px
    }

    .custom_all .content .prods a:hover {
        color: #f52b10;
        font-style: italic;
        font-weight: 700
    }

    .custom_all .content .prods .prod-sty2 {
        width: 100%;
        height: auto
    }

    .custom_all .content .prods .prod-sty2 .main-prod {
        width: 350px;
        height: 510px;
        border: 1px solid #ccc
    }

    .custom_all .content .prods .prod-sty2 .main-prod .pic {
        width: 100%;
        height: 360px;
        background-color: #ccc;
        background-size: 300px !important
    }

    .custom_all .content .prods .prod-sty2 .main-prod .des {
        text-align: center;
        padding-top: 0;
        line-height: 30px
    }

    .custom_all .content .prods .prod-sty2 .main-prod .des .p1 {
        font-size: 30px;
        line-height: 50px
    }

    .custom_all .content .prods .prod-sty2 .main-prod .des .p2 {
        font-size: 16px
    }

    .custom_all .content .prods .prod-sty2 .main-prod .des .price {
        font-size: 30px
    }

    .custom_all .content .prods .prod-sty2 .example-prod {
        width: 824px;
        height: 510px
    }

    .custom_all .content .prods .prod-sty2 .example-prod .prod {
        width: 260px;
        height: 245px;
        border: 1px solid #ccc
    }
    .custom_all .content .prods .prod-sty2 .example-prod .prod:nth-child(3n){
        margin-right: 0;
    }
    .custom_all .content .prods .prod-sty2 .example-prod .prod .pic {
        width: 100%;
        height: 175px;
        margin-top: 5px;
        background-size: 145px !important;
        background-color: #ccc
    }

    .custom_all .content .prods .prod-sty2 .example-prod .prod .pic-cus {
        background-size: 110px !important
    }

    .custom_all .content .prods .prod-sty2 .example-prod .prod .pic-cus2 {
        background-size: 190px !important
    }

    .custom_all .content .prods .prod-sty2 .example-prod .prod .des {
        text-align: center;
        line-height: 20px;
        padding-top: 13px;
        font-size: 15px
    }

    .custom_all .content .prods .prod-sty2 .example-prod .mar {
        margin: 0 22px 20px 0
    }

    .custom_all .content .prods .prod-sty3 {
        width: 100%;
        height: auto
    }

    .custom_all .content .prods .prod-sty3 .prod {
        width: 285px;
        height: 300px;
        border: 1px solid #ccc
    }

    .custom_all .content .prods .prod-sty3 .prod .pic {
        width: 100%;
        height: 200px;
        margin-top: 20px;
        background-size: 150px !important;
        background-color: #ccc
    }

    .custom_all .content .prods .prod-sty3 .prod .des {
        text-align: center;
        padding-top: 10px;
        line-height: 30px
    }

    .custom_all .content .prods .prod-sty3 .prod .des .p1 {
        font-size: 20px;
        line-height: 30px
    }

    .custom_all .content .prods .prod-sty3 .prod .des .p2 {
        font-weight: 700;
        font-size: 14px
    }

    .custom_all .content .prods .prod-sty3 .mr {
        margin-right: 20px
    }

    .custom_all .content .prods .prod-sty4 {
        width: 100%;
        height: auto
    }

    .custom_all .content .prods .prod-sty4 .prod1 {
        width: 350px;
        height: 240px;
        border: 1px solid #ccc
    }

    .custom_all .content .prods .prod-sty4 .prod1 .pic {
        width: 100%;
        height: 180px;
        background-size: 260px !important;
        margin-top: 0;
        background-color: #ccc
    }

    .custom_all .content .prods .prod-sty4 .prod1 .des {
        text-align: center;
        line-height: 23px
    }

    .custom_all .content .prods .prod-sty4 .prod1 .des .p1 {
        font-size: 15px
    }

    .custom_all .content .prods .prod-sty4 .prod1 .des .p2 {
        font-size: 15px
    }

    .custom_all .content .prods .prod-sty4 .prod2 {
        width: 265px;
        height: 240px;
        border: 1px solid #ccc
    }
    .custom_all .content .prods .prod-sty4 .prod2:nth-child(8n+1){
        width: 350px;
    }
    .custom_all .content .prods .prod-sty4 .prod2:nth-child(4n){
        margin-right: 0;
    }
    .custom_all .content .prods .prod-sty4 .prod2:nth-child(8n){
        width: 350px;
    }
    .custom_all .content .prods .prod-sty4 .prod2 .pic {
        width: 100%;
        height: 180px;
        background-size: 150px !important;
        background-color: #ccc;
        margin-top: 10px
    }

    .custom_all .content .prods .prod-sty4 .prod2 .pic-cus {
        background-size: 170px !important
    }

    .custom_all .content .prods .prod-sty4 .prod2 .des {
        text-align: center;
        line-height: 23px
    }

    .custom_all .content .prods .prod-sty4 .prod2 .des .p1 {
        font-size: 15px
    }

    .custom_all .content .prods .prod-sty4 .prod2 .des .p2 {
        font-size: 15px
    }

    .custom_all .content .prods .prod-sty4 .mr {
        margin-right: 18px;
        margin-top: 18px;
    }

    .custom_all .content .prods .prod-sty5 .prod {
        width: 380px;
        height: 390px;
        border: 1px solid #ccc
    }

    .custom_all .content .prods .prod-sty5 .prod .pic {
        width: 100%;
        height: 100%;
        background-size: cover !important;
        background-color: #ccc
    }

    .custom_all .content .prods .prod-sty5 .mr {
        margin-right: 30px
    }

    .custom_all .content .prods .prod-sty6 .prod {
        width: 100%;
        height: 465px;
        border: 1px solid #ccc
    }

    .custom_all .content .prods .prod-sty6 .prod .pic {
        width: 100%;
        height: 100%;
        background-size: cover !important;
        background-color: #ccc
    }

    .custom_all .content .prods .prod-sty7 .prod {
        width: 240px;
        height: 230px;
        border: 1px solid #ccc
    }

    .custom_all .content .prods .prod-sty7 .prod .pic {
        width: 100%;
        height: 140px
    }

    .custom_all .content .prods .prod-sty7 .prod .btn1 {
        background: url(../images/btn1.png) center no-repeat
    }

    .custom_all .content .prods .prod-sty7 .prod .btn2 {
        background: url(../images/btn2.png) center no-repeat
    }

    .custom_all .content .prods .prod-sty7 .prod .btn3 {
        background: url(../images/btn3.png) center no-repeat
    }

    .custom_all .content .prods .prod-sty7 .prod .btn4 {
        background: url(../images/btn4.png) center no-repeat
    }

    .custom_all .content .prods .prod-sty7 .prod .btn5 {
        background: url(../images/btn5.png) center no-repeat
    }

    .custom_all .content .prods .prod-sty7 .prod .des {
        text-align: center
    }

    .custom_all .content .prods .prod-sty7 .prod .des .p1 {
        color: #616161;
        line-height: 30px;
        font-size: 16px
    }

    .custom_all .content .prods .prod-sty7 .prod .des .p2 {
        color: #b3b3b3;
        line-height: 20px;
        font-size: 13px
    }

    .custom_all .content .prods .prod-sty7 .mr {
        margin-right: 80px
    }

    .custom_all .content .prods .pad1 {
        padding-left: 160px
    }

    .custom_all .content .prods .pad2 {
        padding-left: 0
    }

    .custom_all .footer2 {
        width: 100%;
        height: 330px
    }

    .custom_all .footer2 .logo-box {
        width: 100%;
        height: 270px;
        background: url(../images/f-logo.png) center no-repeat #333;
        background-size: 400px;
    }

    .custom_all .footer2 .foot {
        font-size: 16px;
        width: 100%;
        height: 60px;
        padding-top: 22px;
        background-color: #292929
    }

    .custom_all .footer2 .foot a {
        color: #434343
    }

    .custom_all .footer2 .foot .tab {
        width: 120px;
        height: 16px;
        text-align: center;
        line-height: 16px
    }

    .custom_all .footer2 .foot .tab a {
        color: #888
    }

    .custom_all .footer2 .foot .reserve {
        height: 16px;
        margin-left: 50px;
        text-align: center;
        line-height: 16px
    }

    .custom_all .footer2 .foot .br {
        border-right: 2px solid #434343
    }
}

html {
    font-family: "Microsoft YaHei" !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: #000;
    text-decoration: none
}

a:active, a:hover {
    outline: 0;
    color: #e8351b
}

.btn {
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none
}

body {
    font-family: Microsoft Yahei, Arial, Helvetica, sans-serif
}

.mt1 {
    margin-top: 10px !important
}

.mt2 {
    margin-top: 20px !important
}

.mt3 {
    margin-top: 30px !important
}

.mb1 {
    margin-bottom: 10px !important
}

.mb2 {
    margin-bottom: 20px !important
}

.mb3 {
    margin-bottom: 30px !important
}

.mr70 {
    margin-right: 70px
}

.mr20 {
    margin-right: 20px
}

.pt1 {
    padding-top: 10px !important
}

.pl0 {
    padding-left: 0 !important
}

.p5 {
    padding: 5px !important
}

.p10 {
    padding: 10px !important
}

.p15 {
    padding: 15px !important
}

.p20 {
    padding: 20px !important
}

.f16 {
    font-size: 16px
}

.navbar {
    border: 0 !important
}

.cursorHand {
    cursor: pointer;
    cursor: hand;
    text-decoration: none
}

.btn-sty {
    background: #e8351b;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    cursor: pointer
}

.btn-sty:hover {
    background: #d7240a;
    color: #fff
}

.un-sty {
    background: #b0b0b0 !important;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff !important;
    cursor: not-allowed
}

.un-sty:hover {
    background: #a09d9d;
    color: #fff
}

.btn-Delete {
    background: #e8351b;
    padding: 8px;
    color: #fff
}

.btn-Delete:hover {
    background: #e8351b;
    padding: 8px;
    color: #fff
}

.cursorHand:hover {
    text-decoration: none
}

.underline {
    text-decoration: underline;
    cursor: pointer
}

.btn-book {
    text-align: center;
    border: 1px solid #e8351b;
    color: #e8351b !important;
    cursor: pointer
}

.btn-book:hover {
    background-color: #e8351b;
    color: #fff !important
}

.clearfix {
    clear: both
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "
}

html[xmlns] .clearfix {
    display: block
}

* html .clearfix {
    height: 1%
}

body, html {
    width: 100%;
    min-width: 1200px
}

.ms-controller, [ms-controller] {
    display: none
}

.mass_sys_log {
    display: none
}

.dn {
    display: none
}

.ofh {
    overflow: hidden
}

.text-overflow {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden
}

body {
    font-family: "Microsoft YaHei" !important
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 400
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input, textarea, select {
    font-size: 100%
}

legend {
    color: #000
}

#yui3-css-stamp.cssreset-context {
    display: none
}

a:focus {
    outline: 0
}

.mr-min-height {
    min-height: 900px
}

.f_pr {
    position: relative
}

.wrap {
    width: 1100px;
    margin: 0 auto
}

.wrap1 {
    width: 1200px;
    margin: 0 auto
}

.margin0 {
    margin-left: 0;
    margin-right: 0
}

.mr-footer {
    color: #fff;
    padding: 60px 0 50px;
    background-color: #333;
    text-align: left
}

.mr-footer .mr-logo {
    padding: 0 15px;
    width: 120px
}

.mr-footer .mr-logo p {
    font-size: 20px;
    padding-top: 20px;
    color: #fff;
    text-align: center;
    width: 90px
}

.mr-foot-s {
    background: #000
}

.mr-foot-s .mr-wrap-s {
    color: #ccc;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    text-align: center
}

.mr-nav-foot {
}

.mr-other {
    padding-left: 20px
}

.mr-nav-foot .fd-hover:hover {
    color: #fff
}

.mr-other .mr-a {
    display: block;
    width: 170px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #ccc;
    padding-left: 40px;
    margin-bottom: 25px;
    cursor: pointer
}

.mr-other .mr-qq {
    background: url(....../images/mr-talk.png) 0 0 no-repeat
}

.mr-other .mr-sina {
    background: url(/images/mr-talk.png) 0 -55px no-repeat
}

.mr-other .mr-wei {
    background: url(/images/mr-talk.png) 0 -111px no-repeat
}

.mr-nav-foot .td, .mr-other .td {
    display: block;
    font-size: 16px;
    padding-bottom: 35px;
    color: #fff
}

.mr-nav-foot .tb {
    display: block;
    font-size: 16px;
    color: #ccc;
    cursor: pointer;
    height: 30px;
    line-height: 30px
}

.mr-weixin {
    margin-left: 85px
}

.mr-weixin .mr-weixin-p {
    color: #fff;
    width: 180px;
    text-align: center;
    padding-top: 18px;
    font-size: 14px
}

.mr-nav-foot ul {
    margin-left: 100px
}

.sign-foot-out {
    border-top: 1px solid #dcdcdc;
    background-color: #fff
}

.sign-foot-out .sign-foot {
    padding: 20px 0 70px
}

.image-wrap2 {
    position: relative;
    width: 100%;
    height: 100%;
    display: block
}

.picImage-wrap {
    background: url(..../images/loading2.gif) no-repeat center center;
    background-size: 50px
}

.image-wrap2 img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #fff
}

.whatCurtom {
    width: 100%;
    height: 310px
}

.whatCurtom .loadUp {
}

.whatCurtom .loadUp .uploadPic {
    width: 100%;
    height: 250px;
    margin: 15px 0
}

.whatCurtom .loadUp .uploadPic img {
    height: 250px
}

.whatCurtom .loadUp p {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-left: 62px;
    color: #999;
    font-size: 12px
}

.image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    background: url(/images/loading2.gif) no-repeat center center;
    background-size: 20%
}

.image-wrap img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    min-height: 20px;
    min-width: 20px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #fff
}

.cus-bac {
    background-color: #f5f5f5 !important
}

.box-fill-by-width img {
    width: 100% !important;
    height: auto !important;
    max-height: none
}

.box-fill-by-height img {
    height: 100% !important;
    width: auto !important;
    max-width: none !important
}

.pager-wrap {
    clear: both;
    padding: 20px 0;
    float: right
}

.foot-bg {
    background-color: #fff;
    border-top: 1px solid #dcdcdc;
    padding-top: 20px
}

.c-pic .image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: block
}

.c-pic .image-wrap img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.activity {
    background: url(../images/ttt.jpg) no-repeat center center;
    height: 120px;
    width: 100%
}

.bor {
    width: 320px;
    height: 330px;
    border: 1px solid #e4e4e4;
    background: #fff;
    box-shadow: 0 0 10px 1px #ddd
}

.bor .pic1 {
    width: 40px;
    height: 37px;
    float: left;
    background: url(../images/person.png) no-repeat center center
}

.bor .pic2 {
    width: 40px;
    height: 37px;
    float: left;
    background: url(../images/key.png) no-repeat center center
}

.pic1 {
    width: 40px;
    height: 37px;
    float: left;
    background: url(../images/person.png) no-repeat center center;
    border-bottom: 1px solid #c8c9ca;
    border-top: 1px solid #c8c9ca;
    border-left: 1px solid #c8c9ca
}

.pic2 {
    width: 40px;
    height: 37px;
    float: left;
    background: url(../images/key.png) no-repeat center center;
    border-bottom: 1px solid #c8c9ca;
    border-top: 1px solid #c8c9ca;
    border-left: 1px solid #c8c9ca
}

.binding {
    color: #bd1c21;
    font-weight: 700
}

.resize {
    border: 1px solid #bd1c21;
    border-radius: 2px;
    color: #bd1c21;
    font-weight: 700;
    padding: 2px 10px
}

.sty-color {
    color: #e8351b !important
}

.tl {
    text-align: left
}

.tc {
    text-align: center
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}

.bold {
    font-weight: 700
}

.main {
    min-height: 900px
}

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

.uncan {
    cursor: not-allowed;
    background-color: #ccc !important;
    color: #fff !important
}

.uncan:hover {
    background-color: #ccc;
    color: #ddd
}

.act {
    border: 1px solid #fff
}

#nprogress {
    pointer-events: none
}

#nprogress .bar {
    background: #e8351b;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #e8351b, 0 0 5px #e8351b;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px)
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #e8351b;
    border-left-color: #e8351b;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.oScroll2 {
    position: fixed;
    z-index: 100;
    right: 15px;
    bottom: 60px
}

.oScroll2 .survey {
    display: block;
    width: 45px;
    height: 80px;
    vertical-align: middle;
    cursor: hand;
    cursor: pointer;
    margin-bottom: 25px;
    border: 1px solid #000;
    padding: 5px
}

.oScroll2 .survey a {
    width: 100%;
    height: 100%;
    display: block;
    font-weight: 700
}

.oScroll2 .item1 {
    display: block;
    width: 45px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 2px;
    border: 1px solid #000;
    line-height: 100%;
    -webkit-transition: all .1s ease-in .1s;
    -moz-transition: all .1s ease-in .1s;
    -o-transition: all .1s ease-in .1s;
    transition: all .1s ease-in .1s
}

.oScroll2 .item {
    display: block;
    width: 45px;
    height: 80px;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 2px;
    border: 1px solid #000;
    line-height: 100%;
    position: relative
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: rotate(0deg)
    }
    1% {
        -webkit-transform: rotate(40deg)
    }
    2% {
        -webkit-transform: rotate(0deg)
    }
    3% {
        -webkit-transform: rotate(-40deg)
    }
    4% {
        -webkit-transform: rotate(0deg)
    }
    5% {
        -webkit-transform: rotate(40deg)
    }
    6% {
        -webkit-transform: rotate(0deg)
    }
    7% {
        -webkit-transform: rotate(-40deg)
    }
    8% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transfrom: rotate(0deg)
    }
}

.oScroll2 .item .call {
    width: 30px;
    height: 30px;
    margin: 4px 6px;
    background: url(../images/call.png) center no-repeat;
    -webkit-animation-name: jump;
    -webkit-animation-duration: 10s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: .1s;
    -webkit-animation-iteration-count: infinite
}

.oScroll2 .tel-num {
    -webkit-transition: all .1s ease-in .1s;
    -moz-transition: all .1s ease-in .1s;
    -o-transition: all .1s ease-in .1s;
    transition: all .1s ease-in .1s;
    width: 0;
    height: 148px;
    overflow: hidden;
    position: absolute;
    color: #fff;
    font-size: 12px;
    left: 0;
    top: -68px;
    border: 0 solid #000;
    cursor: auto
}

.oScroll2 .tel-num .time {
    width: 180px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #000
}

.oScroll2 .tel-num .time .kefuphone {
    width: auto;
    height: 45px;
    color: #000;
    text-align: center;
    margin-left: 11px;
    font-weight: 700
}

.oScroll2 .tel-num .time .qqtell {
    width: 82px;
    height: 23px;
    margin: 11px 0 0 10px;
    border: 1px solid #ef1c1c;
    position: relative;
    background: url(../images/qq.png) no-repeat
}

.oScroll2 .tel-num .time .qqtell .qqText {
    position: absolute;
    left: 25px;
    line-height: 23px;
    font-size: 10px;
    color: #ef1c1c;
    font-weight: 700
}

.oScroll2 .tel-num .time .detailT {
    width: auto;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding-left: 10px;
    color: #000
}

.oScroll2 .tel-num .time .mgL {
    margin-left: 10px
}

.oScroll2 .tel-num .time .spanText {
    margin-top: -20px;
    width: 100%;
    height: 20px;
    color: #000;
    text-align: center
}

.oScroll2 .top {
    background: url(../images/scroll.png) center no-repeat #fff
}

.oScroll2 .tel {
    background: url(../images/tel.png) 6px 40px no-repeat #fff
}

.oScroll2 .help {
    background: url(../images/help.png) center no-repeat rgba(0, 0, 0, .5)
}

.oScroll2 .help:hover {
    background: url(../images/help-h.png) center no-repeat rgba(0, 0, 0, .5)
}

.oScroll2 .tel:hover .tel-num {
    width: 220px;
    left: -230px;
    padding: 0 20px;
    border: 1px solid #000;
    background-color: #fff
}

.oScroll2 .kefu {
    background: url(../images/qq.png) center no-repeat rgba(0, 0, 0, .5)
}

.oScroll2 .kefu:hover {
    background: url(../images/qqt.png) center no-repeat rgba(0, 0, 0, .5)
}

.Scroll {
    position: fixed;
    z-index: 100;
    right: 15px;
    bottom: 60px
}

.Scroll .box1 {
    width: 60px;
    height: 60px;
    line-height: 25px;
    padding: 5px 10px;
    font-size: 15px;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    background-color: rgba(0, 0, 0, .8)
}

.Scroll .box1 a {
    color: #fff
}

.Scroll .box2 {
    margin-top: 10px;
    width: 60px;
    height: 60px;
    font-size: 15px;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, .8)
}

.Scroll .box2 .tel {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/call.png) center no-repeat
}

.Scroll .box2 .text-cus {
    width: 100%;
    height: 100%;
    display: none;
    line-height: 25px;
    text-align: center;
    padding: 5px 10px;
    font-size: 15px
}

.Scroll .box2 .info {
    width: 280px;
    height: 180px;
    position: absolute;
    right: 60px;
    bottom: 0;
    display: none;
    font-size: 14px;
    border-radius: 2px
}

.Scroll .box2 .info .info-i {
    width: 260px;
    height: 180px;
    background-color: rgba(0, 0, 0, .8);
    padding: 0 20px
}

.Scroll .box2 .info .info-i .num {
    width: 220px;
    height: 55px;
    line-height: 55px;
    padding: 0 25px;
    border-bottom: 1px solid #fff
}

.Scroll .box2 .info .info-i .num .btn-cus {
    width: 100px;
    height: 30px;
    margin-top: 12px;
    border: 1px solid #fff;
    cursor: pointer;
    line-height: 28px;
    text-align: center
}

.Scroll .box2 .info .info-i .time {
    width: 220px;
    height: 55px;
    line-height: 25px;
    padding: 10px 25px 0;
    text-align: center
}

.Scroll .box2 a {
    color: #fff
}

.Scroll .box2:hover .tel {
    display: none
}

.Scroll .box2:hover .text-cus {
    display: block
}

.Scroll .box2:hover .info {
    display: block
}

.scroll-top {
    position: fixed;
    z-index: 100;
    right: 15px;
    bottom: 60px
}

.scroll-top .back-top {
    width: 40px;
    height: 38px;
    margin-bottom: 10px
}

.scroll-top .back-top a {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../images/back-top.png);
    background-position: center;
    background-repeat: no-repeat
}

.scroll-top .back-top a:hover {
    background-image: url(../images/back-top-hover.png)
}

.scroll-top .how-custom {
    width: 40px;
    height: 38px;
    margin-bottom: 10px
}

.scroll-top .how-custom a {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../images/how-custom.png);
    background-position: center;
    background-repeat: no-repeat
}

.scroll-top .how-custom a:hover {
    background-image: url(../images/how-custom-hover.png)
}

.scroll-top .contact-server {
    width: 40px;
    height: 38px
}

.scroll-top .contact-server a {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../images/contact-server.png);
    background-position: center;
    background-repeat: no-repeat
}

.scroll-top .contact-server a:hover {
    background-image: url(../images/contact-server-hover.png)
}

.chaungw {
    transition: all .5s ease-in;
    z-index: 0;
    position: absolute
}

.sch {
    z-index: 99;
    width: 350px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff
}

.sch ::-webkit-scrollbar {
    width: 6px
}

.sch ::-webkit-scrollbar-track {
    background-color: #d8d5d4
}

.sch ::-webkit-scrollbar-thumb {
    background-color: #b2afae
}

.sch ::-webkit-scrollbar-thumb:hover {
    background-color: #bdcca4
}

.sch ::-webkit-scrollbar-thumb:active {
    background-color: #a3e8f0
}

.sch .slideCart {
    width: 35px;
    height: 100%
}

.sch .slideCart .cart-tit {
    padding-top: 100px;
    width: 35px;
    height: 100%;
    background-color: #000;
    position: relative
}

.sch .slideCart .cart-tit .slide-top {
    width: 100%
}

.sch .slideCart .cart-tit .slide-top .items {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    width: 35px;
    margin: 5px 0;
    position: relative
}

.sch .slideCart .cart-tit .slide-top .items .hover-text {
    position: absolute;
    right: 35px;
    top: 0;
    width: 0;
    height: 40px;
    background-color: #000;
    transition: all .3s;
    overflow: hidden
}

.sch .slideCart .cart-tit .slide-top .items .hover-text .text {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff
}

.sch .slideCart .cart-tit .slide-top .items:hover .hover-text {
    width: 100px
}

.sch .slideCart .cart-tit .slide-top .user {
    height: 40px;
    background: url(../images/user.png) center no-repeat
}

.sch .slideCart .cart-tit .slide-top .cart-num {
    color: #fff;
    padding-top: 43px;
    height: 140px;
    font-size: 15px;
    text-align: center;
    background: url(../images/cart.png) 0 10px no-repeat
}

.sch .slideCart .cart-tit .slide-top .cart-num .nums {
    margin: 3px auto;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    text-align: center;
    line-height: 20px;
    background-color: #e8351b
}

.sch .slideCart .cart-tit .slide-top .money {
    height: 40px;
    background: url(../images/money.png) center no-repeat
}

.sch .slideCart .cart-tit .slide-top .pattern {
    height: 40px;
    background: url(../images/pattern.png) center no-repeat
}

.sch .slideCart .cart-tit .slide-top .message {
    height: 40px;
    background: url(../images/message.png) center no-repeat
}

.sch .slideCart .cart-tit .slide-top .items:hover {
    background-color: #e8351b
}

.sch .slideCart .cart-tit .slide-bottom {
    position: absolute;
    bottom: 200px;
    left: 0;
    width: 100%;
    height: 150px
}

.sch .slideCart .cart-tit .slide-bottom .items {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    width: 35px;
    margin: 5px 0;
    position: relative
}

.sch .slideCart .cart-tit .slide-bottom .items .hover-text {
    position: absolute;
    right: 35px;
    top: 0;
    width: 0;
    height: 40px;
    background-color: #000;
    transition: all .3s;
    overflow: hidden
}

.sch .slideCart .cart-tit .slide-bottom .items .hover-text .text {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff
}

.sch .slideCart .cart-tit .slide-bottom .items:hover .hover-text {
    width: 100px
}

.sch .slideCart .cart-tit .slide-bottom .survey {
    margin-top: 100px;
    height: 40px;
    background: url(../images/survey.png) center no-repeat
}

.sch .slideCart .cart-tit .slide-bottom .call {
    height: 40px;
    background: url(../images/call.png) center no-repeat
}

.sch .slideCart .cart-tit .slide-bottom .toTop {
    height: 40px;
    background: url(../images/totop.png) center no-repeat
}

.sch .slideCart .cart-tit .slide-bottom .items:hover {
    background-color: #e8351b
}

.sch .cartBox {
    width: 315px;
    height: 100%;
    background-color: #e6e6e6
}

.sch .cartBox .scTop {
    width: 100%;
    height: 20px;
    margin-top: 5px;
    color: grey
}

.sch .cartBox .scTop a {
    margin-right: 10px;
    color: grey
}

.sch .cartBox .scTop a:hover {
    text-decoration: underline
}

.sch .cartBox .slideOrderList {
    width: 100%;
    margin-top: 10px;
    background-color: #fff;
    overflow: auto
}

.sch .cartBox .slideOrderList .categoryName {
    width: 100%;
    height: 22px
}

.sch .cartBox .slideOrderList .categoryName .name {
    width: 260px;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden
}

.sch .cartBox .slideOrderList .slide-list {
    width: 100%;
    min-height: 60px;
    border-top: 1px solid #dcdcdc;
    position: relative
}

.sch .cartBox .slideOrderList .slide-list p {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden
}

.sch .cartBox .slideOrderList .slide-list .slide-1 {
    width: 76px;
    height: 50px;
    float: left;
    margin: 5px 0 0;
    overflow: hidden
}

.sch .cartBox .slideOrderList .slide-list .slide-2 {
    width: 65px;
    height: 50px;
    float: left;
    margin-top: 5px;
    overflow: hidden;
    text-align: center;
    padding-top: 12px
}

.sch .cartBox .slideOrderList .slide-list .del {
    display: none;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-size: 100%;
    background: url(../images/del1.jpg) no-repeat
}

.sch .cartBox .slideOrderList .slide-list .del:hover {
    background: url(../images/del2.jpg) no-repeat
}

.sch .cartBox .slideOrderList .slide-list .add {
    display: none;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    position: absolute;
    top: 19px;
    left: 223px;
    background-size: 100%;
    background: url(../images/add1.jpg) no-repeat
}

.sch .cartBox .slideOrderList .slide-list .add:hover {
    background: url(../images/add2.jpg) no-repeat
}

.sch .cartBox .slideOrderList .slide-list .sub {
    display: none;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    position: absolute;
    top: 19px;
    right: 114px;
    background-size: 100%;
    background: url(../images/sub1.jpg) no-repeat
}

.sch .cartBox .slideOrderList .slide-list .sub:hover {
    background: url(../images/sub2.jpg) no-repeat
}

.sch .cartBox .slideOrderList .slide-list:hover .del, .sch .cartBox .slideOrderList .slide-list:hover .add, .sch .cartBox .slideOrderList .slide-list:hover .sub {
    display: block
}

.sch .cartBox .cashier {
    position: relative;
    bottom: 0;
    width: 315px;
    z-index: 0;
    background-color: #e6e6e6
}

.sch .cartBox .cashier .total {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0;
    color: #333;
    overflow: hidden;
    font-size: 12px
}

.sch .cartBox .cashier .total .selectNum {
    float: left;
    width: 100px;
    height: 30px;
    color: #000;
    margin-left: 10px
}

.sch .cartBox .cashier .total .totalM {
    float: right;
    width: 120px;
    height: 30px;
    text-align: right;
    color: #e8351b;
    margin-right: 10px
}

.sch .cartBox .cashier .goPay {
    width: 100%;
    height: 40px;
    background-color: #e8351b
}

.sch .cartBox .cashier .goPay .goPayBtn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.sch .cartBox .cashier .goPay:hover {
    background-color: #c40000
}

.sch .cartBox .stBox {
    margin: 2px 10px
}

.sch .cartBox .stBox .select {
    display: none;
    margin: auto;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    background: url(../images/hoot.png) center no-repeat
}

.sch .cartBox .stBox .unSelect {
    margin: auto;
    width: 14px;
    height: 14px;
    border: 1px solid #000
}

.sch .swiper-container3 {
    width: 100%;
    height: 300px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.sch .swiper {
    width: 150px;
    height: 100px
}

.sch .swiper .swiper-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.sch .swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%
}

.header {
    width: 100%;
    z-index: 5;
    margin-bottom: 0 !important
}

.main-container {
    width: 1200px !important;
    margin: 0 auto
}

.main-container img {
    max-width: 100%;
    height: auto
}

#f_calculate {
    float: left;
    margin-right: 40px;
    cursor: pointer;
    color: #c8151d
}

#f_calculate_artical {
    float: left;
    display: none
}

.f_fl {
    float: left
}

.f_fr {
    float: right
}

a:hover {
    text-decoration: none
}

.sign-logo, .nav-list {
    float: left
}

.sign-logo li, .nav-list li, .sign-btns li {
    float: left
}

.nav-list .f-triangle {
    background: url(../images/sign-triangle.png) 80px 53% no-repeat
}

.header .header-menu {
    height: 80px;
    padding: 10px 0
}

.sign-logo .logo {
    display: block;
    background: url(../images/meprint_index.png) no-repeat center top;
    background-position: -136px -843px;
    width: 128px;
    height: 61px;
    margin-right: 80px
}

.nav-list li a.menu-it {
    position: relative;
    color: #000;
    font-size: 16px;
    height: 35px;
    width: 110px;
    text-align: center;
    display: block;
    cursor: pointer;
    line-height: 35px
}

.nav-list li a.menu-it .new {
    position: absolute;
    background: url(../images/new.png) center no-repeat;
    top: 0;
    left: 50px;
    font-size: 8px;
    color: #c8151d;
    font-weight: 700;
    width: 20px;
    height: 7px
}

.nav-list li.menu-li:hover .menu-it {
    background: #c8151d;
    color: #fff !important;
    position: relative
}

.nav-list li:last-child a {
    margin-right: 0
}

.nav-list li a:hover {
    text-decoration: none;
    color: #39c
}

.sign-btns {
    float: right
}

.sign-btns a {
    display: block;
    font-size: 14px;
    color: #000;
    padding: 23px 10px;
    line-height: 14px
}

.sign-btns a:hover, .sign-btns a.selected {
    color: #c8151d
}

.fabric {
    position: absolute;
    width: 110px;
    top: 35px;
    left: 0;
    background-color: #fff;
    background-color: #dadbdb;
    visibility: hidden;
    padding: 4px 0;
    z-index: 200;
    text-align: center
}

.fabric .fabric-li {
    height: 34px;
    width: 110px;
    clear: both;
    line-height: 35px
}

.fabric .fabric-li .fabric-a {
    text-align: center;
    color: #555;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 0
}

.fabric .fabric-li .fabric-a:hover {
    color: #c8151d
}

.nav-list li:hover .fabric, .nav-list li a:hover .fabric {
    visibility: visible
}

.nav-list table {
    border-collapse: collapse
}

.header {
    position: relative
}

.header .sign-person {
    float: right;
    padding-right: 16px
}

.header .sign-person li {
    float: left;
    cursor: pointer
}

.header .sign-person li a.head img {
    display: block;
    border-radius: 50%;
    margin-top: 10px;
    margin-right: 15px;
    height: 40px
}

.header .sign-person li a.name {
    display: block;
    font-size: 16px;
    margin-top: 22px;
    margin-bottom: 22px;
    color: #555;
    height: 40px;
    margin-left: -8px
}

.header .sign-person li:hover .name-list, .header .sign-person li a.name:hover .name-list {
    visibility: visible
}

.header .name-list {
    position: absolute;
    top: 55px;
    right: -16px;
    border: 1px solid #dcdcdc;
    width: 120px;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #e0e0e0;
    background: #fff;
    visibility: hidden;
    padding-top: 6px
}

.header .name-list li {
    width: 118px;
    padding: 0 32px;
    height: 30px
}

.header .name-list li a {
    text-align: left;
    padding: 9px 0;
    display: block;
    color: #444;
    font-size: 13px;
    line-height: 13px
}

.header .name-list li a.my-exit:hover {
    background: url(../images/print-nav2.png) 83px -126px no-repeat
}

.header .name-list li:hover a {
    color: #fff
}

.header .name-list li:hover {
    background-color: #bd1c21;
    color: #fff
}

.header .sign-person li a.car {
    display: block;
    background: url(../images/meprint_index.png) no-repeat;
    background-position: -39px -918px;
    width: 50px;
    height: 20px;
    color: #f96;
    font-size: 16px;
    margin-top: 22px;
    text-align: right;
    margin-right: 25px
}

.footer {
    width: 100%
}

.footer p, .footer .contact li a {
    color: #959595;
    cursor: pointer
}

.footer .contact li {
    float: left;
    margin-left: 63px
}

.footer {
    clear: both;
    height: 291px;
    text-align: left;
    width: 100%;
    min-width: 1200px
}

.footer .f1 {
    height: 256px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    border-top: 1px solid #F0F0F0
}

.footer .f2 {
    height: 35px;
    width: 100%;
    line-height: 35px;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
    color: #3D3A39;
    border-top: 1px solid #e4e5e5
}

.footer .ftop {
    margin: 0 auto;
    width: 1200px;
    height: 256px;
    padding: 0
}

.footer .left1 {
    float: left;
    margin-left: 0;
    width: 35%;
    padding-left: 20px
}

.footer .left {
    float: left;
    margin-left: 20px;
    width: 14%
}

.footer .fbottom {
    margin: 0 auto;
    width: 1200px;
    height: 35px
}

.footer img {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden
}

.footer ul {
    list-style: none;
    color: #717071;
    font-size: 14px
}

.footer ul li {
    clear: both;
    margin: 15px 0;
    height: 20px
}

.footer .lif {
    font-size: 15px;
    margin-top: 40px;
    color: #000;
    font-weight: 700
}

.footer a {
    text-decoration: none;
    color: #717071
}

.footer li img {
    float: left;
    height: 20px
}

.footer .fr {
    float: left;
    margin-left: 5px
}

.footer .wx {
    position: relative
}

.footer .wx_img {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/meprint_index.png) no-repeat;
    background-position: 0 -849px;
    float: left
}

.footer .wx:hover .ewm {
    display: block
}

.footer .wx .ewm {
    width: 200px;
    height: 200px;
    position: absolute;
    top: -48px;
    left: -210px;
    z-index: 2;
    display: none;
    background-color: #fff;
    background: url(../images/ewm.png) no-repeat
}

.footer .alt_img {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/meprint_index.png) no-repeat;
    background-position: -20px -849px;
    float: left
}

.footer .tb_img {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/meprint_index.png) no-repeat;
    background-position: -40px -849px;
    float: left
}

.footer .db_img {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/meprint_index.png) no-repeat;
    background-position: -60px -849px;
    float: left
}

.footer .ewm img {
    width: 200px;
    height: 200px
}

.footer .logo {
    height: 60px;
    margin-top: 10px
}

.footer ul li a:hover {
    font-size: 15px;
    color: #c8151d;
    text-decoration: underline
}

.footer .wx:hover {
    font-size: 15px;
    color: #717071
}

.footer .slogo {
    height: 30px;
    margin: 5px 0;
    line-height: 30px
}

.footer_ewm {
    float: left;
    width: 176px;
    height: 176px;
    margin: 38px 20px 0 0;
    background: url(../images/meprint_index.png) no-repeat;
    background-position: -100px -953px
}

.footer_ewm {
    float: left;
    width: 176px;
    height: 176px;
    margin: 38px 20px 0 0;
    background: url(../images/meprint_index.png) no-repeat;
    background-position: -100px -953px
}

.call400 {
    float: left;
    width: 200px;
    margin-top: 56px
}

.call400 .call1, .call400 .call2, .call400 .call3, .call400 .call4 {
    display: block;
    float: left;
    width: 100%;
    text-align: center
}

.call400 .call1 {
    height: 26px;
    font-size: 16px
}

.call400 .call2 {
    height: 30px;
    font-size: 22px;
    font-weight: bolder
}

.call400 .call3 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #888;
    margin-top: 10px
}

.call400 .call4 {
    height: 30px;
    line-height: 20px;
    font-size: 14px;
    color: #888
}

.headTop {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #bfbfbf;
    position: fixed;
    z-index: 1000;
    top: 0
}

.warn {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #333
}

.warn .warn-icon {
    width: 36px;
    height: 30px;
    margin: 0 8px 0 6px;
    background: url(../images/warn.gif) center no-repeat
}

.warn .warn-text {
    position: relative;
    letter-spacing: 3px;
    width: 1150px;
    height: 30px;
    font-size: 14px;
    overflow: hidden;
    color: #fff;
    padding-left: 10px
}

.warn .warn-text p {
    margin-left: 100%;
    height: 100%;
    top: 0;
    animation: marquee 40s linear infinite
}

@keyframes marquee {
    0% {
        margin-left: 100%
    }
    100% {
        margin-left: -700px
    }
}

.head {
    width: 100%;
    line-height: 60px;
    background-color: #fff
}

.head .head-bottom {
    border-bottom: 0
}

.head .head-active {
    width: 100%;
    height: 60px
}

.head .feerVouchers {
    width: 100%;
    height: 60px;
    background: url(../images/feervouchersbanner.jpg) center no-repeat
}

.head .feerVouchers .box_feer {
    width: 190px;
    height: 37px;
    float: right;
    margin: 11px 200px
}

.head .feerVouchers .box_feer .getVou {
    width: 190px;
    height: 37px;
    line-height: 37px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    border: 1px solid #fff
}

.head .feerVouchers .getVou:hover {
    border: 1px solid #e8351b;
    background-color: #e8351b
}

.head .headContent {
    height: 60px;
    text-align: center;
    margin: 0 60px
}

.head .headContent .muriLogn {
    width: 350px;
    height: 100%;
    text-align: center;
    float: left
}

.head .headContent .muriLogn .logo {
    width: 350px;
    height: 60px;
    background: url(../images/logo.png) center no-repeat;
    background-size: 100%;
}

.head .headContent .navigation {
    width: auto;
    height: 60px;
    display: inline-block
}

.head .headContent .navigation .active .actionA {
    color: #000;
    font-weight: 700
}

.head .headContent .navigation ul {
    width: auto;
    height: 60px;
    margin: 0 auto
}

.head .headContent .navigation ul li {
    width: 80px;
    text-align: center;
    height: 61px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    float: left;
    display: block;
    z-index: 13
}

.head .headContent .navigation ul li a {
    color: #000
}

.head .headContent .navigation ul li a .actionA {
    width: 80px;
    height: 60px
}

.head .headContent .navigation ul li .backColor {
    overflow: hidden;
    height: 0;
    top: 50px;
    background-color: rgba(255, 255, 255, .95);
    transition: height .5s ease-in;
    z-index: 10;
    position: absolute;
    box-sizing: content-box;
    box-shadow: 0 10px 0 #000
}

.head .headContent .navigation ul li .cusItem {
    transition: height .5s ease-in;
    line-height: 18px;
    position: absolute;
    height: 0;
    overflow: hidden;
    top: 60px;
    left: -600px;
    z-index: 999
}

.head .headContent .navigation ul li .cusItem .cusIten-box {
    width: 1200px
}

.head .headContent .navigation ul li .cusItem .cusIten-box .prod-box {
    margin: 40px auto 0;
    width: 870px;
    height: auto
}

.head .headContent .navigation ul li .cusItem .cusIten-box .prod-box .cls2 {
    width: 215px !important
}

.head .headContent .navigation ul li .cusItem .cusIten-box .prod-box .cls {
    width: 145px;
    line-height: 30px;
    text-align: left;
    font-size: 14px
}

.head .headContent .navigation ul li .cusItem .cusIten-box .prod-box .cls .mt {
    margin-top: 30px
}

.head .headContent .navigation ul li .cusItem .cusIten-box .prod-box .cls .tit {
    width: 100%;
    font-weight: 700;
    padding-left: 15px;
    background: url(../images/tit-dian.png) 0 center no-repeat
}

.head .headContent .navigation ul li .cusItem .cusIten-box .prod-box .cls .prod-list {
    width: 100%;
    padding-left: 16px
}

.head .headContent .navigation ul li .cusItem .cusIten-box .prod-box .cls .prod-list .ban {
    width: 50% !important
}

.head .headContent .navigation ul li .cusItem .cusIten-box .prod-box .cls .prod-list .prod {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 14px
}

.head .headContent .navigation ul li .cusItem .cusIten-box .prod-box a:hover {
    font-weight: 700
}

.head .headContent .navigation ul li .cusItem .cusIten-box .everyCustomP {
    width: 230px;
    height: 300px;
    overflow: hidden;
    margin: 80px 10px 0 0
}

.head .headContent .navigation ul li .cusItem .cusIten-box .everyCustomP .pic {
    width: 100%;
    height: 180px
}

.head .headContent .navigation ul li .cusItem .cusIten-box .everyCustomP .des {
    line-height: 50px;
    text-align: center;
    font-size: 14px
}

.head .headContent .navigation ul li .patternColor {
    height: 0;
    top: 50px;
    background-color: rgba(255, 255, 255, .95);
    transition: height .5s ease-in;
    z-index: 10;
    position: absolute;
    box-sizing: content-box;
    overflow: hidden;
    box-shadow: 0 10px 0 #000
}

.head .headContent .navigation ul li .patternItem {
    transition: height .5s ease-in;
    line-height: 18px;
    position: absolute;
    height: 0;
    overflow: hidden;
    top: 60px;
    left: -510px;
    z-index: 999
}

.head .headContent .navigation ul li .patternItem .cusIten-box {
    margin-top: 43px;
    width: 1200px
}

.head .headContent .navigation ul li .patternItem .cusIten-box .pattern-type {
    display: inline-block;
    vertical-align: text-top;
    text-align: left;
    box-sizing: border-box
}

.head .headContent .navigation ul li .patternItem .cusIten-box .pattern-type .title {
    padding-left: 15px;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 700;
    background: url(../images/tit-dian.png) 0 center no-repeat
}

.head .headContent .navigation ul li .patternItem .cusIten-box .pattern-type .type-content {
    padding-left: 15px;
    display: inline-block;
    vertical-align: text-top;
    max-height: 360px;
    width: 150px
}

.head .headContent .navigation ul li .patternItem .cusIten-box .pattern-type .type-content .type {
    width: 80px;
    height: 30px;
    display: inline-block
}

.head .headContent .navigation ul li .patternItem .cusIten-box .pattern-type .type-content .type:hover {
    color: #F52B10;
    font-weight: 700
}

.head .headContent .navigation ul li .patternItem .cusIten-box .pattern-type .type-content .pattern-color-type {
    display: inline-block;
    padding-right: 10px;
    width: 50px
}

.head .headContent .navigation ul li .patternItem .cusIten-box .pattern-type .type-content .pattern-color-item {
    width: 150px;
    margin-top: 10px
}

.head .headContent .navigation ul li .patternItem .cusIten-box .pattern-type .type-content .pattern-color-item .pattern-color {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px
}

.head .headContent .navigation ul li .patternItem .cusIten-box .pattern-type .type-content .pattern-color-item .pattern-color.border {
    border: 1px solid #CCC
}

.head .headContent .navigation ul li .patternItem .cusIten-box .pattern-type .type-content.border {
    border-right: 1px solid #000;
    padding-right: 10px;
    width: 50px
}

.head .headContent .navigation ul li .patternItem .cusIten-box .pattern-type .type-content.border .type {
    width: 50px
}

.head .headContent .navigation ul li .patternItem .cusIten-box .pattern-type .type-content.border .type:hover {
    color: #000;
    font-weight: 700
}

.head .headContent .navigation ul li .patternItem .cusIten-box .pattern-type .type-content.border .type.type-active {
    color: #000;
    font-weight: 700
}

.head .headContent .navigation ul li .patternItem .cusIten-box .pattern-type .type-content:last-child {
    margin-right: 0
}

.head .headContent .navigation ul li:hover .actionA {
    font-weight: 700
}

.head .headContent .navigation ul li:hover .cusItem {
    height: 500px
}

.head .headContent .navigation ul li:hover .backColor {
    height: 500px
}

.head .headContent .navigation ul li:hover .patternColor {
    height: 500px
}

.head .headContent .navigation ul li:hover .patternItem {
    height: 500px
}

.head .headContent .telephone {
    display: block;
    width: 165px !important;
    height: 100%;
    background: url(../images/start2.png) center no-repeat
}

.head .headContent .tel-head {
    height: 60px;
    line-height: 60px;
    font-size: 14px
}

.head .headContent .myMenu {
    width: 130px;
    height: 60px;
    float: right
}

.head .headContent .myMenu .line1 {
    width: 2px;
    margin-top: 20px;
    height: 20px;
    border-right: 1px solid #ccc
}

.head .headContent .myMenu .login {
    width: 60px;
    margin: 0;
    text-align: center;
    line-height: 60px
}

.head .headContent .myMenu .personal {
    position: relative;
    width: 60px;
    height: 60px;
    cursor: pointer
}

.head .headContent .myMenu .personal .toOrder {
    width: 100%;
    height: 60px;
    background: url(../images/personal.jpg) center no-repeat
}

.head .headContent .myMenu .personal .backColor {
    overflow: hidden;
    height: 0;
    width: 100000px;
    left: 0;
    top: 60px;
    background-color: #f5f5f5;
    transition: all .5s ease-in;
    z-index: 10;
    position: absolute
}

.head .headContent .myMenu .personal .backColor2 {
    overflow: hidden;
    height: 0;
    width: 100000px;
    left: -9999px;
    top: 60px;
    background-color: #f5f5f5;
    transition: all .5s ease-in;
    z-index: 10;
    position: absolute
}

.head .headContent .myMenu .personal .sign1 {
    overflow: hidden;
    width: 160px;
    z-index: 11;
    height: 0;
    margin-left: -25px;
    position: absolute;
    top: 60px;
    left: -23px;
    background-color: #f5f5f5;
    transition: all .5s ease-in
}

.head .headContent .myMenu .personal .sign1 ul {
    width: 160px;
    height: 290px
}

.head .headContent .myMenu .personal .sign1 ul li {
    width: 160px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    clear: both
}

.head .headContent .myMenu .personal .sign1 ul li a {
    color: #000
}

.head .headContent .myMenu .personal .sign1 ul li:hover {
    padding-left: 15px
}

.head .headContent .myMenu .personal .sign1 ul li:hover a {
    color: #bfbfbf
}

.head .headContent .myMenu .personal .sign1 .user {
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #000 !important;
    cursor: default;
    padding-left: 0 !important
}

.head .headContent .myMenu .personal .sign2 {
    overflow: hidden;
    width: 260px;
    z-index: 11;
    height: 0;
    position: absolute;
    top: 60px;
    left: -160px;
    background-color: #f5f5f5;
    transition: all .5s ease-in
}

.head .headContent .myMenu .personal .sign2 .signBtn {
    width: 70px;
    height: 30px;
    margin: 20px;
    border: 1px solid #000;
    text-align: center;
    line-height: 28px;
    color: #000
}

.head .headContent .myMenu .personal .sign2 .signBtn1 {
    width: 70px;
    height: 30px;
    margin: 20px;
    border: 1px solid #e8351b;
    text-align: center;
    line-height: 28px;
    color: #e8351b
}

.head .headContent .myMenu .personal .sign2 .signBtn:hover {
    opacity: .5
}

.head .headContent .myMenu .personal .sign2 .signBtn1:hover {
    color: #e8351b;
    opacity: .5
}

.head .headContent .myMenu .personal:hover .sign1 {
    height: 290px
}

.head .headContent .myMenu .personal:hover .backColor {
    height: 255px
}

.head .headContent .myMenu .personal:hover .sign2 {
    height: 80px
}

.head .headContent .myMenu .personal:hover .backColor2 {
    height: 80px
}

.head .headContent .myMenu .headCart {
    width: 60px;
    height: 60px
}

.head .headContent .myMenu .headCart .car-cart {
    color: #000;
    font-size: 15px;
    text-align: right;
    line-height: 50px;
    width: 20px;
    height: 43px;
    margin: 9px 2px;
    background: url(../images/cart.png) center no-repeat
}

.head .headContent .myMenu .headCart .car-cartNum {
    color: #000;
    font-size: 15px;
    text-align: right;
    line-height: 50px;
    width: auto;
    height: 50px;
    margin: 8px 2px;
    background: url(../images/cart.png) 40px no-repeat
}

.head .headContent .myMenu .headCart:hover .car-cart {
    color: red;
    background: url(../images/cart1.png) center no-repeat
}

.head .headContent .pattern-search {
    width: 240px;
    height: 60px;
    text-align: right;
    position: relative
}

.head .headContent .pattern-search .icon {
    display: inline-block;
    vertical-align: middle
}

.head .headContent .pattern-search .icon-search {
    width: 30px;
    height: 60px;
    background: url(../images/search.png) center no-repeat
}

.head .headContent .pattern-search .icon-close {
    width: 30px;
    height: 60px;
    background: url(../images/close.png) center no-repeat
}

.head .headContent .pattern-search input {
    width: 0;
    height: 35px;
    vertical-align: middle;
    border: 0;
    border-bottom: 1px solid #ccc;
    outline: 0;
    padding-left: 0;
    transition: width .2s ease-in
}

.head .headContent .pattern-search input.active {
    width: 170px;
    padding-left: 10px
}

.book-window {
    width: 420px
}

.book-window .book-pop-tit {
    font-size: 18px;
    color: #39c;
    line-height: 27px;
    background: url(../images/sign-success.png) 0 50% no-repeat;
    padding-left: 40px;
    -webkit-background-size: contain;
    background-size: contain;
    margin-top: 10px
}

.book-window .order-tit {
    margin-top: 31px;
    color: #777;
    font-size: 14px;
    border-bottom: 1px solid #dcdcdc
}

.book-window .order-tit li, .book-window .order-price li {
    height: 37px;
    line-height: 37px;
    color: #777
}

.book-window .order-price {
    border-bottom: 1px dashed #dcdcdc
}

.book-window .order-price .amount {
    padding-left: 25px
}

.book-window .order-price .price {
    color: #ff6036
}

.book-window .p-car {
    margin-top: 47px;
    text-align: right
}

.book-window .p-car .add-car {
    background-color: #ff6036;
    border-color: #ff6036;
    width: 120px
}

.n-calc {
    height: 45px;
    line-height: 45px;
    color: #777;
    margin-left: 0
}

.n-calc .td {
    height: 60px
}

.n-calc .line {
    margin: 24px 15px 0;
    height: 14px;
    width: 1px;
    display: block;
    background-color: #bcbcbc
}

.n-calc .bd {
    margin: 0 20px;
    word-break: break-all;
    word-wrap: break-word;
    max-width: 600px
}

.n-calc .n-calc-img {
    width: 28px;
    height: 28px;
    background: url(../images/n-calc.png) no-repeat;
    margin-top: 15px;
    margin-right: 11px
}

.n-calc .inMeters {
    height: 25px;
    width: 80px;
    text-align: center;
    display: inline-block;
    margin: 10px 10px 7px 0;
    border-radius: 0
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.result-tit {
    color: #ff6036;
    font-size: 14px;
    margin-bottom: 15px
}

.result-table {
    width: 100%
}

.result-table tr {
    border-top: 2px solid #e5e5e5;
    border-left: 2px solid #e5e5e5
}

.result-table tr td.bg {
    background-color: #f7f7f7;
    height: 40px
}

.result-table tr td {
    width: 16.5%;
    text-align: center;
    font-size: 14px;
    height: 31px;
    border-right: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5
}

.book-window {
    width: 420px
}

.book-window .book-pop-tit {
    font-size: 18px;
    color: #39c;
    line-height: 27px;
    background: url(../images/sign-success.png) 0 50% no-repeat;
    padding-left: 40px;
    -webkit-background-size: contain;
    background-size: contain;
    margin-top: 10px
}

.book-window .order-tit {
    margin-top: 31px;
    color: #777;
    font-size: 14px;
    border-bottom: 1px solid #dcdcdc
}

.book-window .order-tit li, .book-window .order-price li {
    height: 37px;
    line-height: 37px;
    color: #777
}

.book-window .order-price {
    border-bottom: 1px dashed #dcdcdc
}

.book-window .order-price .amount {
    padding-left: 25px
}

.book-window .order-price .price {
    color: #ff6036
}

.book-window .p-car {
    margin-top: 47px;
    text-align: right
}

.book-window .p-car .add-car {
    background-color: #ff6036;
    border-color: #ff6036;
    width: 120px
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.result-tit {
    color: #ff6036;
    font-size: 14px;
    margin-bottom: 15px
}

.result-table {
    width: 100%
}

.result-table tr {
    border-top: 2px solid #e5e5e5;
    border-left: 2px solid #e5e5e5
}

.result-table tr td.bg {
    background-color: #f7f7f7;
    height: 40px
}

.result-table tr td {
    width: 11%;
    text-align: center;
    font-size: 14px;
    height: 31px;
    border-right: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5
}

.addToCart {
    width: 670px;
    height: 250px
}

.addToCart .message {
    width: 500px;
    height: 80px;
    margin: 10px auto
}

.addToCart .message .pic {
    width: 80px;
    height: 80px;
    margin-left: 60px;
    background: url(../images/pringing1.png) center no-repeat
}

.addToCart .message .article {
    height: 80px;
    font-size: 28px;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    padding-left: 20px;
    line-height: 80px;
    color: #e8351b
}

.addToCart .message .pop-close {
    background: url(../images/pop-closenew.png) center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: 0;
    cursor: pointer
}

.addToCart .message .pop-close:hover {
    background: url(../images/pop-closenewh.png) center no-repeat
}

.addToCart .btn-cus {
    width: 180px;
    height: 40px;
    margin: 20px auto 30px;
    background-color: #e8351b;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 15px
}

.dialog {
    font-size: 15px
}

.dialog .pop-close {
    background: url(../images/pop-closenew.png) center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.dialog .pop-close:hover {
    background: url(../images/pop-closenewh.png) center no-repeat
}

.dialog .pop-tit {
    height: 28px;
    color: #e8351b;
    padding-bottom: 8px;
    font-weight: 700;
    border-bottom: 1px solid #ccc
}

.dialog .pop-content {
    width: 100%
}

.dialog .pop-content .centerT {
    width: 100%;
    margin-top: 40px;
    text-align: center
}

.dialog .pop-share-content {
    margin-top: 25px
}

.dialog .pop-share-content .tit-bac {
    width: 100%;
    height: 170px;
    background-color: red;
    background: url(../images/share-dialog.png) center no-repeat
}

.dialog .pop-share-content .message {
    width: 460px;
    margin: 0 auto
}

.dialog .pop-share-content .message .pop-imgs {
    width: 630px
}

.dialog .pop-share-content .message .name {
    width: 100%;
    height: 40px;
    line-height: 40px
}

.dialog .pop-share-content .message .input-name {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 5px
}

.dialog .pop-share-content .message .btn-up {
    width: 140px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #000;
    margin-right: 20px
}

.dialog .pop-share-content .message .btn-up:hover {
    background-color: #000;
    color: #fff
}

.dialog .pop-share-content .message .btn-des {
    line-height: 40px
}

.dialog .pop-share-content .message .center-text {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px
}

.dialog .pop-share-content .message .btn-share {
    width: 200px;
    height: 35px;
    text-align: center;
    background-color: #000;
    color: #fff;
    line-height: 33px;
    margin: 20px auto
}

.dialog .pop-btn {
    margin: 40px auto 0;
    width: 220px;
    height: 25px;
    text-align: center;
    line-height: 25px
}

.dialog .pop-btn .cancel-btn {
    width: 76px;
    color: #e8351b;
    margin: 0 16px;
    height: 25px;
    border: 1px solid #e8351b
}

.dialog .pop-btn .confirm-btn {
    width: 76px;
    margin: 0 16px;
    color: #fff;
    background-color: #e8351b;
    height: 25px;
    border: 1px solid #e8351b
}

.dialog .actives-close {
    background: url(../images/close-active.png) center no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 4px;
    cursor: pointer
}

.dialog .actives-content {
    width: 100%;
    height: 440px;
    background: url(../images/actives-bac.png) center no-repeat
}

.dialog .actives-content .see-btn {
    width: 120px;
    height: 30px;
    margin: 378px auto
}

.dialog .feedbackActives-content {
    width: 100%;
    height: 300px;
    background: url(../images/feedback.png) center no-repeat
}

.dialog .feedbackActives-content .see-btn {
    width: 110px;
    height: 30px;
    background-color: #e8351b;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 260px auto
}

.dialog .feedbackActives-content .see-btn:hover {
    background-color: #d7240a
}

.dialog .quan-close {
    background: url(../images/givemoneyok-close.png) center no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer
}

.dialog .quan-content {
    width: 100%;
    height: 380px;
    background: url(../images/signupok.jpg) center no-repeat
}

.dialog .quan-content .see-btn {
    width: 140px;
    height: 30px;
    margin: 306px auto
}

.dialog .quan-content .see-btn a {
    width: 100%;
    height: 100%;
    display: block
}

.dialog .giveQ-content {
    width: 100%;
    height: 600px;
    background: url(../images/feervouchers.jpg) center no-repeat
}

.dialog .giveQ-content .see-btn {
    width: 140px;
    height: 30px;
    margin: 306px auto
}

.dialog .giveQ-content .see-btn a {
    width: 100%;
    height: 100%;
    display: block
}

.dialog .wsxUp-sty {
    text-align: center;
    width: 100%;
    height: 360px;
    border: 1px solid #ccc;
    border-radius: 5px
}

.dialog .wsxUp-sty .uploadl {
    width: 100% !important
}

.dialog .wsxUp-sty .wsxUp-boxL {
    width: 50%;
    height: 360px;
    text-align: center
}

.dialog .wsxUp-sty .wsxUp-boxR {
    width: 50%;
    height: 360px;
    text-align: center;
    border-left: 1px solid #e8e8e8
}

.dialog .wsxUp-sty .wsxUp-boxR .weixinB {
    width: 150px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    margin: 20px auto;
    background-color: #e8351b
}

.dialog .wsxUp-sty .wsxUp-boxR .weixinB:hover {
    background-color: #d7240a
}

.dialog .wsxUp-sty .wsxUp-boxR:hover .code {
    display: block
}

.dialog .wsxUp-sty .itemBox {
    width: 100%;
    height: 286px
}

.dialog .wsxUp-sty .itemBox .tit {
    text-align: center;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    font-size: 20px;
    font-family: "Microsoft YaHei"
}

.dialog .wsxUp-sty .itemBox .changeCode {
    width: 100%;
    height: 300px;
    background: url(../images/code.jpg)
}

.dialog .wsxUp-sty .itemBox .styPic1 {
    width: 200px;
    height: 200px;
    background: url(../images/style1.jpg) center no-repeat;
    margin: 0 auto
}

.dialog .wsxUp-sty .itemBox .styPic2 {
    width: 200px;
    height: 200px;
    background: url(../images/style2.jpg) center no-repeat;
    margin: 0 auto
}

.dialog .wsxUp-sty .itemBox .describe {
    margin: 0 auto;
    width: 200px;
    font-size: 12px;
    line-height: 20px;
    color: #898989;
    font-family: "Microsoft YaHei"
}

.dialog .no-agree {
    width: 100%;
    height: 60px
}

.dialog .no-agree .no-agreeB {
    width: 150px;
    height: 40px;
    margin: 20px auto;
    background-color: grey;
    color: #fff;
    font-size: 18px;
    cursor: not-allowed;
    line-height: 40px;
    text-align: center;
    font-family: Helvetica, arial, sans-serif
}

.dialog .wsxUp-imgs {
    text-align: center;
    width: 100%;
    height: 170px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    overflow: auto
}

.dialog .wsxUp-imgs .icons {
    width: 100%;
    height: 100px;
    background: url(../images/mypic.png) center no-repeat
}

.dialog .wsxUp-imgs .describe {
    width: 100%;
    margin-top: 10px;
    height: 50px
}

.dialog .rule {
    width: 155px;
    height: 30px;
    margin: 0 auto
}

.dialog .rule .ruleBtn {
    margin-top: 3px
}

.dialog .addressDialog1 {
    width: 100%;
    padding-top: 10px
}

.dialog .addressDialog1 .textT {
    width: 75px;
    height: 35px;
    line-height: 35px;
    margin-top: 5px
}

.dialog .addressDialog1 .add-addressT {
    width: 100%;
    height: 25px;
    font-size: 16px;
    margin: 10px auto;
    font-weight: 700;
    text-align: center
}

.dialog .addressDialog1 .addInfo {
    width: 100%;
    height: 215px;
    padding: 5px 30px
}

.dialog .addressDialog1 .addInfo .rowList {
    width: 100%;
    height: 60px
}

.dialog .addressDialog1 .addInfo .rowList .wrongbordercolor {
    border: 1px solid #e8351b !important
}

.dialog .addressDialog1 .addInfo .rowList .paddingL {
    padding-left: 65px
}

.dialog .addressDialog1 .addInfo .rowList .floor {
    line-height: 30px;
    padding: 0 10px;
    margin: 5px 10px;
    border: 1px solid #b1b1b1;
    height: 35px
}

.dialog .addressDialog1 .addInfo .rowList .floor1-cus {
    width: 175px
}

.dialog .addressDialog1 .addInfo .rowList .floor2-cus {
    width: 225px;
    margin: 5px 10px
}

.dialog .addressDialog1 .addInfo .rowList .floor3-cus {
    width: 715px
}

.dialog .addressDialog1 .btn-cus {
    margin: 0 40px;
    width: 120px;
    height: 30px
}

.dialog .addressDialog1 p {
    height: 40px;
    line-height: 20px;
    color: #e8351b;
    padding-left: 20px
}

.dialog .addressDialog1 .mg {
    margin: 10px 19px
}

.dialog .addressDialog1 .defaultAddress {
    width: 100%;
    height: 20px;
    padding-left: 30px;
    margin-bottom: 8px
}

.dialog .addressDialog1 .defaultAddress .select {
    float: left;
    margin-right: 10px;
    width: 14px;
    height: 14px;
    border: 1px solid #000
}

.dialog .addressDialog1 .defaultAddress .selected {
    float: left;
    margin-right: 10px;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    background: url(../images/hoot.png) center no-repeat
}

.dialog .addressDialog1 .defaultAddress .tit-default {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left
}

.dialog .addressDialog1 .addBtn {
    width: 400px;
    height: auto;
    margin: 0 auto
}

.dialog .cartOrNew .styColor1 {
    text-align: center
}

.dialog .cartOrNew .custom-pic {
    width: 900px;
    height: 430px;
    background-color: #f5f5f5
}

.dialog .cartOrNew .custom-pic .pic-box {
    width: 100%;
    height: 100%
}

.dialog .cartOrNew .custom-pic .pic-box .fb-p {
    width: 450px;
    height: 430px
}

.dialog .cartOrNew .custom-pic .pic-box .fb-p2 {
    width: 900px;
    height: 400px;
    margin-top: 15px
}

.dialog .cartOrNew .custom-pic .describe {
    width: 450px;
    height: 430px;
    float: left;
    background-color: #fff
}

.dialog .cartOrNew .custom-pic .describe .des1 {
    width: 410px;
    height: 150px;
    margin: 65px auto 0;
    background: url(../images/bed-des1.png) center no-repeat
}

.dialog .cartOrNew .custom-pic .describe .des1 .color-box {
    width: 70px;
    height: 45px;
    margin: 55px 0 0 20px
}

.dialog .cartOrNew .custom-pic .describe .des2 {
    width: 410px;
    height: 110px;
    margin: 30px auto 0;
    background: url(../images/bed-des2.png) center no-repeat
}

.dialog .cartOrNew .custom-pic .crop_render {
    width: 450px;
    height: 450px;
    float: left;
    background: url(../images/loading2.gif) center no-repeat #bcbbb9
}

.dialog .cartOrNew .custom-pic .crop_render .bed {
    width: 340px;
    height: 450px;
    margin: 0 auto;
    position: relative
}

.dialog .cartOrNew .custom-pic .crop_render .bed img {
    width: 100%;
    height: 100%
}

.dialog .cartOrNew .custom-pic .crop_render .bed .pillowA {
    position: absolute;
    left: 25px;
    top: 13px;
    width: 140px;
    height: 80px;
    background-color: #ccc
}

.dialog .cartOrNew .custom-pic .crop_render .bed .pillowB {
    position: absolute;
    right: 25px;
    top: 13px;
    width: 140px;
    height: 80px;
    background-color: #ccc
}

.dialog .cartOrNew .custom-pic .crop_render .bed .backColor {
    position: absolute;
    left: 13px;
    top: 95px;
    width: 320px;
    height: 340px;
    z-index: 1
}

.dialog .cartOrNew .custom-pic .crop_render .bed .bedC {
    z-index: 2;
    position: absolute;
    left: 32px;
    top: 120px;
    width: 280px;
    height: 300px;
    background-color: #fff
}

.dialog .cartOrNew .paraList {
    width: 100%;
    height: 100px;
    margin-top: 15px;
    border: 1px solid #ccc
}

.dialog .cartOrNew .paraList .tit {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc
}

.dialog .cartOrNew .paraList ul {
    width: 100%;
    height: 70px
}

.dialog .cartOrNew .paraList ul li:first-child {
    border-left: 0
}

.dialog .cartOrNew .paraList ul li {
    height: 70px;
    border-left: 1px solid #ccc
}

.dialog .cartOrNew .paraList ul li .name_paras {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #ccc
}

.dialog .cartOrNew .paraList ul li .copyBox {
    width: 100%;
    height: 30px
}

.dialog .cartOrNew .paraList ul li .copyBox .inventory {
    width: 100%;
    height: 100%;
    line-height: 30px;
    text-align: center;
    color: #e8351b
}

.dialog .cartOrNew .paraList ul li .copyBox .copy {
    min-width: 35px;
    max-width: 70px;
    margin: 3px auto
}

.dialog .cartOrNew .paraList ul li .copyBox .copy .reduceAdd {
    width: 10px;
    height: 100%;
    line-height: 21px;
    text-align: center
}

.dialog .cartOrNew .paraList ul li .copyBox .copy .reduceAdd:hover {
    color: #e8351b
}

.dialog .cartOrNew .paraList ul li .copyBox .copy .nums {
    max-width: 50px;
    min-width: 15px;
    height: 20px;
    text-align: center
}

.dialog .cartOrNew .total {
    min-width: 200px;
    height: 75px;
    margin-top: 10px
}

.dialog .cartOrNew .total p {
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: left;
    color: #606060
}

.dialog .cartOrNew .buttons {
    width: 420px;
    height: 40px;
    margin: 35px auto 0
}

.dialog .cartOrNew .buttons .addBtn-cus {
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #e8351b;
    border: 1px solid #e8351b;
    margin-right: 15px
}

.dialog .cartOrNew .buttons .placeBtn-cus {
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #e8351b;
    border: 1px solid #e8351b
}

.dialog .cartOrNew .buttons .notallowed {
    cursor: not-allowed
}

.dialog .myPattern {
    width: 100%;
    height: 600px;
    overflow: auto
}

.dialog .myPattern ul li {
    cursor: pointer;
    width: 190px;
    height: 190px;
    position: relative;
    background-color: rgba(0, 0, 0, .5);
    margin-right: 10px;
    margin-bottom: 10px
}

.dialog .myPattern ul li .pic {
    width: 100%;
    height: 100%;
    background-size: cover !important
}

.dialog .myPattern ul li .hover-info {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5)
}

.dialog .myPattern ul li .chose-info {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/select-red.png) center no-repeat
}

.dialog .myPattern ul li:hover .hover-info {
    display: block
}

.dialog .myPattern ul li:nth-child(6n) {
    margin-right: 0
}

.dialog .confirmBtn {
    width: 150px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    background-color: #e8351b;
    margin: 20px auto
}

.dialog .confirmBtn:hover {
    background-color: #d7240a
}

.dialog .intelligentMyPic {
    width: 1180px;
    height: 590px;
    overflow: auto
}

.dialog .intelligentMyPic ul li {
    list-style: none;
    float: left;
    width: 183px;
    height: 183px;
    margin: 6px;
    overflow: hidden;
    background-size: cover !important
}

.dialog .intelligentMyPic ul li .pic {
    width: 100%;
    height: 100%;
    background-color: #ccc;
    position: relative;
    cursor: pointer;
    background-size: cover !important
}

.dialog .intelligentMyPic ul li .pic .my-up {
    width: 40px;
    height: 33px;
    position: relative;
    left: 0;
    top: 0;
    background: url(../images/up.png) center no-repeat
}

.dialog .intelligentMyPic ul li .pic .hover-info {
    width: 183px;
    height: 183px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/printing-hover1.png) 50% 50% no-repeat;
    background-color: rgba(0, 0, 0, .5);
    visibility: hidden
}

.dialog .intelligentMyPic ul li .pic .chose-info {
    width: 183px;
    height: 183px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/pringing1.png) 50% 50% no-repeat;
    background-color: rgba(0, 0, 0, .5)
}

.dialog .intelligentMyPic ul li .pic .morePic {
    background: url(../images/add.png) center 50px no-repeat;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    color: #fff;
    text-align: center;
    line-height: 15px
}

.dialog .intelligentMyPic ul li .pic .morePic p {
    text-align: center;
    color: #a8a5a5;
    font-size: 15px
}

.dialog .intelligentMyPic ul li a {
    color: #e8351b
}

.dialog .intelligentMyPic ul li a .morePic {
    background: url(../images/add.png) center 50px no-repeat;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    color: #fff;
    text-align: center;
    line-height: 15px
}

.dialog .intelligentMyPic ul li a .morePic p {
    text-align: center;
    color: #a8a5a5;
    font-size: 15px
}

.dialog .intelligentMyPic ul li .pic:hover .hover-info {
    display: block;
    visibility: visible
}

.dialog .my_patternPage {
    width: 100%;
    height: 55px
}

.dialog .selectBtn {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #000;
    margin: 10px 0 0 544px;
    border: 1px solid #000
}

.dialog .selectBtn:hover {
    color: #fff;
    background-color: #333;
    border: 1px solid #333
}

.dialog .smartDesign {
    width: 100%;
    height: 100%
}

.dialog .smartDesign .tit {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    padding-left: 20px
}

.dialog .smartDesign .downList {
    width: 100%;
    height: 250px
}

.dialog .smartDesign .downList table {
    width: 100%;
    color: #686868
}

.dialog .smartDesign .downList table tr {
    height: 50px;
    border-bottom: 1px solid #ccc
}

.dialog .smartDesign .downList table tr .c1 {
    width: 20%
}

.dialog .smartDesign .downList table tr .c2 {
    width: 30%
}

.dialog .smartDesign .downList table tr .c3 {
    width: 15%
}

.dialog .smartDesign .downList table tr .c4 {
    width: 20%
}

.dialog .smartDesign .downList table tr .text-center {
    text-align: center
}

.dialog .smartDesign .downList table tr .border-r {
    border-right: 1px solid #ccc
}

.dialog .smartDesign .downList table tr .down-btn {
    width: 75px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #e8351b;
    margin: 12px auto;
    color: #e8351b
}

.dialog .smartDesign .downList table tr .down-btn:hover {
    background-color: #e8351b;
    color: #fff
}

.dialog .smartDesign .downList table tr .price {
    width: 120px;
    height: 50px;
    line-height: 50px
}

.dialog .smartDesign .downList table tr .selectBox {
    width: 30px;
    height: 25px;
    margin: 5px auto;
    background: url(../images/pixsel.png) center no-repeat
}

.dialog .smartDesign .pic-info {
    margin-top: 20px;
    width: 100%;
    font-size: 18px
}

.dialog .smartDesign .pic-info .pic-size {
    font-size: 18px;
    height: 36px;
    line-height: 36px
}

.dialog .smartDesign .pic-info .pic-buy {
    height: 36px
}

.dialog .smartDesign .pic-info .pic-buy .price {
    line-height: 36px;
    margin-right: 20px
}

.dialog .smartDesign .pic-info .pic-buy .buy-btn {
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #e8351b
}

.dialog .smartDesign .pic-info .pic-buy .buy-btn:hover {
    background-color: #d7240a
}

.dialog .smartDesign .pic-info .size-over {
    font-size: 17px;
    line-height: 36px
}

.dialog .smartDesign .pic-info .come-on {
    font-size: 14px;
    color: #8e8e8e
}

.dialog .applyFree .ApplyFreeTit {
    width: 430px;
    height: 50px;
    line-height: 50px;
    letter-spacing: 4px;
    font-size: 40px;
    margin: auto auto 40px
}

.dialog .applyFree .marg-r {
    margin-right: 50px
}

.dialog .applyFree .ApplyFreeContent {
    width: 480px;
    height: auto;
    margin: auto
}

.dialog .applyFree .ApplyFreeContent .identity {
    width: 100%;
    height: 70px
}

.dialog .applyFree .ApplyFreeContent .identity .allText {
    height: 20px;
    margin-top: 19px
}

.dialog .applyFree .ApplyFreeContent .identity .selectApply {
    width: 14px;
    height: 14px;
    margin: 22px 10px 20px 30px;
    cursor: pointer;
    border: 1px solid #000
}

.dialog .applyFree .ApplyFreeContent .identity .selectedapply {
    background: url(../images/hoot.png) center no-repeat
}

.dialog .applyFree .ApplyFreeContent .identity .nameTel {
    width: 360px;
    height: 37px;
    padding: 0 5px;
    margin: 11px 0 0 30px;
    border: 1px solid #ccc
}

.dialog .applyFree .ApplyFreeContent .textW1 {
    width: 100%;
    height: 30px;
    margin: 20px auto 0;
    color: #b0b0b0
}

.dialog .applyFree .ApplyFreeContent .textW2 {
    width: 100px;
    height: 30px;
    margin: auto
}

.dialog .applyFree .ApplySubmitBtn {
    width: 200px;
    height: 60px;
    margin: 30px auto;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #000;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.dialog .applyFree .ApplySubmitBtn:hover {
    color: #e8351b;
    border: 1px solid #e8351b
}

.dialog .sendCoupons {
    width: 580px;
    height: 500px;
    position: relative;
    background: url(../images/sendcoupon.png) center no-repeat
}

.dialog .sendCoupons a {
    width: 100%;
    height: 100%;
    display: block
}

.dialog .sendCoupons .close {
    width: 30px;
    height: 30px;
    background: url(../images/send-close.png) center no-repeat;
    position: absolute;
    top: 25px;
    right: 50px
}

.dialog .sendCoupons .seeCoupon {
    width: 150px;
    height: 40px;
    background-color: #49e3d3;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    position: absolute;
    right: 125px;
    top: 330px
}

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

.myPatternDialog .tit {
    width: 100%;
    height: 30px;
    color: red;
    text-align: right
}

.myPatternDialog .pics {
    width: 100%;
    height: 470px;
    background-color: #eee;
    overflow: auto
}

.myPatternDialog .pics ul > li:nth-child(6n) {
    margin-right: 0
}

.myPatternDialog .pics .pic {
    width: 120px;
    height: 120px;
    cursor: pointer;
    background-color: #ccc;
    margin: 0 10px 10px 0
}

.myPatternDialog .pics .pic .size {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    bottom: 0
}

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

.priceDialog .table-cus {
    width: 100%;
    color: #555
}

.priceDialog .table-cus tr td {
    height: 44px;
    text-align: center
}

.effect {
}

.effect .effect-pic {
    width: 676px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative
}

.effect .effect-pic.overflowy {
    overflow-y: auto
}

.effect .effect-pic img {
    position: absolute
}

.effect .eff-ti {
    color: #e8351b;
    font-size: 16px;
    line-height: 36px
}

.sum-cal {
    width: 100%;
    z-index: 2;
    position: relative
}

.lianOrDu:hover {
    color: #e8351b;
    cursor: pointer
}

.sum-cal2 tr {
    width: 100%
}

.sum-cal2 tr td {
    text-align: center;
    width: 170px;
    border: 1px solid #ccc;
    height: 40px
}

.sum-cal2 tr td.tit {
    font-size: 12px;
    background: #f7f7f7
}

.sum-cal2 tr td.danjia {
    height: 40px;
    font-size: 12px
}

.sum-cal tr td {
    text-align: center;
    border: 1px solid #ccc;
    height: 30px
}

.sum-cal tr td.tit {
    font-size: 12px;
    height: 40px;
    background: #f7f7f7
}

.sum-cal tr td.danjia {
    height: 40px;
    font-size: 12px
}

.result-tit2 {
    margin-top: 25px;
    color: #888;
    font-weight: 700
}

.have-img {
    height: 400px !important
}

.webUploadBox {
    position: absolute;
    width: 730px;
    height: 530px;
    z-index: 5;
    top: 50%;
    left: 50%;
    margin-left: -365px;
    margin-top: -250px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 30px #333;
    padding: 15px
}

.webUploadBox .content-box {
    width: 700px;
    height: auto
}

.webUploadBox .title {
    height: 40px;
    width: 100%;
    font-size: 24px;
    color: #e8351b;
    font-weight: 700
}

.webUploadBox .title .closeBtn {
    background: url(../images/pop-closenew.png) center no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.webUploadBox .demand {
    width: 100%;
    margin-top: 15px
}

.webUploadBox .demand .table-cus {
    width: 100%;
    border: 1px solid #ccc
}

.webUploadBox .demand .table-cus tr {
    text-align: center;
    height: 40px;
    font-size: 13px;
    color: #777
}

.webUploadBox .demand .table-cus tr .weight {
    font-weight: 700;
    background-color: #eff3f5
}

.webUploadBox .imgBox {
    margin-top: 20px;
    width: 100%;
    height: 230px;
    overflow: auto
}

.webUploadBox .imgBox .pic-box {
    width: 120px;
    height: 100px;
    margin: 0 20px 15px 0;
    background-color: #eee
}

.webUploadBox .imgBox .pic-box .pic {
    width: 100%;
    height: 100%
}

.webUploadBox .imgBox .pic-box .pic .progress {
    position: absolute;
    top: 46px;
    left: 5px;
    z-index: 2;
    width: 110px;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #6F7172
}

.webUploadBox .imgBox .pic-box .pic .progress .len {
    width: 0;
    height: 100%;
    background-color: #3c9;
    transition: all .3s linear
}

.webUploadBox .imgBox .pic-box .pic .deleteBox {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    visibility: hidden;
    cursor: pointer;
    background: url(../images/printing-img-close1.png)
}

.webUploadBox .imgBox .pic-box .pic .errorBox {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    color: #fff;
    text-align: center;
    line-height: 20px;
    padding-top: 40px;
    background-color: rgba(0, 0, 0, .5)
}

.webUploadBox .imgBox .pic-box .pic:hover .deleteBox {
    visibility: visible
}

.webUploadBox .imgBox ul > li:nth-child(5n) {
    margin-right: 0
}

.webUploadBox .btn-box {
    width: 100%;
    margin-top: 20px;
    height: 40px
}

.webUploadBox .btn-box .up-btn {
    width: 120px;
    height: 40px;
    background-color: #e8351b;
    color: #fff;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    margin: 0 auto
}

.webUploadBox .prod-example {
    width: 100%;
    height: 300px
}

.webUploadBox .prod-example .example-pic {
    width: 100%;
    height: 230px;
    margin-top: 20px
}

.webUploadBox .prod-example .size-des {
    color: #999;
    width: 100%;
    height: 50px;
    line-height: 20px;
    padding-top: 5px
}

.pop-up-be {
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: url(../images/ie-bg-0.png) repeat
}

.pop-up-bg {
    background-color: #fff;
    width: 100%;
    height: 100%
}

.pop-up {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    margin-left: -290px;
    width: 696px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 30px #333;
    padding: 16px
}

.pop-up2 {
    color: #888
}

.pop-up2 .tit {
    font-size: 20px;
    height: 40px
}

.pop-up2 .tit-2 {
    font-size: 14px;
    height: 30px
}

.pop-up2 .tel {
    margin-bottom: 15px;
    height: 30px;
    font-size: 14px
}

.pop-up .pop-up-close, .pop-up2 .pop-up-close {
    background: url(../images/pop-closenew.png) center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.pop-up .pop-up-close:hover, .pop-up2 .pop-up-close:hover {
    background: url(../images/pop-closenewh.png) center no-repeat
}

.pop-up .pop-header, .pop-up2 .pop-header {
    font-size: 24px;
    color: #e8351b;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px
}

.pop-up .flower-del, .pop-up2 .flower-del {
    font-size: 24px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5
}

.pop-up .attention, .pop-up2 .attention {
    font-size: 14px;
    color: #333;
    text-align: center
}

.pop-up2 .deliveryTime {
    width: 100%;
    height: 25px;
    line-height: 25px
}

.pop-up4 .pop-up-close {
    background: url(../images/pop-closenew.png) center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: 0;
    cursor: pointer
}

.pop-up4 .bac {
    width: 500px;
    height: 350px;
    font-size: 14px;
    background: url(../images/warnpay.png) center no-repeat
}

.pop-up4 .bac .pop-up-close {
    top: 30px;
    right: 35px
}

.pop-up4 .bac .wT {
    margin-top: 90px;
    width: 100%;
    text-align: center;
    font-size: 22px
}

.pop-up4 .bac .warnT {
    width: 205px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background-color: #df3f41;
    color: #fff;
    margin: 10px auto;
    border-radius: 12px
}

.pop-up4 .bac .detailP {
    width: 100%;
    height: auto;
    line-height: 25px;
    text-align: center
}

.pop-up4 .bac .btnBoxs {
    width: 270px;
    height: 30px;
    margin: 16px auto 0
}

.pop-up4 .bac .btnBoxs .btn-cus1 {
    width: 115px;
    height: 30px;
    line-height: 28px;
    cursor: pointer;
    border: 1px solid #df3f41;
    color: #df3f41;
    text-align: center;
    border-radius: 10px
}

.pop-up4 .bac .btnBoxs .btn-cus2 {
    width: 115px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    background-color: #df3f41;
    color: #fff;
    text-align: center;
    border-radius: 10px
}

.pop-up3 .pop-up-close {
    background: url(../images/pop-closenew.png) center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: 0;
    cursor: pointer
}

.pop-up3 .pop-header {
    font-size: 16px;
    color: #39c;
    text-align: left;
    margin-bottom: 20px
}

.pop-up3 .flower-del {
    font-size: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5
}

.pop-up3 .bac {
    width: 802px;
    height: 422px;
    background: url(../images/pay.jpg) center no-repeat
}

.pop-up .pay-su, .pop-up2 .pay-su {
    background: url(../images/pay-su.png) 10px 20px no-repeat;
    padding-left: 90px;
    font-size: 14px;
    padding-top: 15px;
    line-height: 20px;
    height: 100px
}

.repay {
    color: #a3a3a3;
    margin-left: 250px
}

.repay2 {
    color: #a3a3a3;
    margin-left: 40px
}

.pop-up .pop-imgs .img-close, .pop-up2 .pop-imgs .img-close {
    background: url(../images/printing-img-close1.png);
    position: absolute;
    width: 120px;
    height: 100px;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2000;
    visibility: hidden
}

.pop-up2 .tit2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    color: #e8351b
}

.pop-up2 .tit {
    margin: 10px 0;
    color: #888;
    line-height: 15px
}

.pop-up .pop-imgs .jindutiao, .pop-up2 .pop-imgs .jindutiao {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(83, 83, 83, .6);
    width: 120px;
    height: 100px
}

.pop-up .pop-imgs .img-error, .pop-up2 .pop-imgs .img-error {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(51, 153, 204, .6);
    width: 120px;
    height: 100px
}

.pop-up .pay-s-o {
    height: 31px;
    font-size: 12px
}

.img-error p {
    color: #fff;
    font-size: 14px;
    background: url(../images/printing-error.png) 61% 77% no-repeat;
    width: 105px;
    height: 45px;
    padding-top: 50px;
    padding-left: 25px
}

.jindutiao .f-box {
    margin-left: 9px;
    margin-bottom: 9px;
    width: 103px;
    height: 7px
}

.jindutiao span {
    color: #fff;
    font-size: 13px;
    text-align: center;
    width: 120px;
    display: block;
    padding-top: 33px;
    padding-bottom: 6px
}

.pop-up .pop-imgs li {
    float: left;
    margin-right: 12px;
    margin-bottom: 11px
}

.pop-up .pop-imgs li:nth-child(4n) {
    margin-right: 0
}

.pop-up .pop-imgs li a {
    cursor: pointer;
    position: relative;
    display: block
}

.pop-up .pop-tabel {
    width: 100%
}

.pop-up .pop-tabel thead tr th {
    font-size: 14px;
    color: #555;
    height: 30px
}

.pop-up .pop-tabel tbody tr {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5
}

.pop-up .pop-tabel tbody tr td {
    text-align: center;
    font-size: 13px;
    color: #777;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff
}

.pop-up .pop-tabel td {
    height: 40px;
    line-height: 40px
}

.pop-up .pop-tabel td.weight {
    font-size: 16px;
    font-weight: 700;
    background-color: #eff3f5
}

.pop-up .pop-upload {
    padding-top: 25px;
    padding-left: 200px
}

.pop-up .pop-upload .notice {
    font-size: 12px
}

.pop-up .yes-no {
    text-align: right
}

.pop-up .yes {
    display: inline-block;
    color: #888;
    font-size: 12px;
    cursor: pointer
}

.pop-up .price-sum {
    font-size: 13px;
    color: #555
}

.pop-up .price-em {
    color: #ff6036;
    font-size: 16px
}

.pop-up .pop-upload .notice span {
    display: inline-block;
    color: #888;
    padding-top: 18px;
    padding-right: 58px
}

.pop-up .f-no {
    font-size: 14px
}

.pop-up .f-no:hover {
    color: #39c
}

.pop-up .f-ok {
    width: 132px;
    height: 38px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    border-radius: 0;
    background-color: #e8351b;
    margin-left: 18px
}

.pop-up .f-ok:hover {
    background-color: #d7240a
}

.pop-up .pop-up-btn .up-img {
    display: block;
    background: url(../images/printing-up-img.png) 20px 50% no-repeat #ff6036;
    width: 128px;
    height: 33px;
    border: 2px solid #ff6036;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 33px;
    padding-left: 47px;
    cursor: pointer
}

.pop-up .pop-up-btn .up-yasuo {
    display: block;
    background: url(../images/printing-yasuo.png) 20px 50% no-repeat #fff;
    width: 128px;
    height: 33px;
    border: 2px solid #a6a6a6;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    line-height: 33px;
    padding-left: 47px;
    cursor: pointer
}

.pop-up .pop-up-btn li {
    float: left
}

.pop-up .pop-up-btn li.or {
    line-height: 38px;
    font-size: 12px;
    color: #888;
    padding: 0 12px
}

.imageUploader-queue {
    min-height: 140px
}

.imageUploader-queue .item {
    border: solid 1px #D9D8D9;
    margin: 0 10px 10px 0;
    width: 122px;
    height: 102px;
    position: relative;
    cursor: pointer
}

.imageUploader-queue .item:hover .img-close {
    visibility: visible
}

.g-u {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    _vertical-align: text-bottom
}

.imageUploader-queue .pic {
    display: table;
    text-align: center;
    table-layout: fixed
}

.imageUploader-queue .pic a {
    width: 120px;
    height: 100px;
    line-height: 100px;
    padding: 1px;
    vertical-align: middle
}

.imageUploader-queue .pic img {
    border: 0;
    margin: auto;
    max-width: 120px;
    max-height: 100px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.imageUploader-queue .pic-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: #D9D8D9;
    z-index: 301;
    filter: alpha(opacity=80)
}

.imageUploader-queue .status-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 301;
    width: 100%
}

.imageUploader-queue .status-wrapper .waiting-status {
    padding-top: 30px
}

.imageUploader-queue .status-wrapper p {
    margin: 0;
    text-align: center
}

.imageUploader-queue .status-wrapper .status {
    width: 100%
}

.imageUploader-queue .ks-progress-bar {
    height: 8px;
    width: 90%;
    background: #6F7172;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    margin: 0 auto
}

.ks-progress-bar .ks-progress-bar-value {
    width: 0;
    height: 8px;
    display: block;
    background: #3c9
}

.imageUploader-queue .status-wrapper .error-status {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 120px;
    padding-top: 10px;
    height: 100px;
    background-color: rgba(0, 0, 0, .5)
}

.pop-up .upload-item-li {
}

.rot0 {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0)
}

.rot90 {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
}

.rot180 {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.rot270 {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}

.rot360 {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0)
}

.speed {
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 100000;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7)
}

.speed .content {
    height: 40px;
    line-height: 40px
}

.speed .content .step1 {
    width: 450px;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    padding-left: 8px
}

.speed .content .step1 ul .bg {
    color: #e8351b
}

.speed .content .step1 ul .bg a {
    color: #e8351b
}

.speed .content .step1 ul .now {
    color: #fff
}

.speed .content .step1 ul li {
    padding-left: 10px;
    float: left;
    width: 90px;
    color: #ccc;
    font-size: 14px;
    font-weight: 700
}

.speed .content .step1 ul li a {
    color: #ccc
}

.speed .content .step1 ul li a:hover {
    color: #fff
}

.speed .content .pattern-num {
    margin-left: 80px;
    width: 150px;
    height: 40px;
    margin-top: 10px;
    color: #fff
}

.speed .content .oriP {
    font-weight: 400;
    height: 40px;
    cursor: pointer;
    color: #fff;
    margin: 10px
}

.speed .content .see-price {
    width: 80px;
    height: 40px;
    color: #fff;
    cursor: pointer;
    margin: 10px 0 0 10px
}

.speed .content .pay-notice {
    width: 300px;
    height: 40px;
    color: #fff;
    cursor: pointer;
    margin-top: 10px
}

.speed .content .fabric-num {
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding-right: 30px;
    margin-top: 7px;
    overflow: hidden
}

.speed .content .fabric-num span {
    width: 87px
}

.speed .content .fabric-num .price {
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.speed .content .btn-step {
    background-color: #e8351b;
    text-align: center;
    color: #fff
}

.speed .content .btn-step:hover {
    background-color: #e8351b;
    color: #fff
}

.speed .content .addToCart {
    background-color: #fff;
    text-align: center;
    color: #e8351b;
    border: 2px solid #e8351b;
    margin: 0 !important
}

.speed .content .placeOrder {
    background-color: #e8351b;
    text-align: center;
    color: #fff;
    margin: 0 !important
}

.speed .content .can {
    background-color: #ccc !important;
    text-align: center;
    color: #eee !important
}

.speed .content .uncan {
    border: 2px solid #ccc
}

.speed .content .prev {
    line-height: 60px;
    font-size: 15px;
    width: 160px;
    height: 60px;
    margin: 0 3px
}

.speed .content .next {
    line-height: 60px;
    font-size: 15px;
    width: 160px;
    height: 60px;
    margin: 0 3px
}

.signInDialog .pop-close {
    background: url(../images/pop-closenew.png) center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -2px;
    right: 0;
    cursor: pointer
}

.signInDialog .pop-close :hover {
    background: url(../images/pop-closenewh.png) center no-repeat
}

.signInDialog .sign-box {
    width: 100%;
    padding: 20px 80px;
    height: 340px;
    background-color: #fff;
    font-family: "微软雅黑"
}

.signInDialog .sign-box .floor2 {
    width: 100%;
    height: 30px
}

.signInDialog .sign-box .floor2 .other {
    color: #000;
    margin-left: 45px
}

.signInDialog .sign-box .floor2 .other .log {
    width: 25px;
    height: 20px;
    margin-left: 10px
}

.signInDialog .sign-box .floor2 .other .weibo {
    background: url(../images/weibo-h.png) center no-repeat
}

.signInDialog .sign-box .floor2 .other .qq {
    background: url(../images/qq2-h.png) center no-repeat
}

.signInDialog .sign-box .floor2 .other .weixin {
    background: url(../images/weixin-h.png) center no-repeat
}

.signInDialog .sign-box .floor2 .signUp {
    line-height: 20px
}

.signInDialog .sign-box .floor2 .remember {
    margin: 5px 0 10px 5px
}

.signInDialog .sign-box .mgt {
    margin-top: 20px
}

.signInDialog .sign-box .floor {
    width: 100%;
    height: 60px
}

.signInDialog .sign-box .floor .property {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px
}

.signInDialog .sign-box .floor .tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 27px;
    text-align: center
}

.signInDialog .sign-box .floor .photo {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 40px;
    height: 37px;
    background: url(../images/person.png) center no-repeat
}

.signInDialog .sign-box .floor .lock {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 40px;
    height: 37px;
    background: url(../images/key.png) center no-repeat
}

.signInDialog .sign-box .floor .password1, .signInDialog .sign-box .floor .name1 {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
    background-color: #fff !important;
    border: 1px solid #ccc;
    border-radius: 3px
}

.signInDialog .sign-box .floor .inputboxcolor {
    border: 1px solid #e8351b
}

.signInDialog .sign-box .floor .btn-cus {
    width: 100%;
    height: 40px;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px
}

.signInDialog .sign-box .floor .btn-cus:hover {
    background-color: #122
}

.signInDialog .sign-box .floor .prompt {
    font-size: 12px;
    padding-left: 20px;
    background: url(../images/x.png) no-repeat;
    display: none;
    line-height: 15px;
    color: #bd1d21;
    font-weight: 700
}

@media only screen and (max-width: 640px) {
    body, html {
        width: 100%;
        min-width: 100%
    }

    .head .headContent .muriLogn .logo {
        width: 160px;
        background-size: 100%
    }

    .head .headContent {
        height: auto;
        width: calc(100% - 20px);
        margin: 0 10px
    }

    .head .headContent .muriLogn {
        width: 160px;
    }

    .swiper-container .swiper-button-prev {
        left: 10px;
        background: url(../images/prev.png) center no-repeat;
        background-size: 100%;
        width: 15px;
    }

    .swiper-container .swiper-button-next {
        right: 10px;
        background: url(../images/next.png) center no-repeat;
        background-size: 100%;
        width: 15px;
    }

    .custom_all .content {
        width: 100%
    }

    .custom_all .content .prods .tit .t1 {
        font-size: 16px
    }

    .custom_all .content .prods .tit .t2 {
        line-height: 20px;
        font-size: 20px;
    }

    .custom_all .content .prods .tit {
        margin: 10px auto;
    }

    .custom_all .content .prods {
        margin-top: 0 !important;
    }

    .custom_all .content .prods .prod-sty1 .prod {
        width: 98%;
        padding: 20px;
        height: auto;
        margin: 5px 1%
    }

    .custom_all .content .prods .prod-sty1 .prod .des {
        float: left !important;
    }

    .custom_all .content .prods .prod-sty1 .prod .pic {
        width: 100%;
        height: 345px;
        background-size: 100% !important;
    }

    .custom_all .content .prods .prod-sty2 .main-prod {
        width: 98%;
        margin: 0 1%;
    }

    .custom_all .content .prods .prod-sty2 .example-prod {
        width: 100%;
        height: auto
    }

    .custom_all .content .prods .prod-sty2 .example-prod ul {
        overflow: hidden;
        zoom: 1
    }

    .custom_all .content .prods .prod-sty2 .example-prod .mar {
        width: 48%;
        margin: 5px 1%;
    }

    .custom_all .content .prods .prod-sty2 .example-prod .prod {
        width: 48%;
        margin: 5px 1%;
    }

    .custom_all .content .prods .prod-sty4 .prod1 {
        width: 48%;
        margin: 0 1%
    }

    .custom_all .content .prods .prod-sty4 .prod2 {
        width: 48%;
        margin: 0 1%
    }

    .custom_all .content .prods .prod-sty6 .prod {
        height: 155px;
    }

    .custom_all .content .prods .pad1 {
        padding-left: 0
    }

    .custom_all .content .prods .prod-sty7 .mr {
        margin-right: 0
    }

    .custom_all .content .prods .prod-sty7 .prod {
        width: 90%;
        margin: 5px 5%
    }

    .custom_all .footer2 .logo-box {
        height: 160px;
        background: url(../images/f-logo.png) top no-repeat #333;
        background-size: 75%;
        background-position-y: 25px;
        padding-top: 75px;
    }

    .custom_all .footer2 {
        height: auto
    }

    .custom_all .content .prods .prod-sty4 .prod1 .des .p2 {
        font-size: 12px
    }

    .head .headContent .navigation ul li {
        width: 25%;
        height: 30px;
        line-height: 30px;
    }

    .head .headContent .navigation {
        height: auto
    }

    .head .headContent .navigation ul {
        height: auto
    }

    .wrap1 {
        width: 100%;
        overflow: hidden;
        zoom: 1
    }

    .custom_all .footer2 .foot {
        height: auto
    }

    .custom_all .footer2 .foot .reserve {
        margin-left: 0;
        margin: 28px 0;
        font-size: 14px;
    }
}