/*swiper*/

/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 13, 2016
 */
.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;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

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

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-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;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

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

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #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(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-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);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-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;
    -o-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-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

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

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

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

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

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

.swiper-container-coverflow .swiper-wrapper, .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;
    -ms-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-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.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, .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;
    -moz-backface-visibility: hidden;
    -ms-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-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    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;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-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-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 > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

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

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

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

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

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

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

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

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

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

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

/*iconfont.css*/

@font-face {
    font-family: "iconfont";
    /*src: url('iconfont.eot?t=1488958418438'); !* IE9*!*/
    /*src: url('iconfont.eot?t=1488958418438#iefix') format('embedded-opentype'), !* IE6-IE8 *!*/
    /*url('iconfont.woff?t=1488958418438') format('woff'), !* chrome, firefox *!*/
    /*url('iconfont.ttf?t=1488958418438') format('truetype'), !* chrome, firefox, opera, Safari, Android, iOS 4.2+*!*/
    /*url('iconfont.svg?t=1488958418438#iconfont') format('svg'); !* iOS 4.1- *!*/
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bofang:before {
    content: "\e600";
}

.icon-xiangshangxi:before {
    content: "\e614";
}

.icon-zuo:before {
    content: "\e63d";
}

.icon-jinlingyingcaiwangtubiao12:before {
    content: "\e70f";
}

.icon-xingxing:before {
    content: "\e60c";
}

.icon-yiliao:before {
    content: "\e67b";
}

.icon-dunpai:before {
    content: "\e60d";
}

.icon-yiliaofuli:before {
    content: "\e617";
}

.icon-you:before {
    content: "\e636";
}

.icon-hudong:before {
    content: "\e615";
}

.icon-caidan:before {
    content: "\e735";
}

.icon-icon:before {
    content: "\e605";
}

.icon-yanzhengma:before {
    content: "\e606";
}

.icon-yonghuguanli:before {
    content: "\e6c8";
}

.icon-naozhong:before {
    content: "\e701";
}

.icon-zhuzhanicon15:before {
    content: "\e610";
}

.icon-chacha:before {
    content: "\e633";
}

.icon-icon122:before {
    content: "\e677";
}

.icon-sousuo_sousuo:before {
    content: "\e625";
}

.icon-earth:before {
    content: "\e627";
}

.icon-huo:before {
    content: "\e61e";
}

.icon-gift:before {
    content: "\e609";
}

/*hzpublic.css*/
/*rule*/
html, body, p, form, ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    background: #fff;
    font-size: 14px;
    color: #333;
    min-width: 1200px;
}

a, a:focus, a:hover {
    color: inherit;
}

img {
    border: 0
}

input {
    border: 0;
    padding: 0
}

a {
    text-decoration: inherit;
}

.a {
    cursor: pointer;
}

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    color: inherit;
    font-size: 14px;
    margin: 0;
}

.fz-12 {
    font-size: 12px
}

.fz-14 {
    font-size: 14px
}

.fz-16 {
    font-size: 16px
}

.fz-18 {
    font-size: 18px
}

.fz-20 {
    font-size: 20px
}

.fz-22 {
    font-size: 22px
}

.fz-26 {
    font-size: 26px
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.color-f {
    color: #fff
}

.color-3 {
    color: #333
}

.color-6 {
    color: #666
}

.color-8 {
    color: #888
}

.color-9 {
    color: #999
}

.dis-bk {
    display: block;
}

.dis-inbk {
    display: inline-block
}

.dis-no {
    display: none
}

.hz-cf:after, .hz-cf:before {
    content: " ";
    display: table;
}

.hz-cf:after {
    clear: both
}

.hz-fl {
    float: left
}

.hz-fr {
    float: right
}

.fz-b {
    font-weight: 600
}

.warp {
    width: 1200px;
    margin: auto
}

.hz-btn {
    padding: 6px 12px;
    display: inline-block;
    color: #fff;
    background: #ff5562;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hz-btn:hover {
    opacity: 0.9;
    color: #fff;
}

.chena {
    margin: auto;
}

.m-color {
    color: #ff5562;
}

.hz-xc {
    text-align: center
}

.hz-xl {
    text-align: left
}

.hz-xf {
    text-align: right
}

.v-m {
    vertical-align: middle
}

/*header*/
header, .m-bg {
    background: #fff;
}

.m-text a:hover {
    color: #fff
}

nav {
    background: #ff4a60;
}

.cont_top {
    border-bottom: 1px solid #e9e9e9;
    background: #e5e5e5;
}

.hd_con {
    padding: 15px 0;
}

.nav_list, nav {
    height: 43px;
}

.nav_text li {
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    margin-right: 20px;
    color: #666;
}

.nav_text li a:hover {
    color: #ff5562;
}

.nav_list li {
    float: left;
}

.nav_list li a {
    color: #fff;
    font-size: 20px;
    padding: 0 23px;
    height: 43px;
    line-height: 43px;
    display: block;
}

.nav_list li a:hover, .nav_list li a.active {
    background: #eb3232;
}

.nav_text li .addlisten {
    vertical-align: middle;
    width: 20px;
    margin-right: 5px;
    margin-top: 0;
}

.two_nav {
    padding: 20px 0 10px;
    border-bottom: 2px solid #e3e3e3;
}

.two_nav li {
    float: left;
    width: 100px;
    text-align: center;
    margin-bottom: 5px;
}

.cont_t {
    height: 32px;
    line-height: 32px;
}

.cont_tlmr {
    margin-right: 30px;
}

.net_nav img {
    width: 25px;
    margin-left: 5px;
    transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    display: inline-block;
}

.net_nav:hover img {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.cont_t {
    position: relative;
}

.net_nav:hover .net_ncon {
    display: block;
}

.net_ncon {
    position: absolute;
    top: 30px;
    left: 80px;
    padding: 15px 0 0;
    border: 1px solid #e1e1e1;
    background: #fff;
    line-height: 1;
    width: 485px;
    display: none;
    border-radius: 3px;
    z-index: 99;
}

.box_con {
    width: 100%;
    margin-bottom: 15px;
}

.box_con a {
    width: 20%;
    display: block;
    float: left;
    text-align: center;
    border-right: 1px solid #4d4d4d;
}

.box_con a:last-child {
    border-right: 0;
}

.net_ncont {
    width: 20%;
    text-align: center;
}

.net_nright img.mr-5 {
    width: 20px;
    vertical-align: middle;
}

.net_phone {
    color: #ff5562;
    font-weight: 600;
}

.net_r {
    position: relative;
    cursor: pointer
}

.net_rewm {
    line-height: 1;
    top: 35px;
    left: -20px;
    position: absolute;
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    display: none;
    z-index: 99;
}

.net_r:hover .net_rewm {
    display: block;
}

.hd_con img {
    margin-top: 5px;
}

/*footer*/
.warp {
    width: 1200px;
    margin: auto
}

footer {
    background: #fff;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.fbox_ot {
    font-size: 30px;
    color: #666;
    margin-top: 16px;
}

.fbox_ob {
    color: #999;
}

.footer_con {
    width: 1040px;
    padding-top: 25px;
}

.fbox_two {
    width: 630px;
    margin-left: 69px;
    position: relative;
}

.fbox_two a {
    font-size: 16px;
    color: #666;
    line-height: 44px;
    width: 125px;
    display: inline-block;
    text-align: center;
}

.fbox_two a:hover {
    color: #ff5562;
}

.ewm_box {
    width: 100px;
    text-align: center;
    margin-right: 60px;
    margin-top: 7px;
}

.ewm_box span {
    color: #666;
}

.ewm_box img {
    margin-bottom: 5px;
    width: 100px;
}

.by {
    text-align: center;
    color: #aaa;
    font-size: 12px;
    padding: 10px 0;
    background: #f1f1f1;
    margin-top: 20px;
}

.fbox_thr.hz-fl.hz-cf {
    margin-left: 25px;
}

.fbox_one {
    padding-top: 2px;
    position: relative;
}

.fbox_one:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 166px;
    background-color: #ff0000;
    right: -27px;
    top: 11px;
}

.fbox_two:before {
    display: none;
    content: "";
    position: absolute;
    width: 2px;
    height: 115px;
    background-color: #ff0000;
    right: -5px;
    top: 5px;
}

/*module code*/
.module {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 170px;
    height: 400px;
    z-index: 99;
    display: none;
}

.btn_coloe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    z-index: 100;
    cursor: pointer;
}

.h_btn {
    cursor: pointer;
}

.add {
    animation: mymove .5s 1 linear;
    -webkit-animation: mymove .5s 1 linear;
    -moz-animation: mymove .5s 1 linear;
    -ms-animation: mymove .5s 1 linear;
    -o-animation: mymove .5s 1 linear;
}

.out {
    animation: myout .5s 1 linear;
    -webkit-animation: myout .5s 1 linear;
    -moz-animation: myout .5s 1 linear;
    -ms-animation: myout .5s 1 linear;
    -o-animation: myout .5s 1 linear;
}

@keyframes mymove {
    20% {
        transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        -moz-transform: scale3d(.9, .9, .9);
        -webkit-transform: scale3d(.9, .9, .9);
        -o-transform: scale3d(.9, .9, .9);
    }
    50%, 55% {
        transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        -moz-transform: scale3d(1.1, 1.1, 1.1);
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -o-transform: scale3d(1.1, 1.1, 1.1);
    }
    75% {
        transform: scale3d(1.2, 1.2, 1.2);
        -ms-transform: scale3d(1.2, 1.2, 1.2);
        -moz-transform: scale3d(1.2, 1.2, 1.2);
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        -o-transform: scale3d(1.2, 1.2, 1.2);
    }
    100% {
        transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes mymove {
    20% {
        transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        -moz-transform: scale3d(.9, .9, .9);
        -webkit-transform: scale3d(.9, .9, .9);
        -o-transform: scale3d(.9, .9, .9);
    }
    50%, 55% {
        transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        -moz-transform: scale3d(1.1, 1.1, 1.1);
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -o-transform: scale3d(1.1, 1.1, 1.1);
    }
    75% {
        transform: scale3d(1.2, 1.2, 1.2);
        -ms-transform: scale3d(1.2, 1.2, 1.2);
        -moz-transform: scale3d(1.2, 1.2, 1.2);
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        -o-transform: scale3d(1.2, 1.2, 1.2);
    }
    100% {
        transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
    }
}

@keyframes myout {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(0, 0, 0);
        -moz-transform: scale3d(0, 0, 0);
        -ms-transform: scale3d(0, 0, 0);
        -o-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }
}

@-webkit-keyframes myout {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(0, 0, 0);
        -moz-transform: scale3d(0, 0, 0);
        -ms-transform: scale3d(0, 0, 0);
        -o-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }
}

/*customer service*/
.page_right {
    right: 0;
    top: 70%;
    position: fixed;
    transition: all 5s;
    -ms-transition: all 5s;
    -o-transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
}

.page_close {
    width: 50%;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

/*intention form right*/
.frommsg {
    top: 20%;
    right: -330px;
    margin: auto;
    position: fixed;
    z-index: 3;
    height: 437px;
    width: 370px;
    transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    display: block;
}

/*intention form module*/
.frommsg.moduleformmsg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    z-index: 3;
    height: 437px;
    width: 330px;
    transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    display: none;
}

.frommsg .box, .frommsg .menu {
    float: left;
    border-radius: 5px
}

.frommsg .menu {
    cursor: pointer;
    width: 40px;
    height: 350px;
    margin-top: 50px;
    background: #f04276;
    padding: 40px 8px 8px;
    color: #fff;
    font-size: 20px;
    line-height: 32px
}

.frommsg .box {
    background: #fff;
    height: 440px;
    width: 330px;
    overflow: hidden
}

.frommsg .box .title {
    background: #ff739d;
    color: #fff;
    padding: 8px;
    font-size: 15px
}

.frommsg .box .title .glyphicon-remove-sign {
    cursor: pointer;
    float: right;
    margin-top: -2px;
    font-size: 25px
}

.frommsg .box .frombox {
    border: 5px solid #ff739d;
    border-top: 0;
    height: 403px;
    padding: 25px 22px 22px
}

.frommsg .box .frombox .text1 {
    color: #999
}

.frommsg .box .frombox .text1 .glyphicon-info-sign {
    color: #ff739d
}

.frommsg .box .frombox .input .glyphicon-asterisk {
    color: red;
    padding-right: 10px;
    font-size: 12px
}

.frommsg .box .frombox .input .radios {
    width: 183px;
    padding-right: 10px;
    float: right;
    color: grey
}

.frommsg .box .frombox .input .radios label .glyphicon-ok-circle {
    color: #ff739d
}

.frommsg .box .frombox .input input, .frommsg .box .frombox .input textarea {
    width: 180px;
    outline: 0;
    border: 1px solid #e0e0e0;
    padding: 6px
}

.frommsg .box .frombox .input input:focus, .frommsg .box .frombox .input textarea:focus {
    border: 1px solid #ff739d
}

.frommsg .box .frombox .btn-box .btn {
    background: #ff739d;
    color: #fff
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

*, :after, :before, input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

@font-face {
    font-family: 'Glyphicons Halflings';
    /*src: url(../fonts/glyphicons-halflings-regular.eot);*/
    /*src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), */
    /*url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), */
    /*url(../fonts/glyphicons-halflings-regular.woff) format('woff'), */
    /*url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')*/
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-jpy:before, .glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-rub:before, .glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

label {
    display: inline-block;
    margin-bottom: 5px;
}

.frommsg .box .frombox .input .radios label, .wish .box .frombox .input .radios label {
    font-weight: inherit;
    margin-right: 10px;
    cursor: pointer;
}

.frommsg .box .frombox .input input[type=radio], .frommsg .box .frombox .input textarea[type=radio], .wish .box .frombox .input input[type=radio], .wish .box .frombox .input textarea[type=radio] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

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

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

.frommsg .box .frombox .btn-box {
    text-align: center;
}

.frommsg .box .frombox .input, .wish .box .frombox .input {
    margin-bottom: 10px;
}

.frommsg .glyp_time {
    width: 180px;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    outline: none;
    border: 1px solid #e0e0e0;
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}

#k_s_ol_csListArea {
    display: none !important;
}

.seo_nav {
    background: #ff4a60;
    height: 43px;
    position: relative;
}

.seo_nlist > li {
    float: left;
    line-height: 43px;
    font-size: 20px;
    color: #fff;
    padding: 0 21px;
    cursor: pointer;
}

.seo_nlist li:hover, .seo_nlist li.active {
    background: #eb3232;
}

.seo_ndown {
    position: absolute;
    color: #fff;
    width: 100%;
    background: #333;
    left: 0;
    bottom: -100%;
    background: rgba(229, 229, 229, 0.8);
    z-index: 99;
    display: none;
}

.seo_ndown a {
    display: inline-block;
    padding: 0 18px;
    color: #333;
    font-size: 18px;
}

.seo_ndown a:hover {
    color: #ff4a60;
}

.other:after {
    content: '';
    display: inline-block;
    border: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    vertical-align: middle;
    margin-top: 4px;
}

.seo_nlist li:hover .seo_ndown {
    display: block;
}

.seo_npone {
    padding-left: 30px;
}

.seo_nptwo {
    padding-left: 450px;
}

.seo_npthr {
    padding-left: 140px;
}

.seo_npfour {
    padding-left: 658px;
}

.seo_npfive {
    padding-left: 850px;
}

.xq_left {
    position: fixed;
    right: 45px;
    top: 9%;
    z-index: 99;
    cursor: pointer;
}

.qxhd {
    z-index: 100;
    border-radius: 10px;
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 20px;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: none;
}

.qxhd .qxhd-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 666px;
    height: 500px;
    border-radius: 11px;
    overflow: hidden;
}

.qxhd img.kefu_btn {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.qxhd .qxhd-close {
    position: absolute;
    right: 20px;
    top: 30px;
    width: 40px;
    color: white;
    cursor: pointer;
}

.mouseMa {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 40px;
}

/* 侧边栏 */
.side-fixed {
    width: 170px;
    position: fixed;
    right: 10px;
    top: 16%;
    z-index: 100
}

.imgClose {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 6px;
}

/* .side-fixed{ width: 53px;  position: fixed; right:10px; top:34%; z-index: 100} */
.side-fixed ul li {
    width: 52px;
    height: 52px;
    background: #fc759e;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.side-fixed ul li a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 48px;
}

.side-fixed ul li a img {
    display: inline-block;
    vertical-align: middle;
}

.side-fixed ul li span {
    display: block;
    vertical-align: middle;
    padding-top: 7px;
}

.side-fixed ul li .side-ewm {
    width: 136px;
    position: absolute;
    left: -155px;
    top: -100px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 5px #888;
    position: relative;
    padding-top: 4px;
    display: none;
}

.side-fixed ul li .side-ewm p {
    text-align: center;
    color: #fff;
    font-size: 11px;
    background: #fc759e;
    height: 33px;
    line-height: 33px;
}

.side-fixed ul li .side-ewm .ewm-img {
    width: 113px;
    height: 112px;
    overflow: hidden;
    margin: 0 auto;
}

.side-fixed ul li .side-ewm .ewm-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.side-fixed ul li .side-ewm .sj {
    position: absolute;
    right: -12px;
    bottom: 55px;
}

.qgqz .type-list {
    padding-right: 20px;
    position: absolute;
    left: -140px;
    top: 0;
    display: none
}

.qgqz .type-list p {
    width: 125px;
    height: 30px;
    background: #eb9ab3;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    line-height: 30px;
    font-size: 13px;
    margin-bottom: 6px;
}

.qgqz .type-list p.on {
    background: #fc759e;
}

.side-yxd {
    padding-right: 40px;
    position: absolute;
    margin-left: -324px;
    top: 50%;
    margin-top: -156px;
    display: none;
}

.side-yxd .yxd-in {
    width: 305px;
    height: 425px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px #888;
}

.side-yxd .yxd-in.hid {
    margin-left: 100px
}

.side-yxd .yxd-in .yxd-tt {
    background: #fc759e;
    text-align: center;
    font-size: 16px;
    color: #fff;
    height: 36px;
    line-height: 36px;
}

.side-yxd .yxd-in .close {
    position: absolute;
    right: 46px;
    top: 3px;
    cursor: pointer;
}

.side-yxd .yxd-in .yxd-info {
    padding: 15px;
    color: #333;
}

.side-yxd .yxd-in .yxd-info form > label {
    width: 100%;
}

.side-yxd .yxd-in .yxd-info .time p {
    text-align: left
}

.side-yxd .yxd-in .yxd-info .text {
    display: block;
    width: 100%;
    height: 36px;
    border: 1px solid #dcdcdc;
    background: #eeeeee;
    padding-left: 10px;
    outline: none;
    margin-bottom: 15px;
}

.side-yxd .yxd-in .yxd-info .time-scroll {
    width: 100%;
    border: 1px solid #d2d2d2;
    height: 110px;
    overflow-y: scroll;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-align: left
}

.side-yxd .yxd-in .yxd-info .time .time-scroll label {
    display: inline-block;
    margin: 13px 5px 0;
    text-align: left
}

.side-yxd .yxd-in .yxd-info .btn-submit input {
    width: 100%;
    height: 38px;
    background: #fc759e;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

.submit-tc {
    width: 300px;
    height: 160px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #888;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -80px;
    z-index: 1000;
    display: none;
}

.submit-tc p {
    text-align: center;
    padding-top: 50px;
    font-size: 15px;
}

.submit-tc span {
    width: 60px;
    height: 30px;
    display: block;
    line-height: 30px;
    background: #ff5562;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 10px;
    cursor: pointer;
}

em {
    font-style: normal;
}

.gw-yxd {
    padding-right: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.gw-yxd .yxd-in {
    width: 354px;
    height: 454px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #888;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -176px;
    margin-top: -252px;
    box-sizing: border-box;
    overflow: hidden;
}

.gw-yxd .yxd-in.hid {
    margin-left: 100px
}

.gw-yxd .yxd-in .yxd-tt {
    background: #fc759e;
    text-align: center;
    font-size: 16px;
    color: #fff;
    height: 36px;
    line-height: 36px;
}

.gw-yxd .yxd-in .close {
    position: absolute;
    right: 10px;
    top: 9px;
    cursor: pointer;
}

.gw-yxd .yxd-in .yxd-info {
    padding: 15px;
    color: #333;
}

.gw-yxd .yxd-in .yxd-info form > label {
    width: 100%;
}

.gw-yxd .yxd-in .yxd-info .time p {
    text-align: left;
    font-size: 14px;
}

.gw-yxd .yxd-in .yxd-info .text {
    display: block;
    width: 285px;
    height: 36px;
    border: 1px solid #dcdcdc;
    background: #eeeeee;
    padding-left: 10px;
    outline: none;
    margin-bottom: 15px;
    margin: 0 auto;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.gw-yxd .yxd-in .yxd-info .time-scroll {
    width: 98%;
    border: 1px solid #d2d2d2;
    height: 110px;
    overflow-y: scroll;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-align: left
}

.gw-yxd .yxd-in .yxd-info .time .time-scroll label {
    display: inline-block;
    margin: 13px 5px 0 10px;
    text-align: left;
    font-size: 14px;
}

.gw-yxd .yxd-in .yxd-info .btn-submit {
    width: 285px;
    height: 38px;
    background: #fc759e;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    line-height: 38px;
    margin: 0 auto;
}

.submit-tc {
    width: 300px;
    height: 160px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #888;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -80px;
    z-index: 1000;
    display: none;
}

.submit-tc p {
    text-align: center;
    padding-top: 50px;
    font-size: 15px;
}

.submit-tc span {
    width: 60px;
    height: 30px;
    display: block;
    line-height: 30px;
    background: #ff5562;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 10px;
    cursor: pointer;
}

.gw-yxd .yxd-in .yzm {
    overflow: hidden;
    width: 285px;
    margin: 0 auto;
}

.gw-yxd .yxd-in .yzm input {
    float: left;
    width: 155px;
    height: 36px;
    border: 1px solid #dcdcdc;
    background: #eeeeee;
    padding-left: 10px;
    outline: none;
    margin-bottom: 15px;
}

.gw-yxd .yxd-in .yzm span {
    float: left;
    margin-left: 10px;
    height: 38px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    width: 105px;
}

.gw-yxd .yxd-in .yzm span img {
    display: block;
    width: 100%;
}

.gw-yxd .yxd-in .yzm span.code-btn {
    width: 105px;
    background: #fc759d;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}

.gw-yxd .yxd-in .yxd-info .time {
    width: 285px;
    margin: 0 auto;
}

.yxd-in .yzm {
    overflow: hidden;
    width: 285px;
    margin: 0 auto;
}

.yxd-in .txyzm {
    display: none;
}

.yxd-in .yzm input {
    float: left;
    width: 155px;
    height: 36px;
    border: 1px solid #dcdcdc;
    background: #eeeeee;
    padding-left: 10px;
    outline: none;
    margin-bottom: 15px;
}

.yxd-in .yzm span {
    float: left;
    margin-left: 10px;
    height: 38px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    width: 105px;
    display: block;
}

.yxd-in .yzm span img {
    display: block;
    width: 100%;
}

.yxd-in .yzm span.code-btn {
    width: 105px;
    background: #fc759d;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.yxd-in .yxd-info .btn-submit {
    width: 285px;
    height: 38px;
    background: #fc759e;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    line-height: 38px;
    margin: 0 auto;
}

.popup {
    z-index: 10000;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.popup-hind {
    font-size: 16px;
    line-height: 1.2;
}

.popup .popup-label {
    width: 300px;
    height: 150px;
    padding: 1rem;
    background: white;
    border-radius: 0.25rem;
    box-shadow: 0 0 1px 1px #e0e0e0;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.8rem;
    color: #767676;
    line-height: 1.2rem;
    text-align: center;
}

.popup .popup-label .popup-btn {
    cursor: pointer;
    position: absolute;
    bottom: .5rem;
    right: 1rem;
    color: #ff4e5d;
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 30px;
}

.fadeIn {
    -webkit-animation: fadeIn 1s .2s ease both;
    -moz-animation: fadeIn 1s .2s ease both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeOut {
    -webkit-animation: fadeOut 1s .2s ease both;
    -moz-animation: fadeOut 1s .2s ease both;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*main.css*/
/*
    author:zhengyepan
    start date:2018/04/12
    email:3380692334@qq.com
*/
.expert_box {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 10px;
}

.clearfix {
    zoom: 1;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.box_shadow {
    -ms-box-shadow: 1px 1px 10px rgba(51, 51, 51, .2);
    -webkit-box-shadow: 1px 1px 10px rgba(51, 51, 51, .2);
    -moz-box-shadow: 1px 1px 10px rgba(51, 51, 51, .2);
    -o-box-shadow: 1px 1px 10px rgba(51, 51, 51, .2);
    box-shadow: 1px 1px 10px rgba(51, 51, 51, .2)
}

.top_banner {
    margin-bottom: 50px;
}

.top_banner .l_tb {
    width: 340px;
    height: 525px;
    padding: 16px 15px 0;
}

.top_banner .r_tb {
    width: 840px;
    height: 525px;
    position: relative;
}

.top_banner .l_tb_pic {
    margin-bottom: 16px;
}

.top_banner .l_tb_pic img {
    width: 100%;
    display: block;
}

.top_banner .l_tb_ty {
    margin-bottom: 25px;
}

.top_banner .l_tb_ty .img {
    width: 150px;
    height: 80px;
}

.ex_fm_box {
    font-size: 16px;
    color: #999;
}

.ex_fm_box input {
    font-size: 16px;
    color: #999;
}

.ex_fm_box .fm_type {
    position: relative;
    cursor: pointer;
}

.ex_fm_box .sel_box {
    position: absolute;
    width: 100%;
    line-height: 42px;
    box-sizing: border-box;
    padding: 0 30px;
    left: 0;
    top: 50px;
    border: 1px solid #d6d6d6;
    -ms-border-radius: 4px;
    border-radius: 4px;
    display: none;
    background: #fff;
}

.ex_fm_box .sel_box .list {
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #d6d6d6;
    font-size: 18px;
}

.ex_fm_box .sel_box .list:hover {
    color: #ff5a72;
}

.ex_fm_box .sel_box .list:last-child {
    border-bottom: none;
}

.ex_fm_box .ty_inner {
    border: 1px solid #d6d6d6;
    -ms-border-radius: 4px;
    border-radius: 4px;
    line-height: 44px;
    background: url(../img/zj.png?imageView2/1/format/webp/q/75/ignore-error/1) no-repeat -119px -157px;
    padding-left: 47px;
}

.ex_fm_box .ico_pic {
    position: absolute;
    right: 15px;
    top: 18px;
    width: 16px;
    height: 10px;
    background: #fff url(../img/zj.png?imageView2/1/format/webp/q/75/ignore-error/1) no-repeat -131px -30px;
}

.ex_fm_box .inp input {
    border: 1px solid #d6d6d6;
    -ms-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    padding-left: 47px;
    line-height: 42px;
    width: 100%;
    margin-top: 20px;
}

.ex_fm_box .inp.name input {
    background: #fff url(../img/zj.png?imageView2/1/format/webp/q/75/ignore-error/1) no-repeat -119px -104px;
}

.ex_fm_box .inp.phone input {
    background: #fff url(../img/zj.png?imageView2/1/format/webp/q/75/ignore-error/1) no-repeat -119px -59px;
}

.ex_fm_box .inp .error {
    color: #f00;
}

.ex_fm_box .sub_btn {
    cursor: pointer;
    outline: none;
    margin-top: 25px;;
    border: none;
    background: #ff5a72;
    font-size: 18px;
    color: #fff;
    display: block;
    line-height: 44px;
    text-align: center;
    width: 100%;
    -ms-border-radius: 4px;
    border-radius: 4px
}

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}

.r_tb .swiper_banner_box {
    width: 840px;
    height: 360px;
}

.r_tb .self_paga {
    position: relative;
}

.r_tb .self_paga > span {
    position: absolute;
    width: 20px;
    height: 36px;
    bottom: 162px;
    z-index: 999;
}

.r_tb .self_paga .swiper_prev {
    background: url(../img/zj.png?imageView2/1/format/webp/q/75/ignore-error/1) no-repeat -128px -225px;
    left: 0;
    width: 20px;
    height: 36px;
}

.r_tb .self_paga .swiper_next {
    background: url(../img/zj.png?imageView2/1/format/webp/q/75/ignore-error/1) no-repeat -128px -297px;
    right: 0;
    width: 20px;
    height: 36px;
}

.r_tb .ex_link_box {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.r_tb .ex_link_box .l_txt {
    width: 140px;
    text-align: center;
    margin-top: 36px;
}

.r_tb .ex_link_box .link_box {
    float: left;
    width: 270px;
    height: 145px;
    font-size: 16px;
    margin-right: 15px;
}

.r_tb .ex_link_box .link_box:last-child {
    margin-right: 0;
}

.r_tb .ex_link_box .pic_box {
    margin-top: 16px;
    width: 116px;
    height: 120px;
}

.pic_box1 {
    background: url('../img/zj.png?imageView2/1/format/webp/q/75/ignore-error/1') no-repeat -1px 2px;
}

.pic_box2 {
    background: url('../img/zj.png?imageView2/1/format/webp/q/75/ignore-error/1') no-repeat -1px -118px;
}

.pic_box3 {
    background: url('../img/zj.png?imageView2/1/format/webp/q/75/ignore-error/1') no-repeat -1px -238px;
}

.r_tb .ex_link_box .link_box_1 {
    background: #fff1f1;
    color: #fd5a6c;
}

.r_tb .ex_link_box .link_box_2 {
    background: #ffecf0;
    color: #fc768f;
}

.r_tb .ex_link_box .link_box_3 {
    background: #fef2e6;
    color: #fb8d43;
}

.r_tb .ex_link_box .link_btn {
    width: 90px;
    line-height: 25px;
    -webkit-border-radius: 50em;;
    border-radius: 50em;
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    margin-top: 8px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.r_tb .ex_link_box .link_btn:hover {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.r_tb .link_box_1 .link_btn {
    background: #fd5a6c;
}

.more_ico {
    display: inline-block;
    width: 10px;
    height: 11px;
    background: url(../img/zj.png?imageView2/1/format/webp/q/75/ignore-error/1) no-repeat -136px -346px;
    margin-left: 10px;
}

.r_tb .link_box_2 .link_btn {
    background: #fc758e;
}

.r_tb .link_box_3 .link_btn {
    background: #fb8d43;
}

.mt50px {
    margin-bottom: 50px;
}

.main_block .main_hd {
    position: relative;
    height: 40px;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
}

.main_block .hd_txt {
    position: absolute;
    line-height: 40px;
    color: #000;
    font-size: 22px;
    padding-left: 15px;
}

.main_block .hd_txt:before {
    content: "";
    left: 0;
    width: 4px;
    height: 24px;
    -webkit-border-radius: 50em;
    border-radius: 50em;
    position: absolute;
    top: 8px;
    background: #ff5a72;
}

.light_list .light_pic img {
    display: block;
}

.light_list .light_box {
    width: 285px;
    margin-right: 20px;
    float: left;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.light_list .light_box img {
    display: block;
    width: 100%;
}

.light_list .light_box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    cursor: pointer;
}

.light_list .light_box:last-child {
    margin-right: 0;
}

.light_list .light_info {
    padding: 0 16px;
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 22px;
    padding-bottom: 12px;
}

.light_list .light_info .n {
    color: #ff5a72;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 12px;
}

.teacher_list .t_box {
    float: left;
    width: 204px;
    margin-right: 45px;
    margin-bottom: 40px;
    position: relative;
    height: 270px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
}

.teacher_list .t_box > div {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    transition: all .8s ease-out;
}

.teacher_list .img_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.teacher_list .txt_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #ff5a72;
    text-align: center;
    color: #fff;
    padding: 20px 12px 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.teacher_list .t_box:hover .img_box {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.teacher_list .t_box:hover .txt_box {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}

.teacher_list .txt_box .des {
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #fff;
    margin-bottom: 30px;
    text-align: left;
}

.teacher_list .txt_box .alr {
    font-size: 14px;
    text-align: center;
    margin-bottom: 16px;
}

.teacher_list .txt_box .num {
    font-size: 22px;
    display: inline-block;
    vertical-align: -2px;
}

.teacher_list .txt_box .help_btn {
    line-height: 40px;
    text-align: center;
    color: #ff5a72;
    background: #fff;
    -ms-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    font-size: 20px;
    padding: 0 20px;
    -webkit-box-shadow: 2px 2px 5px rgba(255, 74, 96, .2);
    -ms-box-shadow: 2px 2px 5px rgba(255, 74, 96, .2);
    -o-box-shadow: 2px 2px 5px rgba(255, 74, 96, .2);
    box-shadow: 2px 2px 5px rgba(255, 74, 96, .2);
}

.teacher_list .t_box:nth-child(5n) {
    margin-right: 0;
}

.teacher_list .t_pic img {
    display: block;
}

.teacher_list .t_info {
    text-align: center;
    padding: 10px 0;
    color: #666;
    font-size: 12px;
}

.teacher_list .t_info .n {
    color: #ff5a72;
    font-size: 20px;
    margin-bottom: 4px;
}

.teacher_list .txt_box .n {
    font-size: 20px;
    margin-bottom: 4px;
    text-align: center;
    display: block;
}

.cmt_pagation {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.cmt_pagation a {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #aaa;
    font-size: 16px;
    border: 1px solid #ebebeb;
    -ms--ms-border-radius: 50em;
    border-radius: 50em;
    border-radius: 50em
}

.cmt_pagation a.active, .cmt_pagation a:hover {
    color: #fff;
    background: #ff5a72;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-color: #ff5a72;
}

.sort_box {
    display: inline-block;
    line-height: 40px;
    height: 40px;
}

.sort_box .sort_link {
    float: left;
    text-align: center;
    width: 112px;
    font-size: 16px;
    color: #999;
    position: relative;
    cursor: pointer;
}

.sort_box .sort_link.active {
    color: #ff5a72;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.sort_box .sort_link.active:before {
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ff5a72;
    height: 2px;
}

.sort_box .sort_link:hover {
    color: #ff5a72;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.sort_box .sort_link:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #999;
    right: 0;
    top: 10px;
    position: absolute;
}

.sort_box .sort_link .ico {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    background: url('../img/zj.png?imageView2/1/format/webp/q/75/ignore-error/1') no-repeat -134px 0;
}

.sort_box .event_btn:hover .down_block {
    color: #999;
}

.sort_box .down_block {
    display: none;
    position: absolute;
    left: 54.5%;
    width: 112px;
    top: 39px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #e8e8e8;
    z-index: 100;
}

.sort_box .down_block > div {
    border-bottom: 1px solid #e8e8e8;
}

.sort_box .down_block > div:after {
    border-bottom: none;
}

.sort_box .down_block > div:hover {
    color: #ff5a72;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.paging {
    text-align: center
}

.paging p {
    font-size: 14px;
    display: initial
}

.paging a {
    padding: 10px 15px;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    margin: 10px;
    font-size: 14px;
    display: inline-flex;
    border-radius: 50em;
    color: #aaa;
}

.paging a.next, .paging a.prev {
    width: auto;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px
}

.paging a.active, .paging a:hover {
    background: #ff5562;
    color: #fff;
    border: 1px solid #ff5562
}

















