﻿@charset "UTF-8";
.f-box {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex
}

.f-col {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column
}
.f-main-c {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}
.f-main-justify {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}
.f-main-end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}
.f-main-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}
.f-aside-c {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center
}
.f-aside-start {
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}
.f-aside-end {
    -webkit-box-align: end;
    -moz-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}
.f-aside-b {
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline
}
.f-aside-s {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch
}
.swiper-container-to {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
	margin-top: 10px;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left
}
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-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: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}
.swiper-wp8-vertical {
    -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;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    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-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-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-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-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-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-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.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;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}
.swiper-container-vertical>.swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}
.swiper-container-horizontal>.swiper-pagination {
    bottom: 8px;
    left: 0;
    width: 100%
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-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;
    -moz-transform-style: preserve-3d;
    -ms-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, left top, right 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: -moz-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, right top, left 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: -moz-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 top, left bottom, 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: -moz-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 bottom, left top, 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: -moz-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-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events: none
}
.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;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}
.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;
    -moz-backface-visibility: hidden;
    -ms-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-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-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%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-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%;
    -webkit-background-size: 100%;
    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)
    }
}
@keyframes swiper-preloader-spin {
    100% {
        transform:rotate(360deg)
    }
}
.swiper-container {
    width: 100%;
    height: 100%;
margin-top: 45px;
}
.one-line.low-line {
    margin: 0!important;
    color: #999!important
}
.text-center {
    text-align: center!important
}
.text-center.sales .post-num {
    float: none!important
}
.one-line>.text-gray.text-ell {
    color: #999!important;
    font-size: 10px;
    text-decoration: line-through
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden
}
.swiper-slide .adv-text {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 7px;
    opacity: .8;
    border-top-right-radius: 4px;
    padding: 2px;
    z-index: 50
}
.swiper-slide .adv-bg {
    width: 20px;
    height: 13px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: .15;
    border-top-right-radius: 4px;
    z-index: 49
}
.swiper-slide img {
    width: 100%
}
.swiper-container-much {
    border-top: 1px solid #eee
}
.swiper-container-much .near-img {
    margin-top: 10px;
    margin-bottom: 10px
}
.idx-head {
    display: box;
    display: -webkit-box;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 5;
    height: 30px;
    padding: 7px 0;
    background-color: #fff
}
.idx-head .idx-logo {
    height: 32px;
    width: 54px;
    background: url(../images/logo-index_50b5f30.png) no-repeat 0 3px;
    background-size: 100%;
    margin: 0 15px;
    font-size: 0;
    color: transparent
}
.idx-head .idx-search {
    display: block;
    box-flex: 1;
    -webkit-box-flex: 1;
    background-color: #e7e7e7;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    color: #cacaca;
    position: relative;
    margin-right: 12px;
    font-size: 14px;
    text-indent: 30px
}
.idx-head .idx-search::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 13px;
    height: 15px;
    background: url(../images/search-icon-index_71373db.png) no-repeat;
    background-size: 100%;
    left: 13px;
    top: 8px
}
.idx-banner {
    height: 112px;
    overflow: hidden;
    position: relative
}
.idx-banner .idx-banner-swipe-row {
    height: 100%
}
.idx-banner .idx-banner-swipe {
    overflow: hidden;
    position: relative;
    height: 100%
}
.idx-banner .idx-banner-swipe .idx-banner-wrap {
    float: left;
    width: 100%;
    position: relative;
    height: 100%
}
.idx-banner .idx-banner-swipe .idx-banner-wrap a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top center
}
.idx-banner .idx-banner-indicators {
    position: absolute;
    bottom: 8px;
    width: 100%;
    height: 8px;
    text-align: center;
    margin: 0;
    padding: 0;
    z-index: 1;
    visibility: visible
}
.idx-banner .idx-banner-indicators li {
    background-color: #fff;
    width: 8px;
    height: 8px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px
}
.idx-banner .idx-banner-indicators li.active {
    background-color: #ff884c
}
.idx-category {
    background-color: #fff;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative
}
.idx-category li {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 25%;
    -webkit-box-sizing: border-box;
    float: left;
    height: 88px
}
.idx-category li a {
    text-align: center;
    width: 100%;
    display: block;
    position: relative
}
.idx-category li a p {
    display: block;
    width: 100%;
    font-size: 12px;
    margin-bottom: 4px;
    text-align: center;
    color: #333
}
.idx-category li a img {
    top: inherit;
    width: 50px;
    height: 50px;
    margin: 10px auto 0;
    -webkit-transform: inherit;
    transform: inherit
}
.js-swiper-container-channel {
    background: #fff
}
.js-swiper-container-channel .idx-category li {
    width: 20%
}
.js-swiper-container-channel .idx-category li.wid-special {
    width: 24%
}
.js-swiper-container-channel .idx-category a p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
.js-swiper-container-channel .wid19 li {
    width: 19%
}
.js-swiper-container-channel .swiper-slide {
    height: 205px;
    display: block
}
.js-swiper-container-25 {
    background: #fff
}
.js-swiper-container-25 .swiper-slide {
    margin-bottom: 32px;
    display: block
}
.js-swiper-container-25 .swiper-slide li {
    float: left;
    width: 33.33%;
    margin-top: 12px
}
.js-swiper-container-25 .swiper-slide li div {
    margin: 5px;
    padding-top: 62%;
    position: relative
}
.js-swiper-container-25 .swiper-slide li div img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.idx-model {
    background-color: #fff;
    margin-top: 10px
}
.idx-model .idx-model-title {
    border-left: 3px solid #ff8040;
    padding: 0 0 0 8px;
    font-size: 12px;
    color: #333;
    height: 16px;
    line-height: 16px;
    margin: 0 0 8px
}
.idx-model .idx-model-title .idx-model-title-more {
    font-size: 12px;
    color: #ff8040;
    float: right
}
.model-one .idx-model-body li {
    display: -webkit-box;
    display: box
}
.model-one .idx-model-body a {
    -webkit-box-flex: 1;
    box-flex: 1;
    display: block;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top center;
    margin-bottom: 4px
}
.model-one .idx-model-body img {
    display: block;
    width: 100%;
    height: 100%
}
.model-three .idx-model-body {
    display: box;
    display: -webkit-box
}
.model-three .idx-model-body li {
    padding-top: 33.75%;
    box-flex: 1;
    -webkit-box-flex: 1;
    overflow: hidden;
    position: relative;
    border-right: 1px solid #eee
}
.model-three .idx-model-body li a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%
}
.model-three .idx-model-body li a img {
    display: block;
    width: 92%;
    height: 100%;
    margin: auto
}
.model-three .idx-model-body li:last-child {
    border: 0 none
}
.model-four .idx-model-body {
    padding-top: 45.33%;
    position: relative;
    overflow: hidden
}
.model-four .idx-model-body li {
    position: absolute;
    box-sizing: border-box
}
.model-four .idx-model-body li:nth-child(1) {
    width: 40%;
    height: 100%;
    left: 0;
    top: 0;
    border-right: 1px solid #eee
}
.model-four .idx-model-body li:nth-child(1) a {
    width: 96%
}
.model-four .idx-model-body li:nth-child(2) {
    width: 58%;
    height: 50%;
    left: 42%;
    top: 0;
    border-bottom: 1px solid #eee
}
.model-four .idx-model-body li:nth-child(2) a {
    width: 100%
}
.model-four .idx-model-body li:nth-child(3) {
    width: 29%;
    height: 46%;
    left: 42%;
    top: 54%;
    border-right: 1px solid #eee
}
.model-four .idx-model-body li:nth-child(4) {
    width: 27%;
    height: 46%;
    left: 73%;
    top: 54%
}
.model-four .idx-model-body li a {
    display: block;
    height: 100%
}
.model-four .idx-model-body li a img {
    display: block;
    width: 100%;
    height: 100%
}
.model-one.baiduApp .idx-model-body li a img, .model-three.baiduApp .idx-model-body li a img, .model-four.baiduApp .idx-model-body li a img {
    height: auto
}
.model-text .idx-model-body {
    position: relative
}
.model-text .idx-model-body .idx-img {
    padding-right: 74px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 24px;
    font-size: 14px
}
.model-text .idx-model-body .idx-img img {
    width: 28px
}
.model-text .idx-model-body a {
    font-size: 16px;
    background-color: #ff7033;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    padding: 2px 15px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px
}
.mt10 {
    margin-top: 10px
}
.adv-pic {
    background: #fff
}
.adv-pic .channel-header-text {
    margin-bottom: 0
}
.adv-pic .f-box {
    border-top: 1px solid #eee
}
.adv-pic .f-box .flex-item {
    border-right: 1px solid #eee
}
.adv-pic .f-box .flex-item:last-child {
    border: 0
}
.adv-pic img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}
.hot-top {
    padding: 0 10px 0 115px;
    height: 40px;
    position: relative;
    background: #fff;
    overflow: hidden;
    border-top: 1px solid #eee
}
.hot-top img {
    width: 105px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 10px
}
.hot-top .hot-top-scroll .swiper-slide {
    text-align: left;
    display: block
}
.hot-top .hot-top-scroll p {
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    overflow: hidden
}
.channel-header-img {
    max-height: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    font-size: 0
}
.channel-header-img img {
    display: inline-block;
    max-height: 40px;
    max-width: 100%
}
.channel-header-text {
    height: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    padding: 0 15px
}
.channel-header-text a {
    color: #b0b0b0;
    font-size: 12px;
    float: right
}
.channel-header-text.life-search {
    margin-bottom: 0;
    background: #fff
}
.channel-header-text img {
    height: 16px;
    width: 16px;
    float: left;
    margin: 12px 6px 12px 0
}
.scroll-list-more {
    width: 14px;
    position: absolute;
    padding-right: 16px;
    background: url(../images/scroll-more_f5db9c6.png) 18px center no-repeat #fff;
    background-size: 5px 8px;
    display: table
}
.scroll-list-more div {
    display: table-cell;
    vertical-align: middle;
    line-height: 12px;
    font-size: 12px;
    color: #999
}
.scroll-list-wrap {
    background: #fff
}
.scroll-list-wrap li img {
    width: 100%;
    vertical-align: top
}
.scroll-list-wrap .idx-model-title {
    font-size: 14px
}
.scroll-list-wrap .scroll-list .swiper-slide .img, .scroll-list-wrap .search-list .swiper-slide .img {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto
}
.scroll-list-wrap .scroll-list .swiper-slide .img img, .scroll-list-wrap .search-list .swiper-slide .img img {
    width: 100%;
    height: 100%
}
.scroll-list-wrap .scroll-list .swiper-slide .img span, .scroll-list-wrap .search-list .swiper-slide .img span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-indent: 10px;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    text-align: left
}
.scroll-list-wrap .scroll-list .swiper-slide .text, .scroll-list-wrap .search-list .swiper-slide .text {
    padding-bottom: 5px;
    width: 120px
}
.scroll-list-wrap .scroll-list .swiper-slide .text p, .scroll-list-wrap .search-list .swiper-slide .text p {
    font-size: 12px;
    text-align: left
}
.scroll-list-wrap .scroll-list .swiper-slide .text p span, .scroll-list-wrap .search-list .swiper-slide .text p span {
    color: #484848
}
.scroll-list-wrap .scroll-list .swiper-slide .text p span.post-num, .scroll-list-wrap .search-list .swiper-slide .text p span.post-num {
    float: right;
    line-height: 21px;
    font-size: 10px;
    color: #b0b0b0
}
.scroll-list-wrap .scroll-list .swiper-slide .text p span.now-price, .scroll-list-wrap .search-list .swiper-slide .text p span.now-price {
    font-size: 16px;
    color:#f60;
    text-align: left
}
.scroll-list-wrap .scroll-list .swiper-slide .text p span.origin, .scroll-list-wrap .search-list .swiper-slide .text p span.origin {
    color: #9c9c9c;
    text-decoration: line-through
}
.scroll-list-wrap .scroll-list .swiper-slide .text p span.title, .scroll-list-wrap .search-list .swiper-slide .text p span.title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 4px;
    height: 32px;
    line-height: 16px
}
.scroll-list-wrap .scroll-list .swiper-slide .text p i, .scroll-list-wrap .search-list .swiper-slide .text p i {
    color:#f60
}
.scroll-list-wrap .scroll-list .swiper-slide .text p.one-line, .scroll-list-wrap .search-list .swiper-slide .text p.one-line {
    height: 21px;
    line-height: 21px;
    overflow: hidden
}
.scroll-list-wrap .scroll-list .swiper-slide .text p.one-line .text-gray, .scroll-list-wrap .search-list .swiper-slide .text p.one-line .text-gray {
    white-space: pre-line
}
.scroll-list-wrap .scroll-list .swiper-slide .text p.now-price, .scroll-list-wrap .search-list .swiper-slide .text p.now-price {
    font-size: 16px;
    color:#f60;
    text-align: left
}
.scroll-list-wrap .scroll-list .swiper-slide .text p.base-price, .scroll-list-wrap .search-list .swiper-slide .text p.base-price {
    font-size: 16px;
    color:#f60;
    line-height: 16px;
    margin-top: 0
}
.scroll-list-wrap .scroll-list .swiper-slide .text p.base-price .post-num, .scroll-list-wrap .search-list .swiper-slide .text p.base-price .post-num {
    font-size: 12px;
    font-weight: 400
}
.scroll-list-wrap .scroll-list .swiper-slide .text p.base-price span.origin, .scroll-list-wrap .search-list .swiper-slide .text p.base-price span.origin {
    color:#f60;
    text-decoration: initial
}
.scroll-list-wrap .scroll-list .swiper-slide .text p.visibility, .scroll-list-wrap .search-list .swiper-slide .text p.visibility {
    visibility: hidden
}
.scroll-list-wrap .scroll-list .scroll-list-more, .scroll-list-wrap .search-list .scroll-list-more {
    height: 120px
}
.scroll-list-wrap .scroll-list-short {
    background: #fff
}
.scroll-list-wrap .scroll-list-short .swiper-slide .img {
    width: 85px;
    height: 85px
}
.scroll-list-wrap .scroll-list-short .swiper-slide .text {
    width: 85px
}
.scroll-list-wrap .scroll-list-short .swiper-slide .text .one-line {
    margin-top: 5px;
    line-height: 21px;
    color: #484848;
    text-align: center
}
.scroll-list-wrap .scroll-list-short .scroll-list-more {
    height: 85px
}
.scroll-list-wrap .search-list .swiper-slide .img {
    width: auto
}
.channel-service-list {
    background: #fff
}
.channel-service-list ul {
    padding: 0 2%
}
.channel-service-list ul li {
    width: 50%;
    margin-bottom: 11px;
    float: left;
    position: relative;
    background: #fff
}
.channel-service-list ul li .img {
    margin: 5%;
    padding-top: 90%;
    position: relative
}
.channel-service-list ul li .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.channel-service-list ul li .text {
    padding: 0 5% 5px
}
.channel-service-list ul li .text p {
    font-size: 12px;
    text-align: left
}
.channel-service-list ul li .text p span {
    color: #484848
}
.channel-service-list ul li .text p span.now-price {
    font-size: 16px;
    color:#f60;
    text-align: left
}
.channel-service-list ul li .text p span.save {
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    padding: 2px;
    border-radius: 3px;
    background: #ffa922;
    float: right
}
.channel-service-list ul li .text p span.save i {
    font-size: 12px;
    color: #fff
}
.channel-service-list ul li .text p span.special {
    display: none;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    padding: 2px;
    border-radius: 3px;
    background: #ff4e00;
    float: right;
    margin-left: 3px
}
.channel-service-list ul li .text p span.title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 4px 0;
    height: 36px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 700
}
.channel-service-list ul li .text p i {
    color:#f60
}
.channel-service-list ul li .text p.one-line {
    height: 21px;
    line-height: 21px;
    overflow: hidden
}
.channel-service-list ul li .text p.sales {
    color: #b0b0b0;
    font-size: 10px;
    margin-top: 2px
}
.channel-service-list ul li .text p.visibility {
    visibility: hidden
}
.channel-shop-list-wrap .channel-header-text, .channel-shop-list-wrap .channel-header-img {
    margin-bottom: 0
}
.channel-shop-list {
    background: #fff;
    font-size: 0
}
.channel-shop-list .channel-header-text, .channel-shop-list .channel-header-img {
    margin-bottom: 0
}
.channel-shop-list ul {
    padding-bottom: 5%
}
.channel-shop-list ul li {
    display: inline-block;
    vertical-align: middle;
    width: 14%;
    margin: 5% 0 0 5%
}
.channel-shop-list ul li img {
    width: 100%
}
@media screen and (max-width:374px) {
    .channel-shop-list ul {
        padding-bottom: 4%;
        font-size: 0
    }
    .channel-shop-list ul li {
        display: inline-block;
        vertical-align: middle;
        width: 20%;
        margin: 4% 0 0 4%
    }
    .channel-shop-list ul li img {
        width: 100%
    }
}
.channel-interesting {
    margin-top: 10px
}
.channel-interesting .channel-header-img, .channel-sort .channel-header-img {
    background: #eee;
    margin-bottom: 0;
    border-bottom: 0
}
.channel-interesting .channel-header-text, .channel-sort .channel-header-text {
    background: #fff;
    margin-bottom: 0
}
.channel-interesting .service-list li, .channel-sort .service-list li, .channel-interesting .shop-list li, .channel-sort .shop-list li {
    background-color: #fff;
    padding: 10px;
    border-bottom: 1px solid #eee
}
.channel-interesting .service-list li:last-child, .channel-sort .service-list li:last-child, .channel-interesting .shop-list li:last-child, .channel-sort .shop-list li:last-child {
    border-bottom: 0
}
.channel-interesting .service-list li .list-img, .channel-sort .service-list li .list-img, .channel-interesting .shop-list li .list-img, .channel-sort .shop-list li .list-img {
    overflow: hidden;
    float: left;
    position: relative
}
.channel-interesting .service-list li .list-img .august-tag, .channel-sort .service-list li .list-img .august-tag, .channel-interesting .shop-list li .list-img .august-tag, .channel-sort .shop-list li .list-img .august-tag {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: url(../images/august-tag_c7ca9f5.png) no-repeat top left;
    background-size: 100%;
    width: 42px;
    height: 42px
}
.channel-interesting .service-list li .list-img img, .channel-sort .service-list li .list-img img, .channel-interesting .shop-list li .list-img img, .channel-sort .shop-list li .list-img img {
    height: 68px;
    width: 68px;
    float: left
}
.channel-interesting .service-list li .list-img .list-tag, .channel-sort .service-list li .list-img .list-tag, .channel-interesting .shop-list li .list-img .list-tag, .channel-sort .shop-list li .list-img .list-tag {
    position: absolute;
    top: 8px;
    left: -16px;
    transform: rotate(-45deg);
    background-color:#f60;
    color: #fff;
    width: 68px;
    text-align: center
}
.channel-interesting .service-list li .list-body, .channel-sort .service-list li .list-body, .channel-interesting .shop-list li .list-body, .channel-sort .shop-list li .list-body {
    margin-left: 80px
}
.channel-interesting .service-list li .list-body .list-title, .channel-sort .service-list li .list-body .list-title, .channel-interesting .shop-list li .list-body .list-title, .channel-sort .shop-list li .list-body .list-title {
    color: #000;
    line-height: 1.5;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.channel-interesting .service-list li .list-body .list-price, .channel-sort .service-list li .list-body .list-price, .channel-interesting .shop-list li .list-body .list-price, .channel-sort .shop-list li .list-body .list-price {
    height: 30px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap
}
.channel-interesting .service-list li .list-body .list-price .count, .channel-sort .service-list li .list-body .list-price .count, .channel-interesting .shop-list li .list-body .list-price .count, .channel-sort .shop-list li .list-body .list-price .count {
    color:#f60
}
.channel-interesting .service-list li .list-body .list-price .discount, .channel-sort .service-list li .list-body .list-price .discount, .channel-interesting .shop-list li .list-body .list-price .discount, .channel-sort .shop-list li .list-body .list-price .discount {
    margin-right: 8px;
    font-size: 12px;
    color: #b0b0b0
}
.channel-interesting .service-list li .list-body .list-price .special, .channel-sort .service-list li .list-body .list-price .special, .channel-interesting .shop-list li .list-body .list-price .special, .channel-sort .shop-list li .list-body .list-price .special {
    display: none;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    padding: 1px;
    border-radius: 3px;
    background: #ff4e00;
    margin-left: 3px
}
.channel-interesting .service-list li .list-body .list-price .save, .channel-sort .service-list li .list-body .list-price .save, .channel-interesting .shop-list li .list-body .list-price .save, .channel-sort .shop-list li .list-body .list-price .save {
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    padding: 1px;
    border-radius: 3px;
    background: #ffa922
}
.channel-interesting .service-list li .list-body .list-price .save i, .channel-sort .service-list li .list-body .list-price .save i, .channel-interesting .shop-list li .list-body .list-price .save i, .channel-sort .shop-list li .list-body .list-price .save i {
    font-size: 12px;
    color: #fff
}
.channel-interesting .service-list li .list-body .list-row, .channel-sort .service-list li .list-body .list-row, .channel-interesting .shop-list li .list-body .list-row, .channel-sort .shop-list li .list-body .list-row {
    font-size: 14px;
    color: #9e9e9e;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    margin-top: 5px
}
.channel-interesting .service-list li .list-body .list-row .label, .channel-sort .service-list li .list-body .list-row .label, .channel-interesting .shop-list li .list-body .list-row .label, .channel-sort .shop-list li .list-body .list-row .label {
    border: 1px solid #ccc;
    padding: 1px;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 10px;
    vertical-align: middle
}
.channel-interesting .service-list li .list-body .list-row .label.orange, .channel-sort .service-list li .list-body .list-row .label.orange, .channel-interesting .shop-list li .list-body .list-row .label.orange, .channel-sort .shop-list li .list-body .list-row .label.orange {
    color:#f60;
    border-color:#f60
}
.channel-interesting .service-list li .list-body .list-row .label.blue, .channel-sort .service-list li .list-body .list-row .label.blue, .channel-interesting .shop-list li .list-body .list-row .label.blue, .channel-sort .shop-list li .list-body .list-row .label.blue {
    color: #339ef3;
    border-color: #339ef3
}
.channel-interesting .service-list li .list-body .list-row .label.gray, .channel-sort .service-list li .list-body .list-row .label.gray, .channel-interesting .shop-list li .list-body .list-row .label.gray, .channel-sort .shop-list li .list-body .list-row .label.gray {
    color: #b0b0b0;
    border-color: #dbdbdb
}
.channel-interesting .service-list li .list-info, .channel-sort .service-list li .list-info, .channel-interesting .shop-list li .list-info, .channel-sort .shop-list li .list-info {
    font-size: 10px
}
.channel-interesting .service-list li .list-info .label, .channel-sort .service-list li .list-info .label, .channel-interesting .shop-list li .list-info .label, .channel-sort .shop-list li .list-info .label {
    border: 1px solid #ccc;
    padding: 1px 2px;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 1px
}
.channel-interesting .service-list li .list-info .label.orange, .channel-sort .service-list li .list-info .label.orange, .channel-interesting .shop-list li .list-info .label.orange, .channel-sort .shop-list li .list-info .label.orange {
    color:#f60;
    border-color:#f60
}
.channel-interesting .service-list li .list-info .label.blue, .channel-sort .service-list li .list-info .label.blue, .channel-interesting .shop-list li .list-info .label.blue, .channel-sort .shop-list li .list-info .label.blue {
    color: #339ef3;
    border-color: #8dc8f7
}
.channel-interesting .service-list li .list-info .label.gray, .channel-sort .service-list li .list-info .label.gray, .channel-interesting .shop-list li .list-info .label.gray, .channel-sort .shop-list li .list-info .label.gray {
    color: #b0b0b0;
    border-color: #dbdbdb
}
.channel-interesting .service-list li .list-info .sales, .channel-sort .service-list li .list-info .sales, .channel-interesting .shop-list li .list-info .sales, .channel-sort .shop-list li .list-info .sales {
    float: right;
    color: #b0b0b0;
    line-height: 20px
}
.channel-interesting .service-list li .list-info .sales .line-margin, .channel-sort .service-list li .list-info .sales .line-margin, .channel-interesting .shop-list li .list-info .sales .line-margin, .channel-sort .shop-list li .list-info .sales .line-margin {
    margin: 0 3px
}
.channel-interesting .service-list li .list-sub, .channel-sort .service-list li .list-sub, .channel-interesting .shop-list li .list-sub, .channel-sort .shop-list li .list-sub {
    margin-top: 8px;
    color: #b0b0b0;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.channel-interesting .search-group, .channel-sort .search-group {
    width: 100%
}
.channel-interesting .search-group.full-list li, .channel-sort .search-group.full-list li {
    padding: 15px 15px
}
.channel-interesting .search-group.full-list .list-img img, .channel-sort .search-group.full-list .list-img img {
    height: 85px;
    width: 85px
}
.channel-interesting .search-group.full-list .list-body, .channel-sort .search-group.full-list .list-body {
    margin-left: 100px
}
.channel-interesting .search-group.full-list .list-body .list-title, .channel-sort .search-group.full-list .list-body .list-title {
    height: 38px;
    margin-bottom: 5px;
    line-height: 1.4;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
.channel-interesting .search-group.full-list .list-body .list-price, .channel-sort .search-group.full-list .list-body .list-price {
    height: 20px
}
.channel-interesting .search-group.full-list .list-body .list-info, .channel-sort .search-group.full-list .list-body .list-info {
    margin-top: 5px
}
.channel-interesting .search-group.full-list .list-body .list-sub, .channel-sort .search-group.full-list .list-body .list-sub {
    margin: 8px 0
}
.channel-interesting .search-group.active, .channel-sort .search-group.active {
    display: block
}
.channel-sort, .channel-interesting {
    background: #fff
}
.channel-sort .channel-sort-tab-wrap, .channel-interesting .channel-sort-tab-wrap {
    height: 41px
}
.channel-sort .channel-sort-tab, .channel-interesting .channel-sort-tab {
    height: 40px;
    background: #fff;
    border-bottom: 1px solid #eee
}
.channel-sort .channel-sort-tab .flex-item, .channel-interesting .channel-sort-tab .flex-item {
    height: 40px;
    font-size: 13px;
    text-align: center;
    color: #5f5f5f;
    position: relative;
    overflow: hidden
}
.channel-sort .channel-sort-tab .flex-item.active, .channel-interesting .channel-sort-tab .flex-item.active {
    color: #f60;
    border-bottom: 2px solid #ff5c00;
}
.channel-sort .channel-sort-tab .flex-item span, .channel-interesting .channel-sort-tab .flex-item span {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    font-size: 13px
}
.channel-sort .channel-sort-tab .flex-item i, .channel-interesting .channel-sort-tab .flex-item i {
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 13px;
    background: url(../images/channel-icon0_f63d18c.png) 0 0 no-repeat;
    background-size: 15px 13px
}
.channel-sort .channel-sort-tab .flex-item i.filter, .channel-interesting .channel-sort-tab .flex-item i.filter {
    width: 15px;
    height: 15px;
    background: url(../images/channel-icon3_7d9b1cd.png) 0 2px no-repeat;
    background-size: 15px 13px
}
.channel-sort .channel-sort-tab .flex-item i.up, .channel-interesting .channel-sort-tab .flex-item i.up {
    background: url(../images/channel-icon1_a289387.png) 0 0 no-repeat;
    background-size: 15px 13px
}
.channel-sort .channel-sort-tab .flex-item i.down, .channel-interesting .channel-sort-tab .flex-item i.down {
    background: url(../images/channel-icon2_cbbeed3.png) 0 0 no-repeat;
    background-size: 15px 13px
}
.channel-interesting {
    background: transparent
}
.sort-mask-big {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    top: 0;
    left: 0;
    z-index: 109;
    display: none
}
#sort-attr {
    position: fixed;
    width: 80%;
    height: 100%;
    top: 0;
    left: 20%;
    z-index: 110;
    display: none
}
#sort-attr .swiper-wrapper .sort-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 111;
    background: 0 0
}
#sort-attr .swiper-wrapper .sort-content {
    position: absolute;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 112;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    transition: left .3s;
    -moz-transition: left .3s;
    -webkit-transition: left .3s;
    -o-transition: left .3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
#sort-attr .swiper-wrapper .sort-content .sort-content-inner {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 0 60px 12px
}
#sort-attr .swiper-wrapper .sort-content .sort-content-inner h2 {
    font-size: 16px;
    line-height: 40px;
    text-align: left
}
#sort-attr .swiper-wrapper .sort-content .sort-content-inner h3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: left
}
#sort-attr .swiper-wrapper .sort-content .sort-content-inner ul {
    width: 100%
}
#sort-attr .swiper-wrapper .sort-content .sort-content-inner ul li {
    float: left;
    box-sizing: border-box;
    background: #f2f2f2;
    border-radius: 5px;
    width: 29%;
    padding: 0 3%;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-right: 4.3%;
    text-align: center;
    font-size: 12px
}
#sort-attr .swiper-wrapper .sort-content .sort-content-inner ul li.active {
    background: #fff;
    border: 1px solid #f60;
    color: #f60;
    line-height: 23px
}
#sort-attr .swiper-wrapper .sort-content .btns {
    position: absolute;
    width: 100%;
    height: 48px;
    left: 0;
    bottom: 0;
    z-index: 113;
    background: #fff
}
#sort-attr .swiper-wrapper .sort-content .btns a {
    display: block;
    float: left;
    width: 50%;
    height: 48px;
    background: #fff;
    color: #666;
    line-height: 48px;
    text-align: center;
    font-size: 16px
}
#sort-attr .swiper-wrapper .sort-content .btns .attr-submit {
    background: #f60;
    color: #fff
}
.nav-bar-life {
    height: 40px;
    background: #fff
}
.nav-bar-life .flex-item {
    height: 40px;
    font-size: 15px;
    text-align: center;
    color: #5f5f5f;
    position: relative;
    overflow: hidden
}
.nav-bar-life .flex-item span {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    font-size: 13px
}
.nav-bar-life .flex-item i {
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 13px;
    background: url(../images/channel-icon0_f63d18c.png) 0 0 no-repeat;
    background-size: 15px 13px
}
.nav-bar-life .flex-item i.up {
    background: url(../images/channel-icon1_a289387.png) 0 0 no-repeat;
    background-size: 15px 13px
}
.nav-bar-life .flex-item i.down {
    background: url(../images/channel-icon2_cbbeed3.png) 0 0 no-repeat;
    background-size: 15px 13px
}
.nav-bar-life .flex-item.active {
    border-bottom: 2px solid #ff5647;
    color: #ff5647;
    height: 38px
}
.channel-life .search-group {
    background: #fff
}
.ad-headtext {
    display: inline-block;
    font-size: 16px;
    color: #333;
    height: 40px;
    text-align: left;
    line-height: 40px
}
.text-part {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%
}

.three-text .three-item {
    font-size: 13px;
    color: #484848
}
.three-text .hight-text {
    color: #f60
}
.three-img {
    overflow: hidden;
    font-size: 0
}
.three-img img {
    width: 100%
}
.ad-headtext-more {
    display: inline-block;
    font-size: 13px;
    color: silver;
    float: right;
    margin-right: 15px;
    height: 40px;
    line-height: 40px
}
.ad-headtext-more .icon-more {
    font-size: 12px;
    display: inline-block;
    font-family: iconfont!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: 2px
}
.ad-headtext-more .icon-more::before {
    content: "\e602"
}
.ad-headtext-jump {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    float: right;
    color: #333;
    font-size: 15px
}
.ad-icon {
    display: inline-block;
    vertical-align: -2px;
    margin-left: 15px
}
.ad-icon img {
    max-width: 16px;
    max-height: 16px
}
.ad-icon-none {
    margin-left: 15px
}
.add-border {
    margin-left: 1px
}
.special-border {
    border-bottom: 1px solid #eee
}
.shu-line img {
    width: 1px;
    height: 24px;
    margin-left: 104px;
    margin-top: 8px
}
.heightfix1 {
    height: 90px!important
}
.heightfix2 {
    height: 182px!important
}
.js-swiper-container>.swiper-pagination, .js-swiper-container-6>.swiper-pagination, .js-swiper-container-channel>.swiper-pagination, .js-swiper-container-25>.swiper-pagination {
    left: 50%;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    width: auto;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}
.tab-header-wrap {
    left: 0;
    right: 0;
    position: relative
}
.tab-header-bar-wrap {
    height: 40px;
    width: 100%;
    overflow: hidden
}
.tab-header-bar-wrap .swiper-container {
    width: 100%;
    height: 40px;
    z-index: 99;
    overflow: hidden;
    background: #ff6e00
}
.tab-header-bar-wrap .swiper-container .swiper-slide {
    background: #ff6e00;
    height: 40px
}
.tab-header-bar-wrap .swiper-container .swiper-slide.active {
    height: 39px;
    border-bottom: 1px solid #fff
}
.tab-header-bar-wrap .swiper-container p {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    color: #fff;
    background: #ff6e00;
    text-align: center
}
.tab-header-btn {
    color:#f60;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    height: 40px;
    width: 40px
}
.tab-header-btn i {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background-color: rgba(255,255,255,.8)
}
.tab-header-btn.slideDown {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}
.tab-header-layer-wrap {
    display: none;
    background-color: rgba(255,255,255,.8);
    position: absolute;
    top: 40px;
    left: 0;
    right: 0
}
.tab-header-layer-wrap .f-box .flex-item {
    font-size: 14px;
    color: #484848;
    text-align: center;
    line-height: 34px
}
.tab-header-layer-wrap .f-box .flex-item.active {
    color:#f60
}
button, input {
    -webkit-appearance: none
}
.icon-up-arrow:before {
    content: "\e600"
}
.icon-up-arrow.active:before {
    content: "\e601"
}
body {
    word-break: break-all;
    background: #fff;
    color: #333;
    height: 100%
}
button {
    padding: 0;
    margin: 0
}
.bg-c-1-hover:hover {
    background: #ff4e00
}
.bg-c-7-hover:hover {
    background: #f7f7f7
}
.hide {
    display: none
}
.clearfix:bofore, .clearfix:after {
    display:table;
    content:"";
    line-height:0;
    clear:both
}
.has-topbar {
}
.has-bottom {
    padding-bottom: 46px
}
.fixed-top {
    position: fixed;
    top: 0
}
.fixed-top1 {
    position: fixed;
    top: 44px
}
.fixed-bottom {
    position: fixed;
    bottom: 0
}
.popup {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 640px;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 1000;
    text-align: center
}
.popup .pop-box {
    position: relative;
    width: 265px;
    margin: 100px auto;
    border-radius: 5px;
    vertical-align: middle;
    background: #f7f7f7;
    overflow: hidden
}
.popup .pop-box .pop-header {
    border-bottom: 1px solid #e6e6e6;
    color: #333;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    text-align: center
}
.popup .pop-box .pop-header .close-x {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 20px;
    height: 20px;
    background: transparent
}
.popup .pop-box .pop-header .close-x:before {
    content: "\e614";
    position: relative;
    top: -10px
}
.popup .pop-box .pop-content {
    padding: 5px 12px;
    border-bottom: 1px solid #e6e6e6;
    color: #5d5d5d;
    font-size: 14px;
    text-align: left
}
.popup .pop-box .pop-content p {
    line-height: 2
}
.popup .pop-box .pop-content a {
    display: block;
    height: 32px;
    line-height: 32px;
    color: #333;
    position: relative
}
.popup .pop-box .pop-content a:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 17px;
    background: url(../images/phone-ico_9e0cb9b.png) no-repeat;
    background-size: 16px 17px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0
}
.popup .pop-box .pop-footer {
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    display: box;
    display: -webkit-box
}
.popup .pop-box .pop-footer button, .popup .pop-box .pop-footer a {
    font-size: 16px;
    color: #fff
}
.popup .pop-box .pop-footer .half {
    background: silver;
    display: block;
    box-flex: 1;
    -webkit-box-flex: 1
}
.popup .pop-box .pop-footer .to-tel {
    background:#f60;
    color: #fff
}
.popup .pop-box .pop-footer .close {
    display: block;
    height: 100%;
    background:#f60
}
.popup .pop-box .pop-footer .close.single {
    width: 100%
}
.full-img {
    display: block;
    width: 100%
}

.load-none {
    display: none;
    width: 100%;
    text-align: center;
    padding: 200px 0 20px;
    font-size: 16px;
    color: #333;
    background: #fff url(../images/no-more-data_73d3de2.png) no-repeat;
    background-size: auto 55%;
    background-position: 50% 35%
}
.load-none.no-rate {
    background: #fff url(../images/no-rate_327b9fd.png) no-repeat;
    background-size: auto 55%;
    background-position: center
}
.load-none.no-rate {
    background: #fff url(../images/no-rate_327b9fd.png) no-repeat;
    background-size: auto 55%;
    background-position: center
}
.load-none.no-order {
}
.load-none.no-service {
    background: #fff url(../images/no-service_456de39.png) no-repeat;
    background-size: auto 55%;
    background-position: center
}
.load-none.no-case {
    background: #fff url(../images/no-case_6c7208a.png) no-repeat;
    background-size: auto 55%;
    background-position: center
}
.load-none p {
    color: #969696;
    font-size: 17px
}
.load-over {
    display: none;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    color: #999;
    font-size: 16px
}
.data-loading-status {
    color: #999;
    font-size: 16px;
    text-align: center
}
.list-data-loading {
    display: none;
    background: url(../images/79f04c548c7e4572b124fb5264823fd8.gif) no-repeat center;
    height: 50px
}
.animationTips {
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    position: fixed;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    bottom: -300px;
    margin-top: -10px;
    opacity: 1;
    z-index: 300000000
}
.animationTips.fadeInUpBig {
    bottom: 50%;
    transition: all 600ms;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -o-transition: all 600ms;
    animation: animationTips .5s;
    -webkit-animation: animationTips .5s;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards
}
.animationTips span {
    background-color: rgba(0,0,0,.5);
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    height: 100%
}
@keyframes animationTips {
    from {
        opacity:1
    }
    to {
        opacity: 0
    }
}
@-webkit-keyframes animationTips {
    from {
        opacity:1
    }
    to {
        opacity: 0
    }
}
.provider-grade {
    margin-right: 3px;
    padding: 1px 5px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    display: inline-block
}
.provider-grade.grade-0 {
    display: none
}
.provider-grade.grade-1 {
    background-color: #fdc245;
    border: 1px solid #ffad1e
}
.provider-grade.grade-2 {
    background-color: #ffa856;
    border: 1px solid #ff902e
}
.provider-grade.grade-3 {
    background-color: #ff7676;
    border: 1px solid #ff6161
}
.provider-grade.grade-4 {
    background-color: #97e068;
    border: 1px solid #8bd55e
}
.provider-grade.grade-5 {
    background-color: #6bd892;
    border: 1px solid #40d27e
}
.provider-grade.grade-6 {
    background-color: #43d4be;
    border: 1px solid #30c6af
}
.provider-grade.grade-7 {
    background-color: #34beff;
    border: 1px solid #2fafef
}
.provider-grade.grade-8 {
    background-color: #5da2ff;
    border: 1px solid #4f94f3
}
.provider-grade.grade-9 {
    background-color: #b391fd;
    border: 1px solid #a07eed
}
.provider-grade.grade-10 {
    background: url(../images/81-bg_2dd8d47.png);
    background-size: 100% 100%;
    padding: 3px 7px
}
.manu-state {
    margin-right: 3px;
    padding: 1px 3px;
    color: #fff;
    font-size: 12px
}
.manu-state.state-1 {
    background-color: #dc484a
}
.manu-state.state-2 {
    background-color: #76cc40
}
.manu-state.state-3 {
    background-color: #c8c8c8
}
.manu-state.state-4 {
    background-color: #c8c8c8
}
.medal-level {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    height: 20px;
    margin-right: 0.2em;
    vertical-align: middle;
    margin-top: 0.2em;
}
.medal-level.medal-0 {
    width: 0;
    height: 0
}
.medal-level.medal-1 {
    background: url(../images/medals-1-icon_91fe208.png) 3px 1px no-repeat;
    background-size: 14px 18px
}
.medal-level.medal-2 {
    background: url(../images/medals-2-icon_b335e3f.png) 3px 1px no-repeat;
    background-size: 14px 18px
}
.medal-level.medal-3 {
    background: url(../images/medals-3-icon_e5ed939.png) 0 1px no-repeat;
    background-size: 20px 16px
}
.medal-level.medal-4 {
    background: url(../images/medals-4-icon_75016aa.png) 0 1px no-repeat;
    background-size: 20px 16px
}
.medal-level.medal-5 {
    background: url(../images/medals-5-icon_3936319.png) 2px 2px no-repeat;
    background-size: 16px 16px
}
.medal-level.medal-6 {
    background: url(../images/medals-6-icon_3c3f604.png) 2px 2px no-repeat;
    background-size: 18px 18px
}
.medal-level.medal-7 {
    background: url(../images/medals-7-icon_4ed90ec.png) 2px 0 no-repeat;
    background-size: 18px 18px
}
.medal-level.medal-8 {
    background: url(../images/medals-8-icon_665bfa4.png) 2px 0 no-repeat;
    background-size: 18px 18px
}
.medal-level.medal-t {
    background: url(../images/medals-t-icon_8d70636.png) 2px 2px no-repeat;
    background-size: 16px 16px
}
.promise-icon {
    display: inline-block;
    box-flex: 1;
    -webkit-box-flex: 1;
    width: 84px;
    height: 30px;
    margin-right: 10px;
    background-size: 100% 100%;
    font-size: 0;
    color: transparent
}
.promise-icon.icon-1 {
    background-image: url(../images/promise-icon-1_1b3556b.png)
}
.promise-icon.icon-2 {
    background-image: url(../images/promise-icon-2_ab92235.png)
}
.promise-icon.icon-3 {
    background-image: url(../images/promise-icon-3_3b18a2e.png)
}
.promise-icon.icon-4 {
    width: 84px;
    height: 26px;
    background-image: url(../images/promise-icon-4_0924107.png)
}
.promise-icon.icon-5 {
    width: 84px;
    height: 26px;
    background-image: url(../images/promise-icon-5_90ee88c.png)
}
.has-mobile-price {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    vertical-align: middle
}
.has-mobile-price .service-price {
    padding: 0 8px 0 0;
    color:#f60;
    font-size: 23px;
    vertical-align: middle
}
.has-mobile-price .service-price span {
    font-size: 12px
}
.has-mobile-price .service-mobile-price {
    display: inline-block;
    color:#f60;
    padding: 0 5px 0 25px;
    position: relative;
    font-size: 12px;
    border: 1px solid#f60;
    border-radius: 4px;
    height: 20px
}
.has-mobile-price .service-mobile-price i {
    position: absolute;
    height: 20px;
    width: 22px;
    left: 0;
    top: 0;
    background: url(../images/mobile-icon_f146e39.png) 6px 2px no-repeat#f60;
    background-size: 10px 15px
}
.has-mobile-price .service-mobile-price.bajietehui {
    padding: 0 5px 0 40px
}
.has-mobile-price .service-mobile-price.bajietehui i {
    background: 0 0;
    height: 0;
    width: 0;
    display: inline-block;
    line-height: 0;
    font-size: 0;
    border-right: 4px solid#f60;
    border-top: 2px dashed transparent;
    border-bottom: 2px dashed transparent;
    top: 7px;
    left: -5px
}
.has-mobile-price .service-mobile-price.bajietehui em {
    height: 20px;
    width: 36px;
    background-color:#f60;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center
}

.text-ell {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.label.orange {
    border: 1px solid#f60;
    padding: 1px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    text-align: center
}
.bajietehui {
    display: inline-block;
    color:#f60;
    padding: 0 5px 0 40px;
    position: relative;
    font-size: 12px;
    border: 1px solid#f60;
    border-radius: 4px;
    height: 20px;
    line-height: 18px;
    vertical-align: top
}
.bajietehui i {
    position: absolute;
    background: 0 0;
    height: 0;
    width: 0;
    display: inline-block;
    line-height: 0;
    font-size: 0;
    border-right: 4px solid#f60;
    border-top: 2px dashed transparent;
    border-bottom: 2px dashed transparent;
    top: 7px;
    left: -5px
}
.bajietehui em {
    height: 20px;
    width: 36px;
    background-color:#f60;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center
}
.tianpeng {
    background: url(../images/tianpeng_ed59332.png) 0 1px no-repeat;
    background-size: 20px 16px;
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    height: 20px
}
@-webkit-keyframes line-spin-fade-loader {
    50% {
        opacity:.3
    }
    100% {
        opacity:1
    }
}
.ball-clip-rotate-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #eee;
    align-items: center;
    justify-content: center
}
.ball-clip-rotate-mask div {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    background: url(../images/loading_0e6e0f4.gif)
}
.audiojs audio {
    position: absolute;
    left: -1px
}
.audiojs {
    width: 100%;
    height: 36px;
    background: #404040;
    overflow: hidden;
    font-family: monospace;
    font-size: 12px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
    background-image: -moz-linear-gradient(center top, #444 0, #555 50%, #444 51%, #444 100%);
    -webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 8px rgba(0,0,0,.3);
    -o-box-shadow: 1px 1px 8px rgba(0,0,0,.3);
    box-shadow: 1px 1px 8px rgba(0,0,0,.3)
}
.audiojs .play-pause {
    width: 25px;
    height: 40px;
    padding: 4px 6px;
    margin: 0;
    overflow: hidden;
    border-right: 1px solid #000
}
.audiojs p {
    display: none;
    width: 25px;
    height: 40px;
    margin: 0;
    cursor: pointer
}
.audiojs .play {
    display: block
}
.audiojs .scrubber {
    position: relative;
    flex: 1;
    background: #5a5a5a;
    height: 14px;
    margin: 10px;
    border-top: 1px solid #3f3f3f;
    border-left: 0;
    border-bottom: 0;
    overflow: hidden
}
.audiojs .progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 0;
    background: #ccc;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
    background-image: -moz-linear-gradient(center top, #ccc 0, #ddd 50%, #ccc 51%, #ccc 100%)
}
.audiojs .loaded {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 0;
    background: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
    background-image: -moz-linear-gradient(center top, #222 0, #333 50%, #222 51%, #222 100%)
}
.audiojs .time {
    height: 36px;
    line-height: 36px;
    margin: 0 0 0 6px;
    padding: 0 6px 0 12px;
    border-left: 1px solid #000;
    color: #ddd;
    text-shadow: 1px 1px 0 rgba(0,0,0,.5)
}
.audiojs .time em {
    padding: 0 2px 0 0;
    color: #f9f9f9;
    font-style: normal
}
.audiojs .time strong {
    padding: 0 0 0 2px;
    font-weight: 400
}
.audiojs .error-message {
    float: left;
    display: none;
    margin: 0 10px;
    height: 36px;
    width: 400px;
    overflow: hidden;
    line-height: 36px;
    white-space: nowrap;
    color: #fff;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis
}
.audiojs .error-message a {
    color: #eee;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #999;
    white-space: wrap
}
.audiojs .play {
    background: url(../images/player-graphics_9a30a4e.gif) -2px -1px no-repeat
}
.audiojs .loading {
    background: url(../images/player-graphics_9a30a4e.gif) -2px -31px no-repeat
}
.audiojs .error {
    background: url(../images/player-graphics_9a30a4e.gif) -2px -61px no-repeat
}
.audiojs .pause {
    background: url(../images/player-graphics_9a30a4e.gif) -2px -91px no-repeat
}
.playing .play, .playing .loading, .playing .error {
    display: none
}
.playing .pause {
    display: block
}
.loading .play, .loading .pause, .loading .error {
    display: none
}
.loading .loading {
    display: block
}
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
    display: none
}
.error .error {
    display: block
}
.error .play-pause p {
    cursor: auto
}
.error .error-message {
    display: block
}
.consultation {
    background-color: #ff8733;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    height: 50px
}
.consultation .consultation-img {
    width: 68px;
    margin-left: 4px;
    float: left;
    position: relative;
    top: -14px
}
.consultation .consultation-text {
    padding-left: 5px;
    float: left;
    color: #fff
}
.consultation .consultation-text strong {
    font-size: 16px;
    padding-top: 8px;
    display: block
}
.consultation .consultation-text span {
    display: block;
    font-size: 10px;
    line-height: 20px
}
.consultation .consultation-btn {
    margin-top: 8px;
    margin-right: 10px;
    float: right;
    font-size: 13px;
    background-color: #FFF;
    color: #ff8733;
    display: inline-block;
    width: 84px;
    height: 34px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px
}
.catch-error-header {
    z-index: 50;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 44px
}
.catch-error {
    z-index: 99999;
    background: #fff;
    position: fixed;
    top: 44px;
    bottom: 0;
    left: 0;
    right: 0
}
.catch-error img {
    display: block;
    margin: 50px auto 0;
    width: 158px;
    height: 115px
}
.catch-error .tool-tip {
    margin-top: 20px
}
.catch-error .tool-tip p {
    text-align: center;
    font-size: 14px;
    line-height: 28px
}
.catch-error-index {
    position: fixed;
    z-index: 100000;
    top: 300px;
    left: 20%;
    right: 20%;
    border: 1px solid #ff6e00;
    border-radius: 5px;
    color: #ff6e00;
    height: 36px;
    text-align: center;
    font-size: 14px;
    line-height: 36px
}
.search-list-group, .load-remote-data {
}
.search-list-group .load-more, .load-remote-data .load-more {
    padding: 10px;
    display: none
}
.search-list-group .load-more button, .load-remote-data .load-more button {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    color:#f60;
    font-size: 16px;
    border: 1px solid #ccc
}
.search-list-group .load-none, .load-remote-data .load-none {
    display: none;
    width: 100%;
    text-align: center;
    padding: 150px 0 20px;
    font-size: 16px;
    color: #333;
    background: #fff url(../images/no-more-data_73d3de2.png) no-repeat;
    background-size: auto 55%;
    background-position: 50% 35%
}
.search-list-group .load-none.no-rate, .load-remote-data .load-none.no-rate {
    background: #fff url(../images/no-rate_327b9fd.png) no-repeat;
    background-size: auto 55%;
    background-position: center
}
.search-list-group .load-none.no-rate, .load-remote-data .load-none.no-rate {
    background: #fff url(../images/no-rate_327b9fd.png) no-repeat;
    background-size: auto 55%;
    background-position: center
}
.search-list-group .load-over, .load-remote-data .load-over {
    display: none;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    color: #999;
    font-size: 16px
}
.search-list-group .data-loading-status, .load-remote-data .data-loading-status {
    color: #999;
    font-size: 16px;
    text-align: center
}
.search-list-group .list-data-loading, .load-remote-data .list-data-loading {
    display: none;
    background: url(../images/79f04c548c7e4572b124fb5264823fd8.gif) no-repeat center;
    height: 50px
}
.with-padding {
    padding: 10px 12px
}
.with-padding-lr {
    padding: 0 12px
}
.with-padding-tb {
    padding: 10px 0
}
.fsize-12 {
    font-size: 12px
}
.fsize-13 {
    font-size: 13px
}
.fsize-14 {
    font-size: 14px
}
.fsize-16 {
    font-size: 16px
}
.fsize-20 {
    font-size: 20px
}
.fcolor-grey-1 {
    color: #383838
}
.fcolor-grey-2 {
    color: #565656
}
.fcolor-grey-3 {
    color: #717171
}
.fcolor-grey-4 {
    color: #898989
}
.fcolor-grey-5 {
    color: #cacaca
}
.fcolor-grey-6 {
    color: #969696
}
.fcolor-grey-7 {
    color: #b5b5b5
}
.fcolor-green {
    color: green
}
.fcolor-orange {
    color: #ff6f20
}
.fcolor-red {
    color: #ea4911
}
.f-orange {
    color: #ff884c
}
.fcolor-orange-highlight {
    color: #ff4e00
}
.f-grey {
    color: #b2b2b2
}
.fcolor-white {
    color: #fff
}
.font-bold {
    font-weight: 700
}
.b-blue {
    border: 1px solid #2d4ba3
}
.b-grey {
    border: 1px solid #e3e3e3
}
.b-orange {
    border: 1px solid #fe6d40
}
.bg-white {
    background-color: #fff
}
.bg-grey {
    background-color: #f4f4f4
}
.bg-brown {
    background-color: #ccc
}
.bg-blue {
    background-color: #00d9df
}
.bg-orange {
    background-color: #fb5300
}
.whitespace-nowrap {
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden
}
.align-l {
    text-align: left
}
.align-c {
    text-align: center
}
.align-r {
    text-align: right
}
.pull-l {
    float: left
}
.pull-r {
    float: right
}
.clearfix:bofore, .clearfix:after {
    display:table;
    content:"";
    line-height:0;
    clear:both
}
.display-box {
    display: box;
    display: -webkit-box
}
.display-box .item {
    box-flex: 1;
    -webkit-box-flex: 1
}
.vertival-middle {
    position: relative
}
.vertival-middle img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%)
}
.vertival-center {
    text-align: center
}
.vertival-center img {
    height: 100%;
    width: auto
}
.border-bottom {
    background-image: url(../images/63f5afee18f24de0ab507b4ebaa261f8.gif);
    background-position: 0 bottom;
    background-repeat: repeat-x;
    background-size: auto 1px;
    -webkit-background-size: auto 1px
}
.border-top {
    background-image: url(../images/63f5afee18f24de0ab507b4ebaa261f8.gif);
    background-position: 0 top;
    background-repeat: repeat-x;
    background-size: auto 1px;
    -webkit-background-size: auto 1px
}
.dash-border-bottom {
    background-image: url(../images/2f72341b5212495da0236d37a45807b0.gif);
    background-position: 0 bottom;
    background-repeat: repeat-x;
    background-size: auto 1px;
    -webkit-background-size: auto 1px
}
.margin-b-15 {
    margin-bottom: 15px
}
.animationTips {
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    position: fixed;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    bottom: -300px;
    margin-top: -10px;
    opacity: 1;
    z-index: 300000000
}
.animationTips span {
    background-color: rgba(0,0,0,.5);
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    height: 100%
}
.fadeInUpBig {
    bottom: 50%;
    transition: all 600ms;
    -webkit-transition: all 600ms;
    animation: animationTips .5s;
    -webkit-animation: animationTips .5s;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards
}


.youxuan {
    margin-left: 3px;
    display: none;
    width: 20px;
    height: 20px;
    background-position: center -89px;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    vertical-align: -5px
}
.youxuan.collect {
    display: inline-block;
    background-position: left -119px;
    position: static
}
.input .inner {
    padding: 1px
}
.input input {
    position: relative;
    z-index: 1;
    padding:0 .5rem;
    border: 0;
    height: 32px;
    width: 100%;
    font-size: 1rem;
    background-color: transparent;
    border-radius: 0;
    box-sizing: border-box;
    color: #333
}
.border-bottom-o {
    position: relative
}
.border-bottom-o .inner {
    padding: 1px
}
.border-bottom-o:after {
    content: '\20';
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 300%;
    border-bottom: 1px solid #f1dabb;
    -webkit-transform: scale(0.33333333, .33333333) translate(-100%, -100%);
    -webkit-border-radius: 9px;
    box-sizing: border-box
}
.form-page-loading {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: #fff
}
@-webkit-keyframes c2 {
    0% {
        -webkit-transform:scale(0.222);
        -ms-transform:scale(0.222);
        -moz-transform:scale(0.222);
        -o-transform:scale(0.222);
        transform:scale(0.222);
        opacity:1
    }
    50% {
        -webkit-transform:scale(0.622);
        -ms-transform:scale(0.622);
        -moz-transform:scale(0.622);
        -o-transform:scale(0.622);
        transform:scale(0.622);
        opacity:.4
    }
    98% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        opacity:.2
    }
    100% {
        opacity:0
    }
}
@-ms-keyframes c2 {
    0% {
        -webkit-transform:scale(0.222);
        -ms-transform:scale(0.222);
        -moz-transform:scale(0.222);
        -o-transform:scale(0.222);
        transform:scale(0.222);
        opacity:1
    }
    50% {
        -webkit-transform:scale(0.622);
        -ms-transform:scale(0.622);
        -moz-transform:scale(0.622);
        -o-transform:scale(0.622);
        transform:scale(0.622);
        opacity:.4
    }
    98% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        opacity:.2
    }
    100% {
        opacity:0
    }
}
@-moz-keyframes c2 {
    0% {
        -webkit-transform:scale(0.222);
        -ms-transform:scale(0.222);
        -moz-transform:scale(0.222);
        -o-transform:scale(0.222);
        transform:scale(0.222);
        opacity:1
    }
    50% {
        -webkit-transform:scale(0.622);
        -ms-transform:scale(0.622);
        -moz-transform:scale(0.622);
        -o-transform:scale(0.622);
        transform:scale(0.622);
        opacity:.4
    }
    98% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        opacity:.2
    }
    100% {
        opacity:0
    }
}
@-o-keyframes c2 {
    0% {
        -webkit-transform:scale(0.222);
        -ms-transform:scale(0.222);
        -moz-transform:scale(0.222);
        -o-transform:scale(0.222);
        transform:scale(0.222);
        opacity:1
    }
    50% {
        -webkit-transform:scale(0.622);
        -ms-transform:scale(0.622);
        -moz-transform:scale(0.622);
        -o-transform:scale(0.622);
        transform:scale(0.622);
        opacity:.4
    }
    98% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        opacity:.2
    }
    100% {
        opacity:0
    }
}
@keyframes c2 {
    0% {
        -webkit-transform:scale(0.222);
        -ms-transform:scale(0.222);
        -moz-transform:scale(0.222);
        -o-transform:scale(0.222);
        transform:scale(0.222);
        opacity:1
    }
    50% {
        -webkit-transform:scale(0.622);
        -ms-transform:scale(0.622);
        -moz-transform:scale(0.622);
        -o-transform:scale(0.622);
        transform:scale(0.622);
        opacity:.4
    }
    98% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        opacity:.2
    }
    100% {
        opacity:0
    }
}
.circle div {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #bbb;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    opacity: 1;
    background: url(../images/load-page_123b8f8.gif) 0 0 no-repeat;
    background-size: 100px 100px
}
.content-slidedown-con {
    min-height: 20px;
    line-height: 20px;
    overflow: hidden
}
.content-slidedown-btn {
    height: 20px
}
.content-slidedown-btn.slideDown em {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}
.content-slidedown-btn em {
    height: 100%;
    width: 20px;
    display: inline-block;
    background: url(../images/a29d9bc2d6fb4d1797bf53a2964c3940.gif) no-repeat right center;
    background-size: auto 60%;
    transition: all 1s;
    -webkit-transition: all 1s;
    vertical-align: top
}
.layermbox .layermchild {
    border-radius: 5px!important
}
.layermcont {
    max-height: 300px;
    width: 270px;
    background-color: #f3f3f3;
    color: #373737
}
.confirm-con {
    position: relative;
    padding-bottom: 44px
}
.confirm-con .download {
    background-color:#f60;
    border-radius: 0 0 5px 5px;
    color: #fff
}
.confirm-con .radius-top {
    border-radius: 5px 5px 0 0
}
.confirm-con .close {
    width: 26px;
    height: 26px;
    position: absolute;
    right: -10px;
    top: -10px;
    display: inline-block;
    background: url(../images/d5d1899f3f55491eb809533229cd3ba6.gif) no-repeat left top;
    background-size: 100%;
    text-indent: -9999px;
    z-index: 100
}
.confirm-con .confirm-title {
    border-radius: 5px 5px 0 0;
    background-color: #fff;
    line-height: 44px;
    color: #333;
    height: 44px;
    font-size: 16px;
    position: relative;
    text-align: center
}
.confirm-con .confirm-body {
    padding: 15px;
    color: #5d5d5d;
    font-size: 14px
}
.confirm-con .confirm-bottom {
    height: 44px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0 0 5px 5px
}
.confirm-con .confirm-bottom button, .confirm-con .confirm-bottom a {
    text-align: center;
    height: 100%;
    line-height: 44px
}
.confirm-con .confirm-bottom a.download {
    width: 100%;
    display: block
}
.confirm-con .confirm-bottom .item {
    width: 1%;
    display: block
}
.confirm-con .confirm-bottom .cancle {
    background-color: #ebebeb;
    color: #7c7c7c;
    border-radius: 0 0 0 5px
}
.confirm-con .confirm-bottom .sure {
    color: #fff;
    background-color:#f60;
    border-radius: 0 0 5px
}
.confirm-con .confirm-bottom .only-one {
    border-radius: 0 0 5px 5px
}
.confirm-con .warning {
    font-size: 12px;
    color: #d59301;
    position: relative;
    margin-top: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
    padding: 5px 0 5px 30px;
    line-height: 16px;
    background-color: #fefaef;
    width: 100%
}
.confirm-con .warning .iconfont {
    position: absolute;
    left: 13px;
    top: 5px;
    color: #ffc351
}
.confirm-con .tuoguan-reward-input label {
    line-height: 18px;
    margin-bottom: 12px;
    display: block
}
.confirm-con .tuoguan-reward-input label span {
    display: inline-block;
    vertical-align: top
}
.bottom-fix-button {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #fff
}
.bottom-fix-button button {
    display: block;
    height: 40px;
    border-radius: 5px;
    background:#f60;
    color: #fff
}
.bottom-fix-button button.cancle {
    background-color: #ebebeb;
    color: #828282
}
.bottom-fix-button .item {
    width: 1%
}
.cover-download-app {
    width: 100%;
    box-sizing: border-box;
    height: 0;
    line-height: 44px;
    background: #fff2cb;
    opacity: 0;
    transition: all 500ms;
    -webkit-transition: all 500ms
}
.cover-download-app.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box
}
.cover-download-app.current {
    height: 44px;
    opacity: 1
}
.cover-download-app .close {
    color: #efd5a4;
    margin-right: 9px
}
.cover-download-app .flex-item {
    color: #ff7500;
    font-size: 14px
}
.cover-download-app img {
    height: 32px;
    margin-right: 6px;
    margin-top: 6px;
    vertical-align: top
}
.cover-download-app .button {
    width: 64px;
    height: 30px;
    background-color: #ffa053;
    color: #fff;
    line-height: 30px;
    border-radius: 4px;
    margin-top: 7px;
    font-size: 14px
}
.J-download-page {
    background: 0 0
}
.text-title {
    height: 40px;
    border-bottom: 1px solid #f8f8f8;
    line-height: 40px;
    padding: 0 15px
}
.text-title span {
    font-size: 15px;
    font-weight: 700
}
.text-title a {
    color: #b0b0b0;
    font-size: 11px;
    float: right
}
.c-label {
    border: 1px solid #ccc;
    padding: 1px;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 10px;
    vertical-align: middle
}
.c-label.orange {
    color:#f60;
    border-color:#f60
}
.c-label.blue {
    color: #339ef3;
    border-color: #339ef3
}
.new-list {
    background: #fff;
    /*border-top: 10px solid #eee;*/
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}
.list-nav {
    background: #fff;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    color: #333;
    text-align: center
}
.tab-current {
    color: #ff5c00;
    height: 39px;
    border-bottom: 2px solid #ff5c00
}

.flex-item .server-title {
    margin-top: -1px;
    height: 20px;
    line-height: 20px;
    color: #484848;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.tag-tp {
    display: inline-block;
    padding: 2px 4px;
    line-height: 14px;
    color: #fff;
    background: #f23030;
    font-size: 10px;
    border-radius: 2px;
    margin-right: 7px;
    position: relative;
    top: -2px
}
.count {
    display: inline-block;
    vertical-align: middle
}
.discount {
    display: inline-block;
    margin-left: 4px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    color: #fff;
    background: #ffa922;
    padding: 0 2px;
    border-radius: 2px;
    vertical-align: middle
}
.discount .iconfont {
    font-size: 11px
}
.sui-word {
    background-color: #30c17c;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    padding: 1px 3px;
    vertical-align: middle
}
.guarantee-mark {
    font-size: 12px;
    color: #fff;
    padding: 1px 3px;
    background-color: #0dad51;
    border-radius: 4px;
    vertical-align: middle
}
.server-price {
    color:#f60;
    font-size: 12px;
    height: 35px;
    line-height:43px;
    display: block;
}
.location-btn span{color: #fff;}
.server-price .price {
    font-size: 16px
}

.red-label {
    margin-right: 4px;
    padding: 0 2px 0 10px;
    border-radius: 2px;
    background: url(../images/red-label_a9f46cf.png) no-repeat center;
    background-size: 100%;
    vertical-align: middle
}
.tag-gray {
    color: #b0b0b0;
    border-color: #dbdbdb
}
.tag-red {
    border-color: #f23030;
    color: #f23030
}
.shop-info {
    padding-bottom: 15px
}
/*.shop-logo-box {*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*margin-right: 10px*/
/*}*/
/*.shop-logo-box-to{*/
    /*width: 22%;*/
    /*margin-right: 10px*/
/*}*/
/*.shop-logo {*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/

.server-range {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    margin-bottom: -1px
}
.server-range em{
    color:#ff7676;
    font-size: 14px;
}
/*.shop-logo-to{*/
    /*width: 100%;*/
/*}*/
.shop-logo-to {
    width: 125px;
    vertical-align:middle;
    margin-right: 5px;
}
.tag-box-size {
    color: #ccc;
    font-size:14px;
    border: 1px solid #ccc;
}
.tag-box-size-20 {
    color: #000;
    font-size:1.4em;
}
.server-logo-on{
    width:100px;
    height: 80px;
}
.shop-server {
    display: block;
    position: relative;
    font-size: 12px;
    color: #666;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #eee;
    padding-right: 20px;
    width: 100%;
}
.shop-server-price {
    color:#f60
}

.shop-server-price .price-num {
    font-size: 12px
}
.shop-server-title {
    margin: 0 8px 0 20px;
    font-size: 11px
}
.recommend-case {
    padding: 0 10px
}
.r-case {
    float: left;
    width: 50%;
    padding: 15px 5px 0;
    box-sizing: border-box
}
.case-logo-box {
    padding-top: 61%;
    position: relative
}
.case-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.r-case-title {
    height: 20px;
    line-height: 20px;
    padding-top: 12px;
    font-size: 14px;
    color: #333
}
.r-case-price {
    color: #ed6f2d;
    font-size: 16px
}
.get-more {
    display: none;
    background: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color:#f60;
    font-size: 13px;
    cursor: pointer
}
.get-more .iconfont {
    position: relative;
    top: -1px;
    font-size: 14px;
    color:#f60
}
.entry-li {
    padding: 15px;
    border-bottom: 1px solid #eee
}
.entry-li img {
    vertical-align: top
}
.top-bar {
    background: #0579F2;
}
.top-bar h1 {
    color: #f60
}
.top-bar .more-action {
    background: url(../images/indexd.png) no-repeat left center;
    background-size: 100% auto;
    margin: 9px 13px
}
.btn_back {
    background: url(../images/3139777334b446789157e5e7eb422732.gif) no-repeat 11px center;
    background-size: auto 50%;
    -webkit-background-size: auto 50%
}
.top-search {
    position: absolute;
    display: block;
    width: 13px;
    height: 15px;
    background: url(../images/d78ee76a03e34f3d800ae1a853392555.gif) no-repeat;
    background-size: 100%;
    right: 53px;
    top: 16px
}
.channel-bottom-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    border-top: 1px solid #ddd;
    background: #fff;
    z-index: 99
}
.channel-bottom-nav .bottom-item {
    font-size: 14px;
    line-height: 48px;
    color: #666;
    text-align: center;
    border-right: 1px solid #ddd;
    height: 48px
}
.channel-bottom-nav .bottom-item span ,.buyListBox li p{
    color: #666
}
.channel-bottom-nav .bottom-item.active {
    color:#f60
}
.channel-bottom-nav .bottom-item.active span {
    color:#f60
}
.channel-bottom-nav .bottom-item:last-child {
    border-right: 0
}
.channel-bottom-nav .bottom-item .table {
    display: table;
    width: 100%;
    height: 48px;
    table-layout: fixed
}
.channel-bottom-nav .bottom-item .table .table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 48px
}
.channel-bottom-nav .bottom-item .table img {
    max-width: 100%;
    max-height: 48px;
    margin: 0 auto;
    display: block
}
body, body.mobile-page, body.weixin-page {
    padding-bottom: 49px;
    background: #eee
}
#channel-main {
    padding-top: 40px
}
.nav-bar-wrap {
    width: 100%;
    height: 40px;
    position: fixed;
    z-index: 100;
    top: 44px;
    left: 0;
    overflow: hidden;
    background: #ff6e00
}
.nav-bar-wrap.nav-interesting, .nav-bar-wrap.nav-life {
    position: static;
    background: #fff;
    border-bottom: 1px solid #eee
}
.nav-bar-wrap.nav-interesting .swiper-interesting, .nav-bar-wrap.nav-life .swiper-interesting {
    margin-left: 10px
}
.nav-bar-wrap.nav-interesting .swiper-slide, .nav-bar-wrap.nav-life .swiper-slide {
    background: #fff
}
.nav-bar-wrap.nav-interesting .swiper-slide p, .nav-bar-wrap.nav-life .swiper-slide p {
    background: #fff;
    color: #5f5f5f;
    padding: 0 5px
}
.nav-bar-wrap.nav-interesting .swiper-slide.active, .nav-bar-wrap.nav-life .swiper-slide.active {
    font-weight: 700;
    height: 40px;
    border-bottom: 0
}
.nav-bar-wrap.nav-interesting .swiper-slide.active p, .nav-bar-wrap.nav-life .swiper-slide.active p {
    border-bottom: 2px solid #f60;
    color: #f60;
    font-weight: 700;
    box-sizing: border-box
}
.nav-bar-wrap .swiper-slide {
    background: #ff6e00;
    height: 40px
}
.nav-bar-wrap .swiper-slide.active {
    height: 39px;
    border-bottom: 1px solid #fff
}
.nav-bar-wrap p {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    color: #fff;
    background: #ff6e00;
    text-align: center
}
.nav-bar-wrap p.first-p {
    padding-left: 17px;
    background: url(../images/00145135d9fb4faca3ba9c2c3e9f662f.gif) 0 13px no-repeat;
    background-size: 13px 13px
}
.weixin-page .nav-bar-wrap {
    top: 0
}
.sui-word {
    background-color: #30c17c;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    padding: 1px 3px;
    vertical-align: middle
}
.guarantee-mark {
    font-size: 12px;
    color: #fff;
    padding: 1px 3px;
    vertical-align: middle;
    background-color: #0dad51;
    border-radius: 4px
}
.top-bar h1 {
    color: #fff
}
.shop-ser-item {
    padding: 13px 15px 15px;
    border-bottom: 10px solid #f1f1f1
}
.shop-ser-item .shop-info {
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
    position: relative
}
.shop-ser-item .shop-attention {
    position: absolute;
    top: 0;
    right: 0
}
.shop-ser-item .attention-distance {
    font-size: 11px;
    color: #a1a1a1;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 11px
}
.shop-ser-item .distance {
    display: inline-block;
    margin-left: 4px;
    padding-left: 4px;
    border-left: 1px solid #d8d8d8;
    line-height: 10px
}
.shop-ser-item .attention-btn {
    position: absolute;
    top: 16px;
    right: 0;
    display: block;
    width: 72px;
    height: 28px;
    line-height: 28px;
    background: #ffecea;
    border-radius: 4px;
    font-size: 14px;
    color: #ff5647;
    text-align: center
}
.shop-ser-item .care {
    color: #b0b0b0;
    background: #eee
}
.shop-ser-item .shop-ser-photo {
    width: 45px;
    height: 45px;
    border-radius: 23px;
    float: left
}
.shop-ser-item .shop-vacancy {
    padding-top: 5px;
    margin-left: 50px;
    height: 41px;
    font-size: 0
}
.shop-ser-item .certify-name {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    font-size: 16px;
    color: #333;
    max-width: 135px;
    margin-bottom: 5px
}
.shop-ser-item .certify {
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 13px;
    line-height: 1.1;
    text-align: center;
    font-size: 10px;
    color: #ff5647;
    border: 1px solid #ff5647;
    border-radius: 2px;
    padding: 1px;
    position: relative;
    top: 1px
}
@media (-webkit-min-device-pixel-ratio:2) {
    .shop-ser-item .certify {
        border: 0
    }
    .shop-ser-item .certify:before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        width: 190%;
        height: 190%;
        left: 0;
        top: -.6px;
        border-radius: 4px;
        border: 1px solid #ff5647;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}
@media (-webkit-min-device-pixel-ratio:3) {
    .shop-ser-item .certify {
        border: 0;
        top: 2px
    }
    .shop-ser-item .certify:before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        width: 300%;
        height: 300%;
        left: 0;
        top: -1px;
        border-radius: 6px;
        border: 1px solid #ff5647;
        -webkit-transform: scale(0.33);
        transform: scale(0.33);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}
.shop-ser-item .certify-vacancy {
    font-size: 12px;
    color: #777
}
.shop-ser-item .service-name-top {
    width: 90%;
    font-size: 16px;
    color: #333
}
.shop-ser-item .service-price-top {
    margin: 4px 0 10px;
    font-size: 16px;
    color: #ff5647
}
.shop-ser-item .case-pics-list {
    width: 100%;
    margin-bottom: 3px
}
.shop-ser-item .case-pics-item {
    width: 32%;
    padding-top: 32%;
    position: relative;
    float: left;
    overflow: hidden
}
.shop-ser-item .case-pics-item:nth-child(2) {
    margin: 0 2%
}
.shop-ser-item .case-pics-item .case-pic-trans {
    height: auto;
    width: 100%
}
.shop-ser-item .case-pic {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.shop-ser-item .service-name {
    position: relative;
    line-height: 30px;
    font-size: 16px;
    color: #333
}
.shop-ser-item .service-des {
    font-size: 12px;
    color: #898989;
    padding-top: 4px
}
.shop-ser-item .service-price {
    display: block;
    color: #ff5647
}
.shop-ser-item .shop-sales {
    margin-top: 20px;
    font-size: 11px;
    color: #b0b0b0
}
.shop-ser-item .sales-num {
    margin-left: 4px
}
.shop-ser-item .rated-num {
    margin: 0 4px
}
.shop-ser-item .shop-des {
    font-size: 13px;
    color: #898989;
    margin: 4px 0 15px
}
.shop-ser-item .service-show {
    padding: 10px;
    background: #f8f8f8;
    position: relative
}
.shop-ser-item .service-show .server-name {
    display: inline-block;
    vertical-align: top;
    max-width: 47%;
    font-size: 16px;
    color: #333
}
.shop-ser-item .service-show .server-price {
    font-size: 16px;
    color: #ff5647
}
.shop-ser-item .service-show .server-cates {
    padding-top: 4px;
    font-size: 12px;
    color: #959494;
    width: 80%
}
.shop-ser-item .service-show .server-cate {
    margin-left: 4px
}
.shop-ser-item .service-show .iconfont {
    position: absolute;
    top: 18px;
    right: 10px;
    font-size: 20px;
    color: #d5d5d5
}
.shop-ser-item .rated-star {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 10px;
    background: url(../images/star_31719cb.png) repeat-x left;
    background-size: 10px
}
.shop-ser-item .star-good {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 10px;
    background: url(../images/star-good_27a89e5.png) repeat-x left;
    background-size: 10px
}
.fall-wrap {
    margin-right: 5px
}
.fall-wrap:last-child {
    margin-right: 0
}
.fall-wrap .fall-item {
    background: #fff;
    margin-top: 5px;
    padding-bottom: 10px;
    display: block
}
.fall-wrap .fall-item .img-wrap {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden
}
.fall-wrap .fall-item .img-wrap .case-pic {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.fall-wrap .fall-item .img-wrap .case-pic.case-pic-trans {
    height: auto;
    width: 100%
}
.fall-wrap .fall-item .fall-title {
    display: block;
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    color: #ff5647;
    margin: 0 12px
}
.fall-wrap .fall-item p {
    font-size: 13px;
    line-height: 15px;
    color: #898989;
    margin: 0 12px
}
.nc-service-item {
    position: relative;
    padding: 15px 0;
    height: 135px;
    border-bottom: 1px solid #eee;
    font-size: 0
}
.nc-service-item .shop-ser-photo {
    width: 45px;
    height: 45px;
    border-radius: 23px;
    float: left
}
.nc-service-item .shop-vacancy {
    padding-top: 5px;
    margin-left: 50px;
    height: 41px
}
.nc-service-item .certify-name {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    font-size: 16px;
    color: #333
}
.nc-service-item .certify {
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 10px;
    color: #ff5647;
    border: 1px solid #ff5647;
    border-radius: 4px
}
.nc-service-item .certify-vacancy {
    font-size: 12px;
    color: #777
}
.nc-service-item .service-name-top {
    width: 90%;
    font-size: 16px;
    color: #333
}
.nc-service-item .service-price-top {
    margin: 4px 0 10px;
    font-size: 16px;
    color: #ff5647
}
.nc-service-item .case-pics-list {
    width: 100%;
    margin-bottom: 3px
}
.nc-service-item .case-pics-item {
    width: 32%;
    padding-top: 32%;
    margin-bottom: 15px;
    position: relative;
    float: left;
    overflow: hidden
}
.nc-service-item .case-pics-item:nth-child(2) {
    margin: 0 2%
}
.nc-service-item .case-pics-item .case-pic-trans {
    height: auto;
    width: 100%
}
.nc-service-item .case-pic {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.nc-service-item .service-name {
    position: relative;
    line-height: 34px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding-right: 36%
}
.nc-service-item .service-des {
    font-size: 12px;
    color: #898989;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    padding-top: 10px
}
.nc-service-item .service-price {
    position: absolute;
    top: 0;
    right: 0;
    color: #ff5647
}
.nc-service-item .shop-sales {
    margin-top: 20px;
    font-size: 11px;
    color: #b0b0b0
}
.nc-service-item .sales-num {
    margin-left: 4px
}
.nc-service-item .rated-num {
    margin: 0 4px
}
.nc-service-item .shop-des {
    font-size: 13px;
    color: #898989;
    margin: 4px 0 15px
}
.nc-service-item .service-show {
    padding: 10px;
    background: #f8f8f8;
    position: relative
}
.nc-service-item .service-show .server-name {
    display: inline-block;
    vertical-align: top;
    max-width: 70%;
    font-size: 16px;
    color: #333
}
.nc-service-item .service-show .server-price {
    font-size: 16px;
    color: #ff5647
}
.nc-service-item .service-show .server-cates {
    padding-top: 4px;
    font-size: 12px;
    color: #959494;
    width: 80%
}
.nc-service-item .service-show .server-cate {
    margin-left: 4px
}
.nc-service-item .service-show .iconfont {
    position: absolute;
    top: 18px;
    right: 10px;
    font-size: 20px;
    color: #959494
}
.nc-service-item .rated-star {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 10px;
    background: url(../images/star_31719cb.png) repeat-x left;
    background-size: 10px
}
.nc-service-item .star-good {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 10px;
    background: url(../images/star-good_27a89e5.png) repeat-x left;
    background-size: 10px
}
.nc-service-item .case-pics-item {
    width: 135px;
    height: 135px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 15px
}
.nc-service-item .service-content {
    padding-left: 145px;
    height: 100%
}
.nc-service-item .shop-sales {
    position: absolute;
    bottom: 15px;
    margin-top: 0;
    right: 0;
    left: 145px
}
.nc-service-item .service-price-top {
    margin: 14px 0 10px
}
.nc-service-item .rated {
    margin-left: 20px
}
.nc-service-item .rated-num {
    margin: 0 5px 0 0
}
.nc-service-item .sales-num {
    margin: 0 20px 0 0
}
.J-service-box {
    background: #fff
}
.service-example {
    position: relative;
    padding: 0 95px 0 15px;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    color: #ff5647;
    font-size: 14px;
    border-bottom: 1px solid #eee
}
.service-example .serve-content {
    width: 100%;
    margin-left: 40px;
    text-align: left
}
@media (max-width:320px) {
    .service-example .serve-content {
        font-size: 10px
    }
}
.service-example .service-title {
    float: left;
    margin: 0 4px;
    width: 48%;
    overflow: hidden;
    height: 50px
}
@media (max-width:320px) {
    .service-example .service-title {
        width: 40%
    }
}
.service-example .user-pic {
    position: absolute;
    top: 9px;
    width: 30px;
    height: 30px;
    border: 1px solid #dbdbdb;
    border-radius: 16px
}
.service-example .txt {
    color: #484848;
    float: left
}
.service-example .service-price {
    float: left;
    width: auto
}
.service-example .look {
    position: absolute;
    top: 10px;
    right: 15px;
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #ffecea;
    border-radius: 4px;
    text-align: center;
    color: #ff5647
}
.service-example .look .iconfont {
    font-size: 10px;
    top: -1px;
    position: relative
}
.swiper-container-order {
    height: 50px
}
body, body.mobile-page, body.weixin-page {
    padding-bottom: 0
}
#channel-main {
    padding-top: 0
}
body.weixin-page {
    padding-top: 0!important
}



/*企业*/
.load-remote-data .recommend-shop .recommend-shop-item .shop-logo-box .shop-logo{
    width: 85px;
    margin: 10px 0;
    height: 65px;
}

/*采购*/
.infoTit {
    height: 1.40741rem;
    line-height: 1.40741rem;
    padding: 1.11111rem 0.74074rem;
}
.infoTit h2 {
    float: left;
    font-size: 18px;
    border-left: 0.2963rem solid #0579F2;
    padding-left: 0.74074rem;
}
.hurryBuy, .newBuy, .goodCom {
    clear: both;
    padding: 0 1.5rem;
    background: #fff;
    overflow: hidden;
}
.hurryBuy li, .newBuy li, .goodCom li {
    height: 3.33333rem;
    line-height: 3.33333rem;
    font-size: 16px;
    border-top: 1px solid #ccc;
    margin-top: -1px;
    display: block;
    position: relative;
}
.hurryBuy li a {
    color: #333;
    height: 3.33333rem;
    font-size: 16px;
    display: block;
}
.hurryBuy li h3 {
    float: left;
    width: 51%;
    height: 3.33333rem;
    font-size:16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hurryBuy li p {
    float: right;
    margin-right: 1.33333rem;
    color: #999;
    font-size: 12px;
}
.hurryBuy li a::after {
    position: absolute;
    right: 0;
    top: 1.11111rem;
    width: 0.74074rem;
    height: 1.11111rem;
    display: block;
    background: url(../images/buyIcon2.png) no-repeat left top;
    background-size: auto auto;
    background-size: 10.59259rem 7.40741rem;
    content: "";
}
.newBuy li a {
    color: #333;
    height: 3.33333rem;
    padding-right: 10%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newBuy li a::after {
    position: absolute;
    right: 0;
    top: 1.11111rem;
    width: 0.74074rem;
    height: 1.11111rem;
    display: block;
    background: url(../images/buyIcon2.png) no-repeat left top;
    background-size: auto auto;
    background-size: 10.59259rem 7.40741rem;
    content: "";
}
.goodCom li s {
    float: left;
    width: 1.77778rem;
    height: 1.11111rem;
    display: block;
    margin-left: 0.37037rem;
    margin-top: 0.25926rem;
    background: url(../images/buyIcon2.png) no-repeat -3.66667rem top;
    background-size: auto auto;
    background-size: 10.59259rem 7.40741rem;
    content: "";
}
.goodCom li a {
    float: left;
    color: #333;
    max-width: 80%;
    height: 3.33333rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.buyListBox li {
    padding: 0 0.74074rem;
    background: #fff;
    margin-top: 0.37037rem;
    overflow: hidden;
}
.buyListBox li.like-item{
    padding: 20px 0.74074rem;
}
.buyListBox li .tilCon {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    padding-top:0;
}
.buyListBox li .tilCon a {
    float: left;
    width: 14rem;
    color: #333;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.buyListBox li .tilCon p {
    float: right;
    color: #999;
    font-size: 12px;
}
.buyListBox li .txtCon {
    clear: both;
    padding-bottom: 10px;
    overflow: hidden;
}
.buyListBox li .txtCon dt {
    float: left;
    width: 14.03704rem;
}
.buyListBox li .txtCon dt p {
    clear: both;
    font-size: 14px;
    color: #666;
    line-height: 25px;
}
.buyListBox li .txtCon dt p span,.buyListBox li .server-price .count {
    color: #333;
}
.buyListBox li .txtCon dd {
    float: right;
}
.dede{margin-top: -8px !important;}

.buyListBox li .txtCon dd a,.dede {
    float: right;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    margin-top:15px;
    display: block;
    color: #fff;
    background: #0579F2;
    text-align: center;
    text-decoration: none;
    border-radius: 0.14815rem;
}
.buyListBox li .txtFbox {
    clear: both;
    height: 30px;
    line-height: 30px;
    border-top: 1px dashed #ccc;
    padding-bottom:5px;
}
.buyListBox li .txtFbox .comp {
    float: left;
    width: 13.25926rem;
    height:30px;
    color: #999;
    font-size:14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.buyListBox .server-title{
    width: 9rem;
    line-height: 20px;
    height: 20px;
    font-size: 16px;
}

.buyListBox .hp20 span,.buyListBox .hp20 {
    line-height: 20px;
    height: 20px;
    font-size:12px
}
.buyListBox .tag-box{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; font-size: 12px;
    width: 7rem;
}

/*采购内容*/
.buyTxtBox1 {
    padding: 0 0.74074rem;
    background: #fff;
    margin-bottom: 0.37037rem;
    overflow: hidden;
    margin-top: 45px;
}
.buyTxtBox1 .titlet {
    height: 45px;
    line-height: 45px;
    font-size: 1.11111rem;
    border-bottom: 1px dashed #ccc;
}
.buyTxtBox1 .titlet h1 {
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.buyTxtBox1 .buyTxt {
    clear: both;
    padding: 0.37037rem 0;
    overflow: hidden;
}
.buyTxtBox1 .buyTxt .txtLeft {
    float: left;
    width: 56%;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.buyTxtBox1 .buyTxt .txtLeft p span {
    color: #333;
}
.buyTxtBox1 .buyTxt .timeBox {
    float: right;
    width: 10.5rem;
    height: 45px;
    padding-top: 1px;
    margin-top: 10px;
    background: url(../images/buyIcon2.png) no-repeat 0 -56px;
    background-size: 140px 98px;
}

.buyTxtBox1 .buyTxt .timeBox p span{
    color: #fff;
}
.buyTxtBox1 .buyTxt .timeBox p {
    font-size: 11px;
    color: #fff;
    padding-left: 10px;
    line-height: 16px;
    height:16px;
    overflow: hidden;
}
.buyTxtBox1 .buyTxt .infoNom {
    float: right;
    width: 9.33333rem;
    font-size: 12px;
    line-height: 1.5rem;
}
.buyTxtBox3 {
    clear: both;
    margin-bottom: 0.37037rem;
    padding: 0 0.74074rem;
    background: #fff;
    overflow: hidden;
}
.buyTxtBox3 .title {
    height: 45px;
    line-height: 45px;
    font-size: 16PX;
    border-bottom: 1px dashed #ccc;
}
.buyTxtBox3 .txtCon {
    clear: both;
    padding: 0 0 0.74074rem;
    font-size: 14px;
}
.buyTxtBox3 .txtCon h3 {
    font-size: 14px;
    line-height: 25px;
    padding: 0.92593rem 0 0.18519rem;
}
.xiangga h2{
    float: left;
    font-size: 16px;
    border-left: 0.2963rem solid #0579F2;
    padding-left: 0.74074rem;

}
.xiangga {
    height: 30px;
    line-height: 30px;
    padding: 10px 0.74074rem 0 0.74074rem;
}

.popBox.caiguoseecall {
    position: fixed;
}
.popBox {
    max-height: 1000px;
}
.p20 {
    padding: 20px !important;
}

.popBox {
    display: none;
    max-height: 371px;
    padding: 0px;
    position: fixed;
    bottom: 30%;
    z-index: 999999;
    box-shadow: 0 0 4px rgba(0,0,0,.8);
    width: 100%;
}
.popBox .popDiv {
    background: #fff;
    height: 100%;
}
.popBox .popDiv h3.title {
    padding-left: 10px;
    font-weight: normal;
    background: #49A3FF;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
}
.popBox .popDiv h3.title .fr {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
}
.popBox .line2 {
    line-height: 2;
}
.ListBot {
    margin-top: 0 !important;
}
.ListBot {
    height: 30px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding:10px 0.74074rem;
}
.ListBot h3{
    height:30px;
    border-left: 0.2963rem solid #0579F2;
    line-height: 30px;
    padding-left: 0.74074rem;
    font-size: 16px;
    color: #333;
    margin: 0;
    float: left;
}
.prolistBox1{
    margin-top: 0.37037rem;
}
.comBox{
    margin-bottom: 0.7rem;
}
.st11{
    border: 0;
    margin: 0;
    padding: 20px 0;
    background: #fff;
}
.cgTopImg{
    margin-top: 45px;
}
.cgTopImg img {
    width: 100%;
}
.top_nas{
    line-height: 44px;text-align: center;color: #fff;font-size: 18px;
}