@charset "UTF-8";

.mejs__offscreen {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal
}

.mejs__container {
    background: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica, Arial, serif;
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top
}

.mejs__container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important
}

.mejs__fill-container,
.mejs__fill-container .mejs__container {
    height: 100%;
    width: 100%
}

.mejs__fill-container {
    background: transparent;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.mejs__container:focus {
    outline: 0
}

.mejs__iframe-overlay {
    height: 100%;
    position: absolute;
    width: 100%
}

.mejs__embed,
.mejs__embed body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.mejs__fullscreen {
    overflow: hidden !important
}

.mejs__container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
    height: 100% !important;
    width: 100% !important
}

.mejs__background {
    left: 0;
    position: absolute;
    top: 0
}

.mejs__mediaelement {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.mejs__poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1
}

:root .mejs__poster-img {
    display: none
}

.mejs__poster-img {
    border: 0;
    padding: 0
}

.mejs__overlay {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0
}

.mejs__layer {
    z-index: 1
}

.mejs__overlay-play {
    cursor: pointer
}

.mejs__overlay-button {
    background: url(../images/mejs-controls_872edbb.png) no-repeat;
    background-position: 0 -39px;
    height: 80px;
    width: 80px
}

.mejs__overlay:hover>.mejs__overlay-button {
    background-position: -80px -39px
}

.mejs__overlay-loading {
    height: 80px;
    width: 80px
}

.mejs__overlay-loading-bg-img {
    -webkit-animation: mejs__loading-spinner 1s linear infinite;
    -moz-animation: mejs__loading-spinner 1s linear infinite;
    animation: mejs__loading-spinner 1s linear infinite;
    height: 80px;
    width: 80px;
    z-index: 1
}

@-webkit-keyframes mejs__loading-spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes mejs__loading-spinner {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes mejs__loading-spinner {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.mejs__controls {
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    height: 40px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 3
}

.mejs__controls:not([style*='display: none']) {
    background: rgba(255, 0, 0, .7);
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .35));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .35)));
    background: -moz-linear-gradient(transparent, rgba(0, 0, 0, .35));
    background: linear-gradient(transparent, rgba(0, 0, 0, .35))
}

.mejs__button,
.mejs__time,
.mejs__time-rail {
    font-size: 10px;
    height: 40px;
    line-height: 10px;
    margin: 0;
    width: 32px
}

.mejs__button>button {
    background: transparent url(../images/mejs-controls_872edbb.png);
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin: 10px 6px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 20px
}

.mejs__button>button:focus {
    outline: dotted 1px #999
}

.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
    outline: 0
}

.mejs__time {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 24px;
    overflow: hidden;
    padding: 16px 6px 0;
    text-align: center;
    width: auto
}

.mejs__play>button {
    background-position: 0 0
}

.mejs__pause>button {
    background-position: -20px 0
}

.mejs__replay>button {
    background-position: -160px 0
}

.mejs__time-rail {
    direction: ltr;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    height: 40px;
    margin: 0 10px;
    padding-top: 10px;
    position: relative
}

.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 10px;
    position: absolute
}

.mejs__time-total {
    background: rgba(255, 255, 255, .3);
    margin: 5px 0 0;
    width: 100%
}

.mejs__time-buffering {
    -webkit-animation: buffering-stripes 2s linear infinite;
    -moz-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite;
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
    background: -moz-linear-gradient(135deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
    background: linear-gradient(-45deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
    width: 100%
}

@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-moz-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

.mejs__time-loaded {
    background: rgba(255, 255, 255, .3)
}

.mejs__time-current,
.mejs__time-handle-content {
    background: rgba(255, 255, 255, .9)
}

.mejs__time-hovered {
    background: rgba(255, 255, 255, .5);
    z-index: 10
}

.mejs__time-hovered.negative {
    background: rgba(0, 0, 0, .2)
}

.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: .15s ease-in all;
    -moz-transition: .15s ease-in all;
    transition: .15s ease-in all;
    width: 100%
}

.mejs__time-buffering {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1)
}

.mejs__time-hovered {
    -webkit-transition: height .1s cubic-bezier(0.44, 0, 1, 1);
    -moz-transition: height .1s cubic-bezier(0.44, 0, 1, 1);
    transition: height .1s cubic-bezier(0.44, 0, 1, 1)
}

.mejs__time-hovered.no-hover {
    -webkit-transform: scaleX(0) !important;
    -ms-transform: scaleX(0) !important;
    -moz-transform: scaleX(0) !important;
    transform: scaleX(0) !important
}

.mejs__time-handle,
.mejs__time-handle-content {
    border: 4px solid transparent;
    cursor: pointer;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    z-index: 11
}

.mejs__time-handle-content {
    border: 4px solid rgba(255, 255, 255, .9);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 10px;
    left: -7px;
    top: -4px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    width: 10px
}

.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.mejs__time-float {
    background: #eee;
    border: solid 1px #333;
    bottom: 100%;
    color: #111;
    display: none;
    height: 17px;
    margin-bottom: 9px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 36px
}

.mejs__time-float-current {
    display: block;
    left: 0;
    margin: 2px;
    text-align: center;
    width: 30px
}

.mejs__time-float-corner {
    border: solid 5px #eee;
    border-color: #eee transparent transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0
}

.mejs__long-video .mejs__time-float {
    margin-left: -23px;
    width: 64px
}

.mejs__long-video .mejs__time-float-current {
    width: 60px
}

.mejs__broadcast {
    color: #fff;
    height: 10px;
    position: absolute;
    top: 15px;
    width: 100%
}

.mejs__fullscreen-button>button {
    background-position: -80px 0
}

.mejs__unfullscreen>button {
    background-position: -100px 0
}

.mejs__mute>button {
    background-position: -60px 0
}

.mejs__unmute>button {
    background-position: -40px 0
}

.mejs__volume-button {
    position: relative
}

.mejs__volume-button>.mejs__volume-slider {
    -webkit-backface-visibility: hidden;
    background: rgba(50, 50, 50, .7);
    -webkit-border-radius: 0;
    border-radius: 0;
    bottom: 100%;
    display: none;
    height: 115px;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px;
    z-index: 1
}

.mejs__volume-button:hover {
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.mejs__volume-total {
    background: rgba(255, 255, 255, .5);
    height: 100px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 8px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px
}

.mejs__volume-current {
    background: rgba(255, 255, 255, .9);
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%
}

.mejs__volume-handle {
    background: rgba(255, 255, 255, .9);
    -webkit-border-radius: 1px;
    border-radius: 1px;
    cursor: ns-resize;
    height: 6px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px
}

.mejs__horizontal-volume-slider {
    display: block;
    height: 36px;
    position: relative;
    vertical-align: middle;
    width: 56px
}

.mejs__horizontal-volume-total {
    background: rgba(50, 50, 50, .8);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 1px;
    height: 8px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 16px;
    width: 50px
}

.mejs__horizontal-volume-current {
    background: rgba(255, 255, 255, .8);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 1px;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.mejs__horizontal-volume-handle {
    display: none
}

.mejs__captions-button,
.mejs__chapters-button {
    position: relative
}

.mejs__captions-button>button {
    background-position: -140px 0
}

.mejs__chapters-button>button {
    background-position: -180px 0
}

.mejs__captions-button>.mejs__captions-selector,
.mejs__chapters-button>.mejs__chapters-selector {
    background: rgba(50, 50, 50, .7);
    border: solid 1px transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    bottom: 100%;
    margin-right: -43px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 50%;
    visibility: visible;
    width: 86px
}

.mejs__chapters-button>.mejs__chapters-selector {
    margin-right: -55px;
    width: 110px
}

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
    color: #fff;
    cursor: pointer;
    display: block;
    list-style-type: none !important;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0
}

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
    background-color: #c8c8c8 !important;
    background-color: rgba(255, 255, 255, .4) !important
}

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
    clear: both;
    float: left;
    left: -1000px;
    margin: 3px 3px 0 5px;
    position: absolute
}

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
    cursor: pointer;
    float: left;
    font-size: 10px;
    line-height: 15px;
    padding: 4px 10px 0;
    width: 100%
}

.mejs__captions-selected,
.mejs__chapters-selected {
    color: #21f8f8
}

.mejs__captions-translations {
    font-size: 10px;
    margin: 0 0 5px
}

.mejs__captions-layer {
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center
}

.mejs__captions-layer a {
    color: #fff;
    text-decoration: underline
}

.mejs__captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: 400
}

.mejs__captions-position {
    bottom: 15px;
    left: 0;
    position: absolute;
    width: 100%
}

.mejs__captions-position-hover {
    bottom: 35px
}

.mejs__captions-text,
.mejs__captions-text * {
    background: rgba(20, 20, 20, .5);
    -webkit-box-shadow: 5px 0 0 rgba(20, 20, 20, .5), -5px 0 0 rgba(20, 20, 20, .5);
    box-shadow: 5px 0 0 rgba(20, 20, 20, .5), -5px 0 0 rgba(20, 20, 20, .5);
    padding: 0;
    white-space: pre-wrap
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
    display: none
}

.mejs__overlay-error {
    position: relative
}

.mejs__overlay-error>img {
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index: -1
}

.mejs__cannotplay,
.mejs__cannotplay a {
    color: #fff;
    font-size: .8em
}

.mejs__cannotplay {
    position: relative
}

.mejs__cannotplay p,
.mejs__cannotplay a {
    display: inline-block;
    padding: 0 15px;
    width: 100%
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.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;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-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(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 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;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -moz-transition-property: transform, height, -moz-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform, -moz-transform
}

.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-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.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: 300ms;
    -moz-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    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: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.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-slide-shadow-bottom {
    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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(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,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.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-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.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-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-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-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    -webkit-border-radius: 10px;
    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);
    -webkit-border-radius: 10px;
    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%;
    -ms-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)
    }
}

@-moz-keyframes swiper-preloader-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
p,
pre,
em,
img,
strong,
b,
i,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

html {
    overflow-x: hidden;
    overflow-y: auto
}

a,
input,
button {
    margin: 0;
    padding: 0;
    outline: 0
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 100%
}

ul,
li {
    list-style: none
}

a,
button {
    cursor: pointer
}

a:focus {
    outline: 0
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 auto
}

.cls {
    *zoom: 1
}

.clearfix {
    *zoom: 1
}

.cls:after {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: '.'
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: '.'
}

.clearfix {
    clear: both
}

.cls {
    clear: both
}

a {
    text-decoration: none;
    color: #6c6c6c
}

a:hover {
    text-decoration: none;
    color: #e63eb5
}

.hidden {
    display: none
}

em,
i,
strong {
    font-weight: 400;
    font-style: normal
}

.hide {
    display: none
}

.body {
    font: 14px/1.5 "Microsoft Yahei", SimSun;
    overflow-x: hidden;
    background: #fff;
    width: 100%
}

.header {
    position: relative;
    width: 1200px;
    height: 1000px;
    z-index: 2;
    margin: 0 auto
}



.kv-top {
    position: absolute;
    z-index: 1;
    left: 50%;
    width: 2000px;
    height: 1000px;
    margin-left: -1000px;
    overflow: hidden
}

.kv-top-img {
    position: relative;
    clear: both;
    width: 100%;
    height: 100%
}

.kv-top-img li,
.kv-top-img li img,
.kv-top-img li a {
    width: 100%;
    height: 100%
}

.kv-top-img li a {
    display: block
}

.kv-top-num {
    position: absolute;
    top: 776px;
    right: 50%;
    margin-right: -600px
}

.kv-top-num li,
.kv-num li {
    text-indent: -9999em;
    float: left;
    overflow: hidden;
    cursor: pointer;
    margin-left: 7px;
    width: 15px;
    height: 15px;
    background: #fff;
    -webkit-border-radius: 14px;
    border-radius: 14px
}

.kv-top-num li:hover,
.kv-top-num li.focus,
.kv-num li:hover,
.kv-num li.current {
    width: 35px;
    background: #d6903c
}

.nav-top {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    height: 100px;
    z-index: 2
}

.nav-top ul {
    margin-left: 216px
}

.nav-top li {
    width: 100px;
    background: url(../images/nav-line_9ae80df.png) right center no-repeat;
    float: left;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    height: 100%;
    _display: inline
}

.nav-top li:last-child {
    background: 0 0
}

#nav-t2 {
    margin-right: 222px
}

.nav-top a {
    display: block;
    height: 88px;
    color: #fff;
    padding-top: 38px;
    text-decoration: none
}

.nav-top a span {
    display: block;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    color: #fff
}

.nav-top a:hover {
    color: #ab660e
}

.nav-top a:hover span {
    color: #ab660e
}

.gift {
    top: 550px;
    width: 445px;
    height: 192px;
    position: absolute;
    overflow: hidden;
    left: 50%;
    margin-left: -222px;
    z-index: 9;
    background-repeat: no-repeat;
}

.gift .qrcode {
    width: 134px;
    height: 134px;
    padding: 11px;
    display: block;
    margin-left: 18px;
    margin-top: 18px;
    position: relative;
    background-repeat: no-repeat;
}

.gift .an-btn {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 241px;
    height: 70px;
    position: absolute;
    top: 18px;
    left: 188px;
    background-repeat: no-repeat;
}

.gift .an-btn:hover {
    background-repeat: no-repeat;
}

.gift .ios-btn {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 241px;
    height: 70px;
    position: absolute;
    top: 104px;
    left: 188px;
    background-repeat: no-repeat;
}

.gift .ios-btn:hover {
    background-repeat: no-repeat;
}

.gift .tips-d {
    color: #6c6c6c;
    font-size: 14px;
    line-height: 20px;
    width: 112px;
    text-align: center;
    position: absolute;
    right: 25px;
    bottom: 10px
}

.gift .tips-d-mid {
    margin-top: 0
}

.gift .more-d {
    margin-top: 76px;
    font-size: 18px
}

.tips18 {
    position: absolute;
    top: 772px;
    color: #2b2727;
    z-index: 2;
    font-size: 16px;
    left: 0
}

.gift-btn {
    z-index: 5;
    position: absolute;
    left: 820px;
    top: 592px;
    width: 160px;
    height: 142px;
    background: url(../images/gift_b08333f.png) no-repeat
}

.gift-btn:hover {
    background: url(../images/gift-h_a7d41b5.png) no-repeat
}

.gift-center .img {
    text-align: center
}

.gift-center .img img {
    width: 315px;
    margin: 0 2px
}

.section {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

.section1 {
    height: 355px;
    margin-top: -200px;
    background: url(../images/section1_61e588a.png) no-repeat;
    z-index: 3
}

.section1 .news-wrap {
    width: 448px;
    height: 316px;
    margin: 16px 32px 0 0;
    float: right;
    position: relative
}

.section1 .news-wrap .headline {
    text-align: center;
    line-height: 48px;
    height: 48px;
    margin-top: 20px;
    background: #ba925f;
    color: #fffff2;
    font-size: 18px;
    font-weight: 700
}

.section1 .news-wrap .headline a {
    color: #fffff2;
    font-size: 18px;
    font-weight: 700
}

.section1 .news-wrap .news-more {
    position: absolute;
    right: 0;
    top: 0;
    width: 92px;
    height: 34px;
    line-height: 34px;
    text-align: right;
    display: block;
    font-size: 16px;
    color: #f6f6f6
}

.section1 .news-wrap .news-more:hover {
    color: #f1be7e
}

.section1 .news-tab {
    height: 34px
}

.section1 .news-tab li {
    display: inline;
    float: left;
    width: 92px;
    position: relative;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.section1 .news-tab #li_gonglue {
    margin-right: 0
}

.section1 .news-tab li.current .line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 92px;
    height: 2px;
    background-repeat: no-repeat;
}

.section1 .news-tab li a {
    display: block;
    width: 100%;
    color: #f6f6f6;
    text-align: center;
    height: 100%;
    font-size: 16px
}

.section1 .news-tab li a:hover,
.section1 .news-tab li.current a {
    color: #f1be7e
}

.section1 .news-list {
    overflow: hidden;
    margin-top: 14px;
    height: 200px
}

.section1 .news-list li {
    overflow: hidden;
    height: 39px;
    white-space: nowrap;
    *white-space: normal;
    text-overflow: ellipsis;
    line-height: 39px;
    border-bottom: 1px dashed #615f63;
    color: #7a7a7a
}

.section1 .news-list li .time {
    float: right
}

.section1 .news-list li a {
    color: #afafaf
}

.section1 .news-list li:first-child a {
    color: #bdb2a4
}

.section1 .news-list li:last-child {
    border-bottom: 0
}

.section1 .news-list li:hover a {
    color: #efc998
}

.section1 .news-list li:hover a span {
    color: #efc998
}

.section1 .news-date {
    float: right
}

.section1 .kv {
    width: 670px;
    height: 326px;
    margin: 15px 0 0 14px;
    overflow: hidden;
    float: left;
    display: inline;
    position: relative;
    margin-right: 2px
}

.section1 .kv-img {
    width: 670px;
    height: 326px
}

.section1 .kv-img img {
    width: 670px;
    height: 326px
}

.section1 .kv-num {
    position: absolute;
    bottom: 13px;
    right: 10px
}

.section1 .kv-num li,
.section1 .jietu-num li {
    text-indent: -9999em;
    float: left;
    overflow: hidden;
    width: 16px;
    height: 16px;
    background: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-right: 10px;
    border: 0
}

.section1 .kv-num li:hover,
.section1 .kv-num li.focus,
.section1 .jietu-num li:hover,
.section1 .jietu-num li.focus {
    background: #d6903c;
    width: 30px
}

.section2 {
    width: 100%;
    background: url(../images/section2_714e394.jpg) no-repeat top center;
    height: 580px;
    position: relative
}

.section2 .section-title {
    position: absolute;
    top: 124px;
    left: 50%;
    width: 289px;
    height: 33px;
    background: url(../images/role-t_03fb70f.png)
}

.ml-590 {
    margin-left: -590px
}

.role {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0
}

.role-inner {
    width: 100%;
    height: 100%;
    position: relative
}

.role-nav {
    display: none;
    position: absolute;
    z-index: 10;
    top: -40px;
    right: 0;
    width: 107px;
    height: 537px
}

.role-nav li {
    position: absolute;
    left: 8px;
    width: 108px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    font-size: 22px;
    color: #212121;
    background: url(../images/r-tab-icon.png) right center no-repeat
}

.role-nav li a {
    color: #212121
}

.role-nav li:hover,
.role-nav li.cur {
    background: url(../images/r-tab-icon-h.png) right center no-repeat
}

.role-nav li:hover a,
.role-nav li.cur a {
    color: #b11a1a;
    font-size: 30px
}

.nav-0 {
    top: 172px
}

.nav-1 {
    top: 255px
}

.nav-2 {
    top: 330px
}

.f-cf {
    width: 100%
}

.role-nav .cur {
    background-image: url(images/role-tab-h.png)
}

.role-detail {
    filter: alpha(opacity=0);
    display: none\9
}

.curMod {
    z-index: 5;
    filter: alpha(opacity=100);
    display: block\9
}

.role-con,
.role-detail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.r-desc {
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.curMod .r-desc {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    transform: scale(1);
    filter: alpha(opacity=100)
}

.curMod .role0 {
    top: 0
}

.curMod .role1 {
    top: 0
}

.r-detail {
    z-index: 1;
    position: absolute;
    top: 216px;
    left: 8px;
    width: 330px;
    height: auto;
    color: #000;
    font-size: 14px;
    filter: alpha(opacity=100);
    line-height: 30px
}

.r-detail .title {
    display: block;
    width: 112px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 28px;
    text-align: center;
    color: #f6f6f6;
    font-size: 26px;
    background-repeat: no-repeat;
}

.r-detail p,
.r-intro p {
    filter: alpha(opacity=100);
    overflow: auto
}

.r-detail p .icon,
.r-intro p .icon {
    display: block;
    float: left;
    margin: 10px 4px 0 8px;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
}

.r-detail p span,
.r-intro p span {
    display: block;
    float: left;
    width: 308px
}

.r-intro p span {
    width: 340px
}

.r-intro p span.intro-t {
    width: auto
}

.r-detail .rec {
    margin-top: 16px
}

.r-detail .skill {
    position: relative;
    left: -20px;
    width: 280px;
    height: 80px;
    padding: 0 40px;
    background: url(../images/role-skill_4c3bf44.png) center no-repeat
}

.r-detail .skill li {
    width: 70px;
    float: left
}

.r-detail .skill li img {
    display: block;
    width: 41px;
    height: 41px;
    margin: 10px auto 0
}

.r-detail .skill li span {
    display: block;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    color: #777
}

.r-detail .star {
    display: inline-block;
    width: 20px;
    height: 18px;
    vertical-align: middle;
    margin: 0 2px;
    background-repeat: no-repeat;
}

.r-detail .star.half {
    background-repeat: no-repeat;
}

.r-detail .star.empty {
    background-repeat: no-repeat;
}

.r-detail .use {
    float: none;
    display: inline-block;
    width: 107px;
    height: 14px;
    background: url(../images/star.png?__sprite) no-repeat;
    vertical-align: middle
}

.r-detail .s-title {
    float: left
}

.r-detail .s-detail {
    float: left;
    margin-top: 3px;
    width: 270px;
    line-height: 23px
}

.r-detail .s-detail2 {
    width: 240px
}

.r-detail .s-detail3 {
    width: 300px
}

.r-detail .s-detail4 {
    width: 240px
}

.r-detail .s-detail5 {
    width: 270px
}

.r-detail .s-detail6 {
    width: 220px
}

.r-img {
    position: absolute
}

.role0 .r-img {
    left: 314px;
    top: -12px
}

.role1 .r-img {
    left: 527px;
    top: -133px
}

.role2 .r-img {
    left: 573px;
    top: -124px
}

.r-intro {
    position: absolute;
    right: 6px;
    top: 270px;
    width: 340px;
    line-height: 30px
}

.section3 {
    height: 464px
}

.section3 .section-title {
    position: absolute;
    left: 5px;
    top: 24px;
    width: 361px;
    height: 43px;
    background: url(/static/images/index/yxzl.png) no-repeat left top
}

.ziliao {
    float: left;
    margin-top: 96px;
    width: 100%;
    height: 280px;
    overflow: hidden
}

.zl-box {
    position: relative;
    float: left;
    overflow: hidden;
    width: 280px;
    height: 280px;
    cursor: pointer;
    -webkit-transition: width 300ms ease;
    -moz-transition: width 300ms ease;
    transition: width 300ms ease;
    margin: 0 10px
}



.zl-bg {
    position: absolute;
    width: 280px;
    height: 280px
}

.zl {
    position: absolute;
    width: 280px;
    height: 280px;
    display: none
}

.zl-con ul li {
    width: 160px;
    height: 36px;
    line-height: 36px;
    padding-left: 74px;
    font-size: 16px;
    color: #e9c89d
}

.zl-con ul a {
    text-align: left;
    display: block;
    width: 100%;
    height: 100%;
    color: #e9c89d
}

.zl-con ul a:hover {
    color: #ffbd68
}

.zl-con ul a i,
.zl-more i {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 14px;
    height: 14px;
    background: url(../images/zl-list_35c8090.png) no-repeat;
    margin: 11px 22px 0 0
}

#zl-1 {
    background-position: 0 0
}

.zl-con {
    padding-top: 54px;
    overflow: hidden
}

.zl-more {
    padding-left: 74px;
    text-align: left;
    width: 160px;
    line-height: 36px;
    display: block;
    height: 36px;
    z-index: 999;
    font-size: 16px;
    color: #e9c89d
}

.zl-more:hover {
    color: #ffbd68
}

.ziliao-text {
    display: none;
    position: absolute;
    z-index: 5;
    bottom: 14px;
    left: 32px;
    font-size: 24px
}

.section4 {
    width: 100%;
    height: 602px;
    background: url(../images/section4_1890994.jpg) no-repeat top center;
    overflow: hidden
}

.section4 .section-title {
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -582px;
    width: 396px;
    height: 48px;
    background: url(/static/images/index/yxjt.png) no-repeat left top
}

.exhibition_hall {
    width: 1200px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    top: 94px;
    text-align: center;
    position: relative
}

.exhibition_hall .jQ_sliderSwitch {
    text-align: center
}

.exhibition_hall .jQ_sliderSwitch li {
    margin-right: 6px;
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #727272;
    cursor: pointer;
    *display: inline;
    *zoom: 1
}

.exhibition_hall .jQ_sliderSwitch li.active {
    background: #c39738
}

.dg-nav {
    width: 56px;
    position: absolute;
    z-index: 300;
    bottom: 270px;
    left: 50%;
    margin-left: -29px
}

.dg-nav span {
    text-indent: -9000px;
    cursor: pointer;
    width: 56px;
    height: 58px;
    display: block;
    position: absolute
}

.dg-nav span.dg-next:hover {
    background: transparent url(../images/next-h_fa364eb.png) right center no-repeat
}

.dg-nav span.dg-prev:hover {
    background: transparent url(../images/prev-h_5a63d82.png) left center no-repeat
}

.dg-nav span.dg-next {
    background: transparent url(../images/next_23104f2.png) right center no-repeat;
    right: -460px
}

.dg-nav span.dg-prev {
    background: transparent url(../images/prev_dbff5b8.png) left center no-repeat;
    left: -460px
}

.roundabout_box img {
    width: 100%
}

.roundabout_box {
    height: 416px;
    margin: 0 auto
}

.roundabout-holder {
    list-style: none;
    width: 500px;
    height: 416px;
    margin: 0 auto
}

.roundabout-moveable-item {
    font-size: 12px !important;
    height: 416px;
    width: 758px;
    text-align: center;
    cursor: pointer
}

.roundabout-moveable-item .pic {
    width: 100%;
    height: 100%
}

.roundabout-moveable-item .pic .pic-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: Alpha(opacity=60);
    background: rgba(0, 0, 0, .6)
}

.roundabout-in-focus .pic .pic-mask {
    display: none
}

.roundabout-moveable-item img {
    height: 100%;
    width: 100%;
    margin: 0;
    background: url(//img1.37wanimg.com/www/css/images/common/loading-48x48.gif) center center no-repeat
}

.roundabout-in-focus {
    cursor: auto
}

.roundabout-in-focus000:hover {
    -webkit-box-shadow: 0 0 20px #787878;
    -moz-box-shadow: 0 0 20px #787878;
    background: #f9f9f9
}

.roundabout-holder .text {
    color: #999
}

.roundabout-in-focus000:hover span {
    display: inline;
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 8px 20px;
    background: #f9f9f9;
    color: #36c;
    z-index: 999;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topLeft: 5px;
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa
}

.roundabout a:active,
.roundabout a:focus,
.roundabout a:visited {
    outline: 0;
    text-decoration: none
}

.roundabout li {
    margin: 0
}

.section5 {
    width: 1200px;
    margin: 0 auto;
    height: 250px;
    overflow: hidden
}

.section5 ul {
    overflow: auto
}

.section5 li {
    width: 290px;
    padding: 60px 5px 0;
    float: left
}

.section5 li .pic {
    float: left;
    width: 134px;
    height: 134px;
    margin-right: 10px;
    background: url(../images/tel_d475894.jpg) no-repeat
}

.section5 li .pic img {
    width: 100%
}

.section5 li .txt .tit {
    margin-top: 26px;
    line-height: 32px;
    font-size: 22px;
    color: #0f0f0f
}

.section5 li .txt p {
    line-height: 18px;
    font-size: 12px;
    color: #545454
}

.section5 li .txt .mt8 {
    margin-top: 8px
}

.c-body {
    background: #eff0f4
}

.c-body .gift {
    display: none
}

.c-body .tips18 {
    z-index: 9;
    top: -30px;
    left: 960px;
    width: 240px
}

.c-body .header {
    z-index: 4
}

.c-body .left-dl {
    width: 290px;
    height: 470px;
    border: 1px solid #fff;
    overflow: hidden;
    background: rgba(255, 255, 255, .7);
    *background: #fff;
    position: absolute;
    left: 0;
    top: 0
}

.c-body .left-dl .dl-box {
    position: relative;
    width: 290px;
    height: 470px
}

.c-body .left-dl .qrcode {
    width: 160px;
    height: 160px;
    display: block;
    margin: 30px auto 0
}

.c-body .left-dl .an-btn {
    display: block;
    width: 240px;
    height: 70px;
    margin: 30px auto 0;
    background: url(../images/a-dl-btn_e0dd5cc.png) no-repeat center
}

.c-body .left-dl .an-btn:hover {
    background: url(../images/android-h_c303a9a.png) no-repeat center
}

.c-body .left-dl .ios-btn {
    display: block;
    width: 240px;
    height: 70px;
    margin: 30px auto 0;
    background: url(../images/i-dl-btn_8a325d4.png) no-repeat center
}

.c-body .left-dl .ios-btn:hover {
    background: url(../images/ios-h_9589cee.png) no-repeat center
}

.c-body .left-dl .tips-d {
    color: #6c6c6c;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    width: 100%;
    text-align: center
}

.c-body .left-dl .tips-d-mid {
    margin-top: 0
}

.c-body .left-dl .more-d {
    margin-top: 76px;
    font-size: 18px
}

.c-body .wrap {
    position: relative;
    width: 1200px;
    margin: -850px auto 0 auto;
    z-index: 9;
    padding-bottom: 120px
}

.c-body .wrap .main {
    width: 898px;
    float: left;
    margin-left: 302px;
    position: relative;
    z-index: 9
}

.side .login-bg {
    float: none
}

.article {
    width: 897px;
    background-color: #fff;
    min-height: 900px
}

.article-top {
    width: 897px;
    height: 99px;
    overflow: hidden;
    position: relative;
    background: url(../images/ar-top-bg_a961c2c.jpg) no-repeat center
}

.article-top.article-top-list {
    background: url(../images/ar-top-bg_a961c2c.jpg) no-repeat center
}

.article-top .cate {
    font-size: 30px;
    color: #ab660e;
    position: absolute;
    left: 30px;
    top: 18px
}

.bread-nav {
    height: 24px;
    color: #ab660e;
    font-size: 12px;
    padding: 58px 0 0 30px;
    line-height: 24px
}

.bread-nav a {
    color: #ab660e
}

.bread-nav a:hover {
    color: #e5291d
}

.article-list {
    margin: 30px 40px
}

.article-list span {
    color: #4b4f6c
}

.article-list-tab {
    margin: 16px 20px 0;
    border-bottom: 1px solid #756a44
}

.article-list-tab ul li {
    width: 180px;
    height: 66px;
    position: relative;
    line-height: 66px;
    font-size: 24px;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #e6ccac;
    text-align: center
}

.article-list-tab ul li.hover,
.article-list-tab ul li.active {
    color: #d8c374;
    font-weight: 700
}

.article-list-tab ul li.hover .line,
.article-list-tab ul li.active .line {
    width: 150px;
    height: 2px;
    background: #d8c374;
    position: absolute;
    bottom: 0;
    left: 0
}

.article-list li {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px dashed #3e392e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: normal
}

.article-list li a {
    color: #4b4f6c
}

.article-list li .time {
    float: right
}

.article-list li:last-child {
    border: 0
}

.article a:hover {
    color: #e5291d
}

.article-main {
    width: 100%;
    margin: auto
}

a.card-btn {
    color: #fff
}

.card-btn:hover,
.card-btn:focus {
    background: #b7b0a8;
    border-color: #b7b0a8;
    color: #89847e;
    text-shadow: none !important
}

.pageNum {
    height: 50px;
    margin: 20px auto 0;
    padding-top: 20px;
    text-align: center
}

.pageNum a,
.pageNum span {
    margin: 3px;
    line-height: 30px;
    background: #f3f4f8;
    font-size: 12px;
    height: 30px;
    display: inline-block;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 0 12px;
    color: #666
}

.pageNum span {
    background: #435d81;
    color: #fff
}

.pageNum a:hover {
    background: #435d81;
    color: #fff
}

.key-wechat:focus {
    border-color: #89847e;
    -webkit-box-shadow: inset 0 1px 2px #89847e;
    box-shadow: inset 0 1px 2px #89847e
}

.list-main {
    width: 90%
}

.article-title {
    font-size: 24px;
    color: #e5291d;
    text-align: center;
    height: 36px;
    line-height: 36px;
    margin: 48px 0 0
}

.article-title h1 {
    font-weight: 400
}

.article-detail {
    text-align: center;
    color: #9c9c9c;
    line-height: 36px;
    padding-bottom: 15px;
    font-size: 14px;
    width: 800px;
    margin: 0 auto
}

.article-content {
    padding: 20px 60px;
    width: 780px;
    font-size: 14px;
    line-height: 2;
    color: #3c3c3c
}

.article-relation {
    height: 150px;
    margin: 0 30px
}

.article-relation dt {
    border-top: 1px solid #d7d7d7;
    display: block;
    padding: 24px 0 6px
}

.article-relation dd {
    float: left;
    width: 50%;
    font-size: 12px;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: normal
}

.article-relation .news-date {
    padding-right: 10px
}

.article-relation dd:nth-child(odd) .news-date {
    padding-right: 0
}

.dialog {
    display: none
}

.dialog-mask {
    background-color: #000;
    left: 0;
    opacity: .4;
    filter: alpha(opacity=50);
    position: fixed !important;
    _position: absolute !important;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%
}

.dialog-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1001;
    padding: 0;
    width: 400px;
    color: #404040;
    margin-left: -200px
}

.dialog-body {
    word-break: break-all;
    background-color: #fff;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden
}

.dialog-titlebar {
    position: relative;
    height: 56px;
    color: #333;
    padding: 18px 24px 0;
    border-bottom: 1px solid #e5e5e5
}

.dialog-title-text {
    color: #999;
    font-size: 24px
}

.dialog-close {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 16px;
    right: 8px;
    color: #999;
    font-size: 24px
}

.dialog-client {
    font-size: 20px;
    overflow: hidden;
    margin: 16px auto
}

.dialog-content {
    margin-left: 24px;
    margin-right: 24px
}

.dialog-content img {
    display: block;
    margin: 0 auto;
    width: 280px;
    height: 280px
}

.dialog-content p {
    margin: 8px 0
}

.dialog-buttons {
    height: 40px;
    text-align: center;
    margin: 16px auto 32px
}

.dialog-buttons a.dialog-btn {
    width: 160px;
    height: 40px;
    display: block;
    background: #f39939;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin: 0 auto
}

.alert .dialog-content p {
    text-align: center
}

.dialog-order .dialog-wrap {
    width: 526px;
    color: #404040;
    margin-left: -263px;
    height: 386px
}

.dialog-order .dialog-body {
    background: url(../images/dialog-order.jpg) no-repeat;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 386px
}

.dialog-order .dialog-titlebar {
    height: 66px;
    padding: 0;
    border: 0
}

.dialog-order .dialog-close {
    width: 28px;
    height: 28px;
    top: 24px;
    right: 16px;
    display: block;
    text-indent: -9999px
}

.dialog-order .dialog-content {
    margin: 0 40px
}

.dialog-order .dialog-content p.input {
    height: 42px;
    line-height: 42px;
    margin: 0 22px;
    padding: 10px 0
}

.dialog-order .dialog-content p.msg {
    height: 20px;
    line-height: 20px;
    color: #ff0d00;
    font-size: 14px;
    margin: 0 0 0 22px
}

.dialog-order .dialog-input {
    width: 382px;
    height: 42px;
    padding: 0 10px;
    color: #292929;
    line-height: 42px;
    background: #fff;
    border: 0;
    font-size: 18px
}

.dialog-order .dialog-input-small {
    width: 220px;
    float: left
}

.dialog-order .dialog-code-img {
    float: right;
    width: 150px;
    height: 42px
}

.dialog-order .dialog-send {
    float: right;
    width: 150px;
    height: 42px;
    background: url(../images/dialog-order-btn.jpg) no-repeat left bottom;
    font-size: 18px;
    text-align: center;
    color: #fff
}

.dialog-order .dialog-buttons {
    height: 54px;
    text-align: center;
    margin: 20px auto 0
}

.dialog-order .dialog-buttons a.dialog-btn {
    width: 180px;
    height: 54px;
    background: url(../images/dialog-order-btn.jpg) no-repeat;
    line-height: 54px;
    -webkit-border-radius: 0;
    border-radius: 0
}

.dialog-jietu .dialog-wrap {
    width: 500px;
    margin-left: -250px;
    height: 600px
}

.dialog-jietu .dialog-body {
    background: 0 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 600px
}

.dialog-jietu .dialog-close {
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    display: block;
    text-indent: -9999px;
    background: url(../images/dialog-jietu-close.png) no-repeat
}

.dialog-jietu .dialog-client {
    margin: 0;
    text-align: left;
    vertical-align: middle;
    position: relative
}

.dialog-jietu .dialog-client img {
    height: 600px
}

.c-body .novice {
    position: relative
}

.novice .zhibosai {
    position: absolute;
    left: 1px;
    top: 49px;
    background: 0 0;
    height: 220px
}

.novice .zhibo {
    width: 161px;
    height: 89px;
    float: left;
    margin: 0 1px 1px 0;
    display: block;
    _display: inline;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    padding-top: 20px
}

#paging,
#nameList {
    *margin-bottom: 4px
}

#paging li,
#nameList a {
    float: left;
    width: 86px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    margin: 0 8px 5px 0;
    text-indent: 0;
    background: #1D3D6B;
    color: #FFF;
    font-size: 12px
}

#paging li.hover,
#nameList a.hover {
    background: #EC8F00;
    color: #fff
}

#nameList {
    width: 100%
}

#all-xz-server {
    overflow-y: auto;
    overflow-x: hidden;
    height: 470px;
    width: 690px
}

.select1 {
    display: inline-block;
    *display: inline;
    position: relative;
    *z-index: 4
}

.select2 {
    display: inline-block;
    *display: inline;
    position: relative;
    *z-index: 3
}

.sx-628 {
    background-position: 0 5px
}

.sx-629 {
    background-position: 0 -35px
}

.sx-630 {
    background-position: 0 -75px
}

.sx-631 {
    background-position: 0 -115px
}

.sx-632 {
    background-position: 0 -155px
}

.sx-633 {
    background-position: 0 -195px
}

.sx-634 {
    background-position: 0 -235px
}

.sx-635 {
    background-position: 0 -275px
}

.sx-636 {
    background-position: 0 -315px
}

.sx-637 {
    background-position: 0 -355px
}

.sx-638 {
    background-position: 0 -395px
}

.sx-639 {
    background-position: 0 -435px
}

.s-body .server-list .sx-628 a {
    background-position: 7px 5px
}

.s-body .server-list .sx-629 a {
    background-position: 7px -35px
}

.s-body .server-list .sx-630 a {
    background-position: 7px -75px
}

.s-body .server-list .sx-631 a {
    background-position: 7px -115px
}

.s-body .server-list .sx-632 a {
    background-position: 7px -155px
}

.s-body .server-list .sx-633 a {
    background-position: 7px -195px
}

.s-body .server-list .sx-634 a {
    background-position: 7px -235px
}

.s-body .server-list .sx-635 a {
    background-position: 7px -275px
}

.s-body .server-list .sx-636 a {
    background-position: 7px -315px
}

.s-body .server-list .sx-637 a {
    background-position: 7px -355px
}

.s-body .server-list .sx-638 a {
    background-position: 7px -395px
}

.s-body .server-list .sx-639 a {
    background-position: 7px -435px
}

.loged .loged-top {
    display: none
}

.loged img,
.s-loged img {
    margin-right: 3px;
    vertical-align: middle
}

.three {
    top: 270px;
    left: 10px;
    font-size: 12px;
    line-height: 30px
}

.three-icon {
    background: url(../images/three.png) no-repeat;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    width: 28px;
    height: 28px;
    display: inline-block;
    text-indent: -9999em;
    vertical-align: middle;
    margin: 0 4px
}

.three-wx {
    background-position: -39px 0
}

.three-wb {
    background-position: -78px 0
}

.s-body .log .three {
    left: 247px;
    top: 51px
}

.s-body .three-icon {
    margin: 0 9px
}

.type-choose {
    line-height: 26px;
    height: 26px;
    font-size: 12px;
    margin: 20px 0 10px;
    color: #fff;
    position: relative
}

.select-dom {
    *margin-right: 4px;
    cursor: pointer;
    z-index: 3;
    width: 68px;
    height: 16px;
    background: transparent;
    line-height: 16px;
    position: relative;
    border: 1px solid #6C6C6C;
    display: inline-block;
    vertical-align: middle
}

.select-con {
    overflow: hidden;
    width: 54px;
    height: 16px;
    float: left;
    display: block;
    padding: 0 12px 0 2px;
    background: transparent;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/spacer.gif);
    z-index: 2
}

.select-btn {
    position: absolute;
    right: 3px;
    height: 0;
    display: block;
    margin-top: 6px;
    border-top: 5px solid #aeb1c1;
    border-right: 5px solid #1A1E29;
    border-bottom: 0;
    border-left: 5px solid #1A1E29;
    _font-size: 0;
    overflow: hidden
}

.s-fastin {
    background: #FFF;
    color: #000;
    height: 16px;
    text-align: center;
    width: 42px;
    line-height: 16px;
    _margin-left: 5px;
    border: 1px solid #996d33
}

#select-dom-s1 {
    margin-right: 36px
}

#select-dom-xz,
#select-dom-dq {
    width: 78px
}

#select-dom-xz .select-con,
#select-dom-dq .select-con {
    width: 62px
}

.s-fastin-btn {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 20px;
    width: 65px;
    height: 24px;
    position: relative;
    top: 3px;
    text-indent: -9999em
}

.option-bg {
    position: absolute;
    display: none;
    left: 0;
    top: 19px;
    z-index: 3
}

.s-body .option-bg {
    left: 0;
    top: 23px
}

#option-bg-xz,
#option-bg-dq {
    left: 0;
    top: 23px
}

.option-bg-type {
    left: 75px;
    top: 21px
}

.option-bg-type-i {
    left: 60px;
    top: 25px;
    zoom: 1
}

.option-dom {
    font-size: 12px;
    overflow: hidden;
    width: 195px;
    padding: 1px;
    background: #3B2019;
    border: 1px solid #6C6C6C
}

.option-dom li {
    float: left;
    width: 61px;
    height: 16px;
    line-height: 16px;
    padding: 2px;
    cursor: pointer;
    color: #aeb1c1;
    text-align: center;
    overflow: hidden
}

.option-dom li.focus {
    background: #e5d7be;
    color: #000
}

.type-option-dom {
    background: #fff
}

.type-option-dom .sup-tab-btn {
    color: #000;
    padding: 0 10px;
    cursor: pointer;
    width: 55px
}

.type-option-dom .sup-tab-btn:hover {
    color: #f9a202
}

.sq-dialog-masking {
    background-color: #000;
    left: 0;
    opacity: .4;
    filter: alpha(opacity=40);
    position: absolute;
    top: 0;
    z-index: 1000;
    width: 100%
}

.sq-dialog {
    position: absolute;
    top: 200px;
    left: 500px;
    z-index: 1001;
    padding: 0;
    width: 420px;
    color: #6c6c6c
}

.sq-dialog-avatar {
    z-index: 1;
    width: 22px;
    height: 23px;
    position: absolute;
    top: 7px;
    left: 12px;
    background: transparent url(../images/bg-dialog-avatar.png) no-repeat;
    _background-image: url(../images/bg-dialog-avatar-8.png)
}

.sq-dialog-body {
    word-break: break-all;
    background-color: #fff;
    border: 1px solid transparent;
    _border-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 2px 1px #fff;
    box-shadow: inset 0 0 2px 1px #fff;
    *padding-bottom: 10px
}

.sq-dialog-titlebar {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #e9e9e9));
    background-image: -moz-linear-gradient(#f2f2f2, #e9e9e9);
    background-image: -webkit-linear-gradient(#f2f2f2, #e9e9e9);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e9e9e9));
    background-image: linear-gradient(#f2f2f2, #e9e9e9);
    background-color: #e9e9e9\9
}

.sq-dialog-titlebar {
    position: relative;
    height: 20px;
    color: #3c3c3c;
    padding: 10px 0 4px 46px
}

.sq-dialog-titlebar-text {
    color: #3c3c3c;
    font-size: 14px
}

.sq-dialog-close {
    position: absolute;
    width: 14px;
    height: 13px;
    top: 10px;
    right: 15px;
    text-indent: -9999px;
    background: transparent url(../images/bg-dialog-close.png) no-repeat 0 0;
    _background-image: url(../images/bg-dialog-close-8.png)
}

.sq-dialog-close:hover {
    background-position: 0 -30px
}

.sq-dialog-client {
    background-color: #fff;
    padding: 24px 14px 0;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    _line-height: 20px
}

.sq-dialog-content {
    color: #333
}

.sq-dialog-content {
    margin-left: 10px;
    margin-right: 10px
}

.sq-dialog-buttons {
    margin: 0 10px 10px;
    background-color: #fff;
    padding-bottom: 15px;
    text-align: center
}

.sq-dialog-buttons a {
    margin-left: 10px;
    margin-right: 10px;
    background: #ffab16;
    width: 140px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff
}

.sq-dialog .btn-s-140,
.sq-dialog .btn-s-w {
    width: 140px;
    height: 36px;
    line-height: 36px;
    font-size: 16px
}

.sq-dialog .btn-s-140 {
    background: #ffab16;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    vertical-align: middle
}

.sq-dialog-buttons a:hover {
    background: #ff970e;
    color: #fff;
    text-decoration: none
}

body {
    min-width: 1200px;
    overflow: auto;
    background: url(../images/bg-bom_848e649.jpg) bottom center no-repeat
}

.sq-dialog-masking {
    position: fixed !important;
    _position: absolute !important
}

.r-cover {
    position: fixed !important;
    _position: absolute !important
}

.pic-tel {
    background: url(../images/tel_d475894.jpg) no-repeat
}

.gift {
    background-position: 0px 0px
}

.gift .qrcode {
    background-position: 0px -202px
}

.gift .an-btn {
    background-position: -166px -202px
}

.gift .an-btn:hover {
    background-position: -166px -282px
}

.gift .ios-btn {
    background-position: 0px -368px
}

.gift .ios-btn:hover {
    background-position: -455px 0px
}

.r-detail .title {
    background-position: -455px -80px
}

.r-detail .star.empty {
    background-position: -577px -80px
}

.r-detail .star.half {
    background-position: -607px -80px
}

.r-detail .star {
    background-position: -637px -80px
}

.r-detail p .icon,
.r-intro p .icon {
    background-position: -667px -80px
}

.section1 .news-tab li.current .line {
    background-position: -577px -108px
}

.gift,
.gift .qrcode,
.gift .an-btn,
.gift .an-btn:hover,
.gift .ios-btn,
.gift .ios-btn:hover,
.r-detail .title,
.r-detail .star.empty,
.r-detail .star.half,
.r-detail .star,
.r-detail p .icon,
.r-intro p .icon,
.section1 .news-tab li.current .line {
    background-size: 706px 438px;
    background-image: url(../images/ltby_main_1_z_a62c7f2.png)
}