html, body, div, span, p, a, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, cite, code, em, del, font, img, ins, small, strong, b, i, center, form, label, input, textarea, button, select, th, td {
    padding: 0;
    margin: 0
}

ol, ul, li, dl, dt, dd {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em
}

em, i, cite {
    font-weight: 400;
    font-style: normal
}

img, iframe {
    border: 0;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input, textarea, button, select {
    border: 0;
    outline: 0;
    font-family: Microsoft Yahei
}

body {
    font-size: 14px;
    line-height: 30px;
    font-family: Microsoft Yahei;
    color: #999;
    background: #f0f2f5;
    padding-top: 55px
}

a {
    text-decoration: none;
    color: #333
}

a:hover {
    text-decoration: underline;
    color: #ff9023
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.lb-loader, .lightbox {
    text-align: center;
    line-height: 0;
    position: absolute;
    left: 0
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    outline: 0
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: 0
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container > .nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next, .lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}


.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

.c-dropdown {
    position: relative;
    display: inline-block;
    text-align: left
}

.c-dropdown__list {
    max-height: 329px;
    overflow: hidden;
    overflow-y: auto;
    margin: 5px 0 0;
    padding: 7px 15px;
    list-style: none;
    position: absolute;
    top: 125%;
    left: 0;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .2) 0 1px 3px 0;
    -webkit-transition: opacity .25s linear, top .25s linear;
    transition: opacity .25s linear, top .25s linear
}

.c-dropdown.is-open .c-dropdown__list {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.c-dropdown__item {
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: background-color .25s linear;
    transition: background-color .25s linear
}

.c-dropdown__item:hover {
    color: #ff9023
}

.c-button {
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    overflow: visible;
    font: inherit;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c-button:hover, .c-button:focus {
    outline: 0;
    text-decoration: none
}

.c-button:not(:disabled) {
    cursor: pointer
}

.c-button--dropdown:hover {
    background-color: #e7e7e7
}

.swiper-pagination-bullet, .swiper-button-prev, .swiper-button-next {
    outline: 0
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0
}

.tab .tabnav > * {
    cursor: pointer
}

.tab .tabsingle {
    display: none
}

.tab .tabsingle:first-child {
    display: block
}

.mainframe {
    float: left;
    width: 880px
}

.sideframe {
    float: right;
    width: 300px
}

.block {
    background: #fff;
    border-radius: 5px;
    margin-top: 20px;
    padding: 0 20px 40px;
}

.block.pb0 {
    padding-bottom: 0
}

.block.pb20 {
    padding-bottom: 20px
}

.sideframe .block {
    padding-bottom: 20px;
    overflow: hidden
}

.topbar {
    width: 100%;
    min-width: 1200px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    background: #198BC2;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900
}

.topbar .toplogo a {
    display: block;
    height: 100%
}

.topbar .topserves ul {
    display: none;
    width: 98px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .2) 0 1px 3px 0;
    position: absolute;
    margin-left: -49px;
    top: 55px;
    left: 50%
}

.topbar .topserves ul li:first-child {
    border-radius: 5px 5px 0 0;
    overflow: hidden
}

.topbar .topserves ul li:last-child {
    border-radius: 0 0 5px 5px;
    overflow: hidden
}

.topbar .topserves ul li a {
    display: block
}

.topbar .topserves ul li a:hover {
    background: #77c9dc;
    color: #fff;
    text-decoration: none
}

.topbar .toplogin {
    float: right;
    width: 105px;
    text-align: right
}

.topbar .toplogin a {
    color: #fff
}


.topbar .topuser span {
    display: block;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.topbar .topuser span a {
    color: #fff
}

.topbar .topuser img {
    width: 29px;
    height: 29px;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 100%
}

.topbar .topuser ul {
    display: none;
    width: 105px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .2) 0 1px 3px 0;
    position: absolute;
    top: 55px;
    left: 0
}


.topbar .topuser ul li:first-child {
    border-radius: 5px 5px 0 0;
    overflow: hidden
}

.topbar .topuser ul li:last-child {
    border-radius: 0 0 5px 5px;
    overflow: hidden
}

.topbar .topuser ul li a {
    display: block
}

.topbar .topuser ul li a:hover {
    background: #77c9dc;
    color: #fff;
    text-decoration: none
}

.topbar .topsearch {
    float: right;
    margin-right: 20px;
    position: relative
}

.topbar .topsearch form {
    width: 398px;
    height: 33px;
    margin-top: 10px;
    line-height: 33px;
    background: #fff;
    border: #f0f0f0 1px solid;
    border-radius: 5px
}

.topbar .topsearch input {
    width: 315px;
    height: 33px;
    line-height: 33px;
    text-indent: 10px
}

.topbar .topsearch button {
    float: right;
    height: 20px;
    line-height: 20px;
    color: #198BC2;
    background: #fff;
    width: 79px;
    border-left: #77c9dc 1px solid;
    margin-top: 7px;
    cursor: pointer
}

.topbar .topsearch .searchsuggest {
    display: none;
    width: 360px;
    padding: 0 20px;
    color: #999;
    background: #fff;
    border-top: #f0f0f0 1px solid;
    border-radius: 0 0 5px 5px;
    box-shadow: rgba(0, 0, 0, .2) 0 1px 3px 0;
    position: absolute;
    top: 42px;
    left: 0
}

.searchsuggest dl {
    padding-bottom: 15px;
    border-bottom: #f0f0f0 1px solid
}

.searchsuggest dl:last-child {
    border: 0
}

.searchsuggest dt {
    line-height: 14px;
    margin: 20px 0 12px
}
.searchsuggest dt a:hover {
    color: #ff9023
}

.searchsuggest dd {
    line-height: 24px
}

.searchsuggest dd b {
    color: #ff9023;
    font-weight: 400
}

.searchsuggest dd a span {
    color: #999
}

.searchsuggest dd a:hover span {
    color: #ff9023
}

.topbar .toplink {
    float: right;
    font-size: 20px
}


.topbar .toplocation span {
    display: block;
    font-size: 16px
}

.topbar .toplocation span b {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    max-width: 110px;
    margin-right: 10px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.topbar .toplocation span i {
    display: inline-block;
    vertical-align: top
}

.topbar .toplocation .localselect {
    display: none;
    width: 334px;
    color: #999;
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .2) 0 1px 3px 0;
    position: absolute;
    top: 55px;
    left: 0
}


.localselect .hot {
    line-height: 52px;
    padding-left: 30px
}

.localselect .hot a {
    margin-left: 14px
}

.localselect .localtab .tabnav {
    line-height: 34px;
    display: flex;
    background: #f8f8f8;
    padding-left: 13px
}

.localselect .localtab .tabnav em {
    width: 62px;
    text-align: center
}

.localselect .localtab .tabnav em.current {
    border-top: #198BC2 2px solid;
    line-height: 30px;
    background: #fff;
    color: #198BC2
}

.localselect .localtab .tabcontent ul {
    padding: 0 0 15px 15px;
    overflow: hidden
}

.localselect .localtab .tabcontent li {
    float: left;
    width: 61px;
    height: 24px;
    line-height: 24px;
    margin-top: 20px
}

.localselect .localtab .tabcontent li a {
    display: inline-block;
    max-width: 43px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 9px;
    border-radius: 5px
}

.localselect .localtab .tabcontent li a:hover {
    background: #198BC2;
    color: #fff;
    text-decoration: none
}

.title {
    font-size: 24px;
    font-weight: 700;
    color: #198BC2;
    height: 64px;
    line-height: 64px;
    border-bottom: #f0f0f0 1px solid
}

.title2 {
    font-size: 18px;
    color: #333 !important;
    line-height: 64px;
    border-bottom: #f0f0f0 1px solid;
}
.title2 a{
    float: right !important;
}

.title2.blue {
    color: #198BC2
}

.title2 span {
    color: #333;
    margin-left: 10px
}

.title2 b {
    color: #198BC2;
    font-weight: 400
}

.title3 {
    font-size: 18px;
    color: #333;
    line-height: 18px;
    padding: 20px 0 25px
}


.title > a:hover, .title2 > a:hover {
    color: #ff9023
}




.title > a.ask:hover {
    text-decoration: none
}

.title .tabnav {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #333
}

.title .tabnav em {
    display: inline-block;
    line-height: 63px;
    margin-left: 20px
}

.title .tabnav.onlytab em:first-child {
    margin-left: 0
}

.title .tabnav em.current, .title .tabnav em:hover {
    border-bottom: #198BC2 2px solid;
    margin-bottom: -2px;
    opacity: 1
}

.title .tabnav em a {
    display: block;
    font-size: 18px
}

.title .tabnav em a:hover {
    color: #198BC2;
    text-decoration: none
}

.title .tabnav em.current a {
    color: #198BC2
}


.title span {
    font-weight: 400;
    color: #999;
    font-size: 16px;
    margin-left: 20px
}

.title span b {
    font-weight: 400;
    color: #2ca1bb
}

.title span.totalinfo {
    font-size: 14px
}


.title .bookable, .title .sort {
    float: right;
    font-size: 14px;
    color: #666;
    font-weight: 400
}

.title .bookable input {
    margin-left: 20px;
    margin-right: 5px;
    vertical-align: middle
}


.tags {
    font-size: 16px;
    color: #999;
    line-height: 36px
}

.tags a {
    display: inline-block;
    margin: 20px 10px 0 0;
    padding: 0 15px;
    background: #f1f1f1;
    border-radius: 36px;
    color: #666
}

.tags a.current, .tags a:hover {
    color: #fff;
    background: #198BC2;
    text-decoration: none
}

.normallist {
    line-height: 40px;
    margin-top: 7px;
    overflow: hidden
}

.normallist li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.twocolumn > * {
    float: left;
    width: 50%
}

.threecolumn > * {
    float: left;
    width: 33%
}

.fourcolumn > * {
    float: left;
    width: 25%
}

.fivecolumn > * {
    float: left;
    width: 20%
}

.commentlist li {
    padding: 20px 0;
    border-bottom: #f0f0f0 1px dashed;
    overflow: hidden
}

.commentlist li:last-child {
    border-bottom: 0
}

.commentlist li .user {
    float: left;
    width: 60px;
    text-align: center
}

.commentlist li .user img {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%
}

.commentlist li .user p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.commentlist li .content {
    float: right;
    width: 740px
}

.commentlist li .content span {
    display: block;
    line-height: 14px
}

.commentlist li .content span i {
    display: inline-block;
    vertical-align: top;
    color: #333;
    margin-right: 20px
}

.commentlist li .content span i:first-child {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.commentlist li .content span em {
    float: right;
    cursor: pointer
}

.commentlist li .content span em:hover {
    color: #ff9023
}

.commentlist li .content span em.orange {
    color: #ff9023;
    cursor: default
}

.commentlist li .content p {
    color: #333;
    margin: 10px 0 15px
}

.star {
    display: inline !important;
    vertical-align: top
}


.commentlist .star {
    margin-right: 20px
}

.commentlist .star em {
    width: 14px;
    height: 14px;
    background-size: 14px
}

.friendlink {
    line-height: 34px;
    /* max-height: 136px; */
    overflow: hidden;
    overflow-y: auto;
    margin: 11px 0 -12px
}

.friendlink.morelink {
    line-height: 24px;
    max-height: none;
    margin-bottom: 0
}

.friendlink.morelink:first-child {
    padding-top: 40px
}

.friendlink a {
    color: #666;
    margin-right: 15px;
    display: inline-block
}

.friendlink a:hover {
    color: #ff9023
}

.footer {
    margin-top: 20px;
    width: 100%;
    min-width: 1200px;
    padding-bottom: 20px;
    background: #fff
}

.footer .aboutyyk {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: #f0f0f0 1px solid;
    overflow: hidden
}

.footer .aboutyyk .contactus {
    float: left;
    padding: 0 20px;
    width: 370px
}

.footer .aboutyyk .contactus span {
    display: block;
    line-height: 14px;
    margin-top: 20px
}

.footer .aboutyyk .qrcode {
    float: right;
    width: 393px;
    height: 155px;
    border-left: #f0f0f0 1px solid
}

.footer .aboutyyk .qrcode img {
    float: left;
    width: 116px;
    height: 116px;
    margin: 20px 20px 0 30px
}

.footer .aboutyyk .qrcode strong {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 16px;
    margin-top: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.footer .about39 {
    color: #333;
    text-align: center
}

.footer .aboutyyk .qrcode span {
    display: block;
    line-height: 14px;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.footer .aboutyyk .qrcode p {
    line-height: 14px;
    color: #333;
    margin-top: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.footer .wangjing img {
    height: 50px;
    padding: 2px 10px;
    margin: 12px 15px 0;
    border: #ededed 1px solid
}

.position {
    line-height: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.position a {
    color: #999
}

.position a:hover {
    color: #ff9023
}

.more {
    display: block;
    text-align: center
}

.more a {
    display: inline-block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #999;
    background: #f1f1f1;
    border-radius: 5px
}

.more a:hover {
    text-decoration: none;
    color: #fff;
    background: #ff9023
}

.normalcontent {
    padding-top: 10px
}

.normalcontent p {
    text-indent: 2em;
    color: #333;
    margin-top: 10px
}

.blockart {
    line-height: 24px;
    color: #333
}

.blockart p {
    margin-top: 24px;
    text-indent: 2em
}

.blockart span {
    display: block
}

.blockart.folded span {
    max-height: 216px;
    overflow: hidden
}

.blockart div {
    margin-top: 15px;
    text-align: center;
    line-height: 36px;
    color: #999;
    background: #f1f1f1;
    border-radius: 5px;
    cursor: pointer
}

.blockart div:hover {
    color: #fff;
    background: #ff9023
}

.blockart div.extend, .blockart div.fold {
    display: none
}

.pageno {
    margin-top: 20px;
    text-align: center
}

.pageno span, .pageno b, .pageno a {
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    border: #e1e1e1 1px solid;
    border-radius: 3px;
    margin: 0 2px;
    vertical-align: top;
    cursor: pointer
}

.pageno b, .pageno a:hover {
    background: #198BC2;
    border-color: #198BC2;
    color: #fff;
    font-weight: 400;
    text-decoration: none
}

.pageno span {
    width: 42px;
    position: relative
}

.pageno span a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0;
    left: -1px;
    top: -1px
}

.popbg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    z-index: 999
}

.popwindow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 300px;
    margin: -150px 0 0 -250px;
    text-align: center;
    background: #fff;
    border-radius: 5px
}

.popwindow.h410 {
    height: 410px;
    margin-top: -205px
}


.popwindow .title {
    text-align: left;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 400
}

.feedbackform {
    padding: 0 20px
}

.feedbackform p {
    line-height: 26px;
    margin-top: 40px;
    text-align: left
}


.feedbackform p .feedbacktype em {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin-right: 10px;
    background: #f0f0f0;
    border-radius: 26px;
    cursor: pointer
}

.feedbackform p .feedbacktype em.current, .feedbackform p .feedbacktype em:hover {
    color: #fff;
    background: #198BC2
}

.feedbackform textarea {
    width: 340px;
    height: 192px;
    background: #f8f8f8;
    line-height: 24px;
    padding: 6px 10px;
    border-radius: 5px;
    resize: none
}

.feedbackform button {
    display: block;
    width: 200px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin: 20px auto 0;
    background: #198BC2;
    border-radius: 5px;
    cursor: pointer
}


.show_tag::after {
    content: "\5e7f\544a";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: #e1e1e1;
    border-radius: 0 0 0 5px
}

.yyk_show {
    margin-top: 20px;
    overflow: hidden;
    position: relative
}

.yyk_show::after {
    content: "\5e7f\544a";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 14px;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    color: #fff;
    background: #c9c9c9;
    opacity: .5
}

.yyk_show.nomark::after {
    display: none
}

.yyk_show.loc_toptl {
    text-align: center
}

.yyk_show.loc_toptl::after {
    display: none
}

.yyk_show.loc_bottomtl {
    text-align: center
}

.yyk_show.loc_bottomtl::after {
    display: none
}

.yyk_show.loc_loc_sidemiddle {
    text-align: center
}

.yyk_show.loc_loc_sidemiddle::after {
    display: none
}

.yyk_show.loc_sidebottom {
    text-align: center
}

.yyk_show.loc_sidebottom::after {
    display: none
}

.tempad {
    width: 100%;
    height: 100%;
    opacity: .5
}

.bottominfo {
    text-align: center;
}

.wangjing {
    text-align: center;
}

.index_block {
	clear: both;
	display: block;
	width: 1000px;
	margin: auto;
	margin-bottom: 20px
}

.index_tab .index_tabnav>* {
	cursor: pointer
}

.index_tab .index_tabsingle {
	display: none
}

.index_tab .index_tabsingle:first-child {
	display: block
}

.index_title {
	height: 64px;
	border-bottom: 1px solid #f0f0f0;
	color: #198bc2;
	font-weight: 700;
	font-size: 24px;
	line-height: 64px
}

.index_title .index_tabnav {
	display: inline-block;
	color: #333;
	vertical-align: top;
	font-size: 16px
}

.index_title .index_tabnav em {
	display: inline-block;
	margin-left: 20px;
	line-height: 63px
}

.index_title .index_tabnav.onlytab em:first-child {
	margin-left: 0
}

.index_title .index_tabnav em.current,.title .tabnav em:hover {
	margin-bottom: -2px;
	border-bottom: 2px solid #198bc2;
	opacity: 1
}